+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Tue Apr 14 06:56:10 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 nodename: neutron-server-5c6f5b6cf7-fsh85 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 0x7f294a1c4668 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-04-14 06:56:14.712 8 INFO neutron.common.config [-] Logging enabled! 2026-04-14 06:56:14.713 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-14 06:56:14.752 7 INFO neutron.common.config [-] Logging enabled! 2026-04-14 06:56:14.752 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-14 06:56:15.799 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-14 06:56:15.848 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-14 06:56:17.357 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 06:56:17.360 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-14 06:56:17.364 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-14 06:56:17.365 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 06:56:17.365 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-14 06:56:17.365 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-14 06:56:17.365 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 06:56:17.374 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 06:56:17.374 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 06:56:17.374 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 06:56:17.397 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-14 06:56:17.398 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 06:56:17.398 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-14 06:56:17.430 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-14 06:56:17.431 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-14 06:56:17.431 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-14 06:56:17.431 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-14 06:56:17.512 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 06:56:17.515 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-14 06:56:17.519 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-14 06:56:17.520 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 06:56:17.520 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-14 06:56:17.521 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-14 06:56:17.521 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 06:56:17.529 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 06:56:17.530 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 06:56:17.530 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 06:56:17.554 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-14 06:56:17.556 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 06:56:17.556 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-14 06:56:17.594 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-14 06:56:17.594 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-14 06:56:17.594 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-14 06:56:17.595 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-14 06:56:17.727 8 INFO neutron.plugins.ml2.managers [None req-caec997e-c9ad-446c-bb02-daf31d83a26e - - - - - -] Initializing driver for type 'vlan' 2026-04-14 06:56:17.966 7 INFO neutron.plugins.ml2.managers [None req-b30cb2bf-d9d4-49d5-b0da-e6ebbdba9bbc - - - - - -] Initializing driver for type 'vlan' 2026-04-14 06:56:18.058 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-caec997e-c9ad-446c-bb02-daf31d83a26e - - - - - -] VlanTypeDriver initialization complete 2026-04-14 06:56:18.058 8 INFO neutron.plugins.ml2.managers [None req-caec997e-c9ad-446c-bb02-daf31d83a26e - - - - - -] Initializing driver for type 'vxlan' 2026-04-14 06:56:18.058 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-caec997e-c9ad-446c-bb02-daf31d83a26e - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-14 06:56:18.072 8 INFO neutron.plugins.ml2.managers [None req-caec997e-c9ad-446c-bb02-daf31d83a26e - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-14 06:56:18.072 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-caec997e-c9ad-446c-bb02-daf31d83a26e - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-14 06:56:18.072 8 INFO neutron.plugins.ml2.managers [None req-caec997e-c9ad-446c-bb02-daf31d83a26e - - - - - -] Initializing extension driver 'port_security' 2026-04-14 06:56:18.072 8 INFO neutron.plugins.ml2.extensions.port_security [None req-caec997e-c9ad-446c-bb02-daf31d83a26e - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-14 06:56:18.073 8 INFO neutron.plugins.ml2.managers [None req-caec997e-c9ad-446c-bb02-daf31d83a26e - - - - - -] Initializing extension driver 'qos' 2026-04-14 06:56:18.073 8 INFO neutron.plugins.ml2.managers [None req-caec997e-c9ad-446c-bb02-daf31d83a26e - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-14 06:56:18.073 8 INFO neutron.plugins.ml2.managers [None req-caec997e-c9ad-446c-bb02-daf31d83a26e - - - - - -] Initializing mechanism driver 'l2population' 2026-04-14 06:56:18.086 8 INFO neutron.quota [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded quota_driver: . 2026-04-14 06:56:18.087 8 INFO neutron.plugins.ml2.plugin [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Modular L2 Plugin initialization complete 2026-04-14 06:56:18.087 8 INFO neutron.plugins.ml2.managers [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-14 06:56:18.087 8 INFO neutron.plugins.ml2.managers [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-14 06:56:18.087 8 INFO neutron.plugins.ml2.managers [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-14 06:56:18.088 8 INFO neutron.manager [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loading Plugin: qos 2026-04-14 06:56:18.101 8 INFO neutron.manager [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loading Plugin: router 2026-04-14 06:56:18.146 8 INFO neutron.services.service_base [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-14 06:56:18.147 8 INFO neutron.manager [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loading Plugin: segments 2026-04-14 06:56:18.250 8 INFO neutron.manager [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loading Plugin: trunk 2026-04-14 06:56:18.268 8 INFO neutron.manager [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loading Plugin: vpnaas 2026-04-14 06:56:18.283 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-b30cb2bf-d9d4-49d5-b0da-e6ebbdba9bbc - - - - - -] VlanTypeDriver initialization complete 2026-04-14 06:56:18.283 7 INFO neutron.plugins.ml2.managers [None req-b30cb2bf-d9d4-49d5-b0da-e6ebbdba9bbc - - - - - -] Initializing driver for type 'vxlan' 2026-04-14 06:56:18.284 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-b30cb2bf-d9d4-49d5-b0da-e6ebbdba9bbc - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-14 06:56:18.298 7 INFO neutron.plugins.ml2.managers [None req-b30cb2bf-d9d4-49d5-b0da-e6ebbdba9bbc - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-14 06:56:18.299 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-b30cb2bf-d9d4-49d5-b0da-e6ebbdba9bbc - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-14 06:56:18.299 7 INFO neutron.plugins.ml2.managers [None req-b30cb2bf-d9d4-49d5-b0da-e6ebbdba9bbc - - - - - -] Initializing extension driver 'port_security' 2026-04-14 06:56:18.299 7 INFO neutron.plugins.ml2.extensions.port_security [None req-b30cb2bf-d9d4-49d5-b0da-e6ebbdba9bbc - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-14 06:56:18.299 7 INFO neutron.plugins.ml2.managers [None req-b30cb2bf-d9d4-49d5-b0da-e6ebbdba9bbc - - - - - -] Initializing extension driver 'qos' 2026-04-14 06:56:18.299 7 INFO neutron.plugins.ml2.managers [None req-b30cb2bf-d9d4-49d5-b0da-e6ebbdba9bbc - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-14 06:56:18.299 7 INFO neutron.plugins.ml2.managers [None req-b30cb2bf-d9d4-49d5-b0da-e6ebbdba9bbc - - - - - -] Initializing mechanism driver 'l2population' 2026-04-14 06:56:18.314 8 WARNING stevedore.named [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 06:56:18.316 7 INFO neutron.quota [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded quota_driver: . 2026-04-14 06:56:18.316 7 INFO neutron.plugins.ml2.plugin [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Modular L2 Plugin initialization complete 2026-04-14 06:56:18.317 7 INFO neutron.plugins.ml2.managers [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-14 06:56:18.317 7 INFO neutron.plugins.ml2.managers [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-14 06:56:18.317 7 INFO neutron.plugins.ml2.managers [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-14 06:56:18.317 7 INFO neutron.manager [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loading Plugin: qos 2026-04-14 06:56:18.333 7 INFO neutron.manager [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loading Plugin: router 2026-04-14 06:56:18.379 7 INFO neutron.services.service_base [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-14 06:56:18.379 7 INFO neutron.manager [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loading Plugin: segments 2026-04-14 06:56:18.402 8 INFO neutron_vpnaas.services.vpn.plugin [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-14 06:56:18.403 8 INFO neutron.common.utils [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-14 06:56:18.403 8 INFO neutron.manager [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loading Plugin: taas 2026-04-14 06:56:18.431 8 WARNING stevedore.named [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 06:56:18.432 8 WARNING stevedore.named [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 06:56:18.452 8 INFO neutron_taas.services.taas.taas_plugin [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-14 06:56:18.453 8 INFO neutron.manager [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loading Plugin: tapmirror 2026-04-14 06:56:18.468 8 WARNING stevedore.named [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 06:56:18.468 8 WARNING stevedore.named [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 06:56:18.485 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-14 06:56:18.486 8 INFO neutron.manager [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loading Plugin: auto_allocate 2026-04-14 06:56:18.488 7 INFO neutron.manager [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loading Plugin: trunk 2026-04-14 06:56:18.496 8 INFO neutron.manager [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loading Plugin: tag 2026-04-14 06:56:18.503 7 INFO neutron.manager [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loading Plugin: vpnaas 2026-04-14 06:56:18.507 8 INFO neutron.manager [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loading Plugin: timestamp 2026-04-14 06:56:18.510 8 INFO neutron.manager [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loading Plugin: network_ip_availability 2026-04-14 06:56:18.514 8 INFO neutron.manager [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loading Plugin: flavors 2026-04-14 06:56:18.518 8 INFO neutron.manager [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loading Plugin: revisions 2026-04-14 06:56:18.522 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Initializing extension manager. 2026-04-14 06:56:18.524 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: address-group 2026-04-14 06:56:18.525 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: address-scope 2026-04-14 06:56:18.525 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-14 06:56:18.526 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: agent 2026-04-14 06:56:18.527 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: agent-resources-synced 2026-04-14 06:56:18.528 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-14 06:56:18.529 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-14 06:56:18.530 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: availability_zone 2026-04-14 06:56:18.530 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: availability_zone_filter 2026-04-14 06:56:18.532 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-14 06:56:18.532 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: default-subnetpools 2026-04-14 06:56:18.534 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-14 06:56:18.534 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: dns-integration 2026-04-14 06:56:18.535 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: dns-domain-ports 2026-04-14 06:56:18.535 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-14 06:56:18.536 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: dvr 2026-04-14 06:56:18.536 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-14 06:56:18.537 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: empty-string-filtering 2026-04-14 06:56:18.537 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 06:56:18.538 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-14 06:56:18.539 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: external-net 2026-04-14 06:56:18.539 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-14 06:56:18.540 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: extraroute 2026-04-14 06:56:18.540 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: extraroute-atomic 2026-04-14 06:56:18.541 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-14 06:56:18.541 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-14 06:56:18.542 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-14 06:56:18.542 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-14 06:56:18.543 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: fip-port-details 2026-04-14 06:56:18.544 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: flavors 2026-04-14 06:56:18.545 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-14 06:56:18.546 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: floatingip-pools 2026-04-14 06:56:18.546 7 WARNING stevedore.named [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 06:56:18.546 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: ip_allocation 2026-04-14 06:56:18.547 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-14 06:56:18.547 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: l2_adjacency 2026-04-14 06:56:18.549 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: router 2026-04-14 06:56:18.550 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 06:56:18.551 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-14 06:56:18.552 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-14 06:56:18.552 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: ext-gw-mode 2026-04-14 06:56:18.553 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: l3-ha 2026-04-14 06:56:18.553 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-14 06:56:18.554 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-14 06:56:18.554 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: l3-flavors 2026-04-14 06:56:18.555 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-14 06:56:18.556 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-14 06:56:18.558 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-14 06:56:18.559 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-14 06:56:18.560 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-14 06:56:18.561 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-14 06:56:18.562 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-14 06:56:18.563 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: multi-provider 2026-04-14 06:56:18.563 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: net-mtu 2026-04-14 06:56:18.564 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: net-mtu-writable 2026-04-14 06:56:18.565 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: network_availability_zone 2026-04-14 06:56:18.565 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: network_ha 2026-04-14 06:56:18.566 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: network-ip-availability 2026-04-14 06:56:18.567 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-14 06:56:18.568 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: pagination 2026-04-14 06:56:18.568 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: port-device-profile 2026-04-14 06:56:18.569 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-14 06:56:18.569 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-14 06:56:18.569 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-14 06:56:18.570 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: port-mac-override 2026-04-14 06:56:18.570 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-14 06:56:18.571 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-14 06:56:18.571 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-14 06:56:18.572 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: port-resource-request 2026-04-14 06:56:18.572 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-14 06:56:18.573 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-14 06:56:18.573 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: binding 2026-04-14 06:56:18.574 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: binding-extended 2026-04-14 06:56:18.575 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: port-security 2026-04-14 06:56:18.575 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: project-id 2026-04-14 06:56:18.576 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: provider 2026-04-14 06:56:18.577 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-14 06:56:18.579 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: qos 2026-04-14 06:56:18.580 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-14 06:56:18.580 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-14 06:56:18.581 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: qos-default 2026-04-14 06:56:18.581 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: qos-fip 2026-04-14 06:56:18.582 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-14 06:56:18.582 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-14 06:56:18.583 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-14 06:56:18.583 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-14 06:56:18.584 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-14 06:56:18.585 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: qos-pps 2026-04-14 06:56:18.585 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-14 06:56:18.586 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-14 06:56:18.586 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: qos-rules-alias 2026-04-14 06:56:18.587 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: quota-check-limit 2026-04-14 06:56:18.588 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-14 06:56:18.590 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: quotas 2026-04-14 06:56:18.591 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: quota_details 2026-04-14 06:56:18.593 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: rbac-policies 2026-04-14 06:56:18.593 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: rbac-address-group 2026-04-14 06:56:18.594 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: rbac-address-scope 2026-04-14 06:56:18.595 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: rbac-security-groups 2026-04-14 06:56:18.595 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-14 06:56:18.596 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: revision-if-match 2026-04-14 06:56:18.597 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-14 06:56:18.597 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: router_availability_zone 2026-04-14 06:56:18.598 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-14 06:56:18.600 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-14 06:56:18.600 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-14 06:56:18.601 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-14 06:56:18.601 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-14 06:56:18.602 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-14 06:56:18.602 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-14 06:56:18.608 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: security-group 2026-04-14 06:56:18.610 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: segment 2026-04-14 06:56:18.610 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-14 06:56:18.611 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: service-type 2026-04-14 06:56:18.611 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: sorting 2026-04-14 06:56:18.612 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: standard-attr-segment 2026-04-14 06:56:18.613 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: standard-attr-description 2026-04-14 06:56:18.613 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: stateful-security-group 2026-04-14 06:56:18.614 8 WARNING neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-14 06:56:18.614 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-14 06:56:18.615 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: subnet-external-network 2026-04-14 06:56:18.615 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: subnet_onboard 2026-04-14 06:56:18.616 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-14 06:56:18.616 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: subnet-service-types 2026-04-14 06:56:18.617 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: subnet_allocation 2026-04-14 06:56:18.618 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-14 06:56:18.618 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: tag-creation 2026-04-14 06:56:18.619 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-14 06:56:18.623 7 INFO neutron_vpnaas.services.vpn.plugin [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-14 06:56:18.623 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: standard-attr-tag 2026-04-14 06:56:18.623 7 INFO neutron.common.utils [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-14 06:56:18.623 7 INFO neutron.manager [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loading Plugin: taas 2026-04-14 06:56:18.624 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-14 06:56:18.624 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: trunk 2026-04-14 06:56:18.625 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: trunk-details 2026-04-14 06:56:18.625 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-14 06:56:18.626 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-14 06:56:18.627 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-14 06:56:18.627 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-14 06:56:18.630 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-14 06:56:18.631 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-14 06:56:18.632 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: vpn-flavors 2026-04-14 06:56:18.633 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: vpnaas 2026-04-14 06:56:18.635 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: taas 2026-04-14 06:56:18.636 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: tap-mirror 2026-04-14 06:56:18.636 8 INFO neutron.api.extensions [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-14 06:56:18.639 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-14 06:56:18.639 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-14 06:56:18.639 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:56:18.639 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-14 06:56:18.643 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 06:56:18.643 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 06:56:18.648 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 06:56:18.649 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 06:56:18.649 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 06:56:18.650 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:56:18.650 8 WARNING neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] subnetpool is already registered 2026-04-14 06:56:18.650 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:56:18.650 7 WARNING stevedore.named [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 06:56:18.651 7 WARNING stevedore.named [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 06:56:18.651 8 WARNING neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] subnetpool is already registered 2026-04-14 06:56:18.651 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 06:56:18.652 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 06:56:18.652 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 06:56:18.653 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 06:56:18.653 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 06:56:18.653 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 06:56:18.654 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 06:56:18.654 8 WARNING neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] ipsecpolicy is already registered 2026-04-14 06:56:18.654 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 06:56:18.654 8 WARNING neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] ikepolicy is already registered 2026-04-14 06:56:18.659 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 06:56:18.659 8 WARNING neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] router is already registered 2026-04-14 06:56:18.660 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 06:56:18.660 8 WARNING neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] floatingip is already registered 2026-04-14 06:56:18.664 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 06:56:18.664 8 WARNING neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] rbac_policy is already registered 2026-04-14 06:56:18.664 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 06:56:18.664 8 WARNING neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] security_group is already registered 2026-04-14 06:56:18.665 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 06:56:18.665 8 WARNING neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] security_group_rule is already registered 2026-04-14 06:56:18.666 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:56:18.666 8 WARNING neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] subnetpool is already registered 2026-04-14 06:56:18.666 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:56:18.666 8 WARNING neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] subnetpool is already registered 2026-04-14 06:56:18.667 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 06:56:18.667 8 WARNING neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] trunk is already registered 2026-04-14 06:56:18.667 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 06:56:18.668 8 WARNING neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] ikepolicy is already registered 2026-04-14 06:56:18.668 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 06:56:18.668 8 WARNING neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] ipsecpolicy is already registered 2026-04-14 06:56:18.668 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 06:56:18.668 8 WARNING neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] endpoint_group is already registered 2026-04-14 06:56:18.669 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 06:56:18.669 8 WARNING neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] vpnservice is already registered 2026-04-14 06:56:18.669 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 06:56:18.669 8 WARNING neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] ipsec_site_connection is already registered 2026-04-14 06:56:18.670 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 06:56:18.670 8 WARNING neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] ipsecpolicy is already registered 2026-04-14 06:56:18.670 8 INFO neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 06:56:18.670 8 WARNING neutron.quota.resource_registry [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] ikepolicy is already registered 2026-04-14 06:56:18.670 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-14 06:56:18.671 7 INFO neutron.manager [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loading Plugin: tapmirror 2026-04-14 06:56:18.682 7 WARNING stevedore.named [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 06:56:18.682 7 WARNING stevedore.named [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 06:56:18.697 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-14 06:56:18.697 7 INFO neutron.manager [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loading Plugin: auto_allocate 2026-04-14 06:56:18.706 7 INFO neutron.manager [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loading Plugin: tag 2026-04-14 06:56:18.709 8 WARNING keystonemiddleware._common.config [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-14 06:56:18.714 7 INFO neutron.manager [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loading Plugin: timestamp 2026-04-14 06:56:18.716 8 WARNING oslo_config.cfg [None req-328327ad-9ed5-4d6a-9aa8-b0c1cfb8f291 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-14 06:56:18.717 7 INFO neutron.manager [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loading Plugin: network_ip_availability WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f294a1c4668 pid: 8 (default app) 2026-04-14 06:56:18.721 7 INFO neutron.manager [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loading Plugin: flavors 2026-04-14 06:56:18.725 7 INFO neutron.manager [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loading Plugin: revisions 2026-04-14 06:56:18.728 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Initializing extension manager. 2026-04-14 06:56:18.730 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: address-group 2026-04-14 06:56:18.731 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: address-scope 2026-04-14 06:56:18.731 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-14 06:56:18.732 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: agent 2026-04-14 06:56:18.733 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: agent-resources-synced 2026-04-14 06:56:18.734 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-14 06:56:18.735 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-14 06:56:18.736 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: availability_zone 2026-04-14 06:56:18.736 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: availability_zone_filter 2026-04-14 06:56:18.737 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-14 06:56:18.737 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: default-subnetpools 2026-04-14 06:56:18.740 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-14 06:56:18.740 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: dns-integration 2026-04-14 06:56:18.741 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: dns-domain-ports 2026-04-14 06:56:18.741 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-14 06:56:18.742 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: dvr 2026-04-14 06:56:18.742 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-14 06:56:18.743 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: empty-string-filtering 2026-04-14 06:56:18.743 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 06:56:18.744 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-14 06:56:18.744 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: external-net 2026-04-14 06:56:18.745 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-14 06:56:18.745 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: extraroute 2026-04-14 06:56:18.746 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: extraroute-atomic 2026-04-14 06:56:18.747 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-14 06:56:18.747 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-14 06:56:18.748 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-14 06:56:18.749 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-14 06:56:18.749 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: fip-port-details 2026-04-14 06:56:18.750 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: flavors 2026-04-14 06:56:18.751 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-14 06:56:18.752 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: floatingip-pools 2026-04-14 06:56:18.753 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: ip_allocation 2026-04-14 06:56:18.753 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-14 06:56:18.755 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: l2_adjacency 2026-04-14 06:56:18.756 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: router 2026-04-14 06:56:18.758 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 06:56:18.758 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-14 06:56:18.759 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-14 06:56:18.760 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: ext-gw-mode 2026-04-14 06:56:18.761 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: l3-ha 2026-04-14 06:56:18.761 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-14 06:56:18.762 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-14 06:56:18.763 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: l3-flavors 2026-04-14 06:56:18.764 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-14 06:56:18.765 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-14 06:56:18.767 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-14 06:56:18.769 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-14 06:56:18.770 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-14 06:56:18.771 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-14 06:56:18.773 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-14 06:56:18.773 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: multi-provider 2026-04-14 06:56:18.774 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: net-mtu 2026-04-14 06:56:18.774 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: net-mtu-writable 2026-04-14 06:56:18.775 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: network_availability_zone 2026-04-14 06:56:18.775 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: network_ha 2026-04-14 06:56:18.776 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: network-ip-availability 2026-04-14 06:56:18.777 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-14 06:56:18.778 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: pagination 2026-04-14 06:56:18.778 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: port-device-profile 2026-04-14 06:56:18.779 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-14 06:56:18.779 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-14 06:56:18.780 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-14 06:56:18.780 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: port-mac-override 2026-04-14 06:56:18.781 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-14 06:56:18.781 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-14 06:56:18.782 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-14 06:56:18.782 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: port-resource-request 2026-04-14 06:56:18.783 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-14 06:56:18.783 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-14 06:56:18.784 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: binding 2026-04-14 06:56:18.785 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: binding-extended 2026-04-14 06:56:18.785 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: port-security 2026-04-14 06:56:18.786 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: project-id 2026-04-14 06:56:18.786 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: provider 2026-04-14 06:56:18.787 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-14 06:56:18.789 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: qos 2026-04-14 06:56:18.790 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-14 06:56:18.790 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-14 06:56:18.791 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: qos-default 2026-04-14 06:56:18.791 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: qos-fip 2026-04-14 06:56:18.792 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-14 06:56:18.792 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-14 06:56:18.793 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-14 06:56:18.793 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-14 06:56:18.794 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-14 06:56:18.795 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: qos-pps 2026-04-14 06:56:18.796 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-14 06:56:18.796 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-14 06:56:18.797 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: qos-rules-alias 2026-04-14 06:56:18.798 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: quota-check-limit 2026-04-14 06:56:18.799 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-14 06:56:18.801 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: quotas 2026-04-14 06:56:18.802 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: quota_details 2026-04-14 06:56:18.804 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: rbac-policies 2026-04-14 06:56:18.804 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: rbac-address-group 2026-04-14 06:56:18.805 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: rbac-address-scope 2026-04-14 06:56:18.805 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: rbac-security-groups 2026-04-14 06:56:18.806 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-14 06:56:18.806 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: revision-if-match 2026-04-14 06:56:18.807 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-14 06:56:18.808 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: router_availability_zone 2026-04-14 06:56:18.808 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-14 06:56:18.810 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-14 06:56:18.811 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-14 06:56:18.811 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-14 06:56:18.812 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-14 06:56:18.813 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-14 06:56:18.814 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-14 06:56:18.819 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: security-group 2026-04-14 06:56:18.820 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: segment 2026-04-14 06:56:18.820 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-14 06:56:18.821 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: service-type 2026-04-14 06:56:18.821 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: sorting 2026-04-14 06:56:18.822 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: standard-attr-segment 2026-04-14 06:56:18.823 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: standard-attr-description 2026-04-14 06:56:18.823 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: stateful-security-group 2026-04-14 06:56:18.824 7 WARNING neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-14 06:56:18.826 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-14 06:56:18.826 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: subnet-external-network 2026-04-14 06:56:18.827 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: subnet_onboard 2026-04-14 06:56:18.827 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-14 06:56:18.828 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: subnet-service-types 2026-04-14 06:56:18.828 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: subnet_allocation 2026-04-14 06:56:18.829 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-14 06:56:18.830 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: tag-creation 2026-04-14 06:56:18.830 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-14 06:56:18.834 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: standard-attr-tag 2026-04-14 06:56:18.835 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-14 06:56:18.836 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: trunk 2026-04-14 06:56:18.836 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: trunk-details 2026-04-14 06:56:18.837 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-14 06:56:18.838 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-14 06:56:18.838 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-14 06:56:18.839 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-14 06:56:18.842 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-14 06:56:18.843 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-14 06:56:18.844 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: vpn-flavors 2026-04-14 06:56:18.846 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: vpnaas 2026-04-14 06:56:18.847 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: taas 2026-04-14 06:56:18.848 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: tap-mirror 2026-04-14 06:56:18.849 7 INFO neutron.api.extensions [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-14 06:56:18.851 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-14 06:56:18.852 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-14 06:56:18.852 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:56:18.852 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-14 06:56:18.855 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 06:56:18.856 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 06:56:18.861 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 06:56:18.863 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 06:56:18.863 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 06:56:18.864 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:56:18.865 7 WARNING neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] subnetpool is already registered 2026-04-14 06:56:18.865 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:56:18.865 7 WARNING neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] subnetpool is already registered 2026-04-14 06:56:18.865 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 06:56:18.866 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 06:56:18.866 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 06:56:18.867 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 06:56:18.867 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 06:56:18.868 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 06:56:18.868 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 06:56:18.868 7 WARNING neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] ipsecpolicy is already registered 2026-04-14 06:56:18.869 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 06:56:18.869 7 WARNING neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] ikepolicy is already registered 2026-04-14 06:56:18.875 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 06:56:18.876 7 WARNING neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] router is already registered 2026-04-14 06:56:18.876 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 06:56:18.876 7 WARNING neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] floatingip is already registered 2026-04-14 06:56:18.881 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 06:56:18.881 7 WARNING neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] rbac_policy is already registered 2026-04-14 06:56:18.881 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 06:56:18.882 7 WARNING neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] security_group is already registered 2026-04-14 06:56:18.882 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 06:56:18.882 7 WARNING neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] security_group_rule is already registered 2026-04-14 06:56:18.883 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:56:18.883 7 WARNING neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] subnetpool is already registered 2026-04-14 06:56:18.884 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 06:56:18.884 7 WARNING neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] subnetpool is already registered 2026-04-14 06:56:18.884 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 06:56:18.885 7 WARNING neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] trunk is already registered 2026-04-14 06:56:18.885 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 06:56:18.885 7 WARNING neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] ikepolicy is already registered 2026-04-14 06:56:18.885 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 06:56:18.886 7 WARNING neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] ipsecpolicy is already registered 2026-04-14 06:56:18.886 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 06:56:18.886 7 WARNING neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] endpoint_group is already registered 2026-04-14 06:56:18.886 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 06:56:18.887 7 WARNING neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] vpnservice is already registered 2026-04-14 06:56:18.887 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 06:56:18.887 7 WARNING neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] ipsec_site_connection is already registered 2026-04-14 06:56:18.888 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 06:56:18.888 7 WARNING neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] ipsecpolicy is already registered 2026-04-14 06:56:18.888 7 INFO neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 06:56:18.888 7 WARNING neutron.quota.resource_registry [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] ikepolicy is already registered 2026-04-14 06:56:18.927 7 WARNING keystonemiddleware._common.config [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-14 06:56:18.937 7 WARNING oslo_config.cfg [None req-3a1e8ef8-aff5-4503-baf6-9b8b3571c559 - - - - - -] 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 0x7f294a1c4668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 06:56:23.165 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0990c1c2-3de5-4dd1-9fd6-bfa78224450c fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.248 () {44 vars in 928 bytes} [Tue Apr 14 06:56:22 2026] GET /v2.0/networks/public => generated 108 bytes in 873 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.204.45.248 () {44 vars in 950 bytes} [Tue Apr 14 06:56:23 2026] GET /v2.0/networks?name=public => generated 15 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:56:23.985 8 WARNING neutron.services.revisions.revision_plugin [None req-8f3217b3-de57-48f2-a449-4932a11c448f fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Could not find related network for resource to bump revision. 2026-04-14 06:56:24.021 8 INFO neutron.db.segments_db [None req-8f3217b3-de57-48f2-a449-4932a11c448f fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Added segment 038f55e5-7dc5-438a-beb9-4f3ea299f9bf of type flat for network 4b9b5ba1-0c3f-4b47-8461-0ed2776e2b94 2026-04-14 06:56:24.075 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8f3217b3-de57-48f2-a449-4932a11c448f fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.204.45.248 () {48 vars in 968 bytes} [Tue Apr 14 06:56:23 2026] POST /v2.0/networks => generated 124 bytes in 512 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:56:30.342 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dbd9c7e2-d951-40ee-9b2d-d71a6f59189d fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/6] 199.204.45.248 () {44 vars in 928 bytes} [Tue Apr 14 06:56:29 2026] GET /v2.0/networks/public => generated 108 bytes in 417 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/7] 199.204.45.248 () {44 vars in 950 bytes} [Tue Apr 14 06:56:30 2026] GET /v2.0/networks?name=public => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:56:30.630 7 WARNING neutron.services.revisions.revision_plugin [None req-848e978e-153f-4400-8916-d915c75e47ec fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Could not find related network for resource to bump revision. 2026-04-14 06:56:30.663 7 INFO neutron.db.segments_db [None req-848e978e-153f-4400-8916-d915c75e47ec fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Added segment ddbe7dd1-b55a-4cb4-bf07-cf25b1aa8c3e of type flat for network dc5a2ded-947e-4f5c-ab02-c1a7e06822f3 2026-04-14 06:56:30.720 7 INFO neutron.pecan_wsgi.hooks.translation [None req-848e978e-153f-4400-8916-d915c75e47ec fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/8] 199.204.45.248 () {48 vars in 968 bytes} [Tue Apr 14 06:56:30 2026] POST /v2.0/networks => generated 124 bytes in 359 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:56:36.643 7 INFO neutron.pecan_wsgi.hooks.translation [None req-84f361c7-d641-4fc6-a0c3-c2525677ea56 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.204.45.248 () {44 vars in 928 bytes} [Tue Apr 14 06:56:36 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.204.45.248 () {44 vars in 950 bytes} [Tue Apr 14 06:56:36 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 06:56:36.729 7 WARNING neutron.services.revisions.revision_plugin [None req-2803a613-dfa7-445f-927c-97e8bf593d4f fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Could not find related network for resource to bump revision. 2026-04-14 06:56:36.745 7 INFO neutron.db.segments_db [None req-2803a613-dfa7-445f-927c-97e8bf593d4f fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Added segment 7dc23bd5-0989-4c4a-9eea-0efca05c3df6 of type flat for network 85481db2-2909-43a3-aef4-db39ed968ecb 2026-04-14 06:56:36.770 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2803a613-dfa7-445f-927c-97e8bf593d4f fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.204.45.248 () {48 vars in 968 bytes} [Tue Apr 14 06:56:36 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-04-14 06:56:42.744 8 INFO neutron.pecan_wsgi.hooks.translation [None req-79a8f50a-7355-43d0-9f1f-98ca8893004c fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/13] 199.204.45.248 () {44 vars in 928 bytes} [Tue Apr 14 06:56:42 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/14] 199.204.45.248 () {44 vars in 950 bytes} [Tue Apr 14 06:56:42 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-04-14 06:56:42.832 8 WARNING neutron.services.revisions.revision_plugin [None req-f68499af-f547-4da5-b7e9-4d0c6516d6e5 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Could not find related network for resource to bump revision. 2026-04-14 06:56:42.877 8 INFO neutron.db.segments_db [None req-f68499af-f547-4da5-b7e9-4d0c6516d6e5 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Added segment c4786f37-8d57-44ed-b218-3f94a6d21d93 of type flat for network dd0a1599-b40d-4a15-8cae-430994aa3fd5 2026-04-14 06:56:42.926 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f68499af-f547-4da5-b7e9-4d0c6516d6e5 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/15] 199.204.45.248 () {48 vars in 968 bytes} [Tue Apr 14 06:56:42 2026] POST /v2.0/networks => generated 124 bytes in 167 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 06:56:48.883 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0b26c217-9c46-40dc-a252-ee720e686667 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.248 () {44 vars in 928 bytes} [Tue Apr 14 06:56:48 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.248 () {44 vars in 950 bytes} [Tue Apr 14 06:56:48 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-04-14 06:56:48.949 8 WARNING neutron.services.revisions.revision_plugin [None req-68c1597e-1bd2-4df2-8e3c-cfce210c98df fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Could not find related network for resource to bump revision. 2026-04-14 06:56:48.981 8 INFO neutron.db.segments_db [None req-68c1597e-1bd2-4df2-8e3c-cfce210c98df fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Added segment df5e1844-66cf-43c8-975a-ffa257e9dc3f of type flat for network a7a7ae99-0443-4673-90c4-65109a667aa3 [pid: 8|app: 0|req: 11/19] 199.204.45.248 () {48 vars in 968 bytes} [Tue Apr 14 06:56:48 2026] POST /v2.0/networks => generated 706 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 06:56:50.562 7 INFO neutron.pecan_wsgi.hooks.translation [None req-45cde918-a83d-4876-81cf-f0415f88c2fb fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/20] 199.204.45.248 () {44 vars in 928 bytes} [Tue Apr 14 06:56:50 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/21] 199.204.45.248 () {44 vars in 950 bytes} [Tue Apr 14 06:56:50 2026] GET /v2.0/networks?name=public => generated 709 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 06:56:50.667 7 INFO neutron.pecan_wsgi.hooks.translation [None req-19c818d8-aa12-4d52-b0ab-bd64fea79dc2 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/22] 199.204.45.248 () {44 vars in 1035 bytes} [Tue Apr 14 06:56:50 2026] GET /v2.0/subnets/public-subnet?network_id=a7a7ae99-0443-4673-90c4-65109a667aa3 => generated 113 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/23] 199.204.45.248 () {44 vars in 1058 bytes} [Tue Apr 14 06:56:50 2026] GET /v2.0/subnets?name=public-subnet&network_id=a7a7ae99-0443-4673-90c4-65109a667aa3 => 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: 11/24] 199.204.45.248 () {48 vars in 966 bytes} [Tue Apr 14 06:56:50 2026] POST /v2.0/subnets => generated 664 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:01:50.605 8 INFO neutron.pecan_wsgi.hooks.translation [None req-57f59c2b-9d7f-4b4f-85d9-451d716ea1d8 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/64] 199.204.45.248 () {44 vars in 938 bytes} [Tue Apr 14 07:01:50 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 123 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/65] 199.204.45.248 () {44 vars in 960 bytes} [Tue Apr 14 07:01:50 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:01:50.696 8 INFO neutron.db.segments_db [None req-325956ce-444c-4d20-9299-7ae8bf7c072b fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Added segment e71e444f-3000-4e2d-b7a2-d77390dc370f of type vxlan for network b30636d9-1425-4420-865f-41439bf6aec0 [pid: 8|app: 0|req: 35/66] 199.204.45.248 () {48 vars in 967 bytes} [Tue Apr 14 07:01:50 2026] POST /v2.0/networks => generated 688 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:01:51.800 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f6a84444-d571-4d15-9249-d509f286068d fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 32/67] 199.204.45.248 () {44 vars in 938 bytes} [Tue Apr 14 07:01:51 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/68] 199.204.45.248 () {44 vars in 960 bytes} [Tue Apr 14 07:01:51 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:01:51.862 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a6e78ce1-dcfb-499e-b869-2654821823ea fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/69] 199.204.45.248 () {44 vars in 1037 bytes} [Tue Apr 14 07:01:51 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=b30636d9-1425-4420-865f-41439bf6aec0 => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/70] 199.204.45.248 () {44 vars in 1060 bytes} [Tue Apr 14 07:01:51 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=b30636d9-1425-4420-865f-41439bf6aec0 => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/71] 199.204.45.248 () {48 vars in 966 bytes} [Tue Apr 14 07:01:51 2026] POST /v2.0/subnets => generated 651 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:01:53.303 8 INFO neutron.api.v2.resource [None req-66da3d16-7bbd-444c-9540-e85837543aa8 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/72] 199.204.45.248 () {44 vars in 972 bytes} [Tue Apr 14 07:01:53 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/73] 199.204.45.248 () {44 vars in 994 bytes} [Tue Apr 14 07:01:53 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/74] 199.204.45.248 () {48 vars in 981 bytes} [Tue Apr 14 07:01:53 2026] POST /v2.0/security-groups => generated 1616 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/75] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:01:54 2026] GET /v2.0/security-groups/da6ed549-3057-4baa-8b25-94526a0c8ae4 => generated 1616 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/76] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:01:54 2026] GET /v2.0/security-groups/da6ed549-3057-4baa-8b25-94526a0c8ae4 => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/77] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:01:54 2026] GET /v2.0/security-groups/da6ed549-3057-4baa-8b25-94526a0c8ae4 => 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: 41/78] 199.204.45.248 () {48 vars in 992 bytes} [Tue Apr 14 07:01:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/79] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:01:55 2026] GET /v2.0/security-groups/da6ed549-3057-4baa-8b25-94526a0c8ae4 => generated 2230 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/80] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:01:55 2026] GET /v2.0/security-groups/da6ed549-3057-4baa-8b25-94526a0c8ae4 => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/81] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:01:55 2026] GET /v2.0/security-groups/da6ed549-3057-4baa-8b25-94526a0c8ae4 => generated 2230 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/82] 199.204.45.248 () {48 vars in 992 bytes} [Tue Apr 14 07:01:55 2026] POST /v2.0/security-group-rules => generated 603 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/83] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:01:56 2026] GET /v2.0/security-groups/da6ed549-3057-4baa-8b25-94526a0c8ae4 => generated 2846 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/84] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:01:57 2026] GET /v2.0/security-groups/da6ed549-3057-4baa-8b25-94526a0c8ae4 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/85] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:01:57 2026] GET /v2.0/security-groups/da6ed549-3057-4baa-8b25-94526a0c8ae4 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/86] 199.204.45.248 () {48 vars in 992 bytes} [Tue Apr 14 07:01:57 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/87] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:01:58 2026] GET /v2.0/security-groups/da6ed549-3057-4baa-8b25-94526a0c8ae4 => generated 3462 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/88] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:01:58 2026] GET /v2.0/security-groups/da6ed549-3057-4baa-8b25-94526a0c8ae4 => generated 3462 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/89] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:01:58 2026] GET /v2.0/security-groups/da6ed549-3057-4baa-8b25-94526a0c8ae4 => generated 3462 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/90] 199.204.45.248 () {48 vars in 992 bytes} [Tue Apr 14 07:01:58 2026] POST /v2.0/security-group-rules => generated 603 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/91] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:01:59 2026] GET /v2.0/security-groups/da6ed549-3057-4baa-8b25-94526a0c8ae4 => generated 4078 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/92] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:01:59 2026] GET /v2.0/security-groups/da6ed549-3057-4baa-8b25-94526a0c8ae4 => generated 4078 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/93] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:01:59 2026] GET /v2.0/security-groups/da6ed549-3057-4baa-8b25-94526a0c8ae4 => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/94] 199.204.45.248 () {48 vars in 992 bytes} [Tue Apr 14 07:01:59 2026] POST /v2.0/security-group-rules => generated 603 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/95] 199.204.45.248 () {44 vars in 988 bytes} [Tue Apr 14 07:02:00 2026] GET /v2.0/networks/b30636d9-1425-4420-865f-41439bf6aec0 => generated 732 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:02:00.853 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eeac81c2-4135-4fd4-b1b0-22f366ece8cf fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/96] 199.204.45.248 () {44 vars in 1077 bytes} [Tue Apr 14 07:02:00 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=b30636d9-1425-4420-865f-41439bf6aec0 => generated 132 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/97] 199.204.45.248 () {44 vars in 1100 bytes} [Tue Apr 14 07:02:00 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=b30636d9-1425-4420-865f-41439bf6aec0 => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/98] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:02:00 2026] GET /v2.0/security-groups/da6ed549-3057-4baa-8b25-94526a0c8ae4 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/99] 199.204.45.248 () {48 vars in 962 bytes} [Tue Apr 14 07:02:00 2026] POST /v2.0/ports => generated 1100 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 07:02:08.817 8 INFO neutron.pecan_wsgi.hooks.translation [None req-819ccd8d-d765-4a85-a55d-a5b5982615e6 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/102] 199.204.45.248 () {44 vars in 980 bytes} [Tue Apr 14 07:02:08 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 50/103] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:02:08 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/104] 199.204.45.248 () {48 vars in 1032 bytes} [Tue Apr 14 07:02:08 2026] PUT /v2.0/ports/074c83f6-8ab2-4e13-af9f-9cdb66b73974 => generated 1249 bytes in 771 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/105] 199.204.45.248 () {44 vars in 921 bytes} [Tue Apr 14 07:02:11 2026] GET /v2.0/ports => generated 3730 bytes in 276 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-04-14 07:02:12.453 8 INFO neutron.api.v2.resource [None req-5244ebbb-be08-4ce5-a9a4-7e8e0eb0f040 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/106] 199.204.45.248 () {44 vars in 960 bytes} [Tue Apr 14 07:02:12 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/107] 199.204.45.248 () {44 vars in 982 bytes} [Tue Apr 14 07:02:12 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/108] 199.204.45.248 () {48 vars in 981 bytes} [Tue Apr 14 07:02:12 2026] POST /v2.0/security-groups => generated 1610 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/109] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:02:13 2026] GET /v2.0/security-groups/5afc2c24-7f51-4b1c-972b-bb8b16b40bb8 => generated 1610 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/110] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:02:13 2026] GET /v2.0/security-groups/5afc2c24-7f51-4b1c-972b-bb8b16b40bb8 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/111] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:02:13 2026] GET /v2.0/security-groups/5afc2c24-7f51-4b1c-972b-bb8b16b40bb8 => generated 1610 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/112] 199.204.45.248 () {48 vars in 992 bytes} [Tue Apr 14 07:02:13 2026] POST /v2.0/security-group-rules => generated 623 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/113] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:02:14 2026] GET /v2.0/security-groups/5afc2c24-7f51-4b1c-972b-bb8b16b40bb8 => generated 2246 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/114] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:02:14 2026] GET /v2.0/security-groups/5afc2c24-7f51-4b1c-972b-bb8b16b40bb8 => generated 2246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/115] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:02:14 2026] GET /v2.0/security-groups/5afc2c24-7f51-4b1c-972b-bb8b16b40bb8 => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/116] 199.204.45.248 () {48 vars in 992 bytes} [Tue Apr 14 07:02:14 2026] POST /v2.0/security-group-rules => generated 627 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/125] 199.204.45.248 () {44 vars in 976 bytes} [Tue Apr 14 07:03:14 2026] GET /v2.0/quotas/69266cc1365c478fb891c0462a1b823b => 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: 65/126] 199.204.45.248 () {48 vars in 1028 bytes} [Tue Apr 14 07:03:14 2026] PUT /v2.0/quotas/69266cc1365c478fb891c0462a1b823b => generated 291 bytes in 36 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-04-14 07:05:35.734 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cd781e49-f82e-43e5-856f-9a3ea0db81ca fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 72/147] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:05:35 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 219 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 76/148] 199.204.45.248 () {30 vars in 763 bytes} [Tue Apr 14 07:05:35 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:05:37.688 7 INFO neutron.pecan_wsgi.hooks.translation [None req-63de7423-df3a-4b9f-bfc0-2ea93c185be8 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 73/149] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:05:37 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/150] 199.204.45.248 () {30 vars in 763 bytes} [Tue Apr 14 07:05:37 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:11:39.282 8 INFO neutron.api.v2.resource [None req-591074a4-50ee-4315-91da-912878564f35 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 102/199] 199.204.45.248 () {44 vars in 1075 bytes} [Tue Apr 14 07:11:39 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=9a8979babd3f4b55b68cc20b9c3a373d => generated 139 bytes in 125 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 98/200] 199.204.45.248 () {44 vars in 1098 bytes} [Tue Apr 14 07:11:39 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=9a8979babd3f4b55b68cc20b9c3a373d => generated 23 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/201] 199.204.45.248 () {48 vars in 982 bytes} [Tue Apr 14 07:11:39 2026] POST /v2.0/security-groups => generated 1624 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 99/202] 199.204.45.248 () {44 vars in 1089 bytes} [Tue Apr 14 07:11:40 2026] GET /v2.0/security-groups/faf02d66-7ed1-4de1-96d3-367a03c8c257?project_id=9a8979babd3f4b55b68cc20b9c3a373d => generated 1624 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/203] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:11:40 2026] GET /v2.0/security-groups/faf02d66-7ed1-4de1-96d3-367a03c8c257 => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/204] 199.204.45.248 () {44 vars in 1089 bytes} [Tue Apr 14 07:11:40 2026] GET /v2.0/security-groups/faf02d66-7ed1-4de1-96d3-367a03c8c257?project_id=9a8979babd3f4b55b68cc20b9c3a373d => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/205] 199.204.45.248 () {48 vars in 992 bytes} [Tue Apr 14 07:11:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/206] 199.204.45.248 () {44 vars in 1089 bytes} [Tue Apr 14 07:11:41 2026] GET /v2.0/security-groups/faf02d66-7ed1-4de1-96d3-367a03c8c257?project_id=9a8979babd3f4b55b68cc20b9c3a373d => generated 2234 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/207] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:11:41 2026] GET /v2.0/security-groups/faf02d66-7ed1-4de1-96d3-367a03c8c257 => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/208] 199.204.45.248 () {44 vars in 1089 bytes} [Tue Apr 14 07:11:41 2026] GET /v2.0/security-groups/faf02d66-7ed1-4de1-96d3-367a03c8c257?project_id=9a8979babd3f4b55b68cc20b9c3a373d => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/209] 199.204.45.248 () {48 vars in 992 bytes} [Tue Apr 14 07:11:42 2026] POST /v2.0/security-group-rules => generated 599 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/210] 199.204.45.248 () {44 vars in 1089 bytes} [Tue Apr 14 07:11:43 2026] GET /v2.0/security-groups/faf02d66-7ed1-4de1-96d3-367a03c8c257?project_id=9a8979babd3f4b55b68cc20b9c3a373d => generated 2846 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/211] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:11:43 2026] GET /v2.0/security-groups/faf02d66-7ed1-4de1-96d3-367a03c8c257 => generated 2846 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/212] 199.204.45.248 () {44 vars in 1089 bytes} [Tue Apr 14 07:11:43 2026] GET /v2.0/security-groups/faf02d66-7ed1-4de1-96d3-367a03c8c257?project_id=9a8979babd3f4b55b68cc20b9c3a373d => generated 2846 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/213] 199.204.45.248 () {48 vars in 992 bytes} [Tue Apr 14 07:11:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/214] 199.204.45.248 () {44 vars in 1089 bytes} [Tue Apr 14 07:11:44 2026] GET /v2.0/security-groups/faf02d66-7ed1-4de1-96d3-367a03c8c257?project_id=9a8979babd3f4b55b68cc20b9c3a373d => generated 3460 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/215] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:11:44 2026] GET /v2.0/security-groups/faf02d66-7ed1-4de1-96d3-367a03c8c257 => generated 3460 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/216] 199.204.45.248 () {44 vars in 1089 bytes} [Tue Apr 14 07:11:44 2026] GET /v2.0/security-groups/faf02d66-7ed1-4de1-96d3-367a03c8c257?project_id=9a8979babd3f4b55b68cc20b9c3a373d => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/217] 199.204.45.248 () {48 vars in 992 bytes} [Tue Apr 14 07:11:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/236] 199.204.45.248 () {30 vars in 740 bytes} [Tue Apr 14 07:14:00 2026] GET /v2.0/networks?tenant_id=9a8979babd3f4b55b68cc20b9c3a373d&shared=False => generated 15 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:14:00.417 8 INFO neutron.db.segments_db [None req-b74a902a-f7c2-488b-8b92-e09693359e8c ac5eccc75f244a1aba9e468d99df8af6 9a8979babd3f4b55b68cc20b9c3a373d - - 39adca0c4c4046b596293680371d7ecd 39adca0c4c4046b596293680371d7ecd] Added segment d6920c9b-36f0-433e-88ba-8e7692eb78e0 of type vxlan for network 95e22457-0b78-4127-8094-0718d6f3aa0d [pid: 8|app: 0|req: 121/237] 199.204.45.248 () {34 vars in 682 bytes} [Tue Apr 14 07:14:00 2026] POST /v2.0/networks => generated 699 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/238] 199.204.45.248 () {30 vars in 722 bytes} [Tue Apr 14 07:14:00 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/239] 199.204.45.248 () {30 vars in 633 bytes} [Tue Apr 14 07:14:00 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/240] 199.204.45.248 () {34 vars in 677 bytes} [Tue Apr 14 07:14:00 2026] POST /v2.0/ports => generated 999 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/241] 199.204.45.248 () {30 vars in 703 bytes} [Tue Apr 14 07:14:01 2026] GET /v2.0/networks/95e22457-0b78-4127-8094-0718d6f3aa0d => generated 705 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/242] 199.204.45.248 () {30 vars in 722 bytes} [Tue Apr 14 07:14:02 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/243] 199.204.45.248 () {30 vars in 703 bytes} [Tue Apr 14 07:14:03 2026] GET /v2.0/networks/95e22457-0b78-4127-8094-0718d6f3aa0d => generated 705 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/246] 199.204.45.248 () {44 vars in 976 bytes} [Tue Apr 14 07:14:16 2026] GET /v2.0/quotas/9a8979babd3f4b55b68cc20b9c3a373d => 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: 126/247] 199.204.45.248 () {48 vars in 1028 bytes} [Tue Apr 14 07:14:16 2026] PUT /v2.0/quotas/9a8979babd3f4b55b68cc20b9c3a373d => generated 291 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:25:12.381 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fe950c20-f15e-43e7-afb9-51b8f13ca355 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 166/336] 199.204.45.248 () {44 vars in 928 bytes} [Tue Apr 14 07:25:12 2026] GET /v2.0/networks/public => generated 108 bytes in 127 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/337] 199.204.45.248 () {44 vars in 950 bytes} [Tue Apr 14 07:25:12 2026] GET /v2.0/networks?name=public => generated 753 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:25:13.682 7 INFO neutron.pecan_wsgi.hooks.translation [None req-60cdcc66-ad75-4a8e-a8ef-68a0c23220ec fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 167/338] 199.204.45.248 () {44 vars in 928 bytes} [Tue Apr 14 07:25:13 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 172/339] 199.204.45.248 () {44 vars in 950 bytes} [Tue Apr 14 07:25:13 2026] GET /v2.0/networks?name=public => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:25:13.751 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d5383770-1691-42a8-b4b5-ec8247d3889f fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 168/340] 199.204.45.248 () {44 vars in 1035 bytes} [Tue Apr 14 07:25:13 2026] GET /v2.0/subnets/public-subnet?network_id=a7a7ae99-0443-4673-90c4-65109a667aa3 => generated 113 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/341] 199.204.45.248 () {44 vars in 1058 bytes} [Tue Apr 14 07:25:13 2026] GET /v2.0/subnets?name=public-subnet&network_id=a7a7ae99-0443-4673-90c4-65109a667aa3 => generated 667 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:25:40.800 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dea4e871-0657-417b-b893-b469cc7811c2 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 171/346] 199.204.45.248 () {44 vars in 938 bytes} [Tue Apr 14 07:25:40 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/347] 199.204.45.248 () {44 vars in 960 bytes} [Tue Apr 14 07:25:40 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:25:41.819 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fe1f0a06-3d2b-41f0-9e2a-006ea5536e56 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 172/348] 199.204.45.248 () {44 vars in 938 bytes} [Tue Apr 14 07:25:41 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/349] 199.204.45.248 () {44 vars in 960 bytes} [Tue Apr 14 07:25:41 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:25:41.891 7 INFO neutron.pecan_wsgi.hooks.translation [None req-39d3ad6a-2ffc-4a73-950f-2f08610c8206 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 173/350] 199.204.45.248 () {44 vars in 1037 bytes} [Tue Apr 14 07:25:41 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=b30636d9-1425-4420-865f-41439bf6aec0 => 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: 178/351] 199.204.45.248 () {44 vars in 1060 bytes} [Tue Apr 14 07:25:41 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=b30636d9-1425-4420-865f-41439bf6aec0 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:25:42.943 7 INFO neutron.api.v2.resource [None req-d65f8e77-8ac7-4a56-ac98-00ffef0e717a fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 174/352] 199.204.45.248 () {44 vars in 972 bytes} [Tue Apr 14 07:25:42 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/353] 199.204.45.248 () {44 vars in 994 bytes} [Tue Apr 14 07:25:42 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: 175/354] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:25:44 2026] GET /v2.0/security-groups/da6ed549-3057-4baa-8b25-94526a0c8ae4 => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/355] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:25:44 2026] GET /v2.0/security-groups/da6ed549-3057-4baa-8b25-94526a0c8ae4 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/356] 199.204.45.248 () {44 vars in 1012 bytes} [Tue Apr 14 07:25:44 2026] GET /v2.0/security-group-rules/7444f106-8d35-4610-9d07-93e1775699ac => generated 601 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/357] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:25:44 2026] GET /v2.0/security-groups/da6ed549-3057-4baa-8b25-94526a0c8ae4 => generated 4694 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/358] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:25:45 2026] GET /v2.0/security-groups/da6ed549-3057-4baa-8b25-94526a0c8ae4 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/359] 199.204.45.248 () {44 vars in 1012 bytes} [Tue Apr 14 07:25:45 2026] GET /v2.0/security-group-rules/5ed14ee8-c12a-4fbe-b360-d9a003317bd9 => 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: 178/360] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:25:45 2026] GET /v2.0/security-groups/da6ed549-3057-4baa-8b25-94526a0c8ae4 => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/361] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:25:46 2026] GET /v2.0/security-groups/da6ed549-3057-4baa-8b25-94526a0c8ae4 => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/362] 199.204.45.248 () {44 vars in 1012 bytes} [Tue Apr 14 07:25:46 2026] GET /v2.0/security-group-rules/6179d045-7d34-4e72-bc12-15c8ad9ff92d => generated 603 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/363] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:25:46 2026] GET /v2.0/security-groups/da6ed549-3057-4baa-8b25-94526a0c8ae4 => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/364] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:25:47 2026] GET /v2.0/security-groups/da6ed549-3057-4baa-8b25-94526a0c8ae4 => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/365] 199.204.45.248 () {44 vars in 1012 bytes} [Tue Apr 14 07:25:47 2026] GET /v2.0/security-group-rules/56c1523e-ebd3-412e-9ace-963149d65e9a => 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: 181/366] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:25:47 2026] GET /v2.0/security-groups/da6ed549-3057-4baa-8b25-94526a0c8ae4 => generated 4694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/367] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:25:47 2026] GET /v2.0/security-groups/da6ed549-3057-4baa-8b25-94526a0c8ae4 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/368] 199.204.45.248 () {44 vars in 1012 bytes} [Tue Apr 14 07:25:48 2026] GET /v2.0/security-group-rules/215a49a9-2f7d-4f3c-bc63-4e2f5aeedbc0 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/371] 199.204.45.248 () {44 vars in 988 bytes} [Tue Apr 14 07:25:49 2026] GET /v2.0/networks/b30636d9-1425-4420-865f-41439bf6aec0 => generated 732 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:25:49.362 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a099afa8-a3d1-4d07-b49c-bfb8eb8d4bbf fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/372] 199.204.45.248 () {44 vars in 1077 bytes} [Tue Apr 14 07:25:49 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=b30636d9-1425-4420-865f-41439bf6aec0 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/373] 199.204.45.248 () {44 vars in 1100 bytes} [Tue Apr 14 07:25:49 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=b30636d9-1425-4420-865f-41439bf6aec0 => generated 1254 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/374] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:25:49 2026] GET /v2.0/security-groups/da6ed549-3057-4baa-8b25-94526a0c8ae4 => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:25:57.162 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eaf49e6b-6be6-4de1-bc58-1bc3a0de6556 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 190/375] 199.204.45.248 () {44 vars in 980 bytes} [Tue Apr 14 07:25:57 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/376] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:25:57 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/377] 199.204.45.248 () {44 vars in 921 bytes} [Tue Apr 14 07:25:58 2026] GET /v2.0/ports => generated 4725 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:26:00.042 7 INFO neutron.api.v2.resource [None req-f2c4034b-0b03-432a-b247-a716e07d3ae7 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 187/378] 199.204.45.248 () {44 vars in 960 bytes} [Tue Apr 14 07:25:59 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 74 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/379] 199.204.45.248 () {44 vars in 982 bytes} [Tue Apr 14 07:26:00 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/380] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:26:01 2026] GET /v2.0/security-groups/5afc2c24-7f51-4b1c-972b-bb8b16b40bb8 => generated 2886 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/381] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:26:01 2026] GET /v2.0/security-groups/5afc2c24-7f51-4b1c-972b-bb8b16b40bb8 => generated 2886 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/382] 199.204.45.248 () {44 vars in 1012 bytes} [Tue Apr 14 07:26:01 2026] GET /v2.0/security-group-rules/92ece1a4-787d-473e-aa69-2cd9d9576a72 => generated 623 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/383] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:26:01 2026] GET /v2.0/security-groups/5afc2c24-7f51-4b1c-972b-bb8b16b40bb8 => generated 2886 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/384] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:26:02 2026] GET /v2.0/security-groups/5afc2c24-7f51-4b1c-972b-bb8b16b40bb8 => generated 2886 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/385] 199.204.45.248 () {44 vars in 1012 bytes} [Tue Apr 14 07:26:02 2026] GET /v2.0/security-group-rules/0c94c942-2210-4d9e-94b6-fa48e6dba25c => generated 627 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/388] 199.204.45.248 () {44 vars in 976 bytes} [Tue Apr 14 07:26:13 2026] GET /v2.0/quotas/69266cc1365c478fb891c0462a1b823b => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:27:05.081 7 INFO neutron.api.v2.resource [None req-861734c6-6133-47df-8912-15d46256f796 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 196/397] 199.204.45.248 () {44 vars in 1075 bytes} [Tue Apr 14 07:27:05 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=9a8979babd3f4b55b68cc20b9c3a373d => generated 139 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/398] 199.204.45.248 () {44 vars in 1098 bytes} [Tue Apr 14 07:27:05 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=9a8979babd3f4b55b68cc20b9c3a373d => generated 4072 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/399] 199.204.45.248 () {44 vars in 1089 bytes} [Tue Apr 14 07:27:06 2026] GET /v2.0/security-groups/faf02d66-7ed1-4de1-96d3-367a03c8c257?project_id=9a8979babd3f4b55b68cc20b9c3a373d => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/400] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:27:06 2026] GET /v2.0/security-groups/faf02d66-7ed1-4de1-96d3-367a03c8c257 => generated 4075 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/401] 199.204.45.248 () {44 vars in 1012 bytes} [Tue Apr 14 07:27:06 2026] GET /v2.0/security-group-rules/f2833c74-6ef1-4e0f-b5c3-63bbe228d525 => 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: 204/402] 199.204.45.248 () {44 vars in 1089 bytes} [Tue Apr 14 07:27:07 2026] GET /v2.0/security-groups/faf02d66-7ed1-4de1-96d3-367a03c8c257?project_id=9a8979babd3f4b55b68cc20b9c3a373d => generated 4075 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/403] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:27:07 2026] GET /v2.0/security-groups/faf02d66-7ed1-4de1-96d3-367a03c8c257 => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/404] 199.204.45.248 () {44 vars in 1012 bytes} [Tue Apr 14 07:27:07 2026] GET /v2.0/security-group-rules/dbdda918-6249-4f25-b3b6-c160618c90d1 => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/405] 199.204.45.248 () {44 vars in 1089 bytes} [Tue Apr 14 07:27:08 2026] GET /v2.0/security-groups/faf02d66-7ed1-4de1-96d3-367a03c8c257?project_id=9a8979babd3f4b55b68cc20b9c3a373d => generated 4075 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/406] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:27:08 2026] GET /v2.0/security-groups/faf02d66-7ed1-4de1-96d3-367a03c8c257 => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/407] 199.204.45.248 () {44 vars in 1012 bytes} [Tue Apr 14 07:27:08 2026] GET /v2.0/security-group-rules/f72ee901-3780-4c79-af9d-acad8e60e71b => 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: 207/408] 199.204.45.248 () {44 vars in 1089 bytes} [Tue Apr 14 07:27:09 2026] GET /v2.0/security-groups/faf02d66-7ed1-4de1-96d3-367a03c8c257?project_id=9a8979babd3f4b55b68cc20b9c3a373d => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/409] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Apr 14 07:27:09 2026] GET /v2.0/security-groups/faf02d66-7ed1-4de1-96d3-367a03c8c257 => 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: 208/410] 199.204.45.248 () {44 vars in 1012 bytes} [Tue Apr 14 07:27:09 2026] GET /v2.0/security-group-rules/0ade754b-4a09-45a3-a788-228c3f02c69b => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/411] 199.204.45.248 () {44 vars in 976 bytes} [Tue Apr 14 07:27:16 2026] GET /v2.0/quotas/9a8979babd3f4b55b68cc20b9c3a373d => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/420] 199.204.45.248 () {44 vars in 950 bytes} [Tue Apr 14 07:28:07 2026] GET /v2.0/networks?name=public => generated 753 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/425] 10.0.0.98 () {32 vars in 648 bytes} [Tue Apr 14 07:28:46 2026] GET /v2.0/networks => generated 2168 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/426] 10.0.0.98 () {32 vars in 654 bytes} [Tue Apr 14 07:28:47 2026] GET /v2.0/floatingips => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/427] 10.0.0.98 () {32 vars in 646 bytes} [Tue Apr 14 07:28:47 2026] GET /v2.0/routers => generated 15 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/428] 10.0.0.98 () {32 vars in 642 bytes} [Tue Apr 14 07:28:47 2026] GET /v2.0/ports => generated 4725 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/429] 10.0.0.98 () {32 vars in 646 bytes} [Tue Apr 14 07:28:47 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/430] 10.0.0.98 () {32 vars in 648 bytes} [Tue Apr 14 07:28:47 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: 8|app: 0|req: 219/431] 10.0.0.98 () {32 vars in 662 bytes} [Tue Apr 14 07:28:47 2026] GET /v2.0/security-groups => generated 17401 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/432] 10.0.0.98 () {32 vars in 654 bytes} [Tue Apr 14 07:28:47 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:28:58.747 8 INFO neutron.db.segments_db [None req-b792cca8-01b4-4b2f-800d-66decc4bd7ea fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Added segment be1d44ae-ff96-4cac-b4f2-f928b6606f0b of type vxlan for network 2c976fbd-9da9-490c-a1a0-7ab182add641 2026-04-14 07:28:58.774 7 INFO neutron.db.segments_db [None req-d6744898-fe9c-400a-997d-1e2fa2e8370b fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Added segment 7d49c212-6d58-4c80-ac91-9c4ddb83db1a of type vxlan for network 84b849a5-2242-433d-aad7-4bd954d7d4fb [pid: 8|app: 0|req: 221/435] 10.0.0.98 () {34 vars in 670 bytes} [Tue Apr 14 07:28:58 2026] POST /v2.0/networks => generated 725 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/436] 10.0.0.98 () {34 vars in 670 bytes} [Tue Apr 14 07:28:58 2026] POST /v2.0/networks => generated 728 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/437] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:28:58 2026] POST /v2.0/subnets => generated 691 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:28:59.040 8 INFO neutron.db.segments_db [None req-13bf0164-7804-4c3d-b09d-4176821be533 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Added segment 8612e26f-9164-47a8-9b19-c93cdbd31235 of type vxlan for network 656dbfaf-26ef-4e6f-b4f9-2d4f2204a207 [pid: 8|app: 0|req: 222/438] 10.0.0.98 () {34 vars in 670 bytes} [Tue Apr 14 07:28:58 2026] POST /v2.0/networks => generated 726 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:28:59.182 8 INFO neutron.db.segments_db [None req-879c46e9-12e3-4f6c-ae7e-9c7229fc3182 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Added segment b1d3f619-564b-44d4-b6c6-6c33960ee049 of type vxlan for network 1ea1919e-19c1-46c4-b2cd-e5d75e4bf1c7 [pid: 7|app: 0|req: 217/439] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:28:59 2026] POST /v2.0/subnets => generated 694 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/440] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:28:59 2026] POST /v2.0/subnets => generated 692 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:28:59.423 7 INFO neutron.db.segments_db [None req-a5a27da7-86a4-4321-937a-557d9c90b43e fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Added segment 3dddd326-bf9e-4702-be7b-adfe6643f0c4 of type vxlan for network 77326733-cac7-4b53-9a70-624a4cd7fcba 2026-04-14 07:28:59.444 8 INFO neutron.db.l3_hamode_db [None req-879c46e9-12e3-4f6c-ae7e-9c7229fc3182 fabda60f389348818449bb13b2470fba 348886542c534e0ea683c120c155ec59 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:28:59.659 7 INFO neutron.db.l3_hamode_db [None req-a5a27da7-86a4-4321-937a-557d9c90b43e fabda60f389348818449bb13b2470fba 7864908a887844c7b8c33bbf4f078efb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:29:00.306 8 INFO neutron.db.l3_hamode_db [None req-879c46e9-12e3-4f6c-ae7e-9c7229fc3182 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:29:00.533 7 INFO neutron.db.l3_hamode_db [None req-a5a27da7-86a4-4321-937a-557d9c90b43e fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 223/441] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:28:59 2026] POST /v2.0/routers => generated 731 bytes in 2467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/442] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:28:59 2026] POST /v2.0/routers => generated 734 bytes in 2433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/443] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:29:01 2026] GET /v2.0/security-groups?tenant_id=9673ddca782a49079e0501b9ace7e359&name=default => generated 2921 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:29:01.856 7 INFO neutron.db.segments_db [None req-c02be795-8735-4fc1-96f0-de9db04f52ac fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Added segment 897c3afa-3aa1-42af-b4d5-e3a6b14509c7 of type vxlan for network 82111d86-2b3c-44ec-8780-f235d82ba2ca 2026-04-14 07:29:02.066 7 INFO neutron.db.l3_hamode_db [None req-c02be795-8735-4fc1-96f0-de9db04f52ac fabda60f389348818449bb13b2470fba 6c8ffdcaee95429eafdb3fd0f5a5f838 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:29:02.830 7 INFO neutron.db.l3_hamode_db [None req-c02be795-8735-4fc1-96f0-de9db04f52ac fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 225/444] 10.0.0.98 () {34 vars in 782 bytes} [Tue Apr 14 07:29:01 2026] PUT /v2.0/routers/10feea01-b11d-4e09-a826-cf03be038e50/add_router_interface => generated 309 bytes in 1122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/445] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:29:01 2026] POST /v2.0/routers => generated 732 bytes in 1976 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/446] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:29:03 2026] DELETE /v2.0/security-groups/2db2d71e-d30a-4444-b95c-45de505b0586 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/449] 10.0.0.98 () {34 vars in 782 bytes} [Tue Apr 14 07:29:02 2026] PUT /v2.0/routers/5842a48e-c917-41da-b4c3-57292b8967f0/add_router_interface => generated 309 bytes in 1215 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/450] 10.0.0.166 () {38 vars in 971 bytes} [Tue Apr 14 07:29:04 2026] POST /v2.0/security-groups => generated 1678 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/451] 10.0.0.98 () {34 vars in 684 bytes} [Tue Apr 14 07:29:04 2026] POST /v2.0/security-groups => generated 1660 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/452] 10.0.0.166 () {38 vars in 971 bytes} [Tue Apr 14 07:29:04 2026] POST /v2.0/security-groups => generated 1680 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/453] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:29:04 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: 8|app: 0|req: 231/454] 10.0.0.166 () {38 vars in 971 bytes} [Tue Apr 14 07:29:05 2026] POST /v2.0/security-groups => generated 1681 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/455] 10.0.0.98 () {34 vars in 782 bytes} [Tue Apr 14 07:29:03 2026] PUT /v2.0/routers/344c88c1-7015-4da2-8d22-057ce5c13e32/add_router_interface => generated 309 bytes in 1378 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/456] 10.0.0.166 () {34 vars in 1002 bytes} [Tue Apr 14 07:29:05 2026] GET /v2.0/security-groups?tenant_id=348886542c534e0ea683c120c155ec59 => generated 7900 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/457] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:29:05 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) [pid: 7|app: 0|req: 226/458] 10.0.0.166 () {34 vars in 991 bytes} [Tue Apr 14 07:29:05 2026] GET /v2.0/security-groups/c95859c0-7c49-453d-948c-1ea5bafb20f3 => generated 2918 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/459] 10.0.0.166 () {34 vars in 991 bytes} [Tue Apr 14 07:29:05 2026] GET /v2.0/security-groups/c95859c0-7c49-453d-948c-1ea5bafb20f3 => generated 2918 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/460] 10.0.0.166 () {34 vars in 991 bytes} [Tue Apr 14 07:29:05 2026] GET /v2.0/security-groups/d6b16046-a93c-482d-a362-4c2d02487196 => generated 1678 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/461] 10.0.0.166 () {36 vars in 1013 bytes} [Tue Apr 14 07:29:05 2026] DELETE /v2.0/security-groups/d6b16046-a93c-482d-a362-4c2d02487196 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:29:05.771 7 INFO neutron.api.v2.resource [req-0d2a9b76-880e-438d-bb4f-ef218cc5f3b1 req-22a858d6-f3f4-404c-b3d0-228ce9771a83 6b15882129634eb083001b48ddf4da00 348886542c534e0ea683c120c155ec59 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 230/462] 10.0.0.166 () {34 vars in 991 bytes} [Tue Apr 14 07:29:05 2026] GET /v2.0/security-groups/d6b16046-a93c-482d-a362-4c2d02487196 => 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: 231/463] 10.0.0.166 () {34 vars in 991 bytes} [Tue Apr 14 07:29:05 2026] GET /v2.0/security-groups/1c58028d-f7e4-434b-84b5-712cbc0744e2 => generated 1680 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/464] 10.0.0.98 () {34 vars in 675 bytes} [Tue Apr 14 07:29:05 2026] POST /v2.0/floatingips => generated 552 bytes in 593 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:29:06.111 7 INFO neutron.db.segments_db [None req-23104f0e-d78d-490f-b090-152b272a4878 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Added segment 1da00cd5-7610-448c-a4ea-0cf98197b0e2 of type vxlan for network 41ffaa7d-361a-4715-93bb-cbe0c7ea2351 [pid: 8|app: 0|req: 234/465] 10.0.0.166 () {36 vars in 1013 bytes} [Tue Apr 14 07:29:05 2026] DELETE /v2.0/security-groups/1c58028d-f7e4-434b-84b5-712cbc0744e2 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:29:06.159 8 INFO neutron.api.v2.resource [req-6b04ed71-77b4-4917-9a17-df77b313fd93 req-befa0be9-793a-414d-99a3-685ecee26c53 6b15882129634eb083001b48ddf4da00 348886542c534e0ea683c120c155ec59 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 235/466] 10.0.0.166 () {34 vars in 991 bytes} [Tue Apr 14 07:29:06 2026] GET /v2.0/security-groups/1c58028d-f7e4-434b-84b5-712cbc0744e2 => 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: 236/467] 10.0.0.166 () {34 vars in 991 bytes} [Tue Apr 14 07:29:06 2026] GET /v2.0/security-groups/41f8db21-4e4b-45a6-ad67-7866c4fe020d => generated 1681 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/468] 10.0.0.98 () {34 vars in 670 bytes} [Tue Apr 14 07:29:05 2026] POST /v2.0/networks => generated 730 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/469] 10.0.0.166 () {36 vars in 1013 bytes} [Tue Apr 14 07:29:06 2026] DELETE /v2.0/security-groups/41f8db21-4e4b-45a6-ad67-7866c4fe020d => 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: 238/470] 10.0.0.166 () {34 vars in 982 bytes} [Tue Apr 14 07:29:06 2026] GET /v2.0/networks?id=656dbfaf-26ef-4e6f-b4f9-2d4f2204a207 => generated 677 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:29:06.373 8 INFO neutron.api.v2.resource [req-ad1bd212-02f2-4371-9ed1-4a4164621ef9 req-9571bbcb-e7de-40d5-9401-d5fb534b441c 6b15882129634eb083001b48ddf4da00 348886542c534e0ea683c120c155ec59 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 239/471] 10.0.0.166 () {34 vars in 991 bytes} [Tue Apr 14 07:29:06 2026] GET /v2.0/security-groups/41f8db21-4e4b-45a6-ad67-7866c4fe020d => 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: 240/472] 10.0.0.166 () {34 vars in 965 bytes} [Tue Apr 14 07:29:06 2026] GET /v2.0/quotas/6c8ffdcaee95429eafdb3fd0f5a5f838 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/473] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:29:06 2026] POST /v2.0/subnets => generated 696 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/474] 10.0.0.166 () {34 vars in 1002 bytes} [Tue Apr 14 07:29:06 2026] GET /v2.0/security-groups?tenant_id=348886542c534e0ea683c120c155ec59 => generated 2921 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:29:06.489 8 INFO neutron.db.segments_db [None req-42ae706f-6367-4144-8a29-40ac6c7a23e9 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Added segment 8c7eac27-8733-4d00-8cae-c65ebeed37c7 of type vxlan for network dff01d4f-9c63-46f4-9349-5231cd800b1f [pid: 7|app: 0|req: 234/475] 10.0.0.166 () {34 vars in 1002 bytes} [Tue Apr 14 07:29:06 2026] GET /v2.0/ports?tenant_id=6c8ffdcaee95429eafdb3fd0f5a5f838&fields=id => generated 57 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/476] 10.0.0.166 () {34 vars in 991 bytes} [Tue Apr 14 07:29:06 2026] GET /v2.0/security-groups/c95859c0-7c49-453d-948c-1ea5bafb20f3 => generated 2918 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/477] 10.0.0.166 () {34 vars in 991 bytes} [Tue Apr 14 07:29:06 2026] GET /v2.0/security-groups/c95859c0-7c49-453d-948c-1ea5bafb20f3 => generated 2918 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:29:06.653 7 INFO neutron.api.v2.resource [req-886b4881-bc01-46a7-a40d-44f42abdd0dd req-e5431d49-3671-4a15-b3f2-e8e64ef960e1 6b15882129634eb083001b48ddf4da00 348886542c534e0ea683c120c155ec59 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 237/478] 10.0.0.166 () {34 vars in 991 bytes} [Tue Apr 14 07:29:06 2026] GET /v2.0/security-groups/41f8db21-4e4b-45a6-ad67-7866c4fe020d => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:29:06.687 7 INFO neutron.api.v2.resource [req-b9a28566-e9ca-4217-9544-464cbe05fe26 req-eaec1008-8bd2-4467-bb0d-2be218393d29 6b15882129634eb083001b48ddf4da00 348886542c534e0ea683c120c155ec59 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 238/479] 10.0.0.166 () {34 vars in 991 bytes} [Tue Apr 14 07:29:06 2026] GET /v2.0/security-groups/1c58028d-f7e4-434b-84b5-712cbc0744e2 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:29:06.723 7 INFO neutron.api.v2.resource [req-f2efce1e-848e-4b58-92ac-61fd9bffdf5d req-2fc7217a-40ec-4697-99ee-e6b5faea6e03 6b15882129634eb083001b48ddf4da00 348886542c534e0ea683c120c155ec59 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 239/480] 10.0.0.166 () {34 vars in 991 bytes} [Tue Apr 14 07:29:06 2026] GET /v2.0/security-groups/d6b16046-a93c-482d-a362-4c2d02487196 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:29:06.813 8 INFO neutron.db.l3_hamode_db [None req-42ae706f-6367-4144-8a29-40ac6c7a23e9 fabda60f389348818449bb13b2470fba d4e6f2591ea841f29a5fc6232e35646b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:29:07.486 7 INFO neutron_taas.services.taas.taas_plugin [None req-2625837d-3fb1-4c38-81a6-9923c6089db6 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 6c96e973-4f0a-412d-91e2-92010ef942b4 2026-04-14 07:29:07.494 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2625837d-3fb1-4c38-81a6-9923c6089db6 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 6c96e973-4f0a-412d-91e2-92010ef942b4 2026-04-14 07:29:07.612 8 INFO neutron.db.l3_hamode_db [None req-42ae706f-6367-4144-8a29-40ac6c7a23e9 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 240/481] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:29:06 2026] PUT /v2.0/routers/10feea01-b11d-4e09-a826-cf03be038e50/remove_router_interface => generated 309 bytes in 1393 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/482] 10.0.0.166 () {34 vars in 907 bytes} [Tue Apr 14 07:29:08 2026] GET /v2.0/extensions => generated 21537 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-14 07:29:08.363 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc0bf186-3e49-4c11-9ea0-5381d1404f30 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 17279db3-ba00-44e8-8c78-ba613ba017bf 2026-04-14 07:29:08.366 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc0bf186-3e49-4c11-9ea0-5381d1404f30 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 17279db3-ba00-44e8-8c78-ba613ba017bf 2026-04-14 07:29:08.563 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc0bf186-3e49-4c11-9ea0-5381d1404f30 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 12dda335-4b11-405e-835e-007cfaff4fa8 2026-04-14 07:29:08.568 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc0bf186-3e49-4c11-9ea0-5381d1404f30 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 12dda335-4b11-405e-835e-007cfaff4fa8 2026-04-14 07:29:08.627 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-dc0bf186-3e49-4c11-9ea0-5381d1404f30 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - 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: 242/483] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:29:06 2026] POST /v2.0/routers => generated 736 bytes in 2319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/484] 10.0.0.166 () {34 vars in 1008 bytes} [Tue Apr 14 07:29:08 2026] GET /v2.0/networks/656dbfaf-26ef-4e6f-b4f9-2d4f2204a207?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:29:08.956 7 INFO neutron.db.l3_hamode_db [None req-dc0bf186-3e49-4c11-9ea0-5381d1404f30 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] HA network 1ea1919e-19c1-46c4-b2cd-e5d75e4bf1c7 was deleted as no HA routers are present in tenant 348886542c534e0ea683c120c155ec59. [pid: 7|app: 0|req: 242/485] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:29:08 2026] DELETE /v2.0/routers/10feea01-b11d-4e09-a826-cf03be038e50 => generated 0 bytes in 783 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/486] 10.0.0.166 () {34 vars in 1108 bytes} [Tue Apr 14 07:29:08 2026] GET /v2.0/networks/656dbfaf-26ef-4e6f-b4f9-2d4f2204a207?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/487] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:29:08 2026] DELETE /v2.0/subnets/fce633e8-0599-473d-a1db-cb40210fa32c => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:29:09.282 7 INFO neutron_taas.services.taas.taas_plugin [None req-23629169-1c84-4d73-b507-1bc34ff74ea8 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 4551b05e-a5a2-4694-b49d-8f477a2c30e1 2026-04-14 07:29:09.286 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23629169-1c84-4d73-b507-1bc34ff74ea8 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 4551b05e-a5a2-4694-b49d-8f477a2c30e1 2026-04-14 07:29:09.421 7 INFO neutron.services.segments.plugin [-] Segment b1d3f619-564b-44d4-b6c6-6c33960ee049 resource provider aggregate not found 2026-04-14 07:29:09.441 7 INFO neutron.services.segments.plugin [-] Segment b1d3f619-564b-44d4-b6c6-6c33960ee049 resource provider aggregate not found 2026-04-14 07:29:09.447 7 INFO neutron.services.segments.plugin [-] Segment b1d3f619-564b-44d4-b6c6-6c33960ee049 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1d3f619-564b-44d4-b6c6-6c33960ee049 found for delete ", "request_id": "req-8a68418a-56da-4d01-ab7e-4761cba9ccf4"}]} 2026-04-14 07:29:09.458 7 INFO neutron.services.segments.plugin [-] Segment b1d3f619-564b-44d4-b6c6-6c33960ee049 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1d3f619-564b-44d4-b6c6-6c33960ee049 found for delete ", "request_id": "req-b2cc54a4-7d68-4c58-a0ea-8275f0eb870e"}]} [pid: 7|app: 0|req: 245/488] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:29:09 2026] DELETE /v2.0/networks/2c976fbd-9da9-490c-a1a0-7ab182add641 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/489] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:09 2026] GET /v2.0/ports?device_id=3d4427c2-c291-42dd-93ba-f0bfecb35d17 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/490] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:29:09 2026] GET /v2.0/security-groups?tenant_id=348886542c534e0ea683c120c155ec59&name=default => generated 2921 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/491] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:29:09 2026] DELETE /v2.0/security-groups/c95859c0-7c49-453d-948c-1ea5bafb20f3 => 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: 244/492] 10.0.0.98 () {34 vars in 782 bytes} [Tue Apr 14 07:29:08 2026] PUT /v2.0/routers/66013212-12f3-4861-b0af-0a7aac3d3f83/add_router_interface => generated 309 bytes in 1089 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/493] 10.0.0.166 () {38 vars in 971 bytes} [Tue Apr 14 07:29:10 2026] POST /v2.0/security-groups => generated 1685 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/494] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:10 2026] GET /v2.0/ports?device_id=3d4427c2-c291-42dd-93ba-f0bfecb35d17 => 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: 250/495] 10.0.0.166 () {34 vars in 991 bytes} [Tue Apr 14 07:29:10 2026] GET /v2.0/security-groups/0ddb2383-8231-4ae8-97a3-5b95231d0ef4 => generated 1685 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/496] 10.0.0.166 () {38 vars in 981 bytes} [Tue Apr 14 07:29:10 2026] POST /v2.0/security-group-rules => generated 614 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/497] 10.0.0.166 () {34 vars in 1100 bytes} [Tue Apr 14 07:29:10 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1132857417&fields=id&tenant_id=7864908a887844c7b8c33bbf4f078efb => generated 69 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/498] 10.0.0.166 () {34 vars in 982 bytes} [Tue Apr 14 07:29:10 2026] GET /v2.0/networks?id=84b849a5-2242-433d-aad7-4bd954d7d4fb => generated 679 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/499] 10.0.0.166 () {34 vars in 965 bytes} [Tue Apr 14 07:29:10 2026] GET /v2.0/quotas/7864908a887844c7b8c33bbf4f078efb => 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: 247/500] 10.0.0.166 () {38 vars in 971 bytes} [Tue Apr 14 07:29:10 2026] POST /v2.0/security-groups => generated 1684 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/501] 10.0.0.166 () {34 vars in 991 bytes} [Tue Apr 14 07:29:11 2026] GET /v2.0/security-groups/bac32130-1cb7-4c82-8984-8f25e1e50401 => generated 1684 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/502] 10.0.0.166 () {34 vars in 1002 bytes} [Tue Apr 14 07:29:11 2026] GET /v2.0/ports?tenant_id=7864908a887844c7b8c33bbf4f078efb&fields=id => generated 103 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/503] 10.0.0.166 () {38 vars in 981 bytes} [Tue Apr 14 07:29:11 2026] POST /v2.0/security-group-rules => generated 614 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/504] 10.0.0.166 () {34 vars in 991 bytes} [Tue Apr 14 07:29:11 2026] GET /v2.0/security-groups/bac32130-1cb7-4c82-8984-8f25e1e50401 => generated 2309 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/505] 10.0.0.166 () {38 vars in 981 bytes} [Tue Apr 14 07:29:11 2026] POST /v2.0/security-group-rules => generated 619 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:29:11.487 7 INFO neutron.services.segments.plugin [-] Segment be1d44ae-ff96-4cac-b4f2-f928b6606f0b resource provider aggregate not found 2026-04-14 07:29:11.491 7 INFO neutron.services.segments.plugin [-] Segment be1d44ae-ff96-4cac-b4f2-f928b6606f0b resource provider aggregate not found 2026-04-14 07:29:11.518 7 INFO neutron.services.segments.plugin [-] Segment be1d44ae-ff96-4cac-b4f2-f928b6606f0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be1d44ae-ff96-4cac-b4f2-f928b6606f0b found for delete ", "request_id": "req-17f891d0-4177-4502-8cbb-62218883522f"}]} 2026-04-14 07:29:11.524 7 INFO neutron.services.segments.plugin [-] Segment be1d44ae-ff96-4cac-b4f2-f928b6606f0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be1d44ae-ff96-4cac-b4f2-f928b6606f0b found for delete ", "request_id": "req-824159b6-156e-43ae-989b-8202003e560a"}]} [pid: 7|app: 0|req: 256/506] 10.0.0.166 () {34 vars in 991 bytes} [Tue Apr 14 07:29:11 2026] GET /v2.0/security-groups/bac32130-1cb7-4c82-8984-8f25e1e50401 => generated 2939 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/507] 10.0.0.166 () {34 vars in 1001 bytes} [Tue Apr 14 07:29:11 2026] GET /v2.0/security-group-rules/91eed39c-74aa-46d1-a2d8-baab61847636 => generated 616 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/508] 10.0.0.166 () {34 vars in 991 bytes} [Tue Apr 14 07:29:11 2026] GET /v2.0/security-groups/bac32130-1cb7-4c82-8984-8f25e1e50401 => generated 2939 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/509] 10.0.0.166 () {34 vars in 907 bytes} [Tue Apr 14 07:29:11 2026] GET /v2.0/extensions => generated 21537 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/510] 10.0.0.166 () {36 vars in 1023 bytes} [Tue Apr 14 07:29:11 2026] DELETE /v2.0/security-group-rules/91eed39c-74aa-46d1-a2d8-baab61847636 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/511] 10.0.0.166 () {34 vars in 1008 bytes} [Tue Apr 14 07:29:11 2026] GET /v2.0/networks/84b849a5-2242-433d-aad7-4bd954d7d4fb?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: 261/512] 10.0.0.166 () {34 vars in 1108 bytes} [Tue Apr 14 07:29:11 2026] GET /v2.0/networks/84b849a5-2242-433d-aad7-4bd954d7d4fb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/513] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:11 2026] GET /v2.0/ports?device_id=3d4427c2-c291-42dd-93ba-f0bfecb35d17 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:29:11.897 8 INFO neutron.db.segments_db [None req-5aacf4b1-a285-48d9-84c0-9758fe2881b1 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Added segment 727267e9-3488-4774-a2e6-e2212e1e371b of type vxlan for network 0a1c62d9-9174-4250-8901-f42a6bce49f9 [pid: 7|app: 0|req: 263/514] 10.0.0.166 () {34 vars in 991 bytes} [Tue Apr 14 07:29:11 2026] GET /v2.0/security-groups/bac32130-1cb7-4c82-8984-8f25e1e50401 => generated 2309 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/515] 10.0.0.98 () {34 vars in 670 bytes} [Tue Apr 14 07:29:11 2026] POST /v2.0/networks => generated 724 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/516] 10.0.0.166 () {36 vars in 1013 bytes} [Tue Apr 14 07:29:11 2026] DELETE /v2.0/security-groups/bac32130-1cb7-4c82-8984-8f25e1e50401 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/517] 10.0.0.166 () {34 vars in 991 bytes} [Tue Apr 14 07:29:12 2026] GET /v2.0/security-groups/0ddb2383-8231-4ae8-97a3-5b95231d0ef4 => generated 2310 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/518] 10.0.0.166 () {36 vars in 1013 bytes} [Tue Apr 14 07:29:12 2026] DELETE /v2.0/security-groups/0ddb2383-8231-4ae8-97a3-5b95231d0ef4 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/519] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:12 2026] GET /v2.0/ports?device_id=d3bc0ea5-802c-4014-aa0f-239db534902d => 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: 253/520] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:29:11 2026] POST /v2.0/subnets => generated 690 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:29:12.294 8 INFO neutron.db.segments_db [None req-8da89cfd-c8e4-44cf-9446-57927928532f fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Added segment e1fa701f-e1b8-4d5c-9b27-30a830ae950d of type vxlan for network d90d33e6-ec67-4f31-8762-9493c043ad17 2026-04-14 07:29:12.532 7 INFO neutron_taas.services.taas.taas_plugin [None req-6dc10592-d6f9-4b35-8436-43ec357c6905 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 9c9670a9-63a1-4028-8031-824674a8dda6 2026-04-14 07:29:12.535 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6dc10592-d6f9-4b35-8436-43ec357c6905 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 9c9670a9-63a1-4028-8031-824674a8dda6 2026-04-14 07:29:12.545 8 INFO neutron.db.l3_hamode_db [None req-8da89cfd-c8e4-44cf-9446-57927928532f fabda60f389348818449bb13b2470fba 760f1e01fe1f497884adbe619c7eb8a9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 268/521] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:29:12 2026] PUT /v2.0/routers/66013212-12f3-4861-b0af-0a7aac3d3f83/remove_router_interface => generated 309 bytes in 722 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:29:13.094 7 INFO neutron_taas.services.taas.taas_plugin [None req-b1b3105b-bdc8-4502-afe0-31dce5818e0e fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 45a7642b-7d80-43b2-a905-5c2ef4c644de 2026-04-14 07:29:13.096 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1b3105b-bdc8-4502-afe0-31dce5818e0e fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 45a7642b-7d80-43b2-a905-5c2ef4c644de 2026-04-14 07:29:13.295 8 INFO neutron.db.l3_hamode_db [None req-8da89cfd-c8e4-44cf-9446-57927928532f fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:29:13.325 7 INFO neutron_taas.services.taas.taas_plugin [None req-b1b3105b-bdc8-4502-afe0-31dce5818e0e fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 29cbb501-6784-4b43-bc5c-b768cdd0257e 2026-04-14 07:29:13.328 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1b3105b-bdc8-4502-afe0-31dce5818e0e fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 29cbb501-6784-4b43-bc5c-b768cdd0257e 2026-04-14 07:29:13.775 7 INFO neutron.services.segments.plugin [-] Segment 8c7eac27-8733-4d00-8cae-c65ebeed37c7 resource provider aggregate not found 2026-04-14 07:29:13.782 7 INFO neutron.services.segments.plugin [-] Segment 8c7eac27-8733-4d00-8cae-c65ebeed37c7 resource provider aggregate not found 2026-04-14 07:29:13.796 7 INFO neutron.db.l3_hamode_db [None req-b1b3105b-bdc8-4502-afe0-31dce5818e0e fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] HA network dff01d4f-9c63-46f4-9349-5231cd800b1f was deleted as no HA routers are present in tenant d4e6f2591ea841f29a5fc6232e35646b. [pid: 7|app: 0|req: 269/522] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:29:12 2026] DELETE /v2.0/routers/66013212-12f3-4861-b0af-0a7aac3d3f83 => generated 0 bytes in 879 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:29:13.806 7 INFO neutron.services.segments.plugin [-] Segment 8c7eac27-8733-4d00-8cae-c65ebeed37c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c7eac27-8733-4d00-8cae-c65ebeed37c7 found for delete ", "request_id": "req-f60cf9a0-6a03-4003-b764-c906e3eb77e2"}]} 2026-04-14 07:29:13.810 7 INFO neutron.services.segments.plugin [-] Segment 8c7eac27-8733-4d00-8cae-c65ebeed37c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c7eac27-8733-4d00-8cae-c65ebeed37c7 found for delete ", "request_id": "req-c359fef0-62d0-46d2-91b1-bb42773dd34b"}]} [pid: 7|app: 0|req: 270/523] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:13 2026] GET /v2.0/ports?device_id=3d4427c2-c291-42dd-93ba-f0bfecb35d17 => 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: 271/524] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:13 2026] GET /v2.0/ports?device_id=d3bc0ea5-802c-4014-aa0f-239db534902d => 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: 272/525] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:29:13 2026] DELETE /v2.0/subnets/f1b7fc2c-8f0d-431f-8ef0-509c5bc88858 => 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: 273/526] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:29:13 2026] DELETE /v2.0/networks/41ffaa7d-361a-4715-93bb-cbe0c7ea2351 => 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: 254/527] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:29:12 2026] POST /v2.0/routers => generated 730 bytes in 2006 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/528] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:29:14 2026] GET /v2.0/networks?id=656dbfaf-26ef-4e6f-b4f9-2d4f2204a207 => generated 677 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/529] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:29:14 2026] GET /v2.0/security-groups?tenant_id=d4e6f2591ea841f29a5fc6232e35646b&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/530] 199.204.45.248 () {38 vars in 955 bytes} [Tue Apr 14 07:29:14 2026] POST /v2.0/ports => generated 958 bytes in 482 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: 277/531] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:29:14 2026] DELETE /v2.0/security-groups/3773969b-3a70-4409-811a-0bb835cddae0 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/532] 199.204.45.248 () {34 vars in 911 bytes} [Tue Apr 14 07:29:14 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/533] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:14 2026] GET /v2.0/ports?device_id=3d4427c2-c291-42dd-93ba-f0bfecb35d17 => generated 961 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/534] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:14 2026] GET /v2.0/ports?device_id=d3bc0ea5-802c-4014-aa0f-239db534902d => 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: 281/535] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:14 2026] GET /v2.0/security-groups?id=88bd06cf-2944-493f-ad1e-4bbbe7e3ab89&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/536] 10.0.0.98 () {34 vars in 782 bytes} [Tue Apr 14 07:29:14 2026] PUT /v2.0/routers/2ed3555c-200c-45b8-8b99-062a39a47a29/add_router_interface => generated 309 bytes in 1155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:29:15.851 7 INFO neutron.services.segments.plugin [-] Segment 1da00cd5-7610-448c-a4ea-0cf98197b0e2 resource provider aggregate not found 2026-04-14 07:29:15.856 7 INFO neutron.services.segments.plugin [-] Segment 1da00cd5-7610-448c-a4ea-0cf98197b0e2 resource provider aggregate not found 2026-04-14 07:29:15.872 7 INFO neutron.services.segments.plugin [-] Segment 1da00cd5-7610-448c-a4ea-0cf98197b0e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1da00cd5-7610-448c-a4ea-0cf98197b0e2 found for delete ", "request_id": "req-35edd6eb-108f-42f5-9281-c11da252ab86"}]} 2026-04-14 07:29:15.883 7 INFO neutron.services.segments.plugin [-] Segment 1da00cd5-7610-448c-a4ea-0cf98197b0e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1da00cd5-7610-448c-a4ea-0cf98197b0e2 found for delete ", "request_id": "req-2d802f08-05a0-42af-b81e-73733398edb2"}]} [pid: 7|app: 0|req: 282/537] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Apr 14 07:29:15 2026] PUT /v2.0/ports/a24f5df6-da47-48e4-8696-47aff7a41c59 => generated 1239 bytes in 630 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/538] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:16 2026] GET /v2.0/ports?device_id=d3bc0ea5-802c-4014-aa0f-239db534902d => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 257/539] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:16 2026] GET /v2.0/ports?device_id=3d4427c2-c291-42dd-93ba-f0bfecb35d17 => generated 973 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/540] 10.0.0.98 () {34 vars in 684 bytes} [Tue Apr 14 07:29:16 2026] POST /v2.0/security-groups => generated 1660 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/541] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:16 2026] GET /v2.0/security-groups?id=88bd06cf-2944-493f-ad1e-4bbbe7e3ab89&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:29:16.406 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cb14c8ea-83d4-4b2c-b20d-aac88aec0b32'] response: {'name': 'network-changed', 'server_uuid': '3d4427c2-c291-42dd-93ba-f0bfecb35d17', 'tag': 'a24f5df6-da47-48e4-8696-47aff7a41c59', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 284/542] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:29:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/543] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:29:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/544] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:29:16 2026] GET /v2.0/networks?id=84b849a5-2242-433d-aad7-4bd954d7d4fb => generated 679 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/545] 199.204.45.248 () {34 vars in 1050 bytes} [Tue Apr 14 07:29:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7864908a887844c7b8c33bbf4f078efb => generated 181 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/546] 10.0.0.98 () {34 vars in 675 bytes} [Tue Apr 14 07:29:16 2026] POST /v2.0/floatingips => generated 552 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/547] 199.204.45.248 () {38 vars in 955 bytes} [Tue Apr 14 07:29:16 2026] POST /v2.0/ports => generated 954 bytes in 475 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: 263/548] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:29:17 2026] GET /v2.0/ports?tenant_id=6c8ffdcaee95429eafdb3fd0f5a5f838&device_id=3d4427c2-c291-42dd-93ba-f0bfecb35d17 => generated 1242 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/549] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:17 2026] GET /v2.0/ports?device_id=d3bc0ea5-802c-4014-aa0f-239db534902d => generated 957 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:29:17.419 7 INFO neutron.db.segments_db [None req-be650ca4-8672-42e5-8b8e-b300158110a5 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Added segment 466c60e8-d04b-4750-a7b3-e2cd1ab35f2e of type vxlan for network 6a7fc189-13f8-4983-a53b-2ee6f66ade73 [pid: 7|app: 0|req: 286/550] 10.0.0.98 () {34 vars in 670 bytes} [Tue Apr 14 07:29:17 2026] POST /v2.0/networks => generated 732 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/551] 199.204.45.248 () {34 vars in 1018 bytes} [Tue Apr 14 07:29:17 2026] GET /v2.0/networks?tenant_id=6c8ffdcaee95429eafdb3fd0f5a5f838&shared=False => generated 773 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/552] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:17 2026] GET /v2.0/security-groups?id=8729ec42-cdb2-4153-b59e-f3aacb47265e&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/553] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:17 2026] GET /v2.0/ports?device_id=3d4427c2-c291-42dd-93ba-f0bfecb35d17 => 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: 265/554] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Apr 14 07:29:17 2026] PUT /v2.0/ports/41a36f56-b2c0-4d76-86f8-f399e38045ed => generated 1235 bytes in 299 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: 266/555] 199.204.45.248 () {34 vars in 930 bytes} [Tue Apr 14 07:29:17 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: 267/556] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:17 2026] GET /v2.0/security-groups?id=88bd06cf-2944-493f-ad1e-4bbbe7e3ab89&fields=id&fields=name => generated 88 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/557] 10.0.0.166 () {34 vars in 1098 bytes} [Tue Apr 14 07:29:17 2026] GET /v2.0/security-groups?name=tempest-securitygroup--223485422&fields=id&tenant_id=760f1e01fe1f497884adbe619c7eb8a9 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/558] 10.0.0.166 () {34 vars in 982 bytes} [Tue Apr 14 07:29:17 2026] GET /v2.0/networks?id=0a1c62d9-9174-4250-8901-f42a6bce49f9 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/559] 10.0.0.166 () {34 vars in 965 bytes} [Tue Apr 14 07:29:17 2026] GET /v2.0/quotas/760f1e01fe1f497884adbe619c7eb8a9 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/560] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:29:17 2026] POST /v2.0/subnets => generated 698 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:29:17.871 7 INFO neutron.db.segments_db [None req-2d73d56e-e2e8-49d6-b371-f1f0c001f17d fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Added segment c8160971-4020-4b3d-95bc-0c2c5176e0cc of type vxlan for network 31163a47-6715-484f-8734-818442f05504 [pid: 8|app: 0|req: 271/561] 10.0.0.166 () {34 vars in 1002 bytes} [Tue Apr 14 07:29:17 2026] GET /v2.0/ports?tenant_id=760f1e01fe1f497884adbe619c7eb8a9&fields=id => generated 103 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/562] 10.0.0.166 () {34 vars in 1008 bytes} [Tue Apr 14 07:29:17 2026] GET /v2.0/networks/0a1c62d9-9174-4250-8901-f42a6bce49f9?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: 273/563] 10.0.0.166 () {34 vars in 1108 bytes} [Tue Apr 14 07:29:17 2026] GET /v2.0/networks/0a1c62d9-9174-4250-8901-f42a6bce49f9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:29:18.190 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5ca4cbe0-63c4-4301-917e-038c110f2f21'] response: {'name': 'network-changed', 'server_uuid': 'd3bc0ea5-802c-4014-aa0f-239db534902d', 'tag': '41a36f56-b2c0-4d76-86f8-f399e38045ed', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 276/566] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:18 2026] GET /v2.0/ports?device_id=12a584c2-0506-4efc-8ed4-df915319194b => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:29:18.192 7 INFO neutron.db.l3_hamode_db [None req-2d73d56e-e2e8-49d6-b371-f1f0c001f17d fabda60f389348818449bb13b2470fba 7e5f289f5720448cbbd1e052d106c3c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 277/567] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:18 2026] GET /v2.0/ports?device_id=d3bc0ea5-802c-4014-aa0f-239db534902d => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/568] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:29:18 2026] GET /v2.0/ports?tenant_id=7864908a887844c7b8c33bbf4f078efb&device_id=d3bc0ea5-802c-4014-aa0f-239db534902d => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/569] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:18 2026] GET /v2.0/security-groups?id=8729ec42-cdb2-4153-b59e-f3aacb47265e&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/570] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:29:18 2026] GET /v2.0/ports?tenant_id=6c8ffdcaee95429eafdb3fd0f5a5f838&device_id=3d4427c2-c291-42dd-93ba-f0bfecb35d17 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/571] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Apr 14 07:29:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=41a36f56-b2c0-4d76-86f8-f399e38045ed => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/572] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:18 2026] GET /v2.0/ports?device_id=3d4427c2-c291-42dd-93ba-f0bfecb35d17 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/573] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Apr 14 07:29:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=a24f5df6-da47-48e4-8696-47aff7a41c59 => 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: 284/574] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:29:18 2026] GET /v2.0/subnets?id=28445ec9-722f-45c9-b096-a0884ecfc582 => generated 697 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/575] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:18 2026] GET /v2.0/security-groups?id=88bd06cf-2944-493f-ad1e-4bbbe7e3ab89&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/576] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:29:18 2026] GET /v2.0/subnets?id=ca0747d9-0e09-4f22-9494-28703b474b3e => generated 695 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/577] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:29:19 2026] GET /v2.0/ports?network_id=84b849a5-2242-433d-aad7-4bd954d7d4fb&device_owner=network%3Adhcp => generated 1244 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/578] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:29:19 2026] GET /v2.0/ports?network_id=656dbfaf-26ef-4e6f-b4f9-2d4f2204a207&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/579] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:29:19 2026] GET /v2.0/networks/84b849a5-2242-433d-aad7-4bd954d7d4fb?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: 290/580] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:29:19 2026] GET /v2.0/networks/656dbfaf-26ef-4e6f-b4f9-2d4f2204a207?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: 291/581] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:29:19 2026] GET /v2.0/networks/84b849a5-2242-433d-aad7-4bd954d7d4fb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/582] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:29:19 2026] GET /v2.0/networks/656dbfaf-26ef-4e6f-b4f9-2d4f2204a207?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/583] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:19 2026] GET /v2.0/ports?device_id=12a584c2-0506-4efc-8ed4-df915319194b => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:29:19.350 7 INFO neutron.db.l3_hamode_db [None req-2d73d56e-e2e8-49d6-b371-f1f0c001f17d fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 294/584] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:19 2026] GET /v2.0/ports?device_id=d3bc0ea5-802c-4014-aa0f-239db534902d => 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: 295/585] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:19 2026] GET /v2.0/security-groups?id=8729ec42-cdb2-4153-b59e-f3aacb47265e&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: 296/586] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:20 2026] GET /v2.0/ports?device_id=3d4427c2-c291-42dd-93ba-f0bfecb35d17 => 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: 297/587] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:20 2026] GET /v2.0/security-groups?id=88bd06cf-2944-493f-ad1e-4bbbe7e3ab89&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: 291/588] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:29:17 2026] POST /v2.0/routers => generated 738 bytes in 2447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/589] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:29:20 2026] GET /v2.0/ports?tenant_id=7864908a887844c7b8c33bbf4f078efb&device_id=d3bc0ea5-802c-4014-aa0f-239db534902d => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/590] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:29:20 2026] GET /v2.0/networks?id=84b849a5-2242-433d-aad7-4bd954d7d4fb => generated 775 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/591] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:20 2026] GET /v2.0/ports?device_id=12a584c2-0506-4efc-8ed4-df915319194b => 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: 301/592] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Apr 14 07:29:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=41a36f56-b2c0-4d76-86f8-f399e38045ed => 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: 302/593] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:29:20 2026] GET /v2.0/subnets?id=28445ec9-722f-45c9-b096-a0884ecfc582 => generated 697 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/594] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:29:20 2026] GET /v2.0/ports?network_id=84b849a5-2242-433d-aad7-4bd954d7d4fb&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/595] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:29:20 2026] GET /v2.0/networks/84b849a5-2242-433d-aad7-4bd954d7d4fb?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: 305/596] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:29:20 2026] GET /v2.0/networks/84b849a5-2242-433d-aad7-4bd954d7d4fb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/597] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:20 2026] GET /v2.0/ports?device_id=d3bc0ea5-802c-4014-aa0f-239db534902d => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/598] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:21 2026] GET /v2.0/security-groups?id=8729ec42-cdb2-4153-b59e-f3aacb47265e&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/599] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:21 2026] GET /v2.0/ports?device_id=3d4427c2-c291-42dd-93ba-f0bfecb35d17 => generated 973 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/600] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:21 2026] GET /v2.0/security-groups?id=88bd06cf-2944-493f-ad1e-4bbbe7e3ab89&fields=id&fields=name => generated 88 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/601] 10.0.0.98 () {34 vars in 782 bytes} [Tue Apr 14 07:29:20 2026] PUT /v2.0/routers/e95d5a6a-86a7-4bc4-99c7-a87ce8d06747/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: 310/602] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:21 2026] GET /v2.0/ports?device_id=12a584c2-0506-4efc-8ed4-df915319194b => 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: 293/603] 10.0.0.98 () {34 vars in 684 bytes} [Tue Apr 14 07:29:22 2026] POST /v2.0/security-groups => generated 1660 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/604] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:22 2026] GET /v2.0/ports?device_id=d3bc0ea5-802c-4014-aa0f-239db534902d => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/605] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:22 2026] GET /v2.0/security-groups?id=8729ec42-cdb2-4153-b59e-f3aacb47265e&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: 294/606] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:29:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/607] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:29:22 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/608] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:22 2026] GET /v2.0/ports?device_id=3d4427c2-c291-42dd-93ba-f0bfecb35d17 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/609] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:22 2026] GET /v2.0/security-groups?id=88bd06cf-2944-493f-ad1e-4bbbe7e3ab89&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: 316/610] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:29:22 2026] GET /v2.0/networks?id=0a1c62d9-9174-4250-8901-f42a6bce49f9 => generated 675 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/611] 199.204.45.248 () {34 vars in 1050 bytes} [Tue Apr 14 07:29:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=760f1e01fe1f497884adbe619c7eb8a9 => generated 180 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/612] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:22 2026] GET /v2.0/ports?device_id=12a584c2-0506-4efc-8ed4-df915319194b => 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: 295/613] 10.0.0.98 () {34 vars in 675 bytes} [Tue Apr 14 07:29:22 2026] POST /v2.0/floatingips => generated 552 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/614] 199.204.45.248 () {38 vars in 955 bytes} [Tue Apr 14 07:29:22 2026] POST /v2.0/ports => generated 958 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 320/615] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:23 2026] GET /v2.0/ports?device_id=d3bc0ea5-802c-4014-aa0f-239db534902d => generated 969 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/616] 10.0.0.166 () {34 vars in 1098 bytes} [Tue Apr 14 07:29:23 2026] GET /v2.0/security-groups?name=tempest-securitygroup--255267626&fields=id&tenant_id=7e5f289f5720448cbbd1e052d106c3c9 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/617] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:23 2026] GET /v2.0/security-groups?id=8729ec42-cdb2-4153-b59e-f3aacb47265e&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: 296/618] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Apr 14 07:29:23 2026] PUT /v2.0/ports/b8366425-3c93-4a97-a657-75a9d3c24084 => generated 1239 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/619] 10.0.0.166 () {34 vars in 982 bytes} [Tue Apr 14 07:29:23 2026] GET /v2.0/networks?id=6a7fc189-13f8-4983-a53b-2ee6f66ade73 => generated 683 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 297/620] 10.0.0.166 () {34 vars in 965 bytes} [Tue Apr 14 07:29:23 2026] GET /v2.0/quotas/7e5f289f5720448cbbd1e052d106c3c9 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:29:23.503 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8905403f-9616-4ab0-b68c-8f8325d965e3'] response: {'name': 'network-changed', 'server_uuid': '12a584c2-0506-4efc-8ed4-df915319194b', 'tag': 'b8366425-3c93-4a97-a657-75a9d3c24084', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 324/621] 10.0.0.166 () {34 vars in 1002 bytes} [Tue Apr 14 07:29:23 2026] GET /v2.0/ports?tenant_id=7e5f289f5720448cbbd1e052d106c3c9&fields=id => generated 57 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/622] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:23 2026] GET /v2.0/ports?device_id=3d4427c2-c291-42dd-93ba-f0bfecb35d17 => 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: 325/623] 10.0.0.166 () {34 vars in 1008 bytes} [Tue Apr 14 07:29:23 2026] GET /v2.0/networks/6a7fc189-13f8-4983-a53b-2ee6f66ade73?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: 299/624] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:23 2026] GET /v2.0/security-groups?id=88bd06cf-2944-493f-ad1e-4bbbe7e3ab89&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/625] 10.0.0.166 () {34 vars in 1108 bytes} [Tue Apr 14 07:29:23 2026] GET /v2.0/networks/6a7fc189-13f8-4983-a53b-2ee6f66ade73?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: 300/626] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:23 2026] GET /v2.0/ports?device_id=12a584c2-0506-4efc-8ed4-df915319194b => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/627] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:23 2026] GET /v2.0/security-groups?id=8511f3f2-398b-44f9-8a20-1d5d62118b32&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/628] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:23 2026] GET /v2.0/ports?device_id=f7e41e87-d961-43a1-b78d-5e849172307e => 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: 328/629] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:29:24 2026] GET /v2.0/ports?tenant_id=760f1e01fe1f497884adbe619c7eb8a9&device_id=12a584c2-0506-4efc-8ed4-df915319194b => generated 1242 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/630] 199.204.45.248 () {34 vars in 1018 bytes} [Tue Apr 14 07:29:24 2026] GET /v2.0/networks?tenant_id=760f1e01fe1f497884adbe619c7eb8a9&shared=False => generated 771 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/631] 199.204.45.248 () {34 vars in 930 bytes} [Tue Apr 14 07:29:24 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: 7|app: 0|req: 303/632] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:24 2026] GET /v2.0/ports?device_id=d3bc0ea5-802c-4014-aa0f-239db534902d => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/633] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:24 2026] GET /v2.0/security-groups?id=8729ec42-cdb2-4153-b59e-f3aacb47265e&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: 304/634] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:24 2026] GET /v2.0/ports?device_id=3d4427c2-c291-42dd-93ba-f0bfecb35d17 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/635] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:24 2026] GET /v2.0/security-groups?id=88bd06cf-2944-493f-ad1e-4bbbe7e3ab89&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/636] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:24 2026] GET /v2.0/ports?device_id=12a584c2-0506-4efc-8ed4-df915319194b => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/637] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:24 2026] GET /v2.0/ports?device_id=f7e41e87-d961-43a1-b78d-5e849172307e => 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: 306/638] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:24 2026] GET /v2.0/security-groups?id=8511f3f2-398b-44f9-8a20-1d5d62118b32&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: 333/639] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:29:25 2026] GET /v2.0/ports?tenant_id=760f1e01fe1f497884adbe619c7eb8a9&device_id=12a584c2-0506-4efc-8ed4-df915319194b => 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: 307/640] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Apr 14 07:29:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=b8366425-3c93-4a97-a657-75a9d3c24084 => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/641] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:29:25 2026] GET /v2.0/subnets?id=96c278ab-7d06-4d61-9a04-634b7b781f07 => generated 693 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/642] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:29:25 2026] GET /v2.0/ports?network_id=0a1c62d9-9174-4250-8901-f42a6bce49f9&device_owner=network%3Adhcp => generated 1244 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/643] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:29:25 2026] GET /v2.0/networks/0a1c62d9-9174-4250-8901-f42a6bce49f9?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: 309/644] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:29:25 2026] GET /v2.0/networks/0a1c62d9-9174-4250-8901-f42a6bce49f9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/645] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:25 2026] GET /v2.0/ports?device_id=d3bc0ea5-802c-4014-aa0f-239db534902d => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/646] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:25 2026] GET /v2.0/security-groups?id=8729ec42-cdb2-4153-b59e-f3aacb47265e&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: 337/647] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:25 2026] GET /v2.0/ports?device_id=3d4427c2-c291-42dd-93ba-f0bfecb35d17 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/648] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:25 2026] GET /v2.0/ports?device_id=f7e41e87-d961-43a1-b78d-5e849172307e => 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: 311/649] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:25 2026] GET /v2.0/security-groups?id=88bd06cf-2944-493f-ad1e-4bbbe7e3ab89&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/650] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:26 2026] GET /v2.0/ports?device_id=12a584c2-0506-4efc-8ed4-df915319194b => generated 973 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/651] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:26 2026] GET /v2.0/security-groups?id=8511f3f2-398b-44f9-8a20-1d5d62118b32&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/652] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:26 2026] GET /v2.0/ports?device_id=d3bc0ea5-802c-4014-aa0f-239db534902d => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/653] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:27 2026] GET /v2.0/security-groups?id=8729ec42-cdb2-4153-b59e-f3aacb47265e&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/654] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:27 2026] GET /v2.0/ports?device_id=f7e41e87-d961-43a1-b78d-5e849172307e => 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: 314/655] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:27 2026] GET /v2.0/ports?device_id=3d4427c2-c291-42dd-93ba-f0bfecb35d17 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/656] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:27 2026] GET /v2.0/security-groups?id=88bd06cf-2944-493f-ad1e-4bbbe7e3ab89&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/657] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:27 2026] GET /v2.0/ports?device_id=12a584c2-0506-4efc-8ed4-df915319194b => generated 973 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/658] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:27 2026] GET /v2.0/security-groups?id=8511f3f2-398b-44f9-8a20-1d5d62118b32&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/659] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:27 2026] GET /v2.0/ports?device_id=3d4427c2-c291-42dd-93ba-f0bfecb35d17 => 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: 344/660] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:27 2026] GET /v2.0/security-groups?id=88bd06cf-2944-493f-ad1e-4bbbe7e3ab89&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/661] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:28 2026] GET /v2.0/ports?device_id=d3bc0ea5-802c-4014-aa0f-239db534902d => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/662] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:28 2026] GET /v2.0/security-groups?id=8729ec42-cdb2-4153-b59e-f3aacb47265e&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: 319/663] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:28 2026] GET /v2.0/ports?device_id=f7e41e87-d961-43a1-b78d-5e849172307e => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/664] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:29:28 2026] GET /v2.0/networks?id=6a7fc189-13f8-4983-a53b-2ee6f66ade73 => generated 683 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/665] 199.204.45.248 () {34 vars in 1050 bytes} [Tue Apr 14 07:29:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7e5f289f5720448cbbd1e052d106c3c9 => generated 180 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/666] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:28 2026] GET /v2.0/ports?device_id=12a584c2-0506-4efc-8ed4-df915319194b => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/667] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:28 2026] GET /v2.0/security-groups?id=8511f3f2-398b-44f9-8a20-1d5d62118b32&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/668] 199.204.45.248 () {38 vars in 955 bytes} [Tue Apr 14 07:29:28 2026] POST /v2.0/ports => generated 958 bytes in 399 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: 347/669] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:28 2026] GET /v2.0/ports?device_id=3d4427c2-c291-42dd-93ba-f0bfecb35d17 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/670] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:28 2026] GET /v2.0/security-groups?id=88bd06cf-2944-493f-ad1e-4bbbe7e3ab89&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/671] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Apr 14 07:29:28 2026] PUT /v2.0/ports/702b5faf-9a10-4253-84f9-a339be022e5c => generated 1239 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:29:29.189 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-24fcc1c8-650f-44d3-bc0a-95bbea5d1dd2'] response: {'name': 'network-changed', 'server_uuid': 'f7e41e87-d961-43a1-b78d-5e849172307e', 'tag': '702b5faf-9a10-4253-84f9-a339be022e5c', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 349/672] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:29 2026] GET /v2.0/ports?device_id=d3bc0ea5-802c-4014-aa0f-239db534902d => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/673] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:29 2026] GET /v2.0/security-groups?id=8729ec42-cdb2-4153-b59e-f3aacb47265e&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: 324/674] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:29 2026] GET /v2.0/ports?device_id=f7e41e87-d961-43a1-b78d-5e849172307e => generated 973 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/675] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:29 2026] GET /v2.0/security-groups?id=992c86de-7934-442c-a85c-88e5600a2ada&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/676] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:29 2026] GET /v2.0/ports?device_id=d3bc0ea5-802c-4014-aa0f-239db534902d => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/677] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:29 2026] GET /v2.0/ports?device_id=12a584c2-0506-4efc-8ed4-df915319194b => generated 975 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/678] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:29:29 2026] GET /v2.0/ports?tenant_id=7e5f289f5720448cbbd1e052d106c3c9&device_id=f7e41e87-d961-43a1-b78d-5e849172307e => 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: 328/679] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:29 2026] GET /v2.0/security-groups?id=8511f3f2-398b-44f9-8a20-1d5d62118b32&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/680] 199.204.45.248 () {34 vars in 1018 bytes} [Tue Apr 14 07:29:29 2026] GET /v2.0/networks?tenant_id=7e5f289f5720448cbbd1e052d106c3c9&shared=False => generated 779 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/681] 199.204.45.248 () {34 vars in 930 bytes} [Tue Apr 14 07:29:29 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/682] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:29 2026] GET /v2.0/ports?device_id=3d4427c2-c291-42dd-93ba-f0bfecb35d17 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/683] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:29 2026] GET /v2.0/security-groups?id=88bd06cf-2944-493f-ad1e-4bbbe7e3ab89&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/684] 199.204.45.248 () {34 vars in 994 bytes} [Tue Apr 14 07:29:30 2026] GET /v2.0/ports?device_id=3d4427c2-c291-42dd-93ba-f0bfecb35d17 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:29:30.218 7 INFO neutron_taas.services.taas.taas_plugin [req-78a450e6-5162-47bc-a29e-fee20b27dca3 req-8e658d52-76ba-401d-bc3f-b5fed57364db af15a08b6fe445978c37d935e9f8e091 6c8ffdcaee95429eafdb3fd0f5a5f838 - - default default] TaaS: Handle Delete Port: a24f5df6-da47-48e4-8696-47aff7a41c59 2026-04-14 07:29:30.224 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-78a450e6-5162-47bc-a29e-fee20b27dca3 req-8e658d52-76ba-401d-bc3f-b5fed57364db af15a08b6fe445978c37d935e9f8e091 6c8ffdcaee95429eafdb3fd0f5a5f838 - - default default] Tap Mirror: Handle Delete Port: a24f5df6-da47-48e4-8696-47aff7a41c59 2026-04-14 07:29:30.357 8 INFO neutron.db.l3_db [None req-7de706bd-0d47-4c2b-869d-546b922d35f7 9606c60f9fe4413399a4193b48a92965 7864908a887844c7b8c33bbf4f078efb - - default default] Floating IP 491f9e49-f72f-4121-9e98-b56542f3044e associated. External IP: 10.96.250.202, port: 41a36f56-b2c0-4d76-86f8-f399e38045ed. [pid: 7|app: 0|req: 334/685] 199.204.45.248 () {36 vars in 997 bytes} [Tue Apr 14 07:29:30 2026] DELETE /v2.0/ports/a24f5df6-da47-48e4-8696-47aff7a41c59 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/686] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:30 2026] GET /v2.0/ports?device_id=f7e41e87-d961-43a1-b78d-5e849172307e => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/687] 10.0.0.98 () {34 vars in 748 bytes} [Tue Apr 14 07:29:29 2026] PUT /v2.0/floatingips/491f9e49-f72f-4121-9e98-b56542f3044e => generated 855 bytes in 1069 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/688] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:30 2026] GET /v2.0/security-groups?id=992c86de-7934-442c-a85c-88e5600a2ada&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:29:30.691 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1342e929-19a0-4ebd-8896-42cc4fa30e0f'] response: {'name': 'network-changed', 'server_uuid': 'd3bc0ea5-802c-4014-aa0f-239db534902d', 'tag': '41a36f56-b2c0-4d76-86f8-f399e38045ed', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 353/689] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:30 2026] GET /v2.0/ports?device_id=d3bc0ea5-802c-4014-aa0f-239db534902d => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/690] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:30 2026] GET /v2.0/security-groups?id=8729ec42-cdb2-4153-b59e-f3aacb47265e&fields=id&fields=name => generated 114 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/691] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:29:30 2026] GET /v2.0/ports?tenant_id=7e5f289f5720448cbbd1e052d106c3c9&device_id=f7e41e87-d961-43a1-b78d-5e849172307e => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/692] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:30 2026] GET /v2.0/ports?device_id=12a584c2-0506-4efc-8ed4-df915319194b => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/693] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Apr 14 07:29:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=702b5faf-9a10-4253-84f9-a339be022e5c => 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: 355/694] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:31 2026] GET /v2.0/security-groups?id=8511f3f2-398b-44f9-8a20-1d5d62118b32&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/695] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:29:31 2026] GET /v2.0/subnets?id=576d5f47-d1e5-4c92-bbe6-339950bb000b => generated 701 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/696] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:29:31 2026] GET /v2.0/ports?network_id=6a7fc189-13f8-4983-a53b-2ee6f66ade73&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/697] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:31 2026] GET /v2.0/ports?device_id=3d4427c2-c291-42dd-93ba-f0bfecb35d17 => 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: 357/698] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:29:31 2026] GET /v2.0/networks/6a7fc189-13f8-4983-a53b-2ee6f66ade73?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:29:31.233 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2a3fe36a-4a98-40de-9004-ebb440f53329'] response: {'server_uuid': '3d4427c2-c291-42dd-93ba-f0bfecb35d17', 'name': 'network-vif-deleted', 'tag': 'a24f5df6-da47-48e4-8696-47aff7a41c59', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 358/699] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:29:31 2026] GET /v2.0/networks/6a7fc189-13f8-4983-a53b-2ee6f66ade73?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: 342/700] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:29:31 2026] GET /v2.0/ports?tenant_id=7864908a887844c7b8c33bbf4f078efb&device_id=d3bc0ea5-802c-4014-aa0f-239db534902d => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/701] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:31 2026] GET /v2.0/ports?device_id=d3bc0ea5-802c-4014-aa0f-239db534902d => 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: 343/702] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:29:31 2026] GET /v2.0/networks?id=84b849a5-2242-433d-aad7-4bd954d7d4fb => generated 775 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/703] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:31 2026] GET /v2.0/security-groups?id=8729ec42-cdb2-4153-b59e-f3aacb47265e&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: 344/704] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Apr 14 07:29:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=41a36f56-b2c0-4d76-86f8-f399e38045ed => generated 858 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/705] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:29:31 2026] GET /v2.0/subnets?id=28445ec9-722f-45c9-b096-a0884ecfc582 => generated 697 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/706] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:29:31 2026] GET /v2.0/ports?network_id=84b849a5-2242-433d-aad7-4bd954d7d4fb&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/707] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:29:31 2026] GET /v2.0/networks/84b849a5-2242-433d-aad7-4bd954d7d4fb?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: 346/708] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:29:31 2026] GET /v2.0/networks/84b849a5-2242-433d-aad7-4bd954d7d4fb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/709] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:31 2026] GET /v2.0/ports?device_id=f7e41e87-d961-43a1-b78d-5e849172307e => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/710] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:31 2026] GET /v2.0/security-groups?id=992c86de-7934-442c-a85c-88e5600a2ada&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/711] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:32 2026] GET /v2.0/ports?device_id=12a584c2-0506-4efc-8ed4-df915319194b => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/712] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:32 2026] GET /v2.0/security-groups?id=8511f3f2-398b-44f9-8a20-1d5d62118b32&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/713] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:32 2026] GET /v2.0/ports?device_id=3d4427c2-c291-42dd-93ba-f0bfecb35d17 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/714] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:32 2026] GET /v2.0/ports?device_id=12a584c2-0506-4efc-8ed4-df915319194b => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/715] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:32 2026] GET /v2.0/ports?device_id=d3bc0ea5-802c-4014-aa0f-239db534902d => 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: 367/716] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:32 2026] GET /v2.0/security-groups?id=8729ec42-cdb2-4153-b59e-f3aacb47265e&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-04-14 07:29:32.841 7 INFO neutron.db.l3_db [None req-b21d05c0-f84f-4a08-9de3-667b3b2305f0 749f7ba074074a0c915d1b70fd48d5f0 760f1e01fe1f497884adbe619c7eb8a9 - - default default] Floating IP 36dfe49b-27a0-43a4-9b11-206a7d1e2d89 associated. External IP: 10.96.250.219, port: b8366425-3c93-4a97-a657-75a9d3c24084. [pid: 8|app: 0|req: 368/717] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:32 2026] GET /v2.0/ports?device_id=f7e41e87-d961-43a1-b78d-5e849172307e => 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: 369/718] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:32 2026] GET /v2.0/security-groups?id=992c86de-7934-442c-a85c-88e5600a2ada&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: 350/721] 10.0.0.98 () {34 vars in 748 bytes} [Tue Apr 14 07:29:32 2026] PUT /v2.0/floatingips/36dfe49b-27a0-43a4-9b11-206a7d1e2d89 => generated 856 bytes in 770 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/722] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:33 2026] GET /v2.0/ports?device_id=12a584c2-0506-4efc-8ed4-df915319194b => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:29:33.272 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2e4cfee2-a3fe-4fa1-a782-98447c3b5b6e'] response: {'name': 'network-changed', 'server_uuid': '12a584c2-0506-4efc-8ed4-df915319194b', 'tag': 'b8366425-3c93-4a97-a657-75a9d3c24084', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 351/723] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:33 2026] GET /v2.0/security-groups?id=8511f3f2-398b-44f9-8a20-1d5d62118b32&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: 373/724] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:33 2026] GET /v2.0/ports?device_id=3d4427c2-c291-42dd-93ba-f0bfecb35d17 => 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: 374/725] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:33 2026] GET /v2.0/ports?device_id=12a584c2-0506-4efc-8ed4-df915319194b => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/726] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:33 2026] GET /v2.0/security-groups?id=8511f3f2-398b-44f9-8a20-1d5d62118b32&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/727] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:33 2026] GET /v2.0/ports?device_id=d3bc0ea5-802c-4014-aa0f-239db534902d => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/728] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:33 2026] GET /v2.0/security-groups?id=8729ec42-cdb2-4153-b59e-f3aacb47265e&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/729] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:29:33 2026] GET /v2.0/ports?tenant_id=760f1e01fe1f497884adbe619c7eb8a9&device_id=12a584c2-0506-4efc-8ed4-df915319194b => 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: 377/730] 199.204.45.248 () {34 vars in 994 bytes} [Tue Apr 14 07:29:33 2026] GET /v2.0/ports?device_id=d3bc0ea5-802c-4014-aa0f-239db534902d => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/731] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:29:33 2026] GET /v2.0/networks?id=0a1c62d9-9174-4250-8901-f42a6bce49f9 => generated 771 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/732] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Apr 14 07:29:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=b8366425-3c93-4a97-a657-75a9d3c24084 => 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: 356/733] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:29:33 2026] GET /v2.0/subnets?id=96c278ab-7d06-4d61-9a04-634b7b781f07 => generated 693 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/734] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:29:33 2026] GET /v2.0/ports?network_id=0a1c62d9-9174-4250-8901-f42a6bce49f9&device_owner=network%3Adhcp => generated 1244 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:29:34.042 8 INFO neutron_taas.services.taas.taas_plugin [req-6c4d1c6c-f9e2-43fd-b40c-6e308e801e29 req-c0642444-9250-4e4b-8f14-b5a029ecb8e3 9606c60f9fe4413399a4193b48a92965 7864908a887844c7b8c33bbf4f078efb - - default default] TaaS: Handle Delete Port: 41a36f56-b2c0-4d76-86f8-f399e38045ed 2026-04-14 07:29:34.058 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6c4d1c6c-f9e2-43fd-b40c-6e308e801e29 req-c0642444-9250-4e4b-8f14-b5a029ecb8e3 9606c60f9fe4413399a4193b48a92965 7864908a887844c7b8c33bbf4f078efb - - default default] Tap Mirror: Handle Delete Port: 41a36f56-b2c0-4d76-86f8-f399e38045ed [pid: 7|app: 0|req: 358/735] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:34 2026] GET /v2.0/ports?device_id=f7e41e87-d961-43a1-b78d-5e849172307e => 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: 359/736] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:29:34 2026] GET /v2.0/networks/0a1c62d9-9174-4250-8901-f42a6bce49f9?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: 360/737] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:34 2026] GET /v2.0/security-groups?id=992c86de-7934-442c-a85c-88e5600a2ada&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/738] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:29:34 2026] GET /v2.0/networks/0a1c62d9-9174-4250-8901-f42a6bce49f9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:29:34.317 8 INFO neutron.db.l3_db [req-6c4d1c6c-f9e2-43fd-b40c-6e308e801e29 req-c0642444-9250-4e4b-8f14-b5a029ecb8e3 9606c60f9fe4413399a4193b48a92965 7864908a887844c7b8c33bbf4f078efb - - default default] Floating IP 491f9e49-f72f-4121-9e98-b56542f3044e disassociated. External IP: 10.96.250.202, port: 41a36f56-b2c0-4d76-86f8-f399e38045ed. [pid: 8|app: 0|req: 378/739] 199.204.45.248 () {36 vars in 997 bytes} [Tue Apr 14 07:29:33 2026] DELETE /v2.0/ports/41a36f56-b2c0-4d76-86f8-f399e38045ed => generated 0 bytes in 974 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:29:34.860 7 INFO neutron_taas.services.taas.taas_plugin [None req-20e95a86-89db-4197-b782-7dbd638c5f7f fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 0881e833-41da-47f7-853c-c1bff10950b7 2026-04-14 07:29:34.863 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20e95a86-89db-4197-b782-7dbd638c5f7f fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 0881e833-41da-47f7-853c-c1bff10950b7 [pid: 8|app: 0|req: 379/740] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:34 2026] GET /v2.0/ports?device_id=12a584c2-0506-4efc-8ed4-df915319194b => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/741] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:34 2026] GET /v2.0/ports?device_id=d3bc0ea5-802c-4014-aa0f-239db534902d => 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: 381/742] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:34 2026] GET /v2.0/security-groups?id=8511f3f2-398b-44f9-8a20-1d5d62118b32&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:29:34.940 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d30762a5-fb52-492d-9398-9288cc1e32b4'] response: {'server_uuid': 'd3bc0ea5-802c-4014-aa0f-239db534902d', 'name': 'network-vif-deleted', 'tag': '41a36f56-b2c0-4d76-86f8-f399e38045ed', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 382/743] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:35 2026] GET /v2.0/ports?device_id=f7e41e87-d961-43a1-b78d-5e849172307e => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/744] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:35 2026] GET /v2.0/security-groups?id=992c86de-7934-442c-a85c-88e5600a2ada&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/745] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:29:34 2026] PUT /v2.0/routers/344c88c1-7015-4da2-8d22-057ce5c13e32/remove_router_interface => generated 309 bytes in 913 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:29:35.665 8 INFO neutron_taas.services.taas.taas_plugin [None req-8dd57690-ffc3-4e52-8078-cf211458d879 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: f721932a-7e90-4bc2-be51-7ff2ea592b8b 2026-04-14 07:29:35.670 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8dd57690-ffc3-4e52-8078-cf211458d879 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: f721932a-7e90-4bc2-be51-7ff2ea592b8b 2026-04-14 07:29:35.897 8 INFO neutron_taas.services.taas.taas_plugin [None req-8dd57690-ffc3-4e52-8078-cf211458d879 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 0525e138-46a6-4cf2-b0a0-10f3323d49c8 2026-04-14 07:29:35.900 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8dd57690-ffc3-4e52-8078-cf211458d879 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 0525e138-46a6-4cf2-b0a0-10f3323d49c8 [pid: 7|app: 0|req: 363/746] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:35 2026] GET /v2.0/ports?device_id=d3bc0ea5-802c-4014-aa0f-239db534902d => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:29:35.994 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-8dd57690-ffc3-4e52-8078-cf211458d879 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 364/747] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:36 2026] GET /v2.0/ports?device_id=12a584c2-0506-4efc-8ed4-df915319194b => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/748] 199.204.45.248 () {34 vars in 994 bytes} [Tue Apr 14 07:29:36 2026] GET /v2.0/ports?device_id=12a584c2-0506-4efc-8ed4-df915319194b => 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: 366/749] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:36 2026] GET /v2.0/security-groups?id=8511f3f2-398b-44f9-8a20-1d5d62118b32&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:29:36.292 7 INFO neutron_taas.services.taas.taas_plugin [req-fbd9bc4b-eea8-4b01-bcf1-5da0a7c724bd req-b3dc47b6-ea31-4ab3-a205-500761756f4f 749f7ba074074a0c915d1b70fd48d5f0 760f1e01fe1f497884adbe619c7eb8a9 - - default default] TaaS: Handle Delete Port: b8366425-3c93-4a97-a657-75a9d3c24084 2026-04-14 07:29:36.300 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fbd9bc4b-eea8-4b01-bcf1-5da0a7c724bd req-b3dc47b6-ea31-4ab3-a205-500761756f4f 749f7ba074074a0c915d1b70fd48d5f0 760f1e01fe1f497884adbe619c7eb8a9 - - default default] Tap Mirror: Handle Delete Port: b8366425-3c93-4a97-a657-75a9d3c24084 2026-04-14 07:29:36.374 8 INFO neutron.db.l3_hamode_db [None req-8dd57690-ffc3-4e52-8078-cf211458d879 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] HA network 82111d86-2b3c-44ec-8780-f235d82ba2ca was deleted as no HA routers are present in tenant 6c8ffdcaee95429eafdb3fd0f5a5f838. [pid: 8|app: 0|req: 384/750] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:29:35 2026] DELETE /v2.0/routers/344c88c1-7015-4da2-8d22-057ce5c13e32 => generated 0 bytes in 954 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:29:36.485 7 INFO neutron.db.l3_db [req-fbd9bc4b-eea8-4b01-bcf1-5da0a7c724bd req-b3dc47b6-ea31-4ab3-a205-500761756f4f 749f7ba074074a0c915d1b70fd48d5f0 760f1e01fe1f497884adbe619c7eb8a9 - - default default] Floating IP 36dfe49b-27a0-43a4-9b11-206a7d1e2d89 disassociated. External IP: 10.96.250.219, port: b8366425-3c93-4a97-a657-75a9d3c24084. [pid: 8|app: 0|req: 385/751] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:29:36 2026] DELETE /v2.0/subnets/ca0747d9-0e09-4f22-9494-28703b474b3e => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/752] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:36 2026] GET /v2.0/ports?device_id=f7e41e87-d961-43a1-b78d-5e849172307e => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:29:36.732 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e6f28df-24a0-420b-a9c7-3f54d4b64210 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: aee542d5-41b1-4f6c-aa26-15092160b163 2026-04-14 07:29:36.734 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e6f28df-24a0-420b-a9c7-3f54d4b64210 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: aee542d5-41b1-4f6c-aa26-15092160b163 2026-04-14 07:29:36.805 8 INFO neutron.services.segments.plugin [-] Segment 897c3afa-3aa1-42af-b4d5-e3a6b14509c7 resource provider aggregate not found 2026-04-14 07:29:36.825 8 INFO neutron.services.segments.plugin [-] Segment 897c3afa-3aa1-42af-b4d5-e3a6b14509c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 897c3afa-3aa1-42af-b4d5-e3a6b14509c7 found for delete ", "request_id": "req-f19c308b-18b0-47a2-ae63-36dbf49729c1"}]} 2026-04-14 07:29:36.831 8 INFO neutron.services.segments.plugin [-] Segment 897c3afa-3aa1-42af-b4d5-e3a6b14509c7 resource provider aggregate not found [pid: 7|app: 0|req: 367/753] 199.204.45.248 () {36 vars in 997 bytes} [Tue Apr 14 07:29:36 2026] DELETE /v2.0/ports/b8366425-3c93-4a97-a657-75a9d3c24084 => generated 0 bytes in 683 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:29:36.850 8 INFO neutron.services.segments.plugin [-] Segment 897c3afa-3aa1-42af-b4d5-e3a6b14509c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 897c3afa-3aa1-42af-b4d5-e3a6b14509c7 found for delete ", "request_id": "req-7874421d-99dc-4823-9c64-6f3b8955e2be"}]} [pid: 7|app: 0|req: 368/754] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:36 2026] GET /v2.0/security-groups?id=992c86de-7934-442c-a85c-88e5600a2ada&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-04-14 07:29:36.899 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-12899505-08a0-46cd-8561-b604dbf1da20'] response: {'server_uuid': '12a584c2-0506-4efc-8ed4-df915319194b', 'name': 'network-vif-deleted', 'tag': 'b8366425-3c93-4a97-a657-75a9d3c24084', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 387/755] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:29:36 2026] DELETE /v2.0/networks/656dbfaf-26ef-4e6f-b4f9-2d4f2204a207 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/756] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:36 2026] GET /v2.0/ports?device_id=f7e41e87-d961-43a1-b78d-5e849172307e => generated 975 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/757] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:37 2026] GET /v2.0/ports?device_id=d3bc0ea5-802c-4014-aa0f-239db534902d => 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: 370/758] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:29:37 2026] GET /v2.0/security-groups?tenant_id=6c8ffdcaee95429eafdb3fd0f5a5f838&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/759] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:29:37 2026] DELETE /v2.0/security-groups/88bd06cf-2944-493f-ad1e-4bbbe7e3ab89 => 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: 372/760] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:37 2026] GET /v2.0/ports?device_id=12a584c2-0506-4efc-8ed4-df915319194b => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:29:37.386 8 INFO neutron.db.l3_db [None req-5ed2cf42-f199-4f07-9679-79b798156ad4 aa12f4aff27b4078ae926ec7779b3b5d 7e5f289f5720448cbbd1e052d106c3c9 - - default default] Floating IP abea0d39-a997-4f1c-beb9-d9424e4018b7 associated. External IP: 10.96.250.213, port: 702b5faf-9a10-4253-84f9-a339be022e5c. [pid: 8|app: 0|req: 389/761] 10.0.0.98 () {34 vars in 748 bytes} [Tue Apr 14 07:29:37 2026] PUT /v2.0/floatingips/abea0d39-a997-4f1c-beb9-d9424e4018b7 => generated 856 bytes in 615 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:29:37.752 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4edf1d79-7f5a-42d2-b1c2-736e6e94056c'] response: {'name': 'network-changed', 'server_uuid': 'f7e41e87-d961-43a1-b78d-5e849172307e', 'tag': '702b5faf-9a10-4253-84f9-a339be022e5c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 373/762] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:37 2026] GET /v2.0/ports?device_id=f7e41e87-d961-43a1-b78d-5e849172307e => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/763] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:37 2026] GET /v2.0/security-groups?id=992c86de-7934-442c-a85c-88e5600a2ada&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/764] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:38 2026] GET /v2.0/ports?device_id=d3bc0ea5-802c-4014-aa0f-239db534902d => 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: 391/765] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:29:38 2026] GET /v2.0/ports?tenant_id=7e5f289f5720448cbbd1e052d106c3c9&device_id=f7e41e87-d961-43a1-b78d-5e849172307e => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/766] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:38 2026] GET /v2.0/ports?device_id=12a584c2-0506-4efc-8ed4-df915319194b => 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: 375/767] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:29:38 2026] GET /v2.0/networks?id=6a7fc189-13f8-4983-a53b-2ee6f66ade73 => generated 779 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/768] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Apr 14 07:29:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=702b5faf-9a10-4253-84f9-a339be022e5c => generated 859 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/769] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:29:38 2026] GET /v2.0/subnets?id=576d5f47-d1e5-4c92-bbe6-339950bb000b => generated 701 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/770] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:29:38 2026] GET /v2.0/ports?network_id=6a7fc189-13f8-4983-a53b-2ee6f66ade73&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: 377/771] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:29:38 2026] GET /v2.0/networks/6a7fc189-13f8-4983-a53b-2ee6f66ade73?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: 395/772] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:29:38 2026] GET /v2.0/networks/6a7fc189-13f8-4983-a53b-2ee6f66ade73?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-04-14 07:29:38.849 8 INFO neutron.services.segments.plugin [-] Segment 8612e26f-9164-47a8-9b19-c93cdbd31235 resource provider aggregate not found 2026-04-14 07:29:38.867 8 INFO neutron.services.segments.plugin [-] Segment 8612e26f-9164-47a8-9b19-c93cdbd31235 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8612e26f-9164-47a8-9b19-c93cdbd31235 found for delete ", "request_id": "req-f80c9ee2-85df-4322-97bc-248cb725c25a"}]} 2026-04-14 07:29:38.873 8 INFO neutron.services.segments.plugin [-] Segment 8612e26f-9164-47a8-9b19-c93cdbd31235 resource provider aggregate not found 2026-04-14 07:29:38.894 8 INFO neutron.services.segments.plugin [-] Segment 8612e26f-9164-47a8-9b19-c93cdbd31235 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8612e26f-9164-47a8-9b19-c93cdbd31235 found for delete ", "request_id": "req-010cf1c7-2502-43d3-a3bd-a54bc2155333"}]} [pid: 7|app: 0|req: 378/773] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:29:39 2026] DELETE /v2.0/security-groups/8729ec42-cdb2-4153-b59e-f3aacb47265e => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:29:39.397 8 INFO neutron.api.v2.resource [None req-aaf284a2-fa75-4217-a9a2-3e343adb402f 9606c60f9fe4413399a4193b48a92965 7864908a887844c7b8c33bbf4f078efb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 396/774] 10.0.0.98 () {32 vars in 736 bytes} [Tue Apr 14 07:29:39 2026] GET /v2.0/security-groups/8729ec42-cdb2-4153-b59e-f3aacb47265e => 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: 397/775] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:39 2026] GET /v2.0/ports?device_id=12a584c2-0506-4efc-8ed4-df915319194b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:29:39.501 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c0aa341-cc13-40a7-b24b-45a25bb66bcc 9606c60f9fe4413399a4193b48a92965 7864908a887844c7b8c33bbf4f078efb - - default default] TaaS: Handle Delete Port: 9a1601eb-107c-4b67-98ad-a00d9e70a618 2026-04-14 07:29:39.504 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c0aa341-cc13-40a7-b24b-45a25bb66bcc 9606c60f9fe4413399a4193b48a92965 7864908a887844c7b8c33bbf4f078efb - - default default] Tap Mirror: Handle Delete Port: 9a1601eb-107c-4b67-98ad-a00d9e70a618 [pid: 7|app: 0|req: 379/776] 10.0.0.98 () {32 vars in 731 bytes} [Tue Apr 14 07:29:39 2026] DELETE /v2.0/floatingips/491f9e49-f72f-4121-9e98-b56542f3044e => generated 0 bytes in 265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:29:40.141 8 INFO neutron_taas.services.taas.taas_plugin [None req-104a82a4-bc67-46ec-9f51-285a7836fc75 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 62e860d7-38ca-4cfc-92d1-8ab56520e1a8 2026-04-14 07:29:40.145 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-104a82a4-bc67-46ec-9f51-285a7836fc75 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 62e860d7-38ca-4cfc-92d1-8ab56520e1a8 [pid: 7|app: 0|req: 380/777] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:29:40 2026] DELETE /v2.0/security-groups/8511f3f2-398b-44f9-8a20-1d5d62118b32 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:29:40.671 7 INFO neutron.api.v2.resource [None req-96607524-1730-4695-9d32-3b1dc89dba4a 749f7ba074074a0c915d1b70fd48d5f0 760f1e01fe1f497884adbe619c7eb8a9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 381/778] 10.0.0.98 () {32 vars in 736 bytes} [Tue Apr 14 07:29:40 2026] GET /v2.0/security-groups/8511f3f2-398b-44f9-8a20-1d5d62118b32 => 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: 398/779] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:29:39 2026] PUT /v2.0/routers/5842a48e-c917-41da-b4c3-57292b8967f0/remove_router_interface => generated 309 bytes in 1097 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:29:40.783 7 INFO neutron_taas.services.taas.taas_plugin [None req-c9db9512-1aab-4a6b-9703-8bd6182e0220 749f7ba074074a0c915d1b70fd48d5f0 760f1e01fe1f497884adbe619c7eb8a9 - - default default] TaaS: Handle Delete Port: 5fd763ce-2b8b-44b3-83c2-dfc8f31d7716 2026-04-14 07:29:40.786 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9db9512-1aab-4a6b-9703-8bd6182e0220 749f7ba074074a0c915d1b70fd48d5f0 760f1e01fe1f497884adbe619c7eb8a9 - - default default] Tap Mirror: Handle Delete Port: 5fd763ce-2b8b-44b3-83c2-dfc8f31d7716 2026-04-14 07:29:40.978 8 INFO neutron_taas.services.taas.taas_plugin [None req-220941f6-9538-4e37-bd93-66aefab710ce fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: f653e283-e0a9-485c-bc7f-965e997d33ed 2026-04-14 07:29:40.982 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-220941f6-9538-4e37-bd93-66aefab710ce fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: f653e283-e0a9-485c-bc7f-965e997d33ed 2026-04-14 07:29:41.249 8 INFO neutron_taas.services.taas.taas_plugin [None req-220941f6-9538-4e37-bd93-66aefab710ce fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: ed8e993b-c054-4eb5-ac94-e1e17f3ef68f 2026-04-14 07:29:41.253 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-220941f6-9538-4e37-bd93-66aefab710ce fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: ed8e993b-c054-4eb5-ac94-e1e17f3ef68f [pid: 7|app: 0|req: 382/780] 10.0.0.98 () {32 vars in 731 bytes} [Tue Apr 14 07:29:40 2026] DELETE /v2.0/floatingips/36dfe49b-27a0-43a4-9b11-206a7d1e2d89 => generated 0 bytes in 882 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:29:41.591 8 INFO neutron.services.segments.plugin [-] Segment 3dddd326-bf9e-4702-be7b-adfe6643f0c4 resource provider aggregate not found 2026-04-14 07:29:41.598 8 INFO neutron.services.segments.plugin [-] Segment 3dddd326-bf9e-4702-be7b-adfe6643f0c4 resource provider aggregate not found 2026-04-14 07:29:41.623 8 INFO neutron.services.segments.plugin [-] Segment 3dddd326-bf9e-4702-be7b-adfe6643f0c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dddd326-bf9e-4702-be7b-adfe6643f0c4 found for delete ", "request_id": "req-b983487d-e6f5-4eee-bcdf-3d2a7fbea8d2"}]} 2026-04-14 07:29:41.623 8 INFO neutron.services.segments.plugin [-] Segment 3dddd326-bf9e-4702-be7b-adfe6643f0c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dddd326-bf9e-4702-be7b-adfe6643f0c4 found for delete ", "request_id": "req-e0728e4a-4374-449e-9887-63caffb66914"}]} 2026-04-14 07:29:41.630 8 INFO neutron.db.l3_hamode_db [None req-220941f6-9538-4e37-bd93-66aefab710ce fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] HA network 77326733-cac7-4b53-9a70-624a4cd7fcba was deleted as no HA routers are present in tenant 7864908a887844c7b8c33bbf4f078efb. [pid: 8|app: 0|req: 399/781] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:29:40 2026] DELETE /v2.0/routers/5842a48e-c917-41da-b4c3-57292b8967f0 => generated 0 bytes in 864 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/782] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:29:41 2026] DELETE /v2.0/subnets/28445ec9-722f-45c9-b096-a0884ecfc582 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:29:41.924 8 INFO neutron_taas.services.taas.taas_plugin [None req-49d88015-fb66-43ed-a09b-a854b26a49d5 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: ac7ccd7a-60b8-4743-840b-e4a12c784dd9 2026-04-14 07:29:41.926 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49d88015-fb66-43ed-a09b-a854b26a49d5 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: ac7ccd7a-60b8-4743-840b-e4a12c784dd9 2026-04-14 07:29:41.932 7 INFO neutron_taas.services.taas.taas_plugin [None req-05b3a76f-e781-43f1-81f7-143cf63fed46 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 5ef4014c-ba0a-4c60-995d-df8733f97c1d 2026-04-14 07:29:41.936 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05b3a76f-e781-43f1-81f7-143cf63fed46 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 5ef4014c-ba0a-4c60-995d-df8733f97c1d [pid: 8|app: 0|req: 401/783] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:29:41 2026] DELETE /v2.0/networks/84b849a5-2242-433d-aad7-4bd954d7d4fb => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/784] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:29:42 2026] GET /v2.0/security-groups?tenant_id=7864908a887844c7b8c33bbf4f078efb&name=default => generated 2921 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/785] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:29:42 2026] DELETE /v2.0/security-groups/d1a94acf-7d75-42e8-bc06-1381a20c5874 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/786] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:29:41 2026] PUT /v2.0/routers/2ed3555c-200c-45b8-8b99-062a39a47a29/remove_router_interface => generated 309 bytes in 998 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:29:42.770 8 INFO neutron_taas.services.taas.taas_plugin [None req-86e1d1ff-f3a8-4100-9a66-2c524cea89fc fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: da480c52-905e-4638-86a3-4ce4fe27ebea 2026-04-14 07:29:42.772 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86e1d1ff-f3a8-4100-9a66-2c524cea89fc fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: da480c52-905e-4638-86a3-4ce4fe27ebea 2026-04-14 07:29:43.353 8 INFO neutron_taas.services.taas.taas_plugin [None req-86e1d1ff-f3a8-4100-9a66-2c524cea89fc fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 037aae17-ecc9-48bc-911e-27b395bc64b4 2026-04-14 07:29:43.356 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86e1d1ff-f3a8-4100-9a66-2c524cea89fc fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 037aae17-ecc9-48bc-911e-27b395bc64b4 [pid: 7|app: 0|req: 384/787] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:29:43 2026] GET /v2.0/security-groups?tenant_id=cd67419209ea4009bea75f1e809b1485&name=default => generated 2925 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/788] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:29:43 2026] DELETE /v2.0/security-groups/7aa8f054-906f-45d7-9355-f3ae52c1bf86 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:29:43.644 8 INFO neutron.services.segments.plugin [-] Segment 7d49c212-6d58-4c80-ac91-9c4ddb83db1a resource provider aggregate not found 2026-04-14 07:29:43.653 8 INFO neutron.services.segments.plugin [-] Segment 7d49c212-6d58-4c80-ac91-9c4ddb83db1a resource provider aggregate not found 2026-04-14 07:29:43.673 8 INFO neutron.services.segments.plugin [-] Segment 7d49c212-6d58-4c80-ac91-9c4ddb83db1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d49c212-6d58-4c80-ac91-9c4ddb83db1a found for delete ", "request_id": "req-d456758c-a8c0-4947-aacc-e0ffaf3ba871"}]} 2026-04-14 07:29:43.679 8 INFO neutron.services.segments.plugin [-] Segment 7d49c212-6d58-4c80-ac91-9c4ddb83db1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d49c212-6d58-4c80-ac91-9c4ddb83db1a found for delete ", "request_id": "req-574e6c61-66bc-4114-b996-8a7345ed9787"}]} 2026-04-14 07:29:43.726 8 INFO neutron.db.l3_hamode_db [None req-86e1d1ff-f3a8-4100-9a66-2c524cea89fc fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] HA network d90d33e6-ec67-4f31-8762-9493c043ad17 was deleted as no HA routers are present in tenant 760f1e01fe1f497884adbe619c7eb8a9. [pid: 8|app: 0|req: 404/789] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:29:42 2026] DELETE /v2.0/routers/2ed3555c-200c-45b8-8b99-062a39a47a29 => generated 0 bytes in 1162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/790] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:29:43 2026] GET /v2.0/security-groups?tenant_id=226326e733c4412395059d887593d079&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: 386/791] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:29:43 2026] DELETE /v2.0/subnets/96c278ab-7d06-4d61-9a04-634b7b781f07 => 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: 406/792] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:29:43 2026] DELETE /v2.0/security-groups/e3ab299a-88ea-4412-980d-6234bf483fe5 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:29:44.013 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f7db87f-363b-4816-9297-37751dc52fe3 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 4513cff3-aed6-4e7b-a05a-65b11accee7a 2026-04-14 07:29:44.017 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f7db87f-363b-4816-9297-37751dc52fe3 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 4513cff3-aed6-4e7b-a05a-65b11accee7a 2026-04-14 07:29:44.165 7 INFO neutron.services.segments.plugin [-] Segment 727267e9-3488-4774-a2e6-e2212e1e371b resource provider aggregate not found 2026-04-14 07:29:44.178 7 INFO neutron.services.segments.plugin [-] Segment 727267e9-3488-4774-a2e6-e2212e1e371b resource provider aggregate not found 2026-04-14 07:29:44.178 7 INFO neutron.services.segments.plugin [-] Segment 727267e9-3488-4774-a2e6-e2212e1e371b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 727267e9-3488-4774-a2e6-e2212e1e371b found for delete ", "request_id": "req-e55a5e92-1dd2-41a0-8a5b-0bcbd0866b43"}]} [pid: 7|app: 0|req: 387/793] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:29:43 2026] DELETE /v2.0/networks/0a1c62d9-9174-4250-8901-f42a6bce49f9 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:29:44.209 7 INFO neutron.services.segments.plugin [-] Segment 727267e9-3488-4774-a2e6-e2212e1e371b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 727267e9-3488-4774-a2e6-e2212e1e371b found for delete ", "request_id": "req-f1bc05fd-5ea7-4295-bc6d-ac0fe070e0b9"}]} [pid: 7|app: 0|req: 388/794] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:29:44 2026] GET /v2.0/security-groups?tenant_id=760f1e01fe1f497884adbe619c7eb8a9&name=default => generated 2925 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/795] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:29:44 2026] DELETE /v2.0/security-groups/42b5e81a-fc6c-4da5-b1b6-63c5a4f8b4d6 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:29:44.709 8 INFO neutron.db.segments_db [None req-088ae680-b547-4414-8793-ff6642ab9ef1 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Added segment 20eb6d95-8d58-4657-9107-65dfd0e6b649 of type vxlan for network dc009bbc-2e4d-421a-8c48-5dc6d7ba3fe1 [pid: 8|app: 0|req: 407/796] 10.0.0.98 () {34 vars in 670 bytes} [Tue Apr 14 07:29:44 2026] POST /v2.0/networks => generated 718 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/797] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:29:44 2026] POST /v2.0/subnets => generated 684 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:29:45.087 8 INFO neutron.db.segments_db [None req-c6080939-496e-459f-b6b0-6392796d1dd4 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Added segment 227783b5-02fb-48a7-a6eb-2cdb1acbfbe4 of type vxlan for network 5f3f8aa9-b12b-4df8-9a44-7aad4a928b1a 2026-04-14 07:29:45.363 8 INFO neutron.db.l3_hamode_db [None req-c6080939-496e-459f-b6b0-6392796d1dd4 fabda60f389348818449bb13b2470fba f88ba555424a4b4aa8514a33f9ce5102 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:29:45.690 8 INFO neutron.services.segments.plugin [-] Segment e1fa701f-e1b8-4d5c-9b27-30a830ae950d resource provider aggregate not found 2026-04-14 07:29:45.708 8 INFO neutron.services.segments.plugin [-] Segment e1fa701f-e1b8-4d5c-9b27-30a830ae950d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1fa701f-e1b8-4d5c-9b27-30a830ae950d found for delete ", "request_id": "req-7beafa6d-f4bf-4693-bcae-a83809eeafd9"}]} 2026-04-14 07:29:45.708 8 INFO neutron.services.segments.plugin [-] Segment e1fa701f-e1b8-4d5c-9b27-30a830ae950d resource provider aggregate not found 2026-04-14 07:29:45.726 8 INFO neutron.services.segments.plugin [-] Segment e1fa701f-e1b8-4d5c-9b27-30a830ae950d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1fa701f-e1b8-4d5c-9b27-30a830ae950d found for delete ", "request_id": "req-14813fb2-c339-4a93-989a-9b0bd072a565"}]} 2026-04-14 07:29:46.170 8 INFO neutron.db.l3_hamode_db [None req-c6080939-496e-459f-b6b0-6392796d1dd4 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 408/798] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:29:45 2026] POST /v2.0/routers => generated 724 bytes in 2039 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/799] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:29:47 2026] GET /v2.0/security-groups?tenant_id=a7e06a92338047b08fbe1f5054ca11aa&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: 410/800] 10.0.0.206 () {34 vars in 990 bytes} [Tue Apr 14 07:29:47 2026] GET /v2.0/ports?device_id=f7e41e87-d961-43a1-b78d-5e849172307e => generated 1244 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/801] 10.0.0.98 () {34 vars in 782 bytes} [Tue Apr 14 07:29:47 2026] PUT /v2.0/routers/38c39fb1-aa65-4a04-b645-88ce4e5be12d/add_router_interface => generated 309 bytes in 1072 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/802] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:29:48 2026] DELETE /v2.0/security-groups/a3b68df3-4ea7-48cf-a4b8-165743b07c9e => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/803] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:29:48 2026] GET /v2.0/security-groups?tenant_id=7854eec52f3f4decbba269ced359abc1&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/806] 10.0.0.206 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:48 2026] GET /v2.0/security-groups?id=992c86de-7934-442c-a85c-88e5600a2ada&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/807] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:29:48 2026] DELETE /v2.0/security-groups/00db1031-8755-4e9c-8a49-6d20131be16c => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/808] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:29:48 2026] GET /v2.0/security-groups?tenant_id=7259917e0f164fd48521f8b552a44802&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/809] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:29:48 2026] DELETE /v2.0/security-groups/4834dc63-8fb0-449e-b494-a56c5baa8f4b => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/810] 10.0.0.98 () {34 vars in 684 bytes} [Tue Apr 14 07:29:48 2026] POST /v2.0/security-groups => generated 1659 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/811] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:29:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/812] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:29:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/813] 10.0.0.98 () {34 vars in 675 bytes} [Tue Apr 14 07:29:49 2026] POST /v2.0/floatingips => generated 552 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/814] 10.0.0.166 () {34 vars in 1096 bytes} [Tue Apr 14 07:29:50 2026] GET /v2.0/security-groups?name=tempest-securitygroup--91116454&fields=id&tenant_id=f88ba555424a4b4aa8514a33f9ce5102 => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/815] 10.0.0.166 () {34 vars in 982 bytes} [Tue Apr 14 07:29:50 2026] GET /v2.0/networks?id=dc009bbc-2e4d-421a-8c48-5dc6d7ba3fe1 => generated 669 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/816] 10.0.0.166 () {34 vars in 965 bytes} [Tue Apr 14 07:29:50 2026] GET /v2.0/quotas/f88ba555424a4b4aa8514a33f9ce5102 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/817] 10.0.0.166 () {34 vars in 1002 bytes} [Tue Apr 14 07:29:50 2026] GET /v2.0/ports?tenant_id=f88ba555424a4b4aa8514a33f9ce5102&fields=id => generated 57 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/818] 10.0.0.166 () {34 vars in 1008 bytes} [Tue Apr 14 07:29:50 2026] GET /v2.0/networks/dc009bbc-2e4d-421a-8c48-5dc6d7ba3fe1?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: 420/819] 10.0.0.166 () {34 vars in 1108 bytes} [Tue Apr 14 07:29:50 2026] GET /v2.0/networks/dc009bbc-2e4d-421a-8c48-5dc6d7ba3fe1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/820] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:50 2026] GET /v2.0/ports?device_id=71d4dc8f-2239-4b63-a0b9-7d63553e1ada => 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: 421/821] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:29:51 2026] GET /v2.0/security-groups?tenant_id=355129f3b7a34e9286b8bb31b40267a2&name=default => generated 2925 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/822] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:29:51 2026] DELETE /v2.0/security-groups/94aa58b3-9bc6-4249-b9ca-071c5b6f4537 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/823] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:51 2026] GET /v2.0/ports?device_id=71d4dc8f-2239-4b63-a0b9-7d63553e1ada => 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: 402/824] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:52 2026] GET /v2.0/ports?device_id=71d4dc8f-2239-4b63-a0b9-7d63553e1ada => 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: 423/825] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:29:52 2026] GET /v2.0/security-groups?tenant_id=4b782fa07f674f4aa05c16b8e46557c2&name=default => generated 2925 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/826] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:29:53 2026] DELETE /v2.0/security-groups/c07ec278-c815-4044-853b-d13869c86985 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/827] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:29:53 2026] GET /v2.0/security-groups?tenant_id=01d30c629833486c94f05f40efb715e8&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/828] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:29:53 2026] DELETE /v2.0/security-groups/69ccef2b-00dc-416c-943d-195eda6e5c6c => 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: 425/829] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:53 2026] GET /v2.0/ports?device_id=71d4dc8f-2239-4b63-a0b9-7d63553e1ada => 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: 405/830] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:29:54 2026] GET /v2.0/security-groups?tenant_id=052dcd48c40740babb0c4958f9ee8e92&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/831] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:29:54 2026] DELETE /v2.0/security-groups/b2204cbe-1c7f-4af1-836e-289d5e5a933e => 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: 406/832] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:29:54 2026] GET /v2.0/networks?id=dc009bbc-2e4d-421a-8c48-5dc6d7ba3fe1 => generated 669 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/833] 199.204.45.248 () {34 vars in 1050 bytes} [Tue Apr 14 07:29:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f88ba555424a4b4aa8514a33f9ce5102 => generated 179 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/834] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:54 2026] GET /v2.0/ports?device_id=71d4dc8f-2239-4b63-a0b9-7d63553e1ada => 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: 428/835] 199.204.45.248 () {38 vars in 955 bytes} [Tue Apr 14 07:29:54 2026] POST /v2.0/ports => generated 954 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/836] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Apr 14 07:29:55 2026] PUT /v2.0/ports/df886390-f2a6-43b1-817f-ace620485d6a => generated 1235 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:29:55.583 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa51eaf3-28a2-4d23-9f75-7cee67cc6969'] response: {'name': 'network-changed', 'server_uuid': '71d4dc8f-2239-4b63-a0b9-7d63553e1ada', 'tag': 'df886390-f2a6-43b1-817f-ace620485d6a', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 429/837] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:55 2026] GET /v2.0/ports?device_id=71d4dc8f-2239-4b63-a0b9-7d63553e1ada => generated 969 bytes in 91 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: 409/838] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:56 2026] GET /v2.0/security-groups?id=2dbd97bd-be94-47d0-ae34-902b8a6f8a3f&fields=id&fields=name => generated 112 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/839] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:29:56 2026] GET /v2.0/ports?tenant_id=f88ba555424a4b4aa8514a33f9ce5102&device_id=71d4dc8f-2239-4b63-a0b9-7d63553e1ada => 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: 410/840] 199.204.45.248 () {34 vars in 1018 bytes} [Tue Apr 14 07:29:56 2026] GET /v2.0/networks?tenant_id=f88ba555424a4b4aa8514a33f9ce5102&shared=False => generated 765 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/841] 199.204.45.248 () {34 vars in 930 bytes} [Tue Apr 14 07:29:56 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/842] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:57 2026] GET /v2.0/ports?device_id=71d4dc8f-2239-4b63-a0b9-7d63553e1ada => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/843] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:57 2026] GET /v2.0/security-groups?id=2dbd97bd-be94-47d0-ae34-902b8a6f8a3f&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/844] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:29:57 2026] GET /v2.0/ports?tenant_id=f88ba555424a4b4aa8514a33f9ce5102&device_id=71d4dc8f-2239-4b63-a0b9-7d63553e1ada => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/845] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Apr 14 07:29:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=df886390-f2a6-43b1-817f-ace620485d6a => 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: 413/846] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:29:57 2026] GET /v2.0/subnets?id=7195e716-4a7b-4025-b441-2dc1f3bc0a0f => generated 687 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/847] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:29:57 2026] GET /v2.0/ports?network_id=dc009bbc-2e4d-421a-8c48-5dc6d7ba3fe1&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/848] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:29:57 2026] GET /v2.0/networks/dc009bbc-2e4d-421a-8c48-5dc6d7ba3fe1?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: 435/849] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:29:57 2026] GET /v2.0/networks/dc009bbc-2e4d-421a-8c48-5dc6d7ba3fe1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/850] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:58 2026] GET /v2.0/ports?device_id=71d4dc8f-2239-4b63-a0b9-7d63553e1ada => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/851] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:58 2026] GET /v2.0/security-groups?id=2dbd97bd-be94-47d0-ae34-902b8a6f8a3f&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/852] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:29:58 2026] GET /v2.0/security-groups?tenant_id=6fe874ba5ef5407a9a6f72799039e66e&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/853] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:29:58 2026] DELETE /v2.0/security-groups/0e5f592f-ea68-458b-a550-838be996dba0 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/854] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:29:58 2026] GET /v2.0/security-groups?tenant_id=5ad6a010769f47d7bb0f5865a57d655a&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/855] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:29:59 2026] DELETE /v2.0/security-groups/3e722401-4f1b-4aac-b3d3-4f98fd14778e => 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: 418/856] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:29:58 2026] GET /v2.0/security-groups?tenant_id=8fc810bfaa664a63ba68b4bdf027313b&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/857] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:29:59 2026] DELETE /v2.0/security-groups/9adc6981-ba2a-4a7a-bd9e-5dd14196e3d4 => 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: 419/858] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:59 2026] GET /v2.0/ports?device_id=f7e41e87-d961-43a1-b78d-5e849172307e => 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: 420/859] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:29:59 2026] GET /v2.0/ports?device_id=71d4dc8f-2239-4b63-a0b9-7d63553e1ada => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/860] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:29:59 2026] GET /v2.0/security-groups?id=2dbd97bd-be94-47d0-ae34-902b8a6f8a3f&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/861] 10.0.0.166 () {34 vars in 971 bytes} [Tue Apr 14 07:29:59 2026] GET /v2.0/ports/702b5faf-9a10-4253-84f9-a339be022e5c => generated 972 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/862] 199.204.45.248 () {34 vars in 1000 bytes} [Tue Apr 14 07:30:00 2026] GET /v2.0/subnets?network_id=6a7fc189-13f8-4983-a53b-2ee6f66ade73 => generated 683 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/863] 199.204.45.248 () {34 vars in 1146 bytes} [Tue Apr 14 07:30:00 2026] GET /v2.0/ports?device_id=f7e41e87-d961-43a1-b78d-5e849172307e&device_owner=compute%3Anova&network_id=6a7fc189-13f8-4983-a53b-2ee6f66ade73 => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/864] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:00 2026] GET /v2.0/ports?device_id=71d4dc8f-2239-4b63-a0b9-7d63553e1ada => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/865] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:30:00 2026] GET /v2.0/security-groups?id=2dbd97bd-be94-47d0-ae34-902b8a6f8a3f&fields=id&fields=name => generated 112 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/866] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Apr 14 07:30:00 2026] PUT /v2.0/ports/702b5faf-9a10-4253-84f9-a339be022e5c => generated 1149 bytes in 576 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:30:00.938 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1458293d-bdd8-4b13-8779-249b71214c64'] response: {'name': 'network-changed', 'server_uuid': 'f7e41e87-d961-43a1-b78d-5e849172307e', 'tag': '702b5faf-9a10-4253-84f9-a339be022e5c', '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: 424/867] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:30:01 2026] GET /v2.0/ports?tenant_id=7e5f289f5720448cbbd1e052d106c3c9&device_id=f7e41e87-d961-43a1-b78d-5e849172307e => generated 1421 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/868] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:30:01 2026] GET /v2.0/networks?id=6a7fc189-13f8-4983-a53b-2ee6f66ade73 => generated 779 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/869] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Apr 14 07:30:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=702b5faf-9a10-4253-84f9-a339be022e5c => generated 861 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/870] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Apr 14 07:30:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=702b5faf-9a10-4253-84f9-a339be022e5c => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:30:01.622 8 INFO neutron.db.segments_db [None req-6b3bdddd-5fa0-4a65-a37c-0e1987d1ba84 e88b1b1d87f746acbffbed7d36a1698b 451432a1fa10417fbd37d09e7b1677aa - - default default] Added segment 1fc50301-7d3a-4e87-9049-13abad8eab65 of type vxlan for network d0d63dc6-401b-43a3-8bf0-e21ab0d087e2 [pid: 7|app: 0|req: 428/871] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:30:01 2026] GET /v2.0/subnets?id=576d5f47-d1e5-4c92-bbe6-339950bb000b => generated 701 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:01.696 8 INFO neutron.db.segments_db [None req-6b3bdddd-5fa0-4a65-a37c-0e1987d1ba84 e88b1b1d87f746acbffbed7d36a1698b 451432a1fa10417fbd37d09e7b1677aa - - default default] Added segment fad03654-c363-4ef2-b508-c9e3af603a11 of type vxlan for network dc750071-38fd-4e9a-ad0e-c356044e5fda [pid: 7|app: 0|req: 429/872] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:30:01 2026] GET /v2.0/ports?network_id=6a7fc189-13f8-4983-a53b-2ee6f66ade73&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/873] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:30:01 2026] GET /v2.0/networks/6a7fc189-13f8-4983-a53b-2ee6f66ade73?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/874] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:30:01 2026] POST /v2.0/networks => generated 1207 bytes in 686 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/875] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:01 2026] GET /v2.0/ports?device_id=71d4dc8f-2239-4b63-a0b9-7d63553e1ada => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/876] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:30:01 2026] GET /v2.0/networks/6a7fc189-13f8-4983-a53b-2ee6f66ade73?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/877] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:30:01 2026] GET /v2.0/security-groups?id=2dbd97bd-be94-47d0-ae34-902b8a6f8a3f&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/878] 10.0.0.98 () {32 vars in 648 bytes} [Tue Apr 14 07:30:01 2026] GET /v2.0/networks => generated 1844 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:30:02.067 8 INFO neutron.services.segments.plugin [-] Segment 1fc50301-7d3a-4e87-9049-13abad8eab65 resource provider aggregate not found 2026-04-14 07:30:02.074 8 INFO neutron.services.segments.plugin [-] Segment 1fc50301-7d3a-4e87-9049-13abad8eab65 resource provider aggregate not found 2026-04-14 07:30:02.098 8 INFO neutron.services.segments.plugin [-] Segment 1fc50301-7d3a-4e87-9049-13abad8eab65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fc50301-7d3a-4e87-9049-13abad8eab65 found for delete ", "request_id": "req-5f4aea07-9ac1-4946-a35d-7543d4f63fc7"}]} [pid: 8|app: 0|req: 447/879] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:01 2026] DELETE /v2.0/networks/d0d63dc6-401b-43a3-8bf0-e21ab0d087e2 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:02.102 8 INFO neutron.services.segments.plugin [-] Segment 1fc50301-7d3a-4e87-9049-13abad8eab65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fc50301-7d3a-4e87-9049-13abad8eab65 found for delete ", "request_id": "req-441dbd49-b715-4c63-976e-abd007726741"}]} 2026-04-14 07:30:02.243 7 INFO neutron.services.segments.plugin [-] Segment fad03654-c363-4ef2-b508-c9e3af603a11 resource provider aggregate not found 2026-04-14 07:30:02.249 7 INFO neutron.services.segments.plugin [-] Segment fad03654-c363-4ef2-b508-c9e3af603a11 resource provider aggregate not found 2026-04-14 07:30:02.261 7 INFO neutron.services.segments.plugin [-] Segment fad03654-c363-4ef2-b508-c9e3af603a11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fad03654-c363-4ef2-b508-c9e3af603a11 found for delete ", "request_id": "req-2234200d-f45c-46de-bc07-e946d2aab01b"}]} 2026-04-14 07:30:02.275 7 INFO neutron.services.segments.plugin [-] Segment fad03654-c363-4ef2-b508-c9e3af603a11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fad03654-c363-4ef2-b508-c9e3af603a11 found for delete ", "request_id": "req-79a9da2f-1a31-4227-aefc-d19e87d344d5"}]} [pid: 7|app: 0|req: 433/880] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:02 2026] DELETE /v2.0/networks/dc750071-38fd-4e9a-ad0e-c356044e5fda => 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: 448/881] 10.0.0.98 () {32 vars in 648 bytes} [Tue Apr 14 07:30:02 2026] GET /v2.0/networks => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:02.422 7 INFO neutron.db.segments_db [None req-acaf5ecd-02fa-424f-811a-61dd85dc2b06 e88b1b1d87f746acbffbed7d36a1698b 451432a1fa10417fbd37d09e7b1677aa - - default default] Added segment 0ed1bd59-f484-418c-8c71-c0dadce85127 of type vxlan for network 88e29fd2-4e8b-4ed5-82dc-eca35938adfb [pid: 7|app: 0|req: 434/882] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:30:02 2026] POST /v2.0/networks => generated 635 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:30:02.571 8 INFO neutron.db.segments_db [None req-328ff918-585a-4fb3-b75e-99dc97c2d618 e88b1b1d87f746acbffbed7d36a1698b 451432a1fa10417fbd37d09e7b1677aa - - default default] Added segment 9cb186c2-332e-416e-b981-cfc3b417ea44 of type vxlan for network d129c44b-5df1-4b81-a288-c9f38b6d2096 [pid: 8|app: 0|req: 449/883] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:30:02 2026] POST /v2.0/networks => generated 634 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/884] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:30:02 2026] GET /v2.0/ports?tenant_id=7e5f289f5720448cbbd1e052d106c3c9&device_id=f7e41e87-d961-43a1-b78d-5e849172307e => generated 1421 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/885] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:02 2026] GET /v2.0/ports?device_id=f7e41e87-d961-43a1-b78d-5e849172307e => generated 1152 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/886] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:30:02 2026] GET /v2.0/networks?id=6a7fc189-13f8-4983-a53b-2ee6f66ade73 => generated 779 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/887] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:02 2026] GET /v2.0/ports?device_id=71d4dc8f-2239-4b63-a0b9-7d63553e1ada => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/888] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:30:03 2026] GET /v2.0/security-groups?id=992c86de-7934-442c-a85c-88e5600a2ada&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/889] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Apr 14 07:30:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=702b5faf-9a10-4253-84f9-a339be022e5c => generated 861 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/890] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:30:03 2026] GET /v2.0/security-groups?id=2dbd97bd-be94-47d0-ae34-902b8a6f8a3f&fields=id&fields=name => generated 112 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/891] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Apr 14 07:30:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=702b5faf-9a10-4253-84f9-a339be022e5c => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/894] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:30:03 2026] GET /v2.0/subnets?id=576d5f47-d1e5-4c92-bbe6-339950bb000b => generated 701 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/895] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:30:03 2026] GET /v2.0/ports?network_id=6a7fc189-13f8-4983-a53b-2ee6f66ade73&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/896] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:03 2026] GET /v2.0/ports?device_id=71d4dc8f-2239-4b63-a0b9-7d63553e1ada => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/897] 10.0.0.98 () {34 vars in 664 bytes} [Tue Apr 14 07:30:02 2026] POST /v2.0/ports => generated 1506 bytes in 627 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: 463/898] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:30:03 2026] GET /v2.0/networks/6a7fc189-13f8-4983-a53b-2ee6f66ade73?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/899] 10.0.0.98 () {32 vars in 642 bytes} [Tue Apr 14 07:30:03 2026] GET /v2.0/ports => generated 1506 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/900] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:30:03 2026] GET /v2.0/networks/6a7fc189-13f8-4983-a53b-2ee6f66ade73?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-04-14 07:30:03.615 8 INFO neutron_taas.services.taas.taas_plugin [None req-a495e5f3-31b2-4ea0-b4db-07d57bf744b9 e88b1b1d87f746acbffbed7d36a1698b 451432a1fa10417fbd37d09e7b1677aa - - default default] TaaS: Handle Delete Port: 56e3bd7d-cffb-4396-b661-c59b101bd87a 2026-04-14 07:30:03.616 7 INFO neutron.db.l3_db [None req-a9f18bc9-bbcb-4068-8685-b6a11fd37874 2326c0f57a4c40d2a7909970090f19ce f88ba555424a4b4aa8514a33f9ce5102 - - default default] Floating IP b50f048b-47cb-4223-a1e9-d6452e635c14 associated. External IP: 10.96.250.216, port: df886390-f2a6-43b1-817f-ace620485d6a. 2026-04-14 07:30:03.618 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a495e5f3-31b2-4ea0-b4db-07d57bf744b9 e88b1b1d87f746acbffbed7d36a1698b 451432a1fa10417fbd37d09e7b1677aa - - default default] Tap Mirror: Handle Delete Port: 56e3bd7d-cffb-4396-b661-c59b101bd87a [pid: 8|app: 0|req: 466/901] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:30:03 2026] DELETE /v2.0/ports/56e3bd7d-cffb-4396-b661-c59b101bd87a => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:03.845 8 INFO neutron_taas.services.taas.taas_plugin [None req-b88929ad-9980-4861-bf61-14bb81a608e6 e88b1b1d87f746acbffbed7d36a1698b 451432a1fa10417fbd37d09e7b1677aa - - default default] TaaS: Handle Delete Port: 1f42f569-9c61-413e-8b35-db9f9a591ce8 2026-04-14 07:30:03.847 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b88929ad-9980-4861-bf61-14bb81a608e6 e88b1b1d87f746acbffbed7d36a1698b 451432a1fa10417fbd37d09e7b1677aa - - default default] Tap Mirror: Handle Delete Port: 1f42f569-9c61-413e-8b35-db9f9a591ce8 [pid: 8|app: 0|req: 467/902] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:30:03 2026] DELETE /v2.0/ports/1f42f569-9c61-413e-8b35-db9f9a591ce8 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/903] 10.0.0.98 () {32 vars in 642 bytes} [Tue Apr 14 07:30:03 2026] GET /v2.0/ports => 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: 436/904] 10.0.0.98 () {34 vars in 748 bytes} [Tue Apr 14 07:30:03 2026] PUT /v2.0/floatingips/b50f048b-47cb-4223-a1e9-d6452e635c14 => generated 855 bytes in 640 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:03.992 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a79e7499-4605-4aa2-998a-637c52e414d4'] response: {'name': 'network-changed', 'server_uuid': '71d4dc8f-2239-4b63-a0b9-7d63553e1ada', 'tag': 'df886390-f2a6-43b1-817f-ace620485d6a', 'status': 'completed', 'code': 200} 2026-04-14 07:30:04.012 8 INFO neutron.db.segments_db [None req-3b0e88f8-464a-4b17-b57f-9fb6c498c168 e88b1b1d87f746acbffbed7d36a1698b 451432a1fa10417fbd37d09e7b1677aa - - default default] Added segment 01fc2a26-f820-4f66-b4fc-ca9c722b4210 of type vxlan for network 120709ef-c6a0-42d2-ade7-b25557f2ab34 [pid: 7|app: 0|req: 437/905] 199.204.45.248 () {34 vars in 1118 bytes} [Tue Apr 14 07:30:03 2026] GET /v2.0/ports?device_id=f7e41e87-d961-43a1-b78d-5e849172307e&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.5 => generated 1152 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/906] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:04 2026] GET /v2.0/ports?device_id=71d4dc8f-2239-4b63-a0b9-7d63553e1ada => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/907] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:30:03 2026] POST /v2.0/networks => generated 635 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/908] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:30:04 2026] GET /v2.0/security-groups?id=2dbd97bd-be94-47d0-ae34-902b8a6f8a3f&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:04.222 8 INFO neutron.db.segments_db [None req-b2b7d36e-beeb-4ca1-b088-0aaeed4110bd e88b1b1d87f746acbffbed7d36a1698b 451432a1fa10417fbd37d09e7b1677aa - - default default] Added segment 7df60062-97ee-4ad8-9a81-ba87bea6f7b8 of type vxlan for network a13e1c86-efa6-4b2e-a829-11de92a31957 [pid: 8|app: 0|req: 471/909] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:30:04 2026] POST /v2.0/networks => generated 634 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/910] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:04 2026] GET /v2.0/ports?device_id=71d4dc8f-2239-4b63-a0b9-7d63553e1ada => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/911] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:30:04 2026] GET /v2.0/ports?tenant_id=f88ba555424a4b4aa8514a33f9ce5102&device_id=71d4dc8f-2239-4b63-a0b9-7d63553e1ada => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/912] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:30:04 2026] GET /v2.0/security-groups?id=2dbd97bd-be94-47d0-ae34-902b8a6f8a3f&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/913] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:30:04 2026] GET /v2.0/networks?id=dc009bbc-2e4d-421a-8c48-5dc6d7ba3fe1 => generated 765 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/914] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Apr 14 07:30:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=df886390-f2a6-43b1-817f-ace620485d6a => 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: 477/915] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:30:04 2026] GET /v2.0/subnets?id=7195e716-4a7b-4025-b441-2dc1f3bc0a0f => generated 687 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/916] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Apr 14 07:30:04 2026] PUT /v2.0/ports/702b5faf-9a10-4253-84f9-a339be022e5c => generated 972 bytes in 588 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/917] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:30:04 2026] GET /v2.0/ports?network_id=dc009bbc-2e4d-421a-8c48-5dc6d7ba3fe1&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 440/918] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:30:04 2026] GET /v2.0/networks/dc009bbc-2e4d-421a-8c48-5dc6d7ba3fe1?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/919] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:30:04 2026] GET /v2.0/networks/dc009bbc-2e4d-421a-8c48-5dc6d7ba3fe1?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: 442/920] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:30:05 2026] GET /v2.0/ports?tenant_id=7e5f289f5720448cbbd1e052d106c3c9&device_id=f7e41e87-d961-43a1-b78d-5e849172307e => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/921] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:04 2026] POST /v2.0/subnets => generated 1324 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/922] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:30:05 2026] GET /v2.0/networks?id=6a7fc189-13f8-4983-a53b-2ee6f66ade73 => generated 779 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/923] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Apr 14 07:30:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=702b5faf-9a10-4253-84f9-a339be022e5c => generated 861 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/924] 10.0.0.98 () {32 vars in 646 bytes} [Tue Apr 14 07:30:05 2026] GET /v2.0/subnets => generated 1960 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/925] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:30:05 2026] GET /v2.0/subnets?id=576d5f47-d1e5-4c92-bbe6-339950bb000b => generated 701 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/926] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:30:05 2026] GET /v2.0/ports?network_id=6a7fc189-13f8-4983-a53b-2ee6f66ade73&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: 481/927] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:05 2026] DELETE /v2.0/subnets/292ba9d5-92d2-4d10-a69e-f9acef17361c => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/928] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:30:05 2026] GET /v2.0/networks/6a7fc189-13f8-4983-a53b-2ee6f66ade73?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: 448/929] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:30:05 2026] GET /v2.0/networks/6a7fc189-13f8-4983-a53b-2ee6f66ade73?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: 482/930] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:05 2026] DELETE /v2.0/subnets/e911b704-74c3-44b8-ad64-4c4a31fb4a6f => 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: 449/931] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:05 2026] GET /v2.0/ports?device_id=71d4dc8f-2239-4b63-a0b9-7d63553e1ada => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/932] 10.0.0.98 () {32 vars in 646 bytes} [Tue Apr 14 07:30:05 2026] GET /v2.0/subnets => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/933] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:30:05 2026] GET /v2.0/security-groups?id=2dbd97bd-be94-47d0-ae34-902b8a6f8a3f&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:05.811 7 INFO neutron.services.segments.plugin [-] Segment 7df60062-97ee-4ad8-9a81-ba87bea6f7b8 resource provider aggregate not found 2026-04-14 07:30:05.813 7 INFO neutron.services.segments.plugin [-] Segment 7df60062-97ee-4ad8-9a81-ba87bea6f7b8 resource provider aggregate not found 2026-04-14 07:30:05.835 7 INFO neutron.services.segments.plugin [-] Segment 7df60062-97ee-4ad8-9a81-ba87bea6f7b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7df60062-97ee-4ad8-9a81-ba87bea6f7b8 found for delete ", "request_id": "req-fcb0280a-a995-4d6a-899b-34e288a34a61"}]} 2026-04-14 07:30:05.836 7 INFO neutron.services.segments.plugin [-] Segment 7df60062-97ee-4ad8-9a81-ba87bea6f7b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7df60062-97ee-4ad8-9a81-ba87bea6f7b8 found for delete ", "request_id": "req-0fe7594f-f280-45ed-9944-d270ed9ff618"}]} [pid: 7|app: 0|req: 450/934] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:05 2026] DELETE /v2.0/networks/a13e1c86-efa6-4b2e-a829-11de92a31957 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/935] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:05 2026] DELETE /v2.0/networks/120709ef-c6a0-42d2-ade7-b25557f2ab34 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:06.040 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2994a13d-6693-4d5a-bc92-2b01d4aa38e4'] response: {'name': 'network-changed', 'server_uuid': 'f7e41e87-d961-43a1-b78d-5e849172307e', 'tag': '702b5faf-9a10-4253-84f9-a339be022e5c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 485/936] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:30:05 2026] GET /v2.0/security-groups?tenant_id=5fd18af8e3f747269dfb87a4abbe4760&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/937] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:06 2026] DELETE /v2.0/networks/d129c44b-5df1-4b81-a288-c9f38b6d2096 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/938] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:06 2026] DELETE /v2.0/security-groups/161d71dd-1ef6-4f04-8d40-13b1d1842f49 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/939] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:06 2026] DELETE /v2.0/networks/88e29fd2-4e8b-4ed5-82dc-eca35938adfb => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/940] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:30:06 2026] GET /v2.0/security-groups?tenant_id=1daa3318379c472e8b3a937767e198fa&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/941] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:06 2026] GET /v2.0/ports?device_id=f7e41e87-d961-43a1-b78d-5e849172307e => 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: 454/942] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:06 2026] DELETE /v2.0/security-groups/72a85902-bbe7-4dfb-a308-b724315158c1 => 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: 489/943] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:30:06 2026] GET /v2.0/ports?tenant_id=7e5f289f5720448cbbd1e052d106c3c9&device_id=f7e41e87-d961-43a1-b78d-5e849172307e => 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: 455/944] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:30:06 2026] GET /v2.0/security-groups?id=992c86de-7934-442c-a85c-88e5600a2ada&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/945] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:30:06 2026] GET /v2.0/networks?id=6a7fc189-13f8-4983-a53b-2ee6f66ade73 => generated 779 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/946] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Apr 14 07:30:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=702b5faf-9a10-4253-84f9-a339be022e5c => generated 861 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/947] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:30:06 2026] GET /v2.0/subnets?id=576d5f47-d1e5-4c92-bbe6-339950bb000b => generated 701 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/948] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:30:06 2026] GET /v2.0/ports?network_id=6a7fc189-13f8-4983-a53b-2ee6f66ade73&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: 492/949] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:06 2026] GET /v2.0/ports?device_id=71d4dc8f-2239-4b63-a0b9-7d63553e1ada => 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: 458/950] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:30:06 2026] GET /v2.0/networks/6a7fc189-13f8-4983-a53b-2ee6f66ade73?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: 493/951] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:30:06 2026] GET /v2.0/security-groups?id=2dbd97bd-be94-47d0-ae34-902b8a6f8a3f&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/952] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:30:06 2026] GET /v2.0/networks/6a7fc189-13f8-4983-a53b-2ee6f66ade73?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: 494/953] 199.204.45.248 () {34 vars in 994 bytes} [Tue Apr 14 07:30:06 2026] GET /v2.0/ports?device_id=71d4dc8f-2239-4b63-a0b9-7d63553e1ada => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:07.087 8 INFO neutron_taas.services.taas.taas_plugin [req-5fddc948-f615-41c2-9332-286246f4b77e req-fbf5cc22-a63a-4115-aa09-2ced9d436686 2326c0f57a4c40d2a7909970090f19ce f88ba555424a4b4aa8514a33f9ce5102 - - default default] TaaS: Handle Delete Port: df886390-f2a6-43b1-817f-ace620485d6a 2026-04-14 07:30:07.091 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5fddc948-f615-41c2-9332-286246f4b77e req-fbf5cc22-a63a-4115-aa09-2ced9d436686 2326c0f57a4c40d2a7909970090f19ce f88ba555424a4b4aa8514a33f9ce5102 - - default default] Tap Mirror: Handle Delete Port: df886390-f2a6-43b1-817f-ace620485d6a [pid: 7|app: 0|req: 460/954] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:30:06 2026] GET /v2.0/security-groups?tenant_id=451432a1fa10417fbd37d09e7b1677aa&name=default => generated 2925 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/955] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:07 2026] DELETE /v2.0/security-groups/92fb3b17-bef8-4428-a330-3c5d5c986319 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:30:07.261 8 INFO neutron.db.l3_db [req-5fddc948-f615-41c2-9332-286246f4b77e req-fbf5cc22-a63a-4115-aa09-2ced9d436686 2326c0f57a4c40d2a7909970090f19ce f88ba555424a4b4aa8514a33f9ce5102 - - default default] Floating IP b50f048b-47cb-4223-a1e9-d6452e635c14 disassociated. External IP: 10.96.250.216, port: df886390-f2a6-43b1-817f-ace620485d6a. [pid: 8|app: 0|req: 495/956] 199.204.45.248 () {36 vars in 997 bytes} [Tue Apr 14 07:30:06 2026] DELETE /v2.0/ports/df886390-f2a6-43b1-817f-ace620485d6a => generated 0 bytes in 627 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:07.626 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-35931a20-7c8f-4fe2-a301-da64b34d1f05'] response: {'server_uuid': '71d4dc8f-2239-4b63-a0b9-7d63553e1ada', 'name': 'network-vif-deleted', 'tag': 'df886390-f2a6-43b1-817f-ace620485d6a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 462/957] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:07 2026] GET /v2.0/ports?device_id=f7e41e87-d961-43a1-b78d-5e849172307e => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/958] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:30:07 2026] GET /v2.0/security-groups?id=992c86de-7934-442c-a85c-88e5600a2ada&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-04-14 07:30:07.852 7 INFO neutron.services.segments.plugin [-] Segment 01fc2a26-f820-4f66-b4fc-ca9c722b4210 resource provider aggregate not found 2026-04-14 07:30:07.863 7 INFO neutron.services.segments.plugin [-] Segment 01fc2a26-f820-4f66-b4fc-ca9c722b4210 resource provider aggregate not found 2026-04-14 07:30:07.868 7 INFO neutron.services.segments.plugin [-] Segment 01fc2a26-f820-4f66-b4fc-ca9c722b4210 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01fc2a26-f820-4f66-b4fc-ca9c722b4210 found for delete ", "request_id": "req-d476fb9b-3afb-4629-beef-178517194566"}]} 2026-04-14 07:30:07.882 7 INFO neutron.services.segments.plugin [-] Segment 01fc2a26-f820-4f66-b4fc-ca9c722b4210 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01fc2a26-f820-4f66-b4fc-ca9c722b4210 found for delete ", "request_id": "req-5a3788b8-1b39-4fb4-8642-5563cf5ad1bf"}]} 2026-04-14 07:30:07.886 7 INFO neutron.services.segments.plugin [-] Segment 9cb186c2-332e-416e-b981-cfc3b417ea44 resource provider aggregate not found 2026-04-14 07:30:07.902 7 INFO neutron.services.segments.plugin [-] Segment 9cb186c2-332e-416e-b981-cfc3b417ea44 resource provider aggregate not found 2026-04-14 07:30:07.907 7 INFO neutron.services.segments.plugin [-] Segment 9cb186c2-332e-416e-b981-cfc3b417ea44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cb186c2-332e-416e-b981-cfc3b417ea44 found for delete ", "request_id": "req-c12f8fe1-248f-4eeb-b23b-43ff816adaa8"}]} 2026-04-14 07:30:07.921 7 INFO neutron.services.segments.plugin [-] Segment 9cb186c2-332e-416e-b981-cfc3b417ea44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cb186c2-332e-416e-b981-cfc3b417ea44 found for delete ", "request_id": "req-e75513fd-2bfd-409c-87a3-ebbbd226e289"}]} 2026-04-14 07:30:07.926 7 INFO neutron.services.segments.plugin [-] Segment 0ed1bd59-f484-418c-8c71-c0dadce85127 resource provider aggregate not found 2026-04-14 07:30:07.938 7 INFO neutron.services.segments.plugin [-] Segment 0ed1bd59-f484-418c-8c71-c0dadce85127 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ed1bd59-f484-418c-8c71-c0dadce85127 found for delete ", "request_id": "req-9062060b-1fdd-456b-a134-390184f1751b"}]} 2026-04-14 07:30:07.945 7 INFO neutron.services.segments.plugin [-] Segment 0ed1bd59-f484-418c-8c71-c0dadce85127 resource provider aggregate not found 2026-04-14 07:30:07.978 7 INFO neutron.services.segments.plugin [-] Segment 0ed1bd59-f484-418c-8c71-c0dadce85127 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ed1bd59-f484-418c-8c71-c0dadce85127 found for delete ", "request_id": "req-f319bad6-9487-419d-b336-d78576096b5f"}]} [pid: 7|app: 0|req: 463/959] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:07 2026] GET /v2.0/ports?device_id=71d4dc8f-2239-4b63-a0b9-7d63553e1ada => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:30:08.742 8 INFO neutron.db.segments_db [None req-5dfde11e-5c38-4318-a71f-aed0a00416cc 4f93f31b754f43a69632aa839708f9db ad9b8aa3495e478488043b52d53f388d - - default default] Added segment 064e4ab2-263e-4e4d-9a31-217c58cb3106 of type vxlan for network 3b3658f4-bbdf-4db4-bbb8-4246fe4870ec [pid: 8|app: 0|req: 497/960] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:30:08 2026] POST /v2.0/networks => generated 631 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/961] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:08 2026] GET /v2.0/ports?device_id=f7e41e87-d961-43a1-b78d-5e849172307e => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/962] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:30:08 2026] GET /v2.0/security-groups?id=992c86de-7934-442c-a85c-88e5600a2ada&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/963] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:08 2026] POST /v2.0/subnets => generated 627 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/964] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:09 2026] GET /v2.0/ports?device_id=71d4dc8f-2239-4b63-a0b9-7d63553e1ada => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:30:09.181 7 INFO neutron.db.segments_db [None req-cf03fd01-00ee-4a04-93c9-a1cae87fe684 4f93f31b754f43a69632aa839708f9db ad9b8aa3495e478488043b52d53f388d - - default default] Added segment af114b32-bcd0-4df5-ba05-a864b7bbd92c of type vxlan for network 07cf72b2-1b11-4d79-8f1b-3731b2b162b9 2026-04-14 07:30:09.230 8 INFO neutron.db.segments_db [None req-7c6c7f6f-c14d-460e-bd51-cb45e54cfbfb 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] Added segment b2d74ded-23bf-44ca-825a-5a386a2db7bc of type vxlan for network cc9186d1-b904-4720-a66f-7665a1fae029 [pid: 8|app: 0|req: 500/965] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:30:08 2026] POST /v2.0/networks => generated 609 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/966] 199.204.45.248 () {34 vars in 994 bytes} [Tue Apr 14 07:30:09 2026] GET /v2.0/ports?device_id=f7e41e87-d961-43a1-b78d-5e849172307e => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:09.423 8 INFO neutron.db.segments_db [None req-9a669381-6500-4d9f-bfce-7701da805e61 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] Added segment c04cb47e-5321-4e05-a504-f11a212a3633 of type vxlan for network 557216ea-5e67-4c01-ab22-837c1be1bd09 2026-04-14 07:30:09.433 7 INFO neutron.db.l3_hamode_db [None req-cf03fd01-00ee-4a04-93c9-a1cae87fe684 4f93f31b754f43a69632aa839708f9db ad9b8aa3495e478488043b52d53f388d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 502/967] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:30:09 2026] POST /v2.0/networks => generated 611 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:30:09.612 8 INFO neutron_taas.services.taas.taas_plugin [req-581542cf-60f7-4a63-812d-10476728cab1 req-d2f28cff-710f-4102-b99f-6c8542c66cc9 aa12f4aff27b4078ae926ec7779b3b5d 7e5f289f5720448cbbd1e052d106c3c9 - - default default] TaaS: Handle Delete Port: 702b5faf-9a10-4253-84f9-a339be022e5c 2026-04-14 07:30:09.616 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-581542cf-60f7-4a63-812d-10476728cab1 req-d2f28cff-710f-4102-b99f-6c8542c66cc9 aa12f4aff27b4078ae926ec7779b3b5d 7e5f289f5720448cbbd1e052d106c3c9 - - default default] Tap Mirror: Handle Delete Port: 702b5faf-9a10-4253-84f9-a339be022e5c 2026-04-14 07:30:09.741 8 INFO neutron.db.l3_db [req-581542cf-60f7-4a63-812d-10476728cab1 req-d2f28cff-710f-4102-b99f-6c8542c66cc9 aa12f4aff27b4078ae926ec7779b3b5d 7e5f289f5720448cbbd1e052d106c3c9 - - default default] Floating IP abea0d39-a997-4f1c-beb9-d9424e4018b7 disassociated. External IP: 10.96.250.213, port: 702b5faf-9a10-4253-84f9-a339be022e5c. [pid: 8|app: 0|req: 503/968] 199.204.45.248 () {36 vars in 997 bytes} [Tue Apr 14 07:30:09 2026] DELETE /v2.0/ports/702b5faf-9a10-4253-84f9-a339be022e5c => generated 0 bytes in 587 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:10.127 7 INFO neutron.db.l3_hamode_db [None req-cf03fd01-00ee-4a04-93c9-a1cae87fe684 4f93f31b754f43a69632aa839708f9db ad9b8aa3495e478488043b52d53f388d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:30:10.140 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-625eb1ea-917c-40ef-b6f0-59b9a7148e5d'] response: {'server_uuid': 'f7e41e87-d961-43a1-b78d-5e849172307e', 'name': 'network-vif-deleted', 'tag': '702b5faf-9a10-4253-84f9-a339be022e5c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 504/969] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:10 2026] POST /v2.0/subnets => generated 626 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/970] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:10 2026] GET /v2.0/ports?device_id=f7e41e87-d961-43a1-b78d-5e849172307e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/971] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:10 2026] GET /v2.0/ports?device_id=71d4dc8f-2239-4b63-a0b9-7d63553e1ada => 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: 507/972] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:10 2026] POST /v2.0/subnets => generated 626 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:30:10.642 8 INFO neutron.db.segments_db [None req-33177adb-470e-4bbb-a593-609af665456f 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] Added segment fb7d94fb-d3cd-447a-8ac2-d939287ab0d5 of type vxlan for network 1936c1a6-515f-476a-9fa1-b1e7f0278074 2026-04-14 07:30:10.883 8 INFO neutron.db.l3_hamode_db [None req-33177adb-470e-4bbb-a593-609af665456f 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 466/973] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:09 2026] POST /v2.0/routers => generated 694 bytes in 1831 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:30:11.036 8 INFO neutron.db.l3_hamode_db [None req-33177adb-470e-4bbb-a593-609af665456f 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 508/974] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:10 2026] POST /v2.0/routers => generated 507 bytes in 991 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/975] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:11 2026] GET /v2.0/ports?device_id=f7e41e87-d961-43a1-b78d-5e849172307e => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/976] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:11 2026] GET /v2.0/ports?device_id=71d4dc8f-2239-4b63-a0b9-7d63553e1ada => 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: 467/977] 10.0.0.98 () {34 vars in 782 bytes} [Tue Apr 14 07:30:10 2026] PUT /v2.0/routers/affafc5e-a4ce-4d67-95d3-647eefd823bd/add_router_interface => generated 309 bytes in 1168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/978] 10.0.0.98 () {34 vars in 664 bytes} [Tue Apr 14 07:30:12 2026] POST /v2.0/ports => generated 955 bytes in 351 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: 511/979] 10.0.0.98 () {34 vars in 782 bytes} [Tue Apr 14 07:30:11 2026] PUT /v2.0/routers/b9f9c053-7b99-4631-9305-48da718552ab/add_router_interface => generated 309 bytes in 1110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/980] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:12 2026] GET /v2.0/ports?device_id=f7e41e87-d961-43a1-b78d-5e849172307e => 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: 469/981] 10.0.0.98 () {34 vars in 664 bytes} [Tue Apr 14 07:30:12 2026] POST /v2.0/ports => generated 954 bytes in 331 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: 513/982] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:12 2026] DELETE /v2.0/security-groups/2dbd97bd-be94-47d0-ae34-902b8a6f8a3f => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/983] 10.0.0.98 () {32 vars in 716 bytes} [Tue Apr 14 07:30:12 2026] GET /v2.0/ports/37b233af-f530-414a-ab58-d80bead1ef0e => generated 955 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:12.914 7 INFO neutron.api.v2.resource [None req-3b9fc13c-2065-4048-8bc5-026c2e775bc8 2326c0f57a4c40d2a7909970090f19ce f88ba555424a4b4aa8514a33f9ce5102 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 471/984] 10.0.0.98 () {32 vars in 736 bytes} [Tue Apr 14 07:30:12 2026] GET /v2.0/security-groups/2dbd97bd-be94-47d0-ae34-902b8a6f8a3f => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:30:13.568 8 INFO neutron.db.l3_db [None req-a30e0a6f-3695-4013-b8bf-dfc36d3a5286 4f93f31b754f43a69632aa839708f9db ad9b8aa3495e478488043b52d53f388d - - default default] Floating IP 852b1b18-dd15-4c00-a9a5-7bbcda442e9f associated. External IP: 10.96.250.209, port: d4e26e20-9b41-4494-858c-4c0efa7be14c. [pid: 8|app: 0|req: 514/985] 10.0.0.98 () {34 vars in 676 bytes} [Tue Apr 14 07:30:12 2026] POST /v2.0/floatingips => generated 841 bytes in 1030 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/986] 10.0.0.98 () {34 vars in 782 bytes} [Tue Apr 14 07:30:12 2026] PUT /v2.0/routers/b9f9c053-7b99-4631-9305-48da718552ab/add_router_interface => generated 309 bytes in 1036 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:14.002 8 INFO neutron_taas.services.taas.taas_plugin [None req-ec83866a-24ef-4dfa-9cb3-695d2e7b33b6 2326c0f57a4c40d2a7909970090f19ce f88ba555424a4b4aa8514a33f9ce5102 - - default default] TaaS: Handle Delete Port: 78259bb9-91d1-4491-9ca8-96ff362ddb2b 2026-04-14 07:30:14.006 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec83866a-24ef-4dfa-9cb3-695d2e7b33b6 2326c0f57a4c40d2a7909970090f19ce f88ba555424a4b4aa8514a33f9ce5102 - - default default] Tap Mirror: Handle Delete Port: 78259bb9-91d1-4491-9ca8-96ff362ddb2b [pid: 7|app: 0|req: 473/987] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:13 2026] DELETE /v2.0/security-groups/992c86de-7934-442c-a85c-88e5600a2ada => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:30:14.153 7 INFO neutron.db.l3_db [None req-1184a6dc-c76f-41e3-b888-de42a2e2d676 4f93f31b754f43a69632aa839708f9db ad9b8aa3495e478488043b52d53f388d - - default default] Floating IP 852b1b18-dd15-4c00-a9a5-7bbcda442e9f disassociated. External IP: 10.96.250.209, port: d4e26e20-9b41-4494-858c-4c0efa7be14c. [pid: 8|app: 0|req: 515/988] 10.0.0.98 () {32 vars in 731 bytes} [Tue Apr 14 07:30:13 2026] DELETE /v2.0/floatingips/b50f048b-47cb-4223-a1e9-d6452e635c14 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/989] 10.0.0.98 () {32 vars in 716 bytes} [Tue Apr 14 07:30:14 2026] GET /v2.0/ports/7b6f614a-dcf1-453e-9437-b4dac004a288 => generated 955 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:14.195 8 INFO neutron.api.v2.resource [None req-7be8c6bc-9811-40fe-8e31-8ed99f1122ea aa12f4aff27b4078ae926ec7779b3b5d 7e5f289f5720448cbbd1e052d106c3c9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 517/990] 10.0.0.98 () {32 vars in 736 bytes} [Tue Apr 14 07:30:14 2026] GET /v2.0/security-groups/992c86de-7934-442c-a85c-88e5600a2ada => generated 146 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/991] 10.0.0.98 () {34 vars in 748 bytes} [Tue Apr 14 07:30:14 2026] PUT /v2.0/floatingips/852b1b18-dd15-4c00-a9a5-7bbcda442e9f => generated 552 bytes in 431 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:14.549 8 INFO neutron_taas.services.taas.taas_plugin [None req-f782d5ef-171b-4aae-a41e-126fda5dfb3b fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: c7c2b2ff-b9a8-4b98-874f-32680683051f 2026-04-14 07:30:14.554 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f782d5ef-171b-4aae-a41e-126fda5dfb3b fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: c7c2b2ff-b9a8-4b98-874f-32680683051f 2026-04-14 07:30:14.828 7 INFO neutron_taas.services.taas.taas_plugin [None req-03a11ea8-78ae-4973-bfdd-619ace3ed465 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] TaaS: Handle Delete Port: 7b6f614a-dcf1-453e-9437-b4dac004a288 2026-04-14 07:30:14.832 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03a11ea8-78ae-4973-bfdd-619ace3ed465 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] Tap Mirror: Handle Delete Port: 7b6f614a-dcf1-453e-9437-b4dac004a288 [pid: 8|app: 0|req: 518/992] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:30:14 2026] PUT /v2.0/routers/38c39fb1-aa65-4a04-b645-88ce4e5be12d/remove_router_interface => generated 309 bytes in 937 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:15.231 8 INFO neutron_taas.services.taas.taas_plugin [None req-317887f6-6f66-4211-8d50-7133f7c5053e aa12f4aff27b4078ae926ec7779b3b5d 7e5f289f5720448cbbd1e052d106c3c9 - - default default] TaaS: Handle Delete Port: 534267b8-eb89-4ab5-8ca6-c4ca138713bb 2026-04-14 07:30:15.235 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-317887f6-6f66-4211-8d50-7133f7c5053e aa12f4aff27b4078ae926ec7779b3b5d 7e5f289f5720448cbbd1e052d106c3c9 - - default default] Tap Mirror: Handle Delete Port: 534267b8-eb89-4ab5-8ca6-c4ca138713bb [pid: 7|app: 0|req: 475/993] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:30:14 2026] PUT /v2.0/routers/b9f9c053-7b99-4631-9305-48da718552ab/remove_router_interface => generated 309 bytes in 777 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:15.360 7 INFO neutron_taas.services.taas.taas_plugin [None req-dee8be88-2c91-4b5d-88ec-0c26362857c7 4f93f31b754f43a69632aa839708f9db ad9b8aa3495e478488043b52d53f388d - - default default] TaaS: Handle Delete Port: 40a3013c-a002-4f91-8b72-3747dcfd6366 2026-04-14 07:30:15.363 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dee8be88-2c91-4b5d-88ec-0c26362857c7 4f93f31b754f43a69632aa839708f9db ad9b8aa3495e478488043b52d53f388d - - default default] Tap Mirror: Handle Delete Port: 40a3013c-a002-4f91-8b72-3747dcfd6366 [pid: 8|app: 0|req: 519/994] 10.0.0.98 () {32 vars in 731 bytes} [Tue Apr 14 07:30:15 2026] DELETE /v2.0/floatingips/abea0d39-a997-4f1c-beb9-d9424e4018b7 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/995] 10.0.0.98 () {32 vars in 731 bytes} [Tue Apr 14 07:30:15 2026] DELETE /v2.0/floatingips/852b1b18-dd15-4c00-a9a5-7bbcda442e9f => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:30:15.599 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf22d8e9-2d85-4d8b-8dd3-78a36bf99f18 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 3babf1a7-be91-42fb-8724-04362d901572 2026-04-14 07:30:15.602 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf22d8e9-2d85-4d8b-8dd3-78a36bf99f18 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 3babf1a7-be91-42fb-8724-04362d901572 2026-04-14 07:30:15.854 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf22d8e9-2d85-4d8b-8dd3-78a36bf99f18 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: db543263-9334-46cf-95d1-895e68b9104b 2026-04-14 07:30:15.857 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf22d8e9-2d85-4d8b-8dd3-78a36bf99f18 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: db543263-9334-46cf-95d1-895e68b9104b 2026-04-14 07:30:15.893 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8b48da5-fe4b-4738-817c-fed3af913f2d 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] TaaS: Handle Delete Port: 37b233af-f530-414a-ab58-d80bead1ef0e 2026-04-14 07:30:15.896 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8b48da5-fe4b-4738-817c-fed3af913f2d 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] Tap Mirror: Handle Delete Port: 37b233af-f530-414a-ab58-d80bead1ef0e 2026-04-14 07:30:16.177 8 INFO neutron.services.segments.plugin [-] Segment 227783b5-02fb-48a7-a6eb-2cdb1acbfbe4 resource provider aggregate not found 2026-04-14 07:30:16.187 8 INFO neutron.services.segments.plugin [-] Segment 227783b5-02fb-48a7-a6eb-2cdb1acbfbe4 resource provider aggregate not found 2026-04-14 07:30:16.195 8 INFO neutron.services.segments.plugin [-] Segment 227783b5-02fb-48a7-a6eb-2cdb1acbfbe4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 227783b5-02fb-48a7-a6eb-2cdb1acbfbe4 found for delete ", "request_id": "req-91f232b2-2c2d-416f-bed9-10c6f0239315"}]} 2026-04-14 07:30:16.206 8 INFO neutron.services.segments.plugin [-] Segment 227783b5-02fb-48a7-a6eb-2cdb1acbfbe4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 227783b5-02fb-48a7-a6eb-2cdb1acbfbe4 found for delete ", "request_id": "req-cd8ee60b-830f-4ad9-bf6a-1e68802c62da"}]} 2026-04-14 07:30:16.212 8 INFO neutron.db.l3_hamode_db [None req-cf22d8e9-2d85-4d8b-8dd3-78a36bf99f18 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] HA network 5f3f8aa9-b12b-4df8-9a44-7aad4a928b1a was deleted as no HA routers are present in tenant f88ba555424a4b4aa8514a33f9ce5102. [pid: 8|app: 0|req: 520/996] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:15 2026] DELETE /v2.0/routers/38c39fb1-aa65-4a04-b645-88ce4e5be12d => generated 0 bytes in 820 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/997] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:30:15 2026] PUT /v2.0/routers/b9f9c053-7b99-4631-9305-48da718552ab/remove_router_interface => generated 309 bytes in 828 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:16.589 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f7d40fc-0956-4c24-8f62-8a0e765366a5 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 8f6bd78c-5baf-4be0-a03d-c625e07fa22e 2026-04-14 07:30:16.591 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f7d40fc-0956-4c24-8f62-8a0e765366a5 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 8f6bd78c-5baf-4be0-a03d-c625e07fa22e [pid: 8|app: 0|req: 521/998] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:30:16 2026] PUT /v2.0/routers/e95d5a6a-86a7-4bc4-99c7-a87ce8d06747/remove_router_interface => generated 309 bytes in 893 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:17.447 7 INFO neutron.db.l3_db [None req-adca148b-0c1b-4c8f-afe0-c07d9302af06 4f93f31b754f43a69632aa839708f9db ad9b8aa3495e478488043b52d53f388d - - default default] Floating IP b0e82851-6ac9-41da-8e1f-c752d1c173fc associated. External IP: 10.96.250.213, port: 9ec19603-3a93-401a-916e-800106536875. [pid: 8|app: 0|req: 522/999] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:17 2026] DELETE /v2.0/subnets/7195e716-4a7b-4025-b441-2dc1f3bc0a0f => generated 0 bytes in 554 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1000] 10.0.0.98 () {32 vars in 735 bytes} [Tue Apr 14 07:30:17 2026] GET /v2.0/ports?device_id=b9f9c053-7b99-4631-9305-48da718552ab => 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: 478/1001] 10.0.0.98 () {34 vars in 676 bytes} [Tue Apr 14 07:30:16 2026] POST /v2.0/floatingips => generated 842 bytes in 1399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:30:17.833 8 INFO neutron_taas.services.taas.taas_plugin [None req-9f989ba8-1173-47fa-b185-49e1a5cde3b0 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 3da91616-15a5-4c5a-84d3-823cee47fd27 2026-04-14 07:30:17.836 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f989ba8-1173-47fa-b185-49e1a5cde3b0 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 3da91616-15a5-4c5a-84d3-823cee47fd27 2026-04-14 07:30:17.869 7 INFO neutron_taas.services.taas.taas_plugin [None req-5576f183-6a54-4675-a687-82b0b81722e4 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 801754ba-b835-414e-bef3-16b31e07131c 2026-04-14 07:30:17.872 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5576f183-6a54-4675-a687-82b0b81722e4 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 801754ba-b835-414e-bef3-16b31e07131c 2026-04-14 07:30:18.052 7 INFO neutron.services.segments.plugin [-] Segment 20eb6d95-8d58-4657-9107-65dfd0e6b649 resource provider aggregate not found 2026-04-14 07:30:18.061 7 INFO neutron.services.segments.plugin [-] Segment 20eb6d95-8d58-4657-9107-65dfd0e6b649 resource provider aggregate not found 2026-04-14 07:30:18.067 7 INFO neutron.services.segments.plugin [-] Segment 20eb6d95-8d58-4657-9107-65dfd0e6b649 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20eb6d95-8d58-4657-9107-65dfd0e6b649 found for delete ", "request_id": "req-f7f97670-84c8-48a4-a8d9-c8386168f477"}]} 2026-04-14 07:30:18.075 7 INFO neutron.services.segments.plugin [-] Segment 20eb6d95-8d58-4657-9107-65dfd0e6b649 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20eb6d95-8d58-4657-9107-65dfd0e6b649 found for delete ", "request_id": "req-f248c315-b71e-423d-bb0a-ab64391802c1"}]} [pid: 7|app: 0|req: 479/1002] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:17 2026] DELETE /v2.0/networks/dc009bbc-2e4d-421a-8c48-5dc6d7ba3fe1 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:18.099 8 INFO neutron_taas.services.taas.taas_plugin [None req-9f989ba8-1173-47fa-b185-49e1a5cde3b0 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: b04c9807-b4a0-4cd7-a52e-ec731ad8e7f5 2026-04-14 07:30:18.103 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f989ba8-1173-47fa-b185-49e1a5cde3b0 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: b04c9807-b4a0-4cd7-a52e-ec731ad8e7f5 2026-04-14 07:30:18.265 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae53bdf7-0456-4c74-a5df-489ed08479f1 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] TaaS: Handle Delete Port: 695bc9c2-bfb0-4e60-b061-1fce1d9fd6fb 2026-04-14 07:30:18.268 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae53bdf7-0456-4c74-a5df-489ed08479f1 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] Tap Mirror: Handle Delete Port: 695bc9c2-bfb0-4e60-b061-1fce1d9fd6fb 2026-04-14 07:30:18.463 8 INFO neutron.services.segments.plugin [-] Segment c8160971-4020-4b3d-95bc-0c2c5176e0cc resource provider aggregate not found 2026-04-14 07:30:18.464 8 INFO neutron.services.segments.plugin [-] Segment c8160971-4020-4b3d-95bc-0c2c5176e0cc resource provider aggregate not found 2026-04-14 07:30:18.483 8 INFO neutron.services.segments.plugin [-] Segment c8160971-4020-4b3d-95bc-0c2c5176e0cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8160971-4020-4b3d-95bc-0c2c5176e0cc found for delete ", "request_id": "req-420bcb72-d010-43c4-b202-d8d977b68290"}]} 2026-04-14 07:30:18.483 8 INFO neutron.services.segments.plugin [-] Segment c8160971-4020-4b3d-95bc-0c2c5176e0cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8160971-4020-4b3d-95bc-0c2c5176e0cc found for delete ", "request_id": "req-bdd5a4e9-76bf-48d8-b7bc-c8fb0a223bac"}]} 2026-04-14 07:30:18.490 8 INFO neutron.db.l3_hamode_db [None req-9f989ba8-1173-47fa-b185-49e1a5cde3b0 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] HA network 31163a47-6715-484f-8734-818442f05504 was deleted as no HA routers are present in tenant 7e5f289f5720448cbbd1e052d106c3c9. [pid: 8|app: 0|req: 524/1003] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:17 2026] DELETE /v2.0/routers/e95d5a6a-86a7-4bc4-99c7-a87ce8d06747 => generated 0 bytes in 819 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1004] 10.0.0.98 () {32 vars in 728 bytes} [Tue Apr 14 07:30:18 2026] GET /v2.0/floatingips/b0e82851-6ac9-41da-8e1f-c752d1c173fc => generated 842 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1007] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:30:18 2026] GET /v2.0/security-groups?tenant_id=f88ba555424a4b4aa8514a33f9ce5102&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:30:18.610 7 INFO neutron.db.l3_hamode_db [None req-ae53bdf7-0456-4c74-a5df-489ed08479f1 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] HA network 1936c1a6-515f-476a-9fa1-b1e7f0278074 was deleted as no HA routers are present in tenant f1ba5d0788354d1985f9eab531e70f7c. [pid: 7|app: 0|req: 480/1008] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:18 2026] DELETE /v2.0/routers/b9f9c053-7b99-4631-9305-48da718552ab => generated 0 bytes in 535 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/1009] 10.0.0.98 () {32 vars in 654 bytes} [Tue Apr 14 07:30:18 2026] GET /v2.0/floatingips => generated 845 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1010] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:18 2026] DELETE /v2.0/subnets/576d5f47-d1e5-4c92-bbe6-339950bb000b => 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: 482/1011] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:18 2026] DELETE /v2.0/security-groups/c6d2f652-c869-4895-ae03-45701b08eb83 => 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: 530/1012] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:18 2026] DELETE /v2.0/subnets/5a4052ef-3807-4852-9f8d-bf1a24391ff2 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:18.942 8 INFO neutron_taas.services.taas.taas_plugin [None req-53888e49-0989-4f94-b6aa-852883275c64 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 9d4fe274-906a-4104-8cff-1c4c71c7328a 2026-04-14 07:30:18.944 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53888e49-0989-4f94-b6aa-852883275c64 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 9d4fe274-906a-4104-8cff-1c4c71c7328a 2026-04-14 07:30:19.152 7 INFO neutron.db.l3_db [None req-a79961b5-effa-40b2-90b2-0b592ac6f864 4f93f31b754f43a69632aa839708f9db ad9b8aa3495e478488043b52d53f388d - - default default] Floating IP b0e82851-6ac9-41da-8e1f-c752d1c173fc associated. External IP: 10.96.250.213, port: 9ec19603-3a93-401a-916e-800106536875. [pid: 8|app: 0|req: 531/1013] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:18 2026] DELETE /v2.0/networks/6a7fc189-13f8-4983-a53b-2ee6f66ade73 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1014] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:19 2026] DELETE /v2.0/subnets/4bb7069d-7447-4c2a-a11f-7549b190d804 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:19.454 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b5b269c-2c17-4f0e-92ff-e5344eddcb7c 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] TaaS: Handle Delete Port: 86a94eff-585d-4d25-b0f2-a0c9840cf0fd 2026-04-14 07:30:19.457 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b5b269c-2c17-4f0e-92ff-e5344eddcb7c 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] Tap Mirror: Handle Delete Port: 86a94eff-585d-4d25-b0f2-a0c9840cf0fd [pid: 8|app: 0|req: 533/1015] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:19 2026] DELETE /v2.0/networks/557216ea-5e67-4c01-ab22-837c1be1bd09 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1016] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:30:19 2026] GET /v2.0/security-groups?tenant_id=7e5f289f5720448cbbd1e052d106c3c9&name=default => generated 2925 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:30:19.693 8 INFO neutron_taas.services.taas.taas_plugin [None req-a4982b59-80cd-47b5-ae56-93a412bae198 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] TaaS: Handle Delete Port: 19f26eb6-7be4-42ae-8245-d33046f313b9 2026-04-14 07:30:19.695 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4982b59-80cd-47b5-ae56-93a412bae198 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] Tap Mirror: Handle Delete Port: 19f26eb6-7be4-42ae-8245-d33046f313b9 [pid: 7|app: 0|req: 483/1017] 10.0.0.98 () {34 vars in 748 bytes} [Tue Apr 14 07:30:18 2026] PUT /v2.0/floatingips/b0e82851-6ac9-41da-8e1f-c752d1c173fc => generated 841 bytes in 1025 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1018] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:19 2026] DELETE /v2.0/networks/cc9186d1-b904-4720-a66f-7665a1fae029 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/1019] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:19 2026] DELETE /v2.0/security-groups/85c4fc7e-3df5-4838-ad56-4ba8ec78441c => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:30:19.943 7 INFO neutron.db.segments_db [None req-9587663d-3483-4062-a2e5-f7380022ffd8 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] Added segment e3278f2d-b9e8-476f-95e2-9da59ae0d942 of type vxlan for network cc07c2bd-c8f9-4c26-8f9b-320ed6889cc9 2026-04-14 07:30:19.944 8 INFO neutron.db.l3_db [None req-7bd7f99f-6ded-4ffc-991b-bae8d26b717d 4f93f31b754f43a69632aa839708f9db ad9b8aa3495e478488043b52d53f388d - - default default] Floating IP b0e82851-6ac9-41da-8e1f-c752d1c173fc disassociated. External IP: 10.96.250.213, port: d4e26e20-9b41-4494-858c-4c0efa7be14c. [pid: 7|app: 0|req: 485/1020] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:30:19 2026] POST /v2.0/networks => generated 610 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:30:20.087 7 INFO neutron.services.segments.plugin [-] Segment fb7d94fb-d3cd-447a-8ac2-d939287ab0d5 resource provider aggregate not found 2026-04-14 07:30:20.103 7 INFO neutron.services.segments.plugin [-] Segment fb7d94fb-d3cd-447a-8ac2-d939287ab0d5 resource provider aggregate not found 2026-04-14 07:30:20.119 7 INFO neutron.services.segments.plugin [-] Segment fb7d94fb-d3cd-447a-8ac2-d939287ab0d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb7d94fb-d3cd-447a-8ac2-d939287ab0d5 found for delete ", "request_id": "req-c9cd4a27-0fa8-4d0b-af53-8f6576bcef55"}]} 2026-04-14 07:30:20.120 7 INFO neutron.services.segments.plugin [-] Segment fb7d94fb-d3cd-447a-8ac2-d939287ab0d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb7d94fb-d3cd-447a-8ac2-d939287ab0d5 found for delete ", "request_id": "req-c4b10429-e7d4-4abb-a7dc-3b6d003316ef"}]} [pid: 8|app: 0|req: 536/1021] 10.0.0.98 () {34 vars in 748 bytes} [Tue Apr 14 07:30:19 2026] PUT /v2.0/floatingips/b0e82851-6ac9-41da-8e1f-c752d1c173fc => generated 552 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1022] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:20 2026] POST /v2.0/subnets => generated 626 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:30:20.318 7 INFO neutron.db.segments_db [None req-7f773a0f-a415-4ac8-bc5a-8c7779cdffa6 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] Added segment c2975297-eb28-44a2-a4fa-8a06f514bfa8 of type vxlan for network 3dbade4f-b4d6-48c9-9f9e-e9c2a8b9f942 2026-04-14 07:30:20.369 8 INFO neutron_taas.services.taas.taas_plugin [None req-5af1cbe3-9fe6-4cd9-be19-b5bdc105137e 4f93f31b754f43a69632aa839708f9db ad9b8aa3495e478488043b52d53f388d - - default default] TaaS: Handle Delete Port: 818a4e8d-c246-417c-9812-98b2ccb18fc6 2026-04-14 07:30:20.372 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5af1cbe3-9fe6-4cd9-be19-b5bdc105137e 4f93f31b754f43a69632aa839708f9db ad9b8aa3495e478488043b52d53f388d - - default default] Tap Mirror: Handle Delete Port: 818a4e8d-c246-417c-9812-98b2ccb18fc6 2026-04-14 07:30:20.512 8 INFO neutron.services.segments.plugin [-] Segment 466c60e8-d04b-4750-a7b3-e2cd1ab35f2e resource provider aggregate not found 2026-04-14 07:30:20.516 8 INFO neutron.services.segments.plugin [-] Segment 466c60e8-d04b-4750-a7b3-e2cd1ab35f2e resource provider aggregate not found 2026-04-14 07:30:20.536 8 INFO neutron.services.segments.plugin [-] Segment 466c60e8-d04b-4750-a7b3-e2cd1ab35f2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 466c60e8-d04b-4750-a7b3-e2cd1ab35f2e found for delete ", "request_id": "req-e1285259-829b-4aea-a8ad-deb505adec43"}]} 2026-04-14 07:30:20.539 8 INFO neutron.services.segments.plugin [-] Segment 466c60e8-d04b-4750-a7b3-e2cd1ab35f2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 466c60e8-d04b-4750-a7b3-e2cd1ab35f2e found for delete ", "request_id": "req-a627d7d0-d324-409f-95cb-a62b26e03e33"}]} 2026-04-14 07:30:20.557 8 INFO neutron.services.segments.plugin [-] Segment c04cb47e-5321-4e05-a504-f11a212a3633 resource provider aggregate not found 2026-04-14 07:30:20.567 8 INFO neutron.services.segments.plugin [-] Segment c04cb47e-5321-4e05-a504-f11a212a3633 resource provider aggregate not found 2026-04-14 07:30:20.578 8 INFO neutron.services.segments.plugin [-] Segment c04cb47e-5321-4e05-a504-f11a212a3633 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c04cb47e-5321-4e05-a504-f11a212a3633 found for delete ", "request_id": "req-5399192b-df4c-4ae0-b1b0-02bf985f6e73"}]} [pid: 8|app: 0|req: 537/1023] 10.0.0.98 () {32 vars in 731 bytes} [Tue Apr 14 07:30:20 2026] DELETE /v2.0/floatingips/b0e82851-6ac9-41da-8e1f-c752d1c173fc => generated 0 bytes in 325 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:30:20.594 8 INFO neutron.services.segments.plugin [-] Segment c04cb47e-5321-4e05-a504-f11a212a3633 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c04cb47e-5321-4e05-a504-f11a212a3633 found for delete ", "request_id": "req-5546e9b5-474c-4a86-91b8-ac0508c9838a"}]} 2026-04-14 07:30:20.598 7 INFO neutron.db.l3_hamode_db [None req-7f773a0f-a415-4ac8-bc5a-8c7779cdffa6 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:30:20.595 8 INFO neutron.services.segments.plugin [-] Segment b2d74ded-23bf-44ca-825a-5a386a2db7bc resource provider aggregate not found 2026-04-14 07:30:20.617 8 INFO neutron.services.segments.plugin [-] Segment b2d74ded-23bf-44ca-825a-5a386a2db7bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2d74ded-23bf-44ca-825a-5a386a2db7bc found for delete ", "request_id": "req-ce9f4738-aeaa-4c9e-90bf-afbb06ef5364"}]} 2026-04-14 07:30:20.618 8 INFO neutron.services.segments.plugin [-] Segment b2d74ded-23bf-44ca-825a-5a386a2db7bc resource provider aggregate not found 2026-04-14 07:30:20.646 8 INFO neutron.services.segments.plugin [-] Segment b2d74ded-23bf-44ca-825a-5a386a2db7bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2d74ded-23bf-44ca-825a-5a386a2db7bc found for delete ", "request_id": "req-87d78c87-6c02-439d-999a-8e97cefa5c04"}]} 2026-04-14 07:30:20.747 7 INFO neutron.db.l3_hamode_db [None req-7f773a0f-a415-4ac8-bc5a-8c7779cdffa6 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:30:20.847 8 INFO neutron.db.segments_db [None req-cf28eae8-fa78-432f-9c6e-cb57053300dc fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Added segment 38dbcab0-dacc-416f-81eb-b1479b3ba961 of type vxlan for network 43228c6d-730e-4169-a1c0-b624c362ff25 [pid: 8|app: 0|req: 538/1024] 10.0.0.98 () {34 vars in 670 bytes} [Tue Apr 14 07:30:20 2026] POST /v2.0/networks => generated 725 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:30:20.944 8 INFO neutron.api.v2.resource [None req-057a6bb5-2875-475f-a5d9-76a41a1efecf 4f93f31b754f43a69632aa839708f9db ad9b8aa3495e478488043b52d53f388d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 539/1025] 10.0.0.98 () {32 vars in 731 bytes} [Tue Apr 14 07:30:20 2026] DELETE /v2.0/floatingips/b0e82851-6ac9-41da-8e1f-c752d1c173fc => generated 144 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1026] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:20 2026] POST /v2.0/subnets => generated 691 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:30:21.229 8 INFO neutron_taas.services.taas.taas_plugin [None req-215a8bc7-038e-4ad1-84f3-fc8c090671ff 4f93f31b754f43a69632aa839708f9db ad9b8aa3495e478488043b52d53f388d - - default default] TaaS: Handle Delete Port: d4e26e20-9b41-4494-858c-4c0efa7be14c 2026-04-14 07:30:21.232 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-215a8bc7-038e-4ad1-84f3-fc8c090671ff 4f93f31b754f43a69632aa839708f9db ad9b8aa3495e478488043b52d53f388d - - default default] Tap Mirror: Handle Delete Port: d4e26e20-9b41-4494-858c-4c0efa7be14c [pid: 7|app: 0|req: 487/1027] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:20 2026] POST /v2.0/routers => generated 507 bytes in 1037 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:30:21.352 7 INFO neutron.db.segments_db [None req-0c765c28-2bc8-45ad-a5ca-81cb2082dd8b fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Added segment 4d490a70-2919-4743-904e-6c0ad60f2ba1 of type vxlan for network dc686e4c-f1c9-4ac1-968a-173f29c977c7 [pid: 8|app: 0|req: 541/1028] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:30:21 2026] DELETE /v2.0/ports/d4e26e20-9b41-4494-858c-4c0efa7be14c => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:21.568 7 INFO neutron.db.l3_hamode_db [None req-0c765c28-2bc8-45ad-a5ca-81cb2082dd8b fabda60f389348818449bb13b2470fba 1b56db3af9a440059e4b68e2e3f9a927 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 542/1029] 10.0.0.98 () {34 vars in 664 bytes} [Tue Apr 14 07:30:21 2026] POST /v2.0/ports => generated 950 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 07:30:21.866 8 INFO neutron_taas.services.taas.taas_plugin [None req-212a53d9-1ef8-4f18-bf5b-00aaade321f7 4f93f31b754f43a69632aa839708f9db ad9b8aa3495e478488043b52d53f388d - - default default] TaaS: Handle Delete Port: 9ec19603-3a93-401a-916e-800106536875 2026-04-14 07:30:21.870 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-212a53d9-1ef8-4f18-bf5b-00aaade321f7 4f93f31b754f43a69632aa839708f9db ad9b8aa3495e478488043b52d53f388d - - default default] Tap Mirror: Handle Delete Port: 9ec19603-3a93-401a-916e-800106536875 [pid: 8|app: 0|req: 543/1030] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:30:21 2026] DELETE /v2.0/ports/9ec19603-3a93-401a-916e-800106536875 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:22.224 7 INFO neutron.db.l3_hamode_db [None req-0c765c28-2bc8-45ad-a5ca-81cb2082dd8b fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 488/1031] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:21 2026] POST /v2.0/routers => generated 731 bytes in 1803 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1032] 10.0.0.98 () {34 vars in 782 bytes} [Tue Apr 14 07:30:22 2026] PUT /v2.0/routers/7ad77c15-e6b5-4e55-86e7-e2f6a21aad68/add_router_interface => generated 309 bytes in 1101 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: 489/1033] 10.0.0.98 () {32 vars in 735 bytes} [Tue Apr 14 07:30:23 2026] GET /v2.0/ports?device_id=affafc5e-a4ce-4d67-95d3-647eefd823bd => generated 958 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1034] 10.0.0.98 () {32 vars in 716 bytes} [Tue Apr 14 07:30:23 2026] GET /v2.0/ports/2bf5a30c-3fde-4099-9e85-10074c147262 => generated 1024 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:30:23.622 7 INFO neutron_taas.services.taas.taas_plugin [None req-131161cf-3377-4a5a-b6e7-f5365296de3d 4f93f31b754f43a69632aa839708f9db ad9b8aa3495e478488043b52d53f388d - - default default] TaaS: Handle Delete Port: 2f9db9f4-d6f3-49b3-a49b-bab052e25e5e 2026-04-14 07:30:23.628 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-131161cf-3377-4a5a-b6e7-f5365296de3d 4f93f31b754f43a69632aa839708f9db ad9b8aa3495e478488043b52d53f388d - - default default] Tap Mirror: Handle Delete Port: 2f9db9f4-d6f3-49b3-a49b-bab052e25e5e [pid: 7|app: 0|req: 491/1035] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:30:23 2026] PUT /v2.0/routers/affafc5e-a4ce-4d67-95d3-647eefd823bd/remove_router_interface => generated 309 bytes in 888 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1036] 10.0.0.98 () {34 vars in 782 bytes} [Tue Apr 14 07:30:23 2026] PUT /v2.0/routers/df86eed9-fd13-4a17-bfa7-3347bf6bf76c/add_router_interface => generated 309 bytes in 1163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:24.504 7 INFO neutron_taas.services.taas.taas_plugin [None req-943218b4-fe1c-4946-9f86-a136c3c02e67 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] TaaS: Handle Delete Port: 2bf5a30c-3fde-4099-9e85-10074c147262 2026-04-14 07:30:24.507 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-943218b4-fe1c-4946-9f86-a136c3c02e67 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] Tap Mirror: Handle Delete Port: 2bf5a30c-3fde-4099-9e85-10074c147262 [pid: 8|app: 0|req: 546/1037] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:30:24 2026] GET /v2.0/security-groups?tenant_id=6820ddd365704bd6a217eaeee4a1f4b0&name=default => generated 2925 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:30:24.956 8 INFO neutron_taas.services.taas.taas_plugin [None req-c97080dd-6fb7-4cba-a6c2-8a9e2c000182 4f93f31b754f43a69632aa839708f9db ad9b8aa3495e478488043b52d53f388d - - default default] TaaS: Handle Delete Port: 3dfcb08e-297d-45a0-9cd2-68511a50d5ee 2026-04-14 07:30:24.958 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c97080dd-6fb7-4cba-a6c2-8a9e2c000182 4f93f31b754f43a69632aa839708f9db ad9b8aa3495e478488043b52d53f388d - - default default] Tap Mirror: Handle Delete Port: 3dfcb08e-297d-45a0-9cd2-68511a50d5ee [pid: 7|app: 0|req: 492/1038] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:30:24 2026] PUT /v2.0/routers/7ad77c15-e6b5-4e55-86e7-e2f6a21aad68/remove_router_interface => generated 309 bytes in 839 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: 493/1039] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:24 2026] DELETE /v2.0/security-groups/6a82fd78-64b7-48ca-b626-9d8d6a6a9a3b => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:30:25.199 7 INFO neutron.api.v2.resource [None req-89087fd0-b918-413a-a7a7-31270d0486a0 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 494/1040] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:30:25 2026] PUT /v2.0/routers/7ad77c15-e6b5-4e55-86e7-e2f6a21aad68/remove_router_interface => generated 197 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:30:25.261 8 INFO neutron_taas.services.taas.taas_plugin [None req-c97080dd-6fb7-4cba-a6c2-8a9e2c000182 4f93f31b754f43a69632aa839708f9db ad9b8aa3495e478488043b52d53f388d - - default default] TaaS: Handle Delete Port: a6b0769f-d9e5-4892-8f14-17a1da3124bb 2026-04-14 07:30:25.264 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c97080dd-6fb7-4cba-a6c2-8a9e2c000182 4f93f31b754f43a69632aa839708f9db ad9b8aa3495e478488043b52d53f388d - - default default] Tap Mirror: Handle Delete Port: a6b0769f-d9e5-4892-8f14-17a1da3124bb [pid: 7|app: 0|req: 495/1041] 10.0.0.98 () {34 vars in 684 bytes} [Tue Apr 14 07:30:25 2026] POST /v2.0/security-groups => generated 1659 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1042] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:30:25 2026] GET /v2.0/security-groups?tenant_id=28f2cb08f1c54ea883d905ce7a8ba2c1&name=default => generated 2925 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1043] 10.0.0.98 () {32 vars in 735 bytes} [Tue Apr 14 07:30:25 2026] GET /v2.0/ports?device_id=7ad77c15-e6b5-4e55-86e7-e2f6a21aad68 => 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: 498/1044] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:30:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1045] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:25 2026] DELETE /v2.0/security-groups/048baa7c-1212-450f-a345-a523a7a3add2 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:30:25.578 8 INFO neutron.services.segments.plugin [-] Segment af114b32-bcd0-4df5-ba05-a864b7bbd92c resource provider aggregate not found 2026-04-14 07:30:25.581 8 INFO neutron.services.segments.plugin [-] Segment af114b32-bcd0-4df5-ba05-a864b7bbd92c resource provider aggregate not found 2026-04-14 07:30:25.608 8 INFO neutron.services.segments.plugin [-] Segment af114b32-bcd0-4df5-ba05-a864b7bbd92c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af114b32-bcd0-4df5-ba05-a864b7bbd92c found for delete ", "request_id": "req-5ed77b37-6def-4dd4-ba44-00ebd9de279d"}]} 2026-04-14 07:30:25.609 8 INFO neutron.services.segments.plugin [-] Segment af114b32-bcd0-4df5-ba05-a864b7bbd92c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af114b32-bcd0-4df5-ba05-a864b7bbd92c found for delete ", "request_id": "req-911cea55-a8e6-4723-9459-33b93736750b"}]} 2026-04-14 07:30:25.627 8 INFO neutron.db.l3_hamode_db [None req-c97080dd-6fb7-4cba-a6c2-8a9e2c000182 4f93f31b754f43a69632aa839708f9db ad9b8aa3495e478488043b52d53f388d - - default default] HA network 07cf72b2-1b11-4d79-8f1b-3731b2b162b9 was deleted as no HA routers are present in tenant ad9b8aa3495e478488043b52d53f388d. [pid: 8|app: 0|req: 547/1046] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:24 2026] DELETE /v2.0/routers/affafc5e-a4ce-4d67-95d3-647eefd823bd => generated 0 bytes in 888 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:30:25.723 7 INFO neutron_taas.services.taas.taas_plugin [None req-0f4fdb5f-062a-46d6-976e-207813400539 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] TaaS: Handle Delete Port: 31229a4b-ef89-4af8-8891-e7377b8f28e3 2026-04-14 07:30:25.725 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f4fdb5f-062a-46d6-976e-207813400539 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] Tap Mirror: Handle Delete Port: 31229a4b-ef89-4af8-8891-e7377b8f28e3 [pid: 8|app: 0|req: 548/1047] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:30:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1048] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:25 2026] DELETE /v2.0/subnets/76857def-ed2b-4f29-97a9-7186d0af6e46 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:26.039 7 INFO neutron.services.segments.plugin [-] Segment c2975297-eb28-44a2-a4fa-8a06f514bfa8 resource provider aggregate not found 2026-04-14 07:30:26.043 7 INFO neutron.services.segments.plugin [-] Segment c2975297-eb28-44a2-a4fa-8a06f514bfa8 resource provider aggregate not found 2026-04-14 07:30:26.056 7 INFO neutron.db.l3_hamode_db [None req-0f4fdb5f-062a-46d6-976e-207813400539 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] HA network 3dbade4f-b4d6-48c9-9f9e-e9c2a8b9f942 was deleted as no HA routers are present in tenant f1ba5d0788354d1985f9eab531e70f7c. 2026-04-14 07:30:26.062 7 INFO neutron.services.segments.plugin [-] Segment c2975297-eb28-44a2-a4fa-8a06f514bfa8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2975297-eb28-44a2-a4fa-8a06f514bfa8 found for delete ", "request_id": "req-64f911f1-2528-4636-a082-75cee7199041"}]} 2026-04-14 07:30:26.067 7 INFO neutron.services.segments.plugin [-] Segment c2975297-eb28-44a2-a4fa-8a06f514bfa8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2975297-eb28-44a2-a4fa-8a06f514bfa8 found for delete ", "request_id": "req-c8ee4415-2cb3-4a7b-b37e-e590b93ff86b"}]} [pid: 7|app: 0|req: 500/1049] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:25 2026] DELETE /v2.0/routers/7ad77c15-e6b5-4e55-86e7-e2f6a21aad68 => generated 0 bytes in 491 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1050] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:26 2026] DELETE /v2.0/networks/3b3658f4-bbdf-4db4-bbb8-4246fe4870ec => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1051] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:26 2026] DELETE /v2.0/subnets/ef47444c-8c5f-4abf-99a0-0231c9f06c49 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:26.416 7 INFO neutron_taas.services.taas.taas_plugin [None req-664a22ce-a6db-420b-b367-cf718f520cc4 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] TaaS: Handle Delete Port: bd3a308e-ef79-4c11-8a3e-62b305a8a853 2026-04-14 07:30:26.418 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-664a22ce-a6db-420b-b367-cf718f520cc4 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] Tap Mirror: Handle Delete Port: bd3a308e-ef79-4c11-8a3e-62b305a8a853 [pid: 8|app: 0|req: 550/1052] 10.0.0.98 () {34 vars in 675 bytes} [Tue Apr 14 07:30:25 2026] POST /v2.0/floatingips => generated 552 bytes in 622 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1053] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:26 2026] DELETE /v2.0/networks/cc07c2bd-c8f9-4c26-8f9b-320ed6889cc9 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:26.653 8 INFO neutron.db.segments_db [None req-d221e498-4791-4714-924a-506b7b7c430d 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] Added segment 5a7e0523-a58f-4fcf-a8c0-c52c599a0e82 of type vxlan for network 4de158c3-5cc1-4d98-83bb-5ae6fe94848a [pid: 8|app: 0|req: 551/1054] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:30:26 2026] POST /v2.0/networks => generated 611 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1055] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:30:26 2026] GET /v2.0/security-groups?tenant_id=ad9b8aa3495e478488043b52d53f388d&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1056] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:26 2026] DELETE /v2.0/security-groups/a75c7e55-67f8-454a-9d05-fd23f2e26f18 => 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: 552/1057] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:26 2026] POST /v2.0/subnets => generated 626 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:30:27.068 7 INFO neutron.db.segments_db [None req-5674fd41-5d6b-4601-a1d0-b0a5515affa6 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] Added segment 4a970835-8b3c-4941-b063-ac45f75e907a of type vxlan for network 7be33172-5a45-45ae-a2da-e7946cdcab19 [pid: 8|app: 0|req: 553/1058] 10.0.0.166 () {34 vars in 1100 bytes} [Tue Apr 14 07:30:27 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2011552718&fields=id&tenant_id=1b56db3af9a440059e4b68e2e3f9a927 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1059] 10.0.0.166 () {34 vars in 982 bytes} [Tue Apr 14 07:30:27 2026] GET /v2.0/networks?id=43228c6d-730e-4169-a1c0-b624c362ff25 => generated 676 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1060] 10.0.0.166 () {34 vars in 965 bytes} [Tue Apr 14 07:30:27 2026] GET /v2.0/quotas/1b56db3af9a440059e4b68e2e3f9a927 => 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: 556/1061] 10.0.0.166 () {34 vars in 1002 bytes} [Tue Apr 14 07:30:27 2026] GET /v2.0/ports?tenant_id=1b56db3af9a440059e4b68e2e3f9a927&fields=id => generated 57 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:30:27.334 7 INFO neutron.db.l3_hamode_db [None req-5674fd41-5d6b-4601-a1d0-b0a5515affa6 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 557/1062] 10.0.0.166 () {34 vars in 1008 bytes} [Tue Apr 14 07:30:27 2026] GET /v2.0/networks/43228c6d-730e-4169-a1c0-b624c362ff25?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1063] 10.0.0.166 () {34 vars in 1108 bytes} [Tue Apr 14 07:30:27 2026] GET /v2.0/networks/43228c6d-730e-4169-a1c0-b624c362ff25?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) 2026-04-14 07:30:27.474 7 INFO neutron.db.l3_hamode_db [None req-5674fd41-5d6b-4601-a1d0-b0a5515affa6 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 559/1064] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:27 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:30:28.099 7 INFO neutron.services.segments.plugin [-] Segment 064e4ab2-263e-4e4d-9a31-217c58cb3106 resource provider aggregate not found 2026-04-14 07:30:28.107 7 INFO neutron.services.segments.plugin [-] Segment 064e4ab2-263e-4e4d-9a31-217c58cb3106 resource provider aggregate not found 2026-04-14 07:30:28.127 7 INFO neutron.services.segments.plugin [-] Segment 064e4ab2-263e-4e4d-9a31-217c58cb3106 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 064e4ab2-263e-4e4d-9a31-217c58cb3106 found for delete ", "request_id": "req-71865f87-2773-4ee1-bb24-c41d5e8afcc4"}]} 2026-04-14 07:30:28.128 7 INFO neutron.services.segments.plugin [-] Segment 064e4ab2-263e-4e4d-9a31-217c58cb3106 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 064e4ab2-263e-4e4d-9a31-217c58cb3106 found for delete ", "request_id": "req-71038f20-10c5-4efd-9544-e78c1e52a97a"}]} 2026-04-14 07:30:28.156 7 INFO neutron.services.segments.plugin [-] Segment e3278f2d-b9e8-476f-95e2-9da59ae0d942 resource provider aggregate not found 2026-04-14 07:30:28.162 7 INFO neutron.services.segments.plugin [-] Segment e3278f2d-b9e8-476f-95e2-9da59ae0d942 resource provider aggregate not found [pid: 7|app: 0|req: 506/1065] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:27 2026] POST /v2.0/routers => generated 507 bytes in 1154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:30:28.184 7 INFO neutron.services.segments.plugin [-] Segment e3278f2d-b9e8-476f-95e2-9da59ae0d942 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3278f2d-b9e8-476f-95e2-9da59ae0d942 found for delete ", "request_id": "req-05130365-875e-4665-895e-b959585b4ca1"}]} 2026-04-14 07:30:28.186 7 INFO neutron.services.segments.plugin [-] Segment e3278f2d-b9e8-476f-95e2-9da59ae0d942 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3278f2d-b9e8-476f-95e2-9da59ae0d942 found for delete ", "request_id": "req-b8c4fa2a-e616-4c43-9e3e-53c836e1fa79"}]} [pid: 7|app: 0|req: 507/1066] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:28 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:30:29.025 7 INFO neutron.db.segments_db [None req-efb33aae-7f08-4289-a878-4ca006431ba9 4c761bec36134aababb821298b3d4633 bca10dc23fc34652800c58dfbc2613e3 - - default default] Added segment 63bf7ecb-a185-4121-999a-695acfc4c65f of type vxlan for network 2f6bf959-c4d0-44ea-a538-e429cbc87d8b [pid: 7|app: 0|req: 508/1067] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:30:28 2026] POST /v2.0/networks => generated 626 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1068] 10.0.0.98 () {34 vars in 782 bytes} [Tue Apr 14 07:30:28 2026] PUT /v2.0/routers/5487987d-09f0-4af6-9c91-6dab4b3bc406/add_router_interface => generated 309 bytes in 1151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1069] 10.0.0.98 () {32 vars in 716 bytes} [Tue Apr 14 07:30:29 2026] GET /v2.0/ports/e2f01951-ed33-466c-aa20-c8f89904a2b5 => generated 955 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1070] 10.0.0.98 () {34 vars in 664 bytes} [Tue Apr 14 07:30:29 2026] POST /v2.0/ports => generated 773 bytes in 358 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-04-14 07:30:29.572 7 INFO neutron.db.segments_db [None req-291eecee-c453-4be9-865d-460707c50362 4c761bec36134aababb821298b3d4633 bca10dc23fc34652800c58dfbc2613e3 - - default default] Added segment fa968775-e6f2-4b25-a356-e017003ba369 of type vxlan for network 24ea575c-a0ae-4890-a190-5282ffca41ba [pid: 7|app: 0|req: 510/1071] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:30:29 2026] POST /v2.0/networks => generated 613 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:30:29.753 8 INFO neutron_taas.services.taas.taas_plugin [None req-65190f12-185a-4d99-a310-2e02ba287d37 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] TaaS: Handle Delete Port: e2f01951-ed33-466c-aa20-c8f89904a2b5 2026-04-14 07:30:29.758 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65190f12-185a-4d99-a310-2e02ba287d37 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] Tap Mirror: Handle Delete Port: e2f01951-ed33-466c-aa20-c8f89904a2b5 [pid: 7|app: 0|req: 511/1072] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:29 2026] POST /v2.0/subnets => generated 626 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1073] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:29 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => 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: 513/1074] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:30:29 2026] GET /v2.0/security-groups?tenant_id=ac200bbd7e9140b5a88917b3e5b04c71&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: 562/1075] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:30:29 2026] PUT /v2.0/routers/5487987d-09f0-4af6-9c91-6dab4b3bc406/remove_router_interface => generated 309 bytes in 920 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1076] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:30 2026] DELETE /v2.0/security-groups/a3b1090e-7ade-42df-a2d5-e8dd3c03a2de => 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: 564/1077] 10.0.0.98 () {32 vars in 735 bytes} [Tue Apr 14 07:30:30 2026] GET /v2.0/ports?device_id=5487987d-09f0-4af6-9c91-6dab4b3bc406 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:30:30.605 8 INFO neutron_taas.services.taas.taas_plugin [None req-3bfcdd26-6ee1-4bed-b0d9-2341833f210c 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] TaaS: Handle Delete Port: 27a957d9-cb9e-4f23-9cef-6bdc51d30ef1 2026-04-14 07:30:30.608 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3bfcdd26-6ee1-4bed-b0d9-2341833f210c 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] Tap Mirror: Handle Delete Port: 27a957d9-cb9e-4f23-9cef-6bdc51d30ef1 [pid: 7|app: 0|req: 514/1078] 10.0.0.98 () {34 vars in 664 bytes} [Tue Apr 14 07:30:30 2026] POST /v2.0/ports => generated 954 bytes in 347 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: 515/1079] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:30:30 2026] GET /v2.0/security-groups?tenant_id=20cd2754e38a414f89fa07482430a5da&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:30:30.834 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7d1be3b-3adf-4d13-9edc-c3f0d5d37114 4c761bec36134aababb821298b3d4633 bca10dc23fc34652800c58dfbc2613e3 - - default default] TaaS: Handle Delete Port: b9ff6589-acf7-4d74-9d75-b6eca93a7a95 2026-04-14 07:30:30.837 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7d1be3b-3adf-4d13-9edc-c3f0d5d37114 4c761bec36134aababb821298b3d4633 bca10dc23fc34652800c58dfbc2613e3 - - default default] Tap Mirror: Handle Delete Port: b9ff6589-acf7-4d74-9d75-b6eca93a7a95 [pid: 7|app: 0|req: 516/1080] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:30:30 2026] DELETE /v2.0/ports/b9ff6589-acf7-4d74-9d75-b6eca93a7a95 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:31.011 8 INFO neutron.services.segments.plugin [-] Segment 4a970835-8b3c-4941-b063-ac45f75e907a resource provider aggregate not found 2026-04-14 07:30:31.017 8 INFO neutron.services.segments.plugin [-] Segment 4a970835-8b3c-4941-b063-ac45f75e907a resource provider aggregate not found 2026-04-14 07:30:31.031 8 INFO neutron.services.segments.plugin [-] Segment 4a970835-8b3c-4941-b063-ac45f75e907a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a970835-8b3c-4941-b063-ac45f75e907a found for delete ", "request_id": "req-97fd069e-a73a-4d57-95a2-dadf414cef77"}]} 2026-04-14 07:30:31.032 8 INFO neutron.db.l3_hamode_db [None req-3bfcdd26-6ee1-4bed-b0d9-2341833f210c 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] HA network 7be33172-5a45-45ae-a2da-e7946cdcab19 was deleted as no HA routers are present in tenant f1ba5d0788354d1985f9eab531e70f7c. [pid: 8|app: 0|req: 565/1081] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:30 2026] DELETE /v2.0/routers/5487987d-09f0-4af6-9c91-6dab4b3bc406 => generated 0 bytes in 618 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:30:31.046 8 INFO neutron.services.segments.plugin [-] Segment 4a970835-8b3c-4941-b063-ac45f75e907a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a970835-8b3c-4941-b063-ac45f75e907a found for delete ", "request_id": "req-03e5e38a-8f5b-4462-8ea5-1e05a9b88e48"}]} 2026-04-14 07:30:31.055 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c573b0e2-052b-463b-a1ad-e0a8d2b7045d 4c761bec36134aababb821298b3d4633 bca10dc23fc34652800c58dfbc2613e3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 566/1082] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:30:31 2026] DELETE /v2.0/ports/b9ff6589-acf7-4d74-9d75-b6eca93a7a95 => 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: 517/1083] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:30 2026] DELETE /v2.0/security-groups/e0993fa6-65ec-4968-90f0-0fff6d121de9 => 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: 518/1084] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:31 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:30:31.125 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a2073bf3-6eed-47e1-b4f1-a449cd194cc2 4c761bec36134aababb821298b3d4633 bca10dc23fc34652800c58dfbc2613e3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 519/1085] 10.0.0.98 () {32 vars in 716 bytes} [Tue Apr 14 07:30:31 2026] GET /v2.0/ports/b9ff6589-acf7-4d74-9d75-b6eca93a7a95 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1086] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:31 2026] DELETE /v2.0/subnets/d06e2111-e921-4ebe-bd0d-01bb65b1d3b1 => 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: 568/1087] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:31 2026] DELETE /v2.0/networks/4de158c3-5cc1-4d98-83bb-5ae6fe94848a => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1088] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:31 2026] DELETE /v2.0/subnets/aab90b6e-f4cc-4f7b-8a6e-191fde933c51 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:31.406 8 INFO neutron.db.segments_db [None req-095e9215-40ec-4d25-b2c8-388fe6c6c23f 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] Added segment 39f2e5de-c3d4-456c-a0e5-27d5249b8c23 of type vxlan for network 104ebdbe-9e63-4846-a506-2f48f971403d 2026-04-14 07:30:31.525 7 INFO neutron.services.segments.plugin [-] Segment fa968775-e6f2-4b25-a356-e017003ba369 resource provider aggregate not found 2026-04-14 07:30:31.529 7 INFO neutron.services.segments.plugin [-] Segment fa968775-e6f2-4b25-a356-e017003ba369 resource provider aggregate not found 2026-04-14 07:30:31.551 7 INFO neutron.services.segments.plugin [-] Segment fa968775-e6f2-4b25-a356-e017003ba369 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa968775-e6f2-4b25-a356-e017003ba369 found for delete ", "request_id": "req-34d825e1-7404-4ac4-aaf1-6072117d7cbd"}]} 2026-04-14 07:30:31.552 7 INFO neutron.services.segments.plugin [-] Segment fa968775-e6f2-4b25-a356-e017003ba369 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa968775-e6f2-4b25-a356-e017003ba369 found for delete ", "request_id": "req-d4fd73fd-7761-4b32-a487-5ecd43274771"}]} [pid: 7|app: 0|req: 521/1089] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:31 2026] DELETE /v2.0/networks/24ea575c-a0ae-4890-a190-5282ffca41ba => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:31.629 8 INFO neutron.db.l3_hamode_db [None req-095e9215-40ec-4d25-b2c8-388fe6c6c23f 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:30:31.640 7 INFO neutron.db.segments_db [None req-b2c48316-230a-454b-8723-dd89e0ea7fb2 4c761bec36134aababb821298b3d4633 bca10dc23fc34652800c58dfbc2613e3 - - default default] Added segment 337a5ab1-7b18-49a7-acd8-d7f98d9b02ba of type vxlan for network 86030b2f-1da3-4ce9-ba88-54fffa564ae7 [pid: 7|app: 0|req: 522/1090] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:30:31 2026] POST /v2.0/networks => generated 611 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1091] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:31 2026] POST /v2.0/subnets => generated 626 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1092] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:30:31 2026] GET /v2.0/networks?id=43228c6d-730e-4169-a1c0-b624c362ff25 => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1093] 10.0.0.98 () {34 vars in 664 bytes} [Tue Apr 14 07:30:32 2026] POST /v2.0/ports => generated 911 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:30:32.355 8 INFO neutron.db.l3_hamode_db [None req-095e9215-40ec-4d25-b2c8-388fe6c6c23f 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 526/1094] 199.204.45.248 () {34 vars in 1050 bytes} [Tue Apr 14 07:30:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1b56db3af9a440059e4b68e2e3f9a927 => generated 181 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1095] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:32 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:30:32.499 7 INFO neutron_taas.services.taas.taas_plugin [None req-e66a690f-73dc-4307-ad60-ffbaba1e2da0 4c761bec36134aababb821298b3d4633 bca10dc23fc34652800c58dfbc2613e3 - - default default] TaaS: Handle Delete Port: 0a87ed34-7437-4286-af6f-472840f4aebf 2026-04-14 07:30:32.502 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e66a690f-73dc-4307-ad60-ffbaba1e2da0 4c761bec36134aababb821298b3d4633 bca10dc23fc34652800c58dfbc2613e3 - - default default] Tap Mirror: Handle Delete Port: 0a87ed34-7437-4286-af6f-472840f4aebf [pid: 7|app: 0|req: 528/1096] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:30:32 2026] DELETE /v2.0/ports/0a87ed34-7437-4286-af6f-472840f4aebf => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1097] 199.204.45.248 () {38 vars in 955 bytes} [Tue Apr 14 07:30:32 2026] POST /v2.0/ports => generated 958 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, ' 2026-04-14 07:30:33.047 7 INFO neutron.pecan_wsgi.hooks.translation [None req-882c629f-a8a9-4580-a47a-d9558e4b24db 4c761bec36134aababb821298b3d4633 bca10dc23fc34652800c58dfbc2613e3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 530/1098] 10.0.0.98 () {32 vars in 716 bytes} [Tue Apr 14 07:30:33 2026] GET /v2.0/ports/0a87ed34-7437-4286-af6f-472840f4aebf => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:30:33.059 8 INFO neutron.services.segments.plugin [-] Segment 5a7e0523-a58f-4fcf-a8c0-c52c599a0e82 resource provider aggregate not found 2026-04-14 07:30:33.080 8 INFO neutron.services.segments.plugin [-] Segment 5a7e0523-a58f-4fcf-a8c0-c52c599a0e82 resource provider aggregate not found 2026-04-14 07:30:33.095 8 INFO neutron.services.segments.plugin [-] Segment 5a7e0523-a58f-4fcf-a8c0-c52c599a0e82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a7e0523-a58f-4fcf-a8c0-c52c599a0e82 found for delete ", "request_id": "req-f4059384-6e0c-4d91-a139-4473570e8aab"}]} 2026-04-14 07:30:33.107 8 INFO neutron.services.segments.plugin [-] Segment 5a7e0523-a58f-4fcf-a8c0-c52c599a0e82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a7e0523-a58f-4fcf-a8c0-c52c599a0e82 found for delete ", "request_id": "req-ccd9950c-7254-4607-800d-40c41ba575e0"}]} [pid: 8|app: 0|req: 569/1099] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:31 2026] POST /v2.0/routers => generated 688 bytes in 1940 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:30:33.446 7 INFO neutron.db.segments_db [None req-f9d08ee3-9513-46bf-897f-0cbaec526fd4 c4e755b46e68421c892cdc4927b216d4 38a451e5d79f4b47b0b269d4e9af6d6a - - default default] Added segment e4319290-4add-46fb-b5f3-27b514e96dbf of type vxlan for network b582ea88-5d2a-4125-836d-db8070891901 [pid: 7|app: 0|req: 531/1100] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:30:33 2026] POST /v2.0/networks => generated 629 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1101] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:33 2026] DELETE /v2.0/subnets/c0371894-6a17-4a2d-a07d-3c57df736682 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1104] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Apr 14 07:30:33 2026] PUT /v2.0/ports/b7213534-e1cc-41e6-a40e-97d52ef8aa59 => generated 1239 bytes in 430 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: 535/1105] 10.0.0.98 () {32 vars in 720 bytes} [Tue Apr 14 07:30:33 2026] GET /v2.0/routers/88102d9b-1065-40ff-a796-728861370aaf => generated 694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:33.767 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d75c3bc-beac-48f0-a897-6d2d4473c11d'] response: {'name': 'network-changed', 'server_uuid': '8bc7555c-0a71-4382-b336-b5c88c16b889', 'tag': 'b7213534-e1cc-41e6-a40e-97d52ef8aa59', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 571/1106] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:33 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 973 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1107] 10.0.0.98 () {32 vars in 646 bytes} [Tue Apr 14 07:30:33 2026] GET /v2.0/routers => generated 697 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:33.946 7 INFO neutron.services.segments.plugin [-] Segment 337a5ab1-7b18-49a7-acd8-d7f98d9b02ba resource provider aggregate not found [pid: 8|app: 0|req: 573/1108] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:30:33 2026] GET /v2.0/security-groups?id=0ab2f319-fe72-40f2-9f55-ebb03ff71fb4&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:33.952 7 INFO neutron.services.segments.plugin [-] Segment 337a5ab1-7b18-49a7-acd8-d7f98d9b02ba resource provider aggregate not found 2026-04-14 07:30:33.969 7 INFO neutron.services.segments.plugin [-] Segment 337a5ab1-7b18-49a7-acd8-d7f98d9b02ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 337a5ab1-7b18-49a7-acd8-d7f98d9b02ba found for delete ", "request_id": "req-16354e86-3a9b-4c3d-bd5c-4b4131f8506a"}]} 2026-04-14 07:30:33.974 7 INFO neutron.services.segments.plugin [-] Segment 337a5ab1-7b18-49a7-acd8-d7f98d9b02ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 337a5ab1-7b18-49a7-acd8-d7f98d9b02ba found for delete ", "request_id": "req-d50ee9a4-5215-406f-a8fe-cd2c8620263a"}]} [pid: 7|app: 0|req: 536/1109] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:33 2026] DELETE /v2.0/networks/86030b2f-1da3-4ce9-ba88-54fffa564ae7 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1110] 10.0.0.98 () {34 vars in 664 bytes} [Tue Apr 14 07:30:34 2026] POST /v2.0/ports => generated 774 bytes in 241 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: 574/1111] 10.0.0.98 () {34 vars in 740 bytes} [Tue Apr 14 07:30:33 2026] PUT /v2.0/routers/88102d9b-1065-40ff-a796-728861370aaf => generated 701 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1112] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:34 2026] POST /v2.0/subnets => generated 673 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1113] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:30:34 2026] GET /v2.0/ports?tenant_id=1b56db3af9a440059e4b68e2e3f9a927&device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1114] 10.0.0.98 () {32 vars in 720 bytes} [Tue Apr 14 07:30:34 2026] GET /v2.0/routers/88102d9b-1065-40ff-a796-728861370aaf => generated 701 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1115] 10.0.0.98 () {34 vars in 736 bytes} [Tue Apr 14 07:30:34 2026] PUT /v2.0/ports/9bfbab6e-cc95-4186-b976-274cda941490 => generated 752 bytes in 212 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-04-14 07:30:34.636 7 INFO neutron.db.segments_db [None req-824e3512-d58a-41bd-b392-4f745ef87f23 c4e755b46e68421c892cdc4927b216d4 38a451e5d79f4b47b0b269d4e9af6d6a - - default default] Added segment 6bbfca84-557b-4c3c-8891-7fb2ba05b1a8 of type vxlan for network f13455d8-dd36-426a-9290-c37983d6e618 [pid: 8|app: 0|req: 576/1116] 199.204.45.248 () {34 vars in 1018 bytes} [Tue Apr 14 07:30:34 2026] GET /v2.0/networks?tenant_id=1b56db3af9a440059e4b68e2e3f9a927&shared=False => generated 772 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1117] 10.0.0.98 () {32 vars in 735 bytes} [Tue Apr 14 07:30:34 2026] GET /v2.0/ports?device_id=88102d9b-1065-40ff-a796-728861370aaf => 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: 541/1118] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:30:34 2026] POST /v2.0/networks => generated 627 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1119] 199.204.45.248 () {34 vars in 930 bytes} [Tue Apr 14 07:30:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:34.771 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc9db401-2ce9-4ae5-a32a-08ffece7d89a 4c761bec36134aababb821298b3d4633 bca10dc23fc34652800c58dfbc2613e3 - - default default] TaaS: Handle Delete Port: 9bfbab6e-cc95-4186-b976-274cda941490 2026-04-14 07:30:34.776 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc9db401-2ce9-4ae5-a32a-08ffece7d89a 4c761bec36134aababb821298b3d4633 bca10dc23fc34652800c58dfbc2613e3 - - default default] Tap Mirror: Handle Delete Port: 9bfbab6e-cc95-4186-b976-274cda941490 [pid: 8|app: 0|req: 578/1120] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:30:34 2026] DELETE /v2.0/ports/9bfbab6e-cc95-4186-b976-274cda941490 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:34.959 7 INFO neutron_taas.services.taas.taas_plugin [None req-23ad1f6d-960f-4923-93a2-d3813928fce4 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] TaaS: Handle Delete Port: f40a388c-ad83-4679-a16b-62e06a95c4ff 2026-04-14 07:30:34.962 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23ad1f6d-960f-4923-93a2-d3813928fce4 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] Tap Mirror: Handle Delete Port: f40a388c-ad83-4679-a16b-62e06a95c4ff [pid: 8|app: 0|req: 579/1121] 10.0.0.98 () {34 vars in 742 bytes} [Tue Apr 14 07:30:34 2026] PUT /v2.0/networks/f13455d8-dd36-426a-9290-c37983d6e618 => generated 592 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1122] 10.0.0.98 () {32 vars in 642 bytes} [Tue Apr 14 07:30:35 2026] GET /v2.0/ports => generated 776 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:35.214 7 INFO neutron_taas.services.taas.taas_plugin [None req-23ad1f6d-960f-4923-93a2-d3813928fce4 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] TaaS: Handle Delete Port: c3338529-9ab0-47ce-bfba-772acf7118c9 2026-04-14 07:30:35.218 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23ad1f6d-960f-4923-93a2-d3813928fce4 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] Tap Mirror: Handle Delete Port: c3338529-9ab0-47ce-bfba-772acf7118c9 [pid: 8|app: 0|req: 581/1123] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:35 2026] POST /v2.0/subnets => generated 646 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1124] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:35 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:35.380 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2feeaced-7217-491b-9dd6-baa2d2b0a066 4c761bec36134aababb821298b3d4633 bca10dc23fc34652800c58dfbc2613e3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 583/1125] 10.0.0.98 () {32 vars in 716 bytes} [Tue Apr 14 07:30:35 2026] GET /v2.0/ports/9bfbab6e-cc95-4186-b976-274cda941490 => 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: 584/1126] 10.0.0.98 () {34 vars in 740 bytes} [Tue Apr 14 07:30:35 2026] PUT /v2.0/subnets/ba1e95b2-4f97-4551-b40e-bf50971ba019 => generated 656 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1127] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:30:35 2026] GET /v2.0/security-groups?id=0ab2f319-fe72-40f2-9f55-ebb03ff71fb4&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1128] 10.0.0.98 () {32 vars in 642 bytes} [Tue Apr 14 07:30:35 2026] GET /v2.0/ports => generated 776 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:35.658 7 INFO neutron.db.l3_hamode_db [None req-23ad1f6d-960f-4923-93a2-d3813928fce4 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] HA network 104ebdbe-9e63-4846-a506-2f48f971403d was deleted as no HA routers are present in tenant f1ba5d0788354d1985f9eab531e70f7c. [pid: 7|app: 0|req: 543/1129] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:34 2026] DELETE /v2.0/routers/88102d9b-1065-40ff-a796-728861370aaf => generated 0 bytes in 901 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1130] 10.0.0.98 () {32 vars in 716 bytes} [Tue Apr 14 07:30:35 2026] GET /v2.0/ports/f2e7371a-4a6f-468c-8cc9-f6b069697cad => generated 773 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1131] 10.0.0.98 () {32 vars in 735 bytes} [Tue Apr 14 07:30:35 2026] GET /v2.0/ports?device_id=88102d9b-1065-40ff-a796-728861370aaf => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:30:35.769 8 INFO neutron.services.segments.plugin [-] Segment 6bbfca84-557b-4c3c-8891-7fb2ba05b1a8 resource provider aggregate not found 2026-04-14 07:30:35.774 8 INFO neutron.services.segments.plugin [-] Segment 6bbfca84-557b-4c3c-8891-7fb2ba05b1a8 resource provider aggregate not found 2026-04-14 07:30:35.784 7 INFO neutron.pecan_wsgi.hooks.translation [None req-140447f5-1db8-479e-a91a-324ac17a0515 4c761bec36134aababb821298b3d4633 bca10dc23fc34652800c58dfbc2613e3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 546/1132] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:30:35 2026] DELETE /v2.0/ports/0a87ed34-7437-4286-af6f-472840f4aebf => 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: 587/1133] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:35 2026] DELETE /v2.0/networks/f13455d8-dd36-426a-9290-c37983d6e618 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:35.792 8 INFO neutron.services.segments.plugin [-] Segment 6bbfca84-557b-4c3c-8891-7fb2ba05b1a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bbfca84-557b-4c3c-8891-7fb2ba05b1a8 found for delete ", "request_id": "req-0bc635fb-72b3-4c39-9d3c-0b65160bce95"}]} 2026-04-14 07:30:35.795 8 INFO neutron.services.segments.plugin [-] Segment 6bbfca84-557b-4c3c-8891-7fb2ba05b1a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bbfca84-557b-4c3c-8891-7fb2ba05b1a8 found for delete ", "request_id": "req-1d206f3f-8f03-4d11-ac15-b5ebac21d57a"}]} 2026-04-14 07:30:35.805 7 INFO neutron.api.v2.resource [None req-8e46d68c-6ddb-4e56-a3c9-ce689d6d66cc 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 547/1134] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:35 2026] DELETE /v2.0/routers/88102d9b-1065-40ff-a796-728861370aaf => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:30:35.819 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fbc623b6-3701-4aa6-a5c2-16b86e3c5509 4c761bec36134aababb821298b3d4633 bca10dc23fc34652800c58dfbc2613e3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 548/1135] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:35 2026] DELETE /v2.0/subnets/c0371894-6a17-4a2d-a07d-3c57df736682 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1136] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:30:35 2026] GET /v2.0/ports?tenant_id=1b56db3af9a440059e4b68e2e3f9a927&device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:30:35.835 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d0ea925f-2d12-4dcf-873a-8d83259a64f4 c4e755b46e68421c892cdc4927b216d4 38a451e5d79f4b47b0b269d4e9af6d6a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 549/1137] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:35 2026] DELETE /v2.0/networks/f13455d8-dd36-426a-9290-c37983d6e618 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1138] 10.0.0.98 () {32 vars in 735 bytes} [Tue Apr 14 07:30:35 2026] GET /v2.0/ports?device_id=5487987d-09f0-4af6-9c91-6dab4b3bc406 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:30:35.853 7 INFO neutron.pecan_wsgi.hooks.translation [None req-99a1f6d8-b151-4db1-ac34-8c1dd02b157a 4c761bec36134aababb821298b3d4633 bca10dc23fc34652800c58dfbc2613e3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 590/1139] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Apr 14 07:30:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=b7213534-e1cc-41e6-a40e-97d52ef8aa59 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1140] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:35 2026] DELETE /v2.0/subnets/aab90b6e-f4cc-4f7b-8a6e-191fde933c51 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:30:35.876 7 INFO neutron.api.v2.resource [None req-96374674-313f-44f3-85d1-35b27a6e4ccc 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 551/1141] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:35 2026] DELETE /v2.0/routers/5487987d-09f0-4af6-9c91-6dab4b3bc406 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1142] 10.0.0.98 () {32 vars in 693 bytes} [Tue Apr 14 07:30:35 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1143] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:30:35 2026] GET /v2.0/subnets?id=8c26b116-c74a-4117-a87e-257124c52829 => generated 694 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:35.932 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0f19ddf0-5276-481f-a59f-95f2ec158657 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 593/1144] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:35 2026] DELETE /v2.0/subnets/d06e2111-e921-4ebe-bd0d-01bb65b1d3b1 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1145] 10.0.0.98 () {32 vars in 741 bytes} [Tue Apr 14 07:30:35 2026] GET /v2.0/subnets?network_id=a7a7ae99-0443-4673-90c4-65109a667aa3 => generated 649 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:36.000 7 INFO neutron.services.segments.plugin [-] Segment 39f2e5de-c3d4-456c-a0e5-27d5249b8c23 resource provider aggregate not found 2026-04-14 07:30:36.006 7 INFO neutron_taas.services.taas.taas_plugin [None req-81bbbde0-1c11-4bba-8072-c2b0a85cd479 4c761bec36134aababb821298b3d4633 bca10dc23fc34652800c58dfbc2613e3 - - default default] TaaS: Handle Delete Port: f2e7371a-4a6f-468c-8cc9-f6b069697cad 2026-04-14 07:30:36.007 7 INFO neutron.services.segments.plugin [-] Segment 39f2e5de-c3d4-456c-a0e5-27d5249b8c23 resource provider aggregate not found [pid: 8|app: 0|req: 595/1146] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:30:35 2026] GET /v2.0/ports?network_id=43228c6d-730e-4169-a1c0-b624c362ff25&device_owner=network%3Adhcp => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:30:36.012 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81bbbde0-1c11-4bba-8072-c2b0a85cd479 4c761bec36134aababb821298b3d4633 bca10dc23fc34652800c58dfbc2613e3 - - default default] Tap Mirror: Handle Delete Port: f2e7371a-4a6f-468c-8cc9-f6b069697cad 2026-04-14 07:30:36.027 7 INFO neutron.services.segments.plugin [-] Segment 39f2e5de-c3d4-456c-a0e5-27d5249b8c23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39f2e5de-c3d4-456c-a0e5-27d5249b8c23 found for delete ", "request_id": "req-21db114b-b10e-466a-a217-592e2e60dde3"}]} 2026-04-14 07:30:36.028 7 INFO neutron.services.segments.plugin [-] Segment 39f2e5de-c3d4-456c-a0e5-27d5249b8c23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39f2e5de-c3d4-456c-a0e5-27d5249b8c23 found for delete ", "request_id": "req-de8e9f39-322d-42f9-b09f-f933adba034e"}]} [pid: 8|app: 0|req: 596/1147] 10.0.0.98 () {32 vars in 735 bytes} [Tue Apr 14 07:30:36 2026] GET /v2.0/ports?device_id=7ad77c15-e6b5-4e55-86e7-e2f6a21aad68 => 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: 597/1148] 10.0.0.98 () {32 vars in 652 bytes} [Tue Apr 14 07:30:36 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1149] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:30:36 2026] GET /v2.0/networks/43228c6d-730e-4169-a1c0-b624c362ff25?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: 552/1150] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:30:35 2026] DELETE /v2.0/ports/f2e7371a-4a6f-468c-8cc9-f6b069697cad => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:36.111 8 INFO neutron.api.v2.resource [None req-0c89eb86-4c52-4e37-a3dd-c4b8c2cb2f22 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 599/1151] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:36 2026] DELETE /v2.0/routers/7ad77c15-e6b5-4e55-86e7-e2f6a21aad68 => generated 135 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1152] 10.0.0.98 () {32 vars in 648 bytes} [Tue Apr 14 07:30:36 2026] GET /v2.0/networks => generated 1313 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1153] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:30:36 2026] GET /v2.0/networks/43228c6d-730e-4169-a1c0-b624c362ff25?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:30:36.171 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7bb5307b-b095-4497-929b-a402cec8a3c7 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 601/1154] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:36 2026] DELETE /v2.0/subnets/ef47444c-8c5f-4abf-99a0-0231c9f06c49 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1155] 10.0.0.98 () {32 vars in 646 bytes} [Tue Apr 14 07:30:36 2026] GET /v2.0/subnets => generated 1312 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1156] 10.0.0.98 () {32 vars in 735 bytes} [Tue Apr 14 07:30:36 2026] GET /v2.0/ports?device_id=b9f9c053-7b99-4631-9305-48da718552ab => 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: 554/1157] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:36 2026] DELETE /v2.0/networks/2f6bf959-c4d0-44ea-a538-e429cbc87d8b => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1158] 10.0.0.98 () {32 vars in 722 bytes} [Tue Apr 14 07:30:36 2026] GET /v2.0/networks/b582ea88-5d2a-4125-836d-db8070891901 => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:36.266 7 INFO neutron.api.v2.resource [None req-08b7cc7a-5989-4abb-a278-7649442047bb 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 555/1159] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:36 2026] DELETE /v2.0/routers/b9f9c053-7b99-4631-9305-48da718552ab => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:30:36.294 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5d5f3aae-6c60-414c-903c-b9798902017a 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 556/1160] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:36 2026] DELETE /v2.0/subnets/5a4052ef-3807-4852-9f8d-bf1a24391ff2 => 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: 605/1161] 10.0.0.98 () {32 vars in 720 bytes} [Tue Apr 14 07:30:36 2026] GET /v2.0/subnets/075ea46c-4bc6-4cc9-9997-228ce909d3a0 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:36.313 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ebf056e0-bec4-43e8-90dc-d36d78033dde c4e755b46e68421c892cdc4927b216d4 38a451e5d79f4b47b0b269d4e9af6d6a - - default default] DELETE failed (client error): The resource could not be found. 2026-04-14 07:30:36.314 7 INFO neutron.pecan_wsgi.hooks.translation [None req-89fa3c26-a053-44f6-bb89-a170482cec93 13e466c7914a45a2bd9be7247075eb81 f1ba5d0788354d1985f9eab531e70f7c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 606/1162] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:36 2026] DELETE /v2.0/subnets/ba1e95b2-4f97-4551-b40e-bf50971ba019 => 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: 557/1163] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:36 2026] DELETE /v2.0/subnets/4bb7069d-7447-4c2a-a11f-7549b190d804 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:30:36.330 8 INFO neutron.pecan_wsgi.hooks.translation [None req-60660373-bb70-4a85-af38-6c2936236512 c4e755b46e68421c892cdc4927b216d4 38a451e5d79f4b47b0b269d4e9af6d6a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 607/1164] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:36 2026] DELETE /v2.0/networks/f13455d8-dd36-426a-9290-c37983d6e618 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1165] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:36 2026] DELETE /v2.0/subnets/075ea46c-4bc6-4cc9-9997-228ce909d3a0 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1166] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:36 2026] DELETE /v2.0/networks/b582ea88-5d2a-4125-836d-db8070891901 => 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: 559/1167] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:36 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1168] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:30:36 2026] GET /v2.0/security-groups?id=0ab2f319-fe72-40f2-9f55-ebb03ff71fb4&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: 560/1169] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:30:36 2026] GET /v2.0/security-groups?tenant_id=bca10dc23fc34652800c58dfbc2613e3&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1170] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:30:36 2026] GET /v2.0/security-groups?tenant_id=f1ba5d0788354d1985f9eab531e70f7c&name=default => generated 2925 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1171] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:36 2026] DELETE /v2.0/security-groups/0399e165-1018-49c6-aec0-528ad9b482ae => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1172] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:37 2026] DELETE /v2.0/security-groups/4040e4a3-2c70-4a05-89c8-4c308e1b2752 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1173] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:30:37 2026] GET /v2.0/security-groups?tenant_id=38a451e5d79f4b47b0b269d4e9af6d6a&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1174] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:37 2026] DELETE /v2.0/security-groups/6c0d7c00-922a-4b21-b483-d982684a8c38 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:30:37.813 8 INFO neutron.services.segments.plugin [-] Segment e4319290-4add-46fb-b5f3-27b514e96dbf resource provider aggregate not found 2026-04-14 07:30:37.817 8 INFO neutron.services.segments.plugin [-] Segment e4319290-4add-46fb-b5f3-27b514e96dbf resource provider aggregate not found 2026-04-14 07:30:37.830 8 INFO neutron.services.segments.plugin [-] Segment e4319290-4add-46fb-b5f3-27b514e96dbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4319290-4add-46fb-b5f3-27b514e96dbf found for delete ", "request_id": "req-6b04c966-6a81-4267-9d02-03add4ae7896"}]} 2026-04-14 07:30:37.833 8 INFO neutron.services.segments.plugin [-] Segment e4319290-4add-46fb-b5f3-27b514e96dbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4319290-4add-46fb-b5f3-27b514e96dbf found for delete ", "request_id": "req-7f542aac-3a0f-4f35-9dd6-203812348e72"}]} [pid: 7|app: 0|req: 563/1175] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:37 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1176] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:30:37 2026] GET /v2.0/security-groups?id=0ab2f319-fe72-40f2-9f55-ebb03ff71fb4&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:38.047 7 INFO neutron.services.segments.plugin [-] Segment 63bf7ecb-a185-4121-999a-695acfc4c65f resource provider aggregate not found 2026-04-14 07:30:38.059 7 INFO neutron.services.segments.plugin [-] Segment 63bf7ecb-a185-4121-999a-695acfc4c65f resource provider aggregate not found 2026-04-14 07:30:38.066 7 INFO neutron.services.segments.plugin [-] Segment 63bf7ecb-a185-4121-999a-695acfc4c65f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63bf7ecb-a185-4121-999a-695acfc4c65f found for delete ", "request_id": "req-3b58bde4-4af1-41ce-93f2-1c33207a8d60"}]} 2026-04-14 07:30:38.073 7 INFO neutron.services.segments.plugin [-] Segment 63bf7ecb-a185-4121-999a-695acfc4c65f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63bf7ecb-a185-4121-999a-695acfc4c65f found for delete ", "request_id": "req-8d193253-566c-45c9-9e04-16d708fd7c35"}]} [pid: 8|app: 0|req: 614/1177] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:38 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:39.071 7 INFO neutron.db.segments_db [None req-8cd72130-2c24-4e46-ad2b-5916b38edbce bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] Added segment 34748bdd-a9be-4577-b386-e487b35855a6 of type vxlan for network f6d9eab9-3559-4185-ada5-7b00cd34ddbe [pid: 8|app: 0|req: 615/1178] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:30:39 2026] GET /v2.0/security-groups?id=0ab2f319-fe72-40f2-9f55-ebb03ff71fb4&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: 564/1179] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:30:38 2026] POST /v2.0/networks => generated 615 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:30:39.218 7 INFO neutron.db.segments_db [None req-2d564b84-bb0c-43d8-b6ae-0859d9e7a755 bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] Added segment ee82b310-c043-4848-be95-5e66e1a502bc of type vxlan for network bb077812-12bf-4b50-8524-7aab08b93dba [pid: 7|app: 0|req: 565/1180] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:30:39 2026] POST /v2.0/networks => generated 614 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:30:39.344 8 INFO neutron.db.segments_db [None req-7daf69e6-970e-47ae-9240-dcb77f7e4f1b 53d59a1fedd84410b565c89c47e79f0e d95dfb6351eb41b0b9fe4ba1ecc0a015 - - default default] Added segment 6a6661ee-9509-46f9-bf18-010b6d1048ba of type vxlan for network 62258c39-3d8f-42fe-b41c-3e53d49ee39f [pid: 8|app: 0|req: 616/1181] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:30:39 2026] POST /v2.0/networks => generated 629 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1182] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:39 2026] POST /v2.0/subnets => generated 646 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1183] 10.0.0.98 () {34 vars in 664 bytes} [Tue Apr 14 07:30:39 2026] POST /v2.0/ports => generated 778 bytes in 279 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-04-14 07:30:39.753 8 INFO neutron.db.segments_db [None req-048a92da-9d5d-41ab-aeaa-5286c9f0d6b0 53d59a1fedd84410b565c89c47e79f0e d95dfb6351eb41b0b9fe4ba1ecc0a015 - - default default] Added segment 55f436bf-d7a0-4dc4-aabf-027152a245be of type vxlan for network b1cd2bd7-ae4c-43b8-ae4c-e0c4d7ca41b3 [pid: 8|app: 0|req: 618/1184] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:30:39 2026] POST /v2.0/networks => generated 617 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1185] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:39 2026] POST /v2.0/subnets => generated 655 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:30:39.907 7 INFO neutron.db.segments_db [None req-4deac9f5-4ce7-40d6-a1a4-07ef0218227d bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] Added segment fe4899cf-894a-4d85-a0c6-ff5b447ed18a of type vxlan for network 41106a71-1e65-4875-acb2-eb4befd23383 [pid: 8|app: 0|req: 619/1186] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:39 2026] POST /v2.0/subnets => generated 646 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:30:40.232 7 INFO neutron.db.l3_hamode_db [None req-4deac9f5-4ce7-40d6-a1a4-07ef0218227d bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:30:40.387 7 INFO neutron.db.l3_hamode_db [None req-4deac9f5-4ce7-40d6-a1a4-07ef0218227d bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 620/1187] 10.0.0.98 () {34 vars in 664 bytes} [Tue Apr 14 07:30:40 2026] POST /v2.0/ports => generated 966 bytes in 343 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: 621/1188] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:40 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1189] 10.0.0.105 () {32 vars in 801 bytes} [Tue Apr 14 07:30:40 2026] GET /v2.0/extensions => generated 21537 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-14 07:30:40.656 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc5aa13b-7604-4317-a2bf-386233ad33e3 53d59a1fedd84410b565c89c47e79f0e d95dfb6351eb41b0b9fe4ba1ecc0a015 - - default default] TaaS: Handle Delete Port: 0df6eafe-d3a5-4f7c-bfe5-2fa4f855940c 2026-04-14 07:30:40.660 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc5aa13b-7604-4317-a2bf-386233ad33e3 53d59a1fedd84410b565c89c47e79f0e d95dfb6351eb41b0b9fe4ba1ecc0a015 - - default default] Tap Mirror: Handle Delete Port: 0df6eafe-d3a5-4f7c-bfe5-2fa4f855940c [pid: 8|app: 0|req: 623/1190] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:30:40 2026] DELETE /v2.0/ports/0df6eafe-d3a5-4f7c-bfe5-2fa4f855940c => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1191] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:30:40 2026] GET /v2.0/security-groups?id=0ab2f319-fe72-40f2-9f55-ebb03ff71fb4&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: 625/1192] 10.0.0.105 () {30 vars in 724 bytes} [Tue Apr 14 07:30:40 2026] GET /v2.0/quotas/6b31802c76934dcc9821da1d704bdb99/details => generated 847 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:40.941 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f584eb48-7b3f-4048-84f9-aa261e7b3397 53d59a1fedd84410b565c89c47e79f0e d95dfb6351eb41b0b9fe4ba1ecc0a015 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 626/1193] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:30:40 2026] DELETE /v2.0/ports/0df6eafe-d3a5-4f7c-bfe5-2fa4f855940c => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:30:40.962 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0e4327cc-791d-4600-88bc-2f8f6b0df908 53d59a1fedd84410b565c89c47e79f0e d95dfb6351eb41b0b9fe4ba1ecc0a015 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 627/1194] 10.0.0.98 () {32 vars in 716 bytes} [Tue Apr 14 07:30:40 2026] GET /v2.0/ports/0df6eafe-d3a5-4f7c-bfe5-2fa4f855940c => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1195] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:39 2026] POST /v2.0/routers => generated 511 bytes in 1184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1196] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:40 2026] DELETE /v2.0/subnets/790d13d6-14ca-4069-8b0a-d68ab2f3740d => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:41.224 8 INFO neutron.services.segments.plugin [-] Segment 55f436bf-d7a0-4dc4-aabf-027152a245be resource provider aggregate not found 2026-04-14 07:30:41.232 8 INFO neutron.services.segments.plugin [-] Segment 55f436bf-d7a0-4dc4-aabf-027152a245be resource provider aggregate not found 2026-04-14 07:30:41.246 8 INFO neutron.services.segments.plugin [-] Segment 55f436bf-d7a0-4dc4-aabf-027152a245be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55f436bf-d7a0-4dc4-aabf-027152a245be found for delete ", "request_id": "req-21f1f06f-2e82-4d9a-9b08-ece8e4d29288"}]} 2026-04-14 07:30:41.249 8 INFO neutron.services.segments.plugin [-] Segment 55f436bf-d7a0-4dc4-aabf-027152a245be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55f436bf-d7a0-4dc4-aabf-027152a245be found for delete ", "request_id": "req-d807917d-b25e-48b4-80ed-8b27c377eb8f"}]} [pid: 8|app: 0|req: 629/1197] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:41 2026] DELETE /v2.0/networks/b1cd2bd7-ae4c-43b8-ae4c-e0c4d7ca41b3 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:41.328 8 INFO neutron.db.segments_db [None req-0d3c5a45-99be-4b2b-8981-a924aa7caaa8 53d59a1fedd84410b565c89c47e79f0e d95dfb6351eb41b0b9fe4ba1ecc0a015 - - default default] Added segment 6204dd67-bef7-4868-a8eb-a1ab073e3cd4 of type vxlan for network bb1b3637-4d50-4575-90d2-9d310ccc8c8a [pid: 8|app: 0|req: 630/1198] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:30:41 2026] POST /v2.0/networks => generated 617 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1199] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:41 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) [pid: 8|app: 0|req: 632/1200] 10.0.0.98 () {34 vars in 664 bytes} [Tue Apr 14 07:30:41 2026] POST /v2.0/ports => generated 927 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1201] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:41 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:42.076 8 INFO neutron_taas.services.taas.taas_plugin [None req-a53f9f09-1310-4808-9172-563683c72aae 53d59a1fedd84410b565c89c47e79f0e d95dfb6351eb41b0b9fe4ba1ecc0a015 - - default default] TaaS: Handle Delete Port: 2fe8a217-3383-4504-a0fc-31de7e6fe923 2026-04-14 07:30:42.079 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a53f9f09-1310-4808-9172-563683c72aae 53d59a1fedd84410b565c89c47e79f0e d95dfb6351eb41b0b9fe4ba1ecc0a015 - - default default] Tap Mirror: Handle Delete Port: 2fe8a217-3383-4504-a0fc-31de7e6fe923 [pid: 7|app: 0|req: 569/1202] 10.0.0.98 () {34 vars in 782 bytes} [Tue Apr 14 07:30:41 2026] PUT /v2.0/routers/0d7ec822-d925-4824-b195-f077aebf41e5/add_router_interface => generated 309 bytes in 1094 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1203] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:30:42 2026] GET /v2.0/security-groups?id=0ab2f319-fe72-40f2-9f55-ebb03ff71fb4&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1204] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:30:41 2026] DELETE /v2.0/ports/2fe8a217-3383-4504-a0fc-31de7e6fe923 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1205] 10.0.0.98 () {32 vars in 716 bytes} [Tue Apr 14 07:30:42 2026] GET /v2.0/ports/fc93027a-d374-4a33-879c-dceb1772b8a3 => generated 959 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:42.215 8 INFO neutron.pecan_wsgi.hooks.translation [None req-21d59c79-e9fe-4966-b0fe-69701dbf4b50 53d59a1fedd84410b565c89c47e79f0e d95dfb6351eb41b0b9fe4ba1ecc0a015 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 635/1206] 10.0.0.98 () {32 vars in 716 bytes} [Tue Apr 14 07:30:42 2026] GET /v2.0/ports/2fe8a217-3383-4504-a0fc-31de7e6fe923 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1207] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:42 2026] DELETE /v2.0/subnets/f2c0c510-2f39-4d5a-9df1-0a831db6dc59 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1208] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:30:42 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1209] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:42 2026] DELETE /v2.0/networks/bb1b3637-4d50-4575-90d2-9d310ccc8c8a => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:42.807 8 INFO neutron.db.l3_db [None req-e5ff5d3b-a78d-4ade-ac27-d1eb9f49cbee 4e0a6138bf3644279e2a0b794b01c4e0 1b56db3af9a440059e4b68e2e3f9a927 - - default default] Floating IP 7cad20c2-7b4f-4eaf-ab1e-6cee5747b4ed associated. External IP: 10.96.250.207, port: b7213534-e1cc-41e6-a40e-97d52ef8aa59. 2026-04-14 07:30:43.268 8 INFO neutron.services.segments.plugin [-] Segment 6204dd67-bef7-4868-a8eb-a1ab073e3cd4 resource provider aggregate not found 2026-04-14 07:30:43.271 8 INFO neutron.services.segments.plugin [-] Segment 6204dd67-bef7-4868-a8eb-a1ab073e3cd4 resource provider aggregate not found 2026-04-14 07:30:43.296 8 INFO neutron.services.segments.plugin [-] Segment 6204dd67-bef7-4868-a8eb-a1ab073e3cd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6204dd67-bef7-4868-a8eb-a1ab073e3cd4 found for delete ", "request_id": "req-3055e334-e08f-48a9-ae36-c6add80808e8"}]} 2026-04-14 07:30:43.298 8 INFO neutron.services.segments.plugin [-] Segment 6204dd67-bef7-4868-a8eb-a1ab073e3cd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6204dd67-bef7-4868-a8eb-a1ab073e3cd4 found for delete ", "request_id": "req-6df066df-8e5f-44ca-9044-77ec5cad29d3"}]} [pid: 8|app: 0|req: 639/1210] 10.0.0.98 () {34 vars in 748 bytes} [Tue Apr 14 07:30:42 2026] PUT /v2.0/floatingips/7cad20c2-7b4f-4eaf-ab1e-6cee5747b4ed => generated 856 bytes in 975 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:43.555 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-30e2035a-21f8-4799-865f-fc10c9f01d2e'] response: {'name': 'network-changed', 'server_uuid': '8bc7555c-0a71-4382-b336-b5c88c16b889', 'tag': 'b7213534-e1cc-41e6-a40e-97d52ef8aa59', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 572/1211] 10.0.0.98 () {34 vars in 782 bytes} [Tue Apr 14 07:30:42 2026] PUT /v2.0/routers/0d7ec822-d925-4824-b195-f077aebf41e5/add_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: 573/1212] 10.0.0.98 () {32 vars in 716 bytes} [Tue Apr 14 07:30:43 2026] GET /v2.0/ports/6b47bfe6-a3f8-48c9-921c-d6e11c1a4e8b => generated 967 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1213] 10.0.0.98 () {34 vars in 664 bytes} [Tue Apr 14 07:30:43 2026] POST /v2.0/ports => generated 779 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 641/1214] 10.0.0.98 () {34 vars in 736 bytes} [Tue Apr 14 07:30:43 2026] PUT /v2.0/ports/2f254771-9cc7-44fe-b036-62abc93a3ee4 => generated 752 bytes in 194 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: 642/1215] 10.0.0.105 () {32 vars in 801 bytes} [Tue Apr 14 07:30:43 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-14 07:30:44.059 7 INFO neutron_taas.services.taas.taas_plugin [None req-d3efc46f-3763-49e4-ac6f-fa2150ec8ffa bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] TaaS: Handle Delete Port: 6b47bfe6-a3f8-48c9-921c-d6e11c1a4e8b 2026-04-14 07:30:44.062 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3efc46f-3763-49e4-ac6f-fa2150ec8ffa bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] Tap Mirror: Handle Delete Port: 6b47bfe6-a3f8-48c9-921c-d6e11c1a4e8b 2026-04-14 07:30:44.084 8 INFO neutron_taas.services.taas.taas_plugin [None req-f9e4d875-30cb-486d-9903-94c643112435 53d59a1fedd84410b565c89c47e79f0e d95dfb6351eb41b0b9fe4ba1ecc0a015 - - default default] TaaS: Handle Delete Port: 2f254771-9cc7-44fe-b036-62abc93a3ee4 2026-04-14 07:30:44.088 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9e4d875-30cb-486d-9903-94c643112435 53d59a1fedd84410b565c89c47e79f0e d95dfb6351eb41b0b9fe4ba1ecc0a015 - - default default] Tap Mirror: Handle Delete Port: 2f254771-9cc7-44fe-b036-62abc93a3ee4 [pid: 8|app: 0|req: 643/1216] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:30:43 2026] DELETE /v2.0/ports/2f254771-9cc7-44fe-b036-62abc93a3ee4 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1217] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:30:44 2026] GET /v2.0/ports?tenant_id=1b56db3af9a440059e4b68e2e3f9a927&device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => 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: 645/1218] 10.0.0.105 () {30 vars in 724 bytes} [Tue Apr 14 07:30:44 2026] GET /v2.0/quotas/6b31802c76934dcc9821da1d704bdb99/details => generated 847 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1219] 10.0.0.98 () {32 vars in 642 bytes} [Tue Apr 14 07:30:44 2026] GET /v2.0/ports => generated 781 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1220] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:30:44 2026] GET /v2.0/networks?id=43228c6d-730e-4169-a1c0-b624c362ff25 => generated 772 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:44.390 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a7ed1256-ea14-4b8d-83d2-3aa9f71de112 53d59a1fedd84410b565c89c47e79f0e d95dfb6351eb41b0b9fe4ba1ecc0a015 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 648/1221] 10.0.0.98 () {32 vars in 716 bytes} [Tue Apr 14 07:30:44 2026] GET /v2.0/ports/2f254771-9cc7-44fe-b036-62abc93a3ee4 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1222] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:30:43 2026] PUT /v2.0/routers/0d7ec822-d925-4824-b195-f077aebf41e5/remove_router_interface => generated 309 bytes in 673 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1223] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Apr 14 07:30:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=b7213534-e1cc-41e6-a40e-97d52ef8aa59 => generated 859 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1224] 10.0.0.98 () {32 vars in 642 bytes} [Tue Apr 14 07:30:44 2026] GET /v2.0/ports => generated 781 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1225] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:30:44 2026] GET /v2.0/subnets?id=8c26b116-c74a-4117-a87e-257124c52829 => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1226] 10.0.0.98 () {32 vars in 716 bytes} [Tue Apr 14 07:30:44 2026] GET /v2.0/ports/2559a0e6-da3a-4bd8-a8bc-0822cebd3c61 => generated 778 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1227] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:30:44 2026] GET /v2.0/ports?network_id=43228c6d-730e-4169-a1c0-b624c362ff25&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:30:44.609 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c3cb926b-40ab-49d0-8567-9f69776bcf50 53d59a1fedd84410b565c89c47e79f0e d95dfb6351eb41b0b9fe4ba1ecc0a015 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 579/1228] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:30:44 2026] DELETE /v2.0/ports/2fe8a217-3383-4504-a0fc-31de7e6fe923 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1229] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:30:44 2026] GET /v2.0/networks/43228c6d-730e-4169-a1c0-b624c362ff25?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:30:44.656 7 INFO neutron.pecan_wsgi.hooks.translation [None req-420f8b78-7e85-4577-a7b6-026950b3cda6 53d59a1fedd84410b565c89c47e79f0e d95dfb6351eb41b0b9fe4ba1ecc0a015 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 581/1230] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:44 2026] DELETE /v2.0/subnets/f2c0c510-2f39-4d5a-9df1-0a831db6dc59 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1231] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:30:44 2026] GET /v2.0/networks/43228c6d-730e-4169-a1c0-b624c362ff25?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:30:44.707 7 INFO neutron.pecan_wsgi.hooks.translation [None req-82e82a55-5d8b-43af-9570-45b590fd7349 53d59a1fedd84410b565c89c47e79f0e d95dfb6351eb41b0b9fe4ba1ecc0a015 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 583/1232] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:44 2026] DELETE /v2.0/subnets/790d13d6-14ca-4069-8b0a-d68ab2f3740d => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:30:44.748 8 INFO neutron_taas.services.taas.taas_plugin [None req-c61a1ca9-0e8a-4ad8-aa52-9652d9faaa19 bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] TaaS: Handle Delete Port: fc93027a-d374-4a33-879c-dceb1772b8a3 2026-04-14 07:30:44.751 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c61a1ca9-0e8a-4ad8-aa52-9652d9faaa19 bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] Tap Mirror: Handle Delete Port: fc93027a-d374-4a33-879c-dceb1772b8a3 2026-04-14 07:30:44.795 7 INFO neutron_taas.services.taas.taas_plugin [None req-4bb953e7-f34f-45b0-94cb-a486d9ba9d3c 53d59a1fedd84410b565c89c47e79f0e d95dfb6351eb41b0b9fe4ba1ecc0a015 - - default default] TaaS: Handle Delete Port: 2559a0e6-da3a-4bd8-a8bc-0822cebd3c61 2026-04-14 07:30:44.798 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4bb953e7-f34f-45b0-94cb-a486d9ba9d3c 53d59a1fedd84410b565c89c47e79f0e d95dfb6351eb41b0b9fe4ba1ecc0a015 - - default default] Tap Mirror: Handle Delete Port: 2559a0e6-da3a-4bd8-a8bc-0822cebd3c61 [pid: 7|app: 0|req: 584/1233] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:30:44 2026] DELETE /v2.0/ports/2559a0e6-da3a-4bd8-a8bc-0822cebd3c61 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:45.026 7 INFO neutron.services.segments.plugin [-] Segment 6a6661ee-9509-46f9-bf18-010b6d1048ba resource provider aggregate not found 2026-04-14 07:30:45.035 7 INFO neutron.services.segments.plugin [-] Segment 6a6661ee-9509-46f9-bf18-010b6d1048ba resource provider aggregate not found 2026-04-14 07:30:45.051 7 INFO neutron.services.segments.plugin [-] Segment 6a6661ee-9509-46f9-bf18-010b6d1048ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a6661ee-9509-46f9-bf18-010b6d1048ba found for delete ", "request_id": "req-f8ec1996-83f0-437d-82ad-3a7618e924ee"}]} 2026-04-14 07:30:45.059 7 INFO neutron.services.segments.plugin [-] Segment 6a6661ee-9509-46f9-bf18-010b6d1048ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a6661ee-9509-46f9-bf18-010b6d1048ba found for delete ", "request_id": "req-1f61da99-26d3-4877-a39c-591d29dd3b9e"}]} [pid: 7|app: 0|req: 585/1234] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:44 2026] DELETE /v2.0/networks/62258c39-3d8f-42fe-b41c-3e53d49ee39f => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1235] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:30:44 2026] PUT /v2.0/routers/0d7ec822-d925-4824-b195-f077aebf41e5/remove_router_interface => generated 309 bytes in 724 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1236] 10.0.0.98 () {32 vars in 735 bytes} [Tue Apr 14 07:30:45 2026] GET /v2.0/ports?device_id=0d7ec822-d925-4824-b195-f077aebf41e5 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:30:45.356 8 INFO neutron_taas.services.taas.taas_plugin [None req-03fa02d5-45e8-46d0-a107-69461b4a0296 bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] TaaS: Handle Delete Port: dd1793b8-a3c1-417d-9b3a-6f9ce5189cde 2026-04-14 07:30:45.359 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03fa02d5-45e8-46d0-a107-69461b4a0296 bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] Tap Mirror: Handle Delete Port: dd1793b8-a3c1-417d-9b3a-6f9ce5189cde [pid: 7|app: 0|req: 587/1237] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:30:45 2026] GET /v2.0/security-groups?tenant_id=d95dfb6351eb41b0b9fe4ba1ecc0a015&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:30:45.727 8 INFO neutron.services.segments.plugin [-] Segment fe4899cf-894a-4d85-a0c6-ff5b447ed18a resource provider aggregate not found 2026-04-14 07:30:45.733 8 INFO neutron.services.segments.plugin [-] Segment fe4899cf-894a-4d85-a0c6-ff5b447ed18a resource provider aggregate not found 2026-04-14 07:30:45.755 8 INFO neutron.db.l3_hamode_db [None req-03fa02d5-45e8-46d0-a107-69461b4a0296 bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] HA network 41106a71-1e65-4875-acb2-eb4befd23383 was deleted as no HA routers are present in tenant d3b0426c269748568306cb455503b4ba. 2026-04-14 07:30:45.758 8 INFO neutron.services.segments.plugin [-] Segment fe4899cf-894a-4d85-a0c6-ff5b447ed18a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe4899cf-894a-4d85-a0c6-ff5b447ed18a found for delete ", "request_id": "req-e95ed432-b5fc-4f7c-b652-649096f133f0"}]} 2026-04-14 07:30:45.763 8 INFO neutron.services.segments.plugin [-] Segment fe4899cf-894a-4d85-a0c6-ff5b447ed18a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe4899cf-894a-4d85-a0c6-ff5b447ed18a found for delete ", "request_id": "req-97c36a89-8adf-4b4a-ac9b-1b285a7679c1"}]} [pid: 8|app: 0|req: 651/1238] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:45 2026] DELETE /v2.0/routers/0d7ec822-d925-4824-b195-f077aebf41e5 => generated 0 bytes in 579 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1239] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:45 2026] DELETE /v2.0/security-groups/2902e83e-3dec-4d73-a463-f7f1001f4364 => 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: 652/1240] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:45 2026] DELETE /v2.0/subnets/5ab7362b-af3f-4002-8381-3ce5a2d0c775 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1241] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:45 2026] DELETE /v2.0/subnets/30e08670-2ccc-4638-b7ee-82e77274d255 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:46.311 8 INFO neutron_taas.services.taas.taas_plugin [None req-282d82dd-34e1-470a-9997-8c7a0d1fba98 bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] TaaS: Handle Delete Port: 349e6cc2-3a44-4336-8d55-22c4239705fa 2026-04-14 07:30:46.313 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-282d82dd-34e1-470a-9997-8c7a0d1fba98 bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] Tap Mirror: Handle Delete Port: 349e6cc2-3a44-4336-8d55-22c4239705fa [pid: 8|app: 0|req: 653/1242] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:46 2026] DELETE /v2.0/networks/bb077812-12bf-4b50-8524-7aab08b93dba => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:46.597 7 INFO neutron_taas.services.taas.taas_plugin [None req-8eda8e8c-0e4d-4c95-b834-b3f978d24c1e bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] TaaS: Handle Delete Port: 3f2244e3-18ef-44d7-816a-e856b0c61abc 2026-04-14 07:30:46.600 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8eda8e8c-0e4d-4c95-b834-b3f978d24c1e bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] Tap Mirror: Handle Delete Port: 3f2244e3-18ef-44d7-816a-e856b0c61abc [pid: 7|app: 0|req: 590/1243] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:46 2026] DELETE /v2.0/networks/f6d9eab9-3559-4185-ada5-7b00cd34ddbe => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:46.869 8 INFO neutron.db.segments_db [None req-ecdb2bc5-29d0-4044-a83e-41c0e99fb986 bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] Added segment 0a06c980-b5b4-474e-abab-c5a99e962113 of type vxlan for network 79015e59-eaa1-4b0d-b2ff-f5d3f6ce189d [pid: 8|app: 0|req: 654/1244] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:30:46 2026] POST /v2.0/networks => generated 614 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:30:47.078 7 INFO neutron.services.segments.plugin [-] Segment 34748bdd-a9be-4577-b386-e487b35855a6 resource provider aggregate not found 2026-04-14 07:30:47.089 7 INFO neutron.services.segments.plugin [-] Segment 34748bdd-a9be-4577-b386-e487b35855a6 resource provider aggregate not found 2026-04-14 07:30:47.121 7 INFO neutron.services.segments.plugin [-] Segment 34748bdd-a9be-4577-b386-e487b35855a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34748bdd-a9be-4577-b386-e487b35855a6 found for delete ", "request_id": "req-60c352f9-9ecf-4a97-bba5-c25a490192f6"}]} 2026-04-14 07:30:47.123 7 INFO neutron.services.segments.plugin [-] Segment 34748bdd-a9be-4577-b386-e487b35855a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34748bdd-a9be-4577-b386-e487b35855a6 found for delete ", "request_id": "req-21a02821-ee5f-4287-af05-c7f22be2ad0f"}]} [pid: 7|app: 0|req: 591/1245] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:46 2026] POST /v2.0/subnets => generated 646 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:30:47.315 8 INFO neutron.db.segments_db [None req-2849222f-b74c-4b28-9448-b7092492a738 bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] Added segment 64a6b9d0-90fb-4ab6-8535-e5d09d66e38f of type vxlan for network c694bc2c-a0b3-465d-80e2-4400a3d682ea 2026-04-14 07:30:47.604 8 INFO neutron.db.l3_hamode_db [None req-2849222f-b74c-4b28-9448-b7092492a738 bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:30:47.715 8 INFO neutron.db.l3_hamode_db [None req-2849222f-b74c-4b28-9448-b7092492a738 bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 592/1246] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:30:47 2026] GET /v2.0/security-groups?tenant_id=6b31802c76934dcc9821da1d704bdb99&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:30:47.787 8 INFO neutron.services.segments.plugin [-] Segment ee82b310-c043-4848-be95-5e66e1a502bc resource provider aggregate not found 2026-04-14 07:30:47.791 8 INFO neutron.services.segments.plugin [-] Segment ee82b310-c043-4848-be95-5e66e1a502bc resource provider aggregate not found 2026-04-14 07:30:47.806 8 INFO neutron.services.segments.plugin [-] Segment ee82b310-c043-4848-be95-5e66e1a502bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee82b310-c043-4848-be95-5e66e1a502bc found for delete ", "request_id": "req-3b2ff825-1a6d-457c-a211-0a663a5ca2d8"}]} 2026-04-14 07:30:47.814 8 INFO neutron.services.segments.plugin [-] Segment ee82b310-c043-4848-be95-5e66e1a502bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee82b310-c043-4848-be95-5e66e1a502bc found for delete ", "request_id": "req-27463c09-e46d-41c1-a4bb-1768e4369587"}]} [pid: 7|app: 0|req: 593/1247] 10.0.0.98 () {34 vars in 683 bytes} [Tue Apr 14 07:30:47 2026] POST /v2.0/security-groups => generated 1624 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1248] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:47 2026] DELETE /v2.0/security-groups/35375f82-ca96-4497-9b08-cd193ace5304 => 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: 595/1249] 10.0.0.98 () {32 vars in 662 bytes} [Tue Apr 14 07:30:48 2026] GET /v2.0/security-groups => generated 4529 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1250] 10.0.0.98 () {34 vars in 757 bytes} [Tue Apr 14 07:30:48 2026] PUT /v2.0/security-groups/8a8152f0-b5bc-47df-be51-fad8550c9cef => generated 1663 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1253] 10.0.0.98 () {32 vars in 736 bytes} [Tue Apr 14 07:30:48 2026] GET /v2.0/security-groups/8a8152f0-b5bc-47df-be51-fad8550c9cef => generated 1663 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1254] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:48 2026] DELETE /v2.0/security-groups/8a8152f0-b5bc-47df-be51-fad8550c9cef => 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: 655/1255] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:47 2026] POST /v2.0/routers => generated 511 bytes in 1105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1256] 10.0.0.98 () {32 vars in 662 bytes} [Tue Apr 14 07:30:48 2026] GET /v2.0/security-groups => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:30:48.381 7 INFO neutron.api.v2.resource [None req-dc7bc538-2103-4c1f-8440-a689926bab69 fe268e7940004d64a8ac7a8d69845d47 bdf0f30051a04ea1a060498abef8ed5c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 602/1257] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:48 2026] DELETE /v2.0/security-groups/8a8152f0-b5bc-47df-be51-fad8550c9cef => 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: 603/1258] 10.0.0.98 () {34 vars in 683 bytes} [Tue Apr 14 07:30:48 2026] POST /v2.0/security-groups => generated 1625 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1259] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:30:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1260] 10.0.0.98 () {32 vars in 746 bytes} [Tue Apr 14 07:30:48 2026] GET /v2.0/security-group-rules/cc5140a0-d275-44fe-a411-9a36ab945bf9 => 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: 656/1261] 10.0.0.98 () {34 vars in 664 bytes} [Tue Apr 14 07:30:48 2026] POST /v2.0/ports => generated 963 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1262] 10.0.0.98 () {32 vars in 672 bytes} [Tue Apr 14 07:30:48 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 607/1263] 10.0.0.98 () {32 vars in 749 bytes} [Tue Apr 14 07:30:48 2026] DELETE /v2.0/security-group-rules/cc5140a0-d275-44fe-a411-9a36ab945bf9 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1264] 10.0.0.98 () {32 vars in 672 bytes} [Tue Apr 14 07:30:48 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1265] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:30:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1266] 10.0.0.98 () {32 vars in 746 bytes} [Tue Apr 14 07:30:48 2026] GET /v2.0/security-group-rules/bd60839b-1b82-4ff6-9ad9-4e6da4f35e0c => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1267] 10.0.0.98 () {32 vars in 672 bytes} [Tue Apr 14 07:30:48 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1268] 10.0.0.98 () {32 vars in 749 bytes} [Tue Apr 14 07:30:49 2026] DELETE /v2.0/security-group-rules/bd60839b-1b82-4ff6-9ad9-4e6da4f35e0c => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1269] 10.0.0.98 () {32 vars in 672 bytes} [Tue Apr 14 07:30:49 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:30:49.218 7 INFO neutron.db.securitygroups_db [None req-a55103c2-3942-4fec-b778-8c82a2f5b85d fe268e7940004d64a8ac7a8d69845d47 bdf0f30051a04ea1a060498abef8ed5c - - default default] Project bdf0f30051a04ea1a060498abef8ed5c 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: 614/1270] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:30:49 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: 7|app: 0|req: 615/1271] 10.0.0.98 () {32 vars in 746 bytes} [Tue Apr 14 07:30:49 2026] GET /v2.0/security-group-rules/9c0ffc57-9f6f-4fd2-88b2-1b75091d7af6 => generated 607 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1272] 10.0.0.98 () {32 vars in 672 bytes} [Tue Apr 14 07:30:49 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1273] 10.0.0.98 () {32 vars in 749 bytes} [Tue Apr 14 07:30:49 2026] DELETE /v2.0/security-group-rules/9c0ffc57-9f6f-4fd2-88b2-1b75091d7af6 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1274] 10.0.0.98 () {32 vars in 672 bytes} [Tue Apr 14 07:30:49 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1275] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:49 2026] DELETE /v2.0/security-groups/79794e81-d4b8-42d1-8927-eb5f8112c3d0 => 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: 620/1276] 10.0.0.98 () {32 vars in 662 bytes} [Tue Apr 14 07:30:49 2026] GET /v2.0/security-groups => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1277] 10.0.0.98 () {32 vars in 662 bytes} [Tue Apr 14 07:30:49 2026] GET /v2.0/security-groups => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1278] 10.0.0.98 () {34 vars in 782 bytes} [Tue Apr 14 07:30:48 2026] PUT /v2.0/routers/95033675-2bfc-41ed-bb78-47caccda8a04/add_router_interface => generated 309 bytes in 1036 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1279] 10.0.0.98 () {32 vars in 716 bytes} [Tue Apr 14 07:30:49 2026] GET /v2.0/ports/332f565a-cddf-4cd6-aae8-b633452f5f53 => generated 1037 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 623/1280] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:30:49 2026] GET /v2.0/security-groups?tenant_id=bdf0f30051a04ea1a060498abef8ed5c&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:30:50.207 8 INFO neutron_taas.services.taas.taas_plugin [None req-0ff78f50-6256-493b-bde6-055f1c827fac bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] TaaS: Handle Delete Port: 332f565a-cddf-4cd6-aae8-b633452f5f53 2026-04-14 07:30:50.211 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ff78f50-6256-493b-bde6-055f1c827fac bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] Tap Mirror: Handle Delete Port: 332f565a-cddf-4cd6-aae8-b633452f5f53 [pid: 7|app: 0|req: 624/1281] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:50 2026] DELETE /v2.0/security-groups/09e3c495-7b35-4fe0-9f24-d03bba39db5d => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1282] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:30:49 2026] PUT /v2.0/routers/95033675-2bfc-41ed-bb78-47caccda8a04/remove_router_interface => generated 309 bytes in 846 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:50.791 7 INFO neutron.api.v2.resource [None req-ebff5057-1810-4d9c-8b19-5cb32c7e1a9b bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 625/1283] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:30:50 2026] PUT /v2.0/routers/95033675-2bfc-41ed-bb78-47caccda8a04/remove_router_interface => generated 197 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 659/1284] 10.0.0.98 () {32 vars in 735 bytes} [Tue Apr 14 07:30:50 2026] GET /v2.0/ports?device_id=95033675-2bfc-41ed-bb78-47caccda8a04 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:30:50.947 7 INFO neutron_taas.services.taas.taas_plugin [None req-f9593983-166c-4fc2-893e-2b43d8fdc60a bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] TaaS: Handle Delete Port: 34ad6593-eb26-4dde-8047-216f41254274 2026-04-14 07:30:50.949 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9593983-166c-4fc2-893e-2b43d8fdc60a bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] Tap Mirror: Handle Delete Port: 34ad6593-eb26-4dde-8047-216f41254274 2026-04-14 07:30:51.352 7 INFO neutron.services.segments.plugin [-] Segment 64a6b9d0-90fb-4ab6-8535-e5d09d66e38f resource provider aggregate not found 2026-04-14 07:30:51.365 7 INFO neutron.services.segments.plugin [-] Segment 64a6b9d0-90fb-4ab6-8535-e5d09d66e38f resource provider aggregate not found 2026-04-14 07:30:51.370 7 INFO neutron.services.segments.plugin [-] Segment 64a6b9d0-90fb-4ab6-8535-e5d09d66e38f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64a6b9d0-90fb-4ab6-8535-e5d09d66e38f found for delete ", "request_id": "req-0940d348-20dc-42b7-b15f-68ec2823352c"}]} 2026-04-14 07:30:51.378 7 INFO neutron.db.l3_hamode_db [None req-f9593983-166c-4fc2-893e-2b43d8fdc60a bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] HA network c694bc2c-a0b3-465d-80e2-4400a3d682ea was deleted as no HA routers are present in tenant d3b0426c269748568306cb455503b4ba. [pid: 7|app: 0|req: 626/1285] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:50 2026] DELETE /v2.0/routers/95033675-2bfc-41ed-bb78-47caccda8a04 => generated 0 bytes in 559 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:30:51.387 7 INFO neutron.services.segments.plugin [-] Segment 64a6b9d0-90fb-4ab6-8535-e5d09d66e38f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64a6b9d0-90fb-4ab6-8535-e5d09d66e38f found for delete ", "request_id": "req-6e11e1f6-89eb-49ab-b0d8-e3863fa7c34c"}]} [pid: 8|app: 0|req: 660/1286] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:51 2026] DELETE /v2.0/subnets/87c50ce3-842b-40a7-adfb-f26b39423d89 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1287] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:51 2026] DELETE /v2.0/networks/79015e59-eaa1-4b0d-b2ff-f5d3f6ce189d => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:51.702 8 INFO neutron.db.segments_db [None req-bb0c67d7-d270-417b-aaf1-aac885b4b17d bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] Added segment 861dd53f-e558-4556-90b2-2888accf8c68 of type vxlan for network ac488f87-e8db-4574-a6e0-e8cdcd427a70 [pid: 8|app: 0|req: 661/1288] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:30:51 2026] POST /v2.0/networks => generated 615 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1289] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:51 2026] POST /v2.0/subnets => generated 646 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:30:52.101 8 INFO neutron.db.segments_db [None req-d4325c6a-0f5a-4bb5-8a15-ec656b36c303 bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] Added segment eea20b29-28b9-485c-8030-675547d2dd02 of type vxlan for network dff8f8dd-be77-4347-859e-17bb20d80995 2026-04-14 07:30:52.358 8 INFO neutron.db.l3_hamode_db [None req-d4325c6a-0f5a-4bb5-8a15-ec656b36c303 bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 629/1290] 10.0.0.98 () {34 vars in 683 bytes} [Tue Apr 14 07:30:52 2026] POST /v2.0/security-groups => generated 1624 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 07:30:52.484 8 INFO neutron.db.l3_hamode_db [None req-d4325c6a-0f5a-4bb5-8a15-ec656b36c303 bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:30:52.711 7 INFO neutron.db.segments_db [None req-1b03ac6b-a1eb-4d55-b7dc-5c3c7347a2a5 e7c77e1797fc4f5db747b2200d330060 df3ff0a8766c44e9bd6f4e3f7d4242d8 - - default default] Added segment 552e1f76-9e2a-4049-abca-d63d1376fc56 of type vxlan for network 15d0caca-3d05-4a52-8cf3-1849c671a586 [pid: 7|app: 0|req: 630/1291] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:30:52 2026] POST /v2.0/networks => generated 707 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1292] 10.0.0.98 () {32 vars in 662 bytes} [Tue Apr 14 07:30:52 2026] GET /v2.0/security-groups => generated 4529 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1293] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:52 2026] POST /v2.0/subnets => generated 644 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1294] 10.0.0.98 () {34 vars in 757 bytes} [Tue Apr 14 07:30:52 2026] PUT /v2.0/security-groups/c5eccb1e-1e68-4f21-a19f-718879e5ed65 => generated 1663 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:30:53.073 7 WARNING neutron.api.v2.base [None req-44cd9cce-86ce-4b67-bed8-452747711826 e7c77e1797fc4f5db747b2200d330060 df3ff0a8766c44e9bd6f4e3f7d4242d8 - - 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-04-14 07:30:53.074 7 INFO neutron.api.v2.resource [None req-44cd9cce-86ce-4b67-bed8-452747711826 e7c77e1797fc4f5db747b2200d330060 df3ff0a8766c44e9bd6f4e3f7d4242d8 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 634/1295] 10.0.0.98 () {34 vars in 680 bytes} [Tue Apr 14 07:30:53 2026] POST /v2.0/rbac-policies => generated 143 bytes in 5 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1296] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:52 2026] POST /v2.0/routers => generated 511 bytes in 1038 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1297] 10.0.0.98 () {32 vars in 736 bytes} [Tue Apr 14 07:30:53 2026] GET /v2.0/security-groups/c5eccb1e-1e68-4f21-a19f-718879e5ed65 => generated 1663 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:30:53.252 8 INFO neutron.services.segments.plugin [-] Segment 552e1f76-9e2a-4049-abca-d63d1376fc56 resource provider aggregate not found 2026-04-14 07:30:53.256 8 INFO neutron.services.segments.plugin [-] Segment 552e1f76-9e2a-4049-abca-d63d1376fc56 resource provider aggregate not found 2026-04-14 07:30:53.286 8 INFO neutron.services.segments.plugin [-] Segment 552e1f76-9e2a-4049-abca-d63d1376fc56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 552e1f76-9e2a-4049-abca-d63d1376fc56 found for delete ", "request_id": "req-a18c3bfa-8ee0-4369-9e22-07ea4752416e"}]} 2026-04-14 07:30:53.289 8 INFO neutron.services.segments.plugin [-] Segment 552e1f76-9e2a-4049-abca-d63d1376fc56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 552e1f76-9e2a-4049-abca-d63d1376fc56 found for delete ", "request_id": "req-26398b94-e8aa-45c7-9fe7-ad4103bda9e2"}]} [pid: 8|app: 0|req: 663/1298] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:53 2026] DELETE /v2.0/networks/15d0caca-3d05-4a52-8cf3-1849c671a586 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:53.390 7 INFO neutron.services.segments.plugin [-] Segment 0a06c980-b5b4-474e-abab-c5a99e962113 resource provider aggregate not found [pid: 8|app: 0|req: 664/1299] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:53 2026] DELETE /v2.0/security-groups/c5eccb1e-1e68-4f21-a19f-718879e5ed65 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:30:53.408 7 INFO neutron.services.segments.plugin [-] Segment 0a06c980-b5b4-474e-abab-c5a99e962113 resource provider aggregate not found 2026-04-14 07:30:53.412 7 INFO neutron.services.segments.plugin [-] Segment 0a06c980-b5b4-474e-abab-c5a99e962113 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a06c980-b5b4-474e-abab-c5a99e962113 found for delete ", "request_id": "req-e0c6cc60-48b4-4768-8fb4-694cc6b00d68"}]} 2026-04-14 07:30:53.432 7 INFO neutron.services.segments.plugin [-] Segment 0a06c980-b5b4-474e-abab-c5a99e962113 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a06c980-b5b4-474e-abab-c5a99e962113 found for delete ", "request_id": "req-242c25e8-66c3-4657-9b78-9988131c2258"}]} 2026-04-14 07:30:53.443 8 INFO neutron.db.segments_db [None req-1d63c1f9-eb84-429a-9a99-79d5195ea2e7 e7c77e1797fc4f5db747b2200d330060 df3ff0a8766c44e9bd6f4e3f7d4242d8 - - default default] Added segment 9f9cb93a-d7c9-4226-9341-5210f760a09d of type vxlan for network 30b9ad40-19d8-452d-9c2a-48a2068ff584 [pid: 8|app: 0|req: 665/1300] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:30:53 2026] POST /v2.0/networks => generated 708 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1301] 10.0.0.98 () {32 vars in 662 bytes} [Tue Apr 14 07:30:53 2026] GET /v2.0/security-groups => generated 2925 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1302] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:53 2026] POST /v2.0/subnets => generated 647 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:30:53.766 8 INFO neutron.api.v2.resource [None req-cf796c12-9687-4c99-a3a1-c3ac41f687c9 ebf1d5dedb1741139d171cc91dbefa7b cde9f33bf25841cf8e2f842700456277 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 668/1303] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:53 2026] DELETE /v2.0/security-groups/c5eccb1e-1e68-4f21-a19f-718879e5ed65 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1304] 10.0.0.206 () {34 vars in 990 bytes} [Tue Apr 14 07:30:53 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 1244 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:30:53.876 8 WARNING neutron.api.v2.base [None req-4db51a1c-5242-4e4c-9b82-36344b97b02d e7c77e1797fc4f5db747b2200d330060 df3ff0a8766c44e9bd6f4e3f7d4242d8 - - 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-04-14 07:30:53.877 8 INFO neutron.api.v2.resource [None req-4db51a1c-5242-4e4c-9b82-36344b97b02d e7c77e1797fc4f5db747b2200d330060 df3ff0a8766c44e9bd6f4e3f7d4242d8 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 670/1305] 10.0.0.98 () {34 vars in 680 bytes} [Tue Apr 14 07:30:53 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: 8|app: 0|req: 671/1306] 10.0.0.98 () {34 vars in 683 bytes} [Tue Apr 14 07:30:53 2026] POST /v2.0/security-groups => generated 1624 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1307] 10.0.0.206 () {34 vars in 1040 bytes} [Tue Apr 14 07:30:54 2026] GET /v2.0/security-groups?id=0ab2f319-fe72-40f2-9f55-ebb03ff71fb4&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: 636/1308] 10.0.0.98 () {34 vars in 782 bytes} [Tue Apr 14 07:30:53 2026] PUT /v2.0/routers/287a9c50-ed5f-42f5-8038-c8f62f5be8ef/add_router_interface => generated 309 bytes in 995 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1309] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:30:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1310] 10.0.0.98 () {32 vars in 716 bytes} [Tue Apr 14 07:30:54 2026] GET /v2.0/ports/5adb4dbb-d0f2-4a5e-bb76-26ab80ea4936 => generated 959 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1311] 10.0.0.98 () {32 vars in 746 bytes} [Tue Apr 14 07:30:54 2026] GET /v2.0/security-group-rules/e46694e4-c3da-48a8-8b95-f0ad63871125 => 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: 673/1312] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:54 2026] DELETE /v2.0/networks/30b9ad40-19d8-452d-9c2a-48a2068ff584 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1313] 10.0.0.98 () {32 vars in 672 bytes} [Tue Apr 14 07:30:54 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:30:54.423 8 INFO neutron.db.segments_db [None req-a9e5d579-9026-42f1-87e0-317936937982 e7c77e1797fc4f5db747b2200d330060 df3ff0a8766c44e9bd6f4e3f7d4242d8 - - default default] Added segment 393688b9-abf0-4cc5-b9b1-f585cd1ea985 of type vxlan for network 530e18ea-a2ab-4fa6-af17-e61e54fc1f94 [pid: 8|app: 0|req: 675/1314] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:30:54 2026] POST /v2.0/networks => generated 707 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1315] 10.0.0.98 () {32 vars in 749 bytes} [Tue Apr 14 07:30:54 2026] DELETE /v2.0/security-group-rules/e46694e4-c3da-48a8-8b95-f0ad63871125 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:30:54.594 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f47e036-f059-41e7-8eff-32316d0afc1d bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] TaaS: Handle Delete Port: 5adb4dbb-d0f2-4a5e-bb76-26ab80ea4936 2026-04-14 07:30:54.597 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f47e036-f059-41e7-8eff-32316d0afc1d bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] Tap Mirror: Handle Delete Port: 5adb4dbb-d0f2-4a5e-bb76-26ab80ea4936 [pid: 8|app: 0|req: 677/1316] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:54 2026] POST /v2.0/subnets => generated 647 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1317] 10.0.0.98 () {32 vars in 672 bytes} [Tue Apr 14 07:30:54 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1318] 10.0.0.98 () {34 vars in 680 bytes} [Tue Apr 14 07:30:54 2026] POST /v2.0/rbac-policies => generated 324 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1319] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:30:54 2026] PUT /v2.0/routers/287a9c50-ed5f-42f5-8038-c8f62f5be8ef/remove_router_interface => generated 309 bytes in 738 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1320] 10.0.0.98 () {32 vars in 735 bytes} [Tue Apr 14 07:30:54 2026] GET /v2.0/ports?device_id=287a9c50-ed5f-42f5-8038-c8f62f5be8ef => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1321] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:30:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1322] 10.0.0.98 () {32 vars in 746 bytes} [Tue Apr 14 07:30:55 2026] GET /v2.0/security-group-rules/d5f3bcfe-9a6f-4312-8dec-ff38b08ef53e => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:55.201 7 INFO neutron_taas.services.taas.taas_plugin [None req-e22d7c44-6e87-43a5-8753-2188a79b552a bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] TaaS: Handle Delete Port: 6e9372ae-af7c-4f99-942c-5728d9838c91 2026-04-14 07:30:55.204 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e22d7c44-6e87-43a5-8753-2188a79b552a bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] Tap Mirror: Handle Delete Port: 6e9372ae-af7c-4f99-942c-5728d9838c91 [pid: 8|app: 0|req: 682/1323] 10.0.0.98 () {32 vars in 672 bytes} [Tue Apr 14 07:30:55 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1324] 10.0.0.98 () {32 vars in 749 bytes} [Tue Apr 14 07:30:55 2026] DELETE /v2.0/security-group-rules/d5f3bcfe-9a6f-4312-8dec-ff38b08ef53e => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:30:55.305 8 INFO neutron.services.segments.plugin [-] Segment 9f9cb93a-d7c9-4226-9341-5210f760a09d resource provider aggregate not found 2026-04-14 07:30:55.313 8 INFO neutron.services.segments.plugin [-] Segment 9f9cb93a-d7c9-4226-9341-5210f760a09d resource provider aggregate not found 2026-04-14 07:30:55.323 8 INFO neutron.services.segments.plugin [-] Segment 9f9cb93a-d7c9-4226-9341-5210f760a09d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f9cb93a-d7c9-4226-9341-5210f760a09d found for delete ", "request_id": "req-08857cdc-7ebe-4d06-988f-c7e046868f76"}]} 2026-04-14 07:30:55.331 8 INFO neutron.services.segments.plugin [-] Segment 9f9cb93a-d7c9-4226-9341-5210f760a09d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f9cb93a-d7c9-4226-9341-5210f760a09d found for delete ", "request_id": "req-ea3f0ee2-83de-452d-8175-2d91d93f9434"}]} [pid: 8|app: 0|req: 684/1325] 10.0.0.98 () {32 vars in 672 bytes} [Tue Apr 14 07:30:55 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1326] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:30:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:30:55.542 7 INFO neutron.services.segments.plugin [-] Segment eea20b29-28b9-485c-8030-675547d2dd02 resource provider aggregate not found 2026-04-14 07:30:55.548 7 INFO neutron.services.segments.plugin [-] Segment eea20b29-28b9-485c-8030-675547d2dd02 resource provider aggregate not found [pid: 8|app: 0|req: 686/1327] 10.0.0.98 () {32 vars in 722 bytes} [Tue Apr 14 07:30:55 2026] GET /v2.0/networks/530e18ea-a2ab-4fa6-af17-e61e54fc1f94 => generated 654 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:55.563 7 INFO neutron.services.segments.plugin [-] Segment eea20b29-28b9-485c-8030-675547d2dd02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eea20b29-28b9-485c-8030-675547d2dd02 found for delete ", "request_id": "req-89520d9f-b572-445a-9186-c554926b37fe"}]} 2026-04-14 07:30:55.569 7 INFO neutron.services.segments.plugin [-] Segment eea20b29-28b9-485c-8030-675547d2dd02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eea20b29-28b9-485c-8030-675547d2dd02 found for delete ", "request_id": "req-9c82c6b6-198b-40ab-818d-59d6cd274116"}]} [pid: 8|app: 0|req: 687/1328] 10.0.0.98 () {32 vars in 746 bytes} [Tue Apr 14 07:30:55 2026] GET /v2.0/security-group-rules/edd242b6-0221-40b6-8a55-f64d0f9b2545 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:55.583 7 INFO neutron.db.l3_hamode_db [None req-e22d7c44-6e87-43a5-8753-2188a79b552a bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] HA network dff8f8dd-be77-4347-859e-17bb20d80995 was deleted as no HA routers are present in tenant d3b0426c269748568306cb455503b4ba. [pid: 7|app: 0|req: 642/1329] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:55 2026] DELETE /v2.0/routers/287a9c50-ed5f-42f5-8038-c8f62f5be8ef => generated 0 bytes in 568 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1330] 10.0.0.98 () {32 vars in 672 bytes} [Tue Apr 14 07:30:55 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1331] 10.0.0.98 () {32 vars in 749 bytes} [Tue Apr 14 07:30:55 2026] DELETE /v2.0/security-group-rules/edd242b6-0221-40b6-8a55-f64d0f9b2545 => 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: 643/1332] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:55 2026] DELETE /v2.0/subnets/0937d5b1-31eb-42f6-9ff0-21a6e811169f => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1333] 10.0.0.98 () {32 vars in 672 bytes} [Tue Apr 14 07:30:55 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1334] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:55 2026] DELETE /v2.0/security-groups/bdae4493-d9fd-4a98-bbb8-38dd02c42335 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1335] 10.0.0.98 () {32 vars in 662 bytes} [Tue Apr 14 07:30:55 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) [pid: 7|app: 0|req: 644/1336] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:55 2026] DELETE /v2.0/networks/ac488f87-e8db-4574-a6e0-e8cdcd427a70 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1337] 10.0.0.98 () {32 vars in 662 bytes} [Tue Apr 14 07:30:55 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:30:55.896 7 INFO neutron.db.segments_db [None req-56077201-92b6-43ae-a02b-2e9a4c0d4dbc bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] Added segment cb7b4c4f-b21a-4758-adfe-c3eb72e040ad of type vxlan for network 7ff5f389-c9ce-4459-8b03-c9cd33e2400f 2026-04-14 07:30:55.975 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9fd93ce8-bd4b-4560-ac91-8858f4cc7cb6 7ed598c7c6f54d95a85b020d4d9cc09b e52bf930f1034bd0ba2cf3f9020fde05 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 694/1338] 10.0.0.98 () {32 vars in 722 bytes} [Tue Apr 14 07:30:55 2026] GET /v2.0/networks/530e18ea-a2ab-4fa6-af17-e61e54fc1f94 => generated 138 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:30:56.101 7 INFO neutron.db.l3_hamode_db [None req-56077201-92b6-43ae-a02b-2e9a4c0d4dbc bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 695/1339] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:30:55 2026] DELETE /v2.0/networks/530e18ea-a2ab-4fa6-af17-e61e54fc1f94 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:30:56.150 8 INFO neutron.pecan_wsgi.hooks.translation [None req-653c39cb-97da-43de-b8da-ce9c32e1778b e7c77e1797fc4f5db747b2200d330060 df3ff0a8766c44e9bd6f4e3f7d4242d8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 696/1340] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:56 2026] DELETE /v2.0/subnets/b2040ff4-6000-4221-95e3-f09674267394 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:30:56.167 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1cd2e93e-cd22-481a-a613-7ada8fca3e2f e7c77e1797fc4f5db747b2200d330060 df3ff0a8766c44e9bd6f4e3f7d4242d8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 697/1341] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:56 2026] DELETE /v2.0/subnets/6c6d8078-ce56-4300-b48f-24a6cc915828 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:30:56.184 8 INFO neutron.pecan_wsgi.hooks.translation [None req-95a587d4-e83f-4bde-806d-bb2a6d3ebcfe e7c77e1797fc4f5db747b2200d330060 df3ff0a8766c44e9bd6f4e3f7d4242d8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 698/1342] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:56 2026] DELETE /v2.0/subnets/5c83fcae-2ae3-4b3e-827c-59bb6d3fc7fd => 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: 699/1343] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:30:56 2026] GET /v2.0/security-groups?tenant_id=cde9f33bf25841cf8e2f842700456277&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1344] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:56 2026] DELETE /v2.0/security-groups/0ea045ef-61cf-4d20-967c-4e371b6f8db4 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:30:56.839 7 INFO neutron.db.l3_hamode_db [None req-56077201-92b6-43ae-a02b-2e9a4c0d4dbc bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 701/1345] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:30:56 2026] GET /v2.0/security-groups?tenant_id=962803adc3fc42c09b604b51af7df07d&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:30:57.342 8 INFO neutron.services.segments.plugin [-] Segment 393688b9-abf0-4cc5-b9b1-f585cd1ea985 resource provider aggregate not found 2026-04-14 07:30:57.352 8 INFO neutron.services.segments.plugin [-] Segment 393688b9-abf0-4cc5-b9b1-f585cd1ea985 resource provider aggregate not found 2026-04-14 07:30:57.360 8 INFO neutron.services.segments.plugin [-] Segment 393688b9-abf0-4cc5-b9b1-f585cd1ea985 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 393688b9-abf0-4cc5-b9b1-f585cd1ea985 found for delete ", "request_id": "req-060d988d-c54c-4b4a-ad4e-a91c43cbe589"}]} 2026-04-14 07:30:57.366 8 INFO neutron.services.segments.plugin [-] Segment 393688b9-abf0-4cc5-b9b1-f585cd1ea985 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 393688b9-abf0-4cc5-b9b1-f585cd1ea985 found for delete ", "request_id": "req-949eec90-a61e-4d7c-9eeb-57c594945e5b"}]} [pid: 8|app: 0|req: 702/1346] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:57 2026] DELETE /v2.0/security-groups/2128a0ff-f6fc-4c96-973f-161960748043 => 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: 703/1347] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:30:57 2026] GET /v2.0/security-groups?tenant_id=df3ff0a8766c44e9bd6f4e3f7d4242d8&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:30:57.590 7 INFO neutron.services.segments.plugin [-] Segment 861dd53f-e558-4556-90b2-2888accf8c68 resource provider aggregate not found 2026-04-14 07:30:57.597 7 INFO neutron.services.segments.plugin [-] Segment 861dd53f-e558-4556-90b2-2888accf8c68 resource provider aggregate not found 2026-04-14 07:30:57.616 7 INFO neutron.services.segments.plugin [-] Segment 861dd53f-e558-4556-90b2-2888accf8c68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 861dd53f-e558-4556-90b2-2888accf8c68 found for delete ", "request_id": "req-7ea47786-a25f-4a5a-abc3-1957810c396b"}]} 2026-04-14 07:30:57.619 7 INFO neutron.services.segments.plugin [-] Segment 861dd53f-e558-4556-90b2-2888accf8c68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 861dd53f-e558-4556-90b2-2888accf8c68 found for delete ", "request_id": "req-68282a21-1e71-4915-aee6-d17ca3164fda"}]} [pid: 8|app: 0|req: 704/1348] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:57 2026] DELETE /v2.0/security-groups/ed2ac2a2-381b-4132-aa58-72fdbb52256c => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1349] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:30:55 2026] POST /v2.0/routers => generated 692 bytes in 1864 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1350] 10.0.0.98 () {32 vars in 720 bytes} [Tue Apr 14 07:30:57 2026] GET /v2.0/routers/34b80271-eb4c-4fff-b417-49338c13c7de => generated 698 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1351] 10.0.0.98 () {32 vars in 646 bytes} [Tue Apr 14 07:30:57 2026] GET /v2.0/routers => generated 701 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1352] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:30:57 2026] GET /v2.0/security-groups?tenant_id=e52bf930f1034bd0ba2cf3f9020fde05&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1353] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:57 2026] DELETE /v2.0/security-groups/59592eb2-f7f7-464f-9ffc-a76ec2dd15b5 => 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: 707/1354] 10.0.0.98 () {34 vars in 740 bytes} [Tue Apr 14 07:30:57 2026] PUT /v2.0/routers/34b80271-eb4c-4fff-b417-49338c13c7de => generated 705 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1355] 10.0.0.98 () {32 vars in 720 bytes} [Tue Apr 14 07:30:58 2026] GET /v2.0/routers/34b80271-eb4c-4fff-b417-49338c13c7de => generated 705 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1356] 10.0.0.98 () {32 vars in 735 bytes} [Tue Apr 14 07:30:58 2026] GET /v2.0/ports?device_id=34b80271-eb4c-4fff-b417-49338c13c7de => 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: 709/1357] 10.0.0.98 () {32 vars in 622 bytes} [Tue Apr 14 07:30:58 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-04-14 07:30:58.576 7 INFO neutron_taas.services.taas.taas_plugin [None req-41874dba-2ce5-42b2-a46f-40df696a8dbb bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] TaaS: Handle Delete Port: e81cd05c-c858-4cae-bc3e-cc92d1b52c0a 2026-04-14 07:30:58.578 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41874dba-2ce5-42b2-a46f-40df696a8dbb bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] Tap Mirror: Handle Delete Port: e81cd05c-c858-4cae-bc3e-cc92d1b52c0a [pid: 8|app: 0|req: 710/1358] 10.0.0.98 () {32 vars in 632 bytes} [Tue Apr 14 07:30:58 2026] GET /v2.0/ => generated 632 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:30:58.797 7 INFO neutron_taas.services.taas.taas_plugin [None req-41874dba-2ce5-42b2-a46f-40df696a8dbb bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] TaaS: Handle Delete Port: b802beda-bc29-474d-baa9-b888ec149cb0 2026-04-14 07:30:58.799 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41874dba-2ce5-42b2-a46f-40df696a8dbb bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] Tap Mirror: Handle Delete Port: b802beda-bc29-474d-baa9-b888ec149cb0 2026-04-14 07:30:59.149 7 INFO neutron.db.l3_hamode_db [None req-41874dba-2ce5-42b2-a46f-40df696a8dbb bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] HA network 7ff5f389-c9ce-4459-8b03-c9cd33e2400f was deleted as no HA routers are present in tenant d3b0426c269748568306cb455503b4ba. [pid: 7|app: 0|req: 649/1359] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:58 2026] DELETE /v2.0/routers/34b80271-eb4c-4fff-b417-49338c13c7de => generated 0 bytes in 761 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1360] 10.0.0.98 () {32 vars in 735 bytes} [Tue Apr 14 07:30:59 2026] GET /v2.0/ports?device_id=34b80271-eb4c-4fff-b417-49338c13c7de => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:30:59.196 7 INFO neutron.api.v2.resource [None req-c23afe78-6c0b-4dca-8293-8e6c50f30e30 bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 651/1361] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:59 2026] DELETE /v2.0/routers/34b80271-eb4c-4fff-b417-49338c13c7de => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1362] 10.0.0.98 () {32 vars in 735 bytes} [Tue Apr 14 07:30:59 2026] GET /v2.0/ports?device_id=287a9c50-ed5f-42f5-8038-c8f62f5be8ef => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:30:59.238 7 INFO neutron.api.v2.resource [None req-5c8dcba7-dba6-4dbb-b11b-cbe0d5a464ff bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 653/1363] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:59 2026] DELETE /v2.0/routers/287a9c50-ed5f-42f5-8038-c8f62f5be8ef => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:30:59.256 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dc36ce01-e658-4106-9fa1-ad5b85cb6d31 bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 654/1364] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:59 2026] DELETE /v2.0/subnets/0937d5b1-31eb-42f6-9ff0-21a6e811169f => 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: 655/1365] 10.0.0.98 () {32 vars in 735 bytes} [Tue Apr 14 07:30:59 2026] GET /v2.0/ports?device_id=95033675-2bfc-41ed-bb78-47caccda8a04 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:30:59.305 7 INFO neutron.api.v2.resource [None req-4b376aed-4665-4911-9975-5bc9cc7bce97 bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 656/1366] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:59 2026] DELETE /v2.0/routers/95033675-2bfc-41ed-bb78-47caccda8a04 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:30:59.323 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e6c583dc-c163-45a6-bcf9-c73d4192f497 bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 657/1367] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:59 2026] DELETE /v2.0/subnets/87c50ce3-842b-40a7-adfb-f26b39423d89 => 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: 658/1368] 10.0.0.98 () {32 vars in 735 bytes} [Tue Apr 14 07:30:59 2026] GET /v2.0/ports?device_id=0d7ec822-d925-4824-b195-f077aebf41e5 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:30:59.370 7 INFO neutron.api.v2.resource [None req-918b1f9d-b109-48b4-9dd3-414d29471643 bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 659/1369] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:59 2026] DELETE /v2.0/routers/0d7ec822-d925-4824-b195-f077aebf41e5 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:30:59.390 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e3c8bbbb-564a-4a69-afe5-06529366ec65 bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 660/1370] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:59 2026] DELETE /v2.0/subnets/5ab7362b-af3f-4002-8381-3ce5a2d0c775 => 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: 711/1371] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:30:59 2026] GET /v2.0/security-groups?tenant_id=41a0205f3a97499d97abc2639959177e&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:30:59.410 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a9d2be2f-e52b-4080-85f4-d1aba3990e59 bebf8c59e22a4b90993508b2de529a14 d3b0426c269748568306cb455503b4ba - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 661/1372] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:30:59 2026] DELETE /v2.0/subnets/30e08670-2ccc-4638-b7ee-82e77274d255 => 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: 712/1373] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:30:59 2026] DELETE /v2.0/security-groups/96c723f5-4c0d-4088-8f6f-d29c2d174356 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:30:59.640 7 INFO neutron.services.segments.plugin [-] Segment cb7b4c4f-b21a-4758-adfe-c3eb72e040ad resource provider aggregate not found 2026-04-14 07:30:59.645 7 INFO neutron.services.segments.plugin [-] Segment cb7b4c4f-b21a-4758-adfe-c3eb72e040ad resource provider aggregate not found 2026-04-14 07:30:59.658 7 INFO neutron.services.segments.plugin [-] Segment cb7b4c4f-b21a-4758-adfe-c3eb72e040ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb7b4c4f-b21a-4758-adfe-c3eb72e040ad found for delete ", "request_id": "req-0e3e347f-b0e2-411b-b6fc-d5dd984fc548"}]} 2026-04-14 07:30:59.662 7 INFO neutron.services.segments.plugin [-] Segment cb7b4c4f-b21a-4758-adfe-c3eb72e040ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb7b4c4f-b21a-4758-adfe-c3eb72e040ad found for delete ", "request_id": "req-178c8d1d-e4bc-44c8-87e2-199a131dba19"}]} [pid: 7|app: 0|req: 662/1374] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:30:59 2026] GET /v2.0/security-groups?tenant_id=d3b0426c269748568306cb455503b4ba&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: 713/1375] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:00 2026] DELETE /v2.0/security-groups/59eae165-448d-4b5a-8b6f-ecc6b97b2913 => 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: 663/1376] 10.0.0.98 () {34 vars in 675 bytes} [Tue Apr 14 07:31:02 2026] POST /v2.0/floatingips => generated 552 bytes in 696 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1379] 10.0.0.98 () {34 vars in 675 bytes} [Tue Apr 14 07:31:02 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) [pid: 7|app: 0|req: 666/1380] 10.0.0.98 () {34 vars in 675 bytes} [Tue Apr 14 07:31:03 2026] POST /v2.0/floatingips => generated 552 bytes in 601 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1381] 10.0.0.98 () {34 vars in 675 bytes} [Tue Apr 14 07:31:04 2026] POST /v2.0/floatingips => generated 552 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1382] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:31:04 2026] GET /v2.0/security-groups?tenant_id=4133ea291a57448aab6d54d356d80af2&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: 668/1383] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:04 2026] DELETE /v2.0/security-groups/11621eea-5d0a-452b-b338-ec8dd45a353d => 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: 716/1384] 10.0.0.98 () {34 vars in 675 bytes} [Tue Apr 14 07:31:04 2026] POST /v2.0/floatingips => generated 552 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1385] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:31:04 2026] GET /v2.0/security-groups?tenant_id=b04e7ebeab41427e9d760c53d6e0c148&name=default => generated 2925 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1386] 10.0.0.98 () {34 vars in 758 bytes} [Tue Apr 14 07:31:04 2026] PUT /v2.0/floatingips/3f589523-d38f-4838-8816-2f7cf063e147/tags => generated 17 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1387] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:31:04 2026] GET /v2.0/security-groups?tenant_id=6692215e968c46caa65de05fab863de5&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1388] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:05 2026] DELETE /v2.0/security-groups/dbfc4217-c92f-443a-83d6-50e7327451ee => 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: 670/1389] 10.0.0.98 () {34 vars in 758 bytes} [Tue Apr 14 07:31:05 2026] PUT /v2.0/floatingips/819e2127-31a1-4b9a-a6f4-6ef135f774f5/tags => generated 25 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1391] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:05 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1391] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:05 2026] DELETE /v2.0/security-groups/96dc7acc-1859-4632-9755-c00e0ba9f369 => 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: 672/1392] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:31:05 2026] GET /v2.0/security-groups?id=0ab2f319-fe72-40f2-9f55-ebb03ff71fb4&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: 721/1393] 10.0.0.98 () {34 vars in 758 bytes} [Tue Apr 14 07:31:05 2026] PUT /v2.0/floatingips/7f162423-51de-4db5-a299-2c3f007854fb/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1394] 10.0.0.98 () {34 vars in 758 bytes} [Tue Apr 14 07:31:05 2026] PUT /v2.0/floatingips/99013e57-2aa7-4354-983c-ad5d69c13d82/tags => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1395] 10.0.0.98 () {32 vars in 671 bytes} [Tue Apr 14 07:31:05 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1396] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:05 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => 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: 723/1397] 10.0.0.98 () {32 vars in 685 bytes} [Tue Apr 14 07:31:05 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1398] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:31:05 2026] GET /v2.0/security-groups?id=0ab2f319-fe72-40f2-9f55-ebb03ff71fb4&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1399] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:31:05 2026] GET /v2.0/security-groups?tenant_id=bad92de4b8b34b4ca8acad0214947f29&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: 725/1400] 10.0.0.98 () {32 vars in 681 bytes} [Tue Apr 14 07:31:05 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1401] 10.0.0.98 () {32 vars in 693 bytes} [Tue Apr 14 07:31:05 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1402] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:05 2026] DELETE /v2.0/security-groups/fc4465fe-7861-43b3-ad1b-91b66c49afda => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1403] 10.0.0.98 () {32 vars in 679 bytes} [Tue Apr 14 07:31:05 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1404] 10.0.0.98 () {32 vars in 693 bytes} [Tue Apr 14 07:31:05 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1405] 10.0.0.98 () {32 vars in 689 bytes} [Tue Apr 14 07:31:05 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1406] 10.0.0.98 () {32 vars in 701 bytes} [Tue Apr 14 07:31:05 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1407] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:05 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1408] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:31:05 2026] GET /v2.0/security-groups?id=0ab2f319-fe72-40f2-9f55-ebb03ff71fb4&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-04-14 07:31:05.973 8 INFO neutron_taas.services.taas.taas_plugin [None req-8dfe8b2b-4854-4e8b-95ce-c3bb5948c6a6 68eadc26516f4780ac91390be894d465 6529758dcfb549ba83bd5d836bc92f3f - - default default] TaaS: Handle Delete Port: aece0d6d-6054-4143-ba88-c9eb37af478a 2026-04-14 07:31:05.978 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8dfe8b2b-4854-4e8b-95ce-c3bb5948c6a6 68eadc26516f4780ac91390be894d465 6529758dcfb549ba83bd5d836bc92f3f - - default default] Tap Mirror: Handle Delete Port: aece0d6d-6054-4143-ba88-c9eb37af478a [pid: 8|app: 0|req: 729/1409] 10.0.0.98 () {32 vars in 731 bytes} [Tue Apr 14 07:31:05 2026] DELETE /v2.0/floatingips/3f589523-d38f-4838-8816-2f7cf063e147 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:31:06.249 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b8ac0ce-1cf7-4863-a4b8-2d5d8fbd2c79 68eadc26516f4780ac91390be894d465 6529758dcfb549ba83bd5d836bc92f3f - - default default] TaaS: Handle Delete Port: d22c5b08-24e2-4357-be3a-db1241ec821e 2026-04-14 07:31:06.251 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b8ac0ce-1cf7-4863-a4b8-2d5d8fbd2c79 68eadc26516f4780ac91390be894d465 6529758dcfb549ba83bd5d836bc92f3f - - default default] Tap Mirror: Handle Delete Port: d22c5b08-24e2-4357-be3a-db1241ec821e [pid: 7|app: 0|req: 681/1410] 10.0.0.98 () {32 vars in 731 bytes} [Tue Apr 14 07:31:06 2026] DELETE /v2.0/floatingips/819e2127-31a1-4b9a-a6f4-6ef135f774f5 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:31:06.492 8 INFO neutron_taas.services.taas.taas_plugin [None req-8dad9ffa-34d0-46f2-a68d-b54c46c477fb 68eadc26516f4780ac91390be894d465 6529758dcfb549ba83bd5d836bc92f3f - - default default] TaaS: Handle Delete Port: 65f7e561-798f-4a64-ac34-db3a207147b8 2026-04-14 07:31:06.495 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8dad9ffa-34d0-46f2-a68d-b54c46c477fb 68eadc26516f4780ac91390be894d465 6529758dcfb549ba83bd5d836bc92f3f - - default default] Tap Mirror: Handle Delete Port: 65f7e561-798f-4a64-ac34-db3a207147b8 [pid: 8|app: 0|req: 730/1411] 10.0.0.98 () {32 vars in 731 bytes} [Tue Apr 14 07:31:06 2026] DELETE /v2.0/floatingips/7f162423-51de-4db5-a299-2c3f007854fb => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:31:06.761 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a3fa7a7-ba23-4453-b02c-bbe6aa2c6bd8 68eadc26516f4780ac91390be894d465 6529758dcfb549ba83bd5d836bc92f3f - - default default] TaaS: Handle Delete Port: 8b3b1661-00b2-4aa6-8c1b-ff88d0dd3ece 2026-04-14 07:31:06.764 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a3fa7a7-ba23-4453-b02c-bbe6aa2c6bd8 68eadc26516f4780ac91390be894d465 6529758dcfb549ba83bd5d836bc92f3f - - default default] Tap Mirror: Handle Delete Port: 8b3b1661-00b2-4aa6-8c1b-ff88d0dd3ece [pid: 7|app: 0|req: 682/1412] 10.0.0.98 () {32 vars in 731 bytes} [Tue Apr 14 07:31:06 2026] DELETE /v2.0/floatingips/99013e57-2aa7-4354-983c-ad5d69c13d82 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:31:07.024 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf1c6a04-1cad-4d01-a23f-f32282b10477 68eadc26516f4780ac91390be894d465 6529758dcfb549ba83bd5d836bc92f3f - - default default] TaaS: Handle Delete Port: f9e52c97-e653-490c-adb1-97c2c270e454 2026-04-14 07:31:07.026 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf1c6a04-1cad-4d01-a23f-f32282b10477 68eadc26516f4780ac91390be894d465 6529758dcfb549ba83bd5d836bc92f3f - - default default] Tap Mirror: Handle Delete Port: f9e52c97-e653-490c-adb1-97c2c270e454 [pid: 7|app: 0|req: 683/1413] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:07 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => 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: 684/1414] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:31:07 2026] GET /v2.0/security-groups?id=0ab2f319-fe72-40f2-9f55-ebb03ff71fb4&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: 731/1415] 10.0.0.98 () {32 vars in 731 bytes} [Tue Apr 14 07:31:06 2026] DELETE /v2.0/floatingips/3816d7d2-c86e-446a-8ed3-6364175d32e3 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1416] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:31:07 2026] GET /v2.0/ports?tenant_id=1b56db3af9a440059e4b68e2e3f9a927&device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1417] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:31:07 2026] GET /v2.0/networks?id=43228c6d-730e-4169-a1c0-b624c362ff25 => generated 772 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1418] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Apr 14 07:31:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=b7213534-e1cc-41e6-a40e-97d52ef8aa59 => generated 861 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1419] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:31:07 2026] GET /v2.0/subnets?id=8c26b116-c74a-4117-a87e-257124c52829 => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1420] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:31:07 2026] GET /v2.0/ports?network_id=43228c6d-730e-4169-a1c0-b624c362ff25&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: 734/1421] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:31:07 2026] GET /v2.0/networks/43228c6d-730e-4169-a1c0-b624c362ff25?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: 688/1422] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:31:07 2026] GET /v2.0/networks/43228c6d-730e-4169-a1c0-b624c362ff25?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: 689/1423] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:08 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1424] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:31:08 2026] GET /v2.0/security-groups?id=0ab2f319-fe72-40f2-9f55-ebb03ff71fb4&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1425] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:31:08 2026] GET /v2.0/security-groups?tenant_id=f908ae8ffab549d48d9a01c3dd6dc465&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1426] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:08 2026] DELETE /v2.0/security-groups/ac00be80-8b06-47dd-a9b0-741df358b05b => 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: 736/1427] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:31:08 2026] GET /v2.0/security-groups?tenant_id=6529758dcfb549ba83bd5d836bc92f3f&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1428] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:08 2026] DELETE /v2.0/security-groups/c1a6e11d-922f-4c4c-a3c1-04765a9e4018 => 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: 693/1429] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:31:08 2026] GET /v2.0/security-groups?tenant_id=c49c62e7628946e5afec59903a5ce4fc&name=default => generated 2925 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1430] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:31:09 2026] GET /v2.0/security-groups?tenant_id=828fcdb8e7d24a1aae14b93777341a81&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1431] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:31:08 2026] GET /v2.0/security-groups?tenant_id=bd6b417c0edc41869d31a06aead25c5d&name=default => generated 2925 bytes in 682 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1432] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:09 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => 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: 695/1433] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:09 2026] DELETE /v2.0/security-groups/51769585-32db-440d-9e54-3fc46b2a503a => 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: 739/1434] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:09 2026] DELETE /v2.0/security-groups/93348f8a-07f1-4269-9d8c-db4ae7650f20 => 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: 696/1435] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:09 2026] DELETE /v2.0/security-groups/1cb55484-4217-421a-8c22-98818999a8c5 => 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: 740/1436] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:31:09 2026] GET /v2.0/security-groups?id=0ab2f319-fe72-40f2-9f55-ebb03ff71fb4&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: 7|app: 0|req: 697/1437] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:10 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1438] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:31:10 2026] GET /v2.0/security-groups?id=0ab2f319-fe72-40f2-9f55-ebb03ff71fb4&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-04-14 07:31:11.538 7 INFO neutron.db.segments_db [None req-614c2fed-49d5-4b10-89ad-a84ed8660c37 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Added segment 324e3b42-cec6-4fc9-8a27-52b652b72646 of type vxlan for network f6a61d94-e8fe-406b-9bcc-b55493ba7df3 [pid: 7|app: 0|req: 698/1439] 10.0.0.98 () {34 vars in 670 bytes} [Tue Apr 14 07:31:11 2026] POST /v2.0/networks => generated 722 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1440] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:31:11 2026] POST /v2.0/subnets => generated 688 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:31:11.891 7 INFO neutron.db.segments_db [None req-d8c3dfd1-852b-42d0-88a8-a9255c6b73be fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Added segment 8637744b-6c91-446c-818d-1c556bbaf1b1 of type vxlan for network 0ae28b7b-6e27-46c0-84f7-8efecfab2dec [pid: 8|app: 0|req: 743/1441] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:11 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 973 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:31:12.140 7 INFO neutron.db.l3_hamode_db [None req-d8c3dfd1-852b-42d0-88a8-a9255c6b73be fabda60f389348818449bb13b2470fba 7ced2606d66f4b5b9e50af0d7667b440 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 744/1442] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:31:12 2026] GET /v2.0/security-groups?tenant_id=6c630183541b4955a2d745c2976aa53d&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1443] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:31:12 2026] GET /v2.0/security-groups?id=0ab2f319-fe72-40f2-9f55-ebb03ff71fb4&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1444] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:12 2026] DELETE /v2.0/security-groups/37458fb9-da42-4ff7-b539-cc92c3eebf96 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:31:12.911 7 INFO neutron.db.l3_hamode_db [None req-d8c3dfd1-852b-42d0-88a8-a9255c6b73be fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 747/1445] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:13 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1446] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:31:13 2026] GET /v2.0/security-groups?id=0ab2f319-fe72-40f2-9f55-ebb03ff71fb4&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1447] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:31:11 2026] POST /v2.0/routers => generated 728 bytes in 2037 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1448] 10.0.0.98 () {34 vars in 677 bytes} [Tue Apr 14 07:31:13 2026] POST /v2.0/qos/policies => generated 359 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1449] 10.0.0.98 () {34 vars in 677 bytes} [Tue Apr 14 07:31:14 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1450] 10.0.0.98 () {34 vars in 677 bytes} [Tue Apr 14 07:31:14 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1451] 10.0.0.98 () {34 vars in 677 bytes} [Tue Apr 14 07:31:14 2026] POST /v2.0/qos/policies => generated 359 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:31:14.387 8 INFO neutron.db.segments_db [None req-c5101c7c-3e1b-410d-ac8e-34bc23b8e6ed fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Added segment aabf5f15-433b-435b-b25b-2d7f4c408bb8 of type vxlan for network 3bf3d9ff-4da7-4c0b-a42e-5cb1affe00ba [pid: 8|app: 0|req: 753/1452] 10.0.0.98 () {34 vars in 670 bytes} [Tue Apr 14 07:31:14 2026] POST /v2.0/networks => generated 719 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1453] 10.0.0.98 () {34 vars in 677 bytes} [Tue Apr 14 07:31:14 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: 755/1454] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:31:14 2026] POST /v2.0/subnets => generated 686 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1455] 10.0.0.98 () {34 vars in 752 bytes} [Tue Apr 14 07:31:14 2026] PUT /v2.0/policies/91eee466-62db-422c-af7c-292ffa7b8a67/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1456] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:14 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:31:14.882 8 INFO neutron.db.segments_db [None req-50f0760b-1e2b-4a5f-9a36-529d903b5864 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Added segment 943fbd69-34c7-4bae-a5ae-e21c11158f17 of type vxlan for network 41f99893-7e61-43ed-bb26-bfa6c96733a1 2026-04-14 07:31:15.165 8 INFO neutron.db.l3_hamode_db [None req-50f0760b-1e2b-4a5f-9a36-529d903b5864 fabda60f389348818449bb13b2470fba e9e311fca9f343cdab6b7ec17c6e2204 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 700/1457] 10.0.0.98 () {34 vars in 782 bytes} [Tue Apr 14 07:31:13 2026] PUT /v2.0/routers/9c95ec22-0297-429e-b924-7e45864c3dff/add_router_interface => generated 309 bytes in 1538 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1458] 10.0.0.98 () {34 vars in 752 bytes} [Tue Apr 14 07:31:15 2026] PUT /v2.0/policies/07391e04-e50c-4278-a204-16698cfcbaff/tags => generated 25 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1459] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:31:15 2026] GET /v2.0/security-groups?id=0ab2f319-fe72-40f2-9f55-ebb03ff71fb4&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1460] 10.0.0.98 () {34 vars in 752 bytes} [Tue Apr 14 07:31:15 2026] PUT /v2.0/policies/219215d3-7b11-49ba-8c61-881e0c261fd4/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1461] 10.0.0.98 () {34 vars in 752 bytes} [Tue Apr 14 07:31:15 2026] PUT /v2.0/policies/a70d4b3c-fbbe-4e44-8d90-73cecf4aeec1/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:31:15.919 8 INFO neutron.db.l3_hamode_db [None req-50f0760b-1e2b-4a5f-9a36-529d903b5864 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 705/1462] 10.0.0.98 () {32 vars in 673 bytes} [Tue Apr 14 07:31:16 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1463] 10.0.0.98 () {32 vars in 687 bytes} [Tue Apr 14 07:31:16 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1464] 10.0.0.98 () {32 vars in 683 bytes} [Tue Apr 14 07:31:16 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1465] 10.0.0.98 () {32 vars in 695 bytes} [Tue Apr 14 07:31:16 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1466] 10.0.0.98 () {32 vars in 681 bytes} [Tue Apr 14 07:31:16 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1467] 10.0.0.98 () {32 vars in 695 bytes} [Tue Apr 14 07:31:16 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1468] 10.0.0.98 () {32 vars in 691 bytes} [Tue Apr 14 07:31:16 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1469] 10.0.0.98 () {32 vars in 703 bytes} [Tue Apr 14 07:31:16 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1470] 10.0.0.98 () {32 vars in 733 bytes} [Tue Apr 14 07:31:16 2026] DELETE /v2.0/qos/policies/91eee466-62db-422c-af7c-292ffa7b8a67 => 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: 714/1471] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:16 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1472] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:31:14 2026] POST /v2.0/routers => generated 726 bytes in 1984 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1473] 10.0.0.98 () {32 vars in 733 bytes} [Tue Apr 14 07:31:16 2026] DELETE /v2.0/qos/policies/07391e04-e50c-4278-a204-16698cfcbaff => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1474] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:31:16 2026] GET /v2.0/security-groups?id=0ab2f319-fe72-40f2-9f55-ebb03ff71fb4&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: 760/1475] 10.0.0.98 () {32 vars in 733 bytes} [Tue Apr 14 07:31:16 2026] DELETE /v2.0/qos/policies/219215d3-7b11-49ba-8c61-881e0c261fd4 => 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: 761/1476] 10.0.0.98 () {32 vars in 733 bytes} [Tue Apr 14 07:31:16 2026] DELETE /v2.0/qos/policies/a70d4b3c-fbbe-4e44-8d90-73cecf4aeec1 => 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: 762/1477] 10.0.0.98 () {32 vars in 733 bytes} [Tue Apr 14 07:31:16 2026] DELETE /v2.0/qos/policies/b2fe8024-ac06-4f9e-b0b4-8d0d09e5a78b => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1478] 10.0.0.166 () {34 vars in 982 bytes} [Tue Apr 14 07:31:17 2026] GET /v2.0/networks?id=f6a61d94-e8fe-406b-9bcc-b55493ba7df3 => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1479] 10.0.0.166 () {34 vars in 965 bytes} [Tue Apr 14 07:31:17 2026] GET /v2.0/quotas/7ced2606d66f4b5b9e50af0d7667b440 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1480] 10.0.0.166 () {34 vars in 1002 bytes} [Tue Apr 14 07:31:17 2026] GET /v2.0/ports?tenant_id=7ced2606d66f4b5b9e50af0d7667b440&fields=id => generated 103 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1481] 10.0.0.166 () {34 vars in 1008 bytes} [Tue Apr 14 07:31:17 2026] GET /v2.0/networks/f6a61d94-e8fe-406b-9bcc-b55493ba7df3?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1482] 10.0.0.98 () {34 vars in 782 bytes} [Tue Apr 14 07:31:16 2026] PUT /v2.0/routers/428373ef-fcb4-4ef9-8aaa-58275c5b692c/add_router_interface => generated 309 bytes in 1215 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1483] 10.0.0.166 () {34 vars in 1108 bytes} [Tue Apr 14 07:31:18 2026] GET /v2.0/networks/f6a61d94-e8fe-406b-9bcc-b55493ba7df3?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: 767/1484] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:31:17 2026] GET /v2.0/security-groups?tenant_id=6739e0bf619d487d86c19bbb13f631c0&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1487] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:18 2026] DELETE /v2.0/security-groups/929bc6cd-93f3-48f8-8281-12b8bd0f16e8 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1488] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:18 2026] GET /v2.0/ports?device_id=5c5f5bef-75a7-4292-adb0-aecb117a051f => 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: 719/1489] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:31:18 2026] GET /v2.0/security-groups?tenant_id=7ce6e22494d145f4820f1d4afdd04b08&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1490] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:18 2026] DELETE /v2.0/security-groups/15e273b4-6a6d-44a0-8652-40a8c29fb199 => 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: 720/1491] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:31:18 2026] GET /v2.0/security-groups?tenant_id=6114144b3476428ba265b0c8b79c5e80&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: 772/1492] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:18 2026] DELETE /v2.0/security-groups/21ca5e5c-6121-4b6f-9d05-658cce53dd00 => 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: 773/1493] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:19 2026] GET /v2.0/ports?device_id=5c5f5bef-75a7-4292-adb0-aecb117a051f => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:31:19.496 7 INFO neutron.db.segments_db [None req-a1754b56-78e1-4faf-aa55-05c384c9a94c fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Added segment fbd7a8b4-5e5a-42a7-a9a6-814d3648a2d7 of type vxlan for network 913cc19a-c7ca-4990-8d4b-170ecf769bee [pid: 7|app: 0|req: 721/1494] 10.0.0.98 () {34 vars in 670 bytes} [Tue Apr 14 07:31:19 2026] POST /v2.0/networks => generated 721 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1495] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:31:19 2026] POST /v2.0/subnets => generated 687 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:31:19.845 7 INFO neutron.db.segments_db [None req-a62fbcf3-7769-4d5c-8f21-2633d2664045 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Added segment f565b163-3bb5-4959-9cc2-df582cb18636 of type vxlan for network aea4525f-3236-4f8c-b82e-4f02fb2ca8d3 2026-04-14 07:31:20.146 7 INFO neutron.db.l3_hamode_db [None req-a62fbcf3-7769-4d5c-8f21-2633d2664045 fabda60f389348818449bb13b2470fba 176add613c8747cd9a86e47fde06d782 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 775/1496] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:20 2026] GET /v2.0/ports?device_id=5c5f5bef-75a7-4292-adb0-aecb117a051f => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:31:20.967 7 INFO neutron.db.l3_hamode_db [None req-a62fbcf3-7769-4d5c-8f21-2633d2664045 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 776/1497] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:21 2026] GET /v2.0/ports?device_id=5c5f5bef-75a7-4292-adb0-aecb117a051f => 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: 722/1498] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:31:19 2026] POST /v2.0/routers => generated 727 bytes in 2132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1499] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:31:22 2026] GET /v2.0/networks?id=f6a61d94-e8fe-406b-9bcc-b55493ba7df3 => generated 673 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1500] 199.204.45.248 () {38 vars in 955 bytes} [Tue Apr 14 07:31:22 2026] POST /v2.0/ports => generated 954 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 725/1501] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:22 2026] GET /v2.0/ports?device_id=5c5f5bef-75a7-4292-adb0-aecb117a051f => generated 957 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1502] 10.0.0.98 () {34 vars in 782 bytes} [Tue Apr 14 07:31:21 2026] PUT /v2.0/routers/0f5387e4-f317-4438-8490-f9a3f2e3fd4e/add_router_interface => generated 309 bytes in 1306 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1503] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:31:23 2026] GET /v2.0/security-groups?id=d63c7c48-10ac-4472-85f2-0a1acff66d0c&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:31:23.409 8 INFO neutron.db.segments_db [None req-e23469e4-efce-434c-a439-770cc69f5136 eb9efd287a714a91aa070e0b784ba250 ac2278f749b14620a9bdca7e182028d1 - - default default] Added segment 1ce48904-6126-4c73-8697-c9f10595172a of type vxlan for network ad48225d-ae5a-4c47-b4f9-0fc2d351f3f1 [pid: 7|app: 0|req: 726/1504] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Apr 14 07:31:23 2026] PUT /v2.0/ports/31c1eaa2-61c4-42a5-bbcd-abc18f6679cb => generated 1235 bytes in 486 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:31:23.591 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e76069a3-fbf8-42f6-b4df-da98cc2aee7d'] response: {'name': 'network-changed', 'server_uuid': '5c5f5bef-75a7-4292-adb0-aecb117a051f', 'tag': '31c1eaa2-61c4-42a5-bbcd-abc18f6679cb', 'status': 'completed', 'code': 200} 2026-04-14 07:31:23.659 8 INFO neutron.db.l3_hamode_db [None req-e23469e4-efce-434c-a439-770cc69f5136 eb9efd287a714a91aa070e0b784ba250 ac2278f749b14620a9bdca7e182028d1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:31:23.778 8 INFO neutron.db.l3_hamode_db [None req-e23469e4-efce-434c-a439-770cc69f5136 eb9efd287a714a91aa070e0b784ba250 ac2278f749b14620a9bdca7e182028d1 - - 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: 727/1505] 10.0.0.98 () {34 vars in 684 bytes} [Tue Apr 14 07:31:23 2026] POST /v2.0/security-groups => generated 1673 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1506] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:31:24 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: 7|app: 0|req: 729/1507] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:31:24 2026] GET /v2.0/ports?tenant_id=7ced2606d66f4b5b9e50af0d7667b440&device_id=5c5f5bef-75a7-4292-adb0-aecb117a051f => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1508] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:31:24 2026] POST /v2.0/security-group-rules => generated 596 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1509] 199.204.45.248 () {34 vars in 1018 bytes} [Tue Apr 14 07:31:24 2026] GET /v2.0/networks?tenant_id=7ced2606d66f4b5b9e50af0d7667b440&shared=False => generated 769 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1510] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:24 2026] GET /v2.0/ports?device_id=5c5f5bef-75a7-4292-adb0-aecb117a051f => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1511] 10.0.0.98 () {34 vars in 667 bytes} [Tue Apr 14 07:31:23 2026] POST /v2.0/routers => generated 474 bytes in 1199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1512] 199.204.45.248 () {34 vars in 930 bytes} [Tue Apr 14 07:31:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1513] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:31:24 2026] GET /v2.0/security-groups?id=d63c7c48-10ac-4472-85f2-0a1acff66d0c&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: 733/1514] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:31:24 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) 2026-04-14 07:31:24.618 8 INFO neutron.db.l3_hamode_db [None req-56a49590-ef4f-45b6-a012-7485018a7c3a eb9efd287a714a91aa070e0b784ba250 ac2278f749b14620a9bdca7e182028d1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 734/1515] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:31:24 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) 2026-04-14 07:31:24.738 8 INFO neutron.db.l3_hamode_db [None req-56a49590-ef4f-45b6-a012-7485018a7c3a eb9efd287a714a91aa070e0b784ba250 ac2278f749b14620a9bdca7e182028d1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:31:24.768 7 INFO neutron.db.securitygroups_db [None req-3f644706-65c0-472e-a976-3cf190b2b382 ff2bb8e7be5246ce9c1068706ead337c e9e311fca9f343cdab6b7ec17c6e2204 - - default default] Project e9e311fca9f343cdab6b7ec17c6e2204 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: 735/1516] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:31:24 2026] POST /v2.0/security-group-rules => generated 607 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:31:24.860 7 INFO neutron.db.securitygroups_db [None req-cb506675-3692-46b6-aa12-10cdb5285d60 ff2bb8e7be5246ce9c1068706ead337c e9e311fca9f343cdab6b7ec17c6e2204 - - default default] Project e9e311fca9f343cdab6b7ec17c6e2204 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: 736/1517] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:31:24 2026] POST /v2.0/security-group-rules => generated 606 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1518] 10.0.0.98 () {34 vars in 667 bytes} [Tue Apr 14 07:31:24 2026] POST /v2.0/routers => generated 474 bytes in 721 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:31:25.357 8 INFO neutron.db.l3_hamode_db [None req-5b01ddc5-cd69-4b63-9267-731c42e1ab10 eb9efd287a714a91aa070e0b784ba250 ac2278f749b14620a9bdca7e182028d1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 737/1519] 10.0.0.98 () {34 vars in 684 bytes} [Tue Apr 14 07:31:25 2026] POST /v2.0/security-groups => generated 1661 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 07:31:25.466 8 INFO neutron.db.l3_hamode_db [None req-5b01ddc5-cd69-4b63-9267-731c42e1ab10 eb9efd287a714a91aa070e0b784ba250 ac2278f749b14620a9bdca7e182028d1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 738/1520] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:31:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1521] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:31:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1522] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:31:25 2026] GET /v2.0/ports?tenant_id=7ced2606d66f4b5b9e50af0d7667b440&device_id=5c5f5bef-75a7-4292-adb0-aecb117a051f => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1523] 10.0.0.98 () {34 vars in 667 bytes} [Tue Apr 14 07:31:25 2026] POST /v2.0/routers => generated 474 bytes in 773 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1524] 10.0.0.98 () {34 vars in 675 bytes} [Tue Apr 14 07:31:25 2026] POST /v2.0/floatingips => generated 552 bytes in 533 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1525] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:26 2026] GET /v2.0/ports?device_id=5c5f5bef-75a7-4292-adb0-aecb117a051f => generated 969 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1526] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Apr 14 07:31:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=31c1eaa2-61c4-42a5-bbcd-abc18f6679cb => 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: 743/1527] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:31:26 2026] GET /v2.0/security-groups?id=d63c7c48-10ac-4472-85f2-0a1acff66d0c&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:31:26.230 8 INFO neutron.db.l3_hamode_db [None req-258e0475-bb6c-44bf-9d74-e66168905f4f eb9efd287a714a91aa070e0b784ba250 ac2278f749b14620a9bdca7e182028d1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 744/1528] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:31:26 2026] GET /v2.0/subnets?id=52998252-6433-4d6f-aee9-182694f5a845 => generated 691 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1529] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:31:26 2026] GET /v2.0/ports?network_id=f6a61d94-e8fe-406b-9bcc-b55493ba7df3&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1530] 10.0.0.166 () {34 vars in 1098 bytes} [Tue Apr 14 07:31:26 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-192643356&fields=id&tenant_id=e9e311fca9f343cdab6b7ec17c6e2204 => 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: 747/1531] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:31:26 2026] GET /v2.0/networks/f6a61d94-e8fe-406b-9bcc-b55493ba7df3?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:31:26.387 8 INFO neutron.db.l3_hamode_db [None req-258e0475-bb6c-44bf-9d74-e66168905f4f eb9efd287a714a91aa070e0b784ba250 ac2278f749b14620a9bdca7e182028d1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 748/1532] 10.0.0.206 () {34 vars in 990 bytes} [Tue Apr 14 07:31:26 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1533] 10.0.0.166 () {34 vars in 1100 bytes} [Tue Apr 14 07:31:26 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1464314740&fields=id&tenant_id=e9e311fca9f343cdab6b7ec17c6e2204 => generated 69 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1534] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:31:26 2026] GET /v2.0/networks/f6a61d94-e8fe-406b-9bcc-b55493ba7df3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1535] 10.0.0.206 () {34 vars in 1040 bytes} [Tue Apr 14 07:31:26 2026] GET /v2.0/security-groups?id=0ab2f319-fe72-40f2-9f55-ebb03ff71fb4&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: 752/1536] 10.0.0.166 () {34 vars in 982 bytes} [Tue Apr 14 07:31:26 2026] GET /v2.0/networks?id=3bf3d9ff-4da7-4c0b-a42e-5cb1affe00ba => generated 671 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1537] 10.0.0.166 () {34 vars in 965 bytes} [Tue Apr 14 07:31:26 2026] GET /v2.0/quotas/e9e311fca9f343cdab6b7ec17c6e2204 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1538] 10.0.0.166 () {34 vars in 1002 bytes} [Tue Apr 14 07:31:26 2026] GET /v2.0/ports?tenant_id=e9e311fca9f343cdab6b7ec17c6e2204&fields=id => generated 57 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1539] 10.0.0.166 () {34 vars in 1008 bytes} [Tue Apr 14 07:31:26 2026] GET /v2.0/networks/3bf3d9ff-4da7-4c0b-a42e-5cb1affe00ba?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: 756/1540] 10.0.0.166 () {34 vars in 1108 bytes} [Tue Apr 14 07:31:26 2026] GET /v2.0/networks/3bf3d9ff-4da7-4c0b-a42e-5cb1affe00ba?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: 757/1541] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:26 2026] GET /v2.0/ports?device_id=26c2ad9d-d9c0-4804-8316-14dbb157e80e => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1542] 10.0.0.98 () {34 vars in 667 bytes} [Tue Apr 14 07:31:26 2026] POST /v2.0/routers => generated 474 bytes in 825 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:31:27.072 7 INFO neutron.db.l3_hamode_db [None req-6b773145-e671-4c27-88a4-cae2a6770813 eb9efd287a714a91aa070e0b784ba250 ac2278f749b14620a9bdca7e182028d1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:31:27.219 7 INFO neutron.db.l3_hamode_db [None req-6b773145-e671-4c27-88a4-cae2a6770813 eb9efd287a714a91aa070e0b784ba250 ac2278f749b14620a9bdca7e182028d1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 786/1543] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:27 2026] GET /v2.0/ports?device_id=5c5f5bef-75a7-4292-adb0-aecb117a051f => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1544] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:31:27 2026] GET /v2.0/security-groups?id=d63c7c48-10ac-4472-85f2-0a1acff66d0c&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1545] 10.0.0.98 () {34 vars in 667 bytes} [Tue Apr 14 07:31:27 2026] POST /v2.0/routers => generated 474 bytes in 912 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1546] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:28 2026] GET /v2.0/ports?device_id=26c2ad9d-d9c0-4804-8316-14dbb157e80e => 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: 788/1547] 10.0.0.98 () {34 vars in 750 bytes} [Tue Apr 14 07:31:27 2026] PUT /v2.0/routers/aaff0f7b-ca07-4374-b4f1-ec873360abf9/tags => generated 17 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1548] 10.0.0.98 () {34 vars in 750 bytes} [Tue Apr 14 07:31:28 2026] PUT /v2.0/routers/660aeff0-6a2b-48f8-95be-1b265cc67bb0/tags => generated 25 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1549] 10.0.0.98 () {34 vars in 750 bytes} [Tue Apr 14 07:31:28 2026] PUT /v2.0/routers/2662e69e-ac10-418b-a566-3b36a556e4ec/tags => generated 34 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1550] 10.0.0.98 () {34 vars in 750 bytes} [Tue Apr 14 07:31:28 2026] PUT /v2.0/routers/57f37d56-1e68-4c82-bd93-a42e473fcb3f/tags => generated 19 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1551] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:28 2026] GET /v2.0/ports?device_id=5c5f5bef-75a7-4292-adb0-aecb117a051f => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1552] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:31:28 2026] GET /v2.0/security-groups?id=d63c7c48-10ac-4472-85f2-0a1acff66d0c&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1553] 10.0.0.98 () {32 vars in 663 bytes} [Tue Apr 14 07:31:28 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1554] 10.0.0.98 () {32 vars in 677 bytes} [Tue Apr 14 07:31:28 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1555] 10.0.0.98 () {32 vars in 673 bytes} [Tue Apr 14 07:31:28 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1556] 10.0.0.98 () {32 vars in 685 bytes} [Tue Apr 14 07:31:28 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1557] 10.0.0.98 () {32 vars in 671 bytes} [Tue Apr 14 07:31:28 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1558] 10.0.0.98 () {32 vars in 685 bytes} [Tue Apr 14 07:31:28 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1559] 10.0.0.98 () {32 vars in 681 bytes} [Tue Apr 14 07:31:28 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1560] 10.0.0.98 () {32 vars in 693 bytes} [Tue Apr 14 07:31:29 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1561] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:29 2026] GET /v2.0/ports?device_id=26c2ad9d-d9c0-4804-8316-14dbb157e80e => 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: 766/1562] 10.0.0.98 () {32 vars in 720 bytes} [Tue Apr 14 07:31:29 2026] GET /v2.0/routers/aaff0f7b-ca07-4374-b4f1-ec873360abf9 => generated 485 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1563] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:29 2026] GET /v2.0/ports?device_id=5c5f5bef-75a7-4292-adb0-aecb117a051f => 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: 797/1564] 10.0.0.98 () {34 vars in 741 bytes} [Tue Apr 14 07:31:29 2026] PUT /v2.0/routers/aaff0f7b-ca07-4374-b4f1-ec873360abf9 => generated 485 bytes in 542 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1565] 10.0.0.98 () {32 vars in 735 bytes} [Tue Apr 14 07:31:29 2026] GET /v2.0/ports?device_id=aaff0f7b-ca07-4374-b4f1-ec873360abf9 => 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: 768/1566] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:31:29 2026] GET /v2.0/security-groups?id=d63c7c48-10ac-4472-85f2-0a1acff66d0c&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:31:29.861 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f2c89f3-67fe-41c3-b15d-2e2a1e946a4e eb9efd287a714a91aa070e0b784ba250 ac2278f749b14620a9bdca7e182028d1 - - default default] TaaS: Handle Delete Port: 136bc24e-b178-4cd9-ba96-545a370e884c 2026-04-14 07:31:29.863 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f2c89f3-67fe-41c3-b15d-2e2a1e946a4e eb9efd287a714a91aa070e0b784ba250 ac2278f749b14620a9bdca7e182028d1 - - default default] Tap Mirror: Handle Delete Port: 136bc24e-b178-4cd9-ba96-545a370e884c [pid: 8|app: 0|req: 799/1567] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:31:29 2026] DELETE /v2.0/routers/aaff0f7b-ca07-4374-b4f1-ec873360abf9 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1568] 10.0.0.98 () {32 vars in 720 bytes} [Tue Apr 14 07:31:30 2026] GET /v2.0/routers/660aeff0-6a2b-48f8-95be-1b265cc67bb0 => generated 493 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1569] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:30 2026] GET /v2.0/ports?device_id=26c2ad9d-d9c0-4804-8316-14dbb157e80e => 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: 800/1570] 10.0.0.98 () {34 vars in 741 bytes} [Tue Apr 14 07:31:30 2026] PUT /v2.0/routers/660aeff0-6a2b-48f8-95be-1b265cc67bb0 => generated 493 bytes in 520 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1571] 10.0.0.98 () {32 vars in 735 bytes} [Tue Apr 14 07:31:30 2026] GET /v2.0/ports?device_id=660aeff0-6a2b-48f8-95be-1b265cc67bb0 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:31:30.811 8 INFO neutron_taas.services.taas.taas_plugin [None req-763e1458-5516-4d45-a056-df6820f00b78 eb9efd287a714a91aa070e0b784ba250 ac2278f749b14620a9bdca7e182028d1 - - default default] TaaS: Handle Delete Port: 1f3f1cd2-472a-4673-81ce-9f39a591b8d0 2026-04-14 07:31:30.815 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-763e1458-5516-4d45-a056-df6820f00b78 eb9efd287a714a91aa070e0b784ba250 ac2278f749b14620a9bdca7e182028d1 - - default default] Tap Mirror: Handle Delete Port: 1f3f1cd2-472a-4673-81ce-9f39a591b8d0 [pid: 7|app: 0|req: 772/1572] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:30 2026] GET /v2.0/ports?device_id=5c5f5bef-75a7-4292-adb0-aecb117a051f => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1573] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:31:30 2026] GET /v2.0/security-groups?id=d63c7c48-10ac-4472-85f2-0a1acff66d0c&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1574] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:31:30 2026] DELETE /v2.0/routers/660aeff0-6a2b-48f8-95be-1b265cc67bb0 => generated 0 bytes in 378 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1575] 10.0.0.98 () {32 vars in 720 bytes} [Tue Apr 14 07:31:31 2026] GET /v2.0/routers/2662e69e-ac10-418b-a566-3b36a556e4ec => generated 502 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1576] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:31:31 2026] GET /v2.0/networks?id=3bf3d9ff-4da7-4c0b-a42e-5cb1affe00ba => generated 671 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1577] 199.204.45.248 () {34 vars in 1050 bytes} [Tue Apr 14 07:31:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e9e311fca9f343cdab6b7ec17c6e2204 => generated 273 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1578] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:31 2026] GET /v2.0/ports?device_id=26c2ad9d-d9c0-4804-8316-14dbb157e80e => 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: 802/1579] 10.0.0.98 () {34 vars in 741 bytes} [Tue Apr 14 07:31:31 2026] PUT /v2.0/routers/2662e69e-ac10-418b-a566-3b36a556e4ec => generated 502 bytes in 575 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1580] 10.0.0.98 () {32 vars in 735 bytes} [Tue Apr 14 07:31:31 2026] GET /v2.0/ports?device_id=2662e69e-ac10-418b-a566-3b36a556e4ec => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:31:31.830 8 INFO neutron_taas.services.taas.taas_plugin [None req-2c942dda-86a3-4502-87b9-b9b04c46b56e eb9efd287a714a91aa070e0b784ba250 ac2278f749b14620a9bdca7e182028d1 - - default default] TaaS: Handle Delete Port: cd1b87a3-8a04-48cf-a639-4e69dec4015e 2026-04-14 07:31:31.832 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c942dda-86a3-4502-87b9-b9b04c46b56e eb9efd287a714a91aa070e0b784ba250 ac2278f749b14620a9bdca7e182028d1 - - default default] Tap Mirror: Handle Delete Port: cd1b87a3-8a04-48cf-a639-4e69dec4015e [pid: 8|app: 0|req: 804/1581] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:31:31 2026] DELETE /v2.0/routers/2662e69e-ac10-418b-a566-3b36a556e4ec => generated 0 bytes in 387 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1582] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:32 2026] GET /v2.0/ports?device_id=5c5f5bef-75a7-4292-adb0-aecb117a051f => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1583] 10.0.0.98 () {32 vars in 720 bytes} [Tue Apr 14 07:31:32 2026] GET /v2.0/routers/57f37d56-1e68-4c82-bd93-a42e473fcb3f => generated 487 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1584] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:31:32 2026] GET /v2.0/security-groups?id=d63c7c48-10ac-4472-85f2-0a1acff66d0c&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1585] 199.204.45.248 () {38 vars in 955 bytes} [Tue Apr 14 07:31:31 2026] POST /v2.0/ports => generated 993 bytes in 1108 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: 779/1586] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:32 2026] GET /v2.0/ports?device_id=26c2ad9d-d9c0-4804-8316-14dbb157e80e => generated 996 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1587] 10.0.0.98 () {34 vars in 741 bytes} [Tue Apr 14 07:31:32 2026] PUT /v2.0/routers/57f37d56-1e68-4c82-bd93-a42e473fcb3f => generated 487 bytes in 555 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1588] 10.0.0.166 () {34 vars in 1120 bytes} [Tue Apr 14 07:31:32 2026] GET /v2.0/security-groups?id=e91257c0-0a25-4ee1-a361-2d0edbed5cd1&id=6a12d640-ffd3-40a1-b743-2586326e1fb8&fields=id&fields=name => generated 206 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1589] 10.0.0.98 () {32 vars in 735 bytes} [Tue Apr 14 07:31:32 2026] GET /v2.0/ports?device_id=57f37d56-1e68-4c82-bd93-a42e473fcb3f => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1590] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Apr 14 07:31:32 2026] PUT /v2.0/ports/74b7e766-c752-43fc-a952-9dc458febb3b => generated 1274 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:31:32.985 8 INFO neutron_taas.services.taas.taas_plugin [None req-7cfc79f6-cfc1-4b7f-8077-c019f66c0fa1 eb9efd287a714a91aa070e0b784ba250 ac2278f749b14620a9bdca7e182028d1 - - default default] TaaS: Handle Delete Port: d9ec14b6-b7a8-41de-8841-9eddb08d677d 2026-04-14 07:31:32.992 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cfc79f6-cfc1-4b7f-8077-c019f66c0fa1 eb9efd287a714a91aa070e0b784ba250 ac2278f749b14620a9bdca7e182028d1 - - default default] Tap Mirror: Handle Delete Port: d9ec14b6-b7a8-41de-8841-9eddb08d677d 2026-04-14 07:31:32.993 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e6caf04-0344-4bec-af60-06e4f69d9f9d'] response: {'name': 'network-changed', 'server_uuid': '26c2ad9d-d9c0-4804-8316-14dbb157e80e', 'tag': '74b7e766-c752-43fc-a952-9dc458febb3b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 811/1593] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:31:32 2026] DELETE /v2.0/routers/57f37d56-1e68-4c82-bd93-a42e473fcb3f => generated 0 bytes in 391 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: 783/1594] 10.0.0.98 () {32 vars in 720 bytes} [Tue Apr 14 07:31:33 2026] GET /v2.0/routers/af7ca6b1-b6a7-4acb-81a6-e222e69ae711 => generated 480 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1595] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:31:33 2026] GET /v2.0/ports?tenant_id=e9e311fca9f343cdab6b7ec17c6e2204&device_id=26c2ad9d-d9c0-4804-8316-14dbb157e80e => generated 1277 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1596] 199.204.45.248 () {34 vars in 1018 bytes} [Tue Apr 14 07:31:33 2026] GET /v2.0/networks?tenant_id=e9e311fca9f343cdab6b7ec17c6e2204&shared=False => generated 766 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1597] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:33 2026] GET /v2.0/ports?device_id=5c5f5bef-75a7-4292-adb0-aecb117a051f => 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: 787/1598] 199.204.45.248 () {34 vars in 930 bytes} [Tue Apr 14 07:31:33 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1599] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:31:33 2026] GET /v2.0/security-groups?id=d63c7c48-10ac-4472-85f2-0a1acff66d0c&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1600] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:33 2026] GET /v2.0/ports?device_id=26c2ad9d-d9c0-4804-8316-14dbb157e80e => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1601] 10.0.0.166 () {34 vars in 1120 bytes} [Tue Apr 14 07:31:33 2026] GET /v2.0/security-groups?id=e91257c0-0a25-4ee1-a361-2d0edbed5cd1&id=6a12d640-ffd3-40a1-b743-2586326e1fb8&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1602] 10.0.0.98 () {34 vars in 741 bytes} [Tue Apr 14 07:31:33 2026] PUT /v2.0/routers/af7ca6b1-b6a7-4acb-81a6-e222e69ae711 => generated 480 bytes in 976 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1603] 10.0.0.98 () {32 vars in 735 bytes} [Tue Apr 14 07:31:34 2026] GET /v2.0/ports?device_id=af7ca6b1-b6a7-4acb-81a6-e222e69ae711 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:31:34.438 8 INFO neutron_taas.services.taas.taas_plugin [None req-4f7231d5-1b35-45ef-bd82-5713c682261e eb9efd287a714a91aa070e0b784ba250 ac2278f749b14620a9bdca7e182028d1 - - default default] TaaS: Handle Delete Port: f8201d2a-346c-41cd-9a92-4b4e1fcf9886 2026-04-14 07:31:34.441 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f7231d5-1b35-45ef-bd82-5713c682261e eb9efd287a714a91aa070e0b784ba250 ac2278f749b14620a9bdca7e182028d1 - - default default] Tap Mirror: Handle Delete Port: f8201d2a-346c-41cd-9a92-4b4e1fcf9886 [pid: 7|app: 0|req: 792/1604] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:31:34 2026] GET /v2.0/ports?tenant_id=e9e311fca9f343cdab6b7ec17c6e2204&device_id=26c2ad9d-d9c0-4804-8316-14dbb157e80e => generated 1277 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1605] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Apr 14 07:31:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=74b7e766-c752-43fc-a952-9dc458febb3b => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:31:34.778 8 INFO neutron.services.segments.plugin [-] Segment 1ce48904-6126-4c73-8697-c9f10595172a resource provider aggregate not found 2026-04-14 07:31:34.787 8 INFO neutron.services.segments.plugin [-] Segment 1ce48904-6126-4c73-8697-c9f10595172a resource provider aggregate not found 2026-04-14 07:31:34.803 8 INFO neutron.services.segments.plugin [-] Segment 1ce48904-6126-4c73-8697-c9f10595172a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ce48904-6126-4c73-8697-c9f10595172a found for delete ", "request_id": "req-f6a3650e-71ed-4129-9fef-582f18162251"}]} 2026-04-14 07:31:34.812 8 INFO neutron.services.segments.plugin [-] Segment 1ce48904-6126-4c73-8697-c9f10595172a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ce48904-6126-4c73-8697-c9f10595172a found for delete ", "request_id": "req-f766a415-81a6-410f-af10-5cee4b557060"}]} [pid: 7|app: 0|req: 794/1606] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:31:34 2026] GET /v2.0/subnets?id=956d7c5a-b86a-47a9-9887-863846855fb7 => generated 689 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:31:34.818 8 INFO neutron.db.l3_hamode_db [None req-4f7231d5-1b35-45ef-bd82-5713c682261e eb9efd287a714a91aa070e0b784ba250 ac2278f749b14620a9bdca7e182028d1 - - default default] HA network ad48225d-ae5a-4c47-b4f9-0fc2d351f3f1 was deleted as no HA routers are present in tenant ac2278f749b14620a9bdca7e182028d1. [pid: 8|app: 0|req: 813/1607] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:31:34 2026] DELETE /v2.0/routers/af7ca6b1-b6a7-4acb-81a6-e222e69ae711 => generated 0 bytes in 548 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1608] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:31:34 2026] GET /v2.0/ports?network_id=3bf3d9ff-4da7-4c0b-a42e-5cb1affe00ba&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: 795/1609] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:34 2026] GET /v2.0/ports?device_id=5c5f5bef-75a7-4292-adb0-aecb117a051f => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1610] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:31:34 2026] GET /v2.0/networks/3bf3d9ff-4da7-4c0b-a42e-5cb1affe00ba?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: 796/1611] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:31:34 2026] GET /v2.0/security-groups?id=d63c7c48-10ac-4472-85f2-0a1acff66d0c&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1612] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:31:34 2026] GET /v2.0/networks/3bf3d9ff-4da7-4c0b-a42e-5cb1affe00ba?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: 797/1613] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:35 2026] GET /v2.0/ports?device_id=26c2ad9d-d9c0-4804-8316-14dbb157e80e => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1614] 10.0.0.166 () {34 vars in 1120 bytes} [Tue Apr 14 07:31:35 2026] GET /v2.0/security-groups?id=e91257c0-0a25-4ee1-a361-2d0edbed5cd1&id=6a12d640-ffd3-40a1-b743-2586326e1fb8&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1615] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:31:35 2026] GET /v2.0/security-groups?tenant_id=3e165705e70a41528e8b4ed8300f7ef3&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1616] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:35 2026] DELETE /v2.0/security-groups/cb29e6f7-37de-4285-879a-7a6cad4b0c6e => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1617] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:36 2026] GET /v2.0/ports?device_id=5c5f5bef-75a7-4292-adb0-aecb117a051f => 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: 799/1618] 199.204.45.248 () {34 vars in 994 bytes} [Tue Apr 14 07:31:36 2026] GET /v2.0/ports?device_id=5c5f5bef-75a7-4292-adb0-aecb117a051f => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1619] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:31:36 2026] GET /v2.0/security-groups?id=d63c7c48-10ac-4472-85f2-0a1acff66d0c&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:31:36.221 7 INFO neutron_taas.services.taas.taas_plugin [req-422d69e0-03ba-4d8d-815e-2a95eb5b6d0d req-12337670-4ea0-4e54-81f2-8aa1b5ae9bbf d348350e156e4957a215b0d7e930587e 7ced2606d66f4b5b9e50af0d7667b440 - - default default] TaaS: Handle Delete Port: 31c1eaa2-61c4-42a5-bbcd-abc18f6679cb 2026-04-14 07:31:36.224 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-422d69e0-03ba-4d8d-815e-2a95eb5b6d0d req-12337670-4ea0-4e54-81f2-8aa1b5ae9bbf d348350e156e4957a215b0d7e930587e 7ced2606d66f4b5b9e50af0d7667b440 - - default default] Tap Mirror: Handle Delete Port: 31c1eaa2-61c4-42a5-bbcd-abc18f6679cb [pid: 8|app: 0|req: 821/1620] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:36 2026] GET /v2.0/ports?device_id=26c2ad9d-d9c0-4804-8316-14dbb157e80e => generated 1008 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1621] 199.204.45.248 () {36 vars in 997 bytes} [Tue Apr 14 07:31:36 2026] DELETE /v2.0/ports/31c1eaa2-61c4-42a5-bbcd-abc18f6679cb => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1622] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:31:36 2026] GET /v2.0/security-groups?tenant_id=ac2278f749b14620a9bdca7e182028d1&name=default => generated 2925 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:31:36.401 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2f56ab7e-4548-46c8-9302-f46583e4786f'] response: {'server_uuid': '5c5f5bef-75a7-4292-adb0-aecb117a051f', 'name': 'network-vif-deleted', 'tag': '31c1eaa2-61c4-42a5-bbcd-abc18f6679cb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 801/1623] 10.0.0.166 () {34 vars in 1120 bytes} [Tue Apr 14 07:31:36 2026] GET /v2.0/security-groups?id=e91257c0-0a25-4ee1-a361-2d0edbed5cd1&id=6a12d640-ffd3-40a1-b743-2586326e1fb8&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1624] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:36 2026] DELETE /v2.0/security-groups/70baf55d-0dc5-46f9-97fc-25ea23f5f5db => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1625] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:31:36 2026] GET /v2.0/security-groups?tenant_id=112a1fc222f74aa59798851e6f66c5f9&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1626] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:36 2026] DELETE /v2.0/security-groups/8388404f-1f33-46a3-92f5-cb1c0c55b10e => 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: 803/1627] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:37 2026] GET /v2.0/ports?device_id=5c5f5bef-75a7-4292-adb0-aecb117a051f => 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: 825/1628] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:37 2026] GET /v2.0/ports?device_id=26c2ad9d-d9c0-4804-8316-14dbb157e80e => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1629] 10.0.0.166 () {34 vars in 1120 bytes} [Tue Apr 14 07:31:37 2026] GET /v2.0/security-groups?id=e91257c0-0a25-4ee1-a361-2d0edbed5cd1&id=6a12d640-ffd3-40a1-b743-2586326e1fb8&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1630] 199.204.45.248 () {34 vars in 994 bytes} [Tue Apr 14 07:31:38 2026] GET /v2.0/ports?device_id=26c2ad9d-d9c0-4804-8316-14dbb157e80e => generated 1277 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1631] 199.204.45.248 () {34 vars in 1124 bytes} [Tue Apr 14 07:31:38 2026] GET /v2.0/security-groups?id=6a12d640-ffd3-40a1-b743-2586326e1fb8&id=e91257c0-0a25-4ee1-a361-2d0edbed5cd1&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1632] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:38 2026] GET /v2.0/ports?device_id=5c5f5bef-75a7-4292-adb0-aecb117a051f => 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: 806/1633] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:38 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1634] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:31:38 2026] GET /v2.0/security-groups?id=0ab2f319-fe72-40f2-9f55-ebb03ff71fb4&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1635] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:38 2026] GET /v2.0/ports?device_id=26c2ad9d-d9c0-4804-8316-14dbb157e80e => generated 1010 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1636] 10.0.0.166 () {34 vars in 1120 bytes} [Tue Apr 14 07:31:38 2026] GET /v2.0/security-groups?id=e91257c0-0a25-4ee1-a361-2d0edbed5cd1&id=6a12d640-ffd3-40a1-b743-2586326e1fb8&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1637] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:38 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => 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: 809/1638] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:31:38 2026] GET /v2.0/security-groups?id=0ab2f319-fe72-40f2-9f55-ebb03ff71fb4&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: 830/1639] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:39 2026] GET /v2.0/ports?device_id=5c5f5bef-75a7-4292-adb0-aecb117a051f => 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: 810/1640] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:39 2026] GET /v2.0/ports?device_id=26c2ad9d-d9c0-4804-8316-14dbb157e80e => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1641] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:39 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 975 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1642] 10.0.0.166 () {34 vars in 1120 bytes} [Tue Apr 14 07:31:39 2026] GET /v2.0/security-groups?id=e91257c0-0a25-4ee1-a361-2d0edbed5cd1&id=6a12d640-ffd3-40a1-b743-2586326e1fb8&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1643] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:31:39 2026] GET /v2.0/security-groups?id=0ab2f319-fe72-40f2-9f55-ebb03ff71fb4&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1644] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:40 2026] GET /v2.0/ports?device_id=26c2ad9d-d9c0-4804-8316-14dbb157e80e => generated 1010 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1645] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:40 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1646] 10.0.0.166 () {34 vars in 1120 bytes} [Tue Apr 14 07:31:40 2026] GET /v2.0/security-groups?id=e91257c0-0a25-4ee1-a361-2d0edbed5cd1&id=6a12d640-ffd3-40a1-b743-2586326e1fb8&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1647] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:31:41 2026] GET /v2.0/security-groups?id=0ab2f319-fe72-40f2-9f55-ebb03ff71fb4&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: 835/1648] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:41 2026] GET /v2.0/ports?device_id=26c2ad9d-d9c0-4804-8316-14dbb157e80e => generated 1010 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1649] 10.0.0.98 () {34 vars in 683 bytes} [Tue Apr 14 07:31:41 2026] POST /v2.0/security-groups => generated 1601 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1650] 199.204.45.248 () {34 vars in 994 bytes} [Tue Apr 14 07:31:41 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:31:41.448 8 INFO neutron.db.l3_db [None req-5ac32843-596f-4b9d-a1cc-25d7e7057323 ff2bb8e7be5246ce9c1068706ead337c e9e311fca9f343cdab6b7ec17c6e2204 - - default default] Floating IP 640f64f2-8c94-470b-a7d7-dc6724763371 associated. External IP: 10.96.250.218, port: 74b7e766-c752-43fc-a952-9dc458febb3b. [pid: 7|app: 0|req: 816/1651] 10.0.0.98 () {34 vars in 683 bytes} [Tue Apr 14 07:31:41 2026] POST /v2.0/security-groups => generated 1601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 07:31:41.636 7 INFO neutron_taas.services.taas.taas_plugin [req-228696cc-066e-40b5-a4cf-9cb51caac108 req-e28057b0-5908-4c1e-a01b-1a2c83cea39a 4e0a6138bf3644279e2a0b794b01c4e0 1b56db3af9a440059e4b68e2e3f9a927 - - default default] TaaS: Handle Delete Port: b7213534-e1cc-41e6-a40e-97d52ef8aa59 2026-04-14 07:31:41.640 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-228696cc-066e-40b5-a4cf-9cb51caac108 req-e28057b0-5908-4c1e-a01b-1a2c83cea39a 4e0a6138bf3644279e2a0b794b01c4e0 1b56db3af9a440059e4b68e2e3f9a927 - - default default] Tap Mirror: Handle Delete Port: b7213534-e1cc-41e6-a40e-97d52ef8aa59 [pid: 8|app: 0|req: 836/1652] 10.0.0.98 () {34 vars in 748 bytes} [Tue Apr 14 07:31:41 2026] PUT /v2.0/floatingips/640f64f2-8c94-470b-a7d7-dc6724763371 => generated 855 bytes in 607 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:31:41.769 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f0908361-0267-4673-bde6-9fc7ed723f0c'] response: {'name': 'network-changed', 'server_uuid': '26c2ad9d-d9c0-4804-8316-14dbb157e80e', 'tag': '74b7e766-c752-43fc-a952-9dc458febb3b', 'status': 'completed', 'code': 200} 2026-04-14 07:31:41.775 7 INFO neutron.db.l3_db [req-228696cc-066e-40b5-a4cf-9cb51caac108 req-e28057b0-5908-4c1e-a01b-1a2c83cea39a 4e0a6138bf3644279e2a0b794b01c4e0 1b56db3af9a440059e4b68e2e3f9a927 - - default default] Floating IP 7cad20c2-7b4f-4eaf-ab1e-6cee5747b4ed disassociated. External IP: 10.96.250.207, port: b7213534-e1cc-41e6-a40e-97d52ef8aa59. [pid: 8|app: 0|req: 837/1653] 10.0.0.98 () {34 vars in 683 bytes} [Tue Apr 14 07:31:41 2026] POST /v2.0/security-groups => generated 1601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1654] 199.204.45.248 () {36 vars in 997 bytes} [Tue Apr 14 07:31:41 2026] DELETE /v2.0/ports/b7213534-e1cc-41e6-a40e-97d52ef8aa59 => generated 0 bytes in 608 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:31:42.180 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-98be43e6-bb8c-419b-bd8b-4728bc47c1b2'] response: {'server_uuid': '8bc7555c-0a71-4382-b336-b5c88c16b889', 'name': 'network-vif-deleted', 'tag': 'b7213534-e1cc-41e6-a40e-97d52ef8aa59', 'status': 'completed', 'code': 200} 2026-04-14 07:31:42.261 8 INFO neutron_taas.services.taas.taas_plugin [None req-f42ff0d1-c72f-4b27-bb06-bff698224abf fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: b3945c4b-4d5f-4c65-a057-17777a56bf91 2026-04-14 07:31:42.265 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f42ff0d1-c72f-4b27-bb06-bff698224abf fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: b3945c4b-4d5f-4c65-a057-17777a56bf91 [pid: 7|app: 0|req: 818/1655] 10.0.0.98 () {34 vars in 683 bytes} [Tue Apr 14 07:31:42 2026] POST /v2.0/security-groups => generated 1601 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1656] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:42 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => 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: 820/1657] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:31:42 2026] GET /v2.0/ports?tenant_id=e9e311fca9f343cdab6b7ec17c6e2204&device_id=26c2ad9d-d9c0-4804-8316-14dbb157e80e => generated 1279 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1658] 10.0.0.98 () {34 vars in 683 bytes} [Tue Apr 14 07:31:42 2026] POST /v2.0/security-groups => generated 1601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1659] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:31:42 2026] GET /v2.0/networks?id=3bf3d9ff-4da7-4c0b-a42e-5cb1affe00ba => 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: 823/1660] 10.0.0.98 () {34 vars in 766 bytes} [Tue Apr 14 07:31:42 2026] PUT /v2.0/security-groups/5e57d7df-7955-4ca7-9f80-a089976cff9f/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1661] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Apr 14 07:31:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=74b7e766-c752-43fc-a952-9dc458febb3b => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1662] 10.0.0.98 () {34 vars in 766 bytes} [Tue Apr 14 07:31:42 2026] PUT /v2.0/security-groups/f97cd146-5228-46a0-aca9-cc6007d8dda5/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: 826/1663] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:31:42 2026] GET /v2.0/subnets?id=956d7c5a-b86a-47a9-9887-863846855fb7 => generated 689 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1664] 10.0.0.98 () {34 vars in 766 bytes} [Tue Apr 14 07:31:42 2026] PUT /v2.0/security-groups/28f2786d-3654-4d7e-856b-4f1409e95547/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: 828/1665] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:31:42 2026] GET /v2.0/ports?network_id=3bf3d9ff-4da7-4c0b-a42e-5cb1affe00ba&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: 829/1666] 10.0.0.98 () {34 vars in 766 bytes} [Tue Apr 14 07:31:42 2026] PUT /v2.0/security-groups/b9b08509-f94e-4ce2-bcd7-a49b59df634c/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: 838/1667] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:31:41 2026] PUT /v2.0/routers/9c95ec22-0297-429e-b924-7e45864c3dff/remove_router_interface => generated 309 bytes in 1008 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1668] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:31:42 2026] GET /v2.0/networks/3bf3d9ff-4da7-4c0b-a42e-5cb1affe00ba?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: 839/1669] 10.0.0.98 () {32 vars in 679 bytes} [Tue Apr 14 07:31:42 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1670] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:31:42 2026] GET /v2.0/networks/3bf3d9ff-4da7-4c0b-a42e-5cb1affe00ba?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1671] 10.0.0.98 () {32 vars in 693 bytes} [Tue Apr 14 07:31:42 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: 8|app: 0|req: 842/1672] 10.0.0.98 () {32 vars in 689 bytes} [Tue Apr 14 07:31:42 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:31:43.058 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4fb5103-8178-4f7f-99dd-4a25cb137826 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 6265df65-bc36-409d-9b7c-d7f49debc9ca 2026-04-14 07:31:43.061 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4fb5103-8178-4f7f-99dd-4a25cb137826 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 6265df65-bc36-409d-9b7c-d7f49debc9ca [pid: 8|app: 0|req: 843/1673] 10.0.0.98 () {32 vars in 701 bytes} [Tue Apr 14 07:31:43 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1674] 10.0.0.98 () {32 vars in 687 bytes} [Tue Apr 14 07:31:43 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1675] 10.0.0.98 () {32 vars in 701 bytes} [Tue Apr 14 07:31:43 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1676] 10.0.0.98 () {32 vars in 697 bytes} [Tue Apr 14 07:31:43 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1677] 10.0.0.98 () {32 vars in 709 bytes} [Tue Apr 14 07:31:43 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:31:43.342 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4fb5103-8178-4f7f-99dd-4a25cb137826 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 56e8e20e-16f1-4dfb-a03b-33bd8a799e2b 2026-04-14 07:31:43.345 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4fb5103-8178-4f7f-99dd-4a25cb137826 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 56e8e20e-16f1-4dfb-a03b-33bd8a799e2b [pid: 8|app: 0|req: 848/1678] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:43 2026] DELETE /v2.0/security-groups/5e57d7df-7955-4ca7-9f80-a089976cff9f => 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: 849/1679] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:43 2026] DELETE /v2.0/security-groups/f97cd146-5228-46a0-aca9-cc6007d8dda5 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1680] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:43 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => 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: 851/1681] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:43 2026] DELETE /v2.0/security-groups/28f2786d-3654-4d7e-856b-4f1409e95547 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1682] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:43 2026] DELETE /v2.0/security-groups/b9b08509-f94e-4ce2-bcd7-a49b59df634c => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:31:43.675 7 INFO neutron.services.segments.plugin [-] Segment 8637744b-6c91-446c-818d-1c556bbaf1b1 resource provider aggregate not found 2026-04-14 07:31:43.681 7 INFO neutron.services.segments.plugin [-] Segment 8637744b-6c91-446c-818d-1c556bbaf1b1 resource provider aggregate not found 2026-04-14 07:31:43.686 7 INFO neutron.services.segments.plugin [-] Segment 8637744b-6c91-446c-818d-1c556bbaf1b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8637744b-6c91-446c-818d-1c556bbaf1b1 found for delete ", "request_id": "req-59bcf0f0-c809-413d-9331-b78e14500b05"}]} 2026-04-14 07:31:43.704 7 INFO neutron.services.segments.plugin [-] Segment 8637744b-6c91-446c-818d-1c556bbaf1b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8637744b-6c91-446c-818d-1c556bbaf1b1 found for delete ", "request_id": "req-c0cc5513-f3d6-4116-bb4d-2942b34c69c8"}]} 2026-04-14 07:31:43.705 7 INFO neutron.db.l3_hamode_db [None req-b4fb5103-8178-4f7f-99dd-4a25cb137826 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] HA network 0ae28b7b-6e27-46c0-84f7-8efecfab2dec was deleted as no HA routers are present in tenant 7ced2606d66f4b5b9e50af0d7667b440. [pid: 7|app: 0|req: 831/1683] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:31:42 2026] DELETE /v2.0/routers/9c95ec22-0297-429e-b924-7e45864c3dff => generated 0 bytes in 842 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1684] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:43 2026] DELETE /v2.0/security-groups/be827486-1486-4c5e-92be-679d9a7308a5 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1685] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:31:43 2026] DELETE /v2.0/subnets/52998252-6433-4d6f-aee9-182694f5a845 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:31:43.984 8 INFO neutron_taas.services.taas.taas_plugin [None req-1e10eefa-fdf4-493c-84b7-7706dcee155a fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 5f423c7e-06de-43d4-930e-d50f8b3e42ed 2026-04-14 07:31:43.988 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e10eefa-fdf4-493c-84b7-7706dcee155a fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 5f423c7e-06de-43d4-930e-d50f8b3e42ed 2026-04-14 07:31:44.154 8 INFO neutron.services.segments.plugin [-] Segment 324e3b42-cec6-4fc9-8a27-52b652b72646 resource provider aggregate not found 2026-04-14 07:31:44.159 8 INFO neutron.services.segments.plugin [-] Segment 324e3b42-cec6-4fc9-8a27-52b652b72646 resource provider aggregate not found 2026-04-14 07:31:44.182 8 INFO neutron.services.segments.plugin [-] Segment 324e3b42-cec6-4fc9-8a27-52b652b72646 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 324e3b42-cec6-4fc9-8a27-52b652b72646 found for delete ", "request_id": "req-352ac2c8-9ca7-4249-a837-2a106185d235"}]} 2026-04-14 07:31:44.182 8 INFO neutron.services.segments.plugin [-] Segment 324e3b42-cec6-4fc9-8a27-52b652b72646 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 324e3b42-cec6-4fc9-8a27-52b652b72646 found for delete ", "request_id": "req-1c190705-b334-4826-965f-f337d8b03ca1"}]} [pid: 8|app: 0|req: 854/1686] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:31:43 2026] DELETE /v2.0/networks/f6a61d94-e8fe-406b-9bcc-b55493ba7df3 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1687] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:31:44 2026] GET /v2.0/security-groups?tenant_id=7ced2606d66f4b5b9e50af0d7667b440&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1688] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:44 2026] DELETE /v2.0/security-groups/d63c7c48-10ac-4472-85f2-0a1acff66d0c => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1689] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:44 2026] GET /v2.0/ports?device_id=8bc7555c-0a71-4382-b336-b5c88c16b889 => 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: 834/1690] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:31:44 2026] GET /v2.0/security-groups?tenant_id=f08554995a0e4c1c93929b66c1c1e37a&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1691] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:44 2026] DELETE /v2.0/security-groups/03794854-668c-424f-adc6-9ba3414cae35 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1692] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:31:45 2026] GET /v2.0/security-groups?tenant_id=8f8d918138ea46879fff38ec498d22cb&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1693] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:45 2026] DELETE /v2.0/security-groups/3ea26f11-65b1-461d-9422-5a5aa857a310 => 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: 836/1694] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:31:45 2026] GET /v2.0/security-groups?tenant_id=cd3007e125ac408c91649d3dfbf27cc3&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1695] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:45 2026] DELETE /v2.0/security-groups/504d166e-02c7-49c0-8454-1a9bd328f9e2 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1696] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:45 2026] DELETE /v2.0/security-groups/0ab2f319-fe72-40f2-9f55-ebb03ff71fb4 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:31:45.808 8 INFO neutron.api.v2.resource [None req-be0972ed-0f85-403e-b1cc-ce5559470c5d 4e0a6138bf3644279e2a0b794b01c4e0 1b56db3af9a440059e4b68e2e3f9a927 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 860/1697] 10.0.0.98 () {32 vars in 736 bytes} [Tue Apr 14 07:31:45 2026] GET /v2.0/security-groups/0ab2f319-fe72-40f2-9f55-ebb03ff71fb4 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:31:45.884 7 INFO neutron_taas.services.taas.taas_plugin [None req-c923c0cb-f112-46db-a671-430f0a20ec69 4e0a6138bf3644279e2a0b794b01c4e0 1b56db3af9a440059e4b68e2e3f9a927 - - default default] TaaS: Handle Delete Port: 91ff7ff4-c39e-4751-8e3a-2490c505a813 2026-04-14 07:31:45.886 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c923c0cb-f112-46db-a671-430f0a20ec69 4e0a6138bf3644279e2a0b794b01c4e0 1b56db3af9a440059e4b68e2e3f9a927 - - default default] Tap Mirror: Handle Delete Port: 91ff7ff4-c39e-4751-8e3a-2490c505a813 [pid: 7|app: 0|req: 838/1698] 10.0.0.98 () {32 vars in 731 bytes} [Tue Apr 14 07:31:45 2026] DELETE /v2.0/floatingips/7cad20c2-7b4f-4eaf-ab1e-6cee5747b4ed => generated 0 bytes in 245 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:31:46.432 8 INFO neutron_taas.services.taas.taas_plugin [None req-741dff4f-68dc-4f4c-96ba-28d5b52ba33c fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 0b8905c2-3d8c-4646-90b7-9ba3fe697dfb 2026-04-14 07:31:46.435 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-741dff4f-68dc-4f4c-96ba-28d5b52ba33c fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 0b8905c2-3d8c-4646-90b7-9ba3fe697dfb [pid: 8|app: 0|req: 861/1699] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:31:46 2026] PUT /v2.0/routers/df86eed9-fd13-4a17-bfa7-3347bf6bf76c/remove_router_interface => generated 309 bytes in 977 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:31:47.223 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a34c9fb-2f27-4ecd-bd8e-ccfe71c1814f fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 55fdc294-fbd8-4486-b65d-b978d76fd8fe 2026-04-14 07:31:47.232 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a34c9fb-2f27-4ecd-bd8e-ccfe71c1814f fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 55fdc294-fbd8-4486-b65d-b978d76fd8fe 2026-04-14 07:31:47.469 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a34c9fb-2f27-4ecd-bd8e-ccfe71c1814f fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: a8e0176a-8fbe-4656-8917-0fef7243ac68 2026-04-14 07:31:47.471 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a34c9fb-2f27-4ecd-bd8e-ccfe71c1814f fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: a8e0176a-8fbe-4656-8917-0fef7243ac68 2026-04-14 07:31:47.812 7 INFO neutron.services.segments.plugin [-] Segment 4d490a70-2919-4743-904e-6c0ad60f2ba1 resource provider aggregate not found 2026-04-14 07:31:47.819 7 INFO neutron.services.segments.plugin [-] Segment 4d490a70-2919-4743-904e-6c0ad60f2ba1 resource provider aggregate not found 2026-04-14 07:31:47.835 7 INFO neutron.services.segments.plugin [-] Segment 4d490a70-2919-4743-904e-6c0ad60f2ba1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d490a70-2919-4743-904e-6c0ad60f2ba1 found for delete ", "request_id": "req-67668eae-7283-4988-8507-5bab52e02931"}]} 2026-04-14 07:31:47.838 7 INFO neutron.services.segments.plugin [-] Segment 4d490a70-2919-4743-904e-6c0ad60f2ba1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d490a70-2919-4743-904e-6c0ad60f2ba1 found for delete ", "request_id": "req-74bc552c-c707-41bd-b9bd-958cc010c9ad"}]} 2026-04-14 07:31:47.848 7 INFO neutron.db.l3_hamode_db [None req-1a34c9fb-2f27-4ecd-bd8e-ccfe71c1814f fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] HA network dc686e4c-f1c9-4ac1-968a-173f29c977c7 was deleted as no HA routers are present in tenant 1b56db3af9a440059e4b68e2e3f9a927. [pid: 7|app: 0|req: 839/1700] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:31:47 2026] DELETE /v2.0/routers/df86eed9-fd13-4a17-bfa7-3347bf6bf76c => generated 0 bytes in 812 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1701] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:31:47 2026] DELETE /v2.0/subnets/8c26b116-c74a-4117-a87e-257124c52829 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:31:48.152 7 INFO neutron_taas.services.taas.taas_plugin [None req-a6b62a9e-82e5-40a2-8b9a-aee6289a7878 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: fa314aff-df05-477e-a5f6-5379496b4617 2026-04-14 07:31:48.157 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6b62a9e-82e5-40a2-8b9a-aee6289a7878 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: fa314aff-df05-477e-a5f6-5379496b4617 [pid: 7|app: 0|req: 840/1704] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:31:48 2026] DELETE /v2.0/networks/43228c6d-730e-4169-a1c0-b624c362ff25 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1705] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:31:48 2026] GET /v2.0/security-groups?tenant_id=1b56db3af9a440059e4b68e2e3f9a927&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1706] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:48 2026] DELETE /v2.0/security-groups/a0e6bd01-101b-4684-acdb-520f5d74585a => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:31:48.990 8 INFO neutron.db.segments_db [None req-a717ec2a-6aff-4fc9-a7b8-5355d02cdba3 27f6625b508b407fb32d1043dc78ed33 a186305c1ebb4c7bbe4a0ee62a861998 - - default default] Added segment 607be96c-f78f-40b5-9a59-c36b763d1035 of type vxlan for network af41aaf2-2e4e-4355-afa3-f1236bc38a12 [pid: 8|app: 0|req: 866/1707] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:31:48 2026] POST /v2.0/networks => generated 612 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1708] 10.0.0.98 () {34 vars in 663 bytes} [Tue Apr 14 07:31:49 2026] POST /v2.0/ports => generated 743 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1709] 10.0.0.98 () {34 vars in 746 bytes} [Tue Apr 14 07:31:49 2026] PUT /v2.0/ports/d4c93bd2-a633-43fd-b352-67d7814c7f36/tags => generated 25 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 843/1710] 10.0.0.98 () {32 vars in 726 bytes} [Tue Apr 14 07:31:49 2026] GET /v2.0/ports/d4c93bd2-a633-43fd-b352-67d7814c7f36/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 868/1711] 10.0.0.98 () {34 vars in 757 bytes} [Tue Apr 14 07:31:49 2026] PUT /v2.0/ports/d4c93bd2-a633-43fd-b352-67d7814c7f36/tags/green => generated 4 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 844/1712] 10.0.0.98 () {32 vars in 726 bytes} [Tue Apr 14 07:31:49 2026] GET /v2.0/ports/d4c93bd2-a633-43fd-b352-67d7814c7f36/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, ' 2026-04-14 07:31:49.857 7 INFO neutron.services.segments.plugin [-] Segment 38dbcab0-dacc-416f-81eb-b1479b3ba961 resource provider aggregate not found 2026-04-14 07:31:49.864 7 INFO neutron.services.segments.plugin [-] Segment 38dbcab0-dacc-416f-81eb-b1479b3ba961 resource provider aggregate not found [pid: 8|app: 0|req: 869/1713] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:49 2026] GET /v2.0/ports?device_id=26c2ad9d-d9c0-4804-8316-14dbb157e80e => generated 1010 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:31:49.879 7 INFO neutron.services.segments.plugin [-] Segment 38dbcab0-dacc-416f-81eb-b1479b3ba961 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38dbcab0-dacc-416f-81eb-b1479b3ba961 found for delete ", "request_id": "req-ac26f4aa-1704-4700-b1db-a6bc412d17f6"}]} 2026-04-14 07:31:49.879 7 INFO neutron.services.segments.plugin [-] Segment 38dbcab0-dacc-416f-81eb-b1479b3ba961 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38dbcab0-dacc-416f-81eb-b1479b3ba961 found for delete ", "request_id": "req-80626a69-6824-4346-bc15-dcef7b9cb32d"}]} [pid: 8|app: 0|req: 870/1714] 10.0.0.166 () {34 vars in 1120 bytes} [Tue Apr 14 07:31:49 2026] GET /v2.0/security-groups?id=e91257c0-0a25-4ee1-a361-2d0edbed5cd1&id=6a12d640-ffd3-40a1-b743-2586326e1fb8&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1715] 10.0.0.98 () {34 vars in 753 bytes} [Tue Apr 14 07:31:49 2026] PUT /v2.0/ports/d4c93bd2-a633-43fd-b352-67d7814c7f36/tags/red => 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: 7|app: 0|req: 846/1716] 10.0.0.98 () {32 vars in 726 bytes} [Tue Apr 14 07:31:49 2026] GET /v2.0/ports/d4c93bd2-a633-43fd-b352-67d7814c7f36/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 847/1717] 10.0.0.98 () {34 vars in 775 bytes} [Tue Apr 14 07:31:49 2026] PUT /v2.0/ports/d4c93bd2-a633-43fd-b352-67d7814c7f36/tags/black.or.white => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 848/1718] 10.0.0.98 () {32 vars in 726 bytes} [Tue Apr 14 07:31:50 2026] GET /v2.0/ports/d4c93bd2-a633-43fd-b352-67d7814c7f36/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 871/1719] 10.0.0.98 () {32 vars in 735 bytes} [Tue Apr 14 07:31:49 2026] GET /v2.0/ports?device_id=26c2ad9d-d9c0-4804-8316-14dbb157e80e => generated 1279 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1720] 10.0.0.98 () {34 vars in 746 bytes} [Tue Apr 14 07:31:50 2026] PUT /v2.0/ports/d4c93bd2-a633-43fd-b352-67d7814c7f36/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 872/1721] 10.0.0.98 () {32 vars in 857 bytes} [Tue Apr 14 07:31:50 2026] GET /v2.0/floatingips?floating_network_id=a7a7ae99-0443-4673-90c4-65109a667aa3&port_id=74b7e766-c752-43fc-a952-9dc458febb3b => generated 860 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1722] 10.0.0.98 () {32 vars in 726 bytes} [Tue Apr 14 07:31:50 2026] GET /v2.0/ports/d4c93bd2-a633-43fd-b352-67d7814c7f36/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1723] 10.0.0.98 () {32 vars in 734 bytes} [Tue Apr 14 07:31:50 2026] GET /v2.0/ports/d4c93bd2-a633-43fd-b352-67d7814c7f36/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 07:31:50.403 7 INFO neutron.api.v2.resource [None req-4592a461-227f-4d86-9cf2-6c375a8c3965 27f6625b508b407fb32d1043dc78ed33 a186305c1ebb4c7bbe4a0ee62a861998 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 851/1724] 10.0.0.98 () {32 vars in 738 bytes} [Tue Apr 14 07:31:50 2026] GET /v2.0/ports/d4c93bd2-a633-43fd-b352-67d7814c7f36/tags/green => generated 99 bytes in 48 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: 874/1725] 10.0.0.98 () {32 vars in 737 bytes} [Tue Apr 14 07:31:50 2026] DELETE /v2.0/ports/d4c93bd2-a633-43fd-b352-67d7814c7f36/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 852/1726] 10.0.0.98 () {32 vars in 726 bytes} [Tue Apr 14 07:31:50 2026] GET /v2.0/ports/d4c93bd2-a633-43fd-b352-67d7814c7f36/tags => generated 30 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 07:31:50.583 8 INFO neutron.api.v2.resource [None req-c94b3744-959f-496a-9e06-6a3bc1dea64c 27f6625b508b407fb32d1043dc78ed33 a186305c1ebb4c7bbe4a0ee62a861998 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 875/1727] 10.0.0.98 () {32 vars in 741 bytes} [Tue Apr 14 07:31:50 2026] DELETE /v2.0/ports/d4c93bd2-a633-43fd-b352-67d7814c7f36/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 853/1728] 10.0.0.98 () {32 vars in 729 bytes} [Tue Apr 14 07:31:50 2026] DELETE /v2.0/ports/d4c93bd2-a633-43fd-b352-67d7814c7f36/tags => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 876/1729] 10.0.0.98 () {32 vars in 726 bytes} [Tue Apr 14 07:31:50 2026] GET /v2.0/ports/d4c93bd2-a633-43fd-b352-67d7814c7f36/tags => generated 12 bytes in 59 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-04-14 07:31:50.872 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb7067c7-ebc9-476d-abb8-fba7e1622f47 27f6625b508b407fb32d1043dc78ed33 a186305c1ebb4c7bbe4a0ee62a861998 - - default default] TaaS: Handle Delete Port: d4c93bd2-a633-43fd-b352-67d7814c7f36 2026-04-14 07:31:50.875 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb7067c7-ebc9-476d-abb8-fba7e1622f47 27f6625b508b407fb32d1043dc78ed33 a186305c1ebb4c7bbe4a0ee62a861998 - - default default] Tap Mirror: Handle Delete Port: d4c93bd2-a633-43fd-b352-67d7814c7f36 [pid: 7|app: 0|req: 854/1730] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:31:50 2026] DELETE /v2.0/ports/d4c93bd2-a633-43fd-b352-67d7814c7f36 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 855/1731] 10.0.0.206 () {34 vars in 990 bytes} [Tue Apr 14 07:31:51 2026] GET /v2.0/ports?device_id=26c2ad9d-d9c0-4804-8316-14dbb157e80e => generated 1279 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:31:51.092 8 INFO neutron.services.segments.plugin [-] Segment 607be96c-f78f-40b5-9a59-c36b763d1035 resource provider aggregate not found 2026-04-14 07:31:51.097 8 INFO neutron.services.segments.plugin [-] Segment 607be96c-f78f-40b5-9a59-c36b763d1035 resource provider aggregate not found [pid: 7|app: 0|req: 856/1732] 10.0.0.206 () {34 vars in 1120 bytes} [Tue Apr 14 07:31:51 2026] GET /v2.0/security-groups?id=6a12d640-ffd3-40a1-b743-2586326e1fb8&id=e91257c0-0a25-4ee1-a361-2d0edbed5cd1&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:31:51.115 8 INFO neutron.services.segments.plugin [-] Segment 607be96c-f78f-40b5-9a59-c36b763d1035 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 607be96c-f78f-40b5-9a59-c36b763d1035 found for delete ", "request_id": "req-7151c54d-2f4a-48c1-a630-830476491601"}]} 2026-04-14 07:31:51.117 8 INFO neutron.services.segments.plugin [-] Segment 607be96c-f78f-40b5-9a59-c36b763d1035 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 607be96c-f78f-40b5-9a59-c36b763d1035 found for delete ", "request_id": "req-77311d07-adc1-48e0-9c78-c860b5a10ae7"}]} [pid: 8|app: 0|req: 877/1733] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:31:50 2026] DELETE /v2.0/networks/af41aaf2-2e4e-4355-afa3-f1236bc38a12 => 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: 857/1734] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:31:51 2026] GET /v2.0/security-groups?tenant_id=5d4b1fa8e7ea4b9780ed7c60247dd77f&name=default => generated 2925 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1735] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:52 2026] DELETE /v2.0/security-groups/30f313ff-b051-4523-9e32-312f3b461d66 => 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: 858/1736] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:31:52 2026] GET /v2.0/security-groups?tenant_id=a186305c1ebb4c7bbe4a0ee62a861998&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: 879/1737] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:52 2026] DELETE /v2.0/security-groups/a4003b69-a01c-4f9e-9a03-5fbdaf2881b2 => 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: 859/1738] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:53 2026] GET /v2.0/ports?device_id=26c2ad9d-d9c0-4804-8316-14dbb157e80e => generated 1010 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1739] 10.0.0.166 () {34 vars in 1120 bytes} [Tue Apr 14 07:31:53 2026] GET /v2.0/security-groups?id=e91257c0-0a25-4ee1-a361-2d0edbed5cd1&id=6a12d640-ffd3-40a1-b743-2586326e1fb8&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1740] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:31:54 2026] GET /v2.0/security-groups?tenant_id=fd720439d9004bdf884caecdd9b02558&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1741] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:54 2026] DELETE /v2.0/security-groups/090a2bc5-4dea-428c-bf83-497dec0e5914 => 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: 861/1742] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:31:54 2026] GET /v2.0/security-groups?tenant_id=674d7370e436467d825d97d49f0e9f9c&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1743] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:54 2026] GET /v2.0/ports?device_id=26c2ad9d-d9c0-4804-8316-14dbb157e80e => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1744] 10.0.0.166 () {34 vars in 1120 bytes} [Tue Apr 14 07:31:54 2026] GET /v2.0/security-groups?id=e91257c0-0a25-4ee1-a361-2d0edbed5cd1&id=6a12d640-ffd3-40a1-b743-2586326e1fb8&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1745] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:54 2026] DELETE /v2.0/security-groups/7805cc51-007e-468e-a01d-c1b783fbf792 => 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: 883/1746] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:56 2026] GET /v2.0/ports?device_id=26c2ad9d-d9c0-4804-8316-14dbb157e80e => generated 1010 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1747] 10.0.0.166 () {34 vars in 1120 bytes} [Tue Apr 14 07:31:56 2026] GET /v2.0/security-groups?id=e91257c0-0a25-4ee1-a361-2d0edbed5cd1&id=6a12d640-ffd3-40a1-b743-2586326e1fb8&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1748] 199.204.45.248 () {34 vars in 994 bytes} [Tue Apr 14 07:31:56 2026] GET /v2.0/ports?device_id=26c2ad9d-d9c0-4804-8316-14dbb157e80e => generated 1010 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1749] 10.0.0.98 () {34 vars in 675 bytes} [Tue Apr 14 07:31:56 2026] POST /v2.0/subnetpools => generated 516 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1750] 10.0.0.98 () {34 vars in 758 bytes} [Tue Apr 14 07:31:56 2026] PUT /v2.0/subnetpools/8501488c-51fb-4095-b744-d404546bf94c/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:31:56.393 8 INFO neutron_taas.services.taas.taas_plugin [req-94b136ed-ac01-4ec8-9602-e9b6c8d9cd9b req-c3036892-289e-4402-b8cb-f8a47d694fa0 ff2bb8e7be5246ce9c1068706ead337c e9e311fca9f343cdab6b7ec17c6e2204 - - default default] TaaS: Handle Delete Port: 74b7e766-c752-43fc-a952-9dc458febb3b 2026-04-14 07:31:56.396 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-94b136ed-ac01-4ec8-9602-e9b6c8d9cd9b req-c3036892-289e-4402-b8cb-f8a47d694fa0 ff2bb8e7be5246ce9c1068706ead337c e9e311fca9f343cdab6b7ec17c6e2204 - - default default] Tap Mirror: Handle Delete Port: 74b7e766-c752-43fc-a952-9dc458febb3b [pid: 7|app: 0|req: 866/1751] 10.0.0.98 () {32 vars in 738 bytes} [Tue Apr 14 07:31:56 2026] GET /v2.0/subnetpools/8501488c-51fb-4095-b744-d404546bf94c/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1752] 10.0.0.98 () {34 vars in 769 bytes} [Tue Apr 14 07:31:56 2026] PUT /v2.0/subnetpools/8501488c-51fb-4095-b744-d404546bf94c/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1753] 10.0.0.98 () {32 vars in 738 bytes} [Tue Apr 14 07:31:56 2026] GET /v2.0/subnetpools/8501488c-51fb-4095-b744-d404546bf94c/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:31:56.537 8 INFO neutron.db.l3_db [req-94b136ed-ac01-4ec8-9602-e9b6c8d9cd9b req-c3036892-289e-4402-b8cb-f8a47d694fa0 ff2bb8e7be5246ce9c1068706ead337c e9e311fca9f343cdab6b7ec17c6e2204 - - default default] Floating IP 640f64f2-8c94-470b-a7d7-dc6724763371 disassociated. External IP: 10.96.250.218, port: 74b7e766-c752-43fc-a952-9dc458febb3b. [pid: 7|app: 0|req: 869/1754] 10.0.0.98 () {34 vars in 765 bytes} [Tue Apr 14 07:31:56 2026] PUT /v2.0/subnetpools/8501488c-51fb-4095-b744-d404546bf94c/tags/red => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1755] 10.0.0.98 () {32 vars in 738 bytes} [Tue Apr 14 07:31:56 2026] GET /v2.0/subnetpools/8501488c-51fb-4095-b744-d404546bf94c/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1756] 10.0.0.98 () {34 vars in 787 bytes} [Tue Apr 14 07:31:56 2026] PUT /v2.0/subnetpools/8501488c-51fb-4095-b744-d404546bf94c/tags/black.or.white => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1757] 10.0.0.98 () {32 vars in 738 bytes} [Tue Apr 14 07:31:56 2026] GET /v2.0/subnetpools/8501488c-51fb-4095-b744-d404546bf94c/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: 873/1758] 10.0.0.98 () {34 vars in 758 bytes} [Tue Apr 14 07:31:56 2026] PUT /v2.0/subnetpools/8501488c-51fb-4095-b744-d404546bf94c/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: 874/1759] 10.0.0.98 () {32 vars in 738 bytes} [Tue Apr 14 07:31:56 2026] GET /v2.0/subnetpools/8501488c-51fb-4095-b744-d404546bf94c/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1760] 10.0.0.98 () {32 vars in 746 bytes} [Tue Apr 14 07:31:56 2026] GET /v2.0/subnetpools/8501488c-51fb-4095-b744-d404546bf94c/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:31:56.853 7 INFO neutron.api.v2.resource [None req-2aa2583f-25ae-4f2d-8896-217f0b79f95f 9b28e80114c4444a8861e3eee53f0e1e e19146e6f69044a9b9ceb3b233871f0f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 876/1761] 10.0.0.98 () {32 vars in 750 bytes} [Tue Apr 14 07:31:56 2026] GET /v2.0/subnetpools/8501488c-51fb-4095-b744-d404546bf94c/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1762] 10.0.0.98 () {32 vars in 749 bytes} [Tue Apr 14 07:31:56 2026] DELETE /v2.0/subnetpools/8501488c-51fb-4095-b744-d404546bf94c/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1763] 10.0.0.98 () {32 vars in 738 bytes} [Tue Apr 14 07:31:56 2026] GET /v2.0/subnetpools/8501488c-51fb-4095-b744-d404546bf94c/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1764] 199.204.45.248 () {36 vars in 997 bytes} [Tue Apr 14 07:31:56 2026] DELETE /v2.0/ports/74b7e766-c752-43fc-a952-9dc458febb3b => generated 0 bytes in 678 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:31:56.979 7 INFO neutron.api.v2.resource [None req-452498b8-f2b7-44ff-ab81-f37665ce1224 9b28e80114c4444a8861e3eee53f0e1e e19146e6f69044a9b9ceb3b233871f0f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 879/1765] 10.0.0.98 () {32 vars in 753 bytes} [Tue Apr 14 07:31:56 2026] DELETE /v2.0/subnetpools/8501488c-51fb-4095-b744-d404546bf94c/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 07:31:56.990 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-071cfdf5-07dd-4326-a380-404f05a4a7ae'] response: {'server_uuid': '26c2ad9d-d9c0-4804-8316-14dbb157e80e', 'name': 'network-vif-deleted', 'tag': '74b7e766-c752-43fc-a952-9dc458febb3b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 887/1766] 10.0.0.98 () {32 vars in 741 bytes} [Tue Apr 14 07:31:56 2026] DELETE /v2.0/subnetpools/8501488c-51fb-4095-b744-d404546bf94c/tags => 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: 880/1767] 10.0.0.98 () {32 vars in 738 bytes} [Tue Apr 14 07:31:57 2026] GET /v2.0/subnetpools/8501488c-51fb-4095-b744-d404546bf94c/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1768] 10.0.0.98 () {32 vars in 731 bytes} [Tue Apr 14 07:31:57 2026] DELETE /v2.0/subnetpools/8501488c-51fb-4095-b744-d404546bf94c => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1769] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:57 2026] GET /v2.0/ports?device_id=26c2ad9d-d9c0-4804-8316-14dbb157e80e => 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: 889/1770] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:31:57 2026] GET /v2.0/security-groups?tenant_id=434c3bbb55054580826c56f1fc80b16c&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1771] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:57 2026] DELETE /v2.0/security-groups/0a6faa1b-f720-4f8b-8153-f161c35854a6 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1772] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:31:57 2026] GET /v2.0/security-groups?tenant_id=e19146e6f69044a9b9ceb3b233871f0f&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: 891/1773] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:57 2026] DELETE /v2.0/security-groups/3f787a06-2cf1-4cd2-b2a3-452c4d59ec31 => 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: 883/1774] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:31:58 2026] GET /v2.0/security-groups?tenant_id=4f27df9283924874bbb9cc0fd5bcf1e8&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1775] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:58 2026] GET /v2.0/ports?device_id=26c2ad9d-d9c0-4804-8316-14dbb157e80e => 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: 884/1776] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:31:58 2026] DELETE /v2.0/security-groups/e0b26473-b7a0-4e7f-b399-4d1ff693e800 => 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: 893/1777] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:31:59 2026] GET /v2.0/ports?device_id=26c2ad9d-d9c0-4804-8316-14dbb157e80e => 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: 885/1778] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:00 2026] DELETE /v2.0/security-groups/e91257c0-0a25-4ee1-a361-2d0edbed5cd1 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:32:00.863 8 INFO neutron.api.v2.resource [None req-8c76767a-8334-4f55-9b18-21457a6e166d ff2bb8e7be5246ce9c1068706ead337c e9e311fca9f343cdab6b7ec17c6e2204 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 894/1779] 10.0.0.98 () {32 vars in 736 bytes} [Tue Apr 14 07:32:00 2026] GET /v2.0/security-groups/e91257c0-0a25-4ee1-a361-2d0edbed5cd1 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:32:00.986 7 INFO neutron_taas.services.taas.taas_plugin [None req-b0d9b231-1618-4684-a0ab-b150453ab11d ff2bb8e7be5246ce9c1068706ead337c e9e311fca9f343cdab6b7ec17c6e2204 - - default default] TaaS: Handle Delete Port: bb9c14c5-6380-4044-8c4d-b44de95467b3 2026-04-14 07:32:00.989 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0d9b231-1618-4684-a0ab-b150453ab11d ff2bb8e7be5246ce9c1068706ead337c e9e311fca9f343cdab6b7ec17c6e2204 - - default default] Tap Mirror: Handle Delete Port: bb9c14c5-6380-4044-8c4d-b44de95467b3 [pid: 7|app: 0|req: 886/1780] 10.0.0.98 () {32 vars in 731 bytes} [Tue Apr 14 07:32:00 2026] DELETE /v2.0/floatingips/640f64f2-8c94-470b-a7d7-dc6724763371 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1781] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:01 2026] DELETE /v2.0/security-groups/6a12d640-ffd3-40a1-b743-2586326e1fb8 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:32:01.747 7 INFO neutron_taas.services.taas.taas_plugin [None req-200220a5-9dc3-4a0d-b317-3d7b9beeff36 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 4b82ef8d-dcf5-44aa-a0e1-c4c18bb5e779 2026-04-14 07:32:01.750 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-200220a5-9dc3-4a0d-b317-3d7b9beeff36 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 4b82ef8d-dcf5-44aa-a0e1-c4c18bb5e779 [pid: 7|app: 0|req: 887/1782] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:32:01 2026] PUT /v2.0/routers/428373ef-fcb4-4ef9-8aaa-58275c5b692c/remove_router_interface => generated 309 bytes in 959 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:32:02.410 8 INFO neutron.db.segments_db [None req-5306c6db-38b2-48f3-9eef-2e1c0de89f2f 3e20099a43e841868607cab7e6275426 d0d0acf0b19a461abce2c27422c2b0fc - - default default] Added segment 2819567b-cc24-4994-917f-112556686109 of type vxlan for network d42f833b-7842-4a56-8553-ef837d4e7398 [pid: 7|app: 0|req: 888/1783] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:02 2026] GET /v2.0/security-groups?tenant_id=c10f225695fe442d9822c908e012392f&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1784] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:32:02 2026] POST /v2.0/networks => generated 612 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1785] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:02 2026] DELETE /v2.0/security-groups/f1c4ac63-7a06-48b2-9a67-6fcaf07824ba => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:32:02.669 7 INFO neutron_taas.services.taas.taas_plugin [None req-0141142a-e9d7-47d7-9f7c-82cd0825e2ea fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 72fd9013-de62-4da3-8efb-a583b2fa4cd6 2026-04-14 07:32:02.672 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0141142a-e9d7-47d7-9f7c-82cd0825e2ea fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 72fd9013-de62-4da3-8efb-a583b2fa4cd6 2026-04-14 07:32:02.938 7 INFO neutron_taas.services.taas.taas_plugin [None req-0141142a-e9d7-47d7-9f7c-82cd0825e2ea fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 55955672-c3a7-4d9f-9ad5-4cceb24104bf 2026-04-14 07:32:02.940 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0141142a-e9d7-47d7-9f7c-82cd0825e2ea fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 55955672-c3a7-4d9f-9ad5-4cceb24104bf [pid: 8|app: 0|req: 898/1786] 10.0.0.98 () {34 vars in 663 bytes} [Tue Apr 14 07:32:02 2026] POST /v2.0/ports => generated 743 bytes in 352 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-04-14 07:32:03.281 8 INFO neutron.db.segments_db [None req-b2420d0b-6bb2-4f87-bc25-31f1ce4cdffc 5304e6e987774d03b86da055777706b1 16a96b9e59b5465eac059060d6898551 - - default default] Added segment adafe735-7706-4070-9af6-a90ba572047e of type vxlan for network 26e87d93-03fd-4edd-9e0c-2896dd580fcf 2026-04-14 07:32:03.322 7 INFO neutron.services.segments.plugin [-] Segment 943fbd69-34c7-4bae-a5ae-e21c11158f17 resource provider aggregate not found 2026-04-14 07:32:03.332 7 INFO neutron.services.segments.plugin [-] Segment 943fbd69-34c7-4bae-a5ae-e21c11158f17 resource provider aggregate not found 2026-04-14 07:32:03.344 7 INFO neutron.services.segments.plugin [-] Segment 943fbd69-34c7-4bae-a5ae-e21c11158f17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 943fbd69-34c7-4bae-a5ae-e21c11158f17 found for delete ", "request_id": "req-26f01f58-5e5d-42be-b517-c65c500c7ecb"}]} 2026-04-14 07:32:03.353 7 INFO neutron.services.segments.plugin [-] Segment 943fbd69-34c7-4bae-a5ae-e21c11158f17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 943fbd69-34c7-4bae-a5ae-e21c11158f17 found for delete ", "request_id": "req-f07e07a0-a7af-40c1-bb16-69fc113d0eb0"}]} 2026-04-14 07:32:03.359 7 INFO neutron.db.l3_hamode_db [None req-0141142a-e9d7-47d7-9f7c-82cd0825e2ea fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] HA network 41f99893-7e61-43ed-bb26-bfa6c96733a1 was deleted as no HA routers are present in tenant e9e311fca9f343cdab6b7ec17c6e2204. [pid: 8|app: 0|req: 899/1787] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:32:02 2026] POST /v2.0/networks => generated 611 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1788] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:32:02 2026] DELETE /v2.0/routers/428373ef-fcb4-4ef9-8aaa-58275c5b692c => generated 0 bytes in 904 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1789] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:03 2026] GET /v2.0/security-groups?tenant_id=e6c382be2e6a490a83c555e1a868a876&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:32:03.524 8 INFO neutron.db.segments_db [None req-8765d54f-6b68-44ed-8b63-05918c4e7600 5304e6e987774d03b86da055777706b1 16a96b9e59b5465eac059060d6898551 - - default default] Added segment 9544d3a8-6c2c-49cc-b6cc-386d7fd83781 of type vxlan for network eac02b3d-aba0-4122-9b97-b45a457cbbbd [pid: 8|app: 0|req: 903/1792] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:32:03 2026] POST /v2.0/networks => generated 613 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1793] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:32:03 2026] DELETE /v2.0/subnets/956d7c5a-b86a-47a9-9887-863846855fb7 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1794] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:03 2026] DELETE /v2.0/security-groups/a72def8e-fa18-4b7e-8a7a-d7b3402b0f72 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:32:03.962 8 INFO neutron.db.segments_db [None req-2c6a7c18-9d35-413c-ba9b-5bddaf4e7ec7 5304e6e987774d03b86da055777706b1 16a96b9e59b5465eac059060d6898551 - - default default] Added segment ded690fd-628b-4469-9276-97a2f48a0878 of type vxlan for network 9468289a-a1ed-4e36-8e59-4b1538009035 [pid: 7|app: 0|req: 890/1795] 10.0.0.98 () {34 vars in 665 bytes} [Tue Apr 14 07:32:03 2026] POST /v2.0/trunks => generated 407 bytes in 604 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1796] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:32:03 2026] POST /v2.0/networks => generated 612 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:32:04.054 7 INFO neutron_taas.services.taas.taas_plugin [None req-908559c5-83ef-453c-8609-ad5ce58a4434 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: ca585e75-9ef8-4427-8707-2f7e27d18b34 2026-04-14 07:32:04.057 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-908559c5-83ef-453c-8609-ad5ce58a4434 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: ca585e75-9ef8-4427-8707-2f7e27d18b34 [pid: 8|app: 0|req: 907/1797] 10.0.0.98 () {34 vars in 748 bytes} [Tue Apr 14 07:32:04 2026] PUT /v2.0/trunks/8371f938-86b6-43d3-81f2-c3f56cdff640/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:32:04.130 8 INFO neutron.db.segments_db [None req-1a9189c0-0d81-4740-93db-b1ece8c13de1 5304e6e987774d03b86da055777706b1 16a96b9e59b5465eac059060d6898551 - - default default] Added segment 0513e959-ef20-4acb-8259-6dbb341933bf of type vxlan for network 8a293944-b71f-4ce7-8949-a8144210d5f9 [pid: 8|app: 0|req: 908/1798] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:32:04 2026] POST /v2.0/networks => generated 613 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1799] 10.0.0.98 () {32 vars in 728 bytes} [Tue Apr 14 07:32:04 2026] GET /v2.0/trunks/8371f938-86b6-43d3-81f2-c3f56cdff640/tags => generated 25 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1800] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:32:03 2026] DELETE /v2.0/networks/3bf3d9ff-4da7-4c0b-a42e-5cb1affe00ba => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:32:04.272 8 INFO neutron.db.segments_db [None req-95036079-829a-4cff-a3c6-be28e084d5fc 5304e6e987774d03b86da055777706b1 16a96b9e59b5465eac059060d6898551 - - default default] Added segment ac333ee3-41aa-4dff-be27-e3dd5bda254f of type vxlan for network 402bf063-1496-46de-ad23-24a25fb6def1 [pid: 7|app: 0|req: 892/1801] 10.0.0.98 () {34 vars in 759 bytes} [Tue Apr 14 07:32:04 2026] PUT /v2.0/trunks/8371f938-86b6-43d3-81f2-c3f56cdff640/tags/green => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1802] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:32:04 2026] POST /v2.0/networks => generated 613 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1803] 10.0.0.98 () {32 vars in 728 bytes} [Tue Apr 14 07:32:04 2026] GET /v2.0/trunks/8371f938-86b6-43d3-81f2-c3f56cdff640/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: 912/1804] 10.0.0.98 () {34 vars in 752 bytes} [Tue Apr 14 07:32:04 2026] PUT /v2.0/networks/26e87d93-03fd-4edd-9e0c-2896dd580fcf/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1805] 10.0.0.98 () {34 vars in 755 bytes} [Tue Apr 14 07:32:04 2026] PUT /v2.0/trunks/8371f938-86b6-43d3-81f2-c3f56cdff640/tags/red => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1806] 10.0.0.98 () {34 vars in 752 bytes} [Tue Apr 14 07:32:04 2026] PUT /v2.0/networks/eac02b3d-aba0-4122-9b97-b45a457cbbbd/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1807] 10.0.0.98 () {32 vars in 728 bytes} [Tue Apr 14 07:32:04 2026] GET /v2.0/trunks/8371f938-86b6-43d3-81f2-c3f56cdff640/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1808] 10.0.0.98 () {34 vars in 752 bytes} [Tue Apr 14 07:32:04 2026] PUT /v2.0/networks/9468289a-a1ed-4e36-8e59-4b1538009035/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1809] 10.0.0.98 () {34 vars in 777 bytes} [Tue Apr 14 07:32:04 2026] PUT /v2.0/trunks/8371f938-86b6-43d3-81f2-c3f56cdff640/tags/black.or.white => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-14 07:32:04.643 7 INFO neutron_taas.services.taas.taas_plugin [None req-caa6e66f-2e48-4357-9d0d-6d84881cf54b fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 1740d1f8-61ca-4561-9028-a41bea73f9be 2026-04-14 07:32:04.646 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-caa6e66f-2e48-4357-9d0d-6d84881cf54b fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 1740d1f8-61ca-4561-9028-a41bea73f9be [pid: 8|app: 0|req: 918/1810] 10.0.0.98 () {34 vars in 752 bytes} [Tue Apr 14 07:32:04 2026] PUT /v2.0/networks/8a293944-b71f-4ce7-8949-a8144210d5f9/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: 919/1811] 10.0.0.98 () {32 vars in 728 bytes} [Tue Apr 14 07:32:04 2026] GET /v2.0/trunks/8371f938-86b6-43d3-81f2-c3f56cdff640/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: 920/1812] 10.0.0.98 () {32 vars in 665 bytes} [Tue Apr 14 07:32:04 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1813] 10.0.0.98 () {34 vars in 748 bytes} [Tue Apr 14 07:32:04 2026] PUT /v2.0/trunks/8371f938-86b6-43d3-81f2-c3f56cdff640/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1814] 10.0.0.98 () {32 vars in 679 bytes} [Tue Apr 14 07:32:04 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1815] 10.0.0.98 () {32 vars in 728 bytes} [Tue Apr 14 07:32:04 2026] GET /v2.0/trunks/8371f938-86b6-43d3-81f2-c3f56cdff640/tags => generated 37 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1816] 10.0.0.98 () {32 vars in 675 bytes} [Tue Apr 14 07:32:04 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1817] 10.0.0.98 () {32 vars in 736 bytes} [Tue Apr 14 07:32:04 2026] GET /v2.0/trunks/8371f938-86b6-43d3-81f2-c3f56cdff640/tags/red => generated 0 bytes in 20 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1818] 10.0.0.98 () {32 vars in 687 bytes} [Tue Apr 14 07:32:04 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:32:05.000 8 INFO neutron.api.v2.resource [None req-fbe472d6-fadc-471e-8c31-12e677fde475 3e20099a43e841868607cab7e6275426 d0d0acf0b19a461abce2c27422c2b0fc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 927/1819] 10.0.0.98 () {32 vars in 740 bytes} [Tue Apr 14 07:32:04 2026] GET /v2.0/trunks/8371f938-86b6-43d3-81f2-c3f56cdff640/tags/green => generated 99 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1820] 10.0.0.98 () {32 vars in 673 bytes} [Tue Apr 14 07:32:05 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1821] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:05 2026] DELETE /v2.0/trunks/8371f938-86b6-43d3-81f2-c3f56cdff640/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: 930/1822] 10.0.0.98 () {32 vars in 687 bytes} [Tue Apr 14 07:32:05 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1823] 10.0.0.98 () {32 vars in 728 bytes} [Tue Apr 14 07:32:05 2026] GET /v2.0/trunks/8371f938-86b6-43d3-81f2-c3f56cdff640/tags => generated 30 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1824] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:32:04 2026] PUT /v2.0/routers/0f5387e4-f317-4438-8490-f9a3f2e3fd4e/remove_router_interface => generated 309 bytes in 939 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:32:05.234 7 INFO neutron.api.v2.resource [None req-3439cfe1-86da-4253-b134-1c78f0571ad3 3e20099a43e841868607cab7e6275426 d0d0acf0b19a461abce2c27422c2b0fc - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 894/1825] 10.0.0.98 () {32 vars in 743 bytes} [Tue Apr 14 07:32:05 2026] DELETE /v2.0/trunks/8371f938-86b6-43d3-81f2-c3f56cdff640/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1826] 10.0.0.98 () {32 vars in 683 bytes} [Tue Apr 14 07:32:05 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1827] 10.0.0.98 () {32 vars in 731 bytes} [Tue Apr 14 07:32:05 2026] DELETE /v2.0/trunks/8371f938-86b6-43d3-81f2-c3f56cdff640/tags => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1828] 10.0.0.98 () {32 vars in 695 bytes} [Tue Apr 14 07:32:05 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1829] 10.0.0.98 () {32 vars in 728 bytes} [Tue Apr 14 07:32:05 2026] GET /v2.0/trunks/8371f938-86b6-43d3-81f2-c3f56cdff640/tags => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:32:05.375 7 INFO neutron.services.segments.plugin [-] Segment aabf5f15-433b-435b-b25b-2d7f4c408bb8 resource provider aggregate not found 2026-04-14 07:32:05.380 7 INFO neutron.services.segments.plugin [-] Segment aabf5f15-433b-435b-b25b-2d7f4c408bb8 resource provider aggregate not found 2026-04-14 07:32:05.398 7 INFO neutron.services.segments.plugin [-] Segment aabf5f15-433b-435b-b25b-2d7f4c408bb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aabf5f15-433b-435b-b25b-2d7f4c408bb8 found for delete ", "request_id": "req-c331e3fb-79b6-4c19-b6c8-a9c9af43f98f"}]} 2026-04-14 07:32:05.400 7 INFO neutron.services.segments.plugin [-] Segment aabf5f15-433b-435b-b25b-2d7f4c408bb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aabf5f15-433b-435b-b25b-2d7f4c408bb8 found for delete ", "request_id": "req-09a96d9f-76a2-482e-9657-5fe8bd1645cb"}]} 2026-04-14 07:32:05.463 7 INFO neutron_taas.services.taas.taas_plugin [None req-6cdd0343-06bb-4802-a01a-24fbc019a7c4 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: eac8bcc6-fa92-46a9-8b7c-9f4560149ae2 2026-04-14 07:32:05.464 8 INFO neutron.services.segments.plugin [-] Segment adafe735-7706-4070-9af6-a90ba572047e resource provider aggregate not found 2026-04-14 07:32:05.465 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cdd0343-06bb-4802-a01a-24fbc019a7c4 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: eac8bcc6-fa92-46a9-8b7c-9f4560149ae2 2026-04-14 07:32:05.475 8 INFO neutron.services.segments.plugin [-] Segment adafe735-7706-4070-9af6-a90ba572047e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adafe735-7706-4070-9af6-a90ba572047e found for delete ", "request_id": "req-b4685019-2802-42c7-9404-4d86c67ba806"}]} 2026-04-14 07:32:05.485 8 INFO neutron.services.segments.plugin [-] Segment adafe735-7706-4070-9af6-a90ba572047e resource provider aggregate not found [pid: 8|app: 0|req: 936/1830] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:32:05 2026] DELETE /v2.0/networks/26e87d93-03fd-4edd-9e0c-2896dd580fcf => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:32:05.505 8 INFO neutron.services.segments.plugin [-] Segment adafe735-7706-4070-9af6-a90ba572047e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adafe735-7706-4070-9af6-a90ba572047e found for delete ", "request_id": "req-6d63d7de-d055-42b3-9479-c73ffc364bcf"}]} [pid: 8|app: 0|req: 937/1831] 10.0.0.98 () {32 vars in 718 bytes} [Tue Apr 14 07:32:05 2026] GET /v2.0/trunks/8371f938-86b6-43d3-81f2-c3f56cdff640 => 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: 938/1832] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:32:05 2026] DELETE /v2.0/networks/eac02b3d-aba0-4122-9b97-b45a457cbbbd => 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: 939/1833] 10.0.0.98 () {32 vars in 716 bytes} [Tue Apr 14 07:32:05 2026] GET /v2.0/ports/376302bd-c653-4ba1-bde5-c25a21b69100 => generated 826 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:32:05.726 7 INFO neutron_taas.services.taas.taas_plugin [None req-6cdd0343-06bb-4802-a01a-24fbc019a7c4 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 01fc7105-53dc-4456-8e19-54fad1f72e21 2026-04-14 07:32:05.729 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cdd0343-06bb-4802-a01a-24fbc019a7c4 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 01fc7105-53dc-4456-8e19-54fad1f72e21 [pid: 8|app: 0|req: 940/1834] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:32:05 2026] DELETE /v2.0/networks/9468289a-a1ed-4e36-8e59-4b1538009035 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1835] 10.0.0.98 () {32 vars in 721 bytes} [Tue Apr 14 07:32:05 2026] DELETE /v2.0/trunks/8371f938-86b6-43d3-81f2-c3f56cdff640 => 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: 942/1836] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:32:05 2026] DELETE /v2.0/networks/8a293944-b71f-4ce7-8949-a8144210d5f9 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:32:06.096 7 INFO neutron.db.l3_hamode_db [None req-6cdd0343-06bb-4802-a01a-24fbc019a7c4 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] HA network aea4525f-3236-4f8c-b82e-4f02fb2ca8d3 was deleted as no HA routers are present in tenant 176add613c8747cd9a86e47fde06d782. [pid: 7|app: 0|req: 895/1837] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:32:05 2026] DELETE /v2.0/routers/0f5387e4-f317-4438-8490-f9a3f2e3fd4e => generated 0 bytes in 868 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:32:06.137 8 INFO neutron_taas.services.taas.taas_plugin [None req-012e53aa-1f59-44b4-b8b5-a35f18f66f86 3e20099a43e841868607cab7e6275426 d0d0acf0b19a461abce2c27422c2b0fc - - default default] TaaS: Handle Delete Port: 376302bd-c653-4ba1-bde5-c25a21b69100 2026-04-14 07:32:06.140 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-012e53aa-1f59-44b4-b8b5-a35f18f66f86 3e20099a43e841868607cab7e6275426 d0d0acf0b19a461abce2c27422c2b0fc - - default default] Tap Mirror: Handle Delete Port: 376302bd-c653-4ba1-bde5-c25a21b69100 [pid: 8|app: 0|req: 943/1838] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:32:06 2026] DELETE /v2.0/ports/376302bd-c653-4ba1-bde5-c25a21b69100 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1839] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:32:06 2026] DELETE /v2.0/networks/402bf063-1496-46de-ad23-24a25fb6def1 => 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: 944/1840] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:32:06 2026] DELETE /v2.0/subnets/612b4d06-d290-479b-bc0b-e92c4b888ddc => 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: 897/1841] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:32:06 2026] DELETE /v2.0/networks/d42f833b-7842-4a56-8553-ef837d4e7398 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:32:06.491 7 INFO neutron_taas.services.taas.taas_plugin [None req-32744e57-24a6-463d-a254-da9eaa9b3de5 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 7fbd376c-d9c3-4e23-9329-bf65b388fb1e 2026-04-14 07:32:06.494 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32744e57-24a6-463d-a254-da9eaa9b3de5 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 7fbd376c-d9c3-4e23-9329-bf65b388fb1e [pid: 7|app: 0|req: 898/1842] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:32:06 2026] DELETE /v2.0/networks/913cc19a-c7ca-4990-8d4b-170ecf769bee => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1843] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:06 2026] GET /v2.0/security-groups?tenant_id=413a637d854942fd94f9fb4e7f782b23&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1844] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:06 2026] DELETE /v2.0/security-groups/0e1c6125-23ec-4dec-9110-e1f6518b6141 => 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: 946/1845] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:06 2026] GET /v2.0/security-groups?tenant_id=176add613c8747cd9a86e47fde06d782&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1846] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:07 2026] DELETE /v2.0/security-groups/9b23ca1b-821c-40a5-ae55-dfcb2dd9154a => 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: 947/1847] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:07 2026] GET /v2.0/security-groups?tenant_id=16a96b9e59b5465eac059060d6898551&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1848] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:07 2026] DELETE /v2.0/security-groups/0c2cee78-e9cd-40da-950e-d52c2510247c => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1849] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:07 2026] GET /v2.0/security-groups?tenant_id=e9e311fca9f343cdab6b7ec17c6e2204&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1850] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:07 2026] GET /v2.0/security-groups?tenant_id=d0d0acf0b19a461abce2c27422c2b0fc&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:32:07.417 7 INFO neutron.services.segments.plugin [-] Segment f565b163-3bb5-4959-9cc2-df582cb18636 resource provider aggregate not found 2026-04-14 07:32:07.423 7 INFO neutron.services.segments.plugin [-] Segment f565b163-3bb5-4959-9cc2-df582cb18636 resource provider aggregate not found [pid: 8|app: 0|req: 950/1851] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:07 2026] DELETE /v2.0/security-groups/eefb2088-d2c2-4ff0-949f-c337641aa746 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:32:07.441 7 INFO neutron.services.segments.plugin [-] Segment f565b163-3bb5-4959-9cc2-df582cb18636 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f565b163-3bb5-4959-9cc2-df582cb18636 found for delete ", "request_id": "req-361a10cc-7921-4b84-8c34-9ef6527935f3"}]} 2026-04-14 07:32:07.443 7 INFO neutron.services.segments.plugin [-] Segment f565b163-3bb5-4959-9cc2-df582cb18636 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f565b163-3bb5-4959-9cc2-df582cb18636 found for delete ", "request_id": "req-6a4825f6-01e8-427c-ab69-13a98c130459"}]} [pid: 7|app: 0|req: 902/1852] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:07 2026] DELETE /v2.0/security-groups/89de5841-f66d-4eca-9744-b7f83b2ff35e => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:32:07.456 7 INFO neutron.services.segments.plugin [-] Segment ac333ee3-41aa-4dff-be27-e3dd5bda254f resource provider aggregate not found 2026-04-14 07:32:07.460 7 INFO neutron.services.segments.plugin [-] Segment ac333ee3-41aa-4dff-be27-e3dd5bda254f resource provider aggregate not found 2026-04-14 07:32:07.471 7 INFO neutron.services.segments.plugin [-] Segment ac333ee3-41aa-4dff-be27-e3dd5bda254f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac333ee3-41aa-4dff-be27-e3dd5bda254f found for delete ", "request_id": "req-6dcc3fab-328a-4872-8a84-5edde78410fd"}]} 2026-04-14 07:32:07.474 7 INFO neutron.services.segments.plugin [-] Segment ac333ee3-41aa-4dff-be27-e3dd5bda254f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac333ee3-41aa-4dff-be27-e3dd5bda254f found for delete ", "request_id": "req-751f0e7e-3fa5-421d-9dc1-80eba20387bc"}]} 2026-04-14 07:32:07.487 7 INFO neutron.services.segments.plugin [-] Segment 2819567b-cc24-4994-917f-112556686109 resource provider aggregate not found 2026-04-14 07:32:07.489 7 INFO neutron.services.segments.plugin [-] Segment 2819567b-cc24-4994-917f-112556686109 resource provider aggregate not found 2026-04-14 07:32:07.494 8 INFO neutron.services.segments.plugin [-] Segment 9544d3a8-6c2c-49cc-b6cc-386d7fd83781 resource provider aggregate not found 2026-04-14 07:32:07.500 7 INFO neutron.services.segments.plugin [-] Segment 2819567b-cc24-4994-917f-112556686109 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2819567b-cc24-4994-917f-112556686109 found for delete ", "request_id": "req-a084e3da-0f8a-42c8-a56c-be8c12fce7d0"}]} 2026-04-14 07:32:07.503 7 INFO neutron.services.segments.plugin [-] Segment 2819567b-cc24-4994-917f-112556686109 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2819567b-cc24-4994-917f-112556686109 found for delete ", "request_id": "req-2367578b-f11a-4673-ae8c-1f285d6fc0ee"}]} 2026-04-14 07:32:07.514 8 INFO neutron.services.segments.plugin [-] Segment 9544d3a8-6c2c-49cc-b6cc-386d7fd83781 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9544d3a8-6c2c-49cc-b6cc-386d7fd83781 found for delete ", "request_id": "req-43aead66-98ee-426c-9c00-d47d81b900ab"}]} 2026-04-14 07:32:07.515 7 INFO neutron.services.segments.plugin [-] Segment fbd7a8b4-5e5a-42a7-a9a6-814d3648a2d7 resource provider aggregate not found 2026-04-14 07:32:07.517 7 INFO neutron.services.segments.plugin [-] Segment fbd7a8b4-5e5a-42a7-a9a6-814d3648a2d7 resource provider aggregate not found 2026-04-14 07:32:07.533 7 INFO neutron.services.segments.plugin [-] Segment fbd7a8b4-5e5a-42a7-a9a6-814d3648a2d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbd7a8b4-5e5a-42a7-a9a6-814d3648a2d7 found for delete ", "request_id": "req-5c55c631-c3e9-4fd6-9d88-18880322cc2a"}]} 2026-04-14 07:32:07.536 8 INFO neutron.services.segments.plugin [-] Segment ded690fd-628b-4469-9276-97a2f48a0878 resource provider aggregate not found 2026-04-14 07:32:07.539 7 INFO neutron.services.segments.plugin [-] Segment fbd7a8b4-5e5a-42a7-a9a6-814d3648a2d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbd7a8b4-5e5a-42a7-a9a6-814d3648a2d7 found for delete ", "request_id": "req-b793c263-4cd0-4dda-b761-43429fc33d7c"}]} 2026-04-14 07:32:07.550 8 INFO neutron.services.segments.plugin [-] Segment 9544d3a8-6c2c-49cc-b6cc-386d7fd83781 resource provider aggregate not found 2026-04-14 07:32:07.551 8 INFO neutron.services.segments.plugin [-] Segment ded690fd-628b-4469-9276-97a2f48a0878 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ded690fd-628b-4469-9276-97a2f48a0878 found for delete ", "request_id": "req-4ac84fc0-ab11-46a2-a62a-dcca9d564909"}]} 2026-04-14 07:32:07.569 8 INFO neutron.services.segments.plugin [-] Segment 0513e959-ef20-4acb-8259-6dbb341933bf resource provider aggregate not found 2026-04-14 07:32:07.574 8 INFO neutron.services.segments.plugin [-] Segment 9544d3a8-6c2c-49cc-b6cc-386d7fd83781 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9544d3a8-6c2c-49cc-b6cc-386d7fd83781 found for delete ", "request_id": "req-767f7bf8-ffd5-41f5-b8b5-39d4884eae23"}]} 2026-04-14 07:32:07.593 8 INFO neutron.services.segments.plugin [-] Segment 0513e959-ef20-4acb-8259-6dbb341933bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0513e959-ef20-4acb-8259-6dbb341933bf found for delete ", "request_id": "req-c7632ffe-4123-465d-90e6-727ed5c84442"}]} 2026-04-14 07:32:07.597 8 INFO neutron.services.segments.plugin [-] Segment ded690fd-628b-4469-9276-97a2f48a0878 resource provider aggregate not found [pid: 8|app: 0|req: 951/1853] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:07 2026] GET /v2.0/security-groups?tenant_id=9ccb73fc17d4475c8c1fb6f07d152621&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:32:07.624 8 INFO neutron.services.segments.plugin [-] Segment ded690fd-628b-4469-9276-97a2f48a0878 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ded690fd-628b-4469-9276-97a2f48a0878 found for delete ", "request_id": "req-39d109c9-b939-4541-926f-bc7e97cc3fec"}]} 2026-04-14 07:32:07.645 8 INFO neutron.services.segments.plugin [-] Segment 0513e959-ef20-4acb-8259-6dbb341933bf resource provider aggregate not found 2026-04-14 07:32:07.662 8 INFO neutron.services.segments.plugin [-] Segment 0513e959-ef20-4acb-8259-6dbb341933bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0513e959-ef20-4acb-8259-6dbb341933bf found for delete ", "request_id": "req-74d9fd9b-17d6-4aaa-80ff-37ae564fa4c7"}]} [pid: 7|app: 0|req: 903/1854] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:07 2026] DELETE /v2.0/security-groups/23e5b986-606d-45c4-8ae2-839b54340c0f => 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: 952/1855] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:07 2026] GET /v2.0/security-groups?tenant_id=d35f826cc49f4f948bb42f7841dd448f&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1856] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:07 2026] DELETE /v2.0/security-groups/0194b7fd-37a1-4e54-9188-6bcb40eeb1a6 => 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: 953/1857] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:07 2026] GET /v2.0/security-groups?tenant_id=d69dceb93cc341febfa0866f60c3d7e8&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1858] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:07 2026] DELETE /v2.0/security-groups/df38e5dc-c86b-4c2d-91e1-6b45b225e073 => 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: 954/1859] 10.0.0.98 () {32 vars in 652 bytes} [Tue Apr 14 07:32:08 2026] GET /v2.0/extensions => generated 21537 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1860] 10.0.0.98 () {32 vars in 680 bytes} [Tue Apr 14 07:32:08 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: 955/1861] 10.0.0.98 () {32 vars in 680 bytes} [Tue Apr 14 07:32:08 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1862] 10.0.0.98 () {32 vars in 728 bytes} [Tue Apr 14 07:32:08 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: 8|app: 0|req: 956/1863] 10.0.0.98 () {32 vars in 664 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/agent => generated 153 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1864] 10.0.0.98 () {32 vars in 698 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1865] 10.0.0.98 () {32 vars in 696 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1866] 10.0.0.98 () {32 vars in 700 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/auto-allocated-topology => 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: 958/1867] 10.0.0.98 () {32 vars in 688 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1868] 10.0.0.98 () {32 vars in 702 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1869] 10.0.0.98 () {32 vars in 692 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1870] 10.0.0.98 () {32 vars in 694 bytes} [Tue Apr 14 07:32:09 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: 960/1871] 10.0.0.98 () {32 vars in 684 bytes} [Tue Apr 14 07:32:09 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: 912/1872] 10.0.0.98 () {32 vars in 686 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1873] 10.0.0.98 () {32 vars in 660 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1874] 10.0.0.98 () {32 vars in 698 bytes} [Tue Apr 14 07:32:09 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: 962/1875] 10.0.0.98 () {32 vars in 678 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1876] 10.0.0.98 () {32 vars in 682 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1877] 10.0.0.98 () {32 vars in 674 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1878] 10.0.0.98 () {32 vars in 688 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1879] 10.0.0.98 () {32 vars in 722 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1880] 10.0.0.98 () {32 vars in 686 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/fip-port-details => 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: 965/1881] 10.0.0.98 () {32 vars in 668 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1882] 10.0.0.98 () {32 vars in 686 bytes} [Tue Apr 14 07:32:09 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: 8|app: 0|req: 966/1883] 10.0.0.98 () {32 vars in 680 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1884] 10.0.0.98 () {32 vars in 698 bytes} [Tue Apr 14 07:32:09 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: 8|app: 0|req: 967/1885] 10.0.0.98 () {32 vars in 678 bytes} [Tue Apr 14 07:32:09 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: 7|app: 0|req: 919/1886] 10.0.0.98 () {32 vars in 666 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/router => generated 256 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1887] 10.0.0.98 () {32 vars in 676 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1888] 10.0.0.98 () {32 vars in 664 bytes} [Tue Apr 14 07:32:09 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: 8|app: 0|req: 969/1889] 10.0.0.98 () {32 vars in 674 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/l3-flavors => 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: 921/1890] 10.0.0.98 () {32 vars in 712 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1891] 10.0.0.98 () {32 vars in 690 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1892] 10.0.0.98 () {32 vars in 682 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1893] 10.0.0.98 () {32 vars in 668 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1894] 10.0.0.98 () {32 vars in 686 bytes} [Tue Apr 14 07:32:09 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: 8|app: 0|req: 972/1895] 10.0.0.98 () {32 vars in 704 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1896] 10.0.0.98 () {32 vars in 674 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1897] 10.0.0.98 () {32 vars in 700 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1898] 10.0.0.98 () {32 vars in 674 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1899] 10.0.0.98 () {32 vars in 692 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1900] 10.0.0.98 () {32 vars in 688 bytes} [Tue Apr 14 07:32:09 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: 8|app: 0|req: 975/1901] 10.0.0.98 () {32 vars in 708 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1902] 10.0.0.98 () {32 vars in 704 bytes} [Tue Apr 14 07:32:09 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: 8|app: 0|req: 976/1903] 10.0.0.98 () {32 vars in 718 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1904] 10.0.0.98 () {32 vars in 696 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1905] 10.0.0.98 () {32 vars in 710 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1906] 10.0.0.98 () {32 vars in 668 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/binding => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1907] 10.0.0.98 () {32 vars in 686 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1908] 10.0.0.98 () {32 vars in 680 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1909] 10.0.0.98 () {32 vars in 674 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1910] 10.0.0.98 () {32 vars in 670 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/provider => generated 191 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1911] 10.0.0.98 () {32 vars in 660 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1912] 10.0.0.98 () {32 vars in 698 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1913] 10.0.0.98 () {32 vars in 698 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1914] 10.0.0.98 () {32 vars in 676 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1915] 10.0.0.98 () {32 vars in 668 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1916] 10.0.0.98 () {32 vars in 682 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1917] 10.0.0.98 () {32 vars in 700 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1918] 10.0.0.98 () {32 vars in 684 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1919] 10.0.0.98 () {32 vars in 706 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1920] 10.0.0.98 () {32 vars in 668 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1921] 10.0.0.98 () {32 vars in 696 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1922] 10.0.0.98 () {32 vars in 694 bytes} [Tue Apr 14 07:32:09 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: 8|app: 0|req: 986/1923] 10.0.0.98 () {32 vars in 684 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1924] 10.0.0.98 () {32 vars in 688 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1925] 10.0.0.98 () {32 vars in 704 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1926] 10.0.0.98 () {32 vars in 666 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1927] 10.0.0.98 () {32 vars in 680 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1928] 10.0.0.98 () {32 vars in 680 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1929] 10.0.0.98 () {32 vars in 690 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/rbac-address-group => 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: 941/1930] 10.0.0.98 () {32 vars in 690 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1931] 10.0.0.98 () {32 vars in 694 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1932] 10.0.0.98 () {32 vars in 684 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1933] 10.0.0.98 () {32 vars in 688 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1934] 10.0.0.98 () {32 vars in 700 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1935] 10.0.0.98 () {32 vars in 702 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1936] 10.0.0.98 () {32 vars in 712 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1937] 10.0.0.98 () {32 vars in 716 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1938] 10.0.0.98 () {32 vars in 714 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1939] 10.0.0.98 () {32 vars in 726 bytes} [Tue Apr 14 07:32:09 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: 7|app: 0|req: 946/1940] 10.0.0.98 () {32 vars in 740 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1941] 10.0.0.98 () {32 vars in 718 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1942] 10.0.0.98 () {32 vars in 682 bytes} [Tue Apr 14 07:32:09 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: 996/1943] 10.0.0.98 () {32 vars in 668 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/segment => generated 145 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1944] 10.0.0.98 () {32 vars in 718 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1945] 10.0.0.98 () {32 vars in 678 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1946] 10.0.0.98 () {32 vars in 668 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1947] 10.0.0.98 () {32 vars in 696 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1948] 10.0.0.98 () {32 vars in 704 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1949] 10.0.0.98 () {32 vars in 700 bytes} [Tue Apr 14 07:32:09 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: 7|app: 0|req: 951/1950] 10.0.0.98 () {32 vars in 700 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1951] 10.0.0.98 () {32 vars in 682 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1952] 10.0.0.98 () {32 vars in 704 bytes} [Tue Apr 14 07:32:09 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: 8|app: 0|req: 1001/1953] 10.0.0.98 () {32 vars in 694 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1954] 10.0.0.98 () {32 vars in 688 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1955] 10.0.0.98 () {32 vars in 696 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1956] 10.0.0.98 () {32 vars in 678 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1957] 10.0.0.98 () {32 vars in 688 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1958] 10.0.0.98 () {32 vars in 700 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1959] 10.0.0.98 () {32 vars in 664 bytes} [Tue Apr 14 07:32:09 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1960] 10.0.0.98 () {32 vars in 680 bytes} [Tue Apr 14 07:32:09 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: 8|app: 0|req: 1005/1961] 10.0.0.98 () {32 vars in 676 bytes} [Tue Apr 14 07:32:10 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1962] 10.0.0.98 () {32 vars in 692 bytes} [Tue Apr 14 07:32:10 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: 8|app: 0|req: 1006/1963] 10.0.0.98 () {32 vars in 676 bytes} [Tue Apr 14 07:32:10 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1964] 10.0.0.98 () {32 vars in 666 bytes} [Tue Apr 14 07:32:10 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1965] 10.0.0.98 () {32 vars in 662 bytes} [Tue Apr 14 07:32:10 2026] GET /v2.0/extensions/taas => generated 175 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1966] 10.0.0.98 () {32 vars in 674 bytes} [Tue Apr 14 07:32:10 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1967] 10.0.0.98 () {32 vars in 686 bytes} [Tue Apr 14 07:32:10 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1968] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:10 2026] GET /v2.0/security-groups?tenant_id=dcafef6fb5e6439bb97a0186a37c11a1&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1969] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:10 2026] DELETE /v2.0/security-groups/d7c02146-d7ae-4e47-9026-656c0ae9cafe => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1970] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:11 2026] GET /v2.0/security-groups?tenant_id=3ab0754232ba40fc8c452c73be222af5&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1971] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:11 2026] DELETE /v2.0/security-groups/57e93cfc-bb48-40a0-b425-019679e35b93 => 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: 962/1972] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:11 2026] GET /v2.0/security-groups?tenant_id=5c67d6f9c6494b9199dde1152853b395&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1973] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:11 2026] DELETE /v2.0/security-groups/3168a86b-ff52-4822-8098-fdd469453ed9 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:32:12.201 7 INFO neutron.db.segments_db [None req-f6b5fee0-24d8-4ecf-9863-3c18fdb8df2d 8c91ccc65dd644b9b1ed6a33ab43223d f215e868f90245f691b4b1546400456d - - default default] Added segment 4aa4bc3c-ab5e-4e41-b940-dd273a9bec7a of type vxlan for network 5b8d9fb5-d85c-4b3a-805d-de47ec906ed5 [pid: 7|app: 0|req: 963/1974] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:32:11 2026] POST /v2.0/networks => generated 613 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1975] 10.0.0.98 () {34 vars in 675 bytes} [Tue Apr 14 07:32:12 2026] POST /v2.0/subnetpools => generated 516 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1976] 10.0.0.98 () {34 vars in 675 bytes} [Tue Apr 14 07:32:12 2026] POST /v2.0/subnetpools => generated 516 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1977] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:32:12 2026] POST /v2.0/subnets => generated 626 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:32:12.577 7 INFO neutron.db.segments_db [None req-11a85af7-83d3-4bc2-942b-7f17d90e552b 8c91ccc65dd644b9b1ed6a33ab43223d f215e868f90245f691b4b1546400456d - - default default] Added segment 42865c5d-b263-43a2-8e44-4fba7efe6afc of type vxlan for network 649f19a0-f85f-4770-afe5-0a8187d4ece9 [pid: 8|app: 0|req: 1014/1978] 10.0.0.98 () {34 vars in 675 bytes} [Tue Apr 14 07:32:12 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1979] 10.0.0.98 () {34 vars in 675 bytes} [Tue Apr 14 07:32:12 2026] POST /v2.0/subnetpools => generated 516 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1980] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:32:12 2026] POST /v2.0/networks => generated 613 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1981] 10.0.0.98 () {34 vars in 675 bytes} [Tue Apr 14 07:32:12 2026] POST /v2.0/subnetpools => generated 516 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:32:12.809 8 INFO neutron.db.segments_db [None req-373ef178-b5e9-4613-8d31-15acb95662c3 bdb2b86a7f4f4849be2831dbc8df1d61 7576fa28c9fb48a895fa084d2c518950 - - default default] Added segment 333448e6-456c-4a5d-a26b-07ae522449ab of type vxlan for network 0aa926e2-5e5a-4374-bd90-4f9dc893cba8 2026-04-14 07:32:12.861 8 INFO neutron.db.segments_db [None req-373ef178-b5e9-4613-8d31-15acb95662c3 bdb2b86a7f4f4849be2831dbc8df1d61 7576fa28c9fb48a895fa084d2c518950 - - default default] Added segment df1caff9-55cd-449f-bada-80115320ad74 of type vxlan for network 624ed978-4f2d-4cd4-b6ba-87d4ffd24a93 [pid: 7|app: 0|req: 967/1982] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:32:12 2026] POST /v2.0/subnets => generated 629 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1983] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:32:12 2026] POST /v2.0/networks => generated 1208 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1984] 10.0.0.98 () {34 vars in 758 bytes} [Tue Apr 14 07:32:12 2026] PUT /v2.0/subnetpools/fa3872be-9eac-4ac5-a69b-2964f3887353/tags => generated 17 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:32:13.005 8 INFO neutron.db.segments_db [None req-ee2ea4db-8d0c-4738-a5f0-9d39fa4239f8 8c91ccc65dd644b9b1ed6a33ab43223d f215e868f90245f691b4b1546400456d - - default default] Added segment f82ce694-f11d-42f2-a9ab-7bed32fffafa of type vxlan for network 8cc77012-777f-488a-9a64-f8de255c2acd [pid: 7|app: 0|req: 969/1985] 10.0.0.98 () {32 vars in 648 bytes} [Tue Apr 14 07:32:12 2026] GET /v2.0/networks => generated 1845 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1986] 10.0.0.98 () {34 vars in 758 bytes} [Tue Apr 14 07:32:13 2026] PUT /v2.0/subnetpools/39ea58c4-8889-4c35-8a27-7f5ec011a7af/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1987] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:32:12 2026] POST /v2.0/networks => generated 612 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1988] 10.0.0.98 () {34 vars in 758 bytes} [Tue Apr 14 07:32:13 2026] PUT /v2.0/subnetpools/9e7d6028-011e-4526-b36a-8c4d69fed3f9/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:32:13.184 7 INFO neutron.services.segments.plugin [-] Segment 333448e6-456c-4a5d-a26b-07ae522449ab resource provider aggregate not found 2026-04-14 07:32:13.186 7 INFO neutron.services.segments.plugin [-] Segment 333448e6-456c-4a5d-a26b-07ae522449ab resource provider aggregate not found 2026-04-14 07:32:13.208 7 INFO neutron.services.segments.plugin [-] Segment 333448e6-456c-4a5d-a26b-07ae522449ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 333448e6-456c-4a5d-a26b-07ae522449ab found for delete ", "request_id": "req-889228c0-43f9-48ec-9e19-b4a3f2dcb68c"}]} 2026-04-14 07:32:13.209 7 INFO neutron.services.segments.plugin [-] Segment 333448e6-456c-4a5d-a26b-07ae522449ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 333448e6-456c-4a5d-a26b-07ae522449ab found for delete ", "request_id": "req-44af8864-9810-4151-834b-3901ac9c97af"}]} [pid: 7|app: 0|req: 971/1989] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:32:13 2026] DELETE /v2.0/networks/0aa926e2-5e5a-4374-bd90-4f9dc893cba8 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1990] 10.0.0.98 () {34 vars in 758 bytes} [Tue Apr 14 07:32:13 2026] PUT /v2.0/subnetpools/bca75b7a-d43c-4fad-93e6-8a285bef6c28/tags => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1991] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:32:13 2026] POST /v2.0/subnets => generated 629 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1992] 10.0.0.98 () {32 vars in 671 bytes} [Tue Apr 14 07:32:13 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:32:13.358 8 INFO neutron.db.segments_db [None req-0a63afb7-663d-4323-9c3a-8e4e3f561e26 8c91ccc65dd644b9b1ed6a33ab43223d f215e868f90245f691b4b1546400456d - - default default] Added segment 6e14fd3f-09b2-42a4-b85c-faf9de170660 of type vxlan for network 5b577e4b-a378-450f-98be-a035c4783aef [pid: 7|app: 0|req: 973/1993] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:32:13 2026] DELETE /v2.0/networks/624ed978-4f2d-4cd4-b6ba-87d4ffd24a93 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1994] 10.0.0.98 () {32 vars in 685 bytes} [Tue Apr 14 07:32:13 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1995] 10.0.0.98 () {32 vars in 648 bytes} [Tue Apr 14 07:32:13 2026] GET /v2.0/networks => generated 651 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1996] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:32:13 2026] POST /v2.0/networks => generated 613 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1997] 10.0.0.98 () {32 vars in 681 bytes} [Tue Apr 14 07:32:13 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:32:13.492 8 INFO neutron.db.segments_db [None req-98c07b0a-0377-4f54-92a9-3761be86a5a3 bdb2b86a7f4f4849be2831dbc8df1d61 7576fa28c9fb48a895fa084d2c518950 - - default default] Added segment 5ad730e6-4f90-4869-8020-9bb8d569341c of type vxlan for network 95e2f32c-9294-4bb0-a64b-0063cf931bd7 [pid: 8|app: 0|req: 1022/1998] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:32:13 2026] POST /v2.0/networks => generated 631 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1999] 10.0.0.98 () {32 vars in 693 bytes} [Tue Apr 14 07:32:13 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:32:13.635 8 INFO neutron.db.segments_db [None req-93ffd9db-618b-4fe9-9841-d6295026b876 bdb2b86a7f4f4849be2831dbc8df1d61 7576fa28c9fb48a895fa084d2c518950 - - default default] Added segment a3470731-1066-4eab-bc64-c997502b03d2 of type vxlan for network 8ce25974-dac3-4dde-818f-b8f8585849e5 [pid: 7|app: 0|req: 977/2000] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:32:13 2026] POST /v2.0/subnets => generated 629 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2001] 10.0.0.98 () {32 vars in 679 bytes} [Tue Apr 14 07:32:13 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2002] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:32:13 2026] POST /v2.0/networks => generated 631 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2003] 10.0.0.98 () {32 vars in 693 bytes} [Tue Apr 14 07:32:13 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:32:13.762 7 INFO neutron.db.segments_db [None req-4c59baed-dbf8-4fde-8a98-5a21064015ec 8c91ccc65dd644b9b1ed6a33ab43223d f215e868f90245f691b4b1546400456d - - default default] Added segment 030565f7-ef36-44d7-afec-5a1fbdcd4839 of type vxlan for network f1de84a0-f48a-4971-9318-9af9955d954a [pid: 7|app: 0|req: 979/2004] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:32:13 2026] POST /v2.0/networks => generated 613 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2005] 10.0.0.98 () {32 vars in 689 bytes} [Tue Apr 14 07:32:13 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2006] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:32:13 2026] POST /v2.0/subnets => generated 629 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2007] 10.0.0.98 () {32 vars in 701 bytes} [Tue Apr 14 07:32:14 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2008] 10.0.0.98 () {34 vars in 750 bytes} [Tue Apr 14 07:32:14 2026] PUT /v2.0/subnets/24b856cc-496a-4bf7-9337-928c53ab1b75/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2009] 10.0.0.98 () {32 vars in 731 bytes} [Tue Apr 14 07:32:14 2026] DELETE /v2.0/subnetpools/fa3872be-9eac-4ac5-a69b-2964f3887353 => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2010] 10.0.0.98 () {34 vars in 750 bytes} [Tue Apr 14 07:32:14 2026] PUT /v2.0/subnets/e50484de-c0fb-4ac0-a685-7b90965756b5/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: 986/2011] 10.0.0.98 () {32 vars in 731 bytes} [Tue Apr 14 07:32:14 2026] DELETE /v2.0/subnetpools/39ea58c4-8889-4c35-8a27-7f5ec011a7af => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2012] 10.0.0.98 () {34 vars in 750 bytes} [Tue Apr 14 07:32:14 2026] PUT /v2.0/subnets/fbf53101-6835-4b8b-8df5-8c1c95967fbc/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2013] 10.0.0.98 () {32 vars in 731 bytes} [Tue Apr 14 07:32:14 2026] DELETE /v2.0/subnetpools/9e7d6028-011e-4526-b36a-8c4d69fed3f9 => 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: 1026/2014] 10.0.0.98 () {34 vars in 664 bytes} [Tue Apr 14 07:32:13 2026] POST /v2.0/ports => generated 1506 bytes in 584 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: 989/2015] 10.0.0.98 () {34 vars in 750 bytes} [Tue Apr 14 07:32:14 2026] PUT /v2.0/subnets/7c2e0820-f36c-477d-a707-2bae1a8be885/tags => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2016] 10.0.0.98 () {32 vars in 731 bytes} [Tue Apr 14 07:32:14 2026] DELETE /v2.0/subnetpools/bca75b7a-d43c-4fad-93e6-8a285bef6c28 => 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: 1028/2017] 10.0.0.98 () {32 vars in 663 bytes} [Tue Apr 14 07:32:14 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2018] 10.0.0.98 () {32 vars in 642 bytes} [Tue Apr 14 07:32:14 2026] GET /v2.0/ports => generated 1506 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2019] 10.0.0.98 () {32 vars in 731 bytes} [Tue Apr 14 07:32:14 2026] DELETE /v2.0/subnetpools/d61a6d9b-80d8-412a-8087-d7ef6e6885f8 => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2020] 10.0.0.98 () {32 vars in 677 bytes} [Tue Apr 14 07:32:14 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:32:14.505 8 INFO neutron_taas.services.taas.taas_plugin [None req-01ea990e-8d0c-4bfb-8f68-2e89495145e8 bdb2b86a7f4f4849be2831dbc8df1d61 7576fa28c9fb48a895fa084d2c518950 - - default default] TaaS: Handle Delete Port: 369946c3-5d8d-4f7d-b9ea-7bda4ebc61a4 2026-04-14 07:32:14.507 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01ea990e-8d0c-4bfb-8f68-2e89495145e8 bdb2b86a7f4f4849be2831dbc8df1d61 7576fa28c9fb48a895fa084d2c518950 - - default default] Tap Mirror: Handle Delete Port: 369946c3-5d8d-4f7d-b9ea-7bda4ebc61a4 [pid: 7|app: 0|req: 992/2021] 10.0.0.98 () {32 vars in 673 bytes} [Tue Apr 14 07:32:14 2026] GET /v2.0/subnets?tags-any=blue => 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: 993/2022] 10.0.0.98 () {32 vars in 685 bytes} [Tue Apr 14 07:32:14 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2023] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:32:14 2026] DELETE /v2.0/ports/369946c3-5d8d-4f7d-b9ea-7bda4ebc61a4 => 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: 994/2024] 10.0.0.98 () {32 vars in 671 bytes} [Tue Apr 14 07:32:14 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2025] 10.0.0.98 () {32 vars in 685 bytes} [Tue Apr 14 07:32:14 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:32:14.664 8 INFO neutron_taas.services.taas.taas_plugin [None req-0fcb2972-d663-47f0-94e0-30fb0cf65a6d bdb2b86a7f4f4849be2831dbc8df1d61 7576fa28c9fb48a895fa084d2c518950 - - default default] TaaS: Handle Delete Port: df837c43-d148-4217-bf4d-55eea5223345 2026-04-14 07:32:14.667 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fcb2972-d663-47f0-94e0-30fb0cf65a6d bdb2b86a7f4f4849be2831dbc8df1d61 7576fa28c9fb48a895fa084d2c518950 - - default default] Tap Mirror: Handle Delete Port: df837c43-d148-4217-bf4d-55eea5223345 [pid: 7|app: 0|req: 996/2026] 10.0.0.98 () {32 vars in 681 bytes} [Tue Apr 14 07:32:14 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2027] 10.0.0.98 () {32 vars in 693 bytes} [Tue Apr 14 07:32:14 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2028] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:32:14 2026] DELETE /v2.0/ports/df837c43-d148-4217-bf4d-55eea5223345 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2029] 10.0.0.98 () {32 vars in 642 bytes} [Tue Apr 14 07:32:14 2026] GET /v2.0/ports => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:32:14.833 8 INFO neutron.db.segments_db [None req-74550a0b-842b-4fd1-9694-5aa2a776bac5 bdb2b86a7f4f4849be2831dbc8df1d61 7576fa28c9fb48a895fa084d2c518950 - - default default] Added segment cee2dc40-b35e-4603-b225-a553769c02a5 of type vxlan for network d101b9e8-abb3-4b73-bd52-c8324df1d901 [pid: 8|app: 0|req: 1033/2030] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:32:14 2026] POST /v2.0/networks => generated 630 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2031] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:32:14 2026] DELETE /v2.0/subnets/24b856cc-496a-4bf7-9337-928c53ab1b75 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:32:14.952 8 INFO neutron.db.segments_db [None req-0071e351-5ca4-40d2-9e70-0c04c27853aa bdb2b86a7f4f4849be2831dbc8df1d61 7576fa28c9fb48a895fa084d2c518950 - - default default] Added segment a919fef8-22e5-4737-afa8-18701fe30480 of type vxlan for network 838d963e-551f-45e8-8b5a-c4b72f183965 [pid: 7|app: 0|req: 999/2032] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:32:14 2026] DELETE /v2.0/subnets/e50484de-c0fb-4ac0-a685-7b90965756b5 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2033] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:32:14 2026] POST /v2.0/networks => generated 630 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2034] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:32:15 2026] DELETE /v2.0/subnets/fbf53101-6835-4b8b-8df5-8c1c95967fbc => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:32:15.227 7 INFO neutron.services.segments.plugin [-] Segment df1caff9-55cd-449f-bada-80115320ad74 resource provider aggregate not found 2026-04-14 07:32:15.228 7 INFO neutron.services.segments.plugin [-] Segment df1caff9-55cd-449f-bada-80115320ad74 resource provider aggregate not found 2026-04-14 07:32:15.244 7 INFO neutron.services.segments.plugin [-] Segment df1caff9-55cd-449f-bada-80115320ad74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df1caff9-55cd-449f-bada-80115320ad74 found for delete ", "request_id": "req-9c8a157f-d46c-4cf4-aae7-c7b3b72334dd"}]} 2026-04-14 07:32:15.246 7 INFO neutron.services.segments.plugin [-] Segment df1caff9-55cd-449f-bada-80115320ad74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df1caff9-55cd-449f-bada-80115320ad74 found for delete ", "request_id": "req-eac4939d-d5dc-40db-b5f6-f29ebfed3107"}]} [pid: 7|app: 0|req: 1001/2035] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:32:15 2026] DELETE /v2.0/subnets/7c2e0820-f36c-477d-a707-2bae1a8be885 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2036] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:32:15 2026] POST /v2.0/subnets => generated 1274 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2037] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:15 2026] GET /v2.0/security-groups?tenant_id=86b04fb9760e4cb5a32e05e28b36524d&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2038] 10.0.0.98 () {32 vars in 646 bytes} [Tue Apr 14 07:32:15 2026] GET /v2.0/subnets => generated 1910 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2039] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:32:15 2026] DELETE /v2.0/subnets/faf4a454-8acd-4dd4-abf1-a2f026f53bcf => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2040] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:15 2026] DELETE /v2.0/security-groups/40ac8646-cf92-4d5b-b1e9-7c381c24d05c => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2041] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:32:15 2026] DELETE /v2.0/subnets/4bd8314c-f887-487b-9168-56bd2be19eb9 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:32:15.728 7 INFO neutron_taas.services.taas.taas_plugin [None req-d40d7120-baf0-48d9-bba7-e53a899fbb7a 8c91ccc65dd644b9b1ed6a33ab43223d f215e868f90245f691b4b1546400456d - - default default] TaaS: Handle Delete Port: 68c6da4f-f20b-4430-9499-ef37ccbde985 2026-04-14 07:32:15.730 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d40d7120-baf0-48d9-bba7-e53a899fbb7a 8c91ccc65dd644b9b1ed6a33ab43223d f215e868f90245f691b4b1546400456d - - default default] Tap Mirror: Handle Delete Port: 68c6da4f-f20b-4430-9499-ef37ccbde985 [pid: 8|app: 0|req: 1038/2042] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:32:15 2026] DELETE /v2.0/subnets/33b048ac-21c1-4325-9bd2-70c00dde007f => generated 0 bytes in 89 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2043] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:32:15 2026] DELETE /v2.0/networks/5b8d9fb5-d85c-4b3a-805d-de47ec906ed5 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2044] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:15 2026] GET /v2.0/security-groups?tenant_id=13f6591318ea45ba8a3f8650faf94438&name=default => generated 2925 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2045] 10.0.0.98 () {32 vars in 646 bytes} [Tue Apr 14 07:32:15 2026] GET /v2.0/subnets => generated 649 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:32:15.974 8 INFO neutron.services.segments.plugin [-] Segment 42865c5d-b263-43a2-8e44-4fba7efe6afc resource provider aggregate not found 2026-04-14 07:32:15.979 8 INFO neutron.services.segments.plugin [-] Segment 42865c5d-b263-43a2-8e44-4fba7efe6afc resource provider aggregate not found [pid: 7|app: 0|req: 1007/2046] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:15 2026] DELETE /v2.0/security-groups/4a2ceee9-e9c9-4fe9-bd50-070a50f788e3 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:32:16.001 8 INFO neutron.services.segments.plugin [-] Segment 42865c5d-b263-43a2-8e44-4fba7efe6afc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42865c5d-b263-43a2-8e44-4fba7efe6afc found for delete ", "request_id": "req-c794f3e4-9cc5-49dd-aab8-7e735e7dad5d"}]} 2026-04-14 07:32:16.003 8 INFO neutron.services.segments.plugin [-] Segment 42865c5d-b263-43a2-8e44-4fba7efe6afc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42865c5d-b263-43a2-8e44-4fba7efe6afc found for delete ", "request_id": "req-baa58a72-00c9-413b-a1fb-7e2ec5a4f97b"}]} [pid: 8|app: 0|req: 1040/2047] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:32:15 2026] DELETE /v2.0/networks/649f19a0-f85f-4770-afe5-0a8187d4ece9 => 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: 1008/2048] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:32:15 2026] DELETE /v2.0/networks/838d963e-551f-45e8-8b5a-c4b72f183965 => 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: 1041/2049] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:32:16 2026] DELETE /v2.0/networks/8cc77012-777f-488a-9a64-f8de255c2acd => 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: 1009/2050] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:32:16 2026] DELETE /v2.0/networks/d101b9e8-abb3-4b73-bd52-c8324df1d901 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2051] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:16 2026] GET /v2.0/security-groups?tenant_id=67bf4c6dcd7d4f16ac6d2ce138538847&name=default => generated 2925 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2052] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:32:16 2026] DELETE /v2.0/networks/5b577e4b-a378-450f-98be-a035c4783aef => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2053] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:32:16 2026] DELETE /v2.0/networks/8ce25974-dac3-4dde-818f-b8f8585849e5 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2054] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:16 2026] DELETE /v2.0/security-groups/f7a40b58-6e52-4821-9d4e-6875dfd24685 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2055] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:32:16 2026] DELETE /v2.0/networks/95e2f32c-9294-4bb0-a64b-0063cf931bd7 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2056] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:32:16 2026] DELETE /v2.0/networks/f1de84a0-f48a-4971-9318-9af9955d954a => 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: 1013/2057] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:16 2026] GET /v2.0/security-groups?tenant_id=7576fa28c9fb48a895fa084d2c518950&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:32:17.265 7 INFO neutron.services.segments.plugin [-] Segment 4aa4bc3c-ab5e-4e41-b940-dd273a9bec7a resource provider aggregate not found 2026-04-14 07:32:17.268 7 INFO neutron.services.segments.plugin [-] Segment 4aa4bc3c-ab5e-4e41-b940-dd273a9bec7a resource provider aggregate not found 2026-04-14 07:32:17.285 7 INFO neutron.services.segments.plugin [-] Segment 4aa4bc3c-ab5e-4e41-b940-dd273a9bec7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4aa4bc3c-ab5e-4e41-b940-dd273a9bec7a found for delete ", "request_id": "req-ef757e41-d656-4568-8414-224f4b169036"}]} 2026-04-14 07:32:17.288 7 INFO neutron.services.segments.plugin [-] Segment 4aa4bc3c-ab5e-4e41-b940-dd273a9bec7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4aa4bc3c-ab5e-4e41-b940-dd273a9bec7a found for delete ", "request_id": "req-4bd37025-9fcb-40e1-a3ea-018bbff580e7"}]} 2026-04-14 07:32:17.308 7 INFO neutron.services.segments.plugin [-] Segment a919fef8-22e5-4737-afa8-18701fe30480 resource provider aggregate not found 2026-04-14 07:32:17.312 7 INFO neutron.services.segments.plugin [-] Segment a919fef8-22e5-4737-afa8-18701fe30480 resource provider aggregate not found [pid: 8|app: 0|req: 1045/2058] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:17 2026] DELETE /v2.0/security-groups/34eebb53-b3c4-4cd0-9ddb-f9d2391ded8e => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:32:17.327 7 INFO neutron.services.segments.plugin [-] Segment a919fef8-22e5-4737-afa8-18701fe30480 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a919fef8-22e5-4737-afa8-18701fe30480 found for delete ", "request_id": "req-2b96a5ab-2c06-419e-b710-8f8ba6ffa529"}]} 2026-04-14 07:32:17.329 7 INFO neutron.services.segments.plugin [-] Segment a919fef8-22e5-4737-afa8-18701fe30480 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a919fef8-22e5-4737-afa8-18701fe30480 found for delete ", "request_id": "req-fb735b32-0066-4623-82c3-b0d35b2a54c6"}]} 2026-04-14 07:32:17.345 7 INFO neutron.services.segments.plugin [-] Segment cee2dc40-b35e-4603-b225-a553769c02a5 resource provider aggregate not found 2026-04-14 07:32:17.346 7 INFO neutron.services.segments.plugin [-] Segment cee2dc40-b35e-4603-b225-a553769c02a5 resource provider aggregate not found 2026-04-14 07:32:17.363 7 INFO neutron.services.segments.plugin [-] Segment cee2dc40-b35e-4603-b225-a553769c02a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cee2dc40-b35e-4603-b225-a553769c02a5 found for delete ", "request_id": "req-d0e70e6c-21fc-4bf4-b8f9-91e71434d2a6"}]} 2026-04-14 07:32:17.367 7 INFO neutron.services.segments.plugin [-] Segment cee2dc40-b35e-4603-b225-a553769c02a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cee2dc40-b35e-4603-b225-a553769c02a5 found for delete ", "request_id": "req-45e7faf1-1fe9-44ce-914e-3a8c7e6f2d76"}]} 2026-04-14 07:32:17.378 7 INFO neutron.services.segments.plugin [-] Segment 6e14fd3f-09b2-42a4-b85c-faf9de170660 resource provider aggregate not found 2026-04-14 07:32:17.388 7 INFO neutron.services.segments.plugin [-] Segment 6e14fd3f-09b2-42a4-b85c-faf9de170660 resource provider aggregate not found 2026-04-14 07:32:17.397 7 INFO neutron.services.segments.plugin [-] Segment 6e14fd3f-09b2-42a4-b85c-faf9de170660 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e14fd3f-09b2-42a4-b85c-faf9de170660 found for delete ", "request_id": "req-c5caf39f-0b72-45b3-bb18-e00ee54a445d"}]} 2026-04-14 07:32:17.416 7 INFO neutron.services.segments.plugin [-] Segment 6e14fd3f-09b2-42a4-b85c-faf9de170660 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e14fd3f-09b2-42a4-b85c-faf9de170660 found for delete ", "request_id": "req-1bdb9464-fa4a-41fc-976c-fcf612bd1f79"}]} 2026-04-14 07:32:17.417 7 INFO neutron.services.segments.plugin [-] Segment 5ad730e6-4f90-4869-8020-9bb8d569341c resource provider aggregate not found 2026-04-14 07:32:17.438 7 INFO neutron.services.segments.plugin [-] Segment 5ad730e6-4f90-4869-8020-9bb8d569341c resource provider aggregate not found 2026-04-14 07:32:17.443 7 INFO neutron.services.segments.plugin [-] Segment 5ad730e6-4f90-4869-8020-9bb8d569341c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ad730e6-4f90-4869-8020-9bb8d569341c found for delete ", "request_id": "req-497adcad-850e-4f27-a725-aab42b6ca388"}]} 2026-04-14 07:32:17.457 7 INFO neutron.services.segments.plugin [-] Segment 5ad730e6-4f90-4869-8020-9bb8d569341c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ad730e6-4f90-4869-8020-9bb8d569341c found for delete ", "request_id": "req-b65416d6-8d62-429a-8210-aa6209c90e21"}]} [pid: 7|app: 0|req: 1014/2059] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:17 2026] GET /v2.0/security-groups?tenant_id=2c04ff07dc254a32896bc6a6e45c7d29&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: 1046/2060] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:17 2026] DELETE /v2.0/security-groups/27247f6d-a990-4265-a437-577ff61a74c9 => 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: 1015/2061] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:17 2026] GET /v2.0/security-groups?tenant_id=7aeb55abc0be4ca39875b3df12556000&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: 1047/2062] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:17 2026] DELETE /v2.0/security-groups/77c23518-fcef-4b8b-926f-5e8c84cf98fb => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:32:18.022 8 INFO neutron.services.segments.plugin [-] Segment f82ce694-f11d-42f2-a9ab-7bed32fffafa resource provider aggregate not found 2026-04-14 07:32:18.029 8 INFO neutron.services.segments.plugin [-] Segment f82ce694-f11d-42f2-a9ab-7bed32fffafa resource provider aggregate not found 2026-04-14 07:32:18.036 8 INFO neutron.services.segments.plugin [-] Segment f82ce694-f11d-42f2-a9ab-7bed32fffafa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f82ce694-f11d-42f2-a9ab-7bed32fffafa found for delete ", "request_id": "req-a8fcc6a0-e38c-4c88-a64e-bf8f62567135"}]} 2026-04-14 07:32:18.052 8 INFO neutron.services.segments.plugin [-] Segment f82ce694-f11d-42f2-a9ab-7bed32fffafa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f82ce694-f11d-42f2-a9ab-7bed32fffafa found for delete ", "request_id": "req-8447a965-504d-4b66-a74d-03a186847e61"}]} 2026-04-14 07:32:18.056 8 INFO neutron.services.segments.plugin [-] Segment a3470731-1066-4eab-bc64-c997502b03d2 resource provider aggregate not found 2026-04-14 07:32:18.069 8 INFO neutron.services.segments.plugin [-] Segment a3470731-1066-4eab-bc64-c997502b03d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3470731-1066-4eab-bc64-c997502b03d2 found for delete ", "request_id": "req-f25cac07-ea48-4e1a-8703-f8dde973eb94"}]} 2026-04-14 07:32:18.072 8 INFO neutron.services.segments.plugin [-] Segment a3470731-1066-4eab-bc64-c997502b03d2 resource provider aggregate not found 2026-04-14 07:32:18.083 8 INFO neutron.services.segments.plugin [-] Segment 030565f7-ef36-44d7-afec-5a1fbdcd4839 resource provider aggregate not found 2026-04-14 07:32:18.091 8 INFO neutron.services.segments.plugin [-] Segment a3470731-1066-4eab-bc64-c997502b03d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3470731-1066-4eab-bc64-c997502b03d2 found for delete ", "request_id": "req-2a9ace96-da32-4f3c-b27c-fe1da2e2fb7d"}]} 2026-04-14 07:32:18.095 8 INFO neutron.services.segments.plugin [-] Segment 030565f7-ef36-44d7-afec-5a1fbdcd4839 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 030565f7-ef36-44d7-afec-5a1fbdcd4839 found for delete ", "request_id": "req-27a173fd-8761-421b-9783-cc3464a3e03e"}]} 2026-04-14 07:32:18.109 8 INFO neutron.services.segments.plugin [-] Segment 030565f7-ef36-44d7-afec-5a1fbdcd4839 resource provider aggregate not found 2026-04-14 07:32:18.126 8 INFO neutron.services.segments.plugin [-] Segment 030565f7-ef36-44d7-afec-5a1fbdcd4839 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 030565f7-ef36-44d7-afec-5a1fbdcd4839 found for delete ", "request_id": "req-621fcea8-d53b-4d12-bbfd-1fa7010b73c7"}]} [pid: 7|app: 0|req: 1016/2065] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:18 2026] GET /v2.0/security-groups?tenant_id=f215e868f90245f691b4b1546400456d&name=default => 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: 1050/2066] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:18 2026] DELETE /v2.0/security-groups/ff1b4e2c-06cb-45c5-9bfe-6cc3b8fb4a35 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:32:19.498 7 INFO neutron.db.segments_db [None req-7185bcfe-d1cf-4d1d-81db-261dfa49aec3 c14d94935eec42ddad364cb503b0b1c8 54e828e2e86e4f25a3335e4c2a0be0af - - default default] Added segment 18a3cd8c-c49d-4377-8165-3887d5c27a6f of type vxlan for network 285e2cff-e457-49bf-a4ab-df77caf38bd9 [pid: 7|app: 0|req: 1017/2067] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:32:19 2026] POST /v2.0/networks => generated 625 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2068] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:32:19 2026] POST /v2.0/subnets => generated 641 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:32:19.883 7 INFO neutron.db.segments_db [None req-ee915196-6766-4fed-b894-0df0fa8203a5 76dd3a00022f4f54b2bb313fabbf7335 a86b52c9af0b4bd89b860c6c9588dde3 - - default default] Added segment cadb3728-7ff8-452a-a524-df66069dd0ee of type vxlan for network bc094bbe-29c5-46d1-9b1d-df1cac3109f3 2026-04-14 07:32:19.918 8 INFO neutron.db.segments_db [None req-1cfc7313-c049-48fc-8407-582466449dc2 c14d94935eec42ddad364cb503b0b1c8 54e828e2e86e4f25a3335e4c2a0be0af - - default default] Added segment 9946045a-39ae-4e2e-9a1f-1ed1efce5162 of type vxlan for network 0904c1e4-a1a3-49fa-843c-4521e002ea69 [pid: 7|app: 0|req: 1018/2069] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:32:19 2026] POST /v2.0/networks => generated 613 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2070] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:32:19 2026] POST /v2.0/networks => generated 625 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2071] 10.0.0.98 () {34 vars in 752 bytes} [Tue Apr 14 07:32:19 2026] PUT /v2.0/networks/bc094bbe-29c5-46d1-9b1d-df1cac3109f3/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2072] 10.0.0.98 () {32 vars in 732 bytes} [Tue Apr 14 07:32:20 2026] GET /v2.0/networks/bc094bbe-29c5-46d1-9b1d-df1cac3109f3/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2073] 10.0.0.98 () {34 vars in 742 bytes} [Tue Apr 14 07:32:20 2026] PUT /v2.0/networks/0904c1e4-a1a3-49fa-843c-4521e002ea69 => generated 592 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2074] 10.0.0.98 () {34 vars in 763 bytes} [Tue Apr 14 07:32:20 2026] PUT /v2.0/networks/bc094bbe-29c5-46d1-9b1d-df1cac3109f3/tags/green => 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: 1022/2075] 10.0.0.98 () {32 vars in 732 bytes} [Tue Apr 14 07:32:20 2026] GET /v2.0/networks/bc094bbe-29c5-46d1-9b1d-df1cac3109f3/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: 1023/2076] 10.0.0.98 () {34 vars in 759 bytes} [Tue Apr 14 07:32:20 2026] PUT /v2.0/networks/bc094bbe-29c5-46d1-9b1d-df1cac3109f3/tags/red => 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: 1024/2077] 10.0.0.98 () {32 vars in 732 bytes} [Tue Apr 14 07:32:20 2026] GET /v2.0/networks/bc094bbe-29c5-46d1-9b1d-df1cac3109f3/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2078] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:32:20 2026] POST /v2.0/subnets => generated 626 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2079] 10.0.0.98 () {34 vars in 781 bytes} [Tue Apr 14 07:32:20 2026] PUT /v2.0/networks/bc094bbe-29c5-46d1-9b1d-df1cac3109f3/tags/black.or.white => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2080] 10.0.0.98 () {32 vars in 732 bytes} [Tue Apr 14 07:32:20 2026] GET /v2.0/networks/bc094bbe-29c5-46d1-9b1d-df1cac3109f3/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2081] 10.0.0.98 () {34 vars in 740 bytes} [Tue Apr 14 07:32:20 2026] PUT /v2.0/subnets/f3e697f1-8661-4802-a024-9da4e4feb0cc => generated 636 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2082] 10.0.0.98 () {34 vars in 752 bytes} [Tue Apr 14 07:32:20 2026] PUT /v2.0/networks/bc094bbe-29c5-46d1-9b1d-df1cac3109f3/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2083] 10.0.0.98 () {32 vars in 732 bytes} [Tue Apr 14 07:32:20 2026] GET /v2.0/networks/bc094bbe-29c5-46d1-9b1d-df1cac3109f3/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2084] 10.0.0.98 () {32 vars in 740 bytes} [Tue Apr 14 07:32:20 2026] GET /v2.0/networks/bc094bbe-29c5-46d1-9b1d-df1cac3109f3/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:32:20.614 7 INFO neutron.api.v2.resource [None req-aae556ec-64d6-4fd2-81c1-0fecf435923f 76dd3a00022f4f54b2bb313fabbf7335 a86b52c9af0b4bd89b860c6c9588dde3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1030/2085] 10.0.0.98 () {32 vars in 744 bytes} [Tue Apr 14 07:32:20 2026] GET /v2.0/networks/bc094bbe-29c5-46d1-9b1d-df1cac3109f3/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 07:32:20.650 8 INFO neutron.services.segments.plugin [-] Segment 9946045a-39ae-4e2e-9a1f-1ed1efce5162 resource provider aggregate not found 2026-04-14 07:32:20.653 8 INFO neutron.services.segments.plugin [-] Segment 9946045a-39ae-4e2e-9a1f-1ed1efce5162 resource provider aggregate not found 2026-04-14 07:32:20.666 8 INFO neutron.services.segments.plugin [-] Segment 9946045a-39ae-4e2e-9a1f-1ed1efce5162 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9946045a-39ae-4e2e-9a1f-1ed1efce5162 found for delete ", "request_id": "req-89f49cbc-5ff4-4570-8b20-8bc39fbc40a0"}]} 2026-04-14 07:32:20.667 8 INFO neutron.services.segments.plugin [-] Segment 9946045a-39ae-4e2e-9a1f-1ed1efce5162 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9946045a-39ae-4e2e-9a1f-1ed1efce5162 found for delete ", "request_id": "req-4aa0bbe2-7dde-47c6-8a36-c48003485286"}]} [pid: 7|app: 0|req: 1031/2086] 10.0.0.98 () {32 vars in 743 bytes} [Tue Apr 14 07:32:20 2026] DELETE /v2.0/networks/bc094bbe-29c5-46d1-9b1d-df1cac3109f3/tags/red => 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: 1056/2087] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:32:20 2026] DELETE /v2.0/networks/0904c1e4-a1a3-49fa-843c-4521e002ea69 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:32:20.697 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a59e3626-da0b-46ca-b3c5-2d0d1444bd0d c14d94935eec42ddad364cb503b0b1c8 54e828e2e86e4f25a3335e4c2a0be0af - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1057/2088] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:32:20 2026] DELETE /v2.0/networks/0904c1e4-a1a3-49fa-843c-4521e002ea69 => 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: 1032/2089] 10.0.0.98 () {32 vars in 732 bytes} [Tue Apr 14 07:32:20 2026] GET /v2.0/networks/bc094bbe-29c5-46d1-9b1d-df1cac3109f3/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2090] 10.0.0.98 () {32 vars in 693 bytes} [Tue Apr 14 07:32:20 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2091] 10.0.0.98 () {32 vars in 741 bytes} [Tue Apr 14 07:32:20 2026] GET /v2.0/subnets?network_id=a7a7ae99-0443-4673-90c4-65109a667aa3 => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2092] 10.0.0.98 () {32 vars in 652 bytes} [Tue Apr 14 07:32:20 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-14 07:32:20.795 7 INFO neutron.api.v2.resource [None req-a8544e07-8821-4c08-b511-cccadb4b1fdf 76dd3a00022f4f54b2bb313fabbf7335 a86b52c9af0b4bd89b860c6c9588dde3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1033/2093] 10.0.0.98 () {32 vars in 747 bytes} [Tue Apr 14 07:32:20 2026] DELETE /v2.0/networks/bc094bbe-29c5-46d1-9b1d-df1cac3109f3/tags/green => generated 99 bytes in 70 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2094] 10.0.0.98 () {32 vars in 648 bytes} [Tue Apr 14 07:32:20 2026] GET /v2.0/networks => generated 1309 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2095] 10.0.0.98 () {32 vars in 735 bytes} [Tue Apr 14 07:32:20 2026] DELETE /v2.0/networks/bc094bbe-29c5-46d1-9b1d-df1cac3109f3/tags => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2096] 10.0.0.98 () {32 vars in 646 bytes} [Tue Apr 14 07:32:20 2026] GET /v2.0/subnets => generated 1280 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2097] 10.0.0.98 () {32 vars in 732 bytes} [Tue Apr 14 07:32:20 2026] GET /v2.0/networks/bc094bbe-29c5-46d1-9b1d-df1cac3109f3/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2098] 10.0.0.98 () {32 vars in 722 bytes} [Tue Apr 14 07:32:20 2026] GET /v2.0/networks/285e2cff-e457-49bf-a4ab-df77caf38bd9 => generated 669 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2099] 10.0.0.98 () {32 vars in 720 bytes} [Tue Apr 14 07:32:20 2026] GET /v2.0/subnets/1c00d056-f833-4251-968e-da330daf025f => generated 641 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:32:20.980 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2233191a-bd05-4d3a-9d2a-d218594c5da3 c14d94935eec42ddad364cb503b0b1c8 54e828e2e86e4f25a3335e4c2a0be0af - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1037/2100] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:32:20 2026] DELETE /v2.0/subnets/f3e697f1-8661-4802-a024-9da4e4feb0cc => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:32:21.001 7 INFO neutron.pecan_wsgi.hooks.translation [None req-636c0227-4079-4bd4-bf27-9f355ea0809b c14d94935eec42ddad364cb503b0b1c8 54e828e2e86e4f25a3335e4c2a0be0af - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1038/2101] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:32:20 2026] DELETE /v2.0/networks/0904c1e4-a1a3-49fa-843c-4521e002ea69 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2102] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:32:20 2026] DELETE /v2.0/networks/bc094bbe-29c5-46d1-9b1d-df1cac3109f3 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2103] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:32:21 2026] DELETE /v2.0/subnets/1c00d056-f833-4251-968e-da330daf025f => generated 0 bytes in 99 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2104] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:32:21 2026] DELETE /v2.0/networks/285e2cff-e457-49bf-a4ab-df77caf38bd9 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2105] 10.0.0.98 () {34 vars in 683 bytes} [Tue Apr 14 07:32:21 2026] POST /v2.0/security-groups => generated 1601 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2106] 10.0.0.98 () {34 vars in 766 bytes} [Tue Apr 14 07:32:21 2026] PUT /v2.0/security-groups/3f5a12a0-adec-4861-916e-c1b3d23b1c4e/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2107] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:21 2026] GET /v2.0/security-groups?tenant_id=a86b52c9af0b4bd89b860c6c9588dde3&name=default => generated 2925 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2108] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:21 2026] GET /v2.0/security-groups?tenant_id=54e828e2e86e4f25a3335e4c2a0be0af&name=default => generated 2925 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2109] 10.0.0.98 () {32 vars in 746 bytes} [Tue Apr 14 07:32:21 2026] GET /v2.0/security-groups/3f5a12a0-adec-4861-916e-c1b3d23b1c4e/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: 1043/2110] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:21 2026] DELETE /v2.0/security-groups/5a39d5c6-b4d3-45cf-8fee-881dbd643013 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2111] 10.0.0.98 () {34 vars in 777 bytes} [Tue Apr 14 07:32:21 2026] PUT /v2.0/security-groups/3f5a12a0-adec-4861-916e-c1b3d23b1c4e/tags/green => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2112] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:21 2026] DELETE /v2.0/security-groups/42940719-d105-4289-ac4c-b252d2b672bc => 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: 1045/2113] 10.0.0.98 () {32 vars in 746 bytes} [Tue Apr 14 07:32:21 2026] GET /v2.0/security-groups/3f5a12a0-adec-4861-916e-c1b3d23b1c4e/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2114] 10.0.0.98 () {34 vars in 773 bytes} [Tue Apr 14 07:32:21 2026] PUT /v2.0/security-groups/3f5a12a0-adec-4861-916e-c1b3d23b1c4e/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2115] 10.0.0.98 () {32 vars in 746 bytes} [Tue Apr 14 07:32:21 2026] GET /v2.0/security-groups/3f5a12a0-adec-4861-916e-c1b3d23b1c4e/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2116] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:21 2026] GET /v2.0/security-groups?tenant_id=ac1f6229a9a749358109eacfb0b8d071&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2117] 10.0.0.98 () {34 vars in 795 bytes} [Tue Apr 14 07:32:22 2026] PUT /v2.0/security-groups/3f5a12a0-adec-4861-916e-c1b3d23b1c4e/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2118] 10.0.0.98 () {32 vars in 746 bytes} [Tue Apr 14 07:32:22 2026] GET /v2.0/security-groups/3f5a12a0-adec-4861-916e-c1b3d23b1c4e/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2119] 10.0.0.98 () {34 vars in 766 bytes} [Tue Apr 14 07:32:22 2026] PUT /v2.0/security-groups/3f5a12a0-adec-4861-916e-c1b3d23b1c4e/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2120] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:22 2026] DELETE /v2.0/security-groups/a3754d42-f32c-439d-a507-57bc64d364c2 => 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: 1074/2121] 10.0.0.98 () {32 vars in 746 bytes} [Tue Apr 14 07:32:22 2026] GET /v2.0/security-groups/3f5a12a0-adec-4861-916e-c1b3d23b1c4e/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2122] 10.0.0.98 () {32 vars in 754 bytes} [Tue Apr 14 07:32:22 2026] GET /v2.0/security-groups/3f5a12a0-adec-4861-916e-c1b3d23b1c4e/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:32:22.295 8 INFO neutron.api.v2.resource [None req-95e463bd-72ec-4025-9a40-135da5196779 ccf43c08db924f5a8256e11a411797ed 9057627eb0f1412a9f52082aff58185f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1075/2123] 10.0.0.98 () {32 vars in 758 bytes} [Tue Apr 14 07:32:22 2026] GET /v2.0/security-groups/3f5a12a0-adec-4861-916e-c1b3d23b1c4e/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2124] 10.0.0.98 () {32 vars in 757 bytes} [Tue Apr 14 07:32:22 2026] DELETE /v2.0/security-groups/3f5a12a0-adec-4861-916e-c1b3d23b1c4e/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2125] 10.0.0.98 () {32 vars in 746 bytes} [Tue Apr 14 07:32:22 2026] GET /v2.0/security-groups/3f5a12a0-adec-4861-916e-c1b3d23b1c4e/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:32:22.423 7 INFO neutron.api.v2.resource [None req-f8c04e7e-795c-4df4-9048-d69f9bf1661c ccf43c08db924f5a8256e11a411797ed 9057627eb0f1412a9f52082aff58185f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1050/2126] 10.0.0.98 () {32 vars in 761 bytes} [Tue Apr 14 07:32:22 2026] DELETE /v2.0/security-groups/3f5a12a0-adec-4861-916e-c1b3d23b1c4e/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2127] 10.0.0.98 () {32 vars in 749 bytes} [Tue Apr 14 07:32:22 2026] DELETE /v2.0/security-groups/3f5a12a0-adec-4861-916e-c1b3d23b1c4e/tags => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2128] 10.0.0.98 () {32 vars in 746 bytes} [Tue Apr 14 07:32:22 2026] GET /v2.0/security-groups/3f5a12a0-adec-4861-916e-c1b3d23b1c4e/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2129] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:22 2026] DELETE /v2.0/security-groups/3f5a12a0-adec-4861-916e-c1b3d23b1c4e => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:32:22.688 8 INFO neutron.services.segments.plugin [-] Segment cadb3728-7ff8-452a-a524-df66069dd0ee resource provider aggregate not found 2026-04-14 07:32:22.701 8 INFO neutron.services.segments.plugin [-] Segment cadb3728-7ff8-452a-a524-df66069dd0ee resource provider aggregate not found 2026-04-14 07:32:22.708 8 INFO neutron.services.segments.plugin [-] Segment cadb3728-7ff8-452a-a524-df66069dd0ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cadb3728-7ff8-452a-a524-df66069dd0ee found for delete ", "request_id": "req-889f1160-d678-4cec-b3d0-99981fa6b56e"}]} 2026-04-14 07:32:22.722 8 INFO neutron.services.segments.plugin [-] Segment 18a3cd8c-c49d-4377-8165-3887d5c27a6f resource provider aggregate not found 2026-04-14 07:32:22.729 8 INFO neutron.services.segments.plugin [-] Segment cadb3728-7ff8-452a-a524-df66069dd0ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cadb3728-7ff8-452a-a524-df66069dd0ee found for delete ", "request_id": "req-28b09585-2a6d-49bf-9697-6d0747228e5a"}]} 2026-04-14 07:32:22.743 8 INFO neutron.services.segments.plugin [-] Segment 18a3cd8c-c49d-4377-8165-3887d5c27a6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18a3cd8c-c49d-4377-8165-3887d5c27a6f found for delete ", "request_id": "req-7b6405a6-2e1c-44a1-bd83-d119af0d8625"}]} 2026-04-14 07:32:22.744 8 INFO neutron.services.segments.plugin [-] Segment 18a3cd8c-c49d-4377-8165-3887d5c27a6f resource provider aggregate not found 2026-04-14 07:32:22.758 8 INFO neutron.services.segments.plugin [-] Segment 18a3cd8c-c49d-4377-8165-3887d5c27a6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18a3cd8c-c49d-4377-8165-3887d5c27a6f found for delete ", "request_id": "req-0d03cbf3-8a17-429d-98ec-aeccb2625d41"}]} [pid: 7|app: 0|req: 1052/2130] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:23 2026] GET /v2.0/security-groups?tenant_id=1d97e6539d7b4b918cd4fd717a9878fe&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2131] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:23 2026] DELETE /v2.0/security-groups/458d183e-33c2-45f5-9267-d3904369f0d1 => 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: 1053/2132] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:23 2026] GET /v2.0/security-groups?tenant_id=9057627eb0f1412a9f52082aff58185f&name=default => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2133] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:23 2026] DELETE /v2.0/security-groups/c3e9f20b-9154-49fc-95a9-b77484764071 => 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: 1054/2134] 10.0.0.98 () {34 vars in 675 bytes} [Tue Apr 14 07:32:23 2026] POST /v2.0/subnetpools => generated 548 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2135] 10.0.0.98 () {32 vars in 728 bytes} [Tue Apr 14 07:32:24 2026] GET /v2.0/subnetpools/d0de302a-db09-4057-bacd-303d9e26f2f7 => generated 548 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2136] 10.0.0.98 () {34 vars in 748 bytes} [Tue Apr 14 07:32:24 2026] PUT /v2.0/subnetpools/d0de302a-db09-4057-bacd-303d9e26f2f7 => generated 498 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2137] 10.0.0.98 () {32 vars in 731 bytes} [Tue Apr 14 07:32:24 2026] DELETE /v2.0/subnetpools/d0de302a-db09-4057-bacd-303d9e26f2f7 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:32:24.191 7 INFO neutron.api.v2.resource [None req-44b74239-2873-41ed-bda9-cb9b0212f0c1 bc9066ea6fec4c31b94c56b87d72ea93 9ba3e1a9859b4da1bcee90f4f4c976ad - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1056/2138] 10.0.0.98 () {32 vars in 728 bytes} [Tue Apr 14 07:32:24 2026] GET /v2.0/subnetpools/d0de302a-db09-4057-bacd-303d9e26f2f7 => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:32:24.207 8 INFO neutron.api.v2.resource [None req-e61a80e6-2e56-44d0-b80f-4ac502fdd2af bc9066ea6fec4c31b94c56b87d72ea93 9ba3e1a9859b4da1bcee90f4f4c976ad - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1083/2139] 10.0.0.98 () {32 vars in 731 bytes} [Tue Apr 14 07:32:24 2026] DELETE /v2.0/subnetpools/d0de302a-db09-4057-bacd-303d9e26f2f7 => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2140] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:24 2026] GET /v2.0/security-groups?tenant_id=9ba3e1a9859b4da1bcee90f4f4c976ad&name=default => generated 2926 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2141] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:24 2026] DELETE /v2.0/security-groups/dedc9195-be9f-44e0-bb09-4ea2a16ef5e7 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:32:25.616 7 INFO neutron.db.segments_db [None req-17214a5c-e309-4d71-95d0-45e7d72082dc 2fb3192fe6454c2293a4ddbbacba83ab 92fe4beff8a4443fa699b9eb0ea62389 - - default default] Added segment 09d74d7f-d923-4cc0-a5d9-1b18bf748d7c of type vxlan for network 0272eade-b241-493d-808d-236a989ea2fa 2026-04-14 07:32:25.795 7 INFO neutron.db.l3_hamode_db [None req-17214a5c-e309-4d71-95d0-45e7d72082dc 2fb3192fe6454c2293a4ddbbacba83ab 92fe4beff8a4443fa699b9eb0ea62389 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:32:25.889 7 INFO neutron.db.l3_hamode_db [None req-17214a5c-e309-4d71-95d0-45e7d72082dc 2fb3192fe6454c2293a4ddbbacba83ab 92fe4beff8a4443fa699b9eb0ea62389 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1058/2142] 10.0.0.98 () {34 vars in 667 bytes} [Tue Apr 14 07:32:25 2026] POST /v2.0/routers => generated 474 bytes in 1000 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2143] 10.0.0.98 () {34 vars in 750 bytes} [Tue Apr 14 07:32:26 2026] PUT /v2.0/routers/b60f8712-5d75-4db9-8692-ffe766a0878c/tags => generated 25 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2144] 10.0.0.98 () {32 vars in 730 bytes} [Tue Apr 14 07:32:26 2026] GET /v2.0/routers/b60f8712-5d75-4db9-8692-ffe766a0878c/tags => generated 25 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2145] 10.0.0.98 () {34 vars in 761 bytes} [Tue Apr 14 07:32:26 2026] PUT /v2.0/routers/b60f8712-5d75-4db9-8692-ffe766a0878c/tags/green => generated 4 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2146] 10.0.0.98 () {32 vars in 730 bytes} [Tue Apr 14 07:32:26 2026] GET /v2.0/routers/b60f8712-5d75-4db9-8692-ffe766a0878c/tags => generated 34 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2147] 10.0.0.98 () {34 vars in 757 bytes} [Tue Apr 14 07:32:26 2026] PUT /v2.0/routers/b60f8712-5d75-4db9-8692-ffe766a0878c/tags/red => generated 4 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2148] 10.0.0.98 () {32 vars in 730 bytes} [Tue Apr 14 07:32:27 2026] GET /v2.0/routers/b60f8712-5d75-4db9-8692-ffe766a0878c/tags => generated 34 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2149] 10.0.0.98 () {34 vars in 779 bytes} [Tue Apr 14 07:32:27 2026] PUT /v2.0/routers/b60f8712-5d75-4db9-8692-ffe766a0878c/tags/black.or.white => generated 4 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2150] 10.0.0.98 () {32 vars in 730 bytes} [Tue Apr 14 07:32:27 2026] GET /v2.0/routers/b60f8712-5d75-4db9-8692-ffe766a0878c/tags => generated 52 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2151] 10.0.0.98 () {34 vars in 750 bytes} [Tue Apr 14 07:32:27 2026] PUT /v2.0/routers/b60f8712-5d75-4db9-8692-ffe766a0878c/tags => generated 37 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2152] 10.0.0.98 () {32 vars in 730 bytes} [Tue Apr 14 07:32:27 2026] GET /v2.0/routers/b60f8712-5d75-4db9-8692-ffe766a0878c/tags => generated 37 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2153] 10.0.0.98 () {32 vars in 738 bytes} [Tue Apr 14 07:32:27 2026] GET /v2.0/routers/b60f8712-5d75-4db9-8692-ffe766a0878c/tags/red => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:32:27.824 7 INFO neutron.api.v2.resource [None req-b4a90f28-588c-4b74-8a3c-3c865c13bae2 2fb3192fe6454c2293a4ddbbacba83ab 92fe4beff8a4443fa699b9eb0ea62389 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1064/2154] 10.0.0.98 () {32 vars in 742 bytes} [Tue Apr 14 07:32:27 2026] GET /v2.0/routers/b60f8712-5d75-4db9-8692-ffe766a0878c/tags/green => generated 99 bytes in 77 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2155] 10.0.0.98 () {32 vars in 741 bytes} [Tue Apr 14 07:32:27 2026] DELETE /v2.0/routers/b60f8712-5d75-4db9-8692-ffe766a0878c/tags/red => 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/2156] 10.0.0.98 () {32 vars in 730 bytes} [Tue Apr 14 07:32:27 2026] GET /v2.0/routers/b60f8712-5d75-4db9-8692-ffe766a0878c/tags => generated 30 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:32:28.132 8 INFO neutron.api.v2.resource [None req-94979194-0231-4b70-8cde-cbf098feb63e 2fb3192fe6454c2293a4ddbbacba83ab 92fe4beff8a4443fa699b9eb0ea62389 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1092/2157] 10.0.0.98 () {32 vars in 745 bytes} [Tue Apr 14 07:32:28 2026] DELETE /v2.0/routers/b60f8712-5d75-4db9-8692-ffe766a0878c/tags/green => generated 99 bytes in 77 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2158] 10.0.0.98 () {32 vars in 733 bytes} [Tue Apr 14 07:32:28 2026] DELETE /v2.0/routers/b60f8712-5d75-4db9-8692-ffe766a0878c/tags => 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: 1093/2159] 10.0.0.98 () {32 vars in 730 bytes} [Tue Apr 14 07:32:28 2026] GET /v2.0/routers/b60f8712-5d75-4db9-8692-ffe766a0878c/tags => generated 12 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2160] 10.0.0.98 () {32 vars in 720 bytes} [Tue Apr 14 07:32:28 2026] GET /v2.0/routers/b60f8712-5d75-4db9-8692-ffe766a0878c => generated 480 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2161] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:28 2026] GET /v2.0/security-groups?tenant_id=8a0493910daa475b976de81682dd5b9a&name=default => generated 2929 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2162] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:28 2026] DELETE /v2.0/security-groups/aa1c400d-d377-4f90-9eae-0e72817b4730 => 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: 1094/2163] 10.0.0.98 () {34 vars in 741 bytes} [Tue Apr 14 07:32:28 2026] PUT /v2.0/routers/b60f8712-5d75-4db9-8692-ffe766a0878c => generated 480 bytes in 442 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2164] 10.0.0.98 () {32 vars in 735 bytes} [Tue Apr 14 07:32:28 2026] GET /v2.0/ports?device_id=b60f8712-5d75-4db9-8692-ffe766a0878c => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:32:29.024 8 INFO neutron_taas.services.taas.taas_plugin [None req-50b26118-be0f-471f-8f68-e25bb1b673e7 2fb3192fe6454c2293a4ddbbacba83ab 92fe4beff8a4443fa699b9eb0ea62389 - - default default] TaaS: Handle Delete Port: 01d09de1-24ac-46d5-bd29-31c4af15c152 2026-04-14 07:32:29.027 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50b26118-be0f-471f-8f68-e25bb1b673e7 2fb3192fe6454c2293a4ddbbacba83ab 92fe4beff8a4443fa699b9eb0ea62389 - - default default] Tap Mirror: Handle Delete Port: 01d09de1-24ac-46d5-bd29-31c4af15c152 2026-04-14 07:32:29.372 8 INFO neutron.services.segments.plugin [-] Segment 09d74d7f-d923-4cc0-a5d9-1b18bf748d7c resource provider aggregate not found 2026-04-14 07:32:29.377 8 INFO neutron.services.segments.plugin [-] Segment 09d74d7f-d923-4cc0-a5d9-1b18bf748d7c resource provider aggregate not found 2026-04-14 07:32:29.397 8 INFO neutron.services.segments.plugin [-] Segment 09d74d7f-d923-4cc0-a5d9-1b18bf748d7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09d74d7f-d923-4cc0-a5d9-1b18bf748d7c found for delete ", "request_id": "req-d73f4dfc-2be8-432d-8bee-73a675fbc433"}]} 2026-04-14 07:32:29.398 8 INFO neutron.services.segments.plugin [-] Segment 09d74d7f-d923-4cc0-a5d9-1b18bf748d7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09d74d7f-d923-4cc0-a5d9-1b18bf748d7c found for delete ", "request_id": "req-28272895-09e2-4ff1-bf22-265a1d4d2080"}]} 2026-04-14 07:32:29.404 8 INFO neutron.db.l3_hamode_db [None req-50b26118-be0f-471f-8f68-e25bb1b673e7 2fb3192fe6454c2293a4ddbbacba83ab 92fe4beff8a4443fa699b9eb0ea62389 - - default default] HA network 0272eade-b241-493d-808d-236a989ea2fa was deleted as no HA routers are present in tenant 92fe4beff8a4443fa699b9eb0ea62389. [pid: 8|app: 0|req: 1095/2165] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:32:28 2026] DELETE /v2.0/routers/b60f8712-5d75-4db9-8692-ffe766a0878c => generated 0 bytes in 564 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2166] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:30 2026] GET /v2.0/security-groups?tenant_id=e2ba05c7c9d44e06b04b7d5cf6cce728&name=default => generated 2929 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2167] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:30 2026] DELETE /v2.0/security-groups/3da2cfe6-4d65-4ee5-86be-6620b17809d3 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2168] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:30 2026] GET /v2.0/security-groups?tenant_id=92fe4beff8a4443fa699b9eb0ea62389&name=default => generated 2929 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2169] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:30 2026] DELETE /v2.0/security-groups/7d322ab1-f50e-4fd5-b705-d2a27beeb2c9 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:32:32.810 7 INFO neutron.db.segments_db [None req-13917139-85d4-40aa-878e-c5c8baa6fb9f 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] Added segment 5df694a5-d140-4f91-861d-9b68c940b881 of type vxlan for network fd982268-dc4b-4ee4-8a53-2468f528161e [pid: 7|app: 0|req: 1073/2170] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:32:32 2026] POST /v2.0/networks => generated 620 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2171] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:32:32 2026] POST /v2.0/subnets => generated 658 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2174] 10.0.0.98 () {32 vars in 721 bytes} [Tue Apr 14 07:32:33 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2175] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:32:33 2026] POST /v2.0/subnets => generated 732 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:32:33.611 7 INFO neutron.db.segments_db [None req-9049a730-b46f-4b63-b703-1b4919c6d39c 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] Added segment 880bc792-e183-4b82-b92e-d660ff37b5e8 of type vxlan for network 7adc4bb2-ff90-4965-bc68-684ad2e4022c [pid: 7|app: 0|req: 1075/2176] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:32:33 2026] POST /v2.0/networks => generated 619 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2177] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:32:33 2026] POST /v2.0/subnets => generated 655 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:32:34.040 7 INFO neutron.db.segments_db [None req-bb6bebdb-4d44-4b88-87f6-e511066d005b a4f4f9e543b44b2f9df52af40fc1b877 ec1d1477c91947a3aef2a29f5ee7023e - - default default] Added segment 32be6467-935d-42dc-996a-3566926e56d2 of type vxlan for network b709c15e-e619-4bb7-a3bd-bc47de23058f [pid: 7|app: 0|req: 1076/2178] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:32:33 2026] POST /v2.0/networks => generated 612 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:32:34.174 7 INFO neutron.db.segments_db [None req-176a541d-5241-4be0-99b0-51252fccdaa0 a4f4f9e543b44b2f9df52af40fc1b877 ec1d1477c91947a3aef2a29f5ee7023e - - default default] Added segment 6cbf0a9f-0ead-42cb-9b0e-3926e39ce526 of type vxlan for network c2ed9091-f9bf-41f1-87be-09d485a1f980 [pid: 8|app: 0|req: 1103/2179] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:32:33 2026] POST /v2.0/subnets => generated 726 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2180] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:32:34 2026] POST /v2.0/networks => generated 613 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:32:34.255 8 INFO neutron.db.segments_db [None req-102a470d-bc9a-42e8-9a1c-9e59e4bdc02b 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] Added segment 88c7ff8f-570f-4ede-bcc6-7a54c06202c0 of type vxlan for network cea7be46-7836-48de-ada3-f2231871021b [pid: 7|app: 0|req: 1078/2181] 10.0.0.98 () {34 vars in 752 bytes} [Tue Apr 14 07:32:34 2026] PUT /v2.0/networks/b709c15e-e619-4bb7-a3bd-bc47de23058f/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2182] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:32:34 2026] POST /v2.0/networks => generated 619 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2183] 10.0.0.98 () {32 vars in 732 bytes} [Tue Apr 14 07:32:34 2026] GET /v2.0/networks/b709c15e-e619-4bb7-a3bd-bc47de23058f/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2184] 10.0.0.98 () {34 vars in 752 bytes} [Tue Apr 14 07:32:34 2026] PUT /v2.0/networks/c2ed9091-f9bf-41f1-87be-09d485a1f980/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2185] 10.0.0.98 () {32 vars in 732 bytes} [Tue Apr 14 07:32:34 2026] GET /v2.0/networks/c2ed9091-f9bf-41f1-87be-09d485a1f980/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2186] 10.0.0.98 () {34 vars in 752 bytes} [Tue Apr 14 07:32:34 2026] PUT /v2.0/networks/c2ed9091-f9bf-41f1-87be-09d485a1f980/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2187] 10.0.0.98 () {32 vars in 732 bytes} [Tue Apr 14 07:32:34 2026] GET /v2.0/networks/c2ed9091-f9bf-41f1-87be-09d485a1f980/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2188] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:32:34 2026] POST /v2.0/subnets => generated 656 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2189] 10.0.0.98 () {32 vars in 732 bytes} [Tue Apr 14 07:32:34 2026] GET /v2.0/networks/b709c15e-e619-4bb7-a3bd-bc47de23058f/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:32:34.753 7 INFO neutron.services.segments.plugin [-] Segment 32be6467-935d-42dc-996a-3566926e56d2 resource provider aggregate not found 2026-04-14 07:32:34.754 7 INFO neutron.services.segments.plugin [-] Segment 32be6467-935d-42dc-996a-3566926e56d2 resource provider aggregate not found 2026-04-14 07:32:34.776 7 INFO neutron.services.segments.plugin [-] Segment 32be6467-935d-42dc-996a-3566926e56d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32be6467-935d-42dc-996a-3566926e56d2 found for delete ", "request_id": "req-07388fbf-d986-4172-8224-ec5894e0e1a0"}]} 2026-04-14 07:32:34.778 7 INFO neutron.services.segments.plugin [-] Segment 32be6467-935d-42dc-996a-3566926e56d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32be6467-935d-42dc-996a-3566926e56d2 found for delete ", "request_id": "req-dd6ca8b3-eda1-4736-bb7f-7a3f86a77d3a"}]} [pid: 7|app: 0|req: 1085/2190] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:32:34 2026] DELETE /v2.0/networks/b709c15e-e619-4bb7-a3bd-bc47de23058f => 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: 1106/2191] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:32:34 2026] POST /v2.0/subnets => generated 730 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:32:34.880 8 INFO neutron.db.segments_db [None req-1b57d62b-6ddc-4421-9cc4-99f7c12584fe 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] Added segment 2035138b-e1f1-4d93-b016-c91f495d122b of type vxlan for network a6a5249f-ff4c-4a48-ae27-21a8a51221b3 [pid: 7|app: 0|req: 1086/2192] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:32:34 2026] DELETE /v2.0/networks/c2ed9091-f9bf-41f1-87be-09d485a1f980 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:32:35.181 8 INFO neutron.db.l3_hamode_db [None req-1b57d62b-6ddc-4421-9cc4-99f7c12584fe 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1087/2193] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:35 2026] GET /v2.0/security-groups?tenant_id=c954fa652a0e4d71a57daeafa50471d4&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: 1088/2194] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:35 2026] DELETE /v2.0/security-groups/59afb480-3471-4267-98a3-345e923b60f8 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2195] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:36 2026] GET /v2.0/security-groups?tenant_id=ec1d1477c91947a3aef2a29f5ee7023e&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: 1090/2196] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:36 2026] DELETE /v2.0/security-groups/e63f9cc6-6ded-4377-ad21-1c73c1e7800e => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:32:36.378 8 INFO neutron.db.l3_hamode_db [None req-1b57d62b-6ddc-4421-9cc4-99f7c12584fe 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 07:32:36.795 7 INFO neutron.services.segments.plugin [-] Segment 6cbf0a9f-0ead-42cb-9b0e-3926e39ce526 resource provider aggregate not found 2026-04-14 07:32:36.802 7 INFO neutron.services.segments.plugin [-] Segment 6cbf0a9f-0ead-42cb-9b0e-3926e39ce526 resource provider aggregate not found 2026-04-14 07:32:36.812 7 INFO neutron.services.segments.plugin [-] Segment 6cbf0a9f-0ead-42cb-9b0e-3926e39ce526 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cbf0a9f-0ead-42cb-9b0e-3926e39ce526 found for delete ", "request_id": "req-80630381-5f95-4b7d-9fc9-c723b2ea0548"}]} 2026-04-14 07:32:36.820 7 INFO neutron.services.segments.plugin [-] Segment 6cbf0a9f-0ead-42cb-9b0e-3926e39ce526 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cbf0a9f-0ead-42cb-9b0e-3926e39ce526 found for delete ", "request_id": "req-f2e29806-e78a-409f-8c13-589dc473b943"}]} [pid: 8|app: 0|req: 1107/2197] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:32:34 2026] POST /v2.0/routers => generated 685 bytes in 2299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2198] 10.0.0.98 () {34 vars in 782 bytes} [Tue Apr 14 07:32:37 2026] PUT /v2.0/routers/ecfa2fea-2247-4ce5-acda-75c6c9f65a9f/add_router_interface => generated 309 bytes in 1282 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2199] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:32:38 2026] GET /v2.0/security-groups?tenant_id=1c59ccd90cb041fbbbcb8f1b7dec40e3&name=default => generated 2929 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2200] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:32:38 2026] DELETE /v2.0/security-groups/ea7d04d9-96c6-45c1-b779-85d095469e62 => 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: 1108/2201] 10.0.0.98 () {34 vars in 782 bytes} [Tue Apr 14 07:32:38 2026] PUT /v2.0/routers/ecfa2fea-2247-4ce5-acda-75c6c9f65a9f/add_router_interface => generated 309 bytes in 1325 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2202] 10.0.0.98 () {34 vars in 782 bytes} [Tue Apr 14 07:32:39 2026] PUT /v2.0/routers/ecfa2fea-2247-4ce5-acda-75c6c9f65a9f/add_router_interface => generated 309 bytes in 1424 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2203] 10.0.0.98 () {34 vars in 683 bytes} [Tue Apr 14 07:32:41 2026] POST /v2.0/security-groups => generated 1630 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2204] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:32:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2205] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:32:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2206] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:32:41 2026] POST /v2.0/security-group-rules => generated 599 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2207] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:32:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2208] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:32:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2209] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:32:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:32:42.380 8 INFO neutron.db.segments_db [None req-d13a6f99-dad3-4b6d-80fd-7474dd23269f 62d6d43916be43fba55e3466281f36f4 e78702cc03e9492886761deea18241a1 - - default default] Added segment 16dcb909-7b24-45f0-8f42-6672ef630788 of type vxlan for network 04d3838a-9d75-4a14-9b31-1825c4118273 [pid: 7|app: 0|req: 1099/2210] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:32:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2211] 10.0.0.98 () {34 vars in 670 bytes} [Tue Apr 14 07:32:42 2026] POST /v2.0/networks => generated 613 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:32:42.524 8 INFO neutron.db.segments_db [None req-23110e55-c8f6-4633-9c97-4265e0b6e47a 62d6d43916be43fba55e3466281f36f4 e78702cc03e9492886761deea18241a1 - - default default] Added segment 1a1fd5e6-5f3f-43fa-956d-7aa3a9ba840a of type vxlan for network 3f116058-8fc8-4613-83ae-c8f4f7dcb22f [pid: 7|app: 0|req: 1100/2212] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:32:42 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: 7|app: 0|req: 1101/2213] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:32:42 2026] POST /v2.0/security-group-rules => generated 599 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:32:42.763 8 INFO neutron.db.l3_hamode_db [None req-23110e55-c8f6-4633-9c97-4265e0b6e47a 62d6d43916be43fba55e3466281f36f4 e78702cc03e9492886761deea18241a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1102/2214] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:32:42 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: 7|app: 0|req: 1103/2215] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:32:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2216] 10.0.0.166 () {34 vars in 1096 bytes} [Tue Apr 14 07:32:43 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2032351509&fields=id&tenant_id=1720b94c8d2145e9a8e8a987e832e552 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2217] 10.0.0.166 () {34 vars in 982 bytes} [Tue Apr 14 07:32:43 2026] GET /v2.0/networks?id=7adc4bb2-ff90-4965-bc68-684ad2e4022c => generated 705 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2218] 10.0.0.166 () {34 vars in 965 bytes} [Tue Apr 14 07:32:43 2026] GET /v2.0/quotas/1720b94c8d2145e9a8e8a987e832e552 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2219] 10.0.0.166 () {34 vars in 1002 bytes} [Tue Apr 14 07:32:43 2026] GET /v2.0/ports?tenant_id=1720b94c8d2145e9a8e8a987e832e552&fields=id => generated 287 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2220] 10.0.0.166 () {34 vars in 1008 bytes} [Tue Apr 14 07:32:43 2026] GET /v2.0/networks/7adc4bb2-ff90-4965-bc68-684ad2e4022c?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:32:43.481 8 INFO neutron.db.l3_hamode_db [None req-23110e55-c8f6-4633-9c97-4265e0b6e47a 62d6d43916be43fba55e3466281f36f4 e78702cc03e9492886761deea18241a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1109/2221] 10.0.0.166 () {34 vars in 1108 bytes} [Tue Apr 14 07:32:43 2026] GET /v2.0/networks/7adc4bb2-ff90-4965-bc68-684ad2e4022c?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: 1110/2222] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:32:43 2026] GET /v2.0/ports?device_id=abaff0d3-1147-4d74-8149-aac9fcfec1a6 => 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: 1113/2223] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:32:42 2026] POST /v2.0/routers => generated 694 bytes in 1814 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2224] 10.0.0.98 () {32 vars in 775 bytes} [Tue Apr 14 07:32:44 2026] GET /v2.0/subnets?project_id=e78702cc03e9492886761deea18241a1&cidr=10.100.0.0%2F28 => 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: 1114/2225] 10.0.0.98 () {32 vars in 693 bytes} [Tue Apr 14 07:32:44 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2226] 10.0.0.98 () {32 vars in 783 bytes} [Tue Apr 14 07:32:44 2026] GET /v2.0/subnets?network_id=a7a7ae99-0443-4673-90c4-65109a667aa3&cidr=10.100.0.0%2F28 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2227] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:32:44 2026] POST /v2.0/subnets => generated 656 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2228] 10.0.0.98 () {34 vars in 782 bytes} [Tue Apr 14 07:32:44 2026] PUT /v2.0/routers/12353660-c10e-4f96-af6c-609ecc0c1b4c/add_router_interface => generated 309 bytes in 1227 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2229] 10.0.0.98 () {32 vars in 648 bytes} [Tue Apr 14 07:32:45 2026] GET /v2.0/networks => generated 6663 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2230] 10.0.0.98 () {32 vars in 646 bytes} [Tue Apr 14 07:32:45 2026] GET /v2.0/subnets => generated 7421 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2231] 10.0.0.98 () {32 vars in 646 bytes} [Tue Apr 14 07:32:46 2026] GET /v2.0/routers => generated 1452 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2232] 10.0.0.98 () {34 vars in 684 bytes} [Tue Apr 14 07:32:46 2026] POST /v2.0/security-groups => generated 1677 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2233] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:32:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2234] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:32:46 2026] POST /v2.0/security-group-rules => generated 596 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2235] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:32:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2236] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:32:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:32:46.845 8 INFO neutron.db.securitygroups_db [None req-eb73209a-0d70-4adc-93f4-7dda0d28e843 62d6d43916be43fba55e3466281f36f4 e78702cc03e9492886761deea18241a1 - - default default] Project e78702cc03e9492886761deea18241a1 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: 1120/2237] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:32:46 2026] POST /v2.0/security-group-rules => generated 607 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:32:47.030 7 INFO neutron.db.securitygroups_db [None req-b2a4997c-729a-40a3-b4a7-3989c5611d2b 62d6d43916be43fba55e3466281f36f4 e78702cc03e9492886761deea18241a1 - - default default] Project e78702cc03e9492886761deea18241a1 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: 1118/2238] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:32:46 2026] POST /v2.0/security-group-rules => generated 606 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2239] 10.0.0.98 () {32 vars in 648 bytes} [Tue Apr 14 07:32:47 2026] GET /v2.0/networks => generated 1297 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2240] 10.0.0.166 () {34 vars in 1100 bytes} [Tue Apr 14 07:32:47 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1426212087&fields=id&tenant_id=e78702cc03e9492886761deea18241a1 => 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: 1122/2241] 10.0.0.166 () {34 vars in 982 bytes} [Tue Apr 14 07:32:47 2026] GET /v2.0/networks?id=04d3838a-9d75-4a14-9b31-1825c4118273 => generated 660 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2242] 10.0.0.166 () {34 vars in 965 bytes} [Tue Apr 14 07:32:47 2026] GET /v2.0/quotas/e78702cc03e9492886761deea18241a1 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2243] 10.0.0.166 () {34 vars in 1002 bytes} [Tue Apr 14 07:32:47 2026] GET /v2.0/ports?tenant_id=e78702cc03e9492886761deea18241a1&fields=id => generated 57 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2244] 10.0.0.166 () {34 vars in 1008 bytes} [Tue Apr 14 07:32:47 2026] GET /v2.0/networks/04d3838a-9d75-4a14-9b31-1825c4118273?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: 1124/2245] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:32:47 2026] GET /v2.0/networks?id=7adc4bb2-ff90-4965-bc68-684ad2e4022c => generated 705 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2246] 10.0.0.166 () {34 vars in 1108 bytes} [Tue Apr 14 07:32:47 2026] GET /v2.0/networks/04d3838a-9d75-4a14-9b31-1825c4118273?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: 1125/2247] 199.204.45.248 () {34 vars in 1050 bytes} [Tue Apr 14 07:32:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1720b94c8d2145e9a8e8a987e832e552 => generated 179 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2248] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:32:48 2026] GET /v2.0/ports?device_id=c508731c-f973-4cd9-b5d8-4c6e7d172c2e => 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: 1123/2251] 199.204.45.248 () {38 vars in 955 bytes} [Tue Apr 14 07:32:47 2026] POST /v2.0/ports => generated 1183 bytes in 396 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: 1129/2252] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Apr 14 07:32:48 2026] PUT /v2.0/ports/a25e6c56-a25b-4a5a-8879-47ce8c83cfea => generated 1464 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2253] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:32:48 2026] GET /v2.0/ports?device_id=abaff0d3-1147-4d74-8149-aac9fcfec1a6 => generated 1198 bytes in 85 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-04-14 07:32:48.804 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-47a39e0e-d162-4a96-b67a-12347d22b218'] response: {'name': 'network-changed', 'server_uuid': 'abaff0d3-1147-4d74-8149-aac9fcfec1a6', 'tag': 'a25e6c56-a25b-4a5a-8879-47ce8c83cfea', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1130/2254] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:32:48 2026] GET /v2.0/security-groups?id=977d5493-573a-423d-97cf-0bad062bb721&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2255] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:32:49 2026] GET /v2.0/ports?device_id=c508731c-f973-4cd9-b5d8-4c6e7d172c2e => 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: 1131/2256] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:32:49 2026] GET /v2.0/ports?tenant_id=1720b94c8d2145e9a8e8a987e832e552&device_id=abaff0d3-1147-4d74-8149-aac9fcfec1a6 => generated 1467 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2257] 199.204.45.248 () {34 vars in 1018 bytes} [Tue Apr 14 07:32:49 2026] GET /v2.0/networks?tenant_id=1720b94c8d2145e9a8e8a987e832e552&shared=False => generated 2375 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2258] 199.204.45.248 () {34 vars in 930 bytes} [Tue Apr 14 07:32:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2259] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:32:50 2026] GET /v2.0/ports?device_id=c508731c-f973-4cd9-b5d8-4c6e7d172c2e => 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: 1133/2260] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:32:50 2026] GET /v2.0/ports?tenant_id=1720b94c8d2145e9a8e8a987e832e552&device_id=abaff0d3-1147-4d74-8149-aac9fcfec1a6 => generated 1467 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2261] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Apr 14 07:32:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.126&port_id=a25e6c56-a25b-4a5a-8879-47ce8c83cfea => 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: 1134/2262] 199.204.45.248 () {34 vars in 1104 bytes} [Tue Apr 14 07:32:50 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A26a&port_id=a25e6c56-a25b-4a5a-8879-47ce8c83cfea => 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: 1129/2263] 199.204.45.248 () {34 vars in 1064 bytes} [Tue Apr 14 07:32:50 2026] GET /v2.0/subnets?id=9e2afe0b-0e31-41be-abf8-7ef85add9e3b&id=5dcca621-16de-47e0-859e-d2bd9f75f031 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2264] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:32:50 2026] GET /v2.0/ports?network_id=7adc4bb2-ff90-4965-bc68-684ad2e4022c&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2265] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:32:50 2026] GET /v2.0/ports?network_id=7adc4bb2-ff90-4965-bc68-684ad2e4022c&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2266] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:32:50 2026] GET /v2.0/networks/7adc4bb2-ff90-4965-bc68-684ad2e4022c?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2267] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:32:50 2026] GET /v2.0/networks/7adc4bb2-ff90-4965-bc68-684ad2e4022c?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: 1137/2268] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:32:51 2026] GET /v2.0/ports?device_id=c508731c-f973-4cd9-b5d8-4c6e7d172c2e => 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: 1132/2269] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:32:52 2026] GET /v2.0/networks?id=04d3838a-9d75-4a14-9b31-1825c4118273 => generated 660 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2270] 199.204.45.248 () {34 vars in 1050 bytes} [Tue Apr 14 07:32:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e78702cc03e9492886761deea18241a1 => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2271] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:32:52 2026] GET /v2.0/ports?device_id=c508731c-f973-4cd9-b5d8-4c6e7d172c2e => 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: 1133/2272] 199.204.45.248 () {38 vars in 955 bytes} [Tue Apr 14 07:32:52 2026] POST /v2.0/ports => generated 954 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2273] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Apr 14 07:32:52 2026] PUT /v2.0/ports/4b61988f-1ceb-4306-89f5-9148885c7e53 => generated 1235 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:32:53.258 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e7de5bd-2513-4291-b066-7db7e409261d'] response: {'name': 'network-changed', 'server_uuid': 'c508731c-f973-4cd9-b5d8-4c6e7d172c2e', 'tag': '4b61988f-1ceb-4306-89f5-9148885c7e53', '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: 1134/2274] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:32:53 2026] GET /v2.0/ports?device_id=c508731c-f973-4cd9-b5d8-4c6e7d172c2e => generated 969 bytes in 37 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: 1141/2275] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:32:53 2026] GET /v2.0/security-groups?id=d02f07da-7e9e-4c6c-a7b9-a6778c9f7edd&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: 1135/2276] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:32:53 2026] GET /v2.0/ports?tenant_id=e78702cc03e9492886761deea18241a1&device_id=c508731c-f973-4cd9-b5d8-4c6e7d172c2e => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2277] 199.204.45.248 () {34 vars in 1018 bytes} [Tue Apr 14 07:32:53 2026] GET /v2.0/networks?tenant_id=e78702cc03e9492886761deea18241a1&shared=False => generated 756 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2278] 199.204.45.248 () {34 vars in 930 bytes} [Tue Apr 14 07:32:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2279] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:32:53 2026] GET /v2.0/ports?device_id=abaff0d3-1147-4d74-8149-aac9fcfec1a6 => generated 1200 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2280] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:32:54 2026] GET /v2.0/security-groups?id=977d5493-573a-423d-97cf-0bad062bb721&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2281] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:32:54 2026] GET /v2.0/ports?device_id=c508731c-f973-4cd9-b5d8-4c6e7d172c2e => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2282] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:32:54 2026] GET /v2.0/security-groups?id=d02f07da-7e9e-4c6c-a7b9-a6778c9f7edd&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: 1145/2283] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:32:54 2026] GET /v2.0/ports?tenant_id=e78702cc03e9492886761deea18241a1&device_id=c508731c-f973-4cd9-b5d8-4c6e7d172c2e => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2284] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Apr 14 07:32:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=4b61988f-1ceb-4306-89f5-9148885c7e53 => 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: 1146/2285] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:32:55 2026] GET /v2.0/subnets?id=2cf55b89-7b48-4e61-a616-41b8c88c2c16 => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2286] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:32:55 2026] GET /v2.0/ports?network_id=04d3838a-9d75-4a14-9b31-1825c4118273&device_owner=network%3Adhcp => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2287] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:32:55 2026] GET /v2.0/networks/04d3838a-9d75-4a14-9b31-1825c4118273?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2288] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:32:55 2026] GET /v2.0/networks/04d3838a-9d75-4a14-9b31-1825c4118273?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: 1148/2289] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:32:55 2026] GET /v2.0/ports?device_id=c508731c-f973-4cd9-b5d8-4c6e7d172c2e => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2290] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:32:55 2026] GET /v2.0/security-groups?id=d02f07da-7e9e-4c6c-a7b9-a6778c9f7edd&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: 1149/2291] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:32:57 2026] GET /v2.0/ports?device_id=c508731c-f973-4cd9-b5d8-4c6e7d172c2e => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2292] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:32:57 2026] GET /v2.0/security-groups?id=d02f07da-7e9e-4c6c-a7b9-a6778c9f7edd&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: 1150/2293] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:32:58 2026] GET /v2.0/ports?device_id=c508731c-f973-4cd9-b5d8-4c6e7d172c2e => 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: 1144/2294] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:32:58 2026] GET /v2.0/security-groups?id=d02f07da-7e9e-4c6c-a7b9-a6778c9f7edd&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2295] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:32:59 2026] GET /v2.0/ports?device_id=abaff0d3-1147-4d74-8149-aac9fcfec1a6 => generated 1200 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2296] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:32:59 2026] GET /v2.0/security-groups?id=977d5493-573a-423d-97cf-0bad062bb721&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2297] 10.0.0.98 () {32 vars in 817 bytes} [Tue Apr 14 07:32:59 2026] GET /v2.0/ports?network_id=7adc4bb2-ff90-4965-bc68-684ad2e4022c&mac_address=fa%3A16%3A3e%3A3c%3Afc%3Adf => generated 1200 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2298] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:32:59 2026] GET /v2.0/ports?device_id=c508731c-f973-4cd9-b5d8-4c6e7d172c2e => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2299] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:32:59 2026] GET /v2.0/security-groups?id=d02f07da-7e9e-4c6c-a7b9-a6778c9f7edd&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:33:00.180 8 INFO neutron.db.l3_db [None req-059d7701-b09b-4ccd-bc6b-3cab67bda957 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] Floating IP 96a8f77f-a98c-442c-9521-49a33f4e57c7 associated. External IP: 10.96.250.217, port: a25e6c56-a25b-4a5a-8879-47ce8c83cfea. [pid: 8|app: 0|req: 1153/2300] 10.0.0.98 () {34 vars in 676 bytes} [Tue Apr 14 07:32:59 2026] POST /v2.0/floatingips => generated 855 bytes in 1131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2301] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:33:00 2026] GET /v2.0/ports?device_id=c508731c-f973-4cd9-b5d8-4c6e7d172c2e => 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: 1154/2302] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:33:00 2026] GET /v2.0/security-groups?id=d02f07da-7e9e-4c6c-a7b9-a6778c9f7edd&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: 1149/2303] 10.0.0.166 () {34 vars in 1096 bytes} [Tue Apr 14 07:33:00 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2032351509&fields=id&tenant_id=1720b94c8d2145e9a8e8a987e832e552 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:33:00.643 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-46e39de7-2281-4ef8-aea5-96e9023ee973'] response: {'name': 'network-changed', 'server_uuid': 'abaff0d3-1147-4d74-8149-aac9fcfec1a6', 'tag': 'a25e6c56-a25b-4a5a-8879-47ce8c83cfea', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1155/2304] 10.0.0.166 () {34 vars in 982 bytes} [Tue Apr 14 07:33:00 2026] GET /v2.0/networks?id=cea7be46-7836-48de-ada3-f2231871021b => generated 705 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2305] 10.0.0.166 () {34 vars in 965 bytes} [Tue Apr 14 07:33:00 2026] GET /v2.0/quotas/1720b94c8d2145e9a8e8a987e832e552 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2306] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:33:00 2026] GET /v2.0/ports?device_id=c508731c-f973-4cd9-b5d8-4c6e7d172c2e => 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: 1151/2307] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:33:00 2026] GET /v2.0/security-groups?id=d02f07da-7e9e-4c6c-a7b9-a6778c9f7edd&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2308] 10.0.0.98 () {32 vars in 735 bytes} [Tue Apr 14 07:33:00 2026] GET /v2.0/ports?device_id=c508731c-f973-4cd9-b5d8-4c6e7d172c2e => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2309] 10.0.0.166 () {34 vars in 1002 bytes} [Tue Apr 14 07:33:00 2026] GET /v2.0/ports?tenant_id=1720b94c8d2145e9a8e8a987e832e552&fields=id => generated 333 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2310] 10.0.0.166 () {34 vars in 1008 bytes} [Tue Apr 14 07:33:00 2026] GET /v2.0/networks/cea7be46-7836-48de-ada3-f2231871021b?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: 1159/2311] 10.0.0.166 () {34 vars in 1108 bytes} [Tue Apr 14 07:33:00 2026] GET /v2.0/networks/cea7be46-7836-48de-ada3-f2231871021b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2312] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:33:01 2026] GET /v2.0/ports?device_id=fb3be418-84c9-4725-9c21-eca3fd93bfca => 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: 1161/2313] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:33:01 2026] GET /v2.0/ports?tenant_id=1720b94c8d2145e9a8e8a987e832e552&device_id=abaff0d3-1147-4d74-8149-aac9fcfec1a6 => generated 1469 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2314] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:33:01 2026] GET /v2.0/networks?id=7adc4bb2-ff90-4965-bc68-684ad2e4022c => generated 801 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2315] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Apr 14 07:33:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.126&port_id=a25e6c56-a25b-4a5a-8879-47ce8c83cfea => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2316] 199.204.45.248 () {34 vars in 1104 bytes} [Tue Apr 14 07:33:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A26a&port_id=a25e6c56-a25b-4a5a-8879-47ce8c83cfea => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2317] 199.204.45.248 () {34 vars in 1064 bytes} [Tue Apr 14 07:33:01 2026] GET /v2.0/subnets?id=9e2afe0b-0e31-41be-abf8-7ef85add9e3b&id=5dcca621-16de-47e0-859e-d2bd9f75f031 => generated 1410 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2318] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:33:01 2026] GET /v2.0/ports?network_id=7adc4bb2-ff90-4965-bc68-684ad2e4022c&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: 1167/2319] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:33:01 2026] GET /v2.0/ports?network_id=7adc4bb2-ff90-4965-bc68-684ad2e4022c&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2320] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:33:01 2026] GET /v2.0/networks/7adc4bb2-ff90-4965-bc68-684ad2e4022c?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: 1169/2321] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:33:01 2026] GET /v2.0/networks/7adc4bb2-ff90-4965-bc68-684ad2e4022c?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-04-14 07:33:01.702 7 INFO neutron.db.l3_db [None req-7bc3d8e9-8fdf-425a-84b4-dae4b51fc71a 62d6d43916be43fba55e3466281f36f4 e78702cc03e9492886761deea18241a1 - - default default] Floating IP 00dcd7c3-b631-4669-aa2c-79db0db9fb51 associated. External IP: 10.96.250.208, port: 4b61988f-1ceb-4306-89f5-9148885c7e53. [pid: 7|app: 0|req: 1153/2322] 10.0.0.98 () {34 vars in 676 bytes} [Tue Apr 14 07:33:00 2026] POST /v2.0/floatingips => generated 855 bytes in 1288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:33:02.150 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-10749c84-532d-4ae6-9504-72d2b7e2ddf0'] response: {'name': 'network-changed', 'server_uuid': 'c508731c-f973-4cd9-b5d8-4c6e7d172c2e', 'tag': '4b61988f-1ceb-4306-89f5-9148885c7e53', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1170/2323] 10.0.0.98 () {32 vars in 728 bytes} [Tue Apr 14 07:33:02 2026] GET /v2.0/floatingips/00dcd7c3-b631-4669-aa2c-79db0db9fb51 => generated 855 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2324] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:33:02 2026] GET /v2.0/ports?tenant_id=e78702cc03e9492886761deea18241a1&device_id=c508731c-f973-4cd9-b5d8-4c6e7d172c2e => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2325] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:33:02 2026] GET /v2.0/networks?id=04d3838a-9d75-4a14-9b31-1825c4118273 => generated 756 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2326] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Apr 14 07:33:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=4b61988f-1ceb-4306-89f5-9148885c7e53 => 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: 1172/2327] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:33:02 2026] GET /v2.0/subnets?id=2cf55b89-7b48-4e61-a616-41b8c88c2c16 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2328] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:33:02 2026] GET /v2.0/ports?network_id=04d3838a-9d75-4a14-9b31-1825c4118273&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: 1173/2329] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:33:02 2026] GET /v2.0/networks/04d3838a-9d75-4a14-9b31-1825c4118273?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: 1157/2330] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:33:02 2026] GET /v2.0/networks/04d3838a-9d75-4a14-9b31-1825c4118273?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2333] 10.0.0.98 () {32 vars in 728 bytes} [Tue Apr 14 07:33:03 2026] GET /v2.0/floatingips/00dcd7c3-b631-4669-aa2c-79db0db9fb51 => generated 855 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2334] 10.0.0.98 () {32 vars in 728 bytes} [Tue Apr 14 07:33:04 2026] GET /v2.0/floatingips/00dcd7c3-b631-4669-aa2c-79db0db9fb51 => generated 857 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2335] 10.0.0.206 () {34 vars in 990 bytes} [Tue Apr 14 07:33:04 2026] GET /v2.0/ports?device_id=abaff0d3-1147-4d74-8149-aac9fcfec1a6 => 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: 1160/2336] 10.0.0.206 () {34 vars in 1040 bytes} [Tue Apr 14 07:33:04 2026] GET /v2.0/security-groups?id=977d5493-573a-423d-97cf-0bad062bb721&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2337] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:33:05 2026] GET /v2.0/networks?id=cea7be46-7836-48de-ada3-f2231871021b => generated 705 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2338] 199.204.45.248 () {34 vars in 1050 bytes} [Tue Apr 14 07:33:05 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1720b94c8d2145e9a8e8a987e832e552 => generated 179 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2339] 199.204.45.248 () {38 vars in 955 bytes} [Tue Apr 14 07:33:05 2026] POST /v2.0/ports => generated 1179 bytes in 444 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: 1179/2340] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:33:06 2026] GET /v2.0/ports?device_id=fb3be418-84c9-4725-9c21-eca3fd93bfca => generated 1194 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2341] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:33:06 2026] GET /v2.0/security-groups?id=977d5493-573a-423d-97cf-0bad062bb721&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2342] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Apr 14 07:33:05 2026] PUT /v2.0/ports/b86f4f89-bb8d-4f8e-aa81-2a280c35fbf5 => generated 1460 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:33:06.475 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5af2501f-75b3-4afc-96ee-503198007935'] response: {'name': 'network-changed', 'server_uuid': 'fb3be418-84c9-4725-9c21-eca3fd93bfca', 'tag': 'b86f4f89-bb8d-4f8e-aa81-2a280c35fbf5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1181/2343] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:33:06 2026] GET /v2.0/ports?tenant_id=1720b94c8d2145e9a8e8a987e832e552&device_id=fb3be418-84c9-4725-9c21-eca3fd93bfca => generated 1463 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1163/2344] 199.204.45.248 () {34 vars in 1018 bytes} [Tue Apr 14 07:33:07 2026] GET /v2.0/networks?tenant_id=1720b94c8d2145e9a8e8a987e832e552&shared=False => generated 2375 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2345] 199.204.45.248 () {34 vars in 930 bytes} [Tue Apr 14 07:33:07 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2346] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:33:08 2026] GET /v2.0/ports?tenant_id=1720b94c8d2145e9a8e8a987e832e552&device_id=fb3be418-84c9-4725-9c21-eca3fd93bfca => generated 1463 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2347] 199.204.45.248 () {34 vars in 1056 bytes} [Tue Apr 14 07:33:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.79&port_id=b86f4f89-bb8d-4f8e-aa81-2a280c35fbf5 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2348] 199.204.45.248 () {34 vars in 1104 bytes} [Tue Apr 14 07:33:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Aee&port_id=b86f4f89-bb8d-4f8e-aa81-2a280c35fbf5 => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2349] 199.204.45.248 () {34 vars in 1064 bytes} [Tue Apr 14 07:33:08 2026] GET /v2.0/subnets?id=e4eff2df-9c70-4437-89df-d31a54c5e652&id=a4d61bde-5d91-496d-878b-3ab9ae21cb60 => generated 1415 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2350] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:33:08 2026] GET /v2.0/ports?network_id=cea7be46-7836-48de-ada3-f2231871021b&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: 1185/2351] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:33:08 2026] GET /v2.0/ports?network_id=cea7be46-7836-48de-ada3-f2231871021b&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2352] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:33:08 2026] GET /v2.0/networks/cea7be46-7836-48de-ada3-f2231871021b?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: 1186/2353] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:33:08 2026] GET /v2.0/networks/cea7be46-7836-48de-ada3-f2231871021b?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: 1168/2354] 10.0.0.206 () {34 vars in 990 bytes} [Tue Apr 14 07:33:11 2026] GET /v2.0/ports?device_id=c508731c-f973-4cd9-b5d8-4c6e7d172c2e => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2355] 10.0.0.206 () {34 vars in 1040 bytes} [Tue Apr 14 07:33:11 2026] GET /v2.0/security-groups?id=d02f07da-7e9e-4c6c-a7b9-a6778c9f7edd&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: 1169/2356] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:33:11 2026] GET /v2.0/ports?device_id=fb3be418-84c9-4725-9c21-eca3fd93bfca => generated 1194 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2357] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:33:11 2026] GET /v2.0/security-groups?id=977d5493-573a-423d-97cf-0bad062bb721&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2358] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:33:16 2026] GET /v2.0/ports?device_id=fb3be418-84c9-4725-9c21-eca3fd93bfca => generated 1196 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2359] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:33:16 2026] GET /v2.0/security-groups?id=977d5493-573a-423d-97cf-0bad062bb721&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2360] 10.0.0.98 () {32 vars in 817 bytes} [Tue Apr 14 07:33:16 2026] GET /v2.0/ports?network_id=cea7be46-7836-48de-ada3-f2231871021b&mac_address=fa%3A16%3A3e%3A96%3A9e%3A64 => generated 1196 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:33:17.484 8 INFO neutron.db.l3_db [None req-0db40409-56fa-4d82-be74-2ca454892dd6 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] Floating IP 83f07a29-aa86-4217-ba3b-b23dbc99f24d associated. External IP: 10.96.250.213, port: b86f4f89-bb8d-4f8e-aa81-2a280c35fbf5. [pid: 8|app: 0|req: 1190/2361] 10.0.0.98 () {34 vars in 676 bytes} [Tue Apr 14 07:33:16 2026] POST /v2.0/floatingips => generated 854 bytes in 1062 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:33:17.814 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-86e8e142-77cb-4cd8-98a4-99ac4028b13c'] response: {'name': 'network-changed', 'server_uuid': 'fb3be418-84c9-4725-9c21-eca3fd93bfca', 'tag': 'b86f4f89-bb8d-4f8e-aa81-2a280c35fbf5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1192/2364] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:33:18 2026] GET /v2.0/ports?tenant_id=1720b94c8d2145e9a8e8a987e832e552&device_id=fb3be418-84c9-4725-9c21-eca3fd93bfca => generated 1465 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2365] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:33:18 2026] GET /v2.0/networks?id=cea7be46-7836-48de-ada3-f2231871021b => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2366] 199.204.45.248 () {34 vars in 1056 bytes} [Tue Apr 14 07:33:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.79&port_id=b86f4f89-bb8d-4f8e-aa81-2a280c35fbf5 => generated 857 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2367] 199.204.45.248 () {34 vars in 1104 bytes} [Tue Apr 14 07:33:18 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Aee&port_id=b86f4f89-bb8d-4f8e-aa81-2a280c35fbf5 => 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: 1194/2368] 199.204.45.248 () {34 vars in 1064 bytes} [Tue Apr 14 07:33:18 2026] GET /v2.0/subnets?id=e4eff2df-9c70-4437-89df-d31a54c5e652&id=a4d61bde-5d91-496d-878b-3ab9ae21cb60 => generated 1415 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2369] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:33:18 2026] GET /v2.0/ports?network_id=cea7be46-7836-48de-ada3-f2231871021b&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: 1195/2370] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:33:18 2026] GET /v2.0/ports?network_id=cea7be46-7836-48de-ada3-f2231871021b&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2371] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:33:18 2026] GET /v2.0/networks/cea7be46-7836-48de-ada3-f2231871021b?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: 1196/2372] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:33:18 2026] GET /v2.0/networks/cea7be46-7836-48de-ada3-f2231871021b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2373] 10.0.0.98 () {32 vars in 825 bytes} [Tue Apr 14 07:33:21 2026] GET /v2.0/ports?project_id=e78702cc03e9492886761deea18241a1&network_id=04d3838a-9d75-4a14-9b31-1825c4118273 => generated 3691 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2374] 10.0.0.98 () {32 vars in 741 bytes} [Tue Apr 14 07:33:21 2026] GET /v2.0/subnets?network_id=a7a7ae99-0443-4673-90c4-65109a667aa3 => generated 667 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:33:22.086 7 INFO neutron.db.l3_db [None req-cdc6df1c-e0e9-40f4-b773-e10eca0f7e71 62d6d43916be43fba55e3466281f36f4 e78702cc03e9492886761deea18241a1 - - default default] Floating IP 00dcd7c3-b631-4669-aa2c-79db0db9fb51 disassociated. External IP: 10.96.250.208, port: 4b61988f-1ceb-4306-89f5-9148885c7e53. [pid: 7|app: 0|req: 1178/2375] 10.0.0.98 () {34 vars in 748 bytes} [Tue Apr 14 07:33:21 2026] PUT /v2.0/floatingips/00dcd7c3-b631-4669-aa2c-79db0db9fb51 => generated 554 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2376] 10.0.0.98 () {32 vars in 728 bytes} [Tue Apr 14 07:33:22 2026] GET /v2.0/floatingips/00dcd7c3-b631-4669-aa2c-79db0db9fb51 => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:33:22.456 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dd5b64ee-8d19-40b1-982f-0cce80068c6b'] response: {'name': 'network-changed', 'server_uuid': 'c508731c-f973-4cd9-b5d8-4c6e7d172c2e', 'tag': '4b61988f-1ceb-4306-89f5-9148885c7e53', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1179/2377] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:33:22 2026] GET /v2.0/ports?tenant_id=e78702cc03e9492886761deea18241a1&device_id=c508731c-f973-4cd9-b5d8-4c6e7d172c2e => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2378] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:33:23 2026] GET /v2.0/networks?id=04d3838a-9d75-4a14-9b31-1825c4118273 => generated 756 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2379] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Apr 14 07:33:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=4b61988f-1ceb-4306-89f5-9148885c7e53 => 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: 1200/2380] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:33:23 2026] GET /v2.0/subnets?id=2cf55b89-7b48-4e61-a616-41b8c88c2c16 => generated 677 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2381] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:33:23 2026] GET /v2.0/ports?network_id=04d3838a-9d75-4a14-9b31-1825c4118273&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2382] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:33:23 2026] GET /v2.0/networks/04d3838a-9d75-4a14-9b31-1825c4118273?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2383] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:33:23 2026] GET /v2.0/networks/04d3838a-9d75-4a14-9b31-1825c4118273?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: 1202/2384] 10.0.0.98 () {32 vars in 728 bytes} [Tue Apr 14 07:33:23 2026] GET /v2.0/floatingips/00dcd7c3-b631-4669-aa2c-79db0db9fb51 => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2385] 10.0.0.206 () {34 vars in 990 bytes} [Tue Apr 14 07:33:24 2026] GET /v2.0/ports?device_id=fb3be418-84c9-4725-9c21-eca3fd93bfca => generated 1465 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2386] 10.0.0.206 () {34 vars in 1040 bytes} [Tue Apr 14 07:33:24 2026] GET /v2.0/security-groups?id=977d5493-573a-423d-97cf-0bad062bb721&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2387] 10.0.0.98 () {32 vars in 728 bytes} [Tue Apr 14 07:33:24 2026] GET /v2.0/floatingips/00dcd7c3-b631-4669-aa2c-79db0db9fb51 => generated 552 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2388] 10.0.0.98 () {34 vars in 684 bytes} [Tue Apr 14 07:33:25 2026] POST /v2.0/security-groups => generated 1671 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2389] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:33:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2390] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:33:25 2026] POST /v2.0/security-group-rules => generated 596 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2391] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:33:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2392] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:33:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:33:26.192 7 INFO neutron.db.securitygroups_db [None req-214c9e1f-7d8d-4919-9323-3f9943c5e9f4 62d6d43916be43fba55e3466281f36f4 e78702cc03e9492886761deea18241a1 - - default default] Project e78702cc03e9492886761deea18241a1 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: 1187/2393] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:33:26 2026] POST /v2.0/security-group-rules => generated 607 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:33:26.311 8 INFO neutron.db.securitygroups_db [None req-29d7d1d8-c3d9-4ec6-a73c-01823224ac44 62d6d43916be43fba55e3466281f36f4 e78702cc03e9492886761deea18241a1 - - default default] Project e78702cc03e9492886761deea18241a1 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 1207/2394] 10.0.0.98 () {34 vars in 694 bytes} [Tue Apr 14 07:33:26 2026] POST /v2.0/security-group-rules => generated 606 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2395] 10.0.0.98 () {32 vars in 648 bytes} [Tue Apr 14 07:33:26 2026] GET /v2.0/networks => generated 1297 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2396] 10.0.0.166 () {34 vars in 1094 bytes} [Tue Apr 14 07:33:26 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-6844050&fields=id&tenant_id=e78702cc03e9492886761deea18241a1 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2397] 10.0.0.166 () {34 vars in 982 bytes} [Tue Apr 14 07:33:26 2026] GET /v2.0/networks?id=04d3838a-9d75-4a14-9b31-1825c4118273 => generated 660 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2398] 10.0.0.166 () {34 vars in 965 bytes} [Tue Apr 14 07:33:26 2026] GET /v2.0/quotas/e78702cc03e9492886761deea18241a1 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2399] 10.0.0.166 () {34 vars in 1002 bytes} [Tue Apr 14 07:33:27 2026] GET /v2.0/ports?tenant_id=e78702cc03e9492886761deea18241a1&fields=id => generated 149 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2400] 10.0.0.166 () {34 vars in 1008 bytes} [Tue Apr 14 07:33:27 2026] GET /v2.0/networks/04d3838a-9d75-4a14-9b31-1825c4118273?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: 1191/2401] 10.0.0.166 () {34 vars in 1108 bytes} [Tue Apr 14 07:33:27 2026] GET /v2.0/networks/04d3838a-9d75-4a14-9b31-1825c4118273?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: 1211/2402] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:33:27 2026] GET /v2.0/ports?device_id=62748cfd-787a-4de6-83be-03582c4eb9ae => 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: 1192/2403] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:33:28 2026] GET /v2.0/ports?device_id=62748cfd-787a-4de6-83be-03582c4eb9ae => 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: 1212/2404] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:33:29 2026] GET /v2.0/ports?device_id=62748cfd-787a-4de6-83be-03582c4eb9ae => 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: 1193/2405] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:33:30 2026] GET /v2.0/ports?device_id=62748cfd-787a-4de6-83be-03582c4eb9ae => 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: 1213/2406] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:33:31 2026] GET /v2.0/networks?id=04d3838a-9d75-4a14-9b31-1825c4118273 => generated 660 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2407] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:33:31 2026] GET /v2.0/ports?device_id=62748cfd-787a-4de6-83be-03582c4eb9ae => 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: 1194/2408] 199.204.45.248 () {34 vars in 1050 bytes} [Tue Apr 14 07:33:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e78702cc03e9492886761deea18241a1 => generated 271 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2409] 199.204.45.248 () {38 vars in 955 bytes} [Tue Apr 14 07:33:31 2026] POST /v2.0/ports => generated 954 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1216/2410] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:33:32 2026] GET /v2.0/ports?device_id=62748cfd-787a-4de6-83be-03582c4eb9ae => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2411] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:33:32 2026] GET /v2.0/security-groups?id=4b57c523-4ca6-4ce1-b250-302978156a27&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2412] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Apr 14 07:33:32 2026] PUT /v2.0/ports/083f76fb-e3cd-4b48-89a4-72f69d810b4b => generated 1235 bytes in 889 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:33:32.962 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2360209b-d29a-4930-924d-badeff5bf6a1'] response: {'name': 'network-changed', 'server_uuid': '62748cfd-787a-4de6-83be-03582c4eb9ae', 'tag': '083f76fb-e3cd-4b48-89a4-72f69d810b4b', '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: 1197/2415] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:33:33 2026] GET /v2.0/ports?tenant_id=e78702cc03e9492886761deea18241a1&device_id=62748cfd-787a-4de6-83be-03582c4eb9ae => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2416] 199.204.45.248 () {34 vars in 1018 bytes} [Tue Apr 14 07:33:33 2026] GET /v2.0/networks?tenant_id=e78702cc03e9492886761deea18241a1&shared=False => generated 756 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2417] 199.204.45.248 () {34 vars in 930 bytes} [Tue Apr 14 07:33:33 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2418] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:33:33 2026] GET /v2.0/ports?device_id=62748cfd-787a-4de6-83be-03582c4eb9ae => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2419] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:33:33 2026] GET /v2.0/security-groups?id=4b57c523-4ca6-4ce1-b250-302978156a27&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2420] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:33:34 2026] GET /v2.0/ports?tenant_id=e78702cc03e9492886761deea18241a1&device_id=62748cfd-787a-4de6-83be-03582c4eb9ae => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2421] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Apr 14 07:33:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=083f76fb-e3cd-4b48-89a4-72f69d810b4b => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2422] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:33:34 2026] GET /v2.0/subnets?id=2cf55b89-7b48-4e61-a616-41b8c88c2c16 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2423] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:33:34 2026] GET /v2.0/ports?network_id=04d3838a-9d75-4a14-9b31-1825c4118273&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: 1223/2424] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:33:34 2026] GET /v2.0/networks/04d3838a-9d75-4a14-9b31-1825c4118273?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: 1202/2425] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:33:34 2026] GET /v2.0/networks/04d3838a-9d75-4a14-9b31-1825c4118273?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: 1224/2426] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:33:35 2026] GET /v2.0/ports?device_id=62748cfd-787a-4de6-83be-03582c4eb9ae => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2427] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:33:35 2026] GET /v2.0/security-groups?id=4b57c523-4ca6-4ce1-b250-302978156a27&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: 1225/2428] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:33:36 2026] GET /v2.0/ports?device_id=62748cfd-787a-4de6-83be-03582c4eb9ae => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2429] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:33:36 2026] GET /v2.0/security-groups?id=4b57c523-4ca6-4ce1-b250-302978156a27&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: 1226/2430] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:33:37 2026] GET /v2.0/ports?device_id=62748cfd-787a-4de6-83be-03582c4eb9ae => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2431] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:33:37 2026] GET /v2.0/security-groups?id=4b57c523-4ca6-4ce1-b250-302978156a27&fields=id&fields=name => generated 111 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2432] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:33:38 2026] GET /v2.0/ports?device_id=62748cfd-787a-4de6-83be-03582c4eb9ae => 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: 1206/2433] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:33:38 2026] GET /v2.0/security-groups?id=4b57c523-4ca6-4ce1-b250-302978156a27&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: 1228/2434] 10.0.0.98 () {32 vars in 720 bytes} [Tue Apr 14 07:33:39 2026] GET /v2.0/subnets/a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2435] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:33:39 2026] GET /v2.0/ports?device_id=62748cfd-787a-4de6-83be-03582c4eb9ae => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2436] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:33:39 2026] GET /v2.0/security-groups?id=4b57c523-4ca6-4ce1-b250-302978156a27&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2437] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:33:39 2026] GET /v2.0/ports?device_id=62748cfd-787a-4de6-83be-03582c4eb9ae => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2438] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:33:39 2026] GET /v2.0/security-groups?id=4b57c523-4ca6-4ce1-b250-302978156a27&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2439] 10.0.0.98 () {32 vars in 735 bytes} [Tue Apr 14 07:33:39 2026] GET /v2.0/ports?device_id=62748cfd-787a-4de6-83be-03582c4eb9ae => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:33:40.344 8 INFO neutron.db.l3_db [None req-0ccd8c15-2cc6-44a6-b3e7-fe950819aa14 62d6d43916be43fba55e3466281f36f4 e78702cc03e9492886761deea18241a1 - - default default] Floating IP 00dcd7c3-b631-4669-aa2c-79db0db9fb51 associated. External IP: 10.96.250.208, port: 083f76fb-e3cd-4b48-89a4-72f69d810b4b. [pid: 8|app: 0|req: 1231/2440] 10.0.0.98 () {34 vars in 748 bytes} [Tue Apr 14 07:33:40 2026] PUT /v2.0/floatingips/00dcd7c3-b631-4669-aa2c-79db0db9fb51 => generated 855 bytes in 637 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:33:40.714 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-61c79341-b6e4-41c3-bb2b-fe5e749c3048'] response: {'name': 'network-changed', 'server_uuid': '62748cfd-787a-4de6-83be-03582c4eb9ae', 'tag': '083f76fb-e3cd-4b48-89a4-72f69d810b4b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1210/2441] 10.0.0.98 () {32 vars in 728 bytes} [Tue Apr 14 07:33:40 2026] GET /v2.0/floatingips/00dcd7c3-b631-4669-aa2c-79db0db9fb51 => generated 855 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2442] 10.0.0.112 () {30 vars in 690 bytes} [Tue Apr 14 07:33:40 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: 7|app: 0|req: 1211/2443] 10.0.0.112 () {30 vars in 692 bytes} [Tue Apr 14 07:33:40 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: 1233/2444] 10.0.0.112 () {30 vars in 668 bytes} [Tue Apr 14 07:33:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2445] 10.0.0.112 () {30 vars in 704 bytes} [Tue Apr 14 07:33:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2446] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:33:41 2026] GET /v2.0/ports?tenant_id=e78702cc03e9492886761deea18241a1&device_id=62748cfd-787a-4de6-83be-03582c4eb9ae => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2447] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:33:41 2026] GET /v2.0/networks?id=04d3838a-9d75-4a14-9b31-1825c4118273 => generated 756 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2448] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Apr 14 07:33:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=083f76fb-e3cd-4b48-89a4-72f69d810b4b => 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: 1214/2449] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:33:41 2026] GET /v2.0/subnets?id=2cf55b89-7b48-4e61-a616-41b8c88c2c16 => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2450] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:33:41 2026] GET /v2.0/ports?network_id=04d3838a-9d75-4a14-9b31-1825c4118273&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2451] 10.0.0.112 () {28 vars in 439 bytes} [Tue Apr 14 07:33:41 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2452] 10.0.0.112 () {30 vars in 728 bytes} [Tue Apr 14 07:33:41 2026] GET /v2.0/subnets/a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 658 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2453] 10.0.0.112 () {30 vars in 690 bytes} [Tue Apr 14 07:33:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2454] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:33:41 2026] GET /v2.0/networks/04d3838a-9d75-4a14-9b31-1825c4118273?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: 1218/2455] 10.0.0.112 () {30 vars in 692 bytes} [Tue Apr 14 07:33:41 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: 1219/2456] 10.0.0.112 () {30 vars in 668 bytes} [Tue Apr 14 07:33:41 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: 1220/2457] 10.0.0.112 () {30 vars in 704 bytes} [Tue Apr 14 07:33:41 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: 1238/2458] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:33:41 2026] GET /v2.0/networks/04d3838a-9d75-4a14-9b31-1825c4118273?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: 1221/2459] 10.0.0.112 () {30 vars in 728 bytes} [Tue Apr 14 07:33:41 2026] GET /v2.0/subnets/a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2460] 10.0.0.112 () {30 vars in 690 bytes} [Tue Apr 14 07:33:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2461] 10.0.0.112 () {30 vars in 692 bytes} [Tue Apr 14 07:33:41 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: 1223/2462] 10.0.0.112 () {30 vars in 668 bytes} [Tue Apr 14 07:33:41 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: 1224/2463] 10.0.0.112 () {30 vars in 704 bytes} [Tue Apr 14 07:33: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) [pid: 8|app: 0|req: 1240/2464] 10.0.0.98 () {32 vars in 728 bytes} [Tue Apr 14 07:33:41 2026] GET /v2.0/floatingips/00dcd7c3-b631-4669-aa2c-79db0db9fb51 => generated 855 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2465] 10.0.0.112 () {30 vars in 730 bytes} [Tue Apr 14 07:33:41 2026] GET /v2.0/networks/fd982268-dc4b-4ee4-8a53-2468f528161e => generated 798 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2466] 10.0.0.112 () {30 vars in 682 bytes} [Tue Apr 14 07:33:41 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2467] 10.0.0.112 () {34 vars in 704 bytes} [Tue Apr 14 07:33:41 2026] POST /v2.0/ports => generated 1132 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2468] 10.0.0.98 () {32 vars in 728 bytes} [Tue Apr 14 07:33:42 2026] GET /v2.0/floatingips/00dcd7c3-b631-4669-aa2c-79db0db9fb51 => generated 857 bytes in 40 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: 1227/2469] 199.204.45.248 () {30 vars in 703 bytes} [Tue Apr 14 07:33:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2470] 199.204.45.248 () {30 vars in 705 bytes} [Tue Apr 14 07:33:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2471] 199.204.45.248 () {30 vars in 681 bytes} [Tue Apr 14 07:33:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2472] 199.204.45.248 () {30 vars in 717 bytes} [Tue Apr 14 07:33:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2473] 199.204.45.248 () {30 vars in 737 bytes} [Tue Apr 14 07:33:45 2026] GET /v2.0/ports/118bcf4d-bd4f-4cc8-aa8e-52b312d3df9b => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2474] 199.204.45.248 () {30 vars in 703 bytes} [Tue Apr 14 07:33:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2475] 199.204.45.248 () {30 vars in 705 bytes} [Tue Apr 14 07:33:45 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: 1246/2476] 199.204.45.248 () {30 vars in 681 bytes} [Tue Apr 14 07:33:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2477] 199.204.45.248 () {30 vars in 717 bytes} [Tue Apr 14 07:33:45 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) 2026-04-14 07:33:45.534 8 INFO neutron.api.v2.resource [None req-72dd6f71-6685-43a0-9216-0cd82460edc9 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1247/2478] 199.204.45.248 () {30 vars in 763 bytes} [Tue Apr 14 07:33:45 2026] GET /v2.0/security-groups/lb-6fdb2dc0-a3e4-46a1-95e1-d3e8818556ba => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2479] 199.204.45.248 () {30 vars in 785 bytes} [Tue Apr 14 07:33:45 2026] GET /v2.0/security-groups?name=lb-6fdb2dc0-a3e4-46a1-95e1-d3e8818556ba => generated 23 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2480] 199.204.45.248 () {34 vars in 736 bytes} [Tue Apr 14 07:33:45 2026] POST /v2.0/security-groups => generated 1638 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2481] 199.204.45.248 () {30 vars in 815 bytes} [Tue Apr 14 07:33:45 2026] GET /v2.0/security-group-rules?security_group_id=4da2fe54-e37e-413b-b498-010da0ca72bd => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2482] 199.204.45.248 () {34 vars in 789 bytes} [Tue Apr 14 07:33:45 2026] PUT /v2.0/ports/118bcf4d-bd4f-4cc8-aa8e-52b312d3df9b => generated 1132 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2483] 199.204.45.248 () {30 vars in 703 bytes} [Tue Apr 14 07:33:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1250/2484] 199.204.45.248 () {30 vars in 705 bytes} [Tue Apr 14 07:33:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2485] 199.204.45.248 () {30 vars in 681 bytes} [Tue Apr 14 07:33:46 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: 1251/2486] 199.204.45.248 () {30 vars in 717 bytes} [Tue Apr 14 07:33:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2487] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:33:46 2026] GET /v2.0/subnets/a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 676 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2490] 10.0.0.206 () {34 vars in 990 bytes} [Tue Apr 14 07:33:50 2026] GET /v2.0/ports?device_id=62748cfd-787a-4de6-83be-03582c4eb9ae => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2491] 10.0.0.206 () {34 vars in 1040 bytes} [Tue Apr 14 07:33:50 2026] GET /v2.0/security-groups?id=4b57c523-4ca6-4ce1-b250-302978156a27&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2492] 10.0.0.166 () {34 vars in 1016 bytes} [Tue Apr 14 07:33:53 2026] GET /v2.0/security-groups?id=5afc2c24-7f51-4b1c-972b-bb8b16b40bb8&fields=id => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2493] 10.0.0.166 () {34 vars in 982 bytes} [Tue Apr 14 07:33:53 2026] GET /v2.0/networks?id=b30636d9-1425-4420-865f-41439bf6aec0 => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2494] 10.0.0.166 () {34 vars in 965 bytes} [Tue Apr 14 07:33:53 2026] GET /v2.0/quotas/69266cc1365c478fb891c0462a1b823b => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2495] 10.0.0.166 () {34 vars in 1002 bytes} [Tue Apr 14 07:33:54 2026] GET /v2.0/ports?tenant_id=69266cc1365c478fb891c0462a1b823b&fields=id => generated 149 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2496] 10.0.0.166 () {34 vars in 1008 bytes} [Tue Apr 14 07:33:54 2026] GET /v2.0/networks/b30636d9-1425-4420-865f-41439bf6aec0?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2497] 10.0.0.166 () {34 vars in 1108 bytes} [Tue Apr 14 07:33:54 2026] GET /v2.0/networks/b30636d9-1425-4420-865f-41439bf6aec0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2498] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:33:54 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => 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: 1242/2499] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:33:54 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => 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: 1258/2500] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:33:57 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => 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: 1243/2501] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:33:57 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => 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: 1259/2502] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:33:58 2026] GET /v2.0/networks?id=b30636d9-1425-4420-865f-41439bf6aec0 => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2503] 199.204.45.248 () {34 vars in 1050 bytes} [Tue Apr 14 07:33:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=69266cc1365c478fb891c0462a1b823b => generated 343 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2504] 199.204.45.248 () {38 vars in 955 bytes} [Tue Apr 14 07:33:58 2026] POST /v2.0/ports => generated 1082 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2505] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Apr 14 07:33:59 2026] PUT /v2.0/ports/cebc598b-9d88-44b4-ae95-c8e1c2baadf3 => generated 1243 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:33:59.636 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2a410314-fb66-43b9-bf2e-52a867cdf389'] response: {'name': 'network-changed', 'server_uuid': '7c69a5c6-ca74-4213-bd1f-eafc808b4cc8', 'tag': 'cebc598b-9d88-44b4-ae95-c8e1c2baadf3', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1261/2506] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:34:00 2026] GET /v2.0/ports?tenant_id=69266cc1365c478fb891c0462a1b823b&device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1246/2507] 199.204.45.248 () {34 vars in 1018 bytes} [Tue Apr 14 07:34:00 2026] GET /v2.0/networks?tenant_id=69266cc1365c478fb891c0462a1b823b&shared=False => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2508] 199.204.45.248 () {34 vars in 930 bytes} [Tue Apr 14 07:34:00 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2509] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:34:00 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2510] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:34:00 2026] GET /v2.0/security-groups?id=5afc2c24-7f51-4b1c-972b-bb8b16b40bb8&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2511] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:34:00 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2512] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:34:00 2026] GET /v2.0/ports?device_id=62748cfd-787a-4de6-83be-03582c4eb9ae => 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: 1249/2513] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:34:00 2026] GET /v2.0/security-groups?id=4b57c523-4ca6-4ce1-b250-302978156a27&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: 8|app: 0|req: 1265/2514] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:34:01 2026] GET /v2.0/ports?tenant_id=69266cc1365c478fb891c0462a1b823b&device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2515] 199.204.45.248 () {34 vars in 1062 bytes} [Tue Apr 14 07:34:01 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.209&port_id=cebc598b-9d88-44b4-ae95-c8e1c2baadf3 => 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: 1266/2516] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:34:01 2026] GET /v2.0/subnets?id=6aba8f5c-e171-4167-8947-f19006f88d91 => 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: 1251/2517] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:34:01 2026] GET /v2.0/ports?network_id=b30636d9-1425-4420-865f-41439bf6aec0&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2518] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:34:01 2026] GET /v2.0/networks/b30636d9-1425-4420-865f-41439bf6aec0?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: 1252/2519] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:34:01 2026] GET /v2.0/networks/b30636d9-1425-4420-865f-41439bf6aec0?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: 1268/2520] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:34:01 2026] GET /v2.0/ports?device_id=62748cfd-787a-4de6-83be-03582c4eb9ae => 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: 1253/2521] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:34:01 2026] GET /v2.0/security-groups?id=4b57c523-4ca6-4ce1-b250-302978156a27&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2522] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:34:03 2026] GET /v2.0/ports?device_id=62748cfd-787a-4de6-83be-03582c4eb9ae => 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: 1254/2525] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:34:03 2026] GET /v2.0/security-groups?id=4b57c523-4ca6-4ce1-b250-302978156a27&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2526] 199.204.45.248 () {34 vars in 994 bytes} [Tue Apr 14 07:34:03 2026] GET /v2.0/ports?device_id=62748cfd-787a-4de6-83be-03582c4eb9ae => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:34:03.349 7 INFO neutron_taas.services.taas.taas_plugin [req-8e7f950f-3163-4d3f-a158-cd35f42e5a3b req-b9b69457-8de5-4b3a-92c9-9db9e92d6c83 62d6d43916be43fba55e3466281f36f4 e78702cc03e9492886761deea18241a1 - - default default] TaaS: Handle Delete Port: 083f76fb-e3cd-4b48-89a4-72f69d810b4b 2026-04-14 07:34:03.352 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8e7f950f-3163-4d3f-a158-cd35f42e5a3b req-b9b69457-8de5-4b3a-92c9-9db9e92d6c83 62d6d43916be43fba55e3466281f36f4 e78702cc03e9492886761deea18241a1 - - default default] Tap Mirror: Handle Delete Port: 083f76fb-e3cd-4b48-89a4-72f69d810b4b [pid: 8|app: 0|req: 1273/2527] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:34:03 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2528] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:34:03 2026] GET /v2.0/security-groups?id=5afc2c24-7f51-4b1c-972b-bb8b16b40bb8&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:34:03.471 7 INFO neutron.db.l3_db [req-8e7f950f-3163-4d3f-a158-cd35f42e5a3b req-b9b69457-8de5-4b3a-92c9-9db9e92d6c83 62d6d43916be43fba55e3466281f36f4 e78702cc03e9492886761deea18241a1 - - default default] Floating IP 00dcd7c3-b631-4669-aa2c-79db0db9fb51 disassociated. External IP: 10.96.250.208, port: 083f76fb-e3cd-4b48-89a4-72f69d810b4b. [pid: 8|app: 0|req: 1275/2529] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:34:03 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2530] 199.204.45.248 () {36 vars in 997 bytes} [Tue Apr 14 07:34:03 2026] DELETE /v2.0/ports/083f76fb-e3cd-4b48-89a4-72f69d810b4b => generated 0 bytes in 637 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:34:03.893 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8848114e-7354-4a76-bed8-ecd793d278a8'] response: {'server_uuid': '62748cfd-787a-4de6-83be-03582c4eb9ae', 'name': 'network-vif-deleted', 'tag': '083f76fb-e3cd-4b48-89a4-72f69d810b4b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1276/2531] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:34:04 2026] GET /v2.0/ports?device_id=62748cfd-787a-4de6-83be-03582c4eb9ae => generated 12 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2532] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:34:05 2026] GET /v2.0/ports?device_id=62748cfd-787a-4de6-83be-03582c4eb9ae => 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: 1277/2533] 199.204.45.248 () {34 vars in 994 bytes} [Tue Apr 14 07:34:05 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 1246 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2534] 199.204.45.248 () {34 vars in 1044 bytes} [Tue Apr 14 07:34:05 2026] GET /v2.0/security-groups?id=5afc2c24-7f51-4b1c-972b-bb8b16b40bb8&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2535] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:34:06 2026] GET /v2.0/ports?device_id=62748cfd-787a-4de6-83be-03582c4eb9ae => 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: 1258/2536] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:34:06 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 1248 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2537] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:34:06 2026] GET /v2.0/security-groups?id=5afc2c24-7f51-4b1c-972b-bb8b16b40bb8&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2538] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:34:06 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2539] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:34:07 2026] DELETE /v2.0/security-groups/4b57c523-4ca6-4ce1-b250-302978156a27 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:34:07.828 7 INFO neutron_taas.services.taas.taas_plugin [None req-9cf9cb97-0d60-4d58-a639-b5437b3063a2 62d6d43916be43fba55e3466281f36f4 e78702cc03e9492886761deea18241a1 - - default default] TaaS: Handle Delete Port: ce793f4c-2460-49e8-8a28-89db6180e5a0 2026-04-14 07:34:07.831 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9cf9cb97-0d60-4d58-a639-b5437b3063a2 62d6d43916be43fba55e3466281f36f4 e78702cc03e9492886761deea18241a1 - - default default] Tap Mirror: Handle Delete Port: ce793f4c-2460-49e8-8a28-89db6180e5a0 [pid: 7|app: 0|req: 1260/2540] 10.0.0.98 () {32 vars in 731 bytes} [Tue Apr 14 07:34:07 2026] DELETE /v2.0/floatingips/00dcd7c3-b631-4669-aa2c-79db0db9fb51 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2541] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:34:08 2026] GET /v2.0/ports?device_id=c508731c-f973-4cd9-b5d8-4c6e7d172c2e => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2542] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:34:08 2026] GET /v2.0/security-groups?id=d02f07da-7e9e-4c6c-a7b9-a6778c9f7edd&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: 1282/2543] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:34:09 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2544] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:34:09 2026] GET /v2.0/security-groups?id=5afc2c24-7f51-4b1c-972b-bb8b16b40bb8&fields=id&fields=name => generated 96 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2545] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:34:09 2026] GET /v2.0/ports?device_id=c508731c-f973-4cd9-b5d8-4c6e7d172c2e => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2546] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:34:09 2026] GET /v2.0/security-groups?id=d02f07da-7e9e-4c6c-a7b9-a6778c9f7edd&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: 1263/2547] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:34:09 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 1248 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2548] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:34:10 2026] GET /v2.0/ports?device_id=c508731c-f973-4cd9-b5d8-4c6e7d172c2e => 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: 1264/2549] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:34:10 2026] GET /v2.0/security-groups?id=d02f07da-7e9e-4c6c-a7b9-a6778c9f7edd&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: 1286/2550] 199.204.45.248 () {34 vars in 994 bytes} [Tue Apr 14 07:34:10 2026] GET /v2.0/ports?device_id=c508731c-f973-4cd9-b5d8-4c6e7d172c2e => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:34:10.782 7 INFO neutron_taas.services.taas.taas_plugin [req-1b80a31d-4e82-411a-b8f7-fff87da83469 req-a94eb7b3-0fb3-4881-a748-7e8f296a8a09 62d6d43916be43fba55e3466281f36f4 e78702cc03e9492886761deea18241a1 - - default default] TaaS: Handle Delete Port: 4b61988f-1ceb-4306-89f5-9148885c7e53 2026-04-14 07:34:10.785 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1b80a31d-4e82-411a-b8f7-fff87da83469 req-a94eb7b3-0fb3-4881-a748-7e8f296a8a09 62d6d43916be43fba55e3466281f36f4 e78702cc03e9492886761deea18241a1 - - default default] Tap Mirror: Handle Delete Port: 4b61988f-1ceb-4306-89f5-9148885c7e53 [pid: 7|app: 0|req: 1265/2551] 199.204.45.248 () {36 vars in 997 bytes} [Tue Apr 14 07:34:10 2026] DELETE /v2.0/ports/4b61988f-1ceb-4306-89f5-9148885c7e53 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:34:10.992 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f028f25b-fb62-4c9b-96d2-4bfc531d7a86'] response: {'server_uuid': 'c508731c-f973-4cd9-b5d8-4c6e7d172c2e', 'name': 'network-vif-deleted', 'tag': '4b61988f-1ceb-4306-89f5-9148885c7e53', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1287/2552] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:34:11 2026] GET /v2.0/ports?device_id=c508731c-f973-4cd9-b5d8-4c6e7d172c2e => 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: 1266/2553] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:34:12 2026] GET /v2.0/ports?device_id=c508731c-f973-4cd9-b5d8-4c6e7d172c2e => 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: 1288/2554] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:34:13 2026] GET /v2.0/ports?device_id=c508731c-f973-4cd9-b5d8-4c6e7d172c2e => 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: 1267/2555] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:34:15 2026] DELETE /v2.0/security-groups/d02f07da-7e9e-4c6c-a7b9-a6778c9f7edd => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:34:15.528 8 INFO neutron_taas.services.taas.taas_plugin [None req-56145d47-dff9-45f6-a1a9-124c0e30e394 62d6d43916be43fba55e3466281f36f4 e78702cc03e9492886761deea18241a1 - - default default] TaaS: Handle Delete Port: 0e3ebc3e-6a87-43f7-8fab-c2b6b0600de5 2026-04-14 07:34:15.531 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56145d47-dff9-45f6-a1a9-124c0e30e394 62d6d43916be43fba55e3466281f36f4 e78702cc03e9492886761deea18241a1 - - default default] Tap Mirror: Handle Delete Port: 0e3ebc3e-6a87-43f7-8fab-c2b6b0600de5 [pid: 8|app: 0|req: 1289/2556] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:34:15 2026] PUT /v2.0/routers/12353660-c10e-4f96-af6c-609ecc0c1b4c/remove_router_interface => generated 309 bytes in 882 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2557] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:34:16 2026] DELETE /v2.0/subnets/2cf55b89-7b48-4e61-a616-41b8c88c2c16 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:34:16.480 8 INFO neutron_taas.services.taas.taas_plugin [None req-64bdd621-941f-4878-9870-50cfc1e3fe13 62d6d43916be43fba55e3466281f36f4 e78702cc03e9492886761deea18241a1 - - default default] TaaS: Handle Delete Port: 3484499f-81b1-498d-aec1-7f79bf8fa33f 2026-04-14 07:34:16.483 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64bdd621-941f-4878-9870-50cfc1e3fe13 62d6d43916be43fba55e3466281f36f4 e78702cc03e9492886761deea18241a1 - - default default] Tap Mirror: Handle Delete Port: 3484499f-81b1-498d-aec1-7f79bf8fa33f 2026-04-14 07:34:16.701 8 INFO neutron_taas.services.taas.taas_plugin [None req-64bdd621-941f-4878-9870-50cfc1e3fe13 62d6d43916be43fba55e3466281f36f4 e78702cc03e9492886761deea18241a1 - - default default] TaaS: Handle Delete Port: 82d42404-e21d-4a7b-8d1b-9c0983e88091 2026-04-14 07:34:16.704 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64bdd621-941f-4878-9870-50cfc1e3fe13 62d6d43916be43fba55e3466281f36f4 e78702cc03e9492886761deea18241a1 - - default default] Tap Mirror: Handle Delete Port: 82d42404-e21d-4a7b-8d1b-9c0983e88091 2026-04-14 07:34:17.000 8 INFO neutron.services.segments.plugin [-] Segment 1a1fd5e6-5f3f-43fa-956d-7aa3a9ba840a resource provider aggregate not found 2026-04-14 07:34:17.007 8 INFO neutron.services.segments.plugin [-] Segment 1a1fd5e6-5f3f-43fa-956d-7aa3a9ba840a resource provider aggregate not found 2026-04-14 07:34:17.023 8 INFO neutron.services.segments.plugin [-] Segment 1a1fd5e6-5f3f-43fa-956d-7aa3a9ba840a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a1fd5e6-5f3f-43fa-956d-7aa3a9ba840a found for delete ", "request_id": "req-271e05a5-fb14-448d-a97b-f2974ffbb795"}]} 2026-04-14 07:34:17.027 8 INFO neutron.db.l3_hamode_db [None req-64bdd621-941f-4878-9870-50cfc1e3fe13 62d6d43916be43fba55e3466281f36f4 e78702cc03e9492886761deea18241a1 - - default default] HA network 3f116058-8fc8-4613-83ae-c8f4f7dcb22f was deleted as no HA routers are present in tenant e78702cc03e9492886761deea18241a1. [pid: 8|app: 0|req: 1290/2558] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:34:16 2026] DELETE /v2.0/routers/12353660-c10e-4f96-af6c-609ecc0c1b4c => generated 0 bytes in 789 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:34:17.037 8 INFO neutron.services.segments.plugin [-] Segment 1a1fd5e6-5f3f-43fa-956d-7aa3a9ba840a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a1fd5e6-5f3f-43fa-956d-7aa3a9ba840a found for delete ", "request_id": "req-b9cee0b5-772b-4370-9c48-3387323710ed"}]} 2026-04-14 07:34:17.155 7 INFO neutron_taas.services.taas.taas_plugin [None req-8eb3235a-3416-4272-80a0-a4cba452ebe1 62d6d43916be43fba55e3466281f36f4 e78702cc03e9492886761deea18241a1 - - default default] TaaS: Handle Delete Port: 0d104ee8-c423-431f-a16d-08f1457e08d0 2026-04-14 07:34:17.158 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8eb3235a-3416-4272-80a0-a4cba452ebe1 62d6d43916be43fba55e3466281f36f4 e78702cc03e9492886761deea18241a1 - - default default] Tap Mirror: Handle Delete Port: 0d104ee8-c423-431f-a16d-08f1457e08d0 [pid: 7|app: 0|req: 1269/2559] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:34:17 2026] DELETE /v2.0/networks/04d3838a-9d75-4a14-9b31-1825c4118273 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:34:17.576 7 INFO neutron.services.segments.plugin [-] Segment 16dcb909-7b24-45f0-8f42-6672ef630788 resource provider aggregate not found 2026-04-14 07:34:17.576 7 INFO neutron.services.segments.plugin [-] Segment 16dcb909-7b24-45f0-8f42-6672ef630788 resource provider aggregate not found 2026-04-14 07:34:17.591 7 INFO neutron.services.segments.plugin [-] Segment 16dcb909-7b24-45f0-8f42-6672ef630788 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16dcb909-7b24-45f0-8f42-6672ef630788 found for delete ", "request_id": "req-479845db-145f-4cc5-8b88-77b892383d3f"}]} 2026-04-14 07:34:17.594 7 INFO neutron.services.segments.plugin [-] Segment 16dcb909-7b24-45f0-8f42-6672ef630788 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16dcb909-7b24-45f0-8f42-6672ef630788 found for delete ", "request_id": "req-ecc39b90-078c-4ace-abc8-cacae918f9b1"}]} [pid: 8|app: 0|req: 1291/2562] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:34:18 2026] GET /v2.0/security-groups?tenant_id=830c47ccd9c44e359aa86d887553a5a0&name=default => generated 2929 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2563] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:34:18 2026] DELETE /v2.0/security-groups/0f910948-212c-47e7-b9b3-ed891b13c695 => 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: 1292/2564] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:34:18 2026] GET /v2.0/security-groups?tenant_id=e78702cc03e9492886761deea18241a1&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2565] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:34:18 2026] DELETE /v2.0/security-groups/076828a5-9c41-4827-9401-4d8afbab0f1e => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:34:23.145 8 INFO neutron.db.segments_db [None req-d02cf3b4-c1fd-416c-98cf-61628fcd2e30 fc8fd43bd091488e929608ac18dc9dc4 3afbc1f12245494e8aafacc02e71d23f - - default default] Added segment 6a0b0a3c-1b05-435c-a751-f6fc9de5610c of type vxlan for network b870752b-4006-458a-b3c6-96d1eda4f350 [pid: 8|app: 0|req: 1293/2566] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:34:22 2026] POST /v2.0/networks => generated 613 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2567] 10.0.0.98 () {34 vars in 663 bytes} [Tue Apr 14 07:34:23 2026] POST /v2.0/ports => generated 743 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:34:23.609 8 INFO neutron.db.segments_db [None req-e5dc9b1e-0036-4d36-80ad-c5741b29c6b4 fc8fd43bd091488e929608ac18dc9dc4 3afbc1f12245494e8aafacc02e71d23f - - default default] Added segment c8c6c0c2-f9ad-4914-9ec2-7da8b4dfe6e3 of type vxlan for network 0fb698d2-cb99-407d-b513-f798af7a308a [pid: 8|app: 0|req: 1294/2568] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:34:23 2026] POST /v2.0/networks => generated 613 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1275/2569] 10.0.0.98 () {34 vars in 663 bytes} [Tue Apr 14 07:34:23 2026] POST /v2.0/ports => generated 743 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:34:24.088 8 INFO neutron.db.segments_db [None req-cdd5dd83-11f1-462c-ac75-8c5c6275d6ed fc8fd43bd091488e929608ac18dc9dc4 3afbc1f12245494e8aafacc02e71d23f - - default default] Added segment c3d5d98a-9300-4c7f-ba54-dbbc55589fcd of type vxlan for network fef42447-6140-4720-b993-abb7f0a170ea [pid: 8|app: 0|req: 1295/2570] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:34:24 2026] POST /v2.0/networks => generated 612 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, ' [pid: 7|app: 0|req: 1276/2571] 10.0.0.98 () {34 vars in 663 bytes} [Tue Apr 14 07:34:24 2026] POST /v2.0/ports => generated 743 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:34:24.598 8 INFO neutron.db.segments_db [None req-aaf9c97c-5be3-4aef-967e-ad40c0ecc66e fc8fd43bd091488e929608ac18dc9dc4 3afbc1f12245494e8aafacc02e71d23f - - default default] Added segment 1f290e09-5199-4acf-ac23-cee5729031ee of type vxlan for network e6997a9f-eed0-4e6f-8d13-99b7ed8a6099 [pid: 8|app: 0|req: 1296/2572] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:34:24 2026] POST /v2.0/networks => generated 613 bytes in 172 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: 1277/2573] 10.0.0.98 () {34 vars in 663 bytes} [Tue Apr 14 07:34:24 2026] POST /v2.0/ports => generated 743 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 07:34:25.063 8 INFO neutron.db.segments_db [None req-9a4100a7-94d6-45e8-bd7e-2c6bac1e0669 fc8fd43bd091488e929608ac18dc9dc4 3afbc1f12245494e8aafacc02e71d23f - - default default] Added segment 2f2f4895-07a3-4891-8d8a-0057e43d4072 of type vxlan for network 81d5ed0e-2ead-4ab8-b3c0-01d249922b43 [pid: 8|app: 0|req: 1297/2574] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:34:25 2026] POST /v2.0/networks => generated 613 bytes in 138 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: 1278/2575] 10.0.0.98 () {34 vars in 663 bytes} [Tue Apr 14 07:34:25 2026] POST /v2.0/ports => generated 743 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2576] 10.0.0.98 () {34 vars in 746 bytes} [Tue Apr 14 07:34:25 2026] PUT /v2.0/ports/93e949f5-99ab-4216-93f6-ee5eb7f4b253/tags => generated 17 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: 7|app: 0|req: 1279/2577] 10.0.0.98 () {34 vars in 746 bytes} [Tue Apr 14 07:34:25 2026] PUT /v2.0/ports/24eaad2b-1c2c-4f77-abd6-666dac1a6ce3/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1299/2578] 10.0.0.98 () {34 vars in 746 bytes} [Tue Apr 14 07:34:25 2026] PUT /v2.0/ports/15217546-7349-4544-9252-9a66777470be/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1280/2579] 10.0.0.98 () {34 vars in 746 bytes} [Tue Apr 14 07:34:25 2026] PUT /v2.0/ports/1424c5ca-ba59-4206-81bd-c9560ab2ce62/tags => generated 19 bytes in 81 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/2580] 10.0.0.98 () {32 vars in 659 bytes} [Tue Apr 14 07:34:25 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 166 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: 1281/2581] 10.0.0.98 () {32 vars in 673 bytes} [Tue Apr 14 07:34:25 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2582] 10.0.0.98 () {32 vars in 669 bytes} [Tue Apr 14 07:34:25 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2583] 10.0.0.98 () {32 vars in 681 bytes} [Tue Apr 14 07:34:26 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2584] 10.0.0.98 () {32 vars in 667 bytes} [Tue Apr 14 07:34:26 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2585] 10.0.0.98 () {32 vars in 681 bytes} [Tue Apr 14 07:34:26 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2586] 10.0.0.98 () {32 vars in 677 bytes} [Tue Apr 14 07:34:26 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2587] 10.0.0.98 () {32 vars in 689 bytes} [Tue Apr 14 07:34:26 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:34:26.530 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf3a74c6-43ec-4d6b-970b-05199bcfa6b7 fc8fd43bd091488e929608ac18dc9dc4 3afbc1f12245494e8aafacc02e71d23f - - default default] TaaS: Handle Delete Port: 93e949f5-99ab-4216-93f6-ee5eb7f4b253 2026-04-14 07:34:26.534 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf3a74c6-43ec-4d6b-970b-05199bcfa6b7 fc8fd43bd091488e929608ac18dc9dc4 3afbc1f12245494e8aafacc02e71d23f - - default default] Tap Mirror: Handle Delete Port: 93e949f5-99ab-4216-93f6-ee5eb7f4b253 [pid: 8|app: 0|req: 1304/2588] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:34:26 2026] DELETE /v2.0/ports/93e949f5-99ab-4216-93f6-ee5eb7f4b253 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:34:26.728 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c2f8760-aabf-448d-9780-5b40e2df31b2 fc8fd43bd091488e929608ac18dc9dc4 3afbc1f12245494e8aafacc02e71d23f - - default default] TaaS: Handle Delete Port: 24eaad2b-1c2c-4f77-abd6-666dac1a6ce3 2026-04-14 07:34:26.731 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c2f8760-aabf-448d-9780-5b40e2df31b2 fc8fd43bd091488e929608ac18dc9dc4 3afbc1f12245494e8aafacc02e71d23f - - default default] Tap Mirror: Handle Delete Port: 24eaad2b-1c2c-4f77-abd6-666dac1a6ce3 [pid: 7|app: 0|req: 1285/2589] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:34:26 2026] DELETE /v2.0/ports/24eaad2b-1c2c-4f77-abd6-666dac1a6ce3 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:34:26.913 8 INFO neutron_taas.services.taas.taas_plugin [None req-4cdcaaa1-d7c5-4ea9-bc92-be95278aecb4 fc8fd43bd091488e929608ac18dc9dc4 3afbc1f12245494e8aafacc02e71d23f - - default default] TaaS: Handle Delete Port: 15217546-7349-4544-9252-9a66777470be 2026-04-14 07:34:26.916 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cdcaaa1-d7c5-4ea9-bc92-be95278aecb4 fc8fd43bd091488e929608ac18dc9dc4 3afbc1f12245494e8aafacc02e71d23f - - default default] Tap Mirror: Handle Delete Port: 15217546-7349-4544-9252-9a66777470be [pid: 8|app: 0|req: 1305/2590] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:34:26 2026] DELETE /v2.0/ports/15217546-7349-4544-9252-9a66777470be => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:34:27.108 7 INFO neutron_taas.services.taas.taas_plugin [None req-82ec0a14-d0a5-49ca-b888-d3397f064a47 fc8fd43bd091488e929608ac18dc9dc4 3afbc1f12245494e8aafacc02e71d23f - - default default] TaaS: Handle Delete Port: 1424c5ca-ba59-4206-81bd-c9560ab2ce62 2026-04-14 07:34:27.110 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82ec0a14-d0a5-49ca-b888-d3397f064a47 fc8fd43bd091488e929608ac18dc9dc4 3afbc1f12245494e8aafacc02e71d23f - - default default] Tap Mirror: Handle Delete Port: 1424c5ca-ba59-4206-81bd-c9560ab2ce62 [pid: 7|app: 0|req: 1286/2591] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:34:27 2026] DELETE /v2.0/ports/1424c5ca-ba59-4206-81bd-c9560ab2ce62 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:34:27.312 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc4ff099-b2a3-4780-b837-8a656d4beaa1 fc8fd43bd091488e929608ac18dc9dc4 3afbc1f12245494e8aafacc02e71d23f - - default default] TaaS: Handle Delete Port: 73c59d7f-0c0d-4b85-a1d7-9841ec6b42b6 2026-04-14 07:34:27.315 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc4ff099-b2a3-4780-b837-8a656d4beaa1 fc8fd43bd091488e929608ac18dc9dc4 3afbc1f12245494e8aafacc02e71d23f - - default default] Tap Mirror: Handle Delete Port: 73c59d7f-0c0d-4b85-a1d7-9841ec6b42b6 [pid: 8|app: 0|req: 1306/2592] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:34:27 2026] DELETE /v2.0/ports/73c59d7f-0c0d-4b85-a1d7-9841ec6b42b6 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:34:27.512 7 INFO neutron.services.segments.plugin [-] Segment 6a0b0a3c-1b05-435c-a751-f6fc9de5610c resource provider aggregate not found 2026-04-14 07:34:27.522 7 INFO neutron.services.segments.plugin [-] Segment 6a0b0a3c-1b05-435c-a751-f6fc9de5610c resource provider aggregate not found 2026-04-14 07:34:27.541 7 INFO neutron.services.segments.plugin [-] Segment 6a0b0a3c-1b05-435c-a751-f6fc9de5610c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a0b0a3c-1b05-435c-a751-f6fc9de5610c found for delete ", "request_id": "req-aaf1fc1d-3484-4eef-8b71-27dc9360abc9"}]} 2026-04-14 07:34:27.543 7 INFO neutron.services.segments.plugin [-] Segment 6a0b0a3c-1b05-435c-a751-f6fc9de5610c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a0b0a3c-1b05-435c-a751-f6fc9de5610c found for delete ", "request_id": "req-6ef3f412-1866-4584-ad9c-cd5c1e85339d"}]} [pid: 7|app: 0|req: 1287/2593] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:34:27 2026] DELETE /v2.0/networks/b870752b-4006-458a-b3c6-96d1eda4f350 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:34:27.690 8 INFO neutron.services.segments.plugin [-] Segment c8c6c0c2-f9ad-4914-9ec2-7da8b4dfe6e3 resource provider aggregate not found 2026-04-14 07:34:27.696 8 INFO neutron.services.segments.plugin [-] Segment c8c6c0c2-f9ad-4914-9ec2-7da8b4dfe6e3 resource provider aggregate not found 2026-04-14 07:34:27.712 8 INFO neutron.services.segments.plugin [-] Segment c8c6c0c2-f9ad-4914-9ec2-7da8b4dfe6e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8c6c0c2-f9ad-4914-9ec2-7da8b4dfe6e3 found for delete ", "request_id": "req-589e7fa3-319a-4936-87a9-decc968de8d4"}]} [pid: 8|app: 0|req: 1307/2594] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:34:27 2026] DELETE /v2.0/networks/0fb698d2-cb99-407d-b513-f798af7a308a => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:34:27.720 8 INFO neutron.services.segments.plugin [-] Segment c8c6c0c2-f9ad-4914-9ec2-7da8b4dfe6e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8c6c0c2-f9ad-4914-9ec2-7da8b4dfe6e3 found for delete ", "request_id": "req-5a43e63c-a85d-4013-a0af-292d48394f82"}]} [pid: 7|app: 0|req: 1288/2595] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:34:27 2026] DELETE /v2.0/networks/fef42447-6140-4720-b993-abb7f0a170ea => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2596] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:34:27 2026] DELETE /v2.0/networks/e6997a9f-eed0-4e6f-8d13-99b7ed8a6099 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2597] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:34:28 2026] DELETE /v2.0/networks/81d5ed0e-2ead-4ab8-b3c0-01d249922b43 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2598] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:34:29 2026] GET /v2.0/security-groups?tenant_id=61ee6237648b43b080c874f31ed72b0a&name=default => generated 2929 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2599] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:34:29 2026] DELETE /v2.0/security-groups/2a897d78-e9b8-4631-84bb-b912e7581a9d => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:34:29.564 7 INFO neutron.services.segments.plugin [-] Segment c3d5d98a-9300-4c7f-ba54-dbbc55589fcd resource provider aggregate not found 2026-04-14 07:34:29.569 7 INFO neutron.services.segments.plugin [-] Segment c3d5d98a-9300-4c7f-ba54-dbbc55589fcd resource provider aggregate not found 2026-04-14 07:34:29.583 7 INFO neutron.services.segments.plugin [-] Segment c3d5d98a-9300-4c7f-ba54-dbbc55589fcd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3d5d98a-9300-4c7f-ba54-dbbc55589fcd found for delete ", "request_id": "req-bad36217-e93b-4c29-acd3-b400987f621b"}]} 2026-04-14 07:34:29.589 7 INFO neutron.services.segments.plugin [-] Segment c3d5d98a-9300-4c7f-ba54-dbbc55589fcd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3d5d98a-9300-4c7f-ba54-dbbc55589fcd found for delete ", "request_id": "req-4feb2c79-292c-46ba-8557-4ac81826011e"}]} 2026-04-14 07:34:29.601 7 INFO neutron.services.segments.plugin [-] Segment 2f2f4895-07a3-4891-8d8a-0057e43d4072 resource provider aggregate not found 2026-04-14 07:34:29.606 7 INFO neutron.services.segments.plugin [-] Segment 2f2f4895-07a3-4891-8d8a-0057e43d4072 resource provider aggregate not found 2026-04-14 07:34:29.617 7 INFO neutron.services.segments.plugin [-] Segment 2f2f4895-07a3-4891-8d8a-0057e43d4072 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f2f4895-07a3-4891-8d8a-0057e43d4072 found for delete ", "request_id": "req-3804ecde-43f3-47d1-a8e6-b3109ada3cbc"}]} 2026-04-14 07:34:29.618 7 INFO neutron.services.segments.plugin [-] Segment 2f2f4895-07a3-4891-8d8a-0057e43d4072 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f2f4895-07a3-4891-8d8a-0057e43d4072 found for delete ", "request_id": "req-0364af16-6ce0-4147-b09d-dbbaeb1ef562"}]} [pid: 8|app: 0|req: 1310/2600] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:34:29 2026] GET /v2.0/security-groups?tenant_id=e8d90395a03c4e2abf3f9e6a502087b1&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:34:29.738 8 INFO neutron.services.segments.plugin [-] Segment 1f290e09-5199-4acf-ac23-cee5729031ee resource provider aggregate not found 2026-04-14 07:34:29.745 8 INFO neutron.services.segments.plugin [-] Segment 1f290e09-5199-4acf-ac23-cee5729031ee resource provider aggregate not found 2026-04-14 07:34:29.756 8 INFO neutron.services.segments.plugin [-] Segment 1f290e09-5199-4acf-ac23-cee5729031ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f290e09-5199-4acf-ac23-cee5729031ee found for delete ", "request_id": "req-8681ac8a-cff5-429c-b2a5-3cc031d6e274"}]} 2026-04-14 07:34:29.763 8 INFO neutron.services.segments.plugin [-] Segment 1f290e09-5199-4acf-ac23-cee5729031ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f290e09-5199-4acf-ac23-cee5729031ee found for delete ", "request_id": "req-f2ebd7f2-9f0c-4ccd-8f1f-60321ff11c28"}]} [pid: 7|app: 0|req: 1291/2601] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:34:29 2026] DELETE /v2.0/security-groups/6c7c4f88-b124-420f-91ad-f682b652ad5e => 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: 1311/2602] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:34:29 2026] GET /v2.0/security-groups?tenant_id=3afbc1f12245494e8aafacc02e71d23f&name=default => generated 2929 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2603] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:34:29 2026] DELETE /v2.0/security-groups/23e4ba56-9964-4959-9656-4eaec540c85d => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:34:34.735 7 INFO neutron.db.segments_db [None req-d04ee232-7698-45d6-9b51-f6ad636ee587 78f4eafdb3f34158a0f7a70ebf53f86e 38b5f53b0ea8408abce0b4386400cea8 - - default default] Added segment fe4813e0-9886-40f7-a06d-ce5ea3e6b570 of type vxlan for network ea7a7f16-632d-42d0-9f33-dd752370655d [pid: 7|app: 0|req: 1294/2606] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:34:34 2026] POST /v2.0/networks => generated 612 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2607] 10.0.0.98 () {34 vars in 663 bytes} [Tue Apr 14 07:34:34 2026] POST /v2.0/ports => generated 743 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2608] 10.0.0.98 () {34 vars in 665 bytes} [Tue Apr 14 07:34:35 2026] POST /v2.0/trunks => generated 407 bytes in 148 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-04-14 07:34:35.344 8 INFO neutron.db.segments_db [None req-1a13f266-1110-4724-861c-d613fdfbb724 78f4eafdb3f34158a0f7a70ebf53f86e 38b5f53b0ea8408abce0b4386400cea8 - - default default] Added segment c811628f-f377-429e-87e5-a621138346e8 of type vxlan for network da1f114c-7163-4c69-aea9-80981a06d0c9 [pid: 8|app: 0|req: 1314/2609] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:34:35 2026] POST /v2.0/networks => generated 613 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2610] 10.0.0.98 () {34 vars in 663 bytes} [Tue Apr 14 07:34:35 2026] POST /v2.0/ports => generated 743 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2611] 10.0.0.98 () {34 vars in 665 bytes} [Tue Apr 14 07:34:35 2026] POST /v2.0/trunks => generated 407 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-04-14 07:34:36.043 7 INFO neutron.db.segments_db [None req-582a56c2-6ccb-41d3-8f80-8db0bfc6fff6 78f4eafdb3f34158a0f7a70ebf53f86e 38b5f53b0ea8408abce0b4386400cea8 - - default default] Added segment f22a51f3-9937-4334-9162-c252889c788c of type vxlan for network f4bdf2d2-6aac-48c5-bd66-00a2c7273d71 [pid: 7|app: 0|req: 1297/2612] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:34:35 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: 1316/2613] 10.0.0.98 () {34 vars in 663 bytes} [Tue Apr 14 07:34:36 2026] POST /v2.0/ports => generated 743 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2614] 10.0.0.98 () {34 vars in 665 bytes} [Tue Apr 14 07:34:36 2026] POST /v2.0/trunks => generated 407 bytes in 135 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-04-14 07:34:36.607 8 INFO neutron.db.segments_db [None req-b9c85610-b976-4cb2-b306-59ba8ee8eaea 78f4eafdb3f34158a0f7a70ebf53f86e 38b5f53b0ea8408abce0b4386400cea8 - - default default] Added segment 2ba325c1-707d-4dac-b656-cb3be81ac493 of type vxlan for network 66530733-de81-4d6c-abf3-2a4928eed369 [pid: 8|app: 0|req: 1317/2615] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:34:36 2026] POST /v2.0/networks => generated 613 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2616] 10.0.0.98 () {34 vars in 663 bytes} [Tue Apr 14 07:34:36 2026] POST /v2.0/ports => generated 743 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2617] 10.0.0.98 () {34 vars in 665 bytes} [Tue Apr 14 07:34:36 2026] POST /v2.0/trunks => generated 407 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 07:34:37.221 7 INFO neutron.db.segments_db [None req-2a8727e8-bd8a-468a-a9d1-3cc6fca3e6b0 78f4eafdb3f34158a0f7a70ebf53f86e 38b5f53b0ea8408abce0b4386400cea8 - - default default] Added segment b96bf723-547a-474f-9d5a-f9e8c8cb08cc of type vxlan for network ca23873c-c5e7-48dc-8c5c-c4c70164daa0 [pid: 7|app: 0|req: 1300/2618] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:34:37 2026] POST /v2.0/networks => generated 613 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2619] 10.0.0.98 () {34 vars in 663 bytes} [Tue Apr 14 07:34:37 2026] POST /v2.0/ports => generated 743 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2620] 10.0.0.98 () {34 vars in 665 bytes} [Tue Apr 14 07:34:37 2026] POST /v2.0/trunks => generated 407 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1320/2621] 10.0.0.98 () {34 vars in 748 bytes} [Tue Apr 14 07:34:37 2026] PUT /v2.0/trunks/4fbf62b2-95b3-4097-8dcf-ccb37be9c10b/tags => generated 17 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2622] 10.0.0.98 () {34 vars in 748 bytes} [Tue Apr 14 07:34:37 2026] PUT /v2.0/trunks/50dfbe93-b2c6-4d9f-aeda-a02e621e6fac/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2623] 10.0.0.98 () {34 vars in 748 bytes} [Tue Apr 14 07:34:37 2026] PUT /v2.0/trunks/db2eab3a-a1ff-4d0e-8290-6c5941d7ceb4/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2624] 10.0.0.98 () {34 vars in 748 bytes} [Tue Apr 14 07:34:37 2026] PUT /v2.0/trunks/b650742f-3b71-4cd1-a4dc-89055ce915ca/tags => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2625] 10.0.0.98 () {32 vars in 661 bytes} [Tue Apr 14 07:34:37 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 488 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2626] 10.0.0.98 () {32 vars in 675 bytes} [Tue Apr 14 07:34:38 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2627] 10.0.0.98 () {32 vars in 671 bytes} [Tue Apr 14 07:34:38 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2628] 10.0.0.98 () {32 vars in 683 bytes} [Tue Apr 14 07:34:38 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2629] 10.0.0.98 () {32 vars in 669 bytes} [Tue Apr 14 07:34:38 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2630] 10.0.0.98 () {32 vars in 683 bytes} [Tue Apr 14 07:34:38 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2631] 10.0.0.98 () {32 vars in 679 bytes} [Tue Apr 14 07:34:38 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2632] 10.0.0.98 () {32 vars in 691 bytes} [Tue Apr 14 07:34:38 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2633] 10.0.0.98 () {32 vars in 718 bytes} [Tue Apr 14 07:34:38 2026] GET /v2.0/trunks/4fbf62b2-95b3-4097-8dcf-ccb37be9c10b => generated 412 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2634] 10.0.0.98 () {32 vars in 716 bytes} [Tue Apr 14 07:34:38 2026] GET /v2.0/ports/b2e4fd6a-e4c8-409c-8804-71433d3f60ff => generated 826 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2635] 10.0.0.98 () {32 vars in 721 bytes} [Tue Apr 14 07:34:38 2026] DELETE /v2.0/trunks/4fbf62b2-95b3-4097-8dcf-ccb37be9c10b => 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: 1309/2636] 10.0.0.98 () {32 vars in 718 bytes} [Tue Apr 14 07:34:38 2026] GET /v2.0/trunks/50dfbe93-b2c6-4d9f-aeda-a02e621e6fac => generated 420 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2637] 10.0.0.98 () {32 vars in 716 bytes} [Tue Apr 14 07:34:38 2026] GET /v2.0/ports/35b881f1-c587-41cb-b580-05861f9900f1 => generated 826 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2638] 10.0.0.98 () {32 vars in 721 bytes} [Tue Apr 14 07:34:38 2026] DELETE /v2.0/trunks/50dfbe93-b2c6-4d9f-aeda-a02e621e6fac => 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: 1329/2639] 10.0.0.98 () {32 vars in 718 bytes} [Tue Apr 14 07:34:39 2026] GET /v2.0/trunks/db2eab3a-a1ff-4d0e-8290-6c5941d7ceb4 => 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: 1311/2640] 10.0.0.98 () {32 vars in 716 bytes} [Tue Apr 14 07:34:39 2026] GET /v2.0/ports/15eef4f0-382e-4771-a3b6-5a806752daae => generated 826 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2641] 10.0.0.98 () {32 vars in 721 bytes} [Tue Apr 14 07:34:39 2026] DELETE /v2.0/trunks/db2eab3a-a1ff-4d0e-8290-6c5941d7ceb4 => 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: 1312/2642] 10.0.0.98 () {32 vars in 718 bytes} [Tue Apr 14 07:34:39 2026] GET /v2.0/trunks/b650742f-3b71-4cd1-a4dc-89055ce915ca => generated 414 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2643] 10.0.0.98 () {32 vars in 716 bytes} [Tue Apr 14 07:34:39 2026] GET /v2.0/ports/7e4dee2e-d332-4694-96c6-d06a9dce7fcf => generated 826 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2644] 10.0.0.98 () {32 vars in 721 bytes} [Tue Apr 14 07:34:39 2026] DELETE /v2.0/trunks/b650742f-3b71-4cd1-a4dc-89055ce915ca => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2645] 10.0.0.98 () {32 vars in 718 bytes} [Tue Apr 14 07:34:39 2026] GET /v2.0/trunks/fc4a53e9-e651-4d7b-b937-d3f5819dad11 => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2646] 10.0.0.98 () {32 vars in 716 bytes} [Tue Apr 14 07:34:39 2026] GET /v2.0/ports/bc30c708-466d-4f5b-842b-4f7a92fb4b6d => generated 826 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2647] 10.0.0.98 () {32 vars in 721 bytes} [Tue Apr 14 07:34:39 2026] DELETE /v2.0/trunks/fc4a53e9-e651-4d7b-b937-d3f5819dad11 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:34:39.679 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc45a769-afb1-4ea0-bc3d-6b26a7b8bd05 78f4eafdb3f34158a0f7a70ebf53f86e 38b5f53b0ea8408abce0b4386400cea8 - - default default] TaaS: Handle Delete Port: b2e4fd6a-e4c8-409c-8804-71433d3f60ff 2026-04-14 07:34:39.684 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc45a769-afb1-4ea0-bc3d-6b26a7b8bd05 78f4eafdb3f34158a0f7a70ebf53f86e 38b5f53b0ea8408abce0b4386400cea8 - - default default] Tap Mirror: Handle Delete Port: b2e4fd6a-e4c8-409c-8804-71433d3f60ff [pid: 7|app: 0|req: 1315/2648] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:34:39 2026] DELETE /v2.0/ports/b2e4fd6a-e4c8-409c-8804-71433d3f60ff => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:34:39.857 8 INFO neutron_taas.services.taas.taas_plugin [None req-e17d87af-3750-41e2-a876-48fa2e42a48a 78f4eafdb3f34158a0f7a70ebf53f86e 38b5f53b0ea8408abce0b4386400cea8 - - default default] TaaS: Handle Delete Port: 35b881f1-c587-41cb-b580-05861f9900f1 2026-04-14 07:34:39.860 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e17d87af-3750-41e2-a876-48fa2e42a48a 78f4eafdb3f34158a0f7a70ebf53f86e 38b5f53b0ea8408abce0b4386400cea8 - - default default] Tap Mirror: Handle Delete Port: 35b881f1-c587-41cb-b580-05861f9900f1 [pid: 8|app: 0|req: 1334/2649] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:34:39 2026] DELETE /v2.0/ports/35b881f1-c587-41cb-b580-05861f9900f1 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:34:40.042 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad105065-4168-46cc-ba0b-e6dd5f175d32 78f4eafdb3f34158a0f7a70ebf53f86e 38b5f53b0ea8408abce0b4386400cea8 - - default default] TaaS: Handle Delete Port: 15eef4f0-382e-4771-a3b6-5a806752daae 2026-04-14 07:34:40.045 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad105065-4168-46cc-ba0b-e6dd5f175d32 78f4eafdb3f34158a0f7a70ebf53f86e 38b5f53b0ea8408abce0b4386400cea8 - - default default] Tap Mirror: Handle Delete Port: 15eef4f0-382e-4771-a3b6-5a806752daae [pid: 7|app: 0|req: 1316/2650] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:34:39 2026] DELETE /v2.0/ports/15eef4f0-382e-4771-a3b6-5a806752daae => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:34:40.210 8 INFO neutron_taas.services.taas.taas_plugin [None req-d3329a89-27fb-4701-80e8-88296263d109 78f4eafdb3f34158a0f7a70ebf53f86e 38b5f53b0ea8408abce0b4386400cea8 - - default default] TaaS: Handle Delete Port: 7e4dee2e-d332-4694-96c6-d06a9dce7fcf 2026-04-14 07:34:40.212 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3329a89-27fb-4701-80e8-88296263d109 78f4eafdb3f34158a0f7a70ebf53f86e 38b5f53b0ea8408abce0b4386400cea8 - - default default] Tap Mirror: Handle Delete Port: 7e4dee2e-d332-4694-96c6-d06a9dce7fcf [pid: 8|app: 0|req: 1335/2651] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:34:40 2026] DELETE /v2.0/ports/7e4dee2e-d332-4694-96c6-d06a9dce7fcf => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:34:40.425 7 INFO neutron_taas.services.taas.taas_plugin [None req-54e18fce-b964-4a25-9461-52845717c8a5 78f4eafdb3f34158a0f7a70ebf53f86e 38b5f53b0ea8408abce0b4386400cea8 - - default default] TaaS: Handle Delete Port: bc30c708-466d-4f5b-842b-4f7a92fb4b6d 2026-04-14 07:34:40.428 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54e18fce-b964-4a25-9461-52845717c8a5 78f4eafdb3f34158a0f7a70ebf53f86e 38b5f53b0ea8408abce0b4386400cea8 - - default default] Tap Mirror: Handle Delete Port: bc30c708-466d-4f5b-842b-4f7a92fb4b6d [pid: 7|app: 0|req: 1317/2652] 10.0.0.98 () {32 vars in 719 bytes} [Tue Apr 14 07:34:40 2026] DELETE /v2.0/ports/bc30c708-466d-4f5b-842b-4f7a92fb4b6d => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2653] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:34:40 2026] DELETE /v2.0/networks/ea7a7f16-632d-42d0-9f33-dd752370655d => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:34:40.735 8 INFO neutron.services.segments.plugin [-] Segment fe4813e0-9886-40f7-a06d-ce5ea3e6b570 resource provider aggregate not found 2026-04-14 07:34:40.743 8 INFO neutron.services.segments.plugin [-] Segment fe4813e0-9886-40f7-a06d-ce5ea3e6b570 resource provider aggregate not found 2026-04-14 07:34:40.750 8 INFO neutron.services.segments.plugin [-] Segment fe4813e0-9886-40f7-a06d-ce5ea3e6b570 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe4813e0-9886-40f7-a06d-ce5ea3e6b570 found for delete ", "request_id": "req-c05abc63-5168-4255-90bd-1e89b3662d78"}]} 2026-04-14 07:34:40.755 8 INFO neutron.services.segments.plugin [-] Segment fe4813e0-9886-40f7-a06d-ce5ea3e6b570 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe4813e0-9886-40f7-a06d-ce5ea3e6b570 found for delete ", "request_id": "req-5f65896a-3068-401a-aeeb-207376212553"}]} 2026-04-14 07:34:40.775 7 INFO neutron.services.segments.plugin [-] Segment c811628f-f377-429e-87e5-a621138346e8 resource provider aggregate not found 2026-04-14 07:34:40.776 7 INFO neutron.services.segments.plugin [-] Segment c811628f-f377-429e-87e5-a621138346e8 resource provider aggregate not found 2026-04-14 07:34:40.803 7 INFO neutron.services.segments.plugin [-] Segment c811628f-f377-429e-87e5-a621138346e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c811628f-f377-429e-87e5-a621138346e8 found for delete ", "request_id": "req-b8ada2da-00b4-49eb-8105-ab932ff5c321"}]} 2026-04-14 07:34:40.810 7 INFO neutron.services.segments.plugin [-] Segment c811628f-f377-429e-87e5-a621138346e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c811628f-f377-429e-87e5-a621138346e8 found for delete ", "request_id": "req-34ff9649-5182-4b17-9d45-9fbde772c37e"}]} [pid: 7|app: 0|req: 1318/2654] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:34:40 2026] DELETE /v2.0/networks/da1f114c-7163-4c69-aea9-80981a06d0c9 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2655] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:34:40 2026] DELETE /v2.0/networks/f4bdf2d2-6aac-48c5-bd66-00a2c7273d71 => 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: 1319/2656] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:34:40 2026] DELETE /v2.0/networks/66530733-de81-4d6c-abf3-2a4928eed369 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2657] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:34:41 2026] DELETE /v2.0/networks/ca23873c-c5e7-48dc-8c5c-c4c70164daa0 => 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: 1320/2658] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:34:42 2026] GET /v2.0/security-groups?tenant_id=06890777cba14c5e8a7973cc284c2cf1&name=default => generated 2929 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2659] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:34:42 2026] DELETE /v2.0/security-groups/6a1cda63-9936-450c-8107-2b53de418608 => 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: 1321/2660] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:34:42 2026] GET /v2.0/security-groups?tenant_id=982480e351964f51ae0c18c7a880cb0f&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2661] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:34:42 2026] DELETE /v2.0/security-groups/e6e2b91f-cb25-4f67-85b6-28540f20b08b => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:34:42.774 8 INFO neutron.services.segments.plugin [-] Segment f22a51f3-9937-4334-9162-c252889c788c resource provider aggregate not found 2026-04-14 07:34:42.775 8 INFO neutron.services.segments.plugin [-] Segment f22a51f3-9937-4334-9162-c252889c788c resource provider aggregate not found 2026-04-14 07:34:42.795 8 INFO neutron.services.segments.plugin [-] Segment f22a51f3-9937-4334-9162-c252889c788c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f22a51f3-9937-4334-9162-c252889c788c found for delete ", "request_id": "req-0382f5d2-3449-46ec-af15-17bb3c1f241b"}]} 2026-04-14 07:34:42.800 8 INFO neutron.services.segments.plugin [-] Segment f22a51f3-9937-4334-9162-c252889c788c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f22a51f3-9937-4334-9162-c252889c788c found for delete ", "request_id": "req-84da2bf1-cc30-4b24-91c5-b671321e7d42"}]} 2026-04-14 07:34:42.816 8 INFO neutron.services.segments.plugin [-] Segment b96bf723-547a-474f-9d5a-f9e8c8cb08cc resource provider aggregate not found 2026-04-14 07:34:42.821 8 INFO neutron.services.segments.plugin [-] Segment b96bf723-547a-474f-9d5a-f9e8c8cb08cc resource provider aggregate not found 2026-04-14 07:34:42.824 7 INFO neutron.services.segments.plugin [-] Segment 2ba325c1-707d-4dac-b656-cb3be81ac493 resource provider aggregate not found 2026-04-14 07:34:42.825 7 INFO neutron.services.segments.plugin [-] Segment 2ba325c1-707d-4dac-b656-cb3be81ac493 resource provider aggregate not found 2026-04-14 07:34:42.834 8 INFO neutron.services.segments.plugin [-] Segment b96bf723-547a-474f-9d5a-f9e8c8cb08cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b96bf723-547a-474f-9d5a-f9e8c8cb08cc found for delete ", "request_id": "req-88f7a957-f6b6-4f27-8bfb-e19f14e6bc7a"}]} 2026-04-14 07:34:42.836 8 INFO neutron.services.segments.plugin [-] Segment b96bf723-547a-474f-9d5a-f9e8c8cb08cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b96bf723-547a-474f-9d5a-f9e8c8cb08cc found for delete ", "request_id": "req-df019050-2990-4613-8bce-8ccc0317380b"}]} 2026-04-14 07:34:42.842 7 INFO neutron.services.segments.plugin [-] Segment 2ba325c1-707d-4dac-b656-cb3be81ac493 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ba325c1-707d-4dac-b656-cb3be81ac493 found for delete ", "request_id": "req-4e9a1c76-5e89-4943-b034-af89f4d4d709"}]} 2026-04-14 07:34:42.844 7 INFO neutron.services.segments.plugin [-] Segment 2ba325c1-707d-4dac-b656-cb3be81ac493 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ba325c1-707d-4dac-b656-cb3be81ac493 found for delete ", "request_id": "req-ab56ab26-9a40-425c-9da4-b434a00d0ecd"}]} [pid: 7|app: 0|req: 1322/2662] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:34:42 2026] GET /v2.0/security-groups?tenant_id=38b5f53b0ea8408abce0b4386400cea8&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2663] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:34:42 2026] DELETE /v2.0/security-groups/9a6a804c-664d-4dd9-a530-27dcb47b9105 => 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: 1323/2664] 199.204.45.248 () {30 vars in 703 bytes} [Tue Apr 14 07:34:44 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: 1342/2665] 199.204.45.248 () {30 vars in 705 bytes} [Tue Apr 14 07:34:44 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2666] 199.204.45.248 () {30 vars in 681 bytes} [Tue Apr 14 07:34:44 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: 1343/2667] 199.204.45.248 () {30 vars in 717 bytes} [Tue Apr 14 07:34:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2668] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:34:44 2026] GET /v2.0/subnets/a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2669] 199.204.45.248 () {30 vars in 769 bytes} [Tue Apr 14 07:34:44 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2670] 199.204.45.248 () {34 vars in 717 bytes} [Tue Apr 14 07:34:44 2026] POST /v2.0/ports => generated 1059 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2671] 10.0.0.166 () {34 vars in 971 bytes} [Tue Apr 14 07:34:44 2026] GET /v2.0/ports/2c2bcb8c-03d8-46d0-8966-639180e2bc4d => generated 1059 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2672] 10.0.0.166 () {34 vars in 907 bytes} [Tue Apr 14 07:34:44 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2673] 199.204.45.248 () {34 vars in 1262 bytes} [Tue Apr 14 07:34:46 2026] GET /v2.0/ports/2c2bcb8c-03d8-46d0-8966-639180e2bc4d?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2674] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:34:46 2026] GET /v2.0/networks/fd982268-dc4b-4ee4-8a53-2468f528161e?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: 1330/2675] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:34:46 2026] GET /v2.0/networks/fd982268-dc4b-4ee4-8a53-2468f528161e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2676] 10.0.0.98 () {34 vars in 675 bytes} [Tue Apr 14 07:34:46 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) [pid: 7|app: 0|req: 1331/2677] 10.0.0.98 () {34 vars in 758 bytes} [Tue Apr 14 07:34:46 2026] PUT /v2.0/floatingips/d017d6c7-e98b-47a1-aa57-b146a7629333/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: 1347/2678] 10.0.0.98 () {32 vars in 738 bytes} [Tue Apr 14 07:34:46 2026] GET /v2.0/floatingips/d017d6c7-e98b-47a1-aa57-b146a7629333/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2679] 10.0.0.98 () {34 vars in 769 bytes} [Tue Apr 14 07:34:46 2026] PUT /v2.0/floatingips/d017d6c7-e98b-47a1-aa57-b146a7629333/tags/green => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2680] 10.0.0.98 () {32 vars in 738 bytes} [Tue Apr 14 07:34:46 2026] GET /v2.0/floatingips/d017d6c7-e98b-47a1-aa57-b146a7629333/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2681] 199.204.45.248 () {34 vars in 975 bytes} [Tue Apr 14 07:34:46 2026] GET /v2.0/ports/2c2bcb8c-03d8-46d0-8966-639180e2bc4d => generated 1059 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2682] 10.0.0.98 () {34 vars in 765 bytes} [Tue Apr 14 07:34:46 2026] PUT /v2.0/floatingips/d017d6c7-e98b-47a1-aa57-b146a7629333/tags/red => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2683] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:34:46 2026] GET /v2.0/networks?id=fd982268-dc4b-4ee4-8a53-2468f528161e => generated 801 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2684] 10.0.0.98 () {32 vars in 738 bytes} [Tue Apr 14 07:34:46 2026] GET /v2.0/floatingips/d017d6c7-e98b-47a1-aa57-b146a7629333/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: 1335/2685] 10.0.0.98 () {34 vars in 787 bytes} [Tue Apr 14 07:34:46 2026] PUT /v2.0/floatingips/d017d6c7-e98b-47a1-aa57-b146a7629333/tags/black.or.white => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2686] 10.0.0.98 () {32 vars in 738 bytes} [Tue Apr 14 07:34:47 2026] GET /v2.0/floatingips/d017d6c7-e98b-47a1-aa57-b146a7629333/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2687] 10.0.0.98 () {34 vars in 758 bytes} [Tue Apr 14 07:34:47 2026] PUT /v2.0/floatingips/d017d6c7-e98b-47a1-aa57-b146a7629333/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2688] 10.0.0.98 () {32 vars in 738 bytes} [Tue Apr 14 07:34:47 2026] GET /v2.0/floatingips/d017d6c7-e98b-47a1-aa57-b146a7629333/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: 1339/2689] 10.0.0.98 () {32 vars in 746 bytes} [Tue Apr 14 07:34:47 2026] GET /v2.0/floatingips/d017d6c7-e98b-47a1-aa57-b146a7629333/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:34:47.242 7 INFO neutron.api.v2.resource [None req-b811854f-8875-47af-a528-acf93c0793c0 2c2bd7deeeb343c0835b0bcb206fe7bc c1ccf1cc753448358045ae11ef8300a0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1340/2690] 10.0.0.98 () {32 vars in 750 bytes} [Tue Apr 14 07:34:47 2026] GET /v2.0/floatingips/d017d6c7-e98b-47a1-aa57-b146a7629333/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: 1341/2691] 10.0.0.98 () {32 vars in 749 bytes} [Tue Apr 14 07:34:47 2026] DELETE /v2.0/floatingips/d017d6c7-e98b-47a1-aa57-b146a7629333/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2692] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Apr 14 07:34:46 2026] PUT /v2.0/ports/2c2bcb8c-03d8-46d0-8966-639180e2bc4d => generated 1249 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2693] 10.0.0.98 () {32 vars in 738 bytes} [Tue Apr 14 07:34:47 2026] GET /v2.0/floatingips/d017d6c7-e98b-47a1-aa57-b146a7629333/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:34:47.381 8 INFO neutron.api.v2.resource [None req-613a56e7-4f42-44b6-a792-401bdf7f88ee 2c2bd7deeeb343c0835b0bcb206fe7bc c1ccf1cc753448358045ae11ef8300a0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1352/2694] 10.0.0.98 () {32 vars in 753 bytes} [Tue Apr 14 07:34:47 2026] DELETE /v2.0/floatingips/d017d6c7-e98b-47a1-aa57-b146a7629333/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 07:34:47.387 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-53412117-749e-4742-ba6c-0bd865260e52'] response: {'name': 'network-changed', 'server_uuid': '7c69a5c6-ca74-4213-bd1f-eafc808b4cc8', 'tag': '2c2bcb8c-03d8-46d0-8966-639180e2bc4d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1343/2695] 10.0.0.98 () {32 vars in 741 bytes} [Tue Apr 14 07:34:47 2026] DELETE /v2.0/floatingips/d017d6c7-e98b-47a1-aa57-b146a7629333/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2696] 10.0.0.98 () {32 vars in 738 bytes} [Tue Apr 14 07:34:47 2026] GET /v2.0/floatingips/d017d6c7-e98b-47a1-aa57-b146a7629333/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:34:47.592 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f4170c4-59d8-4ab1-89a2-a93703c7b9f1 2c2bd7deeeb343c0835b0bcb206fe7bc c1ccf1cc753448358045ae11ef8300a0 - - default default] TaaS: Handle Delete Port: 56efb477-c130-441f-83f7-651ec5ff4bc1 2026-04-14 07:34:47.595 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f4170c4-59d8-4ab1-89a2-a93703c7b9f1 2c2bd7deeeb343c0835b0bcb206fe7bc c1ccf1cc753448358045ae11ef8300a0 - - default default] Tap Mirror: Handle Delete Port: 56efb477-c130-441f-83f7-651ec5ff4bc1 [pid: 7|app: 0|req: 1344/2697] 10.0.0.98 () {32 vars in 731 bytes} [Tue Apr 14 07:34:47 2026] DELETE /v2.0/floatingips/d017d6c7-e98b-47a1-aa57-b146a7629333 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2698] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:34:47 2026] GET /v2.0/ports?tenant_id=69266cc1365c478fb891c0462a1b823b&device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 2489 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2699] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:34:47 2026] GET /v2.0/networks?id=fd982268-dc4b-4ee4-8a53-2468f528161e => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2700] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Apr 14 07:34:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.110&port_id=2c2bcb8c-03d8-46d0-8966-639180e2bc4d => 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: 1346/2701] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:34:48 2026] GET /v2.0/subnets?id=a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2702] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:34:48 2026] GET /v2.0/ports?network_id=fd982268-dc4b-4ee4-8a53-2468f528161e&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: 1347/2703] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:34:48 2026] GET /v2.0/networks/fd982268-dc4b-4ee4-8a53-2468f528161e?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: 1349/2706] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:34:48 2026] GET /v2.0/networks/fd982268-dc4b-4ee4-8a53-2468f528161e?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: 1358/2707] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:34:48 2026] GET /v2.0/security-groups?tenant_id=8f7eedee704848dbb4c3d8f59f428eb7&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: 1350/2708] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:34:48 2026] DELETE /v2.0/security-groups/b569fc67-ded7-4ca8-b75b-bcc0c269a7a7 => 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: 1359/2709] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:34:48 2026] GET /v2.0/security-groups?tenant_id=c1ccf1cc753448358045ae11ef8300a0&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2710] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:34:48 2026] DELETE /v2.0/security-groups/ea38a84b-6953-4866-a34f-3d262d4cf35a => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2711] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:34:49 2026] GET /v2.0/ports?tenant_id=69266cc1365c478fb891c0462a1b823b&device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 2489 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2712] 199.204.45.248 () {34 vars in 1062 bytes} [Tue Apr 14 07:34:49 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.209&port_id=cebc598b-9d88-44b4-ae95-c8e1c2baadf3 => 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: 1361/2713] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:34:49 2026] GET /v2.0/subnets?id=6aba8f5c-e171-4167-8947-f19006f88d91 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2714] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:34:49 2026] GET /v2.0/ports?network_id=b30636d9-1425-4420-865f-41439bf6aec0&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2715] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:34:49 2026] GET /v2.0/networks/b30636d9-1425-4420-865f-41439bf6aec0?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: 1354/2716] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:34:49 2026] GET /v2.0/networks/b30636d9-1425-4420-865f-41439bf6aec0?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: 1363/2717] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Apr 14 07:34:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.110&port_id=2c2bcb8c-03d8-46d0-8966-639180e2bc4d => 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: 1355/2718] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:34:49 2026] GET /v2.0/subnets?id=a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2719] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:34:49 2026] GET /v2.0/ports?network_id=fd982268-dc4b-4ee4-8a53-2468f528161e&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2720] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:34:49 2026] GET /v2.0/networks/fd982268-dc4b-4ee4-8a53-2468f528161e?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: 1365/2721] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:34:49 2026] GET /v2.0/networks/fd982268-dc4b-4ee4-8a53-2468f528161e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2722] 10.0.0.98 () {34 vars in 677 bytes} [Tue Apr 14 07:34:52 2026] POST /v2.0/qos/policies => generated 359 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2723] 10.0.0.98 () {34 vars in 752 bytes} [Tue Apr 14 07:34:52 2026] PUT /v2.0/policies/8be1b77e-3655-418b-950f-04c33da1cefc/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2724] 10.0.0.98 () {32 vars in 732 bytes} [Tue Apr 14 07:34:52 2026] GET /v2.0/policies/8be1b77e-3655-418b-950f-04c33da1cefc/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2725] 10.0.0.98 () {34 vars in 763 bytes} [Tue Apr 14 07:34:52 2026] PUT /v2.0/policies/8be1b77e-3655-418b-950f-04c33da1cefc/tags/green => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2726] 10.0.0.98 () {32 vars in 732 bytes} [Tue Apr 14 07:34:52 2026] GET /v2.0/policies/8be1b77e-3655-418b-950f-04c33da1cefc/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2727] 10.0.0.98 () {34 vars in 759 bytes} [Tue Apr 14 07:34:52 2026] PUT /v2.0/policies/8be1b77e-3655-418b-950f-04c33da1cefc/tags/red => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2728] 10.0.0.98 () {32 vars in 732 bytes} [Tue Apr 14 07:34:52 2026] GET /v2.0/policies/8be1b77e-3655-418b-950f-04c33da1cefc/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2729] 10.0.0.98 () {34 vars in 781 bytes} [Tue Apr 14 07:34:52 2026] PUT /v2.0/policies/8be1b77e-3655-418b-950f-04c33da1cefc/tags/black.or.white => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2730] 10.0.0.98 () {32 vars in 732 bytes} [Tue Apr 14 07:34:52 2026] GET /v2.0/policies/8be1b77e-3655-418b-950f-04c33da1cefc/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2731] 10.0.0.98 () {34 vars in 752 bytes} [Tue Apr 14 07:34:52 2026] PUT /v2.0/policies/8be1b77e-3655-418b-950f-04c33da1cefc/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2732] 10.0.0.98 () {32 vars in 732 bytes} [Tue Apr 14 07:34:52 2026] GET /v2.0/policies/8be1b77e-3655-418b-950f-04c33da1cefc/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2733] 10.0.0.98 () {32 vars in 740 bytes} [Tue Apr 14 07:34:52 2026] GET /v2.0/policies/8be1b77e-3655-418b-950f-04c33da1cefc/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:34:52.669 7 INFO neutron.api.v2.resource [None req-78824377-b489-443f-bf1d-6cc9e949ae9f 03af4bd00b8f45b49d16f7be56b2515e c11b880566eb419c9b605ce45a49f6c3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1363/2734] 10.0.0.98 () {32 vars in 744 bytes} [Tue Apr 14 07:34:52 2026] GET /v2.0/policies/8be1b77e-3655-418b-950f-04c33da1cefc/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2735] 10.0.0.98 () {32 vars in 743 bytes} [Tue Apr 14 07:34:52 2026] DELETE /v2.0/policies/8be1b77e-3655-418b-950f-04c33da1cefc/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2736] 10.0.0.98 () {32 vars in 732 bytes} [Tue Apr 14 07:34:52 2026] GET /v2.0/policies/8be1b77e-3655-418b-950f-04c33da1cefc/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:34:52.796 8 INFO neutron.api.v2.resource [None req-b3f7b9b6-2dbc-409d-a7d0-9c0026703316 03af4bd00b8f45b49d16f7be56b2515e c11b880566eb419c9b605ce45a49f6c3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1373/2737] 10.0.0.98 () {32 vars in 747 bytes} [Tue Apr 14 07:34:52 2026] DELETE /v2.0/policies/8be1b77e-3655-418b-950f-04c33da1cefc/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2738] 10.0.0.98 () {32 vars in 735 bytes} [Tue Apr 14 07:34:52 2026] DELETE /v2.0/policies/8be1b77e-3655-418b-950f-04c33da1cefc/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2739] 10.0.0.98 () {32 vars in 732 bytes} [Tue Apr 14 07:34:52 2026] GET /v2.0/policies/8be1b77e-3655-418b-950f-04c33da1cefc/tags => 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: 1366/2740] 10.0.0.98 () {32 vars in 733 bytes} [Tue Apr 14 07:34:52 2026] DELETE /v2.0/qos/policies/8be1b77e-3655-418b-950f-04c33da1cefc => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2741] 10.0.0.166 () {34 vars in 971 bytes} [Tue Apr 14 07:34:53 2026] GET /v2.0/ports/2c2bcb8c-03d8-46d0-8966-639180e2bc4d => generated 1251 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2742] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:34:53 2026] GET /v2.0/security-groups?tenant_id=c11b880566eb419c9b605ce45a49f6c3&name=default => generated 2929 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2743] 199.204.45.248 () {34 vars in 789 bytes} [Tue Apr 14 07:34:53 2026] PUT /v2.0/ports/2c2bcb8c-03d8-46d0-8966-639180e2bc4d => generated 1276 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:34:53.868 8 INFO neutron.api.v2.resource [None req-21807cfc-b047-4eae-818c-52c8256c588d fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1377/2744] 199.204.45.248 () {30 vars in 763 bytes} [Tue Apr 14 07:34:53 2026] GET /v2.0/security-groups/lb-6fdb2dc0-a3e4-46a1-95e1-d3e8818556ba => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2745] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:34:53 2026] DELETE /v2.0/security-groups/1bde750c-d559-473d-a4a4-97071384396a => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:34:53.883 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d784865d-60db-42ae-b3f6-04f9c5cfbb14'] response: {'name': 'network-changed', 'server_uuid': '7c69a5c6-ca74-4213-bd1f-eafc808b4cc8', 'tag': '2c2bcb8c-03d8-46d0-8966-639180e2bc4d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1378/2746] 199.204.45.248 () {30 vars in 785 bytes} [Tue Apr 14 07:34:53 2026] GET /v2.0/security-groups?name=lb-6fdb2dc0-a3e4-46a1-95e1-d3e8818556ba => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2747] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:34:53 2026] GET /v2.0/security-groups?tenant_id=5653ccb7e9b24990b4162021cfaf7611&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2748] 199.204.45.248 () {34 vars in 789 bytes} [Tue Apr 14 07:34:53 2026] PUT /v2.0/ports/2c2bcb8c-03d8-46d0-8966-639180e2bc4d => generated 1314 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2749] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:34:54 2026] DELETE /v2.0/security-groups/3e884c29-3f72-4b75-af92-be0590e52946 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:34:54.357 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ca8adf2d-22be-4663-bbff-00d5c8655fac'] response: {'name': 'network-changed', 'server_uuid': '7c69a5c6-ca74-4213-bd1f-eafc808b4cc8', 'tag': '2c2bcb8c-03d8-46d0-8966-639180e2bc4d', '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: 1370/2750] 199.204.45.248 () {30 vars in 703 bytes} [Tue Apr 14 07:34:54 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: 1381/2751] 199.204.45.248 () {30 vars in 705 bytes} [Tue Apr 14 07:34:54 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: 1371/2752] 199.204.45.248 () {30 vars in 681 bytes} [Tue Apr 14 07:34:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2753] 199.204.45.248 () {30 vars in 717 bytes} [Tue Apr 14 07:34:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2754] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:34:54 2026] GET /v2.0/ports?tenant_id=69266cc1365c478fb891c0462a1b823b&device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 2590 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2755] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:34:54 2026] GET /v2.0/subnets/a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2756] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:34:54 2026] GET /v2.0/networks?id=fd982268-dc4b-4ee4-8a53-2468f528161e => generated 801 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2757] 199.204.45.248 () {30 vars in 737 bytes} [Tue Apr 14 07:34:54 2026] GET /v2.0/ports/118bcf4d-bd4f-4cc8-aa8e-52b312d3df9b => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2758] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Apr 14 07:34:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.110&port_id=2c2bcb8c-03d8-46d0-8966-639180e2bc4d => 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: 1385/2759] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:34:54 2026] GET /v2.0/subnets?id=a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2760] 199.204.45.248 () {30 vars in 737 bytes} [Tue Apr 14 07:34:54 2026] GET /v2.0/ports/2c2bcb8c-03d8-46d0-8966-639180e2bc4d => generated 1350 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2761] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:34:54 2026] GET /v2.0/ports?network_id=fd982268-dc4b-4ee4-8a53-2468f528161e&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: 1376/2762] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:34:54 2026] GET /v2.0/subnets/a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2763] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:34:54 2026] GET /v2.0/networks/fd982268-dc4b-4ee4-8a53-2468f528161e?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2764] 199.204.45.248 () {30 vars in 743 bytes} [Tue Apr 14 07:34:54 2026] GET /v2.0/networks/fd982268-dc4b-4ee4-8a53-2468f528161e => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2765] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:34:54 2026] GET /v2.0/networks/fd982268-dc4b-4ee4-8a53-2468f528161e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2766] 199.204.45.248 () {30 vars in 737 bytes} [Tue Apr 14 07:34:54 2026] GET /v2.0/ports/118bcf4d-bd4f-4cc8-aa8e-52b312d3df9b => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2767] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:34:54 2026] GET /v2.0/subnets/a6ff52f8-2dc3-4379-adec-0003b15ed6ed => 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: 1379/2768] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:34:55 2026] GET /v2.0/ports?tenant_id=69266cc1365c478fb891c0462a1b823b&device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 2590 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2769] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:34:55 2026] GET /v2.0/networks?id=fd982268-dc4b-4ee4-8a53-2468f528161e => 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: 1380/2770] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Apr 14 07:34:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.110&port_id=2c2bcb8c-03d8-46d0-8966-639180e2bc4d => 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: 1391/2771] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:34:55 2026] GET /v2.0/subnets?id=a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2772] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:34:55 2026] GET /v2.0/ports?network_id=fd982268-dc4b-4ee4-8a53-2468f528161e&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2773] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:34:55 2026] GET /v2.0/networks/fd982268-dc4b-4ee4-8a53-2468f528161e?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: 1382/2774] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:34:55 2026] GET /v2.0/networks/fd982268-dc4b-4ee4-8a53-2468f528161e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:34:57.686 8 INFO neutron.db.segments_db [None req-b8251639-3fbd-45d9-8b84-b90c462056d7 8b98b39171194102b5cc660bbc3b3b10 6075d8cce60d46ae861067b3b3194f23 - - default default] Added segment b0ed80a8-d02f-4e1e-bc84-78f76f99762c of type vxlan for network caf2fde4-6981-4d79-9eda-90982bb1b834 [pid: 8|app: 0|req: 1393/2775] 10.0.0.98 () {34 vars in 669 bytes} [Tue Apr 14 07:34:57 2026] POST /v2.0/networks => generated 613 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2776] 10.0.0.98 () {34 vars in 668 bytes} [Tue Apr 14 07:34:57 2026] POST /v2.0/subnets => generated 626 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2777] 10.0.0.98 () {34 vars in 750 bytes} [Tue Apr 14 07:34:58 2026] PUT /v2.0/subnets/73723f0e-6cf2-4314-b9bd-bba0a555adb9/tags => generated 25 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2778] 10.0.0.98 () {32 vars in 730 bytes} [Tue Apr 14 07:34:58 2026] GET /v2.0/subnets/73723f0e-6cf2-4314-b9bd-bba0a555adb9/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2779] 10.0.0.98 () {34 vars in 761 bytes} [Tue Apr 14 07:34:58 2026] PUT /v2.0/subnets/73723f0e-6cf2-4314-b9bd-bba0a555adb9/tags/green => generated 4 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2780] 10.0.0.98 () {32 vars in 730 bytes} [Tue Apr 14 07:34:58 2026] GET /v2.0/subnets/73723f0e-6cf2-4314-b9bd-bba0a555adb9/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2781] 10.0.0.98 () {34 vars in 757 bytes} [Tue Apr 14 07:34:58 2026] PUT /v2.0/subnets/73723f0e-6cf2-4314-b9bd-bba0a555adb9/tags/red => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2782] 10.0.0.98 () {32 vars in 730 bytes} [Tue Apr 14 07:34:58 2026] GET /v2.0/subnets/73723f0e-6cf2-4314-b9bd-bba0a555adb9/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2783] 10.0.0.98 () {34 vars in 779 bytes} [Tue Apr 14 07:34:58 2026] PUT /v2.0/subnets/73723f0e-6cf2-4314-b9bd-bba0a555adb9/tags/black.or.white => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2784] 10.0.0.98 () {32 vars in 730 bytes} [Tue Apr 14 07:34:58 2026] GET /v2.0/subnets/73723f0e-6cf2-4314-b9bd-bba0a555adb9/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2785] 10.0.0.98 () {34 vars in 750 bytes} [Tue Apr 14 07:34:58 2026] PUT /v2.0/subnets/73723f0e-6cf2-4314-b9bd-bba0a555adb9/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2786] 10.0.0.98 () {32 vars in 730 bytes} [Tue Apr 14 07:34:58 2026] GET /v2.0/subnets/73723f0e-6cf2-4314-b9bd-bba0a555adb9/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2787] 10.0.0.98 () {32 vars in 738 bytes} [Tue Apr 14 07:34:58 2026] GET /v2.0/subnets/73723f0e-6cf2-4314-b9bd-bba0a555adb9/tags/red => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:34:58.822 7 INFO neutron.api.v2.resource [None req-c9470416-53bb-49ef-8612-9551317eeb0d 8b98b39171194102b5cc660bbc3b3b10 6075d8cce60d46ae861067b3b3194f23 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1389/2788] 10.0.0.98 () {32 vars in 742 bytes} [Tue Apr 14 07:34:58 2026] GET /v2.0/subnets/73723f0e-6cf2-4314-b9bd-bba0a555adb9/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2789] 10.0.0.98 () {32 vars in 741 bytes} [Tue Apr 14 07:34:58 2026] DELETE /v2.0/subnets/73723f0e-6cf2-4314-b9bd-bba0a555adb9/tags/red => 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: 1390/2790] 10.0.0.98 () {32 vars in 730 bytes} [Tue Apr 14 07:34:58 2026] GET /v2.0/subnets/73723f0e-6cf2-4314-b9bd-bba0a555adb9/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:34:59.044 8 INFO neutron.api.v2.resource [None req-1fa59734-0576-402e-a9ec-91d549aa68bb 8b98b39171194102b5cc660bbc3b3b10 6075d8cce60d46ae861067b3b3194f23 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1401/2791] 10.0.0.98 () {32 vars in 745 bytes} [Tue Apr 14 07:34:58 2026] DELETE /v2.0/subnets/73723f0e-6cf2-4314-b9bd-bba0a555adb9/tags/green => generated 99 bytes in 75 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2792] 10.0.0.98 () {32 vars in 733 bytes} [Tue Apr 14 07:34:59 2026] DELETE /v2.0/subnets/73723f0e-6cf2-4314-b9bd-bba0a555adb9/tags => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2793] 10.0.0.98 () {32 vars in 730 bytes} [Tue Apr 14 07:34:59 2026] GET /v2.0/subnets/73723f0e-6cf2-4314-b9bd-bba0a555adb9/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2794] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:34:59 2026] DELETE /v2.0/subnets/73723f0e-6cf2-4314-b9bd-bba0a555adb9 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:34:59.493 8 INFO neutron_taas.services.taas.taas_plugin [None req-0cf76e1a-4fca-417a-8779-49362a376bb3 8b98b39171194102b5cc660bbc3b3b10 6075d8cce60d46ae861067b3b3194f23 - - default default] TaaS: Handle Delete Port: 919d7c03-93c7-43ec-8c28-8b86b1c63094 2026-04-14 07:34:59.496 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cf76e1a-4fca-417a-8779-49362a376bb3 8b98b39171194102b5cc660bbc3b3b10 6075d8cce60d46ae861067b3b3194f23 - - default default] Tap Mirror: Handle Delete Port: 919d7c03-93c7-43ec-8c28-8b86b1c63094 2026-04-14 07:34:59.694 8 INFO neutron.services.segments.plugin [-] Segment b0ed80a8-d02f-4e1e-bc84-78f76f99762c resource provider aggregate not found 2026-04-14 07:34:59.700 8 INFO neutron.services.segments.plugin [-] Segment b0ed80a8-d02f-4e1e-bc84-78f76f99762c resource provider aggregate not found 2026-04-14 07:34:59.720 8 INFO neutron.services.segments.plugin [-] Segment b0ed80a8-d02f-4e1e-bc84-78f76f99762c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0ed80a8-d02f-4e1e-bc84-78f76f99762c found for delete ", "request_id": "req-3c5ee9a9-a495-4d70-a603-2d6a41b41735"}]} 2026-04-14 07:34:59.726 8 INFO neutron.services.segments.plugin [-] Segment b0ed80a8-d02f-4e1e-bc84-78f76f99762c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0ed80a8-d02f-4e1e-bc84-78f76f99762c found for delete ", "request_id": "req-cd04b2e4-2800-4fba-a005-040df8802ea8"}]} [pid: 8|app: 0|req: 1403/2795] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:34:59 2026] DELETE /v2.0/networks/caf2fde4-6981-4d79-9eda-90982bb1b834 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2796] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:35:00 2026] GET /v2.0/security-groups?tenant_id=6075d8cce60d46ae861067b3b3194f23&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2797] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:35:00 2026] DELETE /v2.0/security-groups/fcc671f6-1d4b-4e39-98d9-72554ddd8de0 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2798] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:35:00 2026] GET /v2.0/security-groups?tenant_id=ccca86d55f7a47f3831ce1d6c58d0cca&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2799] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:35:01 2026] DELETE /v2.0/security-groups/e043ef9c-27bf-4832-b4a7-c6da70b05433 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:35:03.529 7 INFO neutron.db.l3_db [None req-67fc70b1-522c-4427-bf8c-6a7befb8f09b 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] Floating IP b8b97270-2770-44ee-ad20-b4a78f9f2078 associated. External IP: 10.96.250.219, port: 118bcf4d-bd4f-4cc8-aa8e-52b312d3df9b. [pid: 7|app: 0|req: 1395/2802] 10.0.0.98 () {34 vars in 676 bytes} [Tue Apr 14 07:35:02 2026] POST /v2.0/floatingips => generated 899 bytes in 1144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2803] 199.204.45.248 () {30 vars in 703 bytes} [Tue Apr 14 07:35:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2804] 199.204.45.248 () {30 vars in 705 bytes} [Tue Apr 14 07:35:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2805] 199.204.45.248 () {30 vars in 681 bytes} [Tue Apr 14 07:35:08 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: 1397/2806] 199.204.45.248 () {30 vars in 717 bytes} [Tue Apr 14 07:35:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:35:08.642 8 INFO neutron.api.v2.resource [None req-b9fb8174-8420-4ea9-b410-3a58edc851e1 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1410/2807] 199.204.45.248 () {30 vars in 763 bytes} [Tue Apr 14 07:35:08 2026] GET /v2.0/security-groups/lb-6fdb2dc0-a3e4-46a1-95e1-d3e8818556ba => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2808] 199.204.45.248 () {30 vars in 785 bytes} [Tue Apr 14 07:35:08 2026] GET /v2.0/security-groups?name=lb-6fdb2dc0-a3e4-46a1-95e1-d3e8818556ba => generated 1639 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2809] 199.204.45.248 () {30 vars in 815 bytes} [Tue Apr 14 07:35:08 2026] GET /v2.0/security-group-rules?security_group_id=4da2fe54-e37e-413b-b498-010da0ca72bd => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2810] 199.204.45.248 () {34 vars in 747 bytes} [Tue Apr 14 07:35:08 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: 8|app: 0|req: 1412/2811] 199.204.45.248 () {34 vars in 747 bytes} [Tue Apr 14 07:35:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2812] 10.0.0.112 () {30 vars in 690 bytes} [Tue Apr 14 07:35:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2813] 10.0.0.112 () {30 vars in 692 bytes} [Tue Apr 14 07:35:15 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: 1401/2814] 10.0.0.112 () {30 vars in 668 bytes} [Tue Apr 14 07:35:15 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: 1414/2815] 10.0.0.112 () {30 vars in 704 bytes} [Tue Apr 14 07:35:15 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: 1402/2816] 10.0.0.112 () {28 vars in 439 bytes} [Tue Apr 14 07:35:16 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2817] 10.0.0.112 () {30 vars in 728 bytes} [Tue Apr 14 07:35:16 2026] GET /v2.0/subnets/9e2afe0b-0e31-41be-abf8-7ef85add9e3b => generated 655 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2818] 199.204.45.248 () {30 vars in 703 bytes} [Tue Apr 14 07:35:17 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: 1416/2819] 199.204.45.248 () {30 vars in 705 bytes} [Tue Apr 14 07:35:17 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: 1404/2820] 199.204.45.248 () {30 vars in 681 bytes} [Tue Apr 14 07:35:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2821] 199.204.45.248 () {30 vars in 717 bytes} [Tue Apr 14 07:35:17 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: 1405/2822] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:35:17 2026] GET /v2.0/subnets/9e2afe0b-0e31-41be-abf8-7ef85add9e3b => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2823] 199.204.45.248 () {30 vars in 769 bytes} [Tue Apr 14 07:35:17 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 2590 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2824] 199.204.45.248 () {30 vars in 703 bytes} [Tue Apr 14 07:35:17 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: 1419/2825] 199.204.45.248 () {30 vars in 705 bytes} [Tue Apr 14 07:35:17 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: 1407/2826] 199.204.45.248 () {30 vars in 681 bytes} [Tue Apr 14 07:35:17 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: 1420/2827] 199.204.45.248 () {30 vars in 717 bytes} [Tue Apr 14 07:35:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2828] 199.204.45.248 () {34 vars in 717 bytes} [Tue Apr 14 07:35:17 2026] POST /v2.0/ports => generated 1320 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2831] 10.0.0.166 () {34 vars in 971 bytes} [Tue Apr 14 07:35:18 2026] GET /v2.0/ports/44217cba-a444-41cc-9b4c-6a35271c892a => generated 1320 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1410/2832] 199.204.45.248 () {34 vars in 1262 bytes} [Tue Apr 14 07:35:19 2026] GET /v2.0/ports/44217cba-a444-41cc-9b4c-6a35271c892a?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2833] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:35:19 2026] GET /v2.0/networks/7adc4bb2-ff90-4965-bc68-684ad2e4022c?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2834] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:35:19 2026] GET /v2.0/networks/7adc4bb2-ff90-4965-bc68-684ad2e4022c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2835] 199.204.45.248 () {34 vars in 975 bytes} [Tue Apr 14 07:35:19 2026] GET /v2.0/ports/44217cba-a444-41cc-9b4c-6a35271c892a => generated 1320 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2836] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:35:19 2026] GET /v2.0/networks?id=7adc4bb2-ff90-4965-bc68-684ad2e4022c => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2837] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Apr 14 07:35:19 2026] PUT /v2.0/ports/44217cba-a444-41cc-9b4c-6a35271c892a => generated 1510 bytes in 491 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:35:20.516 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-21ec5fd7-e3a8-4ebd-9ef7-e3821f43a6d2'] response: {'name': 'network-changed', 'server_uuid': '7c69a5c6-ca74-4213-bd1f-eafc808b4cc8', 'tag': '44217cba-a444-41cc-9b4c-6a35271c892a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1413/2838] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:35:21 2026] GET /v2.0/ports?tenant_id=69266cc1365c478fb891c0462a1b823b&device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 4092 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: 1426/2839] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:35:21 2026] GET /v2.0/networks?id=7adc4bb2-ff90-4965-bc68-684ad2e4022c => 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: 1414/2840] 199.204.45.248 () {34 vars in 1056 bytes} [Tue Apr 14 07:35:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.91&port_id=44217cba-a444-41cc-9b4c-6a35271c892a => 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: 1427/2841] 199.204.45.248 () {34 vars in 1102 bytes} [Tue Apr 14 07:35:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A11&port_id=44217cba-a444-41cc-9b4c-6a35271c892a => 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: 1415/2842] 199.204.45.248 () {34 vars in 1064 bytes} [Tue Apr 14 07:35:21 2026] GET /v2.0/subnets?id=9e2afe0b-0e31-41be-abf8-7ef85add9e3b&id=5dcca621-16de-47e0-859e-d2bd9f75f031 => 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: 1428/2843] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:35:21 2026] GET /v2.0/ports?network_id=7adc4bb2-ff90-4965-bc68-684ad2e4022c&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2844] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:35:21 2026] GET /v2.0/ports?network_id=7adc4bb2-ff90-4965-bc68-684ad2e4022c&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2845] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:35:21 2026] GET /v2.0/networks/7adc4bb2-ff90-4965-bc68-684ad2e4022c?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: 1417/2846] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:35:21 2026] GET /v2.0/networks/7adc4bb2-ff90-4965-bc68-684ad2e4022c?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: 1430/2847] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:35:22 2026] GET /v2.0/ports?tenant_id=69266cc1365c478fb891c0462a1b823b&device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 4092 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2848] 199.204.45.248 () {34 vars in 1062 bytes} [Tue Apr 14 07:35:22 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.209&port_id=cebc598b-9d88-44b4-ae95-c8e1c2baadf3 => 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: 1431/2849] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:35:22 2026] GET /v2.0/subnets?id=6aba8f5c-e171-4167-8947-f19006f88d91 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2850] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:35:22 2026] GET /v2.0/ports?network_id=b30636d9-1425-4420-865f-41439bf6aec0&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2851] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:35:22 2026] GET /v2.0/networks/b30636d9-1425-4420-865f-41439bf6aec0?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: 1420/2852] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:35:22 2026] GET /v2.0/networks/b30636d9-1425-4420-865f-41439bf6aec0?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: 1433/2853] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Apr 14 07:35:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.110&port_id=2c2bcb8c-03d8-46d0-8966-639180e2bc4d => 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: 1421/2854] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:35:22 2026] GET /v2.0/subnets?id=a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2855] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:35:22 2026] GET /v2.0/ports?network_id=fd982268-dc4b-4ee4-8a53-2468f528161e&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2856] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:35:22 2026] GET /v2.0/networks/fd982268-dc4b-4ee4-8a53-2468f528161e?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: 1435/2857] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:35:22 2026] GET /v2.0/networks/fd982268-dc4b-4ee4-8a53-2468f528161e?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: 1423/2858] 199.204.45.248 () {34 vars in 1056 bytes} [Tue Apr 14 07:35:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.91&port_id=44217cba-a444-41cc-9b4c-6a35271c892a => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2859] 199.204.45.248 () {34 vars in 1102 bytes} [Tue Apr 14 07:35:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A11&port_id=44217cba-a444-41cc-9b4c-6a35271c892a => 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: 1424/2860] 199.204.45.248 () {34 vars in 1064 bytes} [Tue Apr 14 07:35:22 2026] GET /v2.0/subnets?id=9e2afe0b-0e31-41be-abf8-7ef85add9e3b&id=5dcca621-16de-47e0-859e-d2bd9f75f031 => generated 1410 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2861] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:35:23 2026] GET /v2.0/ports?network_id=7adc4bb2-ff90-4965-bc68-684ad2e4022c&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: 1425/2862] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:35:23 2026] GET /v2.0/ports?network_id=7adc4bb2-ff90-4965-bc68-684ad2e4022c&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2863] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:35:23 2026] GET /v2.0/networks/7adc4bb2-ff90-4965-bc68-684ad2e4022c?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: 1426/2864] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:35:23 2026] GET /v2.0/networks/7adc4bb2-ff90-4965-bc68-684ad2e4022c?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: 1439/2865] 10.0.0.166 () {34 vars in 971 bytes} [Tue Apr 14 07:35:27 2026] GET /v2.0/ports/44217cba-a444-41cc-9b4c-6a35271c892a => generated 1512 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2866] 199.204.45.248 () {30 vars in 743 bytes} [Tue Apr 14 07:35:27 2026] GET /v2.0/networks/7adc4bb2-ff90-4965-bc68-684ad2e4022c => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2867] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:35:27 2026] GET /v2.0/subnets/9e2afe0b-0e31-41be-abf8-7ef85add9e3b => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2868] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:35:27 2026] GET /v2.0/subnets/5dcca621-16de-47e0-859e-d2bd9f75f031 => generated 744 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2869] 199.204.45.248 () {30 vars in 703 bytes} [Tue Apr 14 07:35:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2870] 199.204.45.248 () {30 vars in 705 bytes} [Tue Apr 14 07:35:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2871] 199.204.45.248 () {30 vars in 681 bytes} [Tue Apr 14 07:35:27 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: 1430/2872] 199.204.45.248 () {30 vars in 717 bytes} [Tue Apr 14 07:35:27 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: 1443/2873] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:35:27 2026] GET /v2.0/subnets/a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2874] 199.204.45.248 () {30 vars in 737 bytes} [Tue Apr 14 07:35:27 2026] GET /v2.0/ports/118bcf4d-bd4f-4cc8-aa8e-52b312d3df9b => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2875] 199.204.45.248 () {30 vars in 737 bytes} [Tue Apr 14 07:35:27 2026] GET /v2.0/ports/2c2bcb8c-03d8-46d0-8966-639180e2bc4d => generated 1350 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2876] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:35:27 2026] GET /v2.0/subnets/a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2877] 199.204.45.248 () {30 vars in 743 bytes} [Tue Apr 14 07:35:27 2026] GET /v2.0/networks/fd982268-dc4b-4ee4-8a53-2468f528161e => generated 798 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2878] 199.204.45.248 () {30 vars in 737 bytes} [Tue Apr 14 07:35:27 2026] GET /v2.0/ports/118bcf4d-bd4f-4cc8-aa8e-52b312d3df9b => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2879] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:35:27 2026] GET /v2.0/subnets/a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2880] 10.0.0.112 () {30 vars in 690 bytes} [Tue Apr 14 07:35:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2881] 10.0.0.112 () {30 vars in 692 bytes} [Tue Apr 14 07:35:31 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: 1435/2882] 10.0.0.112 () {30 vars in 668 bytes} [Tue Apr 14 07:35:31 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: 1448/2883] 10.0.0.112 () {30 vars in 704 bytes} [Tue Apr 14 07:35:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2884] 10.0.0.112 () {28 vars in 439 bytes} [Tue Apr 14 07:35:32 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: 1449/2885] 10.0.0.112 () {30 vars in 728 bytes} [Tue Apr 14 07:35:32 2026] GET /v2.0/subnets/a4d61bde-5d91-496d-878b-3ab9ae21cb60 => generated 656 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2886] 199.204.45.248 () {30 vars in 703 bytes} [Tue Apr 14 07:35:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2887] 199.204.45.248 () {30 vars in 705 bytes} [Tue Apr 14 07:35:33 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: 1452/2890] 199.204.45.248 () {30 vars in 681 bytes} [Tue Apr 14 07:35:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2891] 199.204.45.248 () {30 vars in 717 bytes} [Tue Apr 14 07:35:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2892] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:35:33 2026] GET /v2.0/subnets/9e2afe0b-0e31-41be-abf8-7ef85add9e3b => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2893] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:35:33 2026] GET /v2.0/subnets/a4d61bde-5d91-496d-878b-3ab9ae21cb60 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2894] 199.204.45.248 () {30 vars in 769 bytes} [Tue Apr 14 07:35:33 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 4094 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2895] 199.204.45.248 () {30 vars in 703 bytes} [Tue Apr 14 07:35:33 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: 1455/2896] 199.204.45.248 () {30 vars in 705 bytes} [Tue Apr 14 07:35:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2897] 199.204.45.248 () {30 vars in 681 bytes} [Tue Apr 14 07:35:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2898] 199.204.45.248 () {30 vars in 717 bytes} [Tue Apr 14 07:35:33 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: 1443/2899] 199.204.45.248 () {34 vars in 717 bytes} [Tue Apr 14 07:35:33 2026] POST /v2.0/ports => generated 1332 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2900] 10.0.0.166 () {34 vars in 971 bytes} [Tue Apr 14 07:35:33 2026] GET /v2.0/ports/62389f5e-3030-49a6-9eee-c29a1965ac62 => generated 1332 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1444/2901] 10.0.0.166 () {34 vars in 907 bytes} [Tue Apr 14 07:35:33 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2902] 199.204.45.248 () {34 vars in 1262 bytes} [Tue Apr 14 07:35:34 2026] GET /v2.0/ports/62389f5e-3030-49a6-9eee-c29a1965ac62?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2903] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:35:35 2026] GET /v2.0/networks/cea7be46-7836-48de-ada3-f2231871021b?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: 1459/2904] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:35:35 2026] GET /v2.0/networks/cea7be46-7836-48de-ada3-f2231871021b?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: 1446/2905] 199.204.45.248 () {34 vars in 975 bytes} [Tue Apr 14 07:35:35 2026] GET /v2.0/ports/62389f5e-3030-49a6-9eee-c29a1965ac62 => generated 1332 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2906] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:35:35 2026] GET /v2.0/networks?id=cea7be46-7836-48de-ada3-f2231871021b => generated 801 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2907] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Apr 14 07:35:35 2026] PUT /v2.0/ports/62389f5e-3030-49a6-9eee-c29a1965ac62 => generated 1522 bytes in 480 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:35:36.243 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-19b333a5-9c6a-4ceb-8458-6aa25e764d91'] response: {'name': 'network-changed', 'server_uuid': '7c69a5c6-ca74-4213-bd1f-eafc808b4cc8', 'tag': '62389f5e-3030-49a6-9eee-c29a1965ac62', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1461/2908] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:35:36 2026] GET /v2.0/ports?tenant_id=69266cc1365c478fb891c0462a1b823b&device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 5608 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1448/2909] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:35:36 2026] GET /v2.0/networks?id=cea7be46-7836-48de-ada3-f2231871021b => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2910] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Apr 14 07:35:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.187&port_id=62389f5e-3030-49a6-9eee-c29a1965ac62 => 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: 1449/2911] 199.204.45.248 () {34 vars in 1106 bytes} [Tue Apr 14 07:35:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A19a&port_id=62389f5e-3030-49a6-9eee-c29a1965ac62 => 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: 1463/2912] 199.204.45.248 () {34 vars in 1064 bytes} [Tue Apr 14 07:35:36 2026] GET /v2.0/subnets?id=e4eff2df-9c70-4437-89df-d31a54c5e652&id=a4d61bde-5d91-496d-878b-3ab9ae21cb60 => generated 1415 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2913] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:35:36 2026] GET /v2.0/ports?network_id=cea7be46-7836-48de-ada3-f2231871021b&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: 8|app: 0|req: 1464/2914] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:35:36 2026] GET /v2.0/ports?network_id=cea7be46-7836-48de-ada3-f2231871021b&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2915] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:35:37 2026] GET /v2.0/networks/cea7be46-7836-48de-ada3-f2231871021b?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: 1465/2916] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:35:37 2026] GET /v2.0/networks/cea7be46-7836-48de-ada3-f2231871021b?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: 1452/2917] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:35:38 2026] GET /v2.0/ports?tenant_id=69266cc1365c478fb891c0462a1b823b&device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 5608 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2918] 199.204.45.248 () {34 vars in 1062 bytes} [Tue Apr 14 07:35:38 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.209&port_id=cebc598b-9d88-44b4-ae95-c8e1c2baadf3 => 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: 1453/2919] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:35:38 2026] GET /v2.0/subnets?id=6aba8f5c-e171-4167-8947-f19006f88d91 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2920] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:35:38 2026] GET /v2.0/ports?network_id=b30636d9-1425-4420-865f-41439bf6aec0&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: 1454/2921] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:35:38 2026] GET /v2.0/networks/b30636d9-1425-4420-865f-41439bf6aec0?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: 1468/2922] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:35:38 2026] GET /v2.0/networks/b30636d9-1425-4420-865f-41439bf6aec0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2923] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Apr 14 07:35:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.110&port_id=2c2bcb8c-03d8-46d0-8966-639180e2bc4d => 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: 1469/2924] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:35:38 2026] GET /v2.0/subnets?id=a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2925] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:35:38 2026] GET /v2.0/ports?network_id=fd982268-dc4b-4ee4-8a53-2468f528161e&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2926] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:35:38 2026] GET /v2.0/networks/fd982268-dc4b-4ee4-8a53-2468f528161e?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: 1457/2927] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:35:38 2026] GET /v2.0/networks/fd982268-dc4b-4ee4-8a53-2468f528161e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2928] 199.204.45.248 () {34 vars in 1056 bytes} [Tue Apr 14 07:35:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.91&port_id=44217cba-a444-41cc-9b4c-6a35271c892a => 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: 1458/2929] 199.204.45.248 () {34 vars in 1102 bytes} [Tue Apr 14 07:35:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A11&port_id=44217cba-a444-41cc-9b4c-6a35271c892a => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2930] 199.204.45.248 () {34 vars in 1064 bytes} [Tue Apr 14 07:35:38 2026] GET /v2.0/subnets?id=9e2afe0b-0e31-41be-abf8-7ef85add9e3b&id=5dcca621-16de-47e0-859e-d2bd9f75f031 => 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: 1459/2931] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:35:38 2026] GET /v2.0/ports?network_id=7adc4bb2-ff90-4965-bc68-684ad2e4022c&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2932] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:35:38 2026] GET /v2.0/ports?network_id=7adc4bb2-ff90-4965-bc68-684ad2e4022c&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2933] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:35:38 2026] GET /v2.0/networks/7adc4bb2-ff90-4965-bc68-684ad2e4022c?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: 1474/2934] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:35:38 2026] GET /v2.0/networks/7adc4bb2-ff90-4965-bc68-684ad2e4022c?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: 1461/2935] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Apr 14 07:35:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.187&port_id=62389f5e-3030-49a6-9eee-c29a1965ac62 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2936] 199.204.45.248 () {34 vars in 1106 bytes} [Tue Apr 14 07:35:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A19a&port_id=62389f5e-3030-49a6-9eee-c29a1965ac62 => 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: 1462/2937] 199.204.45.248 () {34 vars in 1064 bytes} [Tue Apr 14 07:35:39 2026] GET /v2.0/subnets?id=e4eff2df-9c70-4437-89df-d31a54c5e652&id=a4d61bde-5d91-496d-878b-3ab9ae21cb60 => generated 1415 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2938] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:35:39 2026] GET /v2.0/ports?network_id=cea7be46-7836-48de-ada3-f2231871021b&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2939] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:35:39 2026] GET /v2.0/ports?network_id=cea7be46-7836-48de-ada3-f2231871021b&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: 1477/2940] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:35:39 2026] GET /v2.0/networks/cea7be46-7836-48de-ada3-f2231871021b?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: 1464/2941] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:35:39 2026] GET /v2.0/networks/cea7be46-7836-48de-ada3-f2231871021b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2942] 10.0.0.166 () {34 vars in 971 bytes} [Tue Apr 14 07:35:43 2026] GET /v2.0/ports/62389f5e-3030-49a6-9eee-c29a1965ac62 => generated 1524 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2943] 199.204.45.248 () {30 vars in 743 bytes} [Tue Apr 14 07:35:43 2026] GET /v2.0/networks/cea7be46-7836-48de-ada3-f2231871021b => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2944] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:35:43 2026] GET /v2.0/subnets/a4d61bde-5d91-496d-878b-3ab9ae21cb60 => generated 674 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2945] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:35:43 2026] GET /v2.0/subnets/e4eff2df-9c70-4437-89df-d31a54c5e652 => generated 748 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2946] 199.204.45.248 () {30 vars in 737 bytes} [Tue Apr 14 07:35:43 2026] GET /v2.0/ports/44217cba-a444-41cc-9b4c-6a35271c892a => generated 1512 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2947] 199.204.45.248 () {34 vars in 790 bytes} [Tue Apr 14 07:35:43 2026] PUT /v2.0/ports/44217cba-a444-41cc-9b4c-6a35271c892a => generated 1251 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:35:43.659 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-20c01da2-c552-4426-b971-cc0344ff55be'] response: {'name': 'network-changed', 'server_uuid': '7c69a5c6-ca74-4213-bd1f-eafc808b4cc8', 'tag': '44217cba-a444-41cc-9b4c-6a35271c892a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1481/2948] 199.204.45.248 () {30 vars in 743 bytes} [Tue Apr 14 07:35:43 2026] GET /v2.0/networks/7adc4bb2-ff90-4965-bc68-684ad2e4022c => 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: 7|app: 0|req: 1468/2949] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:35:43 2026] GET /v2.0/subnets/9e2afe0b-0e31-41be-abf8-7ef85add9e3b => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2950] 199.204.45.248 () {30 vars in 703 bytes} [Tue Apr 14 07:35:43 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: 1469/2951] 199.204.45.248 () {30 vars in 705 bytes} [Tue Apr 14 07:35:43 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: 1483/2952] 199.204.45.248 () {30 vars in 681 bytes} [Tue Apr 14 07:35:43 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: 1470/2953] 199.204.45.248 () {30 vars in 717 bytes} [Tue Apr 14 07:35:43 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: 1484/2954] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:35:43 2026] GET /v2.0/subnets/a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2955] 199.204.45.248 () {30 vars in 737 bytes} [Tue Apr 14 07:35:43 2026] GET /v2.0/ports/118bcf4d-bd4f-4cc8-aa8e-52b312d3df9b => generated 1132 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2956] 199.204.45.248 () {30 vars in 737 bytes} [Tue Apr 14 07:35:43 2026] GET /v2.0/ports/2c2bcb8c-03d8-46d0-8966-639180e2bc4d => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2957] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:35:44 2026] GET /v2.0/subnets/a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 676 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2958] 199.204.45.248 () {30 vars in 743 bytes} [Tue Apr 14 07:35:44 2026] GET /v2.0/networks/fd982268-dc4b-4ee4-8a53-2468f528161e => generated 798 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2959] 199.204.45.248 () {30 vars in 737 bytes} [Tue Apr 14 07:35:44 2026] GET /v2.0/ports/118bcf4d-bd4f-4cc8-aa8e-52b312d3df9b => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2960] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:35:44 2026] GET /v2.0/ports?tenant_id=69266cc1365c478fb891c0462a1b823b&device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 5385 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2961] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:35:44 2026] GET /v2.0/subnets/a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2962] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:35:44 2026] GET /v2.0/networks?id=7adc4bb2-ff90-4965-bc68-684ad2e4022c => 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: 1475/2963] 199.204.45.248 () {34 vars in 1056 bytes} [Tue Apr 14 07:35:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.91&port_id=44217cba-a444-41cc-9b4c-6a35271c892a => 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: 1489/2964] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:35:44 2026] GET /v2.0/subnets?id=9e2afe0b-0e31-41be-abf8-7ef85add9e3b => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2965] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:35:44 2026] GET /v2.0/ports?network_id=7adc4bb2-ff90-4965-bc68-684ad2e4022c&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2966] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:35:44 2026] GET /v2.0/networks/7adc4bb2-ff90-4965-bc68-684ad2e4022c?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: 1477/2967] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:35:44 2026] GET /v2.0/networks/7adc4bb2-ff90-4965-bc68-684ad2e4022c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2970] 199.204.45.248 () {30 vars in 703 bytes} [Tue Apr 14 07:35:56 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: 1479/2971] 199.204.45.248 () {30 vars in 705 bytes} [Tue Apr 14 07:35:56 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: 1493/2972] 199.204.45.248 () {30 vars in 681 bytes} [Tue Apr 14 07:35:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2973] 199.204.45.248 () {30 vars in 717 bytes} [Tue Apr 14 07:35:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2974] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:35:56 2026] GET /v2.0/subnets/9e2afe0b-0e31-41be-abf8-7ef85add9e3b => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2975] 199.204.45.248 () {30 vars in 769 bytes} [Tue Apr 14 07:35:56 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 5385 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2976] 199.204.45.248 () {30 vars in 703 bytes} [Tue Apr 14 07:35:57 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/2977] 199.204.45.248 () {30 vars in 705 bytes} [Tue Apr 14 07:35:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2978] 199.204.45.248 () {30 vars in 681 bytes} [Tue Apr 14 07:35:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2979] 199.204.45.248 () {30 vars in 717 bytes} [Tue Apr 14 07:35:57 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: 1497/2980] 199.204.45.248 () {30 vars in 737 bytes} [Tue Apr 14 07:35:57 2026] GET /v2.0/ports/62389f5e-3030-49a6-9eee-c29a1965ac62 => generated 1524 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2981] 199.204.45.248 () {34 vars in 790 bytes} [Tue Apr 14 07:35:57 2026] PUT /v2.0/ports/62389f5e-3030-49a6-9eee-c29a1965ac62 => generated 1311 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:35:57.506 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cc3bb14c-e0db-47bc-a2f5-1a03fda35b0e'] response: {'name': 'network-changed', 'server_uuid': '7c69a5c6-ca74-4213-bd1f-eafc808b4cc8', 'tag': '62389f5e-3030-49a6-9eee-c29a1965ac62', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1498/2982] 199.204.45.248 () {30 vars in 743 bytes} [Tue Apr 14 07:35:57 2026] GET /v2.0/networks/cea7be46-7836-48de-ada3-f2231871021b => generated 798 bytes in 66 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: 1485/2983] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:35:57 2026] GET /v2.0/subnets/e4eff2df-9c70-4437-89df-d31a54c5e652 => generated 748 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2984] 199.204.45.248 () {30 vars in 737 bytes} [Tue Apr 14 07:35:57 2026] GET /v2.0/ports/62389f5e-3030-49a6-9eee-c29a1965ac62 => generated 1347 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2985] 199.204.45.248 () {34 vars in 789 bytes} [Tue Apr 14 07:35:57 2026] PUT /v2.0/ports/62389f5e-3030-49a6-9eee-c29a1965ac62 => generated 1080 bytes in 339 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: 1500/2986] 199.204.45.248 () {30 vars in 743 bytes} [Tue Apr 14 07:35:57 2026] GET /v2.0/networks/cea7be46-7836-48de-ada3-f2231871021b => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2987] 199.204.45.248 () {30 vars in 769 bytes} [Tue Apr 14 07:35:58 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 4977 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2988] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:35:58 2026] GET /v2.0/ports?tenant_id=69266cc1365c478fb891c0462a1b823b&device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 4977 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2989] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:35:58 2026] GET /v2.0/networks?id=cea7be46-7836-48de-ada3-f2231871021b => generated 801 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2990] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:35:58 2026] GET /v2.0/networks/cea7be46-7836-48de-ada3-f2231871021b?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: 1503/2991] 199.204.45.248 () {30 vars in 769 bytes} [Tue Apr 14 07:35:58 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 4977 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2992] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:35:58 2026] GET /v2.0/networks/cea7be46-7836-48de-ada3-f2231871021b?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: 1504/2993] 199.204.45.248 () {30 vars in 769 bytes} [Tue Apr 14 07:35:59 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 4977 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:35:59.541 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1bc92be4-49a6-4afa-b79d-dba7d65e2d87'] response: {'name': 'network-changed', 'server_uuid': '7c69a5c6-ca74-4213-bd1f-eafc808b4cc8', 'tag': '62389f5e-3030-49a6-9eee-c29a1965ac62', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1490/2994] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:36:00 2026] GET /v2.0/ports?tenant_id=69266cc1365c478fb891c0462a1b823b&device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 4977 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2995] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:36:00 2026] GET /v2.0/networks?id=cea7be46-7836-48de-ada3-f2231871021b => generated 801 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2996] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:36:00 2026] GET /v2.0/networks/cea7be46-7836-48de-ada3-f2231871021b?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: 1506/2997] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:36:00 2026] GET /v2.0/networks/cea7be46-7836-48de-ada3-f2231871021b?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: 1492/2998] 199.204.45.248 () {30 vars in 769 bytes} [Tue Apr 14 07:36:00 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 4977 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2999] 199.204.45.248 () {34 vars in 975 bytes} [Tue Apr 14 07:36:00 2026] GET /v2.0/ports/62389f5e-3030-49a6-9eee-c29a1965ac62 => 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: 1493/3000] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Apr 14 07:36:00 2026] GET /v2.0/ports/62389f5e-3030-49a6-9eee-c29a1965ac62?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3001] 199.204.45.248 () {34 vars in 1016 bytes} [Tue Apr 14 07:36:00 2026] GET /v2.0/networks/cea7be46-7836-48de-ada3-f2231871021b?fields=dns_domain => generated 29 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3002] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Apr 14 07:36:00 2026] PUT /v2.0/ports/62389f5e-3030-49a6-9eee-c29a1965ac62 => generated 917 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3003] 199.204.45.248 () {30 vars in 769 bytes} [Tue Apr 14 07:36:01 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 3869 bytes in 61 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-04-14 07:36:01.561 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f5edf09-8599-48ae-bc81-8d7ecb25bb5c fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 62389f5e-3030-49a6-9eee-c29a1965ac62 2026-04-14 07:36:01.564 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f5edf09-8599-48ae-bc81-8d7ecb25bb5c fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 62389f5e-3030-49a6-9eee-c29a1965ac62 [pid: 7|app: 0|req: 1495/3004] 199.204.45.248 () {32 vars in 759 bytes} [Tue Apr 14 07:36:01 2026] DELETE /v2.0/ports/62389f5e-3030-49a6-9eee-c29a1965ac62 => 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: 1510/3005] 199.204.45.248 () {30 vars in 703 bytes} [Tue Apr 14 07:36:01 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: 1496/3006] 199.204.45.248 () {30 vars in 705 bytes} [Tue Apr 14 07:36:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3007] 199.204.45.248 () {30 vars in 681 bytes} [Tue Apr 14 07:36:01 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: 1497/3008] 199.204.45.248 () {30 vars in 717 bytes} [Tue Apr 14 07:36:01 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: 1512/3009] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:36:01 2026] GET /v2.0/subnets/a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3010] 199.204.45.248 () {30 vars in 737 bytes} [Tue Apr 14 07:36:01 2026] GET /v2.0/ports/118bcf4d-bd4f-4cc8-aa8e-52b312d3df9b => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3011] 199.204.45.248 () {30 vars in 737 bytes} [Tue Apr 14 07:36:01 2026] GET /v2.0/ports/2c2bcb8c-03d8-46d0-8966-639180e2bc4d => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3012] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:36:01 2026] GET /v2.0/subnets/a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3013] 199.204.45.248 () {30 vars in 743 bytes} [Tue Apr 14 07:36:01 2026] GET /v2.0/networks/fd982268-dc4b-4ee4-8a53-2468f528161e => 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: 1500/3014] 199.204.45.248 () {30 vars in 737 bytes} [Tue Apr 14 07:36:02 2026] GET /v2.0/ports/118bcf4d-bd4f-4cc8-aa8e-52b312d3df9b => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3015] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:36:02 2026] GET /v2.0/subnets/a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3016] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:36:02 2026] GET /v2.0/ports?tenant_id=69266cc1365c478fb891c0462a1b823b&device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 3869 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3017] 199.204.45.248 () {34 vars in 1226 bytes} [Tue Apr 14 07:36:02 2026] GET /v2.0/networks?id=b30636d9-1425-4420-865f-41439bf6aec0&id=fd982268-dc4b-4ee4-8a53-2468f528161e&id=7adc4bb2-ff90-4965-bc68-684ad2e4022c&id=cea7be46-7836-48de-ada3-f2231871021b => generated 3096 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3018] 199.204.45.248 () {34 vars in 1062 bytes} [Tue Apr 14 07:36:02 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.209&port_id=cebc598b-9d88-44b4-ae95-c8e1c2baadf3 => 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: 1517/3019] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:36:02 2026] GET /v2.0/subnets?id=6aba8f5c-e171-4167-8947-f19006f88d91 => 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: 1503/3020] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:36:02 2026] GET /v2.0/ports?network_id=b30636d9-1425-4420-865f-41439bf6aec0&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: 1518/3021] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:36:02 2026] GET /v2.0/networks/b30636d9-1425-4420-865f-41439bf6aec0?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: 1504/3022] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:36:02 2026] GET /v2.0/networks/b30636d9-1425-4420-865f-41439bf6aec0?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: 1519/3023] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Apr 14 07:36:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.110&port_id=2c2bcb8c-03d8-46d0-8966-639180e2bc4d => 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: 1505/3024] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:36:02 2026] GET /v2.0/subnets?id=a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3025] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:36:02 2026] GET /v2.0/ports?network_id=fd982268-dc4b-4ee4-8a53-2468f528161e&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3026] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:36:02 2026] GET /v2.0/networks/fd982268-dc4b-4ee4-8a53-2468f528161e?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3027] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:36:02 2026] GET /v2.0/networks/fd982268-dc4b-4ee4-8a53-2468f528161e?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: 1507/3028] 199.204.45.248 () {34 vars in 1056 bytes} [Tue Apr 14 07:36:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.91&port_id=44217cba-a444-41cc-9b4c-6a35271c892a => 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: 1522/3029] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:36:02 2026] GET /v2.0/subnets?id=9e2afe0b-0e31-41be-abf8-7ef85add9e3b => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3030] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:36:03 2026] GET /v2.0/ports?network_id=7adc4bb2-ff90-4965-bc68-684ad2e4022c&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3031] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:36:03 2026] GET /v2.0/networks/7adc4bb2-ff90-4965-bc68-684ad2e4022c?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: 1509/3034] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:36:03 2026] GET /v2.0/networks/7adc4bb2-ff90-4965-bc68-684ad2e4022c?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: 1526/3035] 199.204.45.248 () {30 vars in 703 bytes} [Tue Apr 14 07:36:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3036] 199.204.45.248 () {30 vars in 705 bytes} [Tue Apr 14 07:36:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3037] 199.204.45.248 () {30 vars in 681 bytes} [Tue Apr 14 07:36:07 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: 1511/3038] 199.204.45.248 () {30 vars in 717 bytes} [Tue Apr 14 07:36:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3039] 199.204.45.248 () {30 vars in 769 bytes} [Tue Apr 14 07:36:07 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 3869 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3040] 199.204.45.248 () {30 vars in 703 bytes} [Tue Apr 14 07:36:07 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: 1529/3041] 199.204.45.248 () {30 vars in 705 bytes} [Tue Apr 14 07:36:07 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: 1513/3042] 199.204.45.248 () {30 vars in 681 bytes} [Tue Apr 14 07:36:07 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: 1530/3043] 199.204.45.248 () {30 vars in 717 bytes} [Tue Apr 14 07:36:07 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: 1514/3044] 199.204.45.248 () {30 vars in 737 bytes} [Tue Apr 14 07:36:07 2026] GET /v2.0/ports/44217cba-a444-41cc-9b4c-6a35271c892a => generated 1287 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3045] 199.204.45.248 () {34 vars in 789 bytes} [Tue Apr 14 07:36:07 2026] PUT /v2.0/ports/44217cba-a444-41cc-9b4c-6a35271c892a => generated 1080 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:36:08.175 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a8fd1e4-9f63-4c44-a701-29bab866ba8e'] response: {'name': 'network-changed', 'server_uuid': '7c69a5c6-ca74-4213-bd1f-eafc808b4cc8', 'tag': '44217cba-a444-41cc-9b4c-6a35271c892a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1515/3046] 199.204.45.248 () {30 vars in 743 bytes} [Tue Apr 14 07:36:08 2026] GET /v2.0/networks/7adc4bb2-ff90-4965-bc68-684ad2e4022c => generated 798 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1532/3047] 199.204.45.248 () {30 vars in 769 bytes} [Tue Apr 14 07:36:08 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 3698 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3048] 199.204.45.248 () {30 vars in 769 bytes} [Tue Apr 14 07:36:08 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 3698 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3049] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:36:08 2026] GET /v2.0/ports?tenant_id=69266cc1365c478fb891c0462a1b823b&device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 3698 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3050] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:36:08 2026] GET /v2.0/networks?id=7adc4bb2-ff90-4965-bc68-684ad2e4022c => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3051] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:36:08 2026] GET /v2.0/networks/7adc4bb2-ff90-4965-bc68-684ad2e4022c?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3052] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:36:08 2026] GET /v2.0/networks/7adc4bb2-ff90-4965-bc68-684ad2e4022c?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: 1535/3053] 199.204.45.248 () {30 vars in 769 bytes} [Tue Apr 14 07:36:09 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 3698 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3054] 199.204.45.248 () {34 vars in 975 bytes} [Tue Apr 14 07:36:10 2026] GET /v2.0/ports/44217cba-a444-41cc-9b4c-6a35271c892a => generated 1116 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3055] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Apr 14 07:36:10 2026] GET /v2.0/ports/44217cba-a444-41cc-9b4c-6a35271c892a?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3056] 199.204.45.248 () {34 vars in 1016 bytes} [Tue Apr 14 07:36:10 2026] GET /v2.0/networks/7adc4bb2-ff90-4965-bc68-684ad2e4022c?fields=dns_domain => generated 29 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3057] 199.204.45.248 () {30 vars in 769 bytes} [Tue Apr 14 07:36:10 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 3698 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3058] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Apr 14 07:36:10 2026] PUT /v2.0/ports/44217cba-a444-41cc-9b4c-6a35271c892a => generated 917 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3059] 199.204.45.248 () {30 vars in 769 bytes} [Tue Apr 14 07:36:11 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 2590 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 07:36:11.630 7 INFO neutron_taas.services.taas.taas_plugin [None req-e378658e-8ad2-49a6-b960-5fa0a1b6e1bc fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 44217cba-a444-41cc-9b4c-6a35271c892a 2026-04-14 07:36:11.632 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e378658e-8ad2-49a6-b960-5fa0a1b6e1bc fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 44217cba-a444-41cc-9b4c-6a35271c892a [pid: 7|app: 0|req: 1522/3060] 199.204.45.248 () {32 vars in 759 bytes} [Tue Apr 14 07:36:11 2026] DELETE /v2.0/ports/44217cba-a444-41cc-9b4c-6a35271c892a => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3061] 199.204.45.248 () {30 vars in 703 bytes} [Tue Apr 14 07:36:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3062] 199.204.45.248 () {30 vars in 705 bytes} [Tue Apr 14 07:36:11 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3063] 199.204.45.248 () {30 vars in 681 bytes} [Tue Apr 14 07:36:11 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: 1524/3064] 199.204.45.248 () {30 vars in 717 bytes} [Tue Apr 14 07:36:11 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: 1541/3065] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:36:11 2026] GET /v2.0/subnets/a6ff52f8-2dc3-4379-adec-0003b15ed6ed => 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: 1525/3066] 199.204.45.248 () {30 vars in 737 bytes} [Tue Apr 14 07:36:11 2026] GET /v2.0/ports/118bcf4d-bd4f-4cc8-aa8e-52b312d3df9b => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3067] 199.204.45.248 () {30 vars in 737 bytes} [Tue Apr 14 07:36:11 2026] GET /v2.0/ports/2c2bcb8c-03d8-46d0-8966-639180e2bc4d => generated 1350 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3068] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:36:11 2026] GET /v2.0/subnets/a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3069] 199.204.45.248 () {30 vars in 743 bytes} [Tue Apr 14 07:36:11 2026] GET /v2.0/networks/fd982268-dc4b-4ee4-8a53-2468f528161e => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3070] 199.204.45.248 () {30 vars in 737 bytes} [Tue Apr 14 07:36:12 2026] GET /v2.0/ports/118bcf4d-bd4f-4cc8-aa8e-52b312d3df9b => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3071] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:36:12 2026] GET /v2.0/subnets/a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3072] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:36:12 2026] GET /v2.0/ports?tenant_id=69266cc1365c478fb891c0462a1b823b&device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 2590 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3073] 199.204.45.248 () {34 vars in 1146 bytes} [Tue Apr 14 07:36:12 2026] GET /v2.0/networks?id=b30636d9-1425-4420-865f-41439bf6aec0&id=fd982268-dc4b-4ee4-8a53-2468f528161e&id=7adc4bb2-ff90-4965-bc68-684ad2e4022c => generated 2309 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3074] 199.204.45.248 () {34 vars in 1062 bytes} [Tue Apr 14 07:36:12 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.209&port_id=cebc598b-9d88-44b4-ae95-c8e1c2baadf3 => 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: 1546/3075] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:36:12 2026] GET /v2.0/subnets?id=6aba8f5c-e171-4167-8947-f19006f88d91 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3076] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:36:12 2026] GET /v2.0/ports?network_id=b30636d9-1425-4420-865f-41439bf6aec0&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3077] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:36:12 2026] GET /v2.0/networks/b30636d9-1425-4420-865f-41439bf6aec0?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: 1531/3078] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:36:12 2026] GET /v2.0/networks/b30636d9-1425-4420-865f-41439bf6aec0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3079] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Apr 14 07:36:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.110&port_id=2c2bcb8c-03d8-46d0-8966-639180e2bc4d => 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: 1532/3080] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:36:12 2026] GET /v2.0/subnets?id=a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3081] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:36:12 2026] GET /v2.0/ports?network_id=fd982268-dc4b-4ee4-8a53-2468f528161e&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3082] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:36:12 2026] GET /v2.0/networks/fd982268-dc4b-4ee4-8a53-2468f528161e?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: 1550/3083] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:36:12 2026] GET /v2.0/networks/fd982268-dc4b-4ee4-8a53-2468f528161e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3086] 199.204.45.248 () {30 vars in 703 bytes} [Tue Apr 14 07:36: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: 1552/3087] 199.204.45.248 () {30 vars in 705 bytes} [Tue Apr 14 07:36:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3088] 199.204.45.248 () {30 vars in 681 bytes} [Tue Apr 14 07:36:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3089] 199.204.45.248 () {30 vars in 717 bytes} [Tue Apr 14 07:36:24 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-04-14 07:36:24.751 7 INFO neutron.api.v2.resource [None req-38ca3775-0601-4e16-80f0-11e2c059769f fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1537/3090] 199.204.45.248 () {30 vars in 763 bytes} [Tue Apr 14 07:36:24 2026] GET /v2.0/security-groups/lb-6fdb2dc0-a3e4-46a1-95e1-d3e8818556ba => 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: 1554/3091] 199.204.45.248 () {30 vars in 785 bytes} [Tue Apr 14 07:36:24 2026] GET /v2.0/security-groups?name=lb-6fdb2dc0-a3e4-46a1-95e1-d3e8818556ba => generated 2865 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3092] 199.204.45.248 () {30 vars in 815 bytes} [Tue Apr 14 07:36:24 2026] GET /v2.0/security-group-rules?security_group_id=4da2fe54-e37e-413b-b498-010da0ca72bd => generated 2334 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3093] 199.204.45.248 () {32 vars in 789 bytes} [Tue Apr 14 07:36:24 2026] DELETE /v2.0/security-group-rules/2a3abca8-193a-4959-aa12-8b41f7cd706d => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3094] 199.204.45.248 () {32 vars in 789 bytes} [Tue Apr 14 07:36:24 2026] DELETE /v2.0/security-group-rules/9b93edda-7e8c-45b6-8964-ef2838ba5f5e => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:36:27.487 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4ee0bf4-70ed-452a-ae8b-0d18fdaa8f34 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] TaaS: Handle Delete Port: af6c6843-4dca-45fe-8f01-f0f03eafa6f7 2026-04-14 07:36:27.490 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4ee0bf4-70ed-452a-ae8b-0d18fdaa8f34 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] Tap Mirror: Handle Delete Port: af6c6843-4dca-45fe-8f01-f0f03eafa6f7 2026-04-14 07:36:27.673 8 INFO neutron.db.l3_db [None req-f4ee0bf4-70ed-452a-ae8b-0d18fdaa8f34 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] Floating IP b8b97270-2770-44ee-ad20-b4a78f9f2078 disassociated (deleted). External IP: 10.96.250.219, port: 118bcf4d-bd4f-4cc8-aa8e-52b312d3df9b. [pid: 8|app: 0|req: 1556/3095] 10.0.0.98 () {32 vars in 731 bytes} [Tue Apr 14 07:36:27 2026] DELETE /v2.0/floatingips/b8b97270-2770-44ee-ad20-b4a78f9f2078 => generated 0 bytes in 612 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:36:27.988 7 INFO neutron.api.v2.resource [None req-86617e32-af84-40ef-ac58-d531c1262164 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1540/3096] 10.0.0.98 () {32 vars in 728 bytes} [Tue Apr 14 07:36:27 2026] GET /v2.0/floatingips/b8b97270-2770-44ee-ad20-b4a78f9f2078 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3097] 199.204.45.248 () {30 vars in 703 bytes} [Tue Apr 14 07:36:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3098] 199.204.45.248 () {30 vars in 705 bytes} [Tue Apr 14 07:36:28 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: 1558/3099] 199.204.45.248 () {30 vars in 681 bytes} [Tue Apr 14 07:36:28 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: 1542/3100] 199.204.45.248 () {30 vars in 717 bytes} [Tue Apr 14 07:36:28 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-04-14 07:36:28.620 8 INFO neutron.api.v2.resource [None req-c9681f0f-9c20-4ce3-9070-846070397af7 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1559/3101] 199.204.45.248 () {30 vars in 763 bytes} [Tue Apr 14 07:36:28 2026] GET /v2.0/security-groups/lb-6fdb2dc0-a3e4-46a1-95e1-d3e8818556ba => 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: 1543/3102] 199.204.45.248 () {30 vars in 785 bytes} [Tue Apr 14 07:36:28 2026] GET /v2.0/security-groups?name=lb-6fdb2dc0-a3e4-46a1-95e1-d3e8818556ba => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3103] 199.204.45.248 () {30 vars in 815 bytes} [Tue Apr 14 07:36:28 2026] GET /v2.0/security-group-rules?security_group_id=4da2fe54-e37e-413b-b498-010da0ca72bd => generated 1182 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3104] 199.204.45.248 () {30 vars in 703 bytes} [Tue Apr 14 07:36:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3105] 199.204.45.248 () {30 vars in 705 bytes} [Tue Apr 14 07:36:28 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: 1545/3106] 199.204.45.248 () {30 vars in 681 bytes} [Tue Apr 14 07:36:28 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: 1562/3107] 199.204.45.248 () {30 vars in 717 bytes} [Tue Apr 14 07:36:28 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: 1546/3108] 199.204.45.248 () {30 vars in 741 bytes} [Tue Apr 14 07:36:28 2026] GET /v2.0/subnets/a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3109] 199.204.45.248 () {30 vars in 769 bytes} [Tue Apr 14 07:36:28 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3110] 199.204.45.248 () {30 vars in 769 bytes} [Tue Apr 14 07:36:28 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3111] 199.204.45.248 () {30 vars in 769 bytes} [Tue Apr 14 07:36:29 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 2590 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3112] 199.204.45.248 () {30 vars in 769 bytes} [Tue Apr 14 07:36:30 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 2590 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3113] 199.204.45.248 () {34 vars in 975 bytes} [Tue Apr 14 07:36:31 2026] GET /v2.0/ports/2c2bcb8c-03d8-46d0-8966-639180e2bc4d => generated 1350 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3114] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Apr 14 07:36:31 2026] GET /v2.0/ports/2c2bcb8c-03d8-46d0-8966-639180e2bc4d?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3115] 199.204.45.248 () {34 vars in 1016 bytes} [Tue Apr 14 07:36:31 2026] GET /v2.0/networks/fd982268-dc4b-4ee4-8a53-2468f528161e?fields=dns_domain => generated 29 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3116] 199.204.45.248 () {30 vars in 769 bytes} [Tue Apr 14 07:36:31 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 2590 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3117] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Apr 14 07:36:31 2026] PUT /v2.0/ports/2c2bcb8c-03d8-46d0-8966-639180e2bc4d => generated 1151 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3118] 199.204.45.248 () {30 vars in 769 bytes} [Tue Apr 14 07:36:32 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 1248 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: 1568/3119] 199.204.45.248 () {34 vars in 789 bytes} [Tue Apr 14 07:36:32 2026] PUT /v2.0/ports/2c2bcb8c-03d8-46d0-8966-639180e2bc4d => generated 1090 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3120] 199.204.45.248 () {30 vars in 737 bytes} [Tue Apr 14 07:36:32 2026] GET /v2.0/ports/2c2bcb8c-03d8-46d0-8966-639180e2bc4d => generated 1090 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 07:36:32.636 8 INFO neutron_taas.services.taas.taas_plugin [None req-e0b98f2f-16ce-4d2e-8ac0-31e3ef8355f9 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 2c2bcb8c-03d8-46d0-8966-639180e2bc4d 2026-04-14 07:36:32.639 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0b98f2f-16ce-4d2e-8ac0-31e3ef8355f9 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 2c2bcb8c-03d8-46d0-8966-639180e2bc4d [pid: 8|app: 0|req: 1569/3121] 199.204.45.248 () {32 vars in 759 bytes} [Tue Apr 14 07:36:32 2026] DELETE /v2.0/ports/2c2bcb8c-03d8-46d0-8966-639180e2bc4d => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3122] 199.204.45.248 () {30 vars in 703 bytes} [Tue Apr 14 07:36:32 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: 1570/3123] 199.204.45.248 () {30 vars in 705 bytes} [Tue Apr 14 07:36:32 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: 1554/3124] 199.204.45.248 () {30 vars in 681 bytes} [Tue Apr 14 07:36:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3125] 199.204.45.248 () {30 vars in 717 bytes} [Tue Apr 14 07:36:32 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-04-14 07:36:32.941 7 INFO neutron.pecan_wsgi.hooks.translation [None req-10b7ef29-f5c6-44c0-ad04-fce1a7b339d5 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1555/3126] 199.204.45.248 () {32 vars in 759 bytes} [Tue Apr 14 07:36:32 2026] DELETE /v2.0/ports/2c2bcb8c-03d8-46d0-8966-639180e2bc4d => 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: 1572/3127] 199.204.45.248 () {30 vars in 737 bytes} [Tue Apr 14 07:36:32 2026] GET /v2.0/ports/118bcf4d-bd4f-4cc8-aa8e-52b312d3df9b => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:36:33.006 7 INFO neutron.api.v2.resource [None req-65d75f62-b64a-4581-8103-604eb13f12c3 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1556/3128] 199.204.45.248 () {30 vars in 763 bytes} [Tue Apr 14 07:36:32 2026] GET /v2.0/security-groups/lb-6fdb2dc0-a3e4-46a1-95e1-d3e8818556ba => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3129] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:36:33 2026] GET /v2.0/ports?tenant_id=69266cc1365c478fb891c0462a1b823b&device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 1248 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3130] 199.204.45.248 () {30 vars in 785 bytes} [Tue Apr 14 07:36:33 2026] GET /v2.0/security-groups?name=lb-6fdb2dc0-a3e4-46a1-95e1-d3e8818556ba => generated 1639 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3131] 199.204.45.248 () {30 vars in 737 bytes} [Tue Apr 14 07:36:33 2026] GET /v2.0/ports/118bcf4d-bd4f-4cc8-aa8e-52b312d3df9b => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3132] 199.204.45.248 () {34 vars in 1066 bytes} [Tue Apr 14 07:36:33 2026] GET /v2.0/networks?id=b30636d9-1425-4420-865f-41439bf6aec0&id=fd982268-dc4b-4ee4-8a53-2468f528161e => generated 1522 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3133] 199.204.45.248 () {34 vars in 1062 bytes} [Tue Apr 14 07:36:33 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.209&port_id=cebc598b-9d88-44b4-ae95-c8e1c2baadf3 => 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: 1576/3134] 199.204.45.248 () {34 vars in 984 bytes} [Tue Apr 14 07:36:33 2026] GET /v2.0/subnets?id=6aba8f5c-e171-4167-8947-f19006f88d91 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3137] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:36:33 2026] GET /v2.0/ports?network_id=b30636d9-1425-4420-865f-41439bf6aec0&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: 1580/3138] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:36:33 2026] GET /v2.0/networks/b30636d9-1425-4420-865f-41439bf6aec0?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: 1559/3139] 199.204.45.248 () {34 vars in 789 bytes} [Tue Apr 14 07:36:33 2026] PUT /v2.0/ports/118bcf4d-bd4f-4cc8-aa8e-52b312d3df9b => generated 1094 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3140] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:36:33 2026] GET /v2.0/networks/b30636d9-1425-4420-865f-41439bf6aec0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3141] 199.204.45.248 () {32 vars in 779 bytes} [Tue Apr 14 07:36:33 2026] DELETE /v2.0/security-groups/4da2fe54-e37e-413b-b498-010da0ca72bd => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:36:33.483 8 INFO neutron_taas.services.taas.taas_plugin [None req-61d639ee-e6b4-43a5-b9be-cadcf9fcf5af fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: 118bcf4d-bd4f-4cc8-aa8e-52b312d3df9b 2026-04-14 07:36:33.486 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61d639ee-e6b4-43a5-b9be-cadcf9fcf5af fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: 118bcf4d-bd4f-4cc8-aa8e-52b312d3df9b [pid: 8|app: 0|req: 1582/3142] 199.204.45.248 () {32 vars in 759 bytes} [Tue Apr 14 07:36:33 2026] DELETE /v2.0/ports/118bcf4d-bd4f-4cc8-aa8e-52b312d3df9b => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3143] 199.204.45.248 () {34 vars in 994 bytes} [Tue Apr 14 07:36:36 2026] GET /v2.0/ports?device_id=7c69a5c6-ca74-4213-bd1f-eafc808b4cc8 => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:36:36.628 8 INFO neutron_taas.services.taas.taas_plugin [req-d7255480-8f7b-4069-a0ca-61fd1f258893 req-f02a4ccf-935b-4fc3-a984-69b9b3936011 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] TaaS: Handle Delete Port: cebc598b-9d88-44b4-ae95-c8e1c2baadf3 2026-04-14 07:36:36.631 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d7255480-8f7b-4069-a0ca-61fd1f258893 req-f02a4ccf-935b-4fc3-a984-69b9b3936011 fabda60f389348818449bb13b2470fba 69266cc1365c478fb891c0462a1b823b - - default default] Tap Mirror: Handle Delete Port: cebc598b-9d88-44b4-ae95-c8e1c2baadf3 [pid: 8|app: 0|req: 1583/3144] 199.204.45.248 () {36 vars in 997 bytes} [Tue Apr 14 07:36:36 2026] DELETE /v2.0/ports/cebc598b-9d88-44b4-ae95-c8e1c2baadf3 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:36:36.816 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-21513106-af8d-4440-97cb-bfab0b88567f'] response: {'server_uuid': '7c69a5c6-ca74-4213-bd1f-eafc808b4cc8', 'name': 'network-vif-deleted', 'tag': 'cebc598b-9d88-44b4-ae95-c8e1c2baadf3', 'status': 'completed', 'code': 200} 2026-04-14 07:36:38.399 7 INFO neutron_taas.services.taas.taas_plugin [None req-950aae3b-6ae4-477e-a8da-cbfecd772870 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] TaaS: Handle Delete Port: 86663d74-7698-436f-a42e-e7c178ebe934 2026-04-14 07:36:38.401 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-950aae3b-6ae4-477e-a8da-cbfecd772870 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] Tap Mirror: Handle Delete Port: 86663d74-7698-436f-a42e-e7c178ebe934 2026-04-14 07:36:38.535 7 INFO neutron.db.l3_db [None req-950aae3b-6ae4-477e-a8da-cbfecd772870 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] Floating IP 83f07a29-aa86-4217-ba3b-b23dbc99f24d disassociated (deleted). External IP: 10.96.250.213, port: b86f4f89-bb8d-4f8e-aa81-2a280c35fbf5. [pid: 7|app: 0|req: 1562/3145] 10.0.0.98 () {32 vars in 731 bytes} [Tue Apr 14 07:36:38 2026] DELETE /v2.0/floatingips/83f07a29-aa86-4217-ba3b-b23dbc99f24d => generated 0 bytes in 552 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:36:38.865 8 INFO neutron.api.v2.resource [None req-30faffd9-4dab-44ad-9775-e5ef95c5735b 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1584/3146] 10.0.0.98 () {32 vars in 728 bytes} [Tue Apr 14 07:36:38 2026] GET /v2.0/floatingips/83f07a29-aa86-4217-ba3b-b23dbc99f24d => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:36:38.883 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e8f61fd3-ed68-49ff-9851-4bb05d6d9187'] response: {'name': 'network-changed', 'server_uuid': 'fb3be418-84c9-4725-9c21-eca3fd93bfca', 'tag': 'b86f4f89-bb8d-4f8e-aa81-2a280c35fbf5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1563/3147] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:36:39 2026] GET /v2.0/ports?device_id=fb3be418-84c9-4725-9c21-eca3fd93bfca => generated 1196 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3148] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:36:39 2026] GET /v2.0/security-groups?id=977d5493-573a-423d-97cf-0bad062bb721&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3149] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:36:39 2026] GET /v2.0/ports?tenant_id=1720b94c8d2145e9a8e8a987e832e552&device_id=fb3be418-84c9-4725-9c21-eca3fd93bfca => generated 1465 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3150] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:36:39 2026] GET /v2.0/networks?id=cea7be46-7836-48de-ada3-f2231871021b => generated 801 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3151] 199.204.45.248 () {34 vars in 1056 bytes} [Tue Apr 14 07:36:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.79&port_id=b86f4f89-bb8d-4f8e-aa81-2a280c35fbf5 => 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: 1587/3152] 199.204.45.248 () {34 vars in 1104 bytes} [Tue Apr 14 07:36:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Aee&port_id=b86f4f89-bb8d-4f8e-aa81-2a280c35fbf5 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3153] 199.204.45.248 () {34 vars in 1064 bytes} [Tue Apr 14 07:36:39 2026] GET /v2.0/subnets?id=e4eff2df-9c70-4437-89df-d31a54c5e652&id=a4d61bde-5d91-496d-878b-3ab9ae21cb60 => generated 1415 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3154] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:36:39 2026] GET /v2.0/ports?network_id=cea7be46-7836-48de-ada3-f2231871021b&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3155] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:36:39 2026] GET /v2.0/ports?network_id=cea7be46-7836-48de-ada3-f2231871021b&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3156] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:36:39 2026] GET /v2.0/networks/cea7be46-7836-48de-ada3-f2231871021b?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: 1568/3157] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:36:39 2026] GET /v2.0/networks/cea7be46-7836-48de-ada3-f2231871021b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3158] 199.204.45.248 () {34 vars in 994 bytes} [Tue Apr 14 07:36:41 2026] GET /v2.0/ports?device_id=fb3be418-84c9-4725-9c21-eca3fd93bfca => generated 1196 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:36:41.638 7 INFO neutron_taas.services.taas.taas_plugin [req-c5db3599-f077-4a51-9098-f931f9a9a315 req-cb388ffc-f978-4703-9e1a-ca9fcfe4005b 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] TaaS: Handle Delete Port: b86f4f89-bb8d-4f8e-aa81-2a280c35fbf5 2026-04-14 07:36:41.641 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c5db3599-f077-4a51-9098-f931f9a9a315 req-cb388ffc-f978-4703-9e1a-ca9fcfe4005b 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] Tap Mirror: Handle Delete Port: b86f4f89-bb8d-4f8e-aa81-2a280c35fbf5 [pid: 7|app: 0|req: 1569/3159] 199.204.45.248 () {36 vars in 997 bytes} [Tue Apr 14 07:36:41 2026] DELETE /v2.0/ports/b86f4f89-bb8d-4f8e-aa81-2a280c35fbf5 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:36:41.855 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-106bfde1-b413-44aa-8550-8be48ad70a0e'] response: {'server_uuid': 'fb3be418-84c9-4725-9c21-eca3fd93bfca', 'name': 'network-vif-deleted', 'tag': 'b86f4f89-bb8d-4f8e-aa81-2a280c35fbf5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1591/3160] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:36:44 2026] GET /v2.0/ports?device_id=fb3be418-84c9-4725-9c21-eca3fd93bfca => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 07:36:49.415 8 INFO neutron_taas.services.taas.taas_plugin [None req-a80c24ac-0b9d-4b43-8d97-c61b50567462 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] TaaS: Handle Delete Port: 1657ea72-8030-4331-b0ee-9d9d15e88691 2026-04-14 07:36:49.417 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a80c24ac-0b9d-4b43-8d97-c61b50567462 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] Tap Mirror: Handle Delete Port: 1657ea72-8030-4331-b0ee-9d9d15e88691 2026-04-14 07:36:49.599 8 INFO neutron.db.l3_db [None req-a80c24ac-0b9d-4b43-8d97-c61b50567462 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] Floating IP 96a8f77f-a98c-442c-9521-49a33f4e57c7 disassociated (deleted). External IP: 10.96.250.217, port: a25e6c56-a25b-4a5a-8879-47ce8c83cfea. [pid: 8|app: 0|req: 1593/3163] 10.0.0.98 () {32 vars in 731 bytes} [Tue Apr 14 07:36:49 2026] DELETE /v2.0/floatingips/96a8f77f-a98c-442c-9521-49a33f4e57c7 => generated 0 bytes in 632 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:36:49.933 7 INFO neutron.api.v2.resource [None req-0fb757b7-9fc4-45d9-bf54-e84c74dda29a 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1571/3164] 10.0.0.98 () {32 vars in 728 bytes} [Tue Apr 14 07:36:49 2026] GET /v2.0/floatingips/96a8f77f-a98c-442c-9521-49a33f4e57c7 => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:36:49.947 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dc352992-144c-42aa-9b0f-8228bd4c1db7'] response: {'name': 'network-changed', 'server_uuid': 'abaff0d3-1147-4d74-8149-aac9fcfec1a6', 'tag': 'a25e6c56-a25b-4a5a-8879-47ce8c83cfea', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1594/3165] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:36:50 2026] GET /v2.0/ports?device_id=abaff0d3-1147-4d74-8149-aac9fcfec1a6 => generated 1200 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3166] 10.0.0.166 () {34 vars in 1040 bytes} [Tue Apr 14 07:36:50 2026] GET /v2.0/security-groups?id=977d5493-573a-423d-97cf-0bad062bb721&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3167] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Apr 14 07:36:50 2026] GET /v2.0/ports?tenant_id=1720b94c8d2145e9a8e8a987e832e552&device_id=abaff0d3-1147-4d74-8149-aac9fcfec1a6 => generated 1469 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3168] 199.204.45.248 () {34 vars in 986 bytes} [Tue Apr 14 07:36:50 2026] GET /v2.0/networks?id=7adc4bb2-ff90-4965-bc68-684ad2e4022c => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3169] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Apr 14 07:36:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.126&port_id=a25e6c56-a25b-4a5a-8879-47ce8c83cfea => 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: 1574/3170] 199.204.45.248 () {34 vars in 1104 bytes} [Tue Apr 14 07:36:50 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A26a&port_id=a25e6c56-a25b-4a5a-8879-47ce8c83cfea => 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: 1597/3171] 199.204.45.248 () {34 vars in 1064 bytes} [Tue Apr 14 07:36:50 2026] GET /v2.0/subnets?id=9e2afe0b-0e31-41be-abf8-7ef85add9e3b&id=5dcca621-16de-47e0-859e-d2bd9f75f031 => generated 1410 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3172] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:36:50 2026] GET /v2.0/ports?network_id=7adc4bb2-ff90-4965-bc68-684ad2e4022c&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: 8|app: 0|req: 1598/3173] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Apr 14 07:36:50 2026] GET /v2.0/ports?network_id=7adc4bb2-ff90-4965-bc68-684ad2e4022c&device_owner=network%3Adhcp => generated 1457 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3174] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Apr 14 07:36:50 2026] GET /v2.0/networks/7adc4bb2-ff90-4965-bc68-684ad2e4022c?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: 1599/3175] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Apr 14 07:36:50 2026] GET /v2.0/networks/7adc4bb2-ff90-4965-bc68-684ad2e4022c?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: 1577/3176] 199.204.45.248 () {34 vars in 994 bytes} [Tue Apr 14 07:36:52 2026] GET /v2.0/ports?device_id=abaff0d3-1147-4d74-8149-aac9fcfec1a6 => generated 1200 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 07:36:52.709 8 INFO neutron_taas.services.taas.taas_plugin [req-ba8a7402-ceca-4b02-9d38-367bab1cb926 req-f4eee64c-183b-447f-ab5d-b7459b4a2d06 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] TaaS: Handle Delete Port: a25e6c56-a25b-4a5a-8879-47ce8c83cfea 2026-04-14 07:36:52.711 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ba8a7402-ceca-4b02-9d38-367bab1cb926 req-f4eee64c-183b-447f-ab5d-b7459b4a2d06 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] Tap Mirror: Handle Delete Port: a25e6c56-a25b-4a5a-8879-47ce8c83cfea [pid: 8|app: 0|req: 1600/3177] 199.204.45.248 () {36 vars in 997 bytes} [Tue Apr 14 07:36:52 2026] DELETE /v2.0/ports/a25e6c56-a25b-4a5a-8879-47ce8c83cfea => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:36:52.909 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ada2e2cd-dce9-4fad-904e-e32dc8c8988e'] response: {'server_uuid': 'abaff0d3-1147-4d74-8149-aac9fcfec1a6', 'name': 'network-vif-deleted', 'tag': 'a25e6c56-a25b-4a5a-8879-47ce8c83cfea', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1578/3178] 10.0.0.166 () {34 vars in 990 bytes} [Tue Apr 14 07:36:55 2026] GET /v2.0/ports?device_id=abaff0d3-1147-4d74-8149-aac9fcfec1a6 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3179] 10.0.0.98 () {32 vars in 749 bytes} [Tue Apr 14 07:37:00 2026] DELETE /v2.0/security-group-rules/ea50ab5a-872a-427e-bafa-1349b6c63867 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:37:00.418 7 INFO neutron.api.v2.resource [None req-7c47ead9-7ad6-45eb-845e-85281b2cabc8 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1579/3180] 10.0.0.98 () {32 vars in 746 bytes} [Tue Apr 14 07:37:00 2026] GET /v2.0/security-group-rules/ea50ab5a-872a-427e-bafa-1349b6c63867 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3181] 10.0.0.98 () {32 vars in 749 bytes} [Tue Apr 14 07:37:00 2026] DELETE /v2.0/security-group-rules/8358ce89-f8a1-4265-a60d-99702946fb68 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:37:00.528 7 INFO neutron.api.v2.resource [None req-d07d0191-ef85-4122-8d4a-5ecc225c943b 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1580/3182] 10.0.0.98 () {32 vars in 746 bytes} [Tue Apr 14 07:37:00 2026] GET /v2.0/security-group-rules/8358ce89-f8a1-4265-a60d-99702946fb68 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3183] 10.0.0.98 () {32 vars in 749 bytes} [Tue Apr 14 07:37:00 2026] DELETE /v2.0/security-group-rules/48e78409-5878-4f16-8f50-bd7feba43b49 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:37:00.609 7 INFO neutron.api.v2.resource [None req-9ef32820-507e-4ff5-b902-e2ad13b47965 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1581/3184] 10.0.0.98 () {32 vars in 746 bytes} [Tue Apr 14 07:37:00 2026] GET /v2.0/security-group-rules/48e78409-5878-4f16-8f50-bd7feba43b49 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3185] 10.0.0.98 () {32 vars in 749 bytes} [Tue Apr 14 07:37:00 2026] DELETE /v2.0/security-group-rules/94e6bc14-2810-41a1-85ef-869c804893d7 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:37:00.685 7 INFO neutron.api.v2.resource [None req-195ae77c-57b4-4f1b-89ed-109ab111b384 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1582/3186] 10.0.0.98 () {32 vars in 746 bytes} [Tue Apr 14 07:37:00 2026] GET /v2.0/security-group-rules/94e6bc14-2810-41a1-85ef-869c804893d7 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3187] 10.0.0.98 () {32 vars in 749 bytes} [Tue Apr 14 07:37:00 2026] DELETE /v2.0/security-group-rules/cef76500-a2a1-4563-af03-0d86f90ad16d => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:37:00.758 7 INFO neutron.api.v2.resource [None req-3aa20136-3bf8-4d5a-b087-7447cb71da1f 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1583/3188] 10.0.0.98 () {32 vars in 746 bytes} [Tue Apr 14 07:37:00 2026] GET /v2.0/security-group-rules/cef76500-a2a1-4563-af03-0d86f90ad16d => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3189] 10.0.0.98 () {32 vars in 749 bytes} [Tue Apr 14 07:37:00 2026] DELETE /v2.0/security-group-rules/b2270614-7a7a-4def-a92e-176bfb277092 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:37:00.839 7 INFO neutron.api.v2.resource [None req-f0e7b81a-aa3c-455e-bae0-b613d54c4043 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1584/3190] 10.0.0.98 () {32 vars in 746 bytes} [Tue Apr 14 07:37:00 2026] GET /v2.0/security-group-rules/b2270614-7a7a-4def-a92e-176bfb277092 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3191] 10.0.0.98 () {32 vars in 749 bytes} [Tue Apr 14 07:37:00 2026] DELETE /v2.0/security-group-rules/c7ddd6ab-7e38-46cd-ad43-aa6d02e4c471 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:37:00.923 7 INFO neutron.api.v2.resource [None req-47569e7b-357d-4175-b5c0-59c36e425492 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1585/3192] 10.0.0.98 () {32 vars in 746 bytes} [Tue Apr 14 07:37:00 2026] GET /v2.0/security-group-rules/c7ddd6ab-7e38-46cd-ad43-aa6d02e4c471 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3193] 10.0.0.98 () {32 vars in 749 bytes} [Tue Apr 14 07:37:00 2026] DELETE /v2.0/security-group-rules/a572843a-5857-4aee-87d9-1ae731a95494 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:37:01.002 7 INFO neutron.api.v2.resource [None req-f2a49a02-dcaf-4d11-9e65-3960456da6a4 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1586/3194] 10.0.0.98 () {32 vars in 746 bytes} [Tue Apr 14 07:37:00 2026] GET /v2.0/security-group-rules/a572843a-5857-4aee-87d9-1ae731a95494 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3195] 10.0.0.98 () {32 vars in 749 bytes} [Tue Apr 14 07:37:01 2026] DELETE /v2.0/security-group-rules/4691fab5-5c85-464d-8486-a4c567bdc9d3 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:37:01.085 7 INFO neutron.api.v2.resource [None req-14d4e26a-d8ec-4bfd-bace-602793c0cb3a 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1587/3196] 10.0.0.98 () {32 vars in 746 bytes} [Tue Apr 14 07:37:01 2026] GET /v2.0/security-group-rules/4691fab5-5c85-464d-8486-a4c567bdc9d3 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3197] 10.0.0.98 () {32 vars in 749 bytes} [Tue Apr 14 07:37:01 2026] DELETE /v2.0/security-group-rules/d09b7e7b-ffd5-4f09-89d3-d67bc47c3ff4 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:37:01.172 7 INFO neutron.api.v2.resource [None req-083b6f6e-1dfc-4284-9fd6-11fb02401b78 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1588/3198] 10.0.0.98 () {32 vars in 746 bytes} [Tue Apr 14 07:37:01 2026] GET /v2.0/security-group-rules/d09b7e7b-ffd5-4f09-89d3-d67bc47c3ff4 => generated 155 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3199] 10.0.0.98 () {32 vars in 749 bytes} [Tue Apr 14 07:37:01 2026] DELETE /v2.0/security-group-rules/8a641ef6-a385-4573-b61e-ee7292817173 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:37:01.254 7 INFO neutron.api.v2.resource [None req-40ed93fe-58d6-404f-b669-955beae86bac 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1589/3200] 10.0.0.98 () {32 vars in 746 bytes} [Tue Apr 14 07:37:01 2026] GET /v2.0/security-group-rules/8a641ef6-a385-4573-b61e-ee7292817173 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3201] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:37:01 2026] DELETE /v2.0/security-groups/977d5493-573a-423d-97cf-0bad062bb721 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:37:01.368 7 INFO neutron.api.v2.resource [None req-2c235c48-2e25-45cf-9146-d5ebc81c5db5 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1590/3202] 10.0.0.98 () {32 vars in 736 bytes} [Tue Apr 14 07:37:01 2026] GET /v2.0/security-groups/977d5493-573a-423d-97cf-0bad062bb721 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:37:01.803 8 INFO neutron_taas.services.taas.taas_plugin [None req-e51a4943-cf67-47b1-85c0-6d548366aa49 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] TaaS: Handle Delete Port: a51bea1a-d7b4-4cd0-aacb-05368c5d965b 2026-04-14 07:37:01.807 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e51a4943-cf67-47b1-85c0-6d548366aa49 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] Tap Mirror: Handle Delete Port: a51bea1a-d7b4-4cd0-aacb-05368c5d965b [pid: 8|app: 0|req: 1613/3203] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:37:01 2026] PUT /v2.0/routers/ecfa2fea-2247-4ce5-acda-75c6c9f65a9f/remove_router_interface => generated 309 bytes in 964 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:37:02.530 7 INFO neutron.api.v2.resource [None req-599cb01a-7504-404a-8aeb-072f122725ad 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1591/3204] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:37:02 2026] PUT /v2.0/routers/ecfa2fea-2247-4ce5-acda-75c6c9f65a9f/remove_router_interface => generated 198 bytes in 148 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:37:02.873 8 INFO neutron_taas.services.taas.taas_plugin [None req-d20674ff-d876-4212-8ab1-55963a428bb2 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] TaaS: Handle Delete Port: ce62ab18-d2d1-4315-9953-b87db69d517e 2026-04-14 07:37:02.875 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d20674ff-d876-4212-8ab1-55963a428bb2 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] Tap Mirror: Handle Delete Port: ce62ab18-d2d1-4315-9953-b87db69d517e [pid: 8|app: 0|req: 1614/3207] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:37:02 2026] PUT /v2.0/routers/ecfa2fea-2247-4ce5-acda-75c6c9f65a9f/remove_router_interface => generated 309 bytes in 858 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:37:03.543 7 INFO neutron.api.v2.resource [None req-f00964ae-c150-4833-a018-5aac76152d41 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1594/3208] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:37:03 2026] PUT /v2.0/routers/ecfa2fea-2247-4ce5-acda-75c6c9f65a9f/remove_router_interface => generated 198 bytes in 143 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:37:03.915 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad80f813-7dff-45fe-8b3f-bf54e672d3dc 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] TaaS: Handle Delete Port: 2a074395-68fd-4e73-a812-612db458ce26 2026-04-14 07:37:03.918 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad80f813-7dff-45fe-8b3f-bf54e672d3dc 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] Tap Mirror: Handle Delete Port: 2a074395-68fd-4e73-a812-612db458ce26 [pid: 8|app: 0|req: 1615/3209] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:37:03 2026] PUT /v2.0/routers/ecfa2fea-2247-4ce5-acda-75c6c9f65a9f/remove_router_interface => generated 309 bytes in 913 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 07:37:04.599 7 INFO neutron.api.v2.resource [None req-11736882-8901-47f8-a235-4747e9e25b69 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1595/3210] 10.0.0.98 () {34 vars in 788 bytes} [Tue Apr 14 07:37:04 2026] PUT /v2.0/routers/ecfa2fea-2247-4ce5-acda-75c6c9f65a9f/remove_router_interface => generated 198 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:37:04.811 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd884880-c154-4df5-8f27-bf0ff43d213e 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] TaaS: Handle Delete Port: f235ab4a-bae5-47f5-bf0c-02ded03f04ee 2026-04-14 07:37:04.814 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd884880-c154-4df5-8f27-bf0ff43d213e 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] Tap Mirror: Handle Delete Port: f235ab4a-bae5-47f5-bf0c-02ded03f04ee 2026-04-14 07:37:05.049 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd884880-c154-4df5-8f27-bf0ff43d213e 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] TaaS: Handle Delete Port: 2dccd2aa-6086-409f-a975-d4f155254650 2026-04-14 07:37:05.052 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd884880-c154-4df5-8f27-bf0ff43d213e 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] Tap Mirror: Handle Delete Port: 2dccd2aa-6086-409f-a975-d4f155254650 2026-04-14 07:37:05.430 8 INFO neutron.services.segments.plugin [-] Segment 2035138b-e1f1-4d93-b016-c91f495d122b resource provider aggregate not found 2026-04-14 07:37:05.438 8 INFO neutron.services.segments.plugin [-] Segment 2035138b-e1f1-4d93-b016-c91f495d122b resource provider aggregate not found 2026-04-14 07:37:05.451 8 INFO neutron.services.segments.plugin [-] Segment 2035138b-e1f1-4d93-b016-c91f495d122b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2035138b-e1f1-4d93-b016-c91f495d122b found for delete ", "request_id": "req-acb5f4b4-eb10-44ed-b5d9-8c456ea7945d"}]} 2026-04-14 07:37:05.458 8 INFO neutron.services.segments.plugin [-] Segment 2035138b-e1f1-4d93-b016-c91f495d122b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2035138b-e1f1-4d93-b016-c91f495d122b found for delete ", "request_id": "req-71e84f34-c35b-444c-b94a-84b8d51a8a7d"}]} 2026-04-14 07:37:05.467 8 INFO neutron.db.l3_hamode_db [None req-bd884880-c154-4df5-8f27-bf0ff43d213e 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] HA network a6a5249f-ff4c-4a48-ae27-21a8a51221b3 was deleted as no HA routers are present in tenant 1720b94c8d2145e9a8e8a987e832e552. [pid: 8|app: 0|req: 1616/3211] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:37:04 2026] DELETE /v2.0/routers/ecfa2fea-2247-4ce5-acda-75c6c9f65a9f => generated 0 bytes in 870 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 07:37:05.495 7 INFO neutron.api.v2.resource [None req-e0ecb231-999e-47c4-889f-5ae1c4820e0e 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1596/3212] 10.0.0.98 () {32 vars in 720 bytes} [Tue Apr 14 07:37:05 2026] GET /v2.0/routers/ecfa2fea-2247-4ce5-acda-75c6c9f65a9f => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3213] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:37:05 2026] DELETE /v2.0/subnets/e4eff2df-9c70-4437-89df-d31a54c5e652 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:37:05.654 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e302d9ab-0f9b-4052-9af2-507175f1330f 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1597/3214] 10.0.0.98 () {32 vars in 720 bytes} [Tue Apr 14 07:37:05 2026] GET /v2.0/subnets/e4eff2df-9c70-4437-89df-d31a54c5e652 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3215] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:37:05 2026] DELETE /v2.0/subnets/a4d61bde-5d91-496d-878b-3ab9ae21cb60 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:37:05.827 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6f8c3628-9ba0-421a-b53b-16d7b94fceb9 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1598/3216] 10.0.0.98 () {32 vars in 720 bytes} [Tue Apr 14 07:37:05 2026] GET /v2.0/subnets/a4d61bde-5d91-496d-878b-3ab9ae21cb60 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:37:05.925 8 INFO neutron_taas.services.taas.taas_plugin [None req-63a02d2e-0d5c-44de-9c0d-9cabb98a7340 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] TaaS: Handle Delete Port: 7305ad74-e49f-4e21-b57a-53695e0e25e1 2026-04-14 07:37:05.928 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63a02d2e-0d5c-44de-9c0d-9cabb98a7340 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] Tap Mirror: Handle Delete Port: 7305ad74-e49f-4e21-b57a-53695e0e25e1 [pid: 8|app: 0|req: 1619/3217] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:37:05 2026] DELETE /v2.0/networks/cea7be46-7836-48de-ada3-f2231871021b => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:37:06.141 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d989e05a-e282-4017-a0a0-840a22444466 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1599/3218] 10.0.0.98 () {32 vars in 722 bytes} [Tue Apr 14 07:37:06 2026] GET /v2.0/networks/cea7be46-7836-48de-ada3-f2231871021b => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3219] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:37:06 2026] DELETE /v2.0/subnets/5dcca621-16de-47e0-859e-d2bd9f75f031 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:37:06.324 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7db4d508-6598-406d-937f-8d21c1564509 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1600/3220] 10.0.0.98 () {32 vars in 720 bytes} [Tue Apr 14 07:37:06 2026] GET /v2.0/subnets/5dcca621-16de-47e0-859e-d2bd9f75f031 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3221] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:37:06 2026] DELETE /v2.0/subnets/9e2afe0b-0e31-41be-abf8-7ef85add9e3b => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:37:06.500 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cd3545d9-3225-42f1-bb49-a04b2912b3c7 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1601/3222] 10.0.0.98 () {32 vars in 720 bytes} [Tue Apr 14 07:37:06 2026] GET /v2.0/subnets/9e2afe0b-0e31-41be-abf8-7ef85add9e3b => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:37:06.608 8 INFO neutron_taas.services.taas.taas_plugin [None req-d417bf0e-763d-45df-b131-7a9c47745df4 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] TaaS: Handle Delete Port: 6373950a-2f57-4b0e-b6fd-7da04b2b32d9 2026-04-14 07:37:06.611 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d417bf0e-763d-45df-b131-7a9c47745df4 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] Tap Mirror: Handle Delete Port: 6373950a-2f57-4b0e-b6fd-7da04b2b32d9 [pid: 8|app: 0|req: 1622/3223] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:37:06 2026] DELETE /v2.0/networks/7adc4bb2-ff90-4965-bc68-684ad2e4022c => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:37:06.833 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a1609bcc-2306-40a8-8659-f61b09ee995b 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1602/3224] 10.0.0.98 () {32 vars in 722 bytes} [Tue Apr 14 07:37:06 2026] GET /v2.0/networks/7adc4bb2-ff90-4965-bc68-684ad2e4022c => 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: 1623/3225] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:37:06 2026] DELETE /v2.0/subnets/5a406d78-04de-4288-a4f3-19d890895729 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:37:07.025 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b5800999-1c01-4de1-9660-8a533f649289 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1603/3226] 10.0.0.98 () {32 vars in 720 bytes} [Tue Apr 14 07:37:07 2026] GET /v2.0/subnets/5a406d78-04de-4288-a4f3-19d890895729 => 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: 1624/3227] 10.0.0.98 () {32 vars in 723 bytes} [Tue Apr 14 07:37:07 2026] DELETE /v2.0/subnets/a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:37:07.207 7 INFO neutron.pecan_wsgi.hooks.translation [None req-69d521e9-048d-4940-907d-91c6f2400d0d 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1604/3228] 10.0.0.98 () {32 vars in 720 bytes} [Tue Apr 14 07:37:07 2026] GET /v2.0/subnets/a6ff52f8-2dc3-4379-adec-0003b15ed6ed => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:37:07.300 8 INFO neutron_taas.services.taas.taas_plugin [None req-71f2a617-16e3-48e0-b0f6-0bedd42e4131 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] TaaS: Handle Delete Port: 6471d9f8-9cd7-4d6b-b281-509ecb2f3095 2026-04-14 07:37:07.302 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71f2a617-16e3-48e0-b0f6-0bedd42e4131 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] Tap Mirror: Handle Delete Port: 6471d9f8-9cd7-4d6b-b281-509ecb2f3095 2026-04-14 07:37:07.477 8 INFO neutron.services.segments.plugin [-] Segment 88c7ff8f-570f-4ede-bcc6-7a54c06202c0 resource provider aggregate not found 2026-04-14 07:37:07.482 8 INFO neutron.services.segments.plugin [-] Segment 88c7ff8f-570f-4ede-bcc6-7a54c06202c0 resource provider aggregate not found 2026-04-14 07:37:07.501 8 INFO neutron.services.segments.plugin [-] Segment 88c7ff8f-570f-4ede-bcc6-7a54c06202c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88c7ff8f-570f-4ede-bcc6-7a54c06202c0 found for delete ", "request_id": "req-4fff91e8-a675-41bd-96cf-42d0f1573508"}]} 2026-04-14 07:37:07.504 8 INFO neutron.services.segments.plugin [-] Segment 88c7ff8f-570f-4ede-bcc6-7a54c06202c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88c7ff8f-570f-4ede-bcc6-7a54c06202c0 found for delete ", "request_id": "req-e85a8a96-37ce-41eb-9227-8fe1a3359769"}]} [pid: 8|app: 0|req: 1625/3229] 10.0.0.98 () {32 vars in 725 bytes} [Tue Apr 14 07:37:07 2026] DELETE /v2.0/networks/fd982268-dc4b-4ee4-8a53-2468f528161e => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 07:37:07.518 8 INFO neutron.services.segments.plugin [-] Segment 880bc792-e183-4b82-b92e-d660ff37b5e8 resource provider aggregate not found 2026-04-14 07:37:07.522 8 INFO neutron.services.segments.plugin [-] Segment 880bc792-e183-4b82-b92e-d660ff37b5e8 resource provider aggregate not found 2026-04-14 07:37:07.530 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e4045a93-a578-4737-b7c3-fb680af703b1 98ff1634d0c4461ea89380c588926e45 1720b94c8d2145e9a8e8a987e832e552 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1605/3230] 10.0.0.98 () {32 vars in 722 bytes} [Tue Apr 14 07:37:07 2026] GET /v2.0/networks/fd982268-dc4b-4ee4-8a53-2468f528161e => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 07:37:07.536 8 INFO neutron.services.segments.plugin [-] Segment 880bc792-e183-4b82-b92e-d660ff37b5e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 880bc792-e183-4b82-b92e-d660ff37b5e8 found for delete ", "request_id": "req-6beaacd4-234b-4d7b-8545-2e198323eb70"}]} 2026-04-14 07:37:07.539 8 INFO neutron.services.segments.plugin [-] Segment 880bc792-e183-4b82-b92e-d660ff37b5e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 880bc792-e183-4b82-b92e-d660ff37b5e8 found for delete ", "request_id": "req-b767dbd1-4db2-4d13-9d7d-0159331ef337"}]} 2026-04-14 07:37:07.554 8 INFO neutron.services.segments.plugin [-] Segment 5df694a5-d140-4f91-861d-9b68c940b881 resource provider aggregate not found 2026-04-14 07:37:07.558 8 INFO neutron.services.segments.plugin [-] Segment 5df694a5-d140-4f91-861d-9b68c940b881 resource provider aggregate not found 2026-04-14 07:37:07.569 8 INFO neutron.services.segments.plugin [-] Segment 5df694a5-d140-4f91-861d-9b68c940b881 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5df694a5-d140-4f91-861d-9b68c940b881 found for delete ", "request_id": "req-6c50c685-f02a-4286-9fe5-4515ef377d44"}]} 2026-04-14 07:37:07.575 8 INFO neutron.services.segments.plugin [-] Segment 5df694a5-d140-4f91-861d-9b68c940b881 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5df694a5-d140-4f91-861d-9b68c940b881 found for delete ", "request_id": "req-823ffd1b-7603-48f9-8110-fa75ef7497d7"}]} [pid: 8|app: 0|req: 1626/3231] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:37:09 2026] GET /v2.0/security-groups?tenant_id=219e0ecfde8d48beb4078ec6b3a51038&name=default => generated 2929 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3232] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:37:09 2026] DELETE /v2.0/security-groups/3c033b79-9b4b-4568-9281-e6cb492296ec => 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: 1627/3233] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:37:09 2026] GET /v2.0/security-groups?tenant_id=9fde8071c5ea43049e20032e82f13b23&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3234] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:37:10 2026] DELETE /v2.0/security-groups/4d39bd7a-fb91-4ae1-b539-6e6bb8a8ffd1 => 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: 1628/3235] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:37:10 2026] GET /v2.0/security-groups?tenant_id=db1622d7be9d430085c78320af8f2cfb&name=default => generated 2929 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3236] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:37:10 2026] DELETE /v2.0/security-groups/93c1384d-7caf-46aa-b15f-9f9a06869fa2 => 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: 1629/3237] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:37:10 2026] GET /v2.0/security-groups?tenant_id=0d5317bc1c714e26bf5c48f9aaa272ce&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3238] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:37:10 2026] DELETE /v2.0/security-groups/20b2c51f-9ede-4f85-96c6-2966e5297de3 => 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: 1630/3239] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:37:11 2026] GET /v2.0/security-groups?tenant_id=55d1c739b605414e891734a4e93fb89f&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3240] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:37:11 2026] DELETE /v2.0/security-groups/e276d474-60b4-46e7-9c4e-7ba8a5e2433d => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3241] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:37:11 2026] GET /v2.0/security-groups?tenant_id=1720b94c8d2145e9a8e8a987e832e552&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3242] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:37:11 2026] DELETE /v2.0/security-groups/83b33db6-f221-427a-b061-b9b92b2214aa => 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: 1632/3243] 10.0.0.98 () {32 vars in 773 bytes} [Tue Apr 14 07:37:11 2026] GET /v2.0/security-groups?tenant_id=3940ed2c62af463887db2b8fe7577f27&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: 1612/3244] 10.0.0.98 () {32 vars in 739 bytes} [Tue Apr 14 07:37:11 2026] DELETE /v2.0/security-groups/82f20051-82f5-4ad1-8fb6-46ac0e8eb008 => 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: 1633/3245] 10.0.0.98 () {32 vars in 648 bytes} [Tue Apr 14 07:37:14 2026] GET /v2.0/networks => generated 2168 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3246] 10.0.0.98 () {32 vars in 654 bytes} [Tue Apr 14 07:37:15 2026] GET /v2.0/floatingips => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3247] 10.0.0.98 () {32 vars in 646 bytes} [Tue Apr 14 07:37:15 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3248] 10.0.0.98 () {32 vars in 642 bytes} [Tue Apr 14 07:37:15 2026] GET /v2.0/ports => generated 4725 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3249] 10.0.0.98 () {32 vars in 646 bytes} [Tue Apr 14 07:37:15 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3250] 10.0.0.98 () {32 vars in 648 bytes} [Tue Apr 14 07:37:15 2026] GET /v2.0/networks => generated 2168 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3251] 10.0.0.98 () {32 vars in 662 bytes} [Tue Apr 14 07:37:15 2026] GET /v2.0/security-groups => generated 17401 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3252] 10.0.0.98 () {32 vars in 654 bytes} [Tue Apr 14 07:37:15 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)