+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Feb 26 22:31:18 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-171-generic #181-Ubuntu SMP Fri Feb 6 22:44:50 UTC 2026 nodename: neutron-server-65f4b6fb49-p6hb8 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 0x7f1e5faae668 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-02-26 22:31:23.580 7 INFO neutron.common.config [-] Logging enabled! 2026-02-26 22:31:23.580 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-02-26 22:31:23.669 8 INFO neutron.common.config [-] Logging enabled! 2026-02-26 22:31:23.669 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-02-26 22:31:23.976 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-02-26 22:31:24.043 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-02-26 22:31:25.444 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-26 22:31:25.447 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-02-26 22:31:25.451 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-02-26 22:31:25.452 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-26 22:31:25.452 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-02-26 22:31:25.452 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-02-26 22:31:25.452 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-26 22:31:25.460 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-26 22:31:25.460 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-26 22:31:25.460 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-02-26 22:31:25.484 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-02-26 22:31:25.485 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-02-26 22:31:25.485 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-02-26 22:31:25.513 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-02-26 22:31:25.514 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-02-26 22:31:25.514 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-02-26 22:31:25.514 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-02-26 22:31:25.565 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-26 22:31:25.567 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-02-26 22:31:25.571 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-02-26 22:31:25.572 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-26 22:31:25.572 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-02-26 22:31:25.573 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-02-26 22:31:25.573 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-26 22:31:25.580 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-26 22:31:25.580 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-26 22:31:25.580 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-02-26 22:31:25.602 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-02-26 22:31:25.603 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-02-26 22:31:25.603 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-02-26 22:31:25.629 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-02-26 22:31:25.629 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-02-26 22:31:25.629 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-02-26 22:31:25.629 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-02-26 22:31:25.809 7 INFO neutron.plugins.ml2.managers [None req-60359545-c047-4eb1-b963-f743e008c258 - - - - - -] Initializing driver for type 'vlan' 2026-02-26 22:31:25.923 8 INFO neutron.plugins.ml2.managers [None req-15a73d05-404d-44f6-9d24-f428d5a36320 - - - - - -] Initializing driver for type 'vlan' 2026-02-26 22:31:26.087 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-60359545-c047-4eb1-b963-f743e008c258 - - - - - -] VlanTypeDriver initialization complete 2026-02-26 22:31:26.088 7 INFO neutron.plugins.ml2.managers [None req-60359545-c047-4eb1-b963-f743e008c258 - - - - - -] Initializing driver for type 'vxlan' 2026-02-26 22:31:26.088 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-60359545-c047-4eb1-b963-f743e008c258 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-02-26 22:31:26.103 7 INFO neutron.plugins.ml2.managers [None req-60359545-c047-4eb1-b963-f743e008c258 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-02-26 22:31:26.103 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-60359545-c047-4eb1-b963-f743e008c258 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-02-26 22:31:26.104 7 INFO neutron.plugins.ml2.managers [None req-60359545-c047-4eb1-b963-f743e008c258 - - - - - -] Initializing extension driver 'port_security' 2026-02-26 22:31:26.104 7 INFO neutron.plugins.ml2.extensions.port_security [None req-60359545-c047-4eb1-b963-f743e008c258 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-02-26 22:31:26.104 7 INFO neutron.plugins.ml2.managers [None req-60359545-c047-4eb1-b963-f743e008c258 - - - - - -] Initializing extension driver 'qos' 2026-02-26 22:31:26.104 7 INFO neutron.plugins.ml2.managers [None req-60359545-c047-4eb1-b963-f743e008c258 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-02-26 22:31:26.104 7 INFO neutron.plugins.ml2.managers [None req-60359545-c047-4eb1-b963-f743e008c258 - - - - - -] Initializing mechanism driver 'l2population' 2026-02-26 22:31:26.119 7 INFO neutron.quota [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded quota_driver: . 2026-02-26 22:31:26.119 7 INFO neutron.plugins.ml2.plugin [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Modular L2 Plugin initialization complete 2026-02-26 22:31:26.119 7 INFO neutron.plugins.ml2.managers [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-02-26 22:31:26.119 7 INFO neutron.plugins.ml2.managers [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-02-26 22:31:26.120 7 INFO neutron.plugins.ml2.managers [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Got port-security extension from driver 'port_security' 2026-02-26 22:31:26.120 7 INFO neutron.manager [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loading Plugin: qos 2026-02-26 22:31:26.133 7 INFO neutron.manager [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loading Plugin: router 2026-02-26 22:31:26.172 7 INFO neutron.services.service_base [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-02-26 22:31:26.173 7 INFO neutron.manager [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loading Plugin: segments 2026-02-26 22:31:26.224 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-15a73d05-404d-44f6-9d24-f428d5a36320 - - - - - -] VlanTypeDriver initialization complete 2026-02-26 22:31:26.224 8 INFO neutron.plugins.ml2.managers [None req-15a73d05-404d-44f6-9d24-f428d5a36320 - - - - - -] Initializing driver for type 'vxlan' 2026-02-26 22:31:26.224 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-15a73d05-404d-44f6-9d24-f428d5a36320 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-02-26 22:31:26.237 8 INFO neutron.plugins.ml2.managers [None req-15a73d05-404d-44f6-9d24-f428d5a36320 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-02-26 22:31:26.237 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-15a73d05-404d-44f6-9d24-f428d5a36320 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-02-26 22:31:26.237 8 INFO neutron.plugins.ml2.managers [None req-15a73d05-404d-44f6-9d24-f428d5a36320 - - - - - -] Initializing extension driver 'port_security' 2026-02-26 22:31:26.237 8 INFO neutron.plugins.ml2.extensions.port_security [None req-15a73d05-404d-44f6-9d24-f428d5a36320 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-02-26 22:31:26.238 8 INFO neutron.plugins.ml2.managers [None req-15a73d05-404d-44f6-9d24-f428d5a36320 - - - - - -] Initializing extension driver 'qos' 2026-02-26 22:31:26.238 8 INFO neutron.plugins.ml2.managers [None req-15a73d05-404d-44f6-9d24-f428d5a36320 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-02-26 22:31:26.238 8 INFO neutron.plugins.ml2.managers [None req-15a73d05-404d-44f6-9d24-f428d5a36320 - - - - - -] Initializing mechanism driver 'l2population' 2026-02-26 22:31:26.254 8 INFO neutron.quota [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded quota_driver: . 2026-02-26 22:31:26.255 8 INFO neutron.plugins.ml2.plugin [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Modular L2 Plugin initialization complete 2026-02-26 22:31:26.255 8 INFO neutron.plugins.ml2.managers [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-02-26 22:31:26.255 8 INFO neutron.plugins.ml2.managers [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-02-26 22:31:26.255 8 INFO neutron.plugins.ml2.managers [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Got port-security extension from driver 'port_security' 2026-02-26 22:31:26.255 8 INFO neutron.manager [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loading Plugin: qos 2026-02-26 22:31:26.267 7 INFO neutron.manager [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loading Plugin: trunk 2026-02-26 22:31:26.268 8 INFO neutron.manager [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loading Plugin: router 2026-02-26 22:31:26.281 7 INFO neutron.manager [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loading Plugin: vpnaas 2026-02-26 22:31:26.308 8 INFO neutron.services.service_base [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-02-26 22:31:26.308 8 INFO neutron.manager [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loading Plugin: segments 2026-02-26 22:31:26.319 7 WARNING stevedore.named [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-26 22:31:26.381 7 INFO neutron_vpnaas.services.vpn.plugin [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-02-26 22:31:26.382 7 INFO neutron.common.utils [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-02-26 22:31:26.382 7 INFO neutron.manager [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loading Plugin: taas 2026-02-26 22:31:26.406 7 WARNING stevedore.named [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-26 22:31:26.406 7 WARNING stevedore.named [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-26 22:31:26.410 8 INFO neutron.manager [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loading Plugin: trunk 2026-02-26 22:31:26.427 7 INFO neutron_taas.services.taas.taas_plugin [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-02-26 22:31:26.428 7 INFO neutron.manager [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loading Plugin: tapmirror 2026-02-26 22:31:26.429 8 INFO neutron.manager [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loading Plugin: vpnaas 2026-02-26 22:31:26.440 7 WARNING stevedore.named [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-26 22:31:26.440 7 WARNING stevedore.named [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-26 22:31:26.456 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-02-26 22:31:26.457 7 INFO neutron.manager [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loading Plugin: auto_allocate 2026-02-26 22:31:26.466 7 INFO neutron.manager [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loading Plugin: tag 2026-02-26 22:31:26.475 7 INFO neutron.manager [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loading Plugin: timestamp 2026-02-26 22:31:26.477 7 INFO neutron.manager [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loading Plugin: network_ip_availability 2026-02-26 22:31:26.478 8 WARNING stevedore.named [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-26 22:31:26.481 7 INFO neutron.manager [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loading Plugin: flavors 2026-02-26 22:31:26.485 7 INFO neutron.manager [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loading Plugin: revisions 2026-02-26 22:31:26.488 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Initializing extension manager. 2026-02-26 22:31:26.489 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: address-group 2026-02-26 22:31:26.490 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: address-scope 2026-02-26 22:31:26.491 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-02-26 22:31:26.492 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: agent 2026-02-26 22:31:26.492 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: agent-resources-synced 2026-02-26 22:31:26.493 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: allowed-address-pairs 2026-02-26 22:31:26.494 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: auto-allocated-topology 2026-02-26 22:31:26.495 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: availability_zone 2026-02-26 22:31:26.496 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: availability_zone_filter 2026-02-26 22:31:26.496 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-02-26 22:31:26.497 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: default-subnetpools 2026-02-26 22:31:26.499 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-02-26 22:31:26.499 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: dns-integration 2026-02-26 22:31:26.500 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: dns-domain-ports 2026-02-26 22:31:26.500 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-02-26 22:31:26.501 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: dvr 2026-02-26 22:31:26.501 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-02-26 22:31:26.502 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: empty-string-filtering 2026-02-26 22:31:26.502 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-02-26 22:31:26.503 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-02-26 22:31:26.504 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: external-net 2026-02-26 22:31:26.504 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: extra_dhcp_opt 2026-02-26 22:31:26.505 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: extraroute 2026-02-26 22:31:26.505 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: extraroute-atomic 2026-02-26 22:31:26.506 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-02-26 22:31:26.507 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-02-26 22:31:26.508 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-02-26 22:31:26.508 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-02-26 22:31:26.509 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: fip-port-details 2026-02-26 22:31:26.510 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: flavors 2026-02-26 22:31:26.511 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-02-26 22:31:26.512 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: floatingip-pools 2026-02-26 22:31:26.512 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: ip_allocation 2026-02-26 22:31:26.513 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: ip-substring-filtering 2026-02-26 22:31:26.513 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: l2_adjacency 2026-02-26 22:31:26.514 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: router 2026-02-26 22:31:26.516 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-02-26 22:31:26.517 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-02-26 22:31:26.517 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-02-26 22:31:26.518 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: ext-gw-mode 2026-02-26 22:31:26.518 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: l3-ha 2026-02-26 22:31:26.519 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-02-26 22:31:26.521 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-02-26 22:31:26.522 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: l3-flavors 2026-02-26 22:31:26.523 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-02-26 22:31:26.523 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-02-26 22:31:26.525 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: l3_agent_scheduler 2026-02-26 22:31:26.526 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-02-26 22:31:26.527 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension logging not supported by any of loaded plugins 2026-02-26 22:31:26.529 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension metering not supported by any of loaded plugins 2026-02-26 22:31:26.529 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-02-26 22:31:26.530 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: multi-provider 2026-02-26 22:31:26.530 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: net-mtu 2026-02-26 22:31:26.531 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: net-mtu-writable 2026-02-26 22:31:26.532 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: network_availability_zone 2026-02-26 22:31:26.532 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: network_ha 2026-02-26 22:31:26.533 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: network-ip-availability 2026-02-26 22:31:26.534 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-02-26 22:31:26.535 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: pagination 2026-02-26 22:31:26.535 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: port-device-profile 2026-02-26 22:31:26.536 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-02-26 22:31:26.536 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-02-26 22:31:26.537 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-02-26 22:31:26.537 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: port-mac-override 2026-02-26 22:31:26.538 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-02-26 22:31:26.538 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-02-26 22:31:26.539 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-02-26 22:31:26.540 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: port-resource-request 2026-02-26 22:31:26.540 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: port-resource-request-groups 2026-02-26 22:31:26.541 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-02-26 22:31:26.541 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: binding 2026-02-26 22:31:26.542 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: binding-extended 2026-02-26 22:31:26.542 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: port-security 2026-02-26 22:31:26.543 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: project-id 2026-02-26 22:31:26.544 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: provider 2026-02-26 22:31:26.544 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-02-26 22:31:26.545 8 INFO neutron_vpnaas.services.vpn.plugin [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-02-26 22:31:26.546 8 INFO neutron.common.utils [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-02-26 22:31:26.546 8 INFO neutron.manager [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loading Plugin: taas 2026-02-26 22:31:26.547 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: qos 2026-02-26 22:31:26.547 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-02-26 22:31:26.548 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-02-26 22:31:26.549 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: qos-default 2026-02-26 22:31:26.549 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: qos-fip 2026-02-26 22:31:26.550 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-02-26 22:31:26.550 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: qos-gateway-ip 2026-02-26 22:31:26.551 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: qos-port-network-policy 2026-02-26 22:31:26.551 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: qos-pps-minimum 2026-02-26 22:31:26.552 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-02-26 22:31:26.553 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: qos-pps 2026-02-26 22:31:26.553 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: qos-rule-type-details 2026-02-26 22:31:26.554 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: qos-rule-type-filter 2026-02-26 22:31:26.554 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: qos-rules-alias 2026-02-26 22:31:26.555 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: quota-check-limit 2026-02-26 22:31:26.556 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: quota-check-limit-default 2026-02-26 22:31:26.558 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: quotas 2026-02-26 22:31:26.559 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: quota_details 2026-02-26 22:31:26.560 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: rbac-policies 2026-02-26 22:31:26.561 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: rbac-address-group 2026-02-26 22:31:26.561 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: rbac-address-scope 2026-02-26 22:31:26.562 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: rbac-security-groups 2026-02-26 22:31:26.562 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: rbac-subnetpool 2026-02-26 22:31:26.563 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: revision-if-match 2026-02-26 22:31:26.564 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: standard-attr-revisions 2026-02-26 22:31:26.564 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: router_availability_zone 2026-02-26 22:31:26.565 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-02-26 22:31:26.567 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: security-groups-default-rules 2026-02-26 22:31:26.567 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-02-26 22:31:26.568 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: port-security-groups-filtering 2026-02-26 22:31:26.568 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-02-26 22:31:26.569 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-02-26 22:31:26.569 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-02-26 22:31:26.572 8 WARNING stevedore.named [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-26 22:31:26.573 8 WARNING stevedore.named [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-26 22:31:26.574 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: security-group 2026-02-26 22:31:26.575 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: segment 2026-02-26 22:31:26.576 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-02-26 22:31:26.577 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: service-type 2026-02-26 22:31:26.577 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: sorting 2026-02-26 22:31:26.578 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: standard-attr-segment 2026-02-26 22:31:26.578 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: standard-attr-description 2026-02-26 22:31:26.579 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: stateful-security-group 2026-02-26 22:31:26.579 7 WARNING neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-02-26 22:31:26.580 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-02-26 22:31:26.580 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: subnet-external-network 2026-02-26 22:31:26.581 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: subnet_onboard 2026-02-26 22:31:26.582 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-02-26 22:31:26.582 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: subnet-service-types 2026-02-26 22:31:26.583 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: subnet_allocation 2026-02-26 22:31:26.584 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-02-26 22:31:26.584 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: tag-creation 2026-02-26 22:31:26.585 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-02-26 22:31:26.589 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: standard-attr-tag 2026-02-26 22:31:26.589 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: standard-attr-timestamp 2026-02-26 22:31:26.590 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: trunk 2026-02-26 22:31:26.591 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: trunk-details 2026-02-26 22:31:26.591 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-02-26 22:31:26.592 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-02-26 22:31:26.592 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-02-26 22:31:26.593 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: vpn-aes-ctr 2026-02-26 22:31:26.595 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-02-26 22:31:26.596 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-02-26 22:31:26.597 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: vpn-flavors 2026-02-26 22:31:26.597 8 INFO neutron_taas.services.taas.taas_plugin [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-02-26 22:31:26.597 8 INFO neutron.manager [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loading Plugin: tapmirror 2026-02-26 22:31:26.598 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: vpnaas 2026-02-26 22:31:26.600 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: taas 2026-02-26 22:31:26.601 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: tap-mirror 2026-02-26 22:31:26.601 7 INFO neutron.api.extensions [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Loaded extension: taas-vlan-filter 2026-02-26 22:31:26.604 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of TrackedResource for resource:network 2026-02-26 22:31:26.604 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-02-26 22:31:26.604 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 22:31:26.604 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of TrackedResource for resource:port 2026-02-26 22:31:26.608 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of TrackedResource for resource:router 2026-02-26 22:31:26.608 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-02-26 22:31:26.611 8 WARNING stevedore.named [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-26 22:31:26.611 8 WARNING stevedore.named [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-26 22:31:26.613 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-02-26 22:31:26.613 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-02-26 22:31:26.614 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-02-26 22:31:26.615 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 22:31:26.615 7 WARNING neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] subnetpool is already registered 2026-02-26 22:31:26.615 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 22:31:26.615 7 WARNING neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] subnetpool is already registered 2026-02-26 22:31:26.616 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-02-26 22:31:26.616 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 22:31:26.617 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 22:31:26.617 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-02-26 22:31:26.618 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-02-26 22:31:26.618 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-02-26 22:31:26.618 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 22:31:26.619 7 WARNING neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] ipsecpolicy is already registered 2026-02-26 22:31:26.619 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 22:31:26.619 7 WARNING neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] ikepolicy is already registered 2026-02-26 22:31:26.624 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of TrackedResource for resource:router 2026-02-26 22:31:26.624 7 WARNING neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] router is already registered 2026-02-26 22:31:26.624 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-02-26 22:31:26.625 7 WARNING neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] floatingip is already registered 2026-02-26 22:31:26.626 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-02-26 22:31:26.626 8 INFO neutron.manager [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loading Plugin: auto_allocate 2026-02-26 22:31:26.628 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-02-26 22:31:26.628 7 WARNING neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] rbac_policy is already registered 2026-02-26 22:31:26.629 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-02-26 22:31:26.629 7 WARNING neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] security_group is already registered 2026-02-26 22:31:26.629 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-02-26 22:31:26.630 7 WARNING neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] security_group_rule is already registered 2026-02-26 22:31:26.630 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 22:31:26.631 7 WARNING neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] subnetpool is already registered 2026-02-26 22:31:26.631 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 22:31:26.631 7 WARNING neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] subnetpool is already registered 2026-02-26 22:31:26.632 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-02-26 22:31:26.632 7 WARNING neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] trunk is already registered 2026-02-26 22:31:26.633 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 22:31:26.633 7 WARNING neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] ikepolicy is already registered 2026-02-26 22:31:26.633 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 22:31:26.633 7 WARNING neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] ipsecpolicy is already registered 2026-02-26 22:31:26.634 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-02-26 22:31:26.634 7 WARNING neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] endpoint_group is already registered 2026-02-26 22:31:26.634 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-02-26 22:31:26.634 7 WARNING neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] vpnservice is already registered 2026-02-26 22:31:26.635 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-02-26 22:31:26.635 7 WARNING neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] ipsec_site_connection is already registered 2026-02-26 22:31:26.636 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 22:31:26.636 7 WARNING neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] ipsecpolicy is already registered 2026-02-26 22:31:26.636 7 INFO neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 22:31:26.637 7 WARNING neutron.quota.resource_registry [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] ikepolicy is already registered 2026-02-26 22:31:26.637 8 INFO neutron.manager [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loading Plugin: tag 2026-02-26 22:31:26.645 8 INFO neutron.manager [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loading Plugin: timestamp 2026-02-26 22:31:26.648 8 INFO neutron.manager [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loading Plugin: network_ip_availability 2026-02-26 22:31:26.652 8 INFO neutron.manager [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loading Plugin: flavors 2026-02-26 22:31:26.655 8 INFO neutron.manager [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loading Plugin: revisions 2026-02-26 22:31:26.659 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Initializing extension manager. 2026-02-26 22:31:26.661 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: address-group 2026-02-26 22:31:26.662 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: address-scope 2026-02-26 22:31:26.663 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-02-26 22:31:26.664 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: agent 2026-02-26 22:31:26.664 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: agent-resources-synced 2026-02-26 22:31:26.665 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: allowed-address-pairs 2026-02-26 22:31:26.666 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: auto-allocated-topology 2026-02-26 22:31:26.667 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: availability_zone 2026-02-26 22:31:26.667 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: availability_zone_filter 2026-02-26 22:31:26.668 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-02-26 22:31:26.668 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: default-subnetpools 2026-02-26 22:31:26.670 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-02-26 22:31:26.670 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: dns-integration 2026-02-26 22:31:26.671 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: dns-domain-ports 2026-02-26 22:31:26.671 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-02-26 22:31:26.672 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: dvr 2026-02-26 22:31:26.673 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-02-26 22:31:26.673 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: empty-string-filtering 2026-02-26 22:31:26.673 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-02-26 22:31:26.674 7 WARNING keystonemiddleware._common.config [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-02-26 22:31:26.674 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-02-26 22:31:26.675 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: external-net 2026-02-26 22:31:26.676 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: extra_dhcp_opt 2026-02-26 22:31:26.676 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: extraroute 2026-02-26 22:31:26.677 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: extraroute-atomic 2026-02-26 22:31:26.677 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-02-26 22:31:26.678 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-02-26 22:31:26.678 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-02-26 22:31:26.679 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-02-26 22:31:26.679 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: fip-port-details 2026-02-26 22:31:26.680 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: flavors 2026-02-26 22:31:26.681 7 WARNING oslo_config.cfg [None req-9bec8f7d-1535-426c-a76c-6e45d121bc46 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-02-26 22:31:26.681 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-02-26 22:31:26.682 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: floatingip-pools 2026-02-26 22:31:26.682 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: ip_allocation 2026-02-26 22:31:26.683 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: ip-substring-filtering 2026-02-26 22:31:26.683 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: l2_adjacency WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f1e5faae668 pid: 7 (default app) 2026-02-26 22:31:26.684 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: router 2026-02-26 22:31:26.687 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-02-26 22:31:26.687 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-02-26 22:31:26.688 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-02-26 22:31:26.688 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: ext-gw-mode 2026-02-26 22:31:26.689 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: l3-ha 2026-02-26 22:31:26.689 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-02-26 22:31:26.690 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-02-26 22:31:26.690 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: l3-flavors 2026-02-26 22:31:26.693 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-02-26 22:31:26.694 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-02-26 22:31:26.696 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: l3_agent_scheduler 2026-02-26 22:31:26.697 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-02-26 22:31:26.698 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension logging not supported by any of loaded plugins 2026-02-26 22:31:26.699 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension metering not supported by any of loaded plugins 2026-02-26 22:31:26.700 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-02-26 22:31:26.700 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: multi-provider 2026-02-26 22:31:26.701 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: net-mtu 2026-02-26 22:31:26.701 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: net-mtu-writable 2026-02-26 22:31:26.702 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: network_availability_zone 2026-02-26 22:31:26.703 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: network_ha 2026-02-26 22:31:26.703 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: network-ip-availability 2026-02-26 22:31:26.704 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-02-26 22:31:26.705 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: pagination 2026-02-26 22:31:26.705 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: port-device-profile 2026-02-26 22:31:26.706 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-02-26 22:31:26.706 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-02-26 22:31:26.707 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-02-26 22:31:26.707 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: port-mac-override 2026-02-26 22:31:26.708 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: port-mac-address-regenerate 2026-02-26 22:31:26.709 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: port-numa-affinity-policy 2026-02-26 22:31:26.709 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-02-26 22:31:26.710 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: port-resource-request 2026-02-26 22:31:26.710 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: port-resource-request-groups 2026-02-26 22:31:26.711 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-02-26 22:31:26.711 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: binding 2026-02-26 22:31:26.712 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: binding-extended 2026-02-26 22:31:26.712 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: port-security 2026-02-26 22:31:26.713 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: project-id 2026-02-26 22:31:26.713 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: provider 2026-02-26 22:31:26.714 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension qinq not supported by any of loaded plugins 2026-02-26 22:31:26.716 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: qos 2026-02-26 22:31:26.717 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: qos-bw-limit-direction 2026-02-26 22:31:26.718 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-02-26 22:31:26.718 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: qos-default 2026-02-26 22:31:26.718 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: qos-fip 2026-02-26 22:31:26.719 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-02-26 22:31:26.719 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: qos-gateway-ip 2026-02-26 22:31:26.720 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: qos-port-network-policy 2026-02-26 22:31:26.721 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: qos-pps-minimum 2026-02-26 22:31:26.721 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-02-26 22:31:26.722 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: qos-pps 2026-02-26 22:31:26.722 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: qos-rule-type-details 2026-02-26 22:31:26.723 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: qos-rule-type-filter 2026-02-26 22:31:26.723 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: qos-rules-alias 2026-02-26 22:31:26.724 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: quota-check-limit 2026-02-26 22:31:26.725 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: quota-check-limit-default 2026-02-26 22:31:26.727 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: quotas 2026-02-26 22:31:26.728 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: quota_details 2026-02-26 22:31:26.729 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: rbac-policies 2026-02-26 22:31:26.730 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: rbac-address-group 2026-02-26 22:31:26.730 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: rbac-address-scope 2026-02-26 22:31:26.731 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: rbac-security-groups 2026-02-26 22:31:26.731 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: rbac-subnetpool 2026-02-26 22:31:26.732 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: revision-if-match 2026-02-26 22:31:26.733 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: standard-attr-revisions 2026-02-26 22:31:26.733 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: router_availability_zone 2026-02-26 22:31:26.734 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-02-26 22:31:26.735 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: security-groups-default-rules 2026-02-26 22:31:26.736 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-02-26 22:31:26.737 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: port-security-groups-filtering 2026-02-26 22:31:26.737 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: security-groups-remote-address-group 2026-02-26 22:31:26.737 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-02-26 22:31:26.738 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: security-groups-shared-filtering 2026-02-26 22:31:26.742 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: security-group 2026-02-26 22:31:26.744 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: segment 2026-02-26 22:31:26.744 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-02-26 22:31:26.745 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: service-type 2026-02-26 22:31:26.745 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: sorting 2026-02-26 22:31:26.746 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: standard-attr-segment 2026-02-26 22:31:26.746 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: standard-attr-description 2026-02-26 22:31:26.747 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: stateful-security-group 2026-02-26 22:31:26.747 8 WARNING neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-02-26 22:31:26.748 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-02-26 22:31:26.748 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: subnet-external-network 2026-02-26 22:31:26.749 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: subnet_onboard 2026-02-26 22:31:26.749 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: subnet-segmentid-writable 2026-02-26 22:31:26.750 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: subnet-service-types 2026-02-26 22:31:26.751 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: subnet_allocation 2026-02-26 22:31:26.752 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-02-26 22:31:26.752 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: tag-creation 2026-02-26 22:31:26.753 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-02-26 22:31:26.757 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: standard-attr-tag 2026-02-26 22:31:26.757 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: standard-attr-timestamp 2026-02-26 22:31:26.758 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: trunk 2026-02-26 22:31:26.758 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: trunk-details 2026-02-26 22:31:26.759 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-02-26 22:31:26.759 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-02-26 22:31:26.760 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-02-26 22:31:26.761 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: vpn-aes-ctr 2026-02-26 22:31:26.763 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-02-26 22:31:26.763 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: vpn-endpoint-groups 2026-02-26 22:31:26.764 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: vpn-flavors 2026-02-26 22:31:26.766 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: vpnaas 2026-02-26 22:31:26.767 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: taas 2026-02-26 22:31:26.768 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: tap-mirror 2026-02-26 22:31:26.769 8 INFO neutron.api.extensions [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Loaded extension: taas-vlan-filter 2026-02-26 22:31:26.771 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of TrackedResource for resource:network 2026-02-26 22:31:26.771 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-02-26 22:31:26.771 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 22:31:26.772 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of TrackedResource for resource:port 2026-02-26 22:31:26.775 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of TrackedResource for resource:router 2026-02-26 22:31:26.776 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-02-26 22:31:26.780 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-02-26 22:31:26.781 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-02-26 22:31:26.781 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-02-26 22:31:26.782 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 22:31:26.782 8 WARNING neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] subnetpool is already registered 2026-02-26 22:31:26.783 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 22:31:26.783 8 WARNING neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] subnetpool is already registered 2026-02-26 22:31:26.783 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of CountableResource for resource:trunk 2026-02-26 22:31:26.784 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 22:31:26.784 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 22:31:26.784 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-02-26 22:31:26.785 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-02-26 22:31:26.785 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-02-26 22:31:26.786 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 22:31:26.786 8 WARNING neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] ipsecpolicy is already registered 2026-02-26 22:31:26.786 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 22:31:26.786 8 WARNING neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] ikepolicy is already registered 2026-02-26 22:31:26.791 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of TrackedResource for resource:router 2026-02-26 22:31:26.791 8 WARNING neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] router is already registered 2026-02-26 22:31:26.791 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-02-26 22:31:26.791 8 WARNING neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] floatingip is already registered 2026-02-26 22:31:26.795 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-02-26 22:31:26.795 8 WARNING neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] rbac_policy is already registered 2026-02-26 22:31:26.796 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-02-26 22:31:26.796 8 WARNING neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] security_group is already registered 2026-02-26 22:31:26.796 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-02-26 22:31:26.796 8 WARNING neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] security_group_rule is already registered 2026-02-26 22:31:26.797 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 22:31:26.797 8 WARNING neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] subnetpool is already registered 2026-02-26 22:31:26.798 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 22:31:26.798 8 WARNING neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] subnetpool is already registered 2026-02-26 22:31:26.799 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of CountableResource for resource:trunk 2026-02-26 22:31:26.799 8 WARNING neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] trunk is already registered 2026-02-26 22:31:26.799 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 22:31:26.800 8 WARNING neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] ikepolicy is already registered 2026-02-26 22:31:26.800 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 22:31:26.800 8 WARNING neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] ipsecpolicy is already registered 2026-02-26 22:31:26.800 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-02-26 22:31:26.801 8 WARNING neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] endpoint_group is already registered 2026-02-26 22:31:26.801 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-02-26 22:31:26.801 8 WARNING neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] vpnservice is already registered 2026-02-26 22:31:26.801 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-02-26 22:31:26.801 8 WARNING neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] ipsec_site_connection is already registered 2026-02-26 22:31:26.802 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 22:31:26.802 8 WARNING neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] ipsecpolicy is already registered 2026-02-26 22:31:26.802 8 INFO neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 22:31:26.802 8 WARNING neutron.quota.resource_registry [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] ikepolicy is already registered 2026-02-26 22:31:26.839 8 WARNING keystonemiddleware._common.config [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-02-26 22:31:26.846 8 WARNING oslo_config.cfg [None req-36ea816a-f2a5-41d6-9e8d-6efce089fa2e - - - - - -] 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 0x7f1e5faae668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 22:31:32.146 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7abac488-f0be-4379-80ad-8d3a4abdb7a0 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1/4] 162.253.55.195 () {44 vars in 928 bytes} [Thu Feb 26 22:31:31 2026] GET /v2.0/networks/public => generated 108 bytes in 838 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: 4/5] 162.253.55.195 () {44 vars in 950 bytes} [Thu Feb 26 22:31:32 2026] GET /v2.0/networks?name=public => generated 15 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:31:32.867 8 WARNING neutron.services.revisions.revision_plugin [None req-a3242f1f-b790-4dd0-af0c-43c9638fd8a6 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Could not find related network for resource to bump revision. 2026-02-26 22:31:32.886 8 INFO neutron.db.segments_db [None req-a3242f1f-b790-4dd0-af0c-43c9638fd8a6 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment e8c05e4b-286b-499a-a4e8-e0419c40d3a8 of type flat for network 7f6f8c15-8f7c-4c21-8cef-3277cda28a31 2026-02-26 22:31:32.930 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a3242f1f-b790-4dd0-af0c-43c9638fd8a6 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/6] 162.253.55.195 () {48 vars in 968 bytes} [Thu Feb 26 22:31:32 2026] POST /v2.0/networks => generated 124 bytes in 427 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:31:39.121 7 INFO neutron.pecan_wsgi.hooks.translation [None req-571afe1d-ddd5-4b27-8cf4-11eec68527b4 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 162.253.55.195 () {44 vars in 928 bytes} [Thu Feb 26 22:31:38 2026] GET /v2.0/networks/public => generated 108 bytes in 395 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 162.253.55.195 () {44 vars in 950 bytes} [Thu Feb 26 22:31:39 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:31:39.395 7 WARNING neutron.services.revisions.revision_plugin [None req-76cc1b56-f765-4cc0-b596-e60d67fea3cb 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Could not find related network for resource to bump revision. 2026-02-26 22:31:39.418 7 INFO neutron.db.segments_db [None req-76cc1b56-f765-4cc0-b596-e60d67fea3cb 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment 1507bf14-3e9c-4f6f-96de-14be068d6909 of type flat for network 2b19fea7-bc5f-4a17-a72a-088ac7671825 2026-02-26 22:31:39.464 7 INFO neutron.pecan_wsgi.hooks.translation [None req-76cc1b56-f765-4cc0-b596-e60d67fea3cb 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 162.253.55.195 () {48 vars in 968 bytes} [Thu Feb 26 22:31:39 2026] POST /v2.0/networks => generated 124 bytes in 323 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:31:45.310 8 INFO neutron.pecan_wsgi.hooks.translation [None req-82c02270-2349-4baa-b7c3-ed1f670ba084 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 162.253.55.195 () {44 vars in 928 bytes} [Thu Feb 26 22:31:45 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 162.253.55.195 () {44 vars in 950 bytes} [Thu Feb 26 22:31:45 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:31:45.380 8 WARNING neutron.services.revisions.revision_plugin [None req-f17a7db7-6398-402e-b7b3-b2ec53957bbf 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Could not find related network for resource to bump revision. 2026-02-26 22:31:45.397 8 INFO neutron.db.segments_db [None req-f17a7db7-6398-402e-b7b3-b2ec53957bbf 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment 4532b144-0ef0-4328-bf82-c034ea205fb5 of type flat for network d6ace73c-3934-4fc4-a04a-1e657847fea1 2026-02-26 22:31:45.419 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f17a7db7-6398-402e-b7b3-b2ec53957bbf 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 162.253.55.195 () {48 vars in 968 bytes} [Thu Feb 26 22:31:45 2026] POST /v2.0/networks => generated 124 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:31:51.245 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a56325d9-2de1-4636-ae66-670bea60a92f 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 162.253.55.195 () {44 vars in 928 bytes} [Thu Feb 26 22:31:51 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/15] 162.253.55.195 () {44 vars in 950 bytes} [Thu Feb 26 22:31:51 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-02-26 22:31:51.311 8 WARNING neutron.services.revisions.revision_plugin [None req-c4c5d97b-f86d-4df4-a041-f23ec36837de 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Could not find related network for resource to bump revision. 2026-02-26 22:31:51.330 8 INFO neutron.db.segments_db [None req-c4c5d97b-f86d-4df4-a041-f23ec36837de 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment b8f73896-4a9a-4674-9104-24988d6bf1ae of type flat for network 3034b36d-ce77-4641-8611-360f969a36fe 2026-02-26 22:31:51.354 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c4c5d97b-f86d-4df4-a041-f23ec36837de 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 162.253.55.195 () {48 vars in 968 bytes} [Thu Feb 26 22:31:51 2026] POST /v2.0/networks => generated 124 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:31:57.220 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e878b97d-3e8c-4224-86ff-d05d27955df3 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 162.253.55.195 () {44 vars in 928 bytes} [Thu Feb 26 22:31:57 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: 8|app: 0|req: 8/18] 162.253.55.195 () {44 vars in 950 bytes} [Thu Feb 26 22:31:57 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:31:57.291 7 WARNING neutron.services.revisions.revision_plugin [None req-aca208b1-9648-41a3-8810-8ab7eb206cd9 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Could not find related network for resource to bump revision. 2026-02-26 22:31:57.308 7 INFO neutron.db.segments_db [None req-aca208b1-9648-41a3-8810-8ab7eb206cd9 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment 9d081aa3-729b-4147-8431-9f37f8719400 of type flat for network edd0ba88-d13d-4c64-9431-f79d0ba4934c 2026-02-26 22:31:57.331 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aca208b1-9648-41a3-8810-8ab7eb206cd9 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 162.253.55.195 () {48 vars in 968 bytes} [Thu Feb 26 22:31:57 2026] POST /v2.0/networks => generated 124 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 22:32:03.143 7 INFO neutron.pecan_wsgi.hooks.translation [None req-472f16ab-8070-4713-b374-8c3af2a745d2 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/21] 162.253.55.195 () {44 vars in 928 bytes} [Thu Feb 26 22:32:03 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/22] 162.253.55.195 () {44 vars in 950 bytes} [Thu Feb 26 22:32:03 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-02-26 22:32:07.877 7 WARNING neutron.services.revisions.revision_plugin [None req-32c85bd3-ec11-4e8f-beb3-9a70004605cb 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Could not find related network for resource to bump revision. 2026-02-26 22:32:07.893 7 INFO neutron.db.segments_db [None req-32c85bd3-ec11-4e8f-beb3-9a70004605cb 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment 1fd2b109-2c93-4cf1-b8cd-4eb87e3327e9 of type flat for network 85320bd3-ce7d-48ec-9827-2ea7ee0195ff [pid: 7|app: 0|req: 13/23] 162.253.55.195 () {48 vars in 968 bytes} [Thu Feb 26 22:32:03 2026] POST /v2.0/networks => generated 706 bytes in 5282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:32:09.585 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3cc28ccd-ba1f-43a2-baf3-055a6f62ea94 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 162.253.55.195 () {44 vars in 928 bytes} [Thu Feb 26 22:32:09 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/25] 162.253.55.195 () {44 vars in 950 bytes} [Thu Feb 26 22:32:09 2026] GET /v2.0/networks?name=public => generated 709 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:32:09.654 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5b4b226f-79c6-4af1-b7cd-86fc6ca64b33 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/26] 162.253.55.195 () {44 vars in 1035 bytes} [Thu Feb 26 22:32:09 2026] GET /v2.0/subnets/public-subnet?network_id=85320bd3-ce7d-48ec-9827-2ea7ee0195ff => generated 113 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/27] 162.253.55.195 () {44 vars in 1058 bytes} [Thu Feb 26 22:32:09 2026] GET /v2.0/subnets?name=public-subnet&network_id=85320bd3-ce7d-48ec-9827-2ea7ee0195ff => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 162.253.55.195 () {48 vars in 966 bytes} [Thu Feb 26 22:32:09 2026] POST /v2.0/subnets => generated 664 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:36:52.395 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b49eb346-fb86-46fe-945d-336a0f7226cb 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/66] 162.253.55.195 () {44 vars in 938 bytes} [Thu Feb 26 22:36:52 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/67] 162.253.55.195 () {44 vars in 960 bytes} [Thu Feb 26 22:36:52 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:36:52.477 7 INFO neutron.db.segments_db [None req-5fdf54b7-56ad-45d3-9f60-8c25b2b493be 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment 54eabbd9-8705-40a8-9fd6-6821d12b3939 of type vxlan for network d417ee4d-007a-4cbb-a444-ba2e642ada8e [pid: 7|app: 0|req: 36/68] 162.253.55.195 () {48 vars in 967 bytes} [Thu Feb 26 22:36:52 2026] POST /v2.0/networks => generated 688 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:36:53.453 8 INFO neutron.pecan_wsgi.hooks.translation [None req-321d93e6-dce2-4672-b559-5cb16023eda9 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/69] 162.253.55.195 () {44 vars in 938 bytes} [Thu Feb 26 22:36:53 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/70] 162.253.55.195 () {44 vars in 960 bytes} [Thu Feb 26 22:36:53 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:36:53.513 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8982e63e-0f24-4a30-96ff-42829b7a2c8a 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/71] 162.253.55.195 () {44 vars in 1037 bytes} [Thu Feb 26 22:36:53 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=d417ee4d-007a-4cbb-a444-ba2e642ada8e => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/72] 162.253.55.195 () {44 vars in 1060 bytes} [Thu Feb 26 22:36:53 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=d417ee4d-007a-4cbb-a444-ba2e642ada8e => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/73] 162.253.55.195 () {48 vars in 966 bytes} [Thu Feb 26 22:36:53 2026] POST /v2.0/subnets => generated 651 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 22:36:54.802 7 INFO neutron.api.v2.resource [None req-77822739-3585-4072-92d8-9541489722cd 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/74] 162.253.55.195 () {44 vars in 972 bytes} [Thu Feb 26 22:36:54 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/75] 162.253.55.195 () {44 vars in 994 bytes} [Thu Feb 26 22:36:54 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/76] 162.253.55.195 () {48 vars in 981 bytes} [Thu Feb 26 22:36:54 2026] POST /v2.0/security-groups => generated 1616 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 22:36:56 2026] GET /v2.0/security-groups/51586948-c376-4c6a-a83c-5ba2b27cd066 => generated 1616 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/78] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 22:36:56 2026] GET /v2.0/security-groups/51586948-c376-4c6a-a83c-5ba2b27cd066 => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 22:36:56 2026] GET /v2.0/security-groups/51586948-c376-4c6a-a83c-5ba2b27cd066 => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/80] 162.253.55.195 () {48 vars in 992 bytes} [Thu Feb 26 22:36:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 22:36:56 2026] GET /v2.0/security-groups/51586948-c376-4c6a-a83c-5ba2b27cd066 => generated 2230 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 22:36:57 2026] GET /v2.0/security-groups/51586948-c376-4c6a-a83c-5ba2b27cd066 => generated 2230 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 22:36:57 2026] GET /v2.0/security-groups/51586948-c376-4c6a-a83c-5ba2b27cd066 => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 162.253.55.195 () {48 vars in 992 bytes} [Thu Feb 26 22:36:57 2026] POST /v2.0/security-group-rules => generated 603 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 22:36:57 2026] GET /v2.0/security-groups/51586948-c376-4c6a-a83c-5ba2b27cd066 => generated 2846 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 22:36:58 2026] GET /v2.0/security-groups/51586948-c376-4c6a-a83c-5ba2b27cd066 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 22:36:58 2026] GET /v2.0/security-groups/51586948-c376-4c6a-a83c-5ba2b27cd066 => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 162.253.55.195 () {48 vars in 992 bytes} [Thu Feb 26 22:36:58 2026] POST /v2.0/security-group-rules => generated 603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 22:36:58 2026] GET /v2.0/security-groups/51586948-c376-4c6a-a83c-5ba2b27cd066 => generated 3462 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 22:36:59 2026] GET /v2.0/security-groups/51586948-c376-4c6a-a83c-5ba2b27cd066 => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 22:36:59 2026] GET /v2.0/security-groups/51586948-c376-4c6a-a83c-5ba2b27cd066 => generated 3462 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/92] 162.253.55.195 () {48 vars in 992 bytes} [Thu Feb 26 22:36:59 2026] POST /v2.0/security-group-rules => generated 603 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 22:36:59 2026] GET /v2.0/security-groups/51586948-c376-4c6a-a83c-5ba2b27cd066 => generated 4078 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/94] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 22:37:00 2026] GET /v2.0/security-groups/51586948-c376-4c6a-a83c-5ba2b27cd066 => generated 4078 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 22:37:00 2026] GET /v2.0/security-groups/51586948-c376-4c6a-a83c-5ba2b27cd066 => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/96] 162.253.55.195 () {48 vars in 992 bytes} [Thu Feb 26 22:37:00 2026] POST /v2.0/security-group-rules => generated 603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 162.253.55.195 () {44 vars in 988 bytes} [Thu Feb 26 22:37:01 2026] GET /v2.0/networks/d417ee4d-007a-4cbb-a444-ba2e642ada8e => generated 732 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 22:37:01.445 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aeabcef1-71d6-402b-84ec-8f280a54ad6a 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/100] 162.253.55.195 () {44 vars in 1077 bytes} [Thu Feb 26 22:37:01 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=d417ee4d-007a-4cbb-a444-ba2e642ada8e => generated 132 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/101] 162.253.55.195 () {44 vars in 1100 bytes} [Thu Feb 26 22:37:01 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=d417ee4d-007a-4cbb-a444-ba2e642ada8e => 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: 53/102] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 22:37:01 2026] GET /v2.0/security-groups/51586948-c376-4c6a-a83c-5ba2b27cd066 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/103] 162.253.55.195 () {48 vars in 962 bytes} [Thu Feb 26 22:37:01 2026] POST /v2.0/ports => generated 1096 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-26 22:37:08.894 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d577f8b9-29d1-487c-bd26-a51139eb9d84 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/104] 162.253.55.195 () {44 vars in 980 bytes} [Thu Feb 26 22:37:08 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 51/105] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 22:37:08 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/106] 162.253.55.195 () {48 vars in 1032 bytes} [Thu Feb 26 22:37:08 2026] PUT /v2.0/ports/ea73e897-5443-4a90-825a-5efc59605ab3 => generated 1245 bytes in 652 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/107] 162.253.55.195 () {44 vars in 921 bytes} [Thu Feb 26 22:37:11 2026] GET /v2.0/ports => generated 3726 bytes in 269 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-02-26 22:37:12.336 7 INFO neutron.api.v2.resource [None req-10906573-a8e0-4a70-aa9f-8350a764f9a5 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/108] 162.253.55.195 () {44 vars in 960 bytes} [Thu Feb 26 22:37:12 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/109] 162.253.55.195 () {44 vars in 982 bytes} [Thu Feb 26 22:37:12 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/110] 162.253.55.195 () {48 vars in 981 bytes} [Thu Feb 26 22:37:12 2026] POST /v2.0/security-groups => generated 1610 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/111] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 22:37:13 2026] GET /v2.0/security-groups/16a4c941-0e1f-415b-9985-5dc7956d01e3 => generated 1610 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/112] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 22:37:13 2026] GET /v2.0/security-groups/16a4c941-0e1f-415b-9985-5dc7956d01e3 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/113] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 22:37:13 2026] GET /v2.0/security-groups/16a4c941-0e1f-415b-9985-5dc7956d01e3 => generated 1610 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/114] 162.253.55.195 () {48 vars in 992 bytes} [Thu Feb 26 22:37:13 2026] POST /v2.0/security-group-rules => generated 621 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/115] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 22:37:14 2026] GET /v2.0/security-groups/16a4c941-0e1f-415b-9985-5dc7956d01e3 => generated 2244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/116] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 22:37:14 2026] GET /v2.0/security-groups/16a4c941-0e1f-415b-9985-5dc7956d01e3 => generated 2244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/117] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 22:37:14 2026] GET /v2.0/security-groups/16a4c941-0e1f-415b-9985-5dc7956d01e3 => generated 2244 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/118] 162.253.55.195 () {48 vars in 992 bytes} [Thu Feb 26 22:37:14 2026] POST /v2.0/security-group-rules => generated 625 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/129] 162.253.55.195 () {44 vars in 976 bytes} [Thu Feb 26 22:38:28 2026] GET /v2.0/quotas/e28f0ccde533438f9aa48223a05a85db => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 67/130] 162.253.55.195 () {48 vars in 1028 bytes} [Thu Feb 26 22:38:28 2026] PUT /v2.0/quotas/e28f0ccde533438f9aa48223a05a85db => generated 291 bytes in 29 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-02-26 22:40:50.331 8 INFO neutron.pecan_wsgi.hooks.translation [None req-11683fc9-40c4-43e2-aa76-94ca8d5ecd63 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 74/151] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 22:40:50 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 185 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 78/152] 162.253.55.195 () {30 vars in 763 bytes} [Thu Feb 26 22:40:50 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:40:52.400 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aa08f17d-2941-4d85-abd3-852f1101962b 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 75/153] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 22:40:52 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 79/154] 162.253.55.195 () {30 vars in 763 bytes} [Thu Feb 26 22:40:52 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 22:48:37.332 7 INFO neutron.api.v2.resource [None req-53efc7eb-5ffd-438f-89ec-96fdeb8972ad 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 111/217] 162.253.55.195 () {44 vars in 1075 bytes} [Thu Feb 26 22:48:37 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=988b35469d48452da6ec70da58c88868 => generated 139 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/218] 162.253.55.195 () {44 vars in 1098 bytes} [Thu Feb 26 22:48:37 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=988b35469d48452da6ec70da58c88868 => generated 23 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/219] 162.253.55.195 () {48 vars in 982 bytes} [Thu Feb 26 22:48:37 2026] POST /v2.0/security-groups => generated 1624 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/220] 162.253.55.195 () {44 vars in 1089 bytes} [Thu Feb 26 22:48:38 2026] GET /v2.0/security-groups/110b5674-0e3c-4df9-ba3d-69ee91840d1d?project_id=988b35469d48452da6ec70da58c88868 => generated 1624 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/221] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 22:48:38 2026] GET /v2.0/security-groups/110b5674-0e3c-4df9-ba3d-69ee91840d1d => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/222] 162.253.55.195 () {44 vars in 1089 bytes} [Thu Feb 26 22:48:38 2026] GET /v2.0/security-groups/110b5674-0e3c-4df9-ba3d-69ee91840d1d?project_id=988b35469d48452da6ec70da58c88868 => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/223] 162.253.55.195 () {48 vars in 992 bytes} [Thu Feb 26 22:48:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/224] 162.253.55.195 () {44 vars in 1089 bytes} [Thu Feb 26 22:48:39 2026] GET /v2.0/security-groups/110b5674-0e3c-4df9-ba3d-69ee91840d1d?project_id=988b35469d48452da6ec70da58c88868 => generated 2234 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/225] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 22:48:39 2026] GET /v2.0/security-groups/110b5674-0e3c-4df9-ba3d-69ee91840d1d => generated 2234 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/226] 162.253.55.195 () {44 vars in 1089 bytes} [Thu Feb 26 22:48:39 2026] GET /v2.0/security-groups/110b5674-0e3c-4df9-ba3d-69ee91840d1d?project_id=988b35469d48452da6ec70da58c88868 => generated 2234 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/227] 162.253.55.195 () {48 vars in 992 bytes} [Thu Feb 26 22:48:39 2026] POST /v2.0/security-group-rules => generated 599 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/228] 162.253.55.195 () {44 vars in 1089 bytes} [Thu Feb 26 22:48:40 2026] GET /v2.0/security-groups/110b5674-0e3c-4df9-ba3d-69ee91840d1d?project_id=988b35469d48452da6ec70da58c88868 => generated 2846 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/229] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 22:48:40 2026] GET /v2.0/security-groups/110b5674-0e3c-4df9-ba3d-69ee91840d1d => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/230] 162.253.55.195 () {44 vars in 1089 bytes} [Thu Feb 26 22:48:40 2026] GET /v2.0/security-groups/110b5674-0e3c-4df9-ba3d-69ee91840d1d?project_id=988b35469d48452da6ec70da58c88868 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/231] 162.253.55.195 () {48 vars in 992 bytes} [Thu Feb 26 22:48:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/232] 162.253.55.195 () {44 vars in 1089 bytes} [Thu Feb 26 22:48:41 2026] GET /v2.0/security-groups/110b5674-0e3c-4df9-ba3d-69ee91840d1d?project_id=988b35469d48452da6ec70da58c88868 => generated 3460 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/233] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 22:48:42 2026] GET /v2.0/security-groups/110b5674-0e3c-4df9-ba3d-69ee91840d1d => generated 3460 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/234] 162.253.55.195 () {44 vars in 1089 bytes} [Thu Feb 26 22:48:42 2026] GET /v2.0/security-groups/110b5674-0e3c-4df9-ba3d-69ee91840d1d?project_id=988b35469d48452da6ec70da58c88868 => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/235] 162.253.55.195 () {48 vars in 992 bytes} [Thu Feb 26 22:48:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/260] 162.253.55.195 () {30 vars in 740 bytes} [Thu Feb 26 22:51:34 2026] GET /v2.0/networks?tenant_id=988b35469d48452da6ec70da58c88868&shared=False => generated 15 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 22:51:35.356 7 INFO neutron.db.segments_db [None req-1b7319ea-b1c1-409a-ad77-f93de51c74aa d72512bab0c242cfaf08e5522bae6f76 988b35469d48452da6ec70da58c88868 - - 9e7ae92ea965452c89cac4b15552a734 9e7ae92ea965452c89cac4b15552a734] Added segment 4b6dd519-6d3e-4b05-82e5-6bb7744dab33 of type vxlan for network 1395ffd6-ef0e-4f99-8a55-7398782ed1da [pid: 7|app: 0|req: 133/261] 162.253.55.195 () {34 vars in 682 bytes} [Thu Feb 26 22:51:35 2026] POST /v2.0/networks => generated 699 bytes in 582 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/262] 162.253.55.195 () {30 vars in 722 bytes} [Thu Feb 26 22:51:35 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/263] 162.253.55.195 () {30 vars in 633 bytes} [Thu Feb 26 22:51:35 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/264] 162.253.55.195 () {34 vars in 677 bytes} [Thu Feb 26 22:51:35 2026] POST /v2.0/ports => generated 999 bytes in 676 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/265] 162.253.55.195 () {30 vars in 703 bytes} [Thu Feb 26 22:51:36 2026] GET /v2.0/networks/1395ffd6-ef0e-4f99-8a55-7398782ed1da => generated 705 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/266] 162.253.55.195 () {30 vars in 722 bytes} [Thu Feb 26 22:51:38 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/267] 162.253.55.195 () {30 vars in 703 bytes} [Thu Feb 26 22:51:38 2026] GET /v2.0/networks/1395ffd6-ef0e-4f99-8a55-7398782ed1da => generated 705 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/270] 162.253.55.195 () {44 vars in 976 bytes} [Thu Feb 26 22:51:53 2026] GET /v2.0/quotas/988b35469d48452da6ec70da58c88868 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/271] 162.253.55.195 () {48 vars in 1028 bytes} [Thu Feb 26 22:51:53 2026] PUT /v2.0/quotas/988b35469d48452da6ec70da58c88868 => generated 291 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/280] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 22:52:52 2026] GET /v2.0/subnets => generated 1308 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/281] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 22:52:52 2026] GET /v2.0/subnetpools => 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: 139/282] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 22:52:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/283] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 22:52:52 2026] GET /v2.0/subnets => generated 1308 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/284] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 22:52:52 2026] GET /v2.0/ports => generated 4721 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/285] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 22:52:52 2026] GET /v2.0/networks => generated 2168 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/286] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 22:52:52 2026] GET /v2.0/routers => generated 15 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/287] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 22:52:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/288] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 22:52:52 2026] GET /v2.0/agents => generated 3385 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/289] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 22:52:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 143/290] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 22:52:52 2026] GET /v2.0/floatingips => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 152/299] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 22:53:51 2026] GET /v2.0/ports => generated 4721 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 148/300] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 22:53:52 2026] GET /v2.0/agents => generated 3385 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 153/301] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 22:53:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/302] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 22:53:52 2026] GET /v2.0/subnets => generated 1308 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 154/303] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 22:53:52 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) [pid: 8|app: 0|req: 150/304] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 22:53:52 2026] GET /v2.0/networks => generated 2168 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/305] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 22:53:52 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 151/306] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 22:53:52 2026] GET /v2.0/floatingips => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 156/307] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 22:53:52 2026] GET /v2.0/routers => generated 15 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 152/308] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 22:53:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/309] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 22:53:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 162/318] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 22:54:51 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 157/319] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 22:54:51 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 163/320] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 22:54:51 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 158/321] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 22:54:51 2026] GET /v2.0/networks => generated 2168 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 164/322] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 22:54:52 2026] GET /v2.0/agents => generated 3385 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 159/323] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 22:54:52 2026] GET /v2.0/subnets => generated 1308 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 165/324] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 22:54:52 2026] GET /v2.0/ports => generated 4721 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 160/325] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 22:54:52 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/326] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 22:54:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 161/327] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 22:54:52 2026] GET /v2.0/floatingips => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/328] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 22:54:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 166/337] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 22:55:51 2026] GET /v2.0/ports => generated 4721 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/338] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 22:55:51 2026] GET /v2.0/agents => generated 3385 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 167/339] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 22:55:52 2026] GET /v2.0/floatingips => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/340] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 22:55:52 2026] GET /v2.0/networks => generated 2168 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 168/341] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 22:55:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/342] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 22:55:52 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/343] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 22:55:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/344] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 22:55:52 2026] GET /v2.0/subnets => generated 1308 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/345] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 22:55:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/346] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 22:55:52 2026] GET /v2.0/routers => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/347] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 22:55:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/356] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 22:56:51 2026] GET /v2.0/ports => generated 4721 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/357] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 22:56:52 2026] GET /v2.0/floatingips => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/358] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 22:56:52 2026] GET /v2.0/routers => generated 15 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/359] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 22:56:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/360] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 22:56:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/361] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 22:56:52 2026] GET /v2.0/networks => generated 2168 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/362] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 22:56:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/363] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 22:56:52 2026] GET /v2.0/subnets => generated 1308 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/364] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 22:56:52 2026] GET /v2.0/agents => generated 3385 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/365] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 22:56:52 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/366] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 22:56:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/375] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 22:57:51 2026] GET /v2.0/floatingips => generated 19 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/376] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 22:57:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/377] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 22:57:52 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/378] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 22:57:52 2026] GET /v2.0/ports => generated 4721 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/379] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 22:57:52 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/380] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 22:57:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/381] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 22:57:52 2026] GET /v2.0/networks => generated 2168 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/382] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 22:57:52 2026] GET /v2.0/agents => generated 3385 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/383] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 22:57:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/384] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 22:57:52 2026] GET /v2.0/subnets => generated 1308 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/385] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 22:57:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/394] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 22:58:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/395] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 22:58:52 2026] GET /v2.0/floatingips => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/396] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 22:58:52 2026] GET /v2.0/agents => generated 3385 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/397] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 22:58:52 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/398] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 22:58:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/399] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 22:58:52 2026] GET /v2.0/ports => generated 4721 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/400] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 22:58:52 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/401] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 22:58:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/402] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 22:58:52 2026] GET /v2.0/networks => generated 2168 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/403] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 22:58:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/404] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 22:58:52 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/413] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 22:59:51 2026] GET /v2.0/subnets => generated 1308 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/414] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 22:59:52 2026] GET /v2.0/ports => generated 4721 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/415] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 22:59:52 2026] GET /v2.0/agents => generated 3385 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/416] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 22:59:52 2026] GET /v2.0/subnets => generated 1308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/417] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 22:59:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/418] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 22:59:52 2026] GET /v2.0/routers => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/419] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 22:59:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/420] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 22:59:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/421] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 22:59:52 2026] GET /v2.0/floatingips => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/422] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 22:59:52 2026] GET /v2.0/networks => generated 2168 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/423] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 22:59:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/432] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:00:51 2026] GET /v2.0/floatingips => generated 19 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/433] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 23:00:52 2026] GET /v2.0/ports => generated 4721 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/434] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:00:52 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/435] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:00:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/436] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 23:00:52 2026] GET /v2.0/networks => generated 2168 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/437] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 23:00:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/438] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 23:00:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/439] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 23:00:52 2026] GET /v2.0/agents => generated 3385 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/440] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:00:52 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/441] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:00:52 2026] GET /v2.0/routers => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/442] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 23:00:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/451] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 23:01:51 2026] GET /v2.0/security-groups => generated 17397 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/452] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 23:01:51 2026] GET /v2.0/ports => generated 4721 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/453] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 23:01:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/454] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:01:52 2026] GET /v2.0/subnets => generated 1308 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/455] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:01:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/456] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:01:52 2026] GET /v2.0/floatingips => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/457] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 23:01:52 2026] GET /v2.0/networks => generated 2168 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/458] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:01:52 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/459] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 23:01:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/460] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 23:01:52 2026] GET /v2.0/agents => generated 3385 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/461] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:01:52 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) 2026-02-26 23:02:16.058 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0ec63e95-c72b-4ed0-981b-f956d9946401 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 229/466] 162.253.55.195 () {44 vars in 928 bytes} [Thu Feb 26 23:02:16 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: 238/467] 162.253.55.195 () {44 vars in 950 bytes} [Thu Feb 26 23:02:16 2026] GET /v2.0/networks?name=public => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:02:17.305 8 INFO neutron.pecan_wsgi.hooks.translation [None req-892c66a6-8447-45c7-9aa9-a83624fc32cf 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 230/468] 162.253.55.195 () {44 vars in 928 bytes} [Thu Feb 26 23:02:17 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/469] 162.253.55.195 () {44 vars in 950 bytes} [Thu Feb 26 23:02:17 2026] GET /v2.0/networks?name=public => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:02:17.380 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2a99e5f4-88f1-4905-b944-c1f021205dbf 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 231/470] 162.253.55.195 () {44 vars in 1035 bytes} [Thu Feb 26 23:02:17 2026] GET /v2.0/subnets/public-subnet?network_id=85320bd3-ce7d-48ec-9827-2ea7ee0195ff => generated 113 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/471] 162.253.55.195 () {44 vars in 1058 bytes} [Thu Feb 26 23:02:17 2026] GET /v2.0/subnets?name=public-subnet&network_id=85320bd3-ce7d-48ec-9827-2ea7ee0195ff => generated 667 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:02:42.385 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4d2733a2-1bb5-469a-8e15-6ccdc868d704 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 242/474] 162.253.55.195 () {44 vars in 938 bytes} [Thu Feb 26 23:02:42 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/475] 162.253.55.195 () {44 vars in 960 bytes} [Thu Feb 26 23:02:42 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:02:43.379 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4689c9db-837f-491e-a762-f6d467ae592d 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 243/476] 162.253.55.195 () {44 vars in 938 bytes} [Thu Feb 26 23:02:43 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: 234/477] 162.253.55.195 () {44 vars in 960 bytes} [Thu Feb 26 23:02:43 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:02:43.449 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bd93984f-3c47-4d2a-8aa9-e75086f98f47 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 244/478] 162.253.55.195 () {44 vars in 1037 bytes} [Thu Feb 26 23:02:43 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=d417ee4d-007a-4cbb-a444-ba2e642ada8e => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/479] 162.253.55.195 () {44 vars in 1060 bytes} [Thu Feb 26 23:02:43 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=d417ee4d-007a-4cbb-a444-ba2e642ada8e => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:02:49.851 7 INFO neutron.api.v2.resource [None req-cfe0b55d-8073-470c-b357-88ebbbd3b688 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 246/482] 162.253.55.195 () {44 vars in 972 bytes} [Thu Feb 26 23:02:49 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/483] 162.253.55.195 () {44 vars in 994 bytes} [Thu Feb 26 23:02:49 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/484] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 23:02:51 2026] GET /v2.0/security-groups/51586948-c376-4c6a-a83c-5ba2b27cd066 => generated 4694 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/485] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 23:02:51 2026] GET /v2.0/security-groups/51586948-c376-4c6a-a83c-5ba2b27cd066 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/486] 162.253.55.195 () {44 vars in 1012 bytes} [Thu Feb 26 23:02:51 2026] GET /v2.0/security-group-rules/70f0eada-eb5f-423d-b86e-8b6714fa0f80 => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/487] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:02:51 2026] GET /v2.0/subnets => generated 1308 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/488] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:02:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/489] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 23:02:52 2026] GET /v2.0/security-groups/51586948-c376-4c6a-a83c-5ba2b27cd066 => generated 4694 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/490] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:02:52 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/491] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 23:02:52 2026] GET /v2.0/security-groups/51586948-c376-4c6a-a83c-5ba2b27cd066 => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/492] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 23:02:52 2026] GET /v2.0/ports => generated 4721 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/493] 162.253.55.195 () {44 vars in 1012 bytes} [Thu Feb 26 23:02:52 2026] GET /v2.0/security-group-rules/c38f2e1c-9a42-4c79-8903-63dd03bac688 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/494] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 23:02:52 2026] GET /v2.0/networks => generated 2168 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/495] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 23:02:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/496] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:02:52 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/497] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 23:02:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/498] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 23:02:52 2026] GET /v2.0/agents => generated 3385 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/499] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 23:02:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/500] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:02:52 2026] GET /v2.0/floatingips => 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: 255/501] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 23:02:53 2026] GET /v2.0/security-groups/51586948-c376-4c6a-a83c-5ba2b27cd066 => generated 4694 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/502] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 23:02:53 2026] GET /v2.0/security-groups/51586948-c376-4c6a-a83c-5ba2b27cd066 => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/503] 162.253.55.195 () {44 vars in 1012 bytes} [Thu Feb 26 23:02:53 2026] GET /v2.0/security-group-rules/bee51d57-559c-4f4f-8dc0-9e1508b4a535 => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/504] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 23:02:54 2026] GET /v2.0/security-groups/51586948-c376-4c6a-a83c-5ba2b27cd066 => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/505] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 23:02:54 2026] GET /v2.0/security-groups/51586948-c376-4c6a-a83c-5ba2b27cd066 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/506] 162.253.55.195 () {44 vars in 1012 bytes} [Thu Feb 26 23:02:54 2026] GET /v2.0/security-group-rules/39bfab9c-a7d0-43b6-99a5-8920d5f4c69b => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/507] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 23:02:54 2026] GET /v2.0/security-groups/51586948-c376-4c6a-a83c-5ba2b27cd066 => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/508] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 23:02:55 2026] GET /v2.0/security-groups/51586948-c376-4c6a-a83c-5ba2b27cd066 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/509] 162.253.55.195 () {44 vars in 1012 bytes} [Thu Feb 26 23:02:55 2026] GET /v2.0/security-group-rules/93b24022-bb8e-4d14-8ed7-8b5099470545 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/510] 162.253.55.195 () {44 vars in 988 bytes} [Thu Feb 26 23:02:56 2026] GET /v2.0/networks/d417ee4d-007a-4cbb-a444-ba2e642ada8e => generated 732 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:02:56.369 7 INFO neutron.pecan_wsgi.hooks.translation [None req-34c530f2-352b-494c-af76-f2bdd9e3f037 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 260/511] 162.253.55.195 () {44 vars in 1077 bytes} [Thu Feb 26 23:02:56 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=d417ee4d-007a-4cbb-a444-ba2e642ada8e => 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: 252/512] 162.253.55.195 () {44 vars in 1100 bytes} [Thu Feb 26 23:02:56 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=d417ee4d-007a-4cbb-a444-ba2e642ada8e => generated 1250 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/513] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 23:02:56 2026] GET /v2.0/security-groups/51586948-c376-4c6a-a83c-5ba2b27cd066 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:03:04.304 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5823de94-a84c-4c93-b472-3bf57a61d4a9 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 254/516] 162.253.55.195 () {44 vars in 980 bytes} [Thu Feb 26 23:03:04 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/517] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 23:03:04 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/518] 162.253.55.195 () {44 vars in 921 bytes} [Thu Feb 26 23:03:05 2026] GET /v2.0/ports => generated 4721 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:03:06.924 7 INFO neutron.api.v2.resource [None req-afc006e4-91e2-4e2e-8206-aa119eafee23 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 264/519] 162.253.55.195 () {44 vars in 960 bytes} [Thu Feb 26 23:03:06 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/520] 162.253.55.195 () {44 vars in 982 bytes} [Thu Feb 26 23:03:06 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/521] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 23:03:07 2026] GET /v2.0/security-groups/16a4c941-0e1f-415b-9985-5dc7956d01e3 => generated 2882 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/522] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 23:03:07 2026] GET /v2.0/security-groups/16a4c941-0e1f-415b-9985-5dc7956d01e3 => generated 2882 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/523] 162.253.55.195 () {44 vars in 1012 bytes} [Thu Feb 26 23:03:07 2026] GET /v2.0/security-group-rules/2da41484-6e49-4ce2-9e15-c4eaab50fcf0 => generated 621 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/524] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 23:03:08 2026] GET /v2.0/security-groups/16a4c941-0e1f-415b-9985-5dc7956d01e3 => generated 2882 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/525] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 23:03:08 2026] GET /v2.0/security-groups/16a4c941-0e1f-415b-9985-5dc7956d01e3 => generated 2882 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/526] 162.253.55.195 () {44 vars in 1012 bytes} [Thu Feb 26 23:03:08 2026] GET /v2.0/security-group-rules/1715cd4c-1251-463f-be35-eabc68d59a4c => generated 625 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/529] 162.253.55.195 () {44 vars in 976 bytes} [Thu Feb 26 23:03:19 2026] GET /v2.0/quotas/e28f0ccde533438f9aa48223a05a85db => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/534] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 23:03:51 2026] GET /v2.0/agents => generated 3385 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/535] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:03:51 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/536] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 23:03:51 2026] GET /v2.0/agents?binary=ovn-controller => 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: 273/537] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:03:51 2026] GET /v2.0/floatingips => 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: 265/538] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 23:03:52 2026] GET /v2.0/networks => generated 2168 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/539] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 23:03:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/540] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:03:52 2026] GET /v2.0/subnets => generated 1308 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/541] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 23:03:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/542] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:03:52 2026] GET /v2.0/subnets => generated 1308 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/543] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:03:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/544] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 23:03:52 2026] GET /v2.0/ports => generated 4721 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:04:09.985 7 INFO neutron.api.v2.resource [None req-860dab57-c397-44ef-9e3a-6d12764f4761 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 278/547] 162.253.55.195 () {44 vars in 1075 bytes} [Thu Feb 26 23:04:09 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=988b35469d48452da6ec70da58c88868 => generated 139 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/548] 162.253.55.195 () {44 vars in 1098 bytes} [Thu Feb 26 23:04:09 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=988b35469d48452da6ec70da58c88868 => generated 4072 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/549] 162.253.55.195 () {44 vars in 1089 bytes} [Thu Feb 26 23:04:10 2026] GET /v2.0/security-groups/110b5674-0e3c-4df9-ba3d-69ee91840d1d?project_id=988b35469d48452da6ec70da58c88868 => 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: 271/550] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 23:04:10 2026] GET /v2.0/security-groups/110b5674-0e3c-4df9-ba3d-69ee91840d1d => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/551] 162.253.55.195 () {44 vars in 1012 bytes} [Thu Feb 26 23:04:11 2026] GET /v2.0/security-group-rules/a850ab27-c071-48c2-8399-2a7343b84cbf => generated 597 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/552] 162.253.55.195 () {44 vars in 1089 bytes} [Thu Feb 26 23:04:11 2026] GET /v2.0/security-groups/110b5674-0e3c-4df9-ba3d-69ee91840d1d?project_id=988b35469d48452da6ec70da58c88868 => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/553] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 23:04:12 2026] GET /v2.0/security-groups/110b5674-0e3c-4df9-ba3d-69ee91840d1d => generated 4075 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/554] 162.253.55.195 () {44 vars in 1012 bytes} [Thu Feb 26 23:04:12 2026] GET /v2.0/security-group-rules/89e48deb-b0c6-468d-a2ba-0950515a651c => generated 599 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/555] 162.253.55.195 () {44 vars in 1089 bytes} [Thu Feb 26 23:04:12 2026] GET /v2.0/security-groups/110b5674-0e3c-4df9-ba3d-69ee91840d1d?project_id=988b35469d48452da6ec70da58c88868 => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/556] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 23:04:12 2026] GET /v2.0/security-groups/110b5674-0e3c-4df9-ba3d-69ee91840d1d => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/557] 162.253.55.195 () {44 vars in 1012 bytes} [Thu Feb 26 23:04:13 2026] GET /v2.0/security-group-rules/2e416cd5-5648-40c1-9a94-dbe2714a0ef6 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/558] 162.253.55.195 () {44 vars in 1089 bytes} [Thu Feb 26 23:04:13 2026] GET /v2.0/security-groups/110b5674-0e3c-4df9-ba3d-69ee91840d1d?project_id=988b35469d48452da6ec70da58c88868 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/559] 162.253.55.195 () {44 vars in 1002 bytes} [Thu Feb 26 23:04:14 2026] GET /v2.0/security-groups/110b5674-0e3c-4df9-ba3d-69ee91840d1d => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/560] 162.253.55.195 () {44 vars in 1012 bytes} [Thu Feb 26 23:04:14 2026] GET /v2.0/security-group-rules/260163a6-ffa3-4d9b-aad6-ec81cbff6452 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/563] 162.253.55.195 () {44 vars in 976 bytes} [Thu Feb 26 23:04:20 2026] GET /v2.0/quotas/988b35469d48452da6ec70da58c88868 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/568] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:04:51 2026] GET /v2.0/subnets => generated 1308 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/569] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:04:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/570] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 23:04:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/571] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:04:52 2026] GET /v2.0/subnets => generated 1308 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/572] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 23:04:52 2026] GET /v2.0/agents => generated 3385 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/573] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 23:04:52 2026] GET /v2.0/ports => generated 4721 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/574] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:04:52 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/575] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 23:04:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/576] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:04:52 2026] GET /v2.0/floatingips => 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: 293/577] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 23:04:52 2026] GET /v2.0/networks => generated 2168 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/578] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 23:04:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/581] 162.253.55.195 () {44 vars in 950 bytes} [Thu Feb 26 23:05:02 2026] GET /v2.0/networks?name=public => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/586] 10.0.0.225 () {32 vars in 649 bytes} [Thu Feb 26 23:05:41 2026] GET /v2.0/networks => generated 2168 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/587] 10.0.0.225 () {32 vars in 655 bytes} [Thu Feb 26 23:05:42 2026] GET /v2.0/floatingips => 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: 291/588] 10.0.0.225 () {32 vars in 647 bytes} [Thu Feb 26 23:05:42 2026] GET /v2.0/routers => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/589] 10.0.0.225 () {32 vars in 643 bytes} [Thu Feb 26 23:05:42 2026] GET /v2.0/ports => generated 4721 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/590] 10.0.0.225 () {32 vars in 647 bytes} [Thu Feb 26 23:05:42 2026] GET /v2.0/subnets => generated 1308 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/591] 10.0.0.225 () {32 vars in 649 bytes} [Thu Feb 26 23:05:42 2026] GET /v2.0/networks => generated 2168 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/592] 10.0.0.225 () {32 vars in 663 bytes} [Thu Feb 26 23:05:43 2026] GET /v2.0/security-groups => generated 17397 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/593] 10.0.0.225 () {32 vars in 655 bytes} [Thu Feb 26 23:05:43 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/596] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 23:05:51 2026] GET /v2.0/networks => generated 2168 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/597] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:05:52 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/598] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 23:05:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/599] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 23:05:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/600] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:05:52 2026] GET /v2.0/floatingips => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/601] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 23:05:52 2026] GET /v2.0/ports => generated 4721 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/602] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 23:05:52 2026] GET /v2.0/agents => generated 3385 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/603] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:05:52 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/604] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:05:52 2026] GET /v2.0/subnets => generated 1308 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/605] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:05:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/606] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 23:05:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-02-26 23:05:53.743 8 INFO neutron.db.segments_db [None req-aba74805-11c1-4416-80e2-f1581f457dda 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment 51476140-a61b-4731-a950-7967d78ad841 of type vxlan for network fed7e3af-a1f9-411b-b488-5acb1619e670 [pid: 8|app: 0|req: 300/607] 10.0.0.225 () {34 vars in 671 bytes} [Thu Feb 26 23:05:53 2026] POST /v2.0/networks => generated 733 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:05:53.811 7 INFO neutron.db.segments_db [None req-94cfee06-cfed-4390-9f57-34f119b1ab6d 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment 97f4813e-53c1-45aa-860b-4d0809cbce02 of type vxlan for network 5c16a785-0952-448d-84af-91ab8f264be2 [pid: 7|app: 0|req: 308/608] 10.0.0.225 () {34 vars in 671 bytes} [Thu Feb 26 23:05:53 2026] POST /v2.0/networks => generated 725 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:05:54.057 8 INFO neutron.db.segments_db [None req-4301ea86-5fac-4acb-affe-9e12eae01d88 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment e3924e22-b473-4d74-bf27-b94aabb56f31 of type vxlan for network dd491754-e33a-4d20-993e-e50d7378974d [pid: 7|app: 0|req: 309/609] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:05:53 2026] POST /v2.0/subnets => generated 699 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/610] 10.0.0.225 () {34 vars in 671 bytes} [Thu Feb 26 23:05:53 2026] POST /v2.0/networks => generated 719 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:05:54.172 8 INFO neutron.db.segments_db [None req-76cd9730-206c-4876-9c21-0ce3b1aa1dd8 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment 83e3921b-12ca-41d3-818e-871803dccf97 of type vxlan for network ba394ef9-5565-4b57-8919-70336ee139c1 [pid: 7|app: 0|req: 310/611] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:05:54 2026] POST /v2.0/subnets => generated 691 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/612] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:05:54 2026] GET /v2.0/security-groups?tenant_id=9067e570777646819e70d894fccdeaba&name=default => generated 2921 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:05:54.406 8 INFO neutron.db.l3_hamode_db [None req-76cd9730-206c-4876-9c21-0ce3b1aa1dd8 72c6fe6874274327b3167f7b4432f9aa c8ef146cbb9a42d09c97a2f4d7554186 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 312/613] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:05:54 2026] POST /v2.0/subnets => generated 685 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:05:54.560 7 INFO neutron.db.segments_db [None req-3872abcf-9dd4-45c6-8830-d351adbd9113 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment e81bb9a8-b9f0-43f5-9ec0-bb011071e42e of type vxlan for network 2f33f7fd-e565-4230-bd60-76518f51348a 2026-02-26 23:05:54.786 7 INFO neutron.db.l3_hamode_db [None req-3872abcf-9dd4-45c6-8830-d351adbd9113 72c6fe6874274327b3167f7b4432f9aa 7ec112235fa94b0b8c96340f969bf1f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 23:05:55.502 8 INFO neutron.db.l3_hamode_db [None req-76cd9730-206c-4876-9c21-0ce3b1aa1dd8 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 23:05:55.811 7 INFO neutron.db.l3_hamode_db [None req-3872abcf-9dd4-45c6-8830-d351adbd9113 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 302/614] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:05:54 2026] POST /v2.0/routers => generated 739 bytes in 2190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/615] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:05:56 2026] DELETE /v2.0/security-groups/100a2ed1-71ad-4542-bca0-709abff47518 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:05:56.459 8 INFO neutron.db.segments_db [None req-7a8151ba-f7cd-4af5-ac00-4e8f9e2faf08 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment 3cbd0c9d-37aa-4c77-851c-d43282f8c0ea of type vxlan for network 59cb4c3d-80db-4ca8-80aa-94a55e329e55 2026-02-26 23:05:56.713 8 INFO neutron.db.l3_hamode_db [None req-7a8151ba-f7cd-4af5-ac00-4e8f9e2faf08 72c6fe6874274327b3167f7b4432f9aa e13b68bc8a0549a08d20f4475c87408e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 313/616] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:05:54 2026] POST /v2.0/routers => generated 731 bytes in 2254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:05:57.508 8 INFO neutron.db.l3_hamode_db [None req-7a8151ba-f7cd-4af5-ac00-4e8f9e2faf08 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 314/617] 10.0.0.225 () {34 vars in 783 bytes} [Thu Feb 26 23:05:56 2026] PUT /v2.0/routers/d67e517e-a6d4-427c-8427-b4662728506c/add_router_interface => generated 309 bytes in 1133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/618] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:05:56 2026] POST /v2.0/routers => generated 725 bytes in 1867 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:05:58.557 8 INFO neutron.db.segments_db [None req-f55a03f1-84d3-48a2-9f93-913c86598612 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment b01a2a42-bc24-4fb7-bb3f-6d5435869373 of type vxlan for network eddf7175-359e-47ec-83bd-eacf6e06a83a [pid: 8|app: 0|req: 305/619] 10.0.0.225 () {34 vars in 671 bytes} [Thu Feb 26 23:05:58 2026] POST /v2.0/networks => generated 730 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/620] 10.0.0.225 () {34 vars in 783 bytes} [Thu Feb 26 23:05:57 2026] PUT /v2.0/routers/905ff559-7218-42e6-9316-c8e5cc5f06a1/add_router_interface => generated 309 bytes in 1042 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/621] 10.0.0.225 () {34 vars in 685 bytes} [Thu Feb 26 23:05:58 2026] POST /v2.0/security-groups => generated 1660 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/622] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:05:59 2026] POST /v2.0/subnets => generated 696 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/623] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:05:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:05:59.398 7 INFO neutron.db.segments_db [None req-8791e1f7-8197-47de-b14c-ad97eda20bbe 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment e6d312d6-9ffe-48b1-8988-a637ac929b2f of type vxlan for network 34e6ac2b-46df-4e44-a47f-f54386d3d3c0 2026-02-26 23:05:59.620 7 INFO neutron.db.l3_hamode_db [None req-8791e1f7-8197-47de-b14c-ad97eda20bbe 72c6fe6874274327b3167f7b4432f9aa 8e8acea4e54e460591c9d05c0e730efa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 306/624] 10.0.0.225 () {34 vars in 783 bytes} [Thu Feb 26 23:05:58 2026] PUT /v2.0/routers/32355fe4-6df1-459d-97de-815c3b85858c/add_router_interface => generated 309 bytes in 1180 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/625] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:05:59 2026] POST /v2.0/security-group-rules => generated 602 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/626] 10.0.0.225 () {34 vars in 685 bytes} [Thu Feb 26 23:05:59 2026] POST /v2.0/security-groups => generated 1660 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-26 23:06:00.385 7 INFO neutron.db.l3_hamode_db [None req-8791e1f7-8197-47de-b14c-ad97eda20bbe 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 309/627] 10.0.0.225 () {34 vars in 676 bytes} [Thu Feb 26 23:06:00 2026] POST /v2.0/floatingips => generated 552 bytes in 822 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/628] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:06:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/629] 10.0.0.225 () {34 vars in 685 bytes} [Thu Feb 26 23:06:00 2026] POST /v2.0/security-groups => generated 1660 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/632] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:05:59 2026] POST /v2.0/routers => generated 736 bytes in 1799 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/633] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:06:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/634] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:06:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/635] 10.0.0.225 () {34 vars in 676 bytes} [Thu Feb 26 23:06:01 2026] POST /v2.0/floatingips => generated 552 bytes in 688 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/636] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:06:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/637] 10.0.0.179 () {34 vars in 1098 bytes} [Thu Feb 26 23:06:02 2026] GET /v2.0/security-groups?name=tempest-securitygroup--432231879&fields=id&tenant_id=c8ef146cbb9a42d09c97a2f4d7554186 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/638] 10.0.0.225 () {34 vars in 783 bytes} [Thu Feb 26 23:06:01 2026] PUT /v2.0/routers/a7dc8526-76cd-4094-8ec1-8093178a1b2a/add_router_interface => generated 309 bytes in 927 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/639] 10.0.0.179 () {34 vars in 982 bytes} [Thu Feb 26 23:06:02 2026] GET /v2.0/networks?id=fed7e3af-a1f9-411b-b488-5acb1619e670 => generated 684 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/640] 10.0.0.179 () {34 vars in 965 bytes} [Thu Feb 26 23:06:02 2026] GET /v2.0/quotas/c8ef146cbb9a42d09c97a2f4d7554186 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/641] 10.0.0.179 () {34 vars in 1002 bytes} [Thu Feb 26 23:06:02 2026] GET /v2.0/ports?tenant_id=c8ef146cbb9a42d09c97a2f4d7554186&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/642] 10.0.0.225 () {34 vars in 676 bytes} [Thu Feb 26 23:06:02 2026] POST /v2.0/floatingips => generated 552 bytes in 496 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/643] 10.0.0.179 () {34 vars in 907 bytes} [Thu Feb 26 23:06:02 2026] GET /v2.0/extensions => generated 21537 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/644] 10.0.0.179 () {34 vars in 1008 bytes} [Thu Feb 26 23:06:02 2026] GET /v2.0/networks/fed7e3af-a1f9-411b-b488-5acb1619e670?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: 320/645] 10.0.0.179 () {34 vars in 1098 bytes} [Thu Feb 26 23:06:02 2026] GET /v2.0/security-groups?name=tempest-securitygroup--859538977&fields=id&tenant_id=7ec112235fa94b0b8c96340f969bf1f8 => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/646] 10.0.0.179 () {34 vars in 1108 bytes} [Thu Feb 26 23:06:02 2026] GET /v2.0/networks/fed7e3af-a1f9-411b-b488-5acb1619e670?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: 321/647] 10.0.0.179 () {34 vars in 982 bytes} [Thu Feb 26 23:06:02 2026] GET /v2.0/networks?id=5c16a785-0952-448d-84af-91ab8f264be2 => generated 676 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/648] 10.0.0.179 () {34 vars in 965 bytes} [Thu Feb 26 23:06:02 2026] GET /v2.0/quotas/7ec112235fa94b0b8c96340f969bf1f8 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/649] 10.0.0.179 () {34 vars in 1002 bytes} [Thu Feb 26 23:06:02 2026] GET /v2.0/ports?tenant_id=7ec112235fa94b0b8c96340f969bf1f8&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/650] 10.0.0.179 () {38 vars in 971 bytes} [Thu Feb 26 23:06:02 2026] POST /v2.0/security-groups => generated 1686 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/651] 10.0.0.179 () {34 vars in 1098 bytes} [Thu Feb 26 23:06:03 2026] GET /v2.0/security-groups?name=tempest-securitygroup--936438173&fields=id&tenant_id=e13b68bc8a0549a08d20f4475c87408e => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/652] 10.0.0.179 () {34 vars in 982 bytes} [Thu Feb 26 23:06:03 2026] GET /v2.0/networks?id=dd491754-e33a-4d20-993e-e50d7378974d => generated 670 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/653] 10.0.0.179 () {34 vars in 965 bytes} [Thu Feb 26 23:06:03 2026] GET /v2.0/quotas/e13b68bc8a0549a08d20f4475c87408e => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/654] 10.0.0.179 () {34 vars in 907 bytes} [Thu Feb 26 23:06:03 2026] GET /v2.0/extensions => generated 21537 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/655] 10.0.0.179 () {34 vars in 1002 bytes} [Thu Feb 26 23:06:03 2026] GET /v2.0/ports?tenant_id=e13b68bc8a0549a08d20f4475c87408e&fields=id => generated 57 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/656] 10.0.0.179 () {34 vars in 1008 bytes} [Thu Feb 26 23:06:03 2026] GET /v2.0/networks/5c16a785-0952-448d-84af-91ab8f264be2?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: 326/657] 10.0.0.179 () {34 vars in 1008 bytes} [Thu Feb 26 23:06:03 2026] GET /v2.0/networks/dd491754-e33a-4d20-993e-e50d7378974d?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: 332/658] 10.0.0.179 () {34 vars in 1108 bytes} [Thu Feb 26 23:06:03 2026] GET /v2.0/networks/5c16a785-0952-448d-84af-91ab8f264be2?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: 327/659] 10.0.0.179 () {34 vars in 1108 bytes} [Thu Feb 26 23:06:03 2026] GET /v2.0/networks/dd491754-e33a-4d20-993e-e50d7378974d?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: 328/660] 10.0.0.179 () {34 vars in 991 bytes} [Thu Feb 26 23:06:03 2026] GET /v2.0/security-groups/745782f4-70b5-4347-a498-37aa393cc343 => generated 1686 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/661] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:03 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => 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: 334/662] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:03 2026] GET /v2.0/ports?device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => 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: 335/663] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:03 2026] GET /v2.0/ports?device_id=96d2242c-aa2b-45c1-a083-5f928d642574 => 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: 329/664] 10.0.0.179 () {38 vars in 981 bytes} [Thu Feb 26 23:06:03 2026] POST /v2.0/security-group-rules => generated 614 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/665] 10.0.0.179 () {38 vars in 971 bytes} [Thu Feb 26 23:06:03 2026] POST /v2.0/security-groups => generated 1686 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/666] 10.0.0.179 () {34 vars in 991 bytes} [Thu Feb 26 23:06:03 2026] GET /v2.0/security-groups/19e20a17-1914-462d-8780-05459083405f => generated 1686 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/667] 10.0.0.179 () {38 vars in 981 bytes} [Thu Feb 26 23:06:03 2026] POST /v2.0/security-group-rules => generated 614 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/668] 10.0.0.179 () {34 vars in 991 bytes} [Thu Feb 26 23:06:04 2026] GET /v2.0/security-groups/19e20a17-1914-462d-8780-05459083405f => generated 2311 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/669] 10.0.0.179 () {38 vars in 981 bytes} [Thu Feb 26 23:06:04 2026] POST /v2.0/security-group-rules => generated 619 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/670] 10.0.0.179 () {34 vars in 991 bytes} [Thu Feb 26 23:06:04 2026] GET /v2.0/security-groups/19e20a17-1914-462d-8780-05459083405f => generated 2941 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/671] 10.0.0.179 () {34 vars in 1001 bytes} [Thu Feb 26 23:06:04 2026] GET /v2.0/security-group-rules/e198ad62-a84c-4424-bab6-e114cfa7ba41 => generated 616 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/672] 10.0.0.179 () {34 vars in 991 bytes} [Thu Feb 26 23:06:04 2026] GET /v2.0/security-groups/19e20a17-1914-462d-8780-05459083405f => generated 2941 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/673] 10.0.0.179 () {36 vars in 1023 bytes} [Thu Feb 26 23:06:04 2026] DELETE /v2.0/security-group-rules/e198ad62-a84c-4424-bab6-e114cfa7ba41 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/674] 10.0.0.179 () {34 vars in 991 bytes} [Thu Feb 26 23:06:04 2026] GET /v2.0/security-groups/19e20a17-1914-462d-8780-05459083405f => generated 2311 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/675] 10.0.0.179 () {36 vars in 1013 bytes} [Thu Feb 26 23:06:04 2026] DELETE /v2.0/security-groups/19e20a17-1914-462d-8780-05459083405f => 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: 335/676] 10.0.0.179 () {34 vars in 991 bytes} [Thu Feb 26 23:06:04 2026] GET /v2.0/security-groups/745782f4-70b5-4347-a498-37aa393cc343 => generated 2311 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/677] 10.0.0.179 () {36 vars in 1013 bytes} [Thu Feb 26 23:06:04 2026] DELETE /v2.0/security-groups/745782f4-70b5-4347-a498-37aa393cc343 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/678] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:04 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/679] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:04 2026] GET /v2.0/ports?device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => 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: 345/680] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:04 2026] GET /v2.0/ports?device_id=96d2242c-aa2b-45c1-a083-5f928d642574 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:06:05.125 8 INFO neutron_taas.services.taas.taas_plugin [None req-f0564454-648f-4c8b-b936-b2a80c850d14 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 89fa9f8e-5d7d-4f15-bd0d-06b1d69c3ca2 2026-02-26 23:06:05.135 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0564454-648f-4c8b-b936-b2a80c850d14 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 89fa9f8e-5d7d-4f15-bd0d-06b1d69c3ca2 [pid: 8|app: 0|req: 336/681] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:06:04 2026] PUT /v2.0/routers/a7dc8526-76cd-4094-8ec1-8093178a1b2a/remove_router_interface => generated 309 bytes in 999 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/682] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:05 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/683] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:05 2026] GET /v2.0/ports?device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/684] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:05 2026] GET /v2.0/ports?device_id=96d2242c-aa2b-45c1-a083-5f928d642574 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:06:05.951 7 INFO neutron_taas.services.taas.taas_plugin [None req-b50cedf0-0ad8-40bb-9027-918ae78c96d8 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: f6439b14-6b5a-4d8e-b726-45962b15a526 2026-02-26 23:06:05.959 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b50cedf0-0ad8-40bb-9027-918ae78c96d8 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: f6439b14-6b5a-4d8e-b726-45962b15a526 2026-02-26 23:06:06.224 7 INFO neutron_taas.services.taas.taas_plugin [None req-b50cedf0-0ad8-40bb-9027-918ae78c96d8 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: d41de346-dcd0-4c7b-bd86-e76e6864b861 2026-02-26 23:06:06.229 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b50cedf0-0ad8-40bb-9027-918ae78c96d8 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: d41de346-dcd0-4c7b-bd86-e76e6864b861 2026-02-26 23:06:06.304 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-b50cedf0-0ad8-40bb-9027-918ae78c96d8 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-02-26 23:06:06.659 7 INFO neutron.db.l3_hamode_db [None req-b50cedf0-0ad8-40bb-9027-918ae78c96d8 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] HA network 34e6ac2b-46df-4e44-a47f-f54386d3d3c0 was deleted as no HA routers are present in tenant 8e8acea4e54e460591c9d05c0e730efa. [pid: 7|app: 0|req: 346/685] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:06:05 2026] DELETE /v2.0/routers/a7dc8526-76cd-4094-8ec1-8093178a1b2a => generated 0 bytes in 984 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/686] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:06:06 2026] DELETE /v2.0/subnets/650ce30c-8a18-4028-9c03-d35736c4c7b4 => 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: 341/687] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:06 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => 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: 342/688] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:06 2026] GET /v2.0/ports?device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:06:06.995 7 INFO neutron.services.segments.plugin [-] Segment e6d312d6-9ffe-48b1-8988-a637ac929b2f resource provider aggregate not found 2026-02-26 23:06:07.017 7 INFO neutron.services.segments.plugin [-] Segment e6d312d6-9ffe-48b1-8988-a637ac929b2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6d312d6-9ffe-48b1-8988-a637ac929b2f found for delete ", "request_id": "req-13349532-ecc6-48d1-aac9-072a381fe7d4"}]} [pid: 7|app: 0|req: 347/689] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:06:06 2026] DELETE /v2.0/networks/eddf7175-359e-47ec-83bd-eacf6e06a83a => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/690] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:07 2026] GET /v2.0/ports?device_id=96d2242c-aa2b-45c1-a083-5f928d642574 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:06:07.078 7 INFO neutron.services.segments.plugin [-] Segment e6d312d6-9ffe-48b1-8988-a637ac929b2f resource provider aggregate not found 2026-02-26 23:06:07.098 7 INFO neutron.services.segments.plugin [-] Segment e6d312d6-9ffe-48b1-8988-a637ac929b2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6d312d6-9ffe-48b1-8988-a637ac929b2f found for delete ", "request_id": "req-7da852b5-d28b-48b7-99a5-5dc972628325"}]} [pid: 7|app: 0|req: 348/691] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:06:07 2026] GET /v2.0/security-groups?tenant_id=8e8acea4e54e460591c9d05c0e730efa&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/692] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:06:07 2026] DELETE /v2.0/security-groups/927906f2-6eef-497d-ab17-c7fe5cb8447c => 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: 349/693] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:06:07 2026] GET /v2.0/networks?id=fed7e3af-a1f9-411b-b488-5acb1619e670 => generated 684 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/694] 162.253.55.195 () {34 vars in 911 bytes} [Thu Feb 26 23:06:08 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/695] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:08 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => 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: 350/696] 162.253.55.195 () {34 vars in 1050 bytes} [Thu Feb 26 23:06:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c8ef146cbb9a42d09c97a2f4d7554186 => generated 180 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/697] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:08 2026] GET /v2.0/ports?device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => 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: 348/698] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:08 2026] GET /v2.0/ports?device_id=96d2242c-aa2b-45c1-a083-5f928d642574 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/699] 162.253.55.195 () {38 vars in 955 bytes} [Thu Feb 26 23:06:08 2026] POST /v2.0/ports => generated 954 bytes in 527 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:06:09.037 7 INFO neutron.services.segments.plugin [-] Segment b01a2a42-bc24-4fb7-bb3f-6d5435869373 resource provider aggregate not found 2026-02-26 23:06:09.063 7 INFO neutron.services.segments.plugin [-] Segment b01a2a42-bc24-4fb7-bb3f-6d5435869373 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b01a2a42-bc24-4fb7-bb3f-6d5435869373 found for delete ", "request_id": "req-ab229f37-4206-473d-aef6-4bbcb6709fd3"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-02-26 23:06:09.116 7 INFO neutron.services.segments.plugin [-] Segment b01a2a42-bc24-4fb7-bb3f-6d5435869373 resource provider aggregate not found 2026-02-26 23:06:09.138 7 INFO neutron.services.segments.plugin [-] Segment b01a2a42-bc24-4fb7-bb3f-6d5435869373 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b01a2a42-bc24-4fb7-bb3f-6d5435869373 found for delete ", "request_id": "req-960576fc-cc44-4f60-8423-ef21fe0b3fd5"}]} 2026-02-26 23:06:09.257 7 INFO neutron.db.segments_db [None req-ed061315-6958-4e51-af13-fe5049cfea34 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment 7eb5f971-71bd-4c6e-8dfe-0bbcd3bdae2e of type vxlan for network 4e76287c-8013-452e-b930-f89b9eb2de2d [pid: 7|app: 0|req: 352/700] 10.0.0.225 () {34 vars in 671 bytes} [Thu Feb 26 23:06:09 2026] POST /v2.0/networks => generated 726 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/701] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:09 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => generated 957 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/702] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:09 2026] GET /v2.0/ports?device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => 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: 355/703] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:06:09 2026] POST /v2.0/subnets => generated 692 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/704] 162.253.55.195 () {38 vars in 1028 bytes} [Thu Feb 26 23:06:08 2026] PUT /v2.0/ports/26a978b2-e88a-4bf2-80b0-320e2f5226e2 => generated 1235 bytes in 617 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: 350/705] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:09 2026] GET /v2.0/ports?device_id=96d2242c-aa2b-45c1-a083-5f928d642574 => 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: 356/706] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:09 2026] GET /v2.0/security-groups?id=390df738-b536-4afd-9382-1838155c0792&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/707] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:06:09 2026] GET /v2.0/networks?id=dd491754-e33a-4d20-993e-e50d7378974d => generated 670 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:06:09.724 8 INFO neutron.db.segments_db [None req-d5d3f7d2-5b92-4a0f-a543-8b982f76418c 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment 57dd411e-db5b-4038-aa35-d66d3f06ad1e of type vxlan for network a4b51bbf-a469-47e0-98e2-a4a4b1e013ab [pid: 7|app: 0|req: 358/708] 162.253.55.195 () {34 vars in 1050 bytes} [Thu Feb 26 23:06:09 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e13b68bc8a0549a08d20f4475c87408e => generated 180 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:06:09.964 8 INFO neutron.db.l3_hamode_db [None req-d5d3f7d2-5b92-4a0f-a543-8b982f76418c 72c6fe6874274327b3167f7b4432f9aa aaef3a65d4794aaea3369048e44a4671 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 359/709] 162.253.55.195 () {38 vars in 955 bytes} [Thu Feb 26 23:06:09 2026] POST /v2.0/ports => generated 958 bytes in 409 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-02-26 23:06:10.207 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-89d06a3d-1bf5-407a-9545-8e2768eb0d57'] response: {'name': 'network-changed', 'server_uuid': 'b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc', 'tag': '26a978b2-e88a-4bf2-80b0-320e2f5226e2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 360/710] 162.253.55.195 () {38 vars in 1028 bytes} [Thu Feb 26 23:06:10 2026] PUT /v2.0/ports/d837437f-4b8a-4b05-9493-4783a61adbb2 => generated 1239 bytes in 422 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: 361/711] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:10 2026] GET /v2.0/ports?device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/712] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:06:10 2026] GET /v2.0/ports?tenant_id=c8ef146cbb9a42d09c97a2f4d7554186&device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => generated 1238 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:06:10.720 8 INFO neutron.db.l3_hamode_db [None req-d5d3f7d2-5b92-4a0f-a543-8b982f76418c 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 363/713] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:06:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=26a978b2-e88a-4bf2-80b0-320e2f5226e2 => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/714] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:10 2026] GET /v2.0/ports?device_id=96d2242c-aa2b-45c1-a083-5f928d642574 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/715] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:10 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/716] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:06:10 2026] GET /v2.0/subnets?id=15b7c515-37ac-4bca-bd30-a458f02e57c6 => generated 702 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/717] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:10 2026] GET /v2.0/security-groups?id=f9c75a91-4a82-4820-8d5f-bf390451ff6a&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: 368/718] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:10 2026] GET /v2.0/security-groups?id=390df738-b536-4afd-9382-1838155c0792&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/719] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:06:10 2026] GET /v2.0/ports?network_id=fed7e3af-a1f9-411b-b488-5acb1619e670&device_owner=network%3Adhcp => generated 1244 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:06:11.007 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9b822c71-0d7d-4c7c-9299-ff96b993e5f6'] response: {'name': 'network-changed', 'server_uuid': '96d2242c-aa2b-45c1-a083-5f928d642574', 'tag': 'd837437f-4b8a-4b05-9493-4783a61adbb2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 370/720] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:06:11 2026] GET /v2.0/networks/fed7e3af-a1f9-411b-b488-5acb1619e670?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: 371/721] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:06:11 2026] GET /v2.0/networks/fed7e3af-a1f9-411b-b488-5acb1619e670?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: 351/722] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:06:09 2026] POST /v2.0/routers => generated 732 bytes in 1847 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/723] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:06:11 2026] GET /v2.0/ports?tenant_id=e13b68bc8a0549a08d20f4475c87408e&device_id=96d2242c-aa2b-45c1-a083-5f928d642574 => generated 1242 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/724] 162.253.55.195 () {34 vars in 1018 bytes} [Thu Feb 26 23:06:11 2026] GET /v2.0/networks?tenant_id=e13b68bc8a0549a08d20f4475c87408e&shared=False => generated 766 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/725] 162.253.55.195 () {34 vars in 930 bytes} [Thu Feb 26 23:06:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/726] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:11 2026] GET /v2.0/ports?device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => 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: 356/727] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:06:11 2026] GET /v2.0/networks?id=5c16a785-0952-448d-84af-91ab8f264be2 => generated 676 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/728] 162.253.55.195 () {34 vars in 1050 bytes} [Thu Feb 26 23:06:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7ec112235fa94b0b8c96340f969bf1f8 => generated 180 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/729] 162.253.55.195 () {38 vars in 955 bytes} [Thu Feb 26 23:06:11 2026] POST /v2.0/ports => generated 954 bytes in 639 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: 359/730] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:12 2026] GET /v2.0/ports?device_id=96d2242c-aa2b-45c1-a083-5f928d642574 => generated 973 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/731] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:12 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => 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: 372/732] 10.0.0.225 () {34 vars in 783 bytes} [Thu Feb 26 23:06:11 2026] PUT /v2.0/routers/b8972398-f6dd-42d9-9c74-ba9b13f01022/add_router_interface => generated 309 bytes in 1229 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/733] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:06:12 2026] GET /v2.0/ports?tenant_id=c8ef146cbb9a42d09c97a2f4d7554186&device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => generated 1238 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/734] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:12 2026] GET /v2.0/security-groups?id=f9c75a91-4a82-4820-8d5f-bf390451ff6a&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/735] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:06:12 2026] GET /v2.0/ports?tenant_id=e13b68bc8a0549a08d20f4475c87408e&device_id=96d2242c-aa2b-45c1-a083-5f928d642574 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/736] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:12 2026] GET /v2.0/security-groups?id=390df738-b536-4afd-9382-1838155c0792&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: 365/737] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:06:12 2026] GET /v2.0/networks?id=fed7e3af-a1f9-411b-b488-5acb1619e670 => generated 780 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/738] 162.253.55.195 () {34 vars in 1060 bytes} [Thu Feb 26 23:06:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=d837437f-4b8a-4b05-9493-4783a61adbb2 => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/739] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:12 2026] GET /v2.0/ports?device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/740] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:06:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=26a978b2-e88a-4bf2-80b0-320e2f5226e2 => 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: 369/741] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:06:13 2026] GET /v2.0/subnets?id=19abda36-8448-4580-a34e-d851bcf84e46 => generated 688 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/742] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:13 2026] GET /v2.0/security-groups?id=c802f60e-07ee-4296-9dfc-f0b1a0dcfb3f&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: 373/743] 162.253.55.195 () {38 vars in 1028 bytes} [Thu Feb 26 23:06:12 2026] PUT /v2.0/ports/165d9c01-a1cd-4ef7-83a1-bc84d1c2e901 => generated 1235 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 371/744] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:06:13 2026] GET /v2.0/subnets?id=15b7c515-37ac-4bca-bd30-a458f02e57c6 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:06:13.179 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-210fc5fb-66ff-417c-9db7-b2ba58705ed2'] response: {'name': 'network-changed', 'server_uuid': 'c288f6fa-02c6-4bbb-8c81-d6e03d041071', 'tag': '165d9c01-a1cd-4ef7-83a1-bc84d1c2e901', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 374/745] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:06:13 2026] GET /v2.0/ports?network_id=dd491754-e33a-4d20-993e-e50d7378974d&device_owner=network%3Adhcp => generated 1244 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/746] 10.0.0.179 () {38 vars in 971 bytes} [Thu Feb 26 23:06:13 2026] POST /v2.0/security-groups => generated 1681 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/747] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:06:13 2026] GET /v2.0/networks/dd491754-e33a-4d20-993e-e50d7378974d?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/748] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:06:13 2026] GET /v2.0/ports?network_id=fed7e3af-a1f9-411b-b488-5acb1619e670&device_owner=network%3Adhcp => generated 1244 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/749] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:06:13 2026] GET /v2.0/networks/dd491754-e33a-4d20-993e-e50d7378974d?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: 377/750] 10.0.0.179 () {38 vars in 971 bytes} [Thu Feb 26 23:06:13 2026] POST /v2.0/security-groups => generated 1681 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/751] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:06:13 2026] GET /v2.0/networks/fed7e3af-a1f9-411b-b488-5acb1619e670?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/752] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:06:13 2026] GET /v2.0/networks/fed7e3af-a1f9-411b-b488-5acb1619e670?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: 379/753] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:06:13 2026] GET /v2.0/ports?tenant_id=7ec112235fa94b0b8c96340f969bf1f8&device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/754] 10.0.0.179 () {38 vars in 971 bytes} [Thu Feb 26 23:06:13 2026] POST /v2.0/security-groups => generated 1682 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/755] 162.253.55.195 () {34 vars in 1018 bytes} [Thu Feb 26 23:06:13 2026] GET /v2.0/networks?tenant_id=7ec112235fa94b0b8c96340f969bf1f8&shared=False => generated 772 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/756] 10.0.0.179 () {34 vars in 1002 bytes} [Thu Feb 26 23:06:13 2026] GET /v2.0/security-groups?tenant_id=aaef3a65d4794aaea3369048e44a4671 => generated 7909 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/757] 10.0.0.179 () {34 vars in 991 bytes} [Thu Feb 26 23:06:13 2026] GET /v2.0/security-groups/314ef521-a4a3-43f1-aa43-6aaaeb729a00 => generated 2922 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/758] 162.253.55.195 () {34 vars in 930 bytes} [Thu Feb 26 23:06:13 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/759] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:13 2026] GET /v2.0/ports?device_id=96d2242c-aa2b-45c1-a083-5f928d642574 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/760] 10.0.0.179 () {34 vars in 991 bytes} [Thu Feb 26 23:06:13 2026] GET /v2.0/security-groups/314ef521-a4a3-43f1-aa43-6aaaeb729a00 => generated 2922 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/761] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:13 2026] GET /v2.0/security-groups?id=f9c75a91-4a82-4820-8d5f-bf390451ff6a&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: 379/762] 10.0.0.179 () {34 vars in 991 bytes} [Thu Feb 26 23:06:13 2026] GET /v2.0/security-groups/d18e5a79-a63d-4a08-883b-00073e6e12e1 => generated 1681 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/763] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:13 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/764] 10.0.0.179 () {36 vars in 1013 bytes} [Thu Feb 26 23:06:13 2026] DELETE /v2.0/security-groups/d18e5a79-a63d-4a08-883b-00073e6e12e1 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/765] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:14 2026] GET /v2.0/security-groups?id=390df738-b536-4afd-9382-1838155c0792&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:06:14.117 8 INFO neutron.api.v2.resource [req-dbe9143b-3296-4e63-a55c-bbb1045f04d2 req-e8e427da-f7dc-45f1-9c67-12af3aeea55f 7b3886087cc940a085ce8f5537c1ef89 aaef3a65d4794aaea3369048e44a4671 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 381/766] 10.0.0.179 () {34 vars in 991 bytes} [Thu Feb 26 23:06:14 2026] GET /v2.0/security-groups/d18e5a79-a63d-4a08-883b-00073e6e12e1 => generated 146 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/767] 10.0.0.179 () {34 vars in 991 bytes} [Thu Feb 26 23:06:14 2026] GET /v2.0/security-groups/04415b2b-20f9-4db3-ab21-7a7d425b9ce8 => generated 1681 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/768] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:14 2026] GET /v2.0/ports?device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => generated 969 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/769] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:14 2026] GET /v2.0/security-groups?id=c802f60e-07ee-4296-9dfc-f0b1a0dcfb3f&fields=id&fields=name => generated 113 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/770] 10.0.0.179 () {36 vars in 1013 bytes} [Thu Feb 26 23:06:14 2026] DELETE /v2.0/security-groups/04415b2b-20f9-4db3-ab21-7a7d425b9ce8 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:06:14.289 8 INFO neutron.api.v2.resource [req-a2b720b1-8951-48a4-a023-0ade6933f22f req-d3c5eaec-1fac-458f-82ac-e06f235f5591 7b3886087cc940a085ce8f5537c1ef89 aaef3a65d4794aaea3369048e44a4671 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 384/771] 10.0.0.179 () {34 vars in 991 bytes} [Thu Feb 26 23:06:14 2026] GET /v2.0/security-groups/04415b2b-20f9-4db3-ab21-7a7d425b9ce8 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/772] 10.0.0.179 () {34 vars in 991 bytes} [Thu Feb 26 23:06:14 2026] GET /v2.0/security-groups/3c5c06a9-e5b8-404e-9c3f-73913e04615a => generated 1682 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/773] 10.0.0.179 () {36 vars in 1013 bytes} [Thu Feb 26 23:06:14 2026] DELETE /v2.0/security-groups/3c5c06a9-e5b8-404e-9c3f-73913e04615a => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:06:14.444 7 INFO neutron.api.v2.resource [req-ad3f69af-9d87-4f37-860c-9bf9a4abb0a5 req-a53c655a-078a-4249-a55b-47dc63cd1460 7b3886087cc940a085ce8f5537c1ef89 aaef3a65d4794aaea3369048e44a4671 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 389/774] 10.0.0.179 () {34 vars in 991 bytes} [Thu Feb 26 23:06:14 2026] GET /v2.0/security-groups/3c5c06a9-e5b8-404e-9c3f-73913e04615a => 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: 386/775] 10.0.0.179 () {34 vars in 1002 bytes} [Thu Feb 26 23:06:14 2026] GET /v2.0/security-groups?tenant_id=aaef3a65d4794aaea3369048e44a4671 => 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: 390/776] 10.0.0.179 () {34 vars in 991 bytes} [Thu Feb 26 23:06:14 2026] GET /v2.0/security-groups/314ef521-a4a3-43f1-aa43-6aaaeb729a00 => generated 2922 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/777] 10.0.0.179 () {34 vars in 991 bytes} [Thu Feb 26 23:06:14 2026] GET /v2.0/security-groups/314ef521-a4a3-43f1-aa43-6aaaeb729a00 => generated 2922 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:06:14.635 7 INFO neutron.api.v2.resource [req-6be9d1d8-b3d5-46be-9b86-542e1cff2c34 req-edfa44e6-cd03-410b-8b1b-da2c95103777 7b3886087cc940a085ce8f5537c1ef89 aaef3a65d4794aaea3369048e44a4671 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 391/778] 10.0.0.179 () {34 vars in 991 bytes} [Thu Feb 26 23:06:14 2026] GET /v2.0/security-groups/3c5c06a9-e5b8-404e-9c3f-73913e04615a => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:06:14.671 8 INFO neutron.api.v2.resource [req-7ba255d1-640d-4510-8194-6a4b6cf57d76 req-be0764fa-f545-45cd-9db0-bd67ba44b867 7b3886087cc940a085ce8f5537c1ef89 aaef3a65d4794aaea3369048e44a4671 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 388/779] 10.0.0.179 () {34 vars in 991 bytes} [Thu Feb 26 23:06:14 2026] GET /v2.0/security-groups/04415b2b-20f9-4db3-ab21-7a7d425b9ce8 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:06:14.704 7 INFO neutron.api.v2.resource [req-01b0140d-93b2-4b46-b3a7-b660433b4555 req-2c1baf24-8227-400f-9e84-e131b86d4fed 7b3886087cc940a085ce8f5537c1ef89 aaef3a65d4794aaea3369048e44a4671 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 392/780] 10.0.0.179 () {34 vars in 991 bytes} [Thu Feb 26 23:06:14 2026] GET /v2.0/security-groups/d18e5a79-a63d-4a08-883b-00073e6e12e1 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/781] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:06:14 2026] GET /v2.0/ports?tenant_id=7ec112235fa94b0b8c96340f969bf1f8&device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/782] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:06:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=165d9c01-a1cd-4ef7-83a1-bc84d1c2e901 => 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: 395/783] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:06:14 2026] GET /v2.0/subnets?id=c95cbda3-e29f-465d-9043-2eda88f6cd1f => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/784] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:15 2026] GET /v2.0/ports?device_id=96d2242c-aa2b-45c1-a083-5f928d642574 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/785] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:06:15 2026] GET /v2.0/ports?network_id=5c16a785-0952-448d-84af-91ab8f264be2&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:06:15.101 8 INFO neutron_taas.services.taas.taas_plugin [None req-36bf0429-45c1-4906-99c6-377989de7a57 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 5260baf8-37a5-4217-9233-47697f3dfdeb 2026-02-26 23:06:15.103 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36bf0429-45c1-4906-99c6-377989de7a57 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 5260baf8-37a5-4217-9233-47697f3dfdeb [pid: 7|app: 0|req: 398/786] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:15 2026] GET /v2.0/security-groups?id=f9c75a91-4a82-4820-8d5f-bf390451ff6a&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/787] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:06:15 2026] GET /v2.0/networks/5c16a785-0952-448d-84af-91ab8f264be2?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: 400/788] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:15 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/789] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:06:15 2026] GET /v2.0/networks/5c16a785-0952-448d-84af-91ab8f264be2?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: 402/790] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:15 2026] GET /v2.0/security-groups?id=390df738-b536-4afd-9382-1838155c0792&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/791] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:15 2026] GET /v2.0/ports?device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/792] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:15 2026] GET /v2.0/security-groups?id=c802f60e-07ee-4296-9dfc-f0b1a0dcfb3f&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/793] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:06:14 2026] PUT /v2.0/routers/b8972398-f6dd-42d9-9c74-ba9b13f01022/remove_router_interface => generated 309 bytes in 873 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:06:15.813 7 INFO neutron_taas.services.taas.taas_plugin [None req-3712e060-fa15-43ac-aa9d-18f0ae0d0688 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 16f94840-d32e-4f58-82d2-3527c57022b1 2026-02-26 23:06:15.817 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3712e060-fa15-43ac-aa9d-18f0ae0d0688 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 16f94840-d32e-4f58-82d2-3527c57022b1 2026-02-26 23:06:16.080 7 INFO neutron_taas.services.taas.taas_plugin [None req-3712e060-fa15-43ac-aa9d-18f0ae0d0688 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 71fbcefd-d6f6-4aef-bba7-751854771b81 2026-02-26 23:06:16.083 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3712e060-fa15-43ac-aa9d-18f0ae0d0688 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 71fbcefd-d6f6-4aef-bba7-751854771b81 [pid: 8|app: 0|req: 392/796] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:16 2026] GET /v2.0/ports?device_id=96d2242c-aa2b-45c1-a083-5f928d642574 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/797] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:16 2026] GET /v2.0/security-groups?id=f9c75a91-4a82-4820-8d5f-bf390451ff6a&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/798] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:16 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/799] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:16 2026] GET /v2.0/security-groups?id=390df738-b536-4afd-9382-1838155c0792&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:06:16.471 7 INFO neutron.services.segments.plugin [-] Segment 57dd411e-db5b-4038-aa35-d66d3f06ad1e resource provider aggregate not found 2026-02-26 23:06:16.478 7 INFO neutron.services.segments.plugin [-] Segment 57dd411e-db5b-4038-aa35-d66d3f06ad1e resource provider aggregate not found 2026-02-26 23:06:16.502 7 INFO neutron.db.l3_hamode_db [None req-3712e060-fa15-43ac-aa9d-18f0ae0d0688 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] HA network a4b51bbf-a469-47e0-98e2-a4a4b1e013ab was deleted as no HA routers are present in tenant aaef3a65d4794aaea3369048e44a4671. 2026-02-26 23:06:16.506 7 INFO neutron.services.segments.plugin [-] Segment 57dd411e-db5b-4038-aa35-d66d3f06ad1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57dd411e-db5b-4038-aa35-d66d3f06ad1e found for delete ", "request_id": "req-13e2d2b2-2a29-4557-9431-f2d1e195ebd2"}]} 2026-02-26 23:06:16.508 7 INFO neutron.services.segments.plugin [-] Segment 57dd411e-db5b-4038-aa35-d66d3f06ad1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57dd411e-db5b-4038-aa35-d66d3f06ad1e found for delete ", "request_id": "req-84bc35d3-398b-4cbc-ac58-910007848ab9"}]} [pid: 7|app: 0|req: 405/800] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:06:15 2026] DELETE /v2.0/routers/b8972398-f6dd-42d9-9c74-ba9b13f01022 => generated 0 bytes in 920 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/801] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:16 2026] GET /v2.0/ports?device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/802] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:16 2026] GET /v2.0/security-groups?id=c802f60e-07ee-4296-9dfc-f0b1a0dcfb3f&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/803] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:06:16 2026] DELETE /v2.0/subnets/10f2b9ab-449d-4c7f-82a9-6a23c74abaff => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:06:16.777 7 INFO neutron_taas.services.taas.taas_plugin [None req-33ba890d-4edf-4bf7-a7c3-1b1a1a0aec56 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: fb78838e-1442-4f2a-84e9-10c02a7da7dc 2026-02-26 23:06:16.781 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33ba890d-4edf-4bf7-a7c3-1b1a1a0aec56 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: fb78838e-1442-4f2a-84e9-10c02a7da7dc [pid: 7|app: 0|req: 408/804] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:06:16 2026] DELETE /v2.0/networks/4e76287c-8013-452e-b930-f89b9eb2de2d => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/805] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:06:17 2026] GET /v2.0/security-groups?tenant_id=aaef3a65d4794aaea3369048e44a4671&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/806] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:06:17 2026] DELETE /v2.0/security-groups/314ef521-a4a3-43f1-aa43-6aaaeb729a00 => 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: 398/807] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:17 2026] GET /v2.0/ports?device_id=96d2242c-aa2b-45c1-a083-5f928d642574 => 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: 410/808] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:17 2026] GET /v2.0/security-groups?id=f9c75a91-4a82-4820-8d5f-bf390451ff6a&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/809] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:17 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/810] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:17 2026] GET /v2.0/security-groups?id=390df738-b536-4afd-9382-1838155c0792&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/811] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:17 2026] GET /v2.0/ports?device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/812] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:17 2026] GET /v2.0/security-groups?id=c802f60e-07ee-4296-9dfc-f0b1a0dcfb3f&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:06:18.532 7 INFO neutron.services.segments.plugin [-] Segment 7eb5f971-71bd-4c6e-8dfe-0bbcd3bdae2e resource provider aggregate not found 2026-02-26 23:06:18.534 7 INFO neutron.services.segments.plugin [-] Segment 7eb5f971-71bd-4c6e-8dfe-0bbcd3bdae2e resource provider aggregate not found 2026-02-26 23:06:18.552 7 INFO neutron.services.segments.plugin [-] Segment 7eb5f971-71bd-4c6e-8dfe-0bbcd3bdae2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7eb5f971-71bd-4c6e-8dfe-0bbcd3bdae2e found for delete ", "request_id": "req-206779e5-c3c0-4275-91b5-ee97b7f731c6"}]} 2026-02-26 23:06:18.556 7 INFO neutron.services.segments.plugin [-] Segment 7eb5f971-71bd-4c6e-8dfe-0bbcd3bdae2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7eb5f971-71bd-4c6e-8dfe-0bbcd3bdae2e found for delete ", "request_id": "req-c74d9d55-946e-4ac7-87b0-a633dfa320b6"}]} [pid: 8|app: 0|req: 401/813] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:18 2026] GET /v2.0/ports?device_id=96d2242c-aa2b-45c1-a083-5f928d642574 => generated 973 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/814] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:18 2026] GET /v2.0/security-groups?id=f9c75a91-4a82-4820-8d5f-bf390451ff6a&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/815] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:18 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/816] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:18 2026] GET /v2.0/security-groups?id=390df738-b536-4afd-9382-1838155c0792&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: 403/817] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:18 2026] GET /v2.0/ports?device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/818] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:18 2026] GET /v2.0/security-groups?id=c802f60e-07ee-4296-9dfc-f0b1a0dcfb3f&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:06:19.328 8 INFO neutron.db.segments_db [None req-e03eeb82-166e-4496-a160-adaabd85718e 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment 7efa113f-17e2-4cbd-85e3-0f70415c50d0 of type vxlan for network 1f90deec-01b1-4324-b3eb-6b11ccb287ca [pid: 8|app: 0|req: 404/819] 10.0.0.225 () {34 vars in 671 bytes} [Thu Feb 26 23:06:19 2026] POST /v2.0/networks => generated 729 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/820] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:06:19 2026] POST /v2.0/subnets => generated 695 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:06:19.709 8 INFO neutron.db.segments_db [None req-d6798a25-8a63-43a9-867e-8eabc4170ac1 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment 6156d857-ae7a-4d29-8065-9cb07f792591 of type vxlan for network fbc1d2e4-e8fb-417c-a87e-30a29455e326 [pid: 7|app: 0|req: 417/821] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:19 2026] GET /v2.0/ports?device_id=96d2242c-aa2b-45c1-a083-5f928d642574 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/822] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:19 2026] GET /v2.0/security-groups?id=f9c75a91-4a82-4820-8d5f-bf390451ff6a&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-02-26 23:06:19.962 8 INFO neutron.db.l3_hamode_db [None req-d6798a25-8a63-43a9-867e-8eabc4170ac1 72c6fe6874274327b3167f7b4432f9aa 38152b334ea44afdb0f8eb2afb839b07 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 419/823] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:19 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => generated 971 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/824] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:20 2026] GET /v2.0/security-groups?id=390df738-b536-4afd-9382-1838155c0792&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/825] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:20 2026] GET /v2.0/ports?device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/826] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:20 2026] GET /v2.0/security-groups?id=c802f60e-07ee-4296-9dfc-f0b1a0dcfb3f&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:06:20.778 8 INFO neutron.db.l3_hamode_db [None req-d6798a25-8a63-43a9-867e-8eabc4170ac1 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 423/827] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:20 2026] GET /v2.0/ports?device_id=96d2242c-aa2b-45c1-a083-5f928d642574 => 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: 424/828] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:21 2026] GET /v2.0/security-groups?id=f9c75a91-4a82-4820-8d5f-bf390451ff6a&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/829] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:21 2026] GET /v2.0/ports?device_id=96d2242c-aa2b-45c1-a083-5f928d642574 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/830] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:21 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/831] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:06:19 2026] POST /v2.0/routers => generated 735 bytes in 2046 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/832] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:21 2026] GET /v2.0/security-groups?id=390df738-b536-4afd-9382-1838155c0792&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: 407/833] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:21 2026] GET /v2.0/ports?device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:06:22.001 7 INFO neutron.db.l3_db [None req-d8b2ea07-58b6-4d81-ae71-7fade9073b6a 5ea1d1ca26ca4386a64c0a2988ec9017 e13b68bc8a0549a08d20f4475c87408e - - default default] Floating IP 31e6cbb2-9931-4230-8499-96703a1f2fb9 associated. External IP: 10.96.250.220, port: d837437f-4b8a-4b05-9493-4783a61adbb2. [pid: 7|app: 0|req: 427/834] 10.0.0.225 () {34 vars in 749 bytes} [Thu Feb 26 23:06:21 2026] PUT /v2.0/floatingips/31e6cbb2-9931-4230-8499-96703a1f2fb9 => generated 856 bytes in 1026 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/835] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:22 2026] GET /v2.0/security-groups?id=c802f60e-07ee-4296-9dfc-f0b1a0dcfb3f&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:06:22.407 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eeec0221-a4ea-4b82-b467-5dd1625028d5'] response: {'name': 'network-changed', 'server_uuid': '96d2242c-aa2b-45c1-a083-5f928d642574', 'tag': 'd837437f-4b8a-4b05-9493-4783a61adbb2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 429/836] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:22 2026] GET /v2.0/ports?device_id=96d2242c-aa2b-45c1-a083-5f928d642574 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/837] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:22 2026] GET /v2.0/security-groups?id=f9c75a91-4a82-4820-8d5f-bf390451ff6a&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/838] 10.0.0.225 () {34 vars in 783 bytes} [Thu Feb 26 23:06:21 2026] PUT /v2.0/routers/4073b287-b2cb-4575-b389-b0132f276582/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: 431/839] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:22 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/840] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:22 2026] GET /v2.0/security-groups?id=390df738-b536-4afd-9382-1838155c0792&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: 432/841] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:06:22 2026] GET /v2.0/ports?tenant_id=e13b68bc8a0549a08d20f4475c87408e&device_id=96d2242c-aa2b-45c1-a083-5f928d642574 => 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: 410/842] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:22 2026] GET /v2.0/ports?device_id=96d2242c-aa2b-45c1-a083-5f928d642574 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/843] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:06:22 2026] GET /v2.0/networks?id=dd491754-e33a-4d20-993e-e50d7378974d => generated 766 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/844] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:22 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/845] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:23 2026] GET /v2.0/security-groups?id=f9c75a91-4a82-4820-8d5f-bf390451ff6a&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: 8|app: 0|req: 412/846] 162.253.55.195 () {34 vars in 1060 bytes} [Thu Feb 26 23:06:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=d837437f-4b8a-4b05-9493-4783a61adbb2 => generated 859 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/847] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:06:23 2026] GET /v2.0/subnets?id=19abda36-8448-4580-a34e-d851bcf84e46 => generated 688 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/848] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:06:23 2026] GET /v2.0/ports?network_id=dd491754-e33a-4d20-993e-e50d7378974d&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: 415/849] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:06:23 2026] GET /v2.0/networks/dd491754-e33a-4d20-993e-e50d7378974d?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: 416/850] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:06:23 2026] GET /v2.0/networks/dd491754-e33a-4d20-993e-e50d7378974d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:06:23.386 7 INFO neutron.db.l3_db [None req-6429c1c5-07df-4467-9244-8bf10a377f3b dafed030b95e4d11a4b36843bab83ea6 c8ef146cbb9a42d09c97a2f4d7554186 - - default default] Floating IP 61699878-ce4f-4b91-a4bc-0c90e4b64aa8 associated. External IP: 10.96.250.210, port: 26a978b2-e88a-4bf2-80b0-320e2f5226e2. [pid: 8|app: 0|req: 417/851] 10.0.0.225 () {34 vars in 685 bytes} [Thu Feb 26 23:06:23 2026] POST /v2.0/security-groups => generated 1661 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/852] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:23 2026] GET /v2.0/ports?device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/853] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:06:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/854] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:23 2026] GET /v2.0/security-groups?id=c802f60e-07ee-4296-9dfc-f0b1a0dcfb3f&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/855] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:06:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/856] 10.0.0.225 () {34 vars in 749 bytes} [Thu Feb 26 23:06:23 2026] PUT /v2.0/floatingips/61699878-ce4f-4b91-a4bc-0c90e4b64aa8 => generated 855 bytes in 701 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/857] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:23 2026] GET /v2.0/ports?device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:06:24.280 8 INFO neutron.db.l3_db [None req-725d1632-def5-4b18-ad6a-b985d6a912ed d926e20e259f43efa267b57762400af1 7ec112235fa94b0b8c96340f969bf1f8 - - default default] Floating IP ea97e6ba-01eb-4714-8f7a-428c60727840 associated. External IP: 10.96.250.202, port: 165d9c01-a1cd-4ef7-83a1-bc84d1c2e901. [pid: 7|app: 0|req: 436/858] 10.0.0.225 () {34 vars in 676 bytes} [Thu Feb 26 23:06:23 2026] POST /v2.0/floatingips => generated 552 bytes in 568 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/859] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:24 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => 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: 438/860] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:24 2026] GET /v2.0/ports?device_id=96d2242c-aa2b-45c1-a083-5f928d642574 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/861] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:24 2026] GET /v2.0/security-groups?id=390df738-b536-4afd-9382-1838155c0792&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/862] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:24 2026] GET /v2.0/security-groups?id=f9c75a91-4a82-4820-8d5f-bf390451ff6a&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-02-26 23:06:24.477 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-91903bea-a596-4c5f-a3ca-53706f1c3b58'] response: {'name': 'network-changed', 'server_uuid': 'b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc', 'tag': '26a978b2-e88a-4bf2-80b0-320e2f5226e2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 423/863] 10.0.0.225 () {34 vars in 749 bytes} [Thu Feb 26 23:06:23 2026] PUT /v2.0/floatingips/ea97e6ba-01eb-4714-8f7a-428c60727840 => generated 855 bytes in 834 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:06:24.667 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae6a8100-feb4-45a6-8945-4157b0afceec'] response: {'name': 'network-changed', 'server_uuid': 'c288f6fa-02c6-4bbb-8c81-d6e03d041071', 'tag': '165d9c01-a1cd-4ef7-83a1-bc84d1c2e901', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 441/864] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:24 2026] GET /v2.0/ports?device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/865] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:24 2026] GET /v2.0/security-groups?id=c802f60e-07ee-4296-9dfc-f0b1a0dcfb3f&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/866] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:06:24 2026] GET /v2.0/ports?tenant_id=c8ef146cbb9a42d09c97a2f4d7554186&device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/867] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:25 2026] GET /v2.0/ports?device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/868] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:06:25 2026] GET /v2.0/networks?id=fed7e3af-a1f9-411b-b488-5acb1619e670 => generated 780 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/869] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:25 2026] GET /v2.0/security-groups?id=c802f60e-07ee-4296-9dfc-f0b1a0dcfb3f&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: 426/870] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:06:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=26a978b2-e88a-4bf2-80b0-320e2f5226e2 => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/871] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:06:25 2026] GET /v2.0/subnets?id=15b7c515-37ac-4bca-bd30-a458f02e57c6 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/872] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:06:25 2026] GET /v2.0/ports?tenant_id=7ec112235fa94b0b8c96340f969bf1f8&device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/873] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:06:25 2026] GET /v2.0/ports?network_id=fed7e3af-a1f9-411b-b488-5acb1619e670&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/874] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:06:25 2026] GET /v2.0/networks?id=5c16a785-0952-448d-84af-91ab8f264be2 => generated 772 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/875] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:06:25 2026] GET /v2.0/networks/fed7e3af-a1f9-411b-b488-5acb1619e670?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: 429/876] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:06:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=165d9c01-a1cd-4ef7-83a1-bc84d1c2e901 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/877] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:06:25 2026] GET /v2.0/networks/fed7e3af-a1f9-411b-b488-5acb1619e670?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: 430/878] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:06:25 2026] GET /v2.0/subnets?id=c95cbda3-e29f-465d-9043-2eda88f6cd1f => generated 694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/879] 162.253.55.195 () {34 vars in 994 bytes} [Thu Feb 26 23:06:25 2026] GET /v2.0/ports?device_id=96d2242c-aa2b-45c1-a083-5f928d642574 => 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: 431/880] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:06:25 2026] GET /v2.0/ports?network_id=5c16a785-0952-448d-84af-91ab8f264be2&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/881] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:06:25 2026] GET /v2.0/networks/5c16a785-0952-448d-84af-91ab8f264be2?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/882] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:06:25 2026] GET /v2.0/networks/5c16a785-0952-448d-84af-91ab8f264be2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:06:25.520 7 INFO neutron_taas.services.taas.taas_plugin [req-6c0f6684-0d79-4a4c-8d65-9c22121d48cd req-2f6810df-4229-4e01-a381-867a7b5557c9 5ea1d1ca26ca4386a64c0a2988ec9017 e13b68bc8a0549a08d20f4475c87408e - - default default] TaaS: Handle Delete Port: d837437f-4b8a-4b05-9493-4783a61adbb2 2026-02-26 23:06:25.524 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6c0f6684-0d79-4a4c-8d65-9c22121d48cd req-2f6810df-4229-4e01-a381-867a7b5557c9 5ea1d1ca26ca4386a64c0a2988ec9017 e13b68bc8a0549a08d20f4475c87408e - - default default] Tap Mirror: Handle Delete Port: d837437f-4b8a-4b05-9493-4783a61adbb2 [pid: 8|app: 0|req: 434/883] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:25 2026] GET /v2.0/ports?device_id=96d2242c-aa2b-45c1-a083-5f928d642574 => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/884] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:25 2026] GET /v2.0/security-groups?id=f9c75a91-4a82-4820-8d5f-bf390451ff6a&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:06:25.668 7 INFO neutron.db.l3_db [req-6c0f6684-0d79-4a4c-8d65-9c22121d48cd req-2f6810df-4229-4e01-a381-867a7b5557c9 5ea1d1ca26ca4386a64c0a2988ec9017 e13b68bc8a0549a08d20f4475c87408e - - default default] Floating IP 31e6cbb2-9931-4230-8499-96703a1f2fb9 disassociated. External IP: 10.96.250.220, port: d837437f-4b8a-4b05-9493-4783a61adbb2. [pid: 7|app: 0|req: 450/885] 162.253.55.195 () {36 vars in 997 bytes} [Thu Feb 26 23:06:25 2026] DELETE /v2.0/ports/d837437f-4b8a-4b05-9493-4783a61adbb2 => generated 0 bytes in 590 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/886] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:26 2026] GET /v2.0/ports?device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => 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: 451/887] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:26 2026] GET /v2.0/security-groups?id=c802f60e-07ee-4296-9dfc-f0b1a0dcfb3f&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:06:26.530 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7d34dfb6-f1be-4d9b-accc-83371e4dd78e'] response: {'server_uuid': '96d2242c-aa2b-45c1-a083-5f928d642574', 'name': 'network-vif-deleted', 'tag': 'd837437f-4b8a-4b05-9493-4783a61adbb2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 437/888] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:26 2026] GET /v2.0/ports?device_id=96d2242c-aa2b-45c1-a083-5f928d642574 => 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: 452/889] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:27 2026] GET /v2.0/ports?device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => 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: 438/890] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:27 2026] GET /v2.0/security-groups?id=c802f60e-07ee-4296-9dfc-f0b1a0dcfb3f&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/891] 162.253.55.195 () {34 vars in 994 bytes} [Thu Feb 26 23:06:27 2026] GET /v2.0/ports?device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:06:27.722 8 INFO neutron_taas.services.taas.taas_plugin [req-a34e8bad-e949-49bc-bb9f-a2b7783dc6f7 req-34f33098-66a8-4224-bed4-16047122b9a6 d926e20e259f43efa267b57762400af1 7ec112235fa94b0b8c96340f969bf1f8 - - default default] TaaS: Handle Delete Port: 165d9c01-a1cd-4ef7-83a1-bc84d1c2e901 2026-02-26 23:06:27.728 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a34e8bad-e949-49bc-bb9f-a2b7783dc6f7 req-34f33098-66a8-4224-bed4-16047122b9a6 d926e20e259f43efa267b57762400af1 7ec112235fa94b0b8c96340f969bf1f8 - - default default] Tap Mirror: Handle Delete Port: 165d9c01-a1cd-4ef7-83a1-bc84d1c2e901 [pid: 7|app: 0|req: 454/892] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:27 2026] GET /v2.0/ports?device_id=96d2242c-aa2b-45c1-a083-5f928d642574 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:06:27.951 8 INFO neutron.db.l3_db [req-a34e8bad-e949-49bc-bb9f-a2b7783dc6f7 req-34f33098-66a8-4224-bed4-16047122b9a6 d926e20e259f43efa267b57762400af1 7ec112235fa94b0b8c96340f969bf1f8 - - default default] Floating IP ea97e6ba-01eb-4714-8f7a-428c60727840 disassociated. External IP: 10.96.250.202, port: 165d9c01-a1cd-4ef7-83a1-bc84d1c2e901. [pid: 8|app: 0|req: 439/893] 162.253.55.195 () {36 vars in 997 bytes} [Thu Feb 26 23:06:27 2026] DELETE /v2.0/ports/165d9c01-a1cd-4ef7-83a1-bc84d1c2e901 => generated 0 bytes in 798 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:06:28.429 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f312afe-9b02-4716-b209-98e06f13b232'] response: {'server_uuid': 'c288f6fa-02c6-4bbb-8c81-d6e03d041071', 'name': 'network-vif-deleted', 'tag': '165d9c01-a1cd-4ef7-83a1-bc84d1c2e901', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 455/894] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:28 2026] GET /v2.0/ports?device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => 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: 440/895] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:28 2026] GET /v2.0/ports?device_id=96d2242c-aa2b-45c1-a083-5f928d642574 => 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: 456/896] 10.0.0.179 () {34 vars in 1100 bytes} [Thu Feb 26 23:06:29 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1230934246&fields=id&tenant_id=38152b334ea44afdb0f8eb2afb839b07 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/897] 10.0.0.179 () {34 vars in 982 bytes} [Thu Feb 26 23:06:29 2026] GET /v2.0/networks?id=1f90deec-01b1-4324-b3eb-6b11ccb287ca => generated 680 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/898] 10.0.0.179 () {34 vars in 965 bytes} [Thu Feb 26 23:06:29 2026] GET /v2.0/quotas/38152b334ea44afdb0f8eb2afb839b07 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/899] 10.0.0.179 () {34 vars in 1002 bytes} [Thu Feb 26 23:06:29 2026] GET /v2.0/ports?tenant_id=38152b334ea44afdb0f8eb2afb839b07&fields=id => generated 103 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/900] 10.0.0.179 () {34 vars in 1008 bytes} [Thu Feb 26 23:06:29 2026] GET /v2.0/networks/1f90deec-01b1-4324-b3eb-6b11ccb287ca?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/901] 10.0.0.179 () {34 vars in 1108 bytes} [Thu Feb 26 23:06:29 2026] GET /v2.0/networks/1f90deec-01b1-4324-b3eb-6b11ccb287ca?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: 459/902] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:29 2026] GET /v2.0/ports?device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => 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: 444/903] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:29 2026] GET /v2.0/ports?device_id=62b327d4-9798-43b8-84a6-9c72f80ea3a2 => 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: 460/904] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:06:30 2026] DELETE /v2.0/security-groups/f9c75a91-4a82-4820-8d5f-bf390451ff6a => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:06:30.180 8 INFO neutron.api.v2.resource [None req-6fb85904-e745-44fe-8610-08dbec16ba28 5ea1d1ca26ca4386a64c0a2988ec9017 e13b68bc8a0549a08d20f4475c87408e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 445/905] 10.0.0.225 () {32 vars in 737 bytes} [Thu Feb 26 23:06:30 2026] GET /v2.0/security-groups/f9c75a91-4a82-4820-8d5f-bf390451ff6a => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:06:30.271 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a1a8dfb-91c9-428d-98a1-26c9d935e05f 5ea1d1ca26ca4386a64c0a2988ec9017 e13b68bc8a0549a08d20f4475c87408e - - default default] TaaS: Handle Delete Port: eda61593-9888-45f4-90ed-d195ca355f4c 2026-02-26 23:06:30.274 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a1a8dfb-91c9-428d-98a1-26c9d935e05f 5ea1d1ca26ca4386a64c0a2988ec9017 e13b68bc8a0549a08d20f4475c87408e - - default default] Tap Mirror: Handle Delete Port: eda61593-9888-45f4-90ed-d195ca355f4c [pid: 7|app: 0|req: 461/906] 10.0.0.225 () {32 vars in 732 bytes} [Thu Feb 26 23:06:30 2026] DELETE /v2.0/floatingips/31e6cbb2-9931-4230-8499-96703a1f2fb9 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/909] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:30 2026] GET /v2.0/ports?device_id=c288f6fa-02c6-4bbb-8c81-d6e03d041071 => 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: 465/910] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:30 2026] GET /v2.0/ports?device_id=62b327d4-9798-43b8-84a6-9c72f80ea3a2 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:06:30.963 8 INFO neutron_taas.services.taas.taas_plugin [None req-067d6c60-4d46-4d60-815c-4588d32ec435 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 231d1e66-5082-4f40-bd93-6a2b23610e2f 2026-02-26 23:06:30.965 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-067d6c60-4d46-4d60-815c-4588d32ec435 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 231d1e66-5082-4f40-bd93-6a2b23610e2f [pid: 8|app: 0|req: 446/911] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:06:30 2026] PUT /v2.0/routers/32355fe4-6df1-459d-97de-815c3b85858c/remove_router_interface => generated 309 bytes in 1287 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/912] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:31 2026] GET /v2.0/ports?device_id=62b327d4-9798-43b8-84a6-9c72f80ea3a2 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:06:31.946 7 INFO neutron_taas.services.taas.taas_plugin [None req-1fd24525-1df3-4bb5-9a30-83b0e92253cb 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: b3f1b62a-4bf4-468b-8b15-7ca97ff7e5ec 2026-02-26 23:06:31.948 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fd24525-1df3-4bb5-9a30-83b0e92253cb 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: b3f1b62a-4bf4-468b-8b15-7ca97ff7e5ec [pid: 8|app: 0|req: 448/913] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:06:31 2026] DELETE /v2.0/security-groups/c802f60e-07ee-4296-9dfc-f0b1a0dcfb3f => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:06:31.999 8 INFO neutron.api.v2.resource [None req-af3f4801-b7f3-4a4d-bbb9-eaf13d343322 d926e20e259f43efa267b57762400af1 7ec112235fa94b0b8c96340f969bf1f8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 449/914] 10.0.0.225 () {32 vars in 737 bytes} [Thu Feb 26 23:06:31 2026] GET /v2.0/security-groups/c802f60e-07ee-4296-9dfc-f0b1a0dcfb3f => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:06:32.108 8 INFO neutron_taas.services.taas.taas_plugin [None req-60532694-3e93-4f72-a0e1-d5a2ba70b64c d926e20e259f43efa267b57762400af1 7ec112235fa94b0b8c96340f969bf1f8 - - default default] TaaS: Handle Delete Port: 11b758f9-57b2-42a9-970d-985856a074dd 2026-02-26 23:06:32.112 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60532694-3e93-4f72-a0e1-d5a2ba70b64c d926e20e259f43efa267b57762400af1 7ec112235fa94b0b8c96340f969bf1f8 - - default default] Tap Mirror: Handle Delete Port: 11b758f9-57b2-42a9-970d-985856a074dd 2026-02-26 23:06:32.202 7 INFO neutron_taas.services.taas.taas_plugin [None req-1fd24525-1df3-4bb5-9a30-83b0e92253cb 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 413b1c0a-6172-4d6c-a51c-5befb34e2508 2026-02-26 23:06:32.205 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fd24525-1df3-4bb5-9a30-83b0e92253cb 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 413b1c0a-6172-4d6c-a51c-5befb34e2508 [pid: 8|app: 0|req: 450/915] 10.0.0.225 () {32 vars in 732 bytes} [Thu Feb 26 23:06:32 2026] DELETE /v2.0/floatingips/ea97e6ba-01eb-4714-8f7a-428c60727840 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:06:32.562 7 INFO neutron.services.segments.plugin [-] Segment 3cbd0c9d-37aa-4c77-851c-d43282f8c0ea resource provider aggregate not found 2026-02-26 23:06:32.564 7 INFO neutron.services.segments.plugin [-] Segment 3cbd0c9d-37aa-4c77-851c-d43282f8c0ea resource provider aggregate not found 2026-02-26 23:06:32.579 7 INFO neutron.services.segments.plugin [-] Segment 3cbd0c9d-37aa-4c77-851c-d43282f8c0ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cbd0c9d-37aa-4c77-851c-d43282f8c0ea found for delete ", "request_id": "req-b1d0f767-438a-4026-b93f-5ad7fc5fe6b1"}]} 2026-02-26 23:06:32.586 7 INFO neutron.services.segments.plugin [-] Segment 3cbd0c9d-37aa-4c77-851c-d43282f8c0ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cbd0c9d-37aa-4c77-851c-d43282f8c0ea found for delete ", "request_id": "req-8b9be862-90a5-49c6-a081-206607d9c940"}]} 2026-02-26 23:06:32.588 7 INFO neutron.db.l3_hamode_db [None req-1fd24525-1df3-4bb5-9a30-83b0e92253cb 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] HA network 59cb4c3d-80db-4ca8-80aa-94a55e329e55 was deleted as no HA routers are present in tenant e13b68bc8a0549a08d20f4475c87408e. [pid: 7|app: 0|req: 466/916] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:06:31 2026] DELETE /v2.0/routers/32355fe4-6df1-459d-97de-815c3b85858c => generated 0 bytes in 845 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:06:32.641 8 INFO neutron_taas.services.taas.taas_plugin [None req-92f73b5c-47b9-4c5a-a449-b614e1661fd8 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 5a2c9b52-f6d5-4ab7-98df-12c32dc22b1d 2026-02-26 23:06:32.644 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92f73b5c-47b9-4c5a-a449-b614e1661fd8 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 5a2c9b52-f6d5-4ab7-98df-12c32dc22b1d [pid: 7|app: 0|req: 467/917] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:06:32 2026] DELETE /v2.0/subnets/19abda36-8448-4580-a34e-d851bcf84e46 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:06:32.896 7 INFO neutron_taas.services.taas.taas_plugin [None req-04ed75dd-6b8b-4a5b-bb2a-4bb981bdcac6 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 7e558a00-4f93-4d8a-9d5a-3815296daaab 2026-02-26 23:06:32.899 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04ed75dd-6b8b-4a5b-bb2a-4bb981bdcac6 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 7e558a00-4f93-4d8a-9d5a-3815296daaab [pid: 7|app: 0|req: 468/918] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:06:32 2026] DELETE /v2.0/networks/dd491754-e33a-4d20-993e-e50d7378974d => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/919] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:33 2026] GET /v2.0/ports?device_id=62b327d4-9798-43b8-84a6-9c72f80ea3a2 => 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: 451/920] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:06:32 2026] PUT /v2.0/routers/905ff559-7218-42e6-9316-c8e5cc5f06a1/remove_router_interface => generated 309 bytes in 999 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/921] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:06:33 2026] GET /v2.0/security-groups?tenant_id=e13b68bc8a0549a08d20f4475c87408e&name=default => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/922] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:06:33 2026] DELETE /v2.0/security-groups/35cc6316-c411-4389-9c35-76d13a801f7b => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:06:33.467 8 INFO neutron_taas.services.taas.taas_plugin [None req-1f9abd47-dd2a-4740-924b-ee87b50e8fef 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: a771c813-a05e-4e9b-9ee9-8c2f6a4a17e7 2026-02-26 23:06:33.470 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f9abd47-dd2a-4740-924b-ee87b50e8fef 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: a771c813-a05e-4e9b-9ee9-8c2f6a4a17e7 2026-02-26 23:06:33.720 8 INFO neutron_taas.services.taas.taas_plugin [None req-1f9abd47-dd2a-4740-924b-ee87b50e8fef 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 8e1730ee-daf2-4d94-8472-fc1df79d67db 2026-02-26 23:06:33.724 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f9abd47-dd2a-4740-924b-ee87b50e8fef 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 8e1730ee-daf2-4d94-8472-fc1df79d67db 2026-02-26 23:06:33.803 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-1f9abd47-dd2a-4740-924b-ee87b50e8fef 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - 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: 472/923] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:06:33 2026] GET /v2.0/networks?id=1f90deec-01b1-4324-b3eb-6b11ccb287ca => generated 680 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/924] 162.253.55.195 () {34 vars in 1050 bytes} [Thu Feb 26 23:06:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=38152b334ea44afdb0f8eb2afb839b07 => generated 181 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:06:34.192 8 INFO neutron.db.l3_hamode_db [None req-1f9abd47-dd2a-4740-924b-ee87b50e8fef 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] HA network 2f33f7fd-e565-4230-bd60-76518f51348a was deleted as no HA routers are present in tenant 7ec112235fa94b0b8c96340f969bf1f8. [pid: 8|app: 0|req: 452/925] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:06:33 2026] DELETE /v2.0/routers/905ff559-7218-42e6-9316-c8e5cc5f06a1 => generated 0 bytes in 939 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/926] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:34 2026] GET /v2.0/ports?device_id=62b327d4-9798-43b8-84a6-9c72f80ea3a2 => 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: 454/927] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:06:34 2026] DELETE /v2.0/subnets/c95cbda3-e29f-465d-9043-2eda88f6cd1f => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:06:34.429 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb3f12ab-1b80-4ec6-9528-8d4527d40137 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 5f7b22fd-69df-4bc0-9ec8-e0b52a93b77a 2026-02-26 23:06:34.431 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb3f12ab-1b80-4ec6-9528-8d4527d40137 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 5f7b22fd-69df-4bc0-9ec8-e0b52a93b77a [pid: 7|app: 0|req: 474/928] 162.253.55.195 () {38 vars in 955 bytes} [Thu Feb 26 23:06:34 2026] POST /v2.0/ports => generated 954 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 455/929] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:06:34 2026] DELETE /v2.0/networks/5c16a785-0952-448d-84af-91ab8f264be2 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/930] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:06:34 2026] GET /v2.0/security-groups?tenant_id=7ec112235fa94b0b8c96340f969bf1f8&name=default => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:06:34.846 8 INFO neutron.services.segments.plugin [-] Segment e81bb9a8-b9f0-43f5-9ec0-bb011071e42e resource provider aggregate not found 2026-02-26 23:06:34.850 7 INFO neutron.services.segments.plugin [-] Segment e3924e22-b473-4d74-bf27-b94aabb56f31 resource provider aggregate not found 2026-02-26 23:06:34.860 7 INFO neutron.services.segments.plugin [-] Segment e3924e22-b473-4d74-bf27-b94aabb56f31 resource provider aggregate not found 2026-02-26 23:06:34.867 8 INFO neutron.services.segments.plugin [-] Segment e81bb9a8-b9f0-43f5-9ec0-bb011071e42e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e81bb9a8-b9f0-43f5-9ec0-bb011071e42e found for delete ", "request_id": "req-45a5883b-a2af-4bef-a058-25dac8e253e3"}]} 2026-02-26 23:06:34.875 7 INFO neutron.services.segments.plugin [-] Segment e3924e22-b473-4d74-bf27-b94aabb56f31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3924e22-b473-4d74-bf27-b94aabb56f31 found for delete ", "request_id": "req-56fdb2b5-39f6-4c03-93bb-b9859f4fa8a6"}]} [pid: 8|app: 0|req: 457/931] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:06:34 2026] DELETE /v2.0/security-groups/e9cc0b0e-d8a7-4a1c-bb11-b36aa1529903 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:06:34.888 7 INFO neutron.services.segments.plugin [-] Segment e3924e22-b473-4d74-bf27-b94aabb56f31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3924e22-b473-4d74-bf27-b94aabb56f31 found for delete ", "request_id": "req-d08ad4fe-0f32-4822-ad09-44a21d78773c"}]} 2026-02-26 23:06:34.890 8 INFO neutron.services.segments.plugin [-] Segment e81bb9a8-b9f0-43f5-9ec0-bb011071e42e resource provider aggregate not found 2026-02-26 23:06:34.906 8 INFO neutron.services.segments.plugin [-] Segment e81bb9a8-b9f0-43f5-9ec0-bb011071e42e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e81bb9a8-b9f0-43f5-9ec0-bb011071e42e found for delete ", "request_id": "req-79db2456-1b88-408a-a542-dfd576e5d257"}]} [pid: 7|app: 0|req: 475/932] 162.253.55.195 () {38 vars in 1028 bytes} [Thu Feb 26 23:06:34 2026] PUT /v2.0/ports/7c6ec74c-94c6-44b3-8ed7-64a4d066a70b => generated 1235 bytes in 546 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:06:35.026 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b14d3ed7-e10e-4f10-87cc-f2ef28131677'] response: {'name': 'network-changed', 'server_uuid': '62b327d4-9798-43b8-84a6-9c72f80ea3a2', 'tag': '7c6ec74c-94c6-44b3-8ed7-64a4d066a70b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 458/933] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:35 2026] GET /v2.0/ports?device_id=62b327d4-9798-43b8-84a6-9c72f80ea3a2 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 476/934] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:35 2026] GET /v2.0/security-groups?id=ea123603-14f0-41e4-9ac6-5cbc7d0abb2a&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/935] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:06:35 2026] GET /v2.0/ports?tenant_id=38152b334ea44afdb0f8eb2afb839b07&device_id=62b327d4-9798-43b8-84a6-9c72f80ea3a2 => 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: 477/936] 162.253.55.195 () {34 vars in 1018 bytes} [Thu Feb 26 23:06:35 2026] GET /v2.0/networks?tenant_id=38152b334ea44afdb0f8eb2afb839b07&shared=False => generated 776 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/937] 162.253.55.195 () {34 vars in 930 bytes} [Thu Feb 26 23:06:35 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/938] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:06:36 2026] GET /v2.0/security-groups?tenant_id=75d43c9d274544d591e892cf3cd2a830&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/939] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:06:36 2026] DELETE /v2.0/security-groups/f3b774f8-8343-4773-b130-56e73f7d58b0 => 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: 479/940] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:36 2026] GET /v2.0/ports?device_id=62b327d4-9798-43b8-84a6-9c72f80ea3a2 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/941] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:36 2026] GET /v2.0/security-groups?id=ea123603-14f0-41e4-9ac6-5cbc7d0abb2a&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: 480/942] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:06:36 2026] GET /v2.0/ports?tenant_id=38152b334ea44afdb0f8eb2afb839b07&device_id=62b327d4-9798-43b8-84a6-9c72f80ea3a2 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/943] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:06:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=7c6ec74c-94c6-44b3-8ed7-64a4d066a70b => 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: 481/944] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:06:36 2026] GET /v2.0/subnets?id=d200d941-4819-48fd-8aee-4ac7fd535ca2 => generated 698 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/945] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:06:36 2026] GET /v2.0/ports?network_id=1f90deec-01b1-4324-b3eb-6b11ccb287ca&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/946] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:06:36 2026] GET /v2.0/networks/1f90deec-01b1-4324-b3eb-6b11ccb287ca?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:06:36.891 8 INFO neutron.services.segments.plugin [-] Segment 97f4813e-53c1-45aa-860b-4d0809cbce02 resource provider aggregate not found 2026-02-26 23:06:36.917 8 INFO neutron.services.segments.plugin [-] Segment 97f4813e-53c1-45aa-860b-4d0809cbce02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97f4813e-53c1-45aa-860b-4d0809cbce02 found for delete ", "request_id": "req-c02eb7ad-d4de-4f28-812b-b47ef0ac8c47"}]} 2026-02-26 23:06:36.925 8 INFO neutron.services.segments.plugin [-] Segment 97f4813e-53c1-45aa-860b-4d0809cbce02 resource provider aggregate not found [pid: 8|app: 0|req: 465/947] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:06:36 2026] GET /v2.0/networks/1f90deec-01b1-4324-b3eb-6b11ccb287ca?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) 2026-02-26 23:06:36.946 8 INFO neutron.services.segments.plugin [-] Segment 97f4813e-53c1-45aa-860b-4d0809cbce02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97f4813e-53c1-45aa-860b-4d0809cbce02 found for delete ", "request_id": "req-426d4ecb-c461-40b1-a75c-98c3e19653a3"}]} [pid: 7|app: 0|req: 483/948] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:37 2026] GET /v2.0/ports?device_id=62b327d4-9798-43b8-84a6-9c72f80ea3a2 => 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: 466/949] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:37 2026] GET /v2.0/security-groups?id=ea123603-14f0-41e4-9ac6-5cbc7d0abb2a&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: 484/950] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:38 2026] GET /v2.0/ports?device_id=62b327d4-9798-43b8-84a6-9c72f80ea3a2 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/951] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:38 2026] GET /v2.0/security-groups?id=ea123603-14f0-41e4-9ac6-5cbc7d0abb2a&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: 485/952] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:39 2026] GET /v2.0/ports?device_id=62b327d4-9798-43b8-84a6-9c72f80ea3a2 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/953] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:40 2026] GET /v2.0/security-groups?id=ea123603-14f0-41e4-9ac6-5cbc7d0abb2a&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: 486/954] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:06:40 2026] GET /v2.0/security-groups?tenant_id=54f20eac77494135a2a844c065b410de&name=default => generated 2925 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/955] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:06:40 2026] DELETE /v2.0/security-groups/d14acfb1-f2f4-4df5-8e0b-30e0f993cfd6 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/956] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:06:40 2026] GET /v2.0/security-groups?tenant_id=e161978f6f874a32a9ea493b39e6a15d&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/957] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:06:40 2026] DELETE /v2.0/security-groups/122d3c39-3cd5-4e99-b5c5-61d5b2ee0116 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/958] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:41 2026] GET /v2.0/ports?device_id=62b327d4-9798-43b8-84a6-9c72f80ea3a2 => generated 969 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/959] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:41 2026] GET /v2.0/security-groups?id=ea123603-14f0-41e4-9ac6-5cbc7d0abb2a&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: 488/960] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:06:40 2026] GET /v2.0/security-groups?tenant_id=b8f8d2d61bb74564b6ea9785846fde58&name=default => generated 2925 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/961] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:06:41 2026] DELETE /v2.0/security-groups/39a48ef7-bb61-46b8-bd15-b5e9139976b0 => 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: 489/962] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:06:41 2026] GET /v2.0/security-groups?tenant_id=5c1817d4eedd4f8182de00c4861c7bc8&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/963] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:06:41 2026] DELETE /v2.0/security-groups/38cc41ba-4451-409b-b8d4-457420c0e65c => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/964] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:42 2026] GET /v2.0/ports?device_id=62b327d4-9798-43b8-84a6-9c72f80ea3a2 => 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: 475/965] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:42 2026] GET /v2.0/security-groups?id=ea123603-14f0-41e4-9ac6-5cbc7d0abb2a&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: 491/966] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:43 2026] GET /v2.0/ports?device_id=62b327d4-9798-43b8-84a6-9c72f80ea3a2 => 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: 476/967] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:43 2026] GET /v2.0/security-groups?id=ea123603-14f0-41e4-9ac6-5cbc7d0abb2a&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: 492/968] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:44 2026] GET /v2.0/ports?device_id=62b327d4-9798-43b8-84a6-9c72f80ea3a2 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/969] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:44 2026] GET /v2.0/security-groups?id=ea123603-14f0-41e4-9ac6-5cbc7d0abb2a&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/970] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:44 2026] GET /v2.0/ports?device_id=62b327d4-9798-43b8-84a6-9c72f80ea3a2 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:06:45.139 8 INFO neutron.db.l3_db [None req-0080733d-92c9-4122-932b-4949ec5bcfd7 6792eb32143244338db01a49e585a2f5 38152b334ea44afdb0f8eb2afb839b07 - - default default] Floating IP 9f7f738d-dbd5-4cc2-81a5-49611103bb0a associated. External IP: 10.96.250.214, port: 7c6ec74c-94c6-44b3-8ed7-64a4d066a70b. [pid: 7|app: 0|req: 494/971] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:06:45 2026] GET /v2.0/security-groups?tenant_id=e41fa1eb33f1473c9ea74434fabd9dbd&name=default => generated 2925 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/972] 10.0.0.225 () {34 vars in 749 bytes} [Thu Feb 26 23:06:44 2026] PUT /v2.0/floatingips/9f7f738d-dbd5-4cc2-81a5-49611103bb0a => generated 855 bytes in 572 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:06:45.460 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a14cc5d0-3894-4ba9-b843-5f88b7495eb1'] response: {'name': 'network-changed', 'server_uuid': '62b327d4-9798-43b8-84a6-9c72f80ea3a2', 'tag': '7c6ec74c-94c6-44b3-8ed7-64a4d066a70b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 495/973] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:06:45 2026] DELETE /v2.0/security-groups/330a87fb-987f-47ba-ba13-afad04e1f8ee => 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: 479/974] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:45 2026] GET /v2.0/ports?device_id=62b327d4-9798-43b8-84a6-9c72f80ea3a2 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/975] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:45 2026] GET /v2.0/security-groups?id=ea123603-14f0-41e4-9ac6-5cbc7d0abb2a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/978] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:06:45 2026] GET /v2.0/security-groups?tenant_id=885ffc28e250437386e7355a1d724557&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/979] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:45 2026] GET /v2.0/ports?device_id=62b327d4-9798-43b8-84a6-9c72f80ea3a2 => 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: 482/980] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:45 2026] GET /v2.0/security-groups?id=ea123603-14f0-41e4-9ac6-5cbc7d0abb2a&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/981] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:06:45 2026] DELETE /v2.0/security-groups/d50fcd0b-98b5-4c3b-beb8-095b123cbf9b => 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: 483/982] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:06:45 2026] GET /v2.0/ports?tenant_id=38152b334ea44afdb0f8eb2afb839b07&device_id=62b327d4-9798-43b8-84a6-9c72f80ea3a2 => generated 1240 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/983] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:06:46 2026] GET /v2.0/networks?id=1f90deec-01b1-4324-b3eb-6b11ccb287ca => generated 776 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/984] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:06:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=7c6ec74c-94c6-44b3-8ed7-64a4d066a70b => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/985] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:06:46 2026] GET /v2.0/subnets?id=d200d941-4819-48fd-8aee-4ac7fd535ca2 => generated 698 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/986] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:06:46 2026] GET /v2.0/ports?network_id=1f90deec-01b1-4324-b3eb-6b11ccb287ca&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: 502/987] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:06:46 2026] GET /v2.0/networks/1f90deec-01b1-4324-b3eb-6b11ccb287ca?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: 486/988] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:06:46 2026] GET /v2.0/networks/1f90deec-01b1-4324-b3eb-6b11ccb287ca?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: 503/989] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:46 2026] GET /v2.0/ports?device_id=62b327d4-9798-43b8-84a6-9c72f80ea3a2 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/990] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:47 2026] GET /v2.0/security-groups?id=ea123603-14f0-41e4-9ac6-5cbc7d0abb2a&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: 504/991] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:06:47 2026] GET /v2.0/security-groups?tenant_id=8583cc33921f498696eb142d5014212e&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: 488/992] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:06:47 2026] DELETE /v2.0/security-groups/bc672e19-a46e-4c12-bbc5-c1967d06b94e => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/993] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:06:47 2026] GET /v2.0/security-groups?tenant_id=73ccd7412a1a4596b899de4389ae51ca&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: 489/994] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:06:47 2026] DELETE /v2.0/security-groups/4af36756-7c77-43bc-b53d-4facc7b59f24 => 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: 506/995] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:48 2026] GET /v2.0/ports?device_id=62b327d4-9798-43b8-84a6-9c72f80ea3a2 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/996] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:48 2026] GET /v2.0/security-groups?id=ea123603-14f0-41e4-9ac6-5cbc7d0abb2a&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: 490/997] 162.253.55.195 () {34 vars in 994 bytes} [Thu Feb 26 23:06:48 2026] GET /v2.0/ports?device_id=62b327d4-9798-43b8-84a6-9c72f80ea3a2 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:06:48.412 7 INFO neutron_taas.services.taas.taas_plugin [req-f2b624a4-ba6c-4a99-aba6-4d631351aee9 req-5fb0035a-4919-4770-a409-360ec50dd530 6792eb32143244338db01a49e585a2f5 38152b334ea44afdb0f8eb2afb839b07 - - default default] TaaS: Handle Delete Port: 7c6ec74c-94c6-44b3-8ed7-64a4d066a70b 2026-02-26 23:06:48.416 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f2b624a4-ba6c-4a99-aba6-4d631351aee9 req-5fb0035a-4919-4770-a409-360ec50dd530 6792eb32143244338db01a49e585a2f5 38152b334ea44afdb0f8eb2afb839b07 - - default default] Tap Mirror: Handle Delete Port: 7c6ec74c-94c6-44b3-8ed7-64a4d066a70b 2026-02-26 23:06:48.545 7 INFO neutron.db.l3_db [req-f2b624a4-ba6c-4a99-aba6-4d631351aee9 req-5fb0035a-4919-4770-a409-360ec50dd530 6792eb32143244338db01a49e585a2f5 38152b334ea44afdb0f8eb2afb839b07 - - default default] Floating IP 9f7f738d-dbd5-4cc2-81a5-49611103bb0a disassociated. External IP: 10.96.250.214, port: 7c6ec74c-94c6-44b3-8ed7-64a4d066a70b. [pid: 7|app: 0|req: 508/998] 162.253.55.195 () {36 vars in 997 bytes} [Thu Feb 26 23:06:48 2026] DELETE /v2.0/ports/7c6ec74c-94c6-44b3-8ed7-64a4d066a70b => generated 0 bytes in 643 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:06:48.958 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-652cb885-2de9-466d-84f0-5d33239c0de8'] response: {'server_uuid': '62b327d4-9798-43b8-84a6-9c72f80ea3a2', 'name': 'network-vif-deleted', 'tag': '7c6ec74c-94c6-44b3-8ed7-64a4d066a70b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 491/999] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:49 2026] GET /v2.0/ports?device_id=62b327d4-9798-43b8-84a6-9c72f80ea3a2 => 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: 509/1000] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:06:49 2026] GET /v2.0/security-groups?tenant_id=0f35ae56200046258fe7f2a43753a934&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1001] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:06:50 2026] DELETE /v2.0/security-groups/6cd46447-3a28-427b-92b6-6f178fad6cd1 => 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: 510/1002] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:06:50 2026] GET /v2.0/security-groups?tenant_id=214bf083308d4843908e68957d81d7e8&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1003] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:50 2026] GET /v2.0/ports?device_id=62b327d4-9798-43b8-84a6-9c72f80ea3a2 => 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: 493/1004] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:06:50 2026] DELETE /v2.0/security-groups/87a86259-4bf4-466c-8f0b-3b860031b276 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1005] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:06:50 2026] GET /v2.0/security-groups?tenant_id=389ebd4cfccf44569c300aa01293ef7d&name=default => generated 2925 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1006] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:06:50 2026] DELETE /v2.0/security-groups/6bca7c7f-95d1-4c48-96f1-d8599e211ba8 => 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: 513/1007] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:51 2026] GET /v2.0/ports?device_id=62b327d4-9798-43b8-84a6-9c72f80ea3a2 => 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: 495/1008] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 23:06:52 2026] GET /v2.0/network-ip-availabilities => generated 2938 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1009] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:06:52 2026] GET /v2.0/subnets => generated 3926 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1010] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:06:52 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) [pid: 7|app: 0|req: 515/1011] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 23:06:52 2026] GET /v2.0/networks => generated 5088 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1012] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 23:06:52 2026] GET /v2.0/ports => generated 17556 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1013] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:06:52 2026] GET /v2.0/ports?device_id=62b327d4-9798-43b8-84a6-9c72f80ea3a2 => 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: 516/1014] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:06:52 2026] GET /v2.0/routers => generated 1479 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1015] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 23:06:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1016] 10.0.0.179 () {34 vars in 1084 bytes} [Thu Feb 26 23:06:52 2026] GET /v2.0/ports?device_id=62b327d4-9798-43b8-84a6-9c72f80ea3a2&device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => generated 1240 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1017] 10.0.0.23 () {28 vars in 676 bytes} [Thu Feb 26 23:06:52 2026] GET /v2.0/routers/4073b287-b2cb-4575-b389-b0132f276582/l3-agents => generated 681 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1018] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:06:52 2026] GET /v2.0/security-groups?id=390df738-b536-4afd-9382-1838155c0792&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1019] 10.0.0.23 () {28 vars in 676 bytes} [Thu Feb 26 23:06:52 2026] GET /v2.0/routers/d67e517e-a6d4-427c-8427-b4662728506c/l3-agents => generated 681 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1020] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:06:52 2026] GET /v2.0/security-groups?tenant_id=298ea3d000324134b9ee9238a5ff75e6&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1021] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 23:06:53 2026] GET /v2.0/agents => generated 3386 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:06:53.051 7 INFO neutron.db.segments_db [None req-72184d5f-7805-4aae-b30d-a683042d2f80 3336f398645d429eb875236c5c24443d b9881d4b7a7a4f4f87cdd26c10fa3710 - - default default] Added segment 26ae0b62-3c55-4c5f-9459-3fcf23159fe0 of type vxlan for network 884d5903-6246-4918-bfda-f08699d2ffc3 [pid: 8|app: 0|req: 504/1022] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:06:53 2026] DELETE /v2.0/security-groups/b00371e3-e8ea-443a-bcac-bdea976ea014 => 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: 505/1023] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:06:53 2026] GET /v2.0/floatingips => generated 1398 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1024] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:06:52 2026] POST /v2.0/networks => generated 630 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1025] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 23:06:53 2026] GET /v2.0/security-groups => generated 31836 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1026] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:06:53 2026] GET /v2.0/subnets => generated 3926 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1027] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:06:53 2026] POST /v2.0/subnets => generated 627 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:06:53.421 8 INFO neutron.db.segments_db [None req-fd5222f8-0b96-4073-ae7e-e05912f00cd2 3336f398645d429eb875236c5c24443d b9881d4b7a7a4f4f87cdd26c10fa3710 - - default default] Added segment 9f2b1ba2-f758-43ea-8189-e463371edc16 of type vxlan for network 68a57b9c-0cbc-42d0-8024-38392ff855cd 2026-02-26 23:06:53.651 8 INFO neutron.db.l3_hamode_db [None req-fd5222f8-0b96-4073-ae7e-e05912f00cd2 3336f398645d429eb875236c5c24443d b9881d4b7a7a4f4f87cdd26c10fa3710 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 521/1028] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:06:53 2026] DELETE /v2.0/security-groups/ea123603-14f0-41e4-9ac6-5cbc7d0abb2a => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:06:53.820 7 INFO neutron.api.v2.resource [None req-1b7195cf-941e-49e2-ab47-804af143fb59 6792eb32143244338db01a49e585a2f5 38152b334ea44afdb0f8eb2afb839b07 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 522/1029] 10.0.0.225 () {32 vars in 737 bytes} [Thu Feb 26 23:06:53 2026] GET /v2.0/security-groups/ea123603-14f0-41e4-9ac6-5cbc7d0abb2a => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:06:53.929 7 INFO neutron_taas.services.taas.taas_plugin [None req-57f6f49d-3499-45f7-8f0f-dafbc4d887f9 6792eb32143244338db01a49e585a2f5 38152b334ea44afdb0f8eb2afb839b07 - - default default] TaaS: Handle Delete Port: 1cc460f0-aa2c-42b0-b74a-29f8a793ae09 2026-02-26 23:06:53.932 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57f6f49d-3499-45f7-8f0f-dafbc4d887f9 6792eb32143244338db01a49e585a2f5 38152b334ea44afdb0f8eb2afb839b07 - - default default] Tap Mirror: Handle Delete Port: 1cc460f0-aa2c-42b0-b74a-29f8a793ae09 [pid: 7|app: 0|req: 523/1030] 10.0.0.225 () {32 vars in 732 bytes} [Thu Feb 26 23:06:53 2026] DELETE /v2.0/floatingips/9f7f738d-dbd5-4cc2-81a5-49611103bb0a => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:06:54.524 8 INFO neutron.db.l3_hamode_db [None req-fd5222f8-0b96-4073-ae7e-e05912f00cd2 3336f398645d429eb875236c5c24443d b9881d4b7a7a4f4f87cdd26c10fa3710 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 23:06:54.866 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4859c04-4489-4f14-83e0-96ae3bb7521d 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 9f3036fb-4c8f-44c8-8b1e-c1cd4760f228 2026-02-26 23:06:54.869 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4859c04-4489-4f14-83e0-96ae3bb7521d 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 9f3036fb-4c8f-44c8-8b1e-c1cd4760f228 [pid: 8|app: 0|req: 508/1031] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:06:53 2026] POST /v2.0/routers => generated 695 bytes in 1983 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1032] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:06:54 2026] PUT /v2.0/routers/4073b287-b2cb-4575-b389-b0132f276582/remove_router_interface => generated 309 bytes in 1319 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:06:55.634 7 INFO neutron_taas.services.taas.taas_plugin [None req-c72f04f8-97b2-4024-a7c5-70cb8adff11b 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 1e2ec7ef-1d8d-48b8-b913-64ff2308bd4b 2026-02-26 23:06:55.637 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c72f04f8-97b2-4024-a7c5-70cb8adff11b 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 1e2ec7ef-1d8d-48b8-b913-64ff2308bd4b 2026-02-26 23:06:55.897 7 INFO neutron_taas.services.taas.taas_plugin [None req-c72f04f8-97b2-4024-a7c5-70cb8adff11b 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: d5766396-f504-48b2-9f2f-042df33da2a0 2026-02-26 23:06:55.900 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c72f04f8-97b2-4024-a7c5-70cb8adff11b 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: d5766396-f504-48b2-9f2f-042df33da2a0 2026-02-26 23:06:56.236 7 INFO neutron.services.segments.plugin [-] Segment 6156d857-ae7a-4d29-8065-9cb07f792591 resource provider aggregate not found 2026-02-26 23:06:56.244 7 INFO neutron.services.segments.plugin [-] Segment 6156d857-ae7a-4d29-8065-9cb07f792591 resource provider aggregate not found 2026-02-26 23:06:56.253 7 INFO neutron.services.segments.plugin [-] Segment 6156d857-ae7a-4d29-8065-9cb07f792591 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6156d857-ae7a-4d29-8065-9cb07f792591 found for delete ", "request_id": "req-73bff3a8-7253-4047-857c-14b9ca4cdf90"}]} 2026-02-26 23:06:56.261 7 INFO neutron.services.segments.plugin [-] Segment 6156d857-ae7a-4d29-8065-9cb07f792591 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6156d857-ae7a-4d29-8065-9cb07f792591 found for delete ", "request_id": "req-42597da0-32a8-471e-af66-7d806f630c72"}]} 2026-02-26 23:06:56.266 7 INFO neutron.db.l3_hamode_db [None req-c72f04f8-97b2-4024-a7c5-70cb8adff11b 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] HA network fbc1d2e4-e8fb-417c-a87e-30a29455e326 was deleted as no HA routers are present in tenant 38152b334ea44afdb0f8eb2afb839b07. [pid: 7|app: 0|req: 525/1033] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:06:55 2026] DELETE /v2.0/routers/4073b287-b2cb-4575-b389-b0132f276582 => generated 0 bytes in 847 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1034] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:06:56 2026] DELETE /v2.0/subnets/d200d941-4819-48fd-8aee-4ac7fd535ca2 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1035] 10.0.0.225 () {34 vars in 783 bytes} [Thu Feb 26 23:06:55 2026] PUT /v2.0/routers/8009395f-bf54-4e4e-8a27-8a559e6e4350/add_router_interface => generated 309 bytes in 1135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:06:56.509 7 INFO neutron_taas.services.taas.taas_plugin [None req-f5cd176f-5f1e-4a1b-bf58-8e6acc8f10ee 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: aa237194-4934-4c6d-ad71-bb402b13d72b 2026-02-26 23:06:56.511 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5cd176f-5f1e-4a1b-bf58-8e6acc8f10ee 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: aa237194-4934-4c6d-ad71-bb402b13d72b [pid: 7|app: 0|req: 527/1036] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:06:56 2026] DELETE /v2.0/networks/1f90deec-01b1-4324-b3eb-6b11ccb287ca => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1037] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:06:56 2026] GET /v2.0/security-groups?tenant_id=38152b334ea44afdb0f8eb2afb839b07&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1038] 10.0.0.225 () {34 vars in 665 bytes} [Thu Feb 26 23:06:56 2026] POST /v2.0/ports => generated 959 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 529/1039] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:06:56 2026] DELETE /v2.0/security-groups/7a288d83-f5c7-4202-9ea1-0fd7401df784 => 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: 511/1040] 10.0.0.225 () {34 vars in 665 bytes} [Thu Feb 26 23:06:56 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) 2026-02-26 23:06:57.907 7 INFO neutron.db.l3_db [None req-1e61d8d9-7273-4e89-821a-3f0d45daf0ad 3336f398645d429eb875236c5c24443d b9881d4b7a7a4f4f87cdd26c10fa3710 - - default default] Floating IP 07233e25-3d5d-48aa-8bf1-b1da5eec7555 associated. External IP: 10.96.250.214, port: 8584250b-fb46-4e49-9766-d8040a6a273f. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 530/1041] 10.0.0.225 () {34 vars in 677 bytes} [Thu Feb 26 23:06:57 2026] POST /v2.0/floatingips => generated 841 bytes in 957 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:06:58.300 7 INFO neutron.services.segments.plugin [-] Segment 7efa113f-17e2-4cbd-85e3-0f70415c50d0 resource provider aggregate not found 2026-02-26 23:06:58.312 7 INFO neutron.services.segments.plugin [-] Segment 7efa113f-17e2-4cbd-85e3-0f70415c50d0 resource provider aggregate not found [pid: 8|app: 0|req: 512/1042] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:06:58 2026] GET /v2.0/security-groups?tenant_id=e0b732fb91f14e7997147e0261330930&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:06:58.335 7 INFO neutron.services.segments.plugin [-] Segment 7efa113f-17e2-4cbd-85e3-0f70415c50d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7efa113f-17e2-4cbd-85e3-0f70415c50d0 found for delete ", "request_id": "req-05ce76dd-47ab-47cc-b986-93bcb60be50a"}]} 2026-02-26 23:06:58.361 7 INFO neutron.services.segments.plugin [-] Segment 7efa113f-17e2-4cbd-85e3-0f70415c50d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7efa113f-17e2-4cbd-85e3-0f70415c50d0 found for delete ", "request_id": "req-3864163c-4004-43af-a2ff-1e267e136b69"}]} 2026-02-26 23:06:58.381 7 INFO neutron.db.l3_db [None req-85f1cc19-5710-4609-aaee-17fdc62eba7e 3336f398645d429eb875236c5c24443d b9881d4b7a7a4f4f87cdd26c10fa3710 - - default default] Floating IP 07233e25-3d5d-48aa-8bf1-b1da5eec7555 disassociated. External IP: 10.96.250.214, port: 8584250b-fb46-4e49-9766-d8040a6a273f. [pid: 8|app: 0|req: 513/1043] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:06:58 2026] DELETE /v2.0/security-groups/69c85cea-11c5-4f50-9490-7e995b90cf32 => 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: 531/1044] 10.0.0.225 () {34 vars in 749 bytes} [Thu Feb 26 23:06:58 2026] PUT /v2.0/floatingips/07233e25-3d5d-48aa-8bf1-b1da5eec7555 => generated 552 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:06:58.768 8 INFO neutron_taas.services.taas.taas_plugin [None req-291f562f-0bea-4aa2-a1e0-9865d96a3c4d 3336f398645d429eb875236c5c24443d b9881d4b7a7a4f4f87cdd26c10fa3710 - - default default] TaaS: Handle Delete Port: c63d9188-630c-40ea-b6a5-7c3c5c565c81 2026-02-26 23:06:58.770 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-291f562f-0bea-4aa2-a1e0-9865d96a3c4d 3336f398645d429eb875236c5c24443d b9881d4b7a7a4f4f87cdd26c10fa3710 - - default default] Tap Mirror: Handle Delete Port: c63d9188-630c-40ea-b6a5-7c3c5c565c81 [pid: 8|app: 0|req: 514/1045] 10.0.0.225 () {32 vars in 732 bytes} [Thu Feb 26 23:06:58 2026] DELETE /v2.0/floatingips/07233e25-3d5d-48aa-8bf1-b1da5eec7555 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:06:59.144 7 INFO neutron.db.segments_db [None req-a79f71cf-f205-4905-8bce-87a77be24186 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment b234a0ae-33bf-4ecd-bd1d-94cd0ec105f3 of type vxlan for network 2f5b3a30-43d2-46b6-8760-d98ae5777256 [pid: 7|app: 0|req: 532/1046] 10.0.0.225 () {34 vars in 671 bytes} [Thu Feb 26 23:06:58 2026] POST /v2.0/networks => generated 725 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1047] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:06:59 2026] POST /v2.0/subnets => generated 691 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:06:59.472 7 INFO neutron.db.segments_db [None req-82f07fdd-adf6-44ba-9e66-7f97f8c74ae3 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment 057a41d9-52f6-44a0-9563-0f729f37cfaa of type vxlan for network 70c4e953-3227-4bec-96b1-f3f39d3acb70 2026-02-26 23:06:59.602 8 INFO neutron.db.l3_db [None req-fdf32a43-c7af-49f8-b1ea-b151e245bc13 3336f398645d429eb875236c5c24443d b9881d4b7a7a4f4f87cdd26c10fa3710 - - default default] Floating IP bb5181dc-ac90-46f7-8d80-03224b58e3aa associated. External IP: 10.96.250.214, port: 3165766d-f018-48e3-9391-8fed8f06d881. 2026-02-26 23:06:59.740 7 INFO neutron.db.l3_hamode_db [None req-82f07fdd-adf6-44ba-9e66-7f97f8c74ae3 72c6fe6874274327b3167f7b4432f9aa eb071950d8874d5086a0015c2c2b67de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 515/1048] 10.0.0.225 () {34 vars in 677 bytes} [Thu Feb 26 23:06:58 2026] POST /v2.0/floatingips => generated 843 bytes in 987 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1049] 10.0.0.225 () {32 vars in 729 bytes} [Thu Feb 26 23:06:59 2026] GET /v2.0/floatingips/bb5181dc-ac90-46f7-8d80-03224b58e3aa => generated 843 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1050] 10.0.0.225 () {32 vars in 655 bytes} [Thu Feb 26 23:06:59 2026] GET /v2.0/floatingips => generated 846 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:00.344 8 INFO neutron.db.l3_db [None req-b9e751fc-b3d2-4be5-b5f9-0d80d8dd3a64 3336f398645d429eb875236c5c24443d b9881d4b7a7a4f4f87cdd26c10fa3710 - - default default] Floating IP bb5181dc-ac90-46f7-8d80-03224b58e3aa associated. External IP: 10.96.250.214, port: 3165766d-f018-48e3-9391-8fed8f06d881. 2026-02-26 23:07:00.465 7 INFO neutron.db.l3_hamode_db [None req-82f07fdd-adf6-44ba-9e66-7f97f8c74ae3 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 518/1051] 10.0.0.225 () {34 vars in 749 bytes} [Thu Feb 26 23:07:00 2026] PUT /v2.0/floatingips/bb5181dc-ac90-46f7-8d80-03224b58e3aa => generated 841 bytes in 984 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1052] 10.0.0.225 () {32 vars in 653 bytes} [Thu Feb 26 23:07:01 2026] GET /v2.0/extensions => generated 21537 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-02-26 23:07:01.327 8 INFO neutron.db.l3_db [None req-c732bb53-4e6a-4009-ace7-87a0df3c6dc0 3336f398645d429eb875236c5c24443d b9881d4b7a7a4f4f87cdd26c10fa3710 - - default default] Floating IP bb5181dc-ac90-46f7-8d80-03224b58e3aa disassociated. External IP: 10.96.250.214, port: 8584250b-fb46-4e49-9766-d8040a6a273f. [pid: 7|app: 0|req: 534/1055] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:06:59 2026] POST /v2.0/routers => generated 731 bytes in 1947 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1056] 10.0.0.225 () {32 vars in 681 bytes} [Thu Feb 26 23:07:01 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1057] 10.0.0.225 () {34 vars in 749 bytes} [Thu Feb 26 23:07:01 2026] PUT /v2.0/floatingips/bb5181dc-ac90-46f7-8d80-03224b58e3aa => generated 552 bytes in 516 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1058] 10.0.0.225 () {32 vars in 681 bytes} [Thu Feb 26 23:07:01 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:01.811 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7512800-d0b0-41b3-92e3-1047bdbf9ecc 3336f398645d429eb875236c5c24443d b9881d4b7a7a4f4f87cdd26c10fa3710 - - default default] TaaS: Handle Delete Port: bf626a9b-b0e5-47c7-82b3-40eb999bcddd 2026-02-26 23:07:01.814 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7512800-d0b0-41b3-92e3-1047bdbf9ecc 3336f398645d429eb875236c5c24443d b9881d4b7a7a4f4f87cdd26c10fa3710 - - default default] Tap Mirror: Handle Delete Port: bf626a9b-b0e5-47c7-82b3-40eb999bcddd [pid: 8|app: 0|req: 524/1059] 10.0.0.225 () {32 vars in 732 bytes} [Thu Feb 26 23:07:01 2026] DELETE /v2.0/floatingips/bb5181dc-ac90-46f7-8d80-03224b58e3aa => generated 0 bytes in 314 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1060] 10.0.0.225 () {32 vars in 729 bytes} [Thu Feb 26 23:07:02 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:02.031 8 INFO neutron.api.v2.resource [None req-8e6ad046-58d1-4745-a0d2-b1b33d0243f9 3336f398645d429eb875236c5c24443d b9881d4b7a7a4f4f87cdd26c10fa3710 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 526/1061] 10.0.0.225 () {32 vars in 732 bytes} [Thu Feb 26 23:07:02 2026] DELETE /v2.0/floatingips/bb5181dc-ac90-46f7-8d80-03224b58e3aa => 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: 527/1062] 10.0.0.225 () {32 vars in 665 bytes} [Thu Feb 26 23:07:02 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) 2026-02-26 23:07:02.186 8 INFO neutron_taas.services.taas.taas_plugin [None req-0d3d1324-a045-4a77-9fba-1081c7938b23 3336f398645d429eb875236c5c24443d b9881d4b7a7a4f4f87cdd26c10fa3710 - - default default] TaaS: Handle Delete Port: 8584250b-fb46-4e49-9766-d8040a6a273f 2026-02-26 23:07:02.189 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d3d1324-a045-4a77-9fba-1081c7938b23 3336f398645d429eb875236c5c24443d b9881d4b7a7a4f4f87cdd26c10fa3710 - - default default] Tap Mirror: Handle Delete Port: 8584250b-fb46-4e49-9766-d8040a6a273f [pid: 8|app: 0|req: 528/1063] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:07:02 2026] DELETE /v2.0/ports/8584250b-fb46-4e49-9766-d8040a6a273f => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1064] 10.0.0.225 () {32 vars in 699 bytes} [Thu Feb 26 23:07:02 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:02.419 8 INFO neutron_taas.services.taas.taas_plugin [None req-44fff533-d73e-4212-8cf0-d1072e0f9b5e 3336f398645d429eb875236c5c24443d b9881d4b7a7a4f4f87cdd26c10fa3710 - - default default] TaaS: Handle Delete Port: 3165766d-f018-48e3-9391-8fed8f06d881 2026-02-26 23:07:02.421 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44fff533-d73e-4212-8cf0-d1072e0f9b5e 3336f398645d429eb875236c5c24443d b9881d4b7a7a4f4f87cdd26c10fa3710 - - default default] Tap Mirror: Handle Delete Port: 3165766d-f018-48e3-9391-8fed8f06d881 [pid: 8|app: 0|req: 530/1065] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:07:02 2026] DELETE /v2.0/ports/3165766d-f018-48e3-9391-8fed8f06d881 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1066] 10.0.0.225 () {32 vars in 697 bytes} [Thu Feb 26 23:07:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1067] 10.0.0.225 () {32 vars in 736 bytes} [Thu Feb 26 23:07:02 2026] GET /v2.0/ports?device_id=8009395f-bf54-4e4e-8a27-8a559e6e4350 => generated 958 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1068] 10.0.0.225 () {32 vars in 701 bytes} [Thu Feb 26 23:07:02 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1069] 10.0.0.225 () {34 vars in 783 bytes} [Thu Feb 26 23:07:01 2026] PUT /v2.0/routers/bd67bfba-c033-4e17-adf2-4d1e6d2c77e0/add_router_interface => generated 309 bytes in 1255 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1070] 10.0.0.225 () {32 vars in 689 bytes} [Thu Feb 26 23:07:02 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1071] 10.0.0.225 () {32 vars in 703 bytes} [Thu Feb 26 23:07:02 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1072] 10.0.0.225 () {32 vars in 693 bytes} [Thu Feb 26 23:07:02 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1073] 10.0.0.225 () {32 vars in 695 bytes} [Thu Feb 26 23:07:02 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1074] 10.0.0.147 () {34 vars in 990 bytes} [Thu Feb 26 23:07:02 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => generated 1240 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1075] 10.0.0.225 () {32 vars in 685 bytes} [Thu Feb 26 23:07:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1076] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Feb 26 23:07:02 2026] GET /v2.0/security-groups?id=390df738-b536-4afd-9382-1838155c0792&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: 544/1077] 10.0.0.225 () {32 vars in 687 bytes} [Thu Feb 26 23:07:02 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1078] 10.0.0.225 () {32 vars in 661 bytes} [Thu Feb 26 23:07:02 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1079] 10.0.0.225 () {32 vars in 699 bytes} [Thu Feb 26 23:07:02 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1080] 10.0.0.225 () {32 vars in 679 bytes} [Thu Feb 26 23:07:02 2026] GET /v2.0/extensions/external-net => 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: 548/1081] 10.0.0.225 () {32 vars in 683 bytes} [Thu Feb 26 23:07:02 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1082] 10.0.0.225 () {32 vars in 675 bytes} [Thu Feb 26 23:07:02 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1083] 10.0.0.225 () {32 vars in 689 bytes} [Thu Feb 26 23:07:02 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1084] 10.0.0.225 () {32 vars in 723 bytes} [Thu Feb 26 23:07:02 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1085] 10.0.0.225 () {32 vars in 687 bytes} [Thu Feb 26 23:07:02 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: 7|app: 0|req: 553/1086] 10.0.0.225 () {32 vars in 669 bytes} [Thu Feb 26 23:07:02 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:02.985 8 INFO neutron_taas.services.taas.taas_plugin [None req-d2f92ab4-983b-4882-8c68-a9bdc7fdab05 3336f398645d429eb875236c5c24443d b9881d4b7a7a4f4f87cdd26c10fa3710 - - default default] TaaS: Handle Delete Port: 61c83548-9306-4ec0-829d-83689d8f549c 2026-02-26 23:07:02.988 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2f92ab4-983b-4882-8c68-a9bdc7fdab05 3336f398645d429eb875236c5c24443d b9881d4b7a7a4f4f87cdd26c10fa3710 - - default default] Tap Mirror: Handle Delete Port: 61c83548-9306-4ec0-829d-83689d8f549c [pid: 7|app: 0|req: 554/1087] 10.0.0.225 () {32 vars in 687 bytes} [Thu Feb 26 23:07:02 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1088] 10.0.0.225 () {32 vars in 681 bytes} [Thu Feb 26 23:07:02 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1089] 10.0.0.225 () {32 vars in 699 bytes} [Thu Feb 26 23:07:03 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1090] 10.0.0.225 () {32 vars in 679 bytes} [Thu Feb 26 23:07:03 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1091] 10.0.0.225 () {32 vars in 667 bytes} [Thu Feb 26 23:07:03 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1092] 10.0.0.225 () {32 vars in 677 bytes} [Thu Feb 26 23:07:03 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1093] 10.0.0.225 () {32 vars in 665 bytes} [Thu Feb 26 23:07:03 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1094] 10.0.0.225 () {32 vars in 675 bytes} [Thu Feb 26 23:07:03 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: 562/1095] 10.0.0.225 () {32 vars in 713 bytes} [Thu Feb 26 23:07:03 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1096] 10.0.0.225 () {32 vars in 691 bytes} [Thu Feb 26 23:07:03 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1097] 10.0.0.225 () {32 vars in 683 bytes} [Thu Feb 26 23:07:03 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1098] 10.0.0.225 () {32 vars in 669 bytes} [Thu Feb 26 23:07:03 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: 566/1099] 10.0.0.225 () {32 vars in 687 bytes} [Thu Feb 26 23:07:03 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1100] 10.0.0.225 () {32 vars in 705 bytes} [Thu Feb 26 23:07:03 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1101] 10.0.0.225 () {32 vars in 675 bytes} [Thu Feb 26 23:07:03 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1102] 10.0.0.225 () {32 vars in 701 bytes} [Thu Feb 26 23:07:03 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: 570/1103] 10.0.0.225 () {32 vars in 675 bytes} [Thu Feb 26 23:07:03 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1104] 10.0.0.225 () {32 vars in 693 bytes} [Thu Feb 26 23:07:03 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1105] 10.0.0.225 () {32 vars in 689 bytes} [Thu Feb 26 23:07:03 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1106] 10.0.0.225 () {32 vars in 709 bytes} [Thu Feb 26 23:07:03 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1107] 10.0.0.225 () {32 vars in 705 bytes} [Thu Feb 26 23:07:03 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1108] 10.0.0.225 () {32 vars in 719 bytes} [Thu Feb 26 23:07:03 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1109] 10.0.0.225 () {32 vars in 697 bytes} [Thu Feb 26 23:07:03 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1110] 10.0.0.225 () {32 vars in 711 bytes} [Thu Feb 26 23:07:03 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1111] 10.0.0.225 () {32 vars in 669 bytes} [Thu Feb 26 23:07:03 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1112] 10.0.0.225 () {32 vars in 687 bytes} [Thu Feb 26 23:07:03 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1113] 10.0.0.225 () {32 vars in 681 bytes} [Thu Feb 26 23:07:03 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1114] 10.0.0.225 () {32 vars in 675 bytes} [Thu Feb 26 23:07:03 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1115] 10.0.0.225 () {34 vars in 685 bytes} [Thu Feb 26 23:07:03 2026] POST /v2.0/security-groups => generated 1660 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1116] 10.0.0.225 () {32 vars in 671 bytes} [Thu Feb 26 23:07:03 2026] GET /v2.0/extensions/provider => generated 191 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1117] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:07:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1118] 10.0.0.225 () {32 vars in 661 bytes} [Thu Feb 26 23:07:03 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: 586/1119] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:07:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1120] 10.0.0.225 () {32 vars in 699 bytes} [Thu Feb 26 23:07:03 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: 534/1121] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:07:02 2026] PUT /v2.0/routers/8009395f-bf54-4e4e-8a27-8a559e6e4350/remove_router_interface => generated 309 bytes in 1279 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1122] 10.0.0.225 () {32 vars in 699 bytes} [Thu Feb 26 23:07:03 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) 2026-02-26 23:07:04.066 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca9f700a-4542-4c7e-b652-e5bf228fd00e 3336f398645d429eb875236c5c24443d b9881d4b7a7a4f4f87cdd26c10fa3710 - - default default] TaaS: Handle Delete Port: b145b43a-d6cb-400c-858f-e168bbdda29d 2026-02-26 23:07:04.069 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca9f700a-4542-4c7e-b652-e5bf228fd00e 3336f398645d429eb875236c5c24443d b9881d4b7a7a4f4f87cdd26c10fa3710 - - default default] Tap Mirror: Handle Delete Port: b145b43a-d6cb-400c-858f-e168bbdda29d [pid: 7|app: 0|req: 588/1123] 10.0.0.225 () {34 vars in 676 bytes} [Thu Feb 26 23:07:03 2026] POST /v2.0/floatingips => generated 552 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1124] 10.0.0.225 () {32 vars in 677 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1125] 10.0.0.225 () {32 vars in 669 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/qos-fip => 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: 591/1126] 10.0.0.225 () {32 vars in 683 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1127] 10.0.0.225 () {32 vars in 701 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1128] 10.0.0.225 () {32 vars in 685 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1129] 10.0.0.225 () {32 vars in 707 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1130] 10.0.0.225 () {32 vars in 669 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1131] 10.0.0.225 () {32 vars in 697 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1132] 10.0.0.225 () {32 vars in 695 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1133] 10.0.0.225 () {32 vars in 685 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1134] 10.0.0.225 () {32 vars in 689 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1135] 10.0.0.225 () {32 vars in 705 bytes} [Thu Feb 26 23:07:04 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: 601/1136] 10.0.0.225 () {32 vars in 667 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1137] 10.0.0.225 () {32 vars in 681 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1138] 10.0.0.225 () {32 vars in 681 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1139] 10.0.0.225 () {32 vars in 691 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1140] 10.0.0.225 () {32 vars in 691 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1141] 10.0.0.225 () {32 vars in 695 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1142] 10.0.0.225 () {32 vars in 685 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1143] 10.0.0.225 () {32 vars in 689 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1144] 10.0.0.225 () {32 vars in 701 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1145] 10.0.0.225 () {32 vars in 703 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1146] 10.0.0.225 () {32 vars in 713 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1147] 10.0.0.225 () {32 vars in 717 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1148] 10.0.0.225 () {32 vars in 715 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1149] 10.0.0.225 () {32 vars in 727 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1150] 10.0.0.225 () {32 vars in 741 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1151] 10.0.0.225 () {32 vars in 719 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1152] 10.0.0.225 () {32 vars in 683 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1153] 10.0.0.225 () {32 vars in 669 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/segment => generated 145 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1154] 10.0.0.225 () {32 vars in 719 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:04.321 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca9f700a-4542-4c7e-b652-e5bf228fd00e 3336f398645d429eb875236c5c24443d b9881d4b7a7a4f4f87cdd26c10fa3710 - - default default] TaaS: Handle Delete Port: 4e447ecd-c907-470f-9f7a-580325453642 2026-02-26 23:07:04.324 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca9f700a-4542-4c7e-b652-e5bf228fd00e 3336f398645d429eb875236c5c24443d b9881d4b7a7a4f4f87cdd26c10fa3710 - - default default] Tap Mirror: Handle Delete Port: 4e447ecd-c907-470f-9f7a-580325453642 [pid: 7|app: 0|req: 620/1155] 10.0.0.225 () {32 vars in 679 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1156] 10.0.0.225 () {32 vars in 669 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1157] 10.0.0.225 () {32 vars in 697 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1158] 10.0.0.225 () {32 vars in 705 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1159] 10.0.0.225 () {32 vars in 701 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1160] 10.0.0.225 () {32 vars in 701 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1161] 10.0.0.225 () {32 vars in 683 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1162] 10.0.0.225 () {32 vars in 705 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1163] 10.0.0.225 () {32 vars in 695 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1164] 10.0.0.225 () {32 vars in 689 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1165] 10.0.0.225 () {32 vars in 697 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1166] 10.0.0.225 () {32 vars in 679 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1167] 10.0.0.225 () {32 vars in 689 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1168] 10.0.0.225 () {32 vars in 701 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1169] 10.0.0.225 () {32 vars in 665 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1170] 10.0.0.225 () {32 vars in 681 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1171] 10.0.0.225 () {32 vars in 677 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1172] 10.0.0.225 () {32 vars in 693 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1173] 10.0.0.225 () {32 vars in 677 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1174] 10.0.0.225 () {32 vars in 667 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1175] 10.0.0.225 () {32 vars in 663 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1176] 10.0.0.179 () {34 vars in 1098 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/security-groups?name=tempest-securitygroup--905530889&fields=id&tenant_id=eb071950d8874d5086a0015c2c2b67de => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1177] 10.0.0.225 () {32 vars in 675 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1178] 10.0.0.179 () {34 vars in 982 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/networks?id=2f5b3a30-43d2-46b6-8760-d98ae5777256 => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1179] 10.0.0.225 () {32 vars in 687 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1180] 10.0.0.179 () {34 vars in 965 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/quotas/eb071950d8874d5086a0015c2c2b67de => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:04.666 8 INFO neutron.services.segments.plugin [-] Segment 9f2b1ba2-f758-43ea-8189-e463371edc16 resource provider aggregate not found 2026-02-26 23:07:04.674 8 INFO neutron.services.segments.plugin [-] Segment 9f2b1ba2-f758-43ea-8189-e463371edc16 resource provider aggregate not found 2026-02-26 23:07:04.686 8 INFO neutron.db.l3_hamode_db [None req-ca9f700a-4542-4c7e-b652-e5bf228fd00e 3336f398645d429eb875236c5c24443d b9881d4b7a7a4f4f87cdd26c10fa3710 - - default default] HA network 68a57b9c-0cbc-42d0-8024-38392ff855cd was deleted as no HA routers are present in tenant b9881d4b7a7a4f4f87cdd26c10fa3710. [pid: 8|app: 0|req: 536/1181] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:03 2026] DELETE /v2.0/routers/8009395f-bf54-4e4e-8a27-8a559e6e4350 => generated 0 bytes in 807 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:07:04.695 8 INFO neutron.services.segments.plugin [-] Segment 9f2b1ba2-f758-43ea-8189-e463371edc16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f2b1ba2-f758-43ea-8189-e463371edc16 found for delete ", "request_id": "req-ef045771-cca4-4d56-a419-7b62af4fa581"}]} [pid: 7|app: 0|req: 646/1182] 10.0.0.179 () {34 vars in 1002 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/ports?tenant_id=eb071950d8874d5086a0015c2c2b67de&fields=id => generated 103 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:04.699 8 INFO neutron.services.segments.plugin [-] Segment 9f2b1ba2-f758-43ea-8189-e463371edc16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f2b1ba2-f758-43ea-8189-e463371edc16 found for delete ", "request_id": "req-22200236-91c2-484b-961e-eb5a4437fa49"}]} [pid: 7|app: 0|req: 647/1183] 10.0.0.179 () {34 vars in 1008 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/networks/2f5b3a30-43d2-46b6-8760-d98ae5777256?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: 648/1184] 10.0.0.179 () {34 vars in 1108 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/networks/2f5b3a30-43d2-46b6-8760-d98ae5777256?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: 537/1185] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:04 2026] DELETE /v2.0/subnets/e087ca32-dae9-4197-acb0-1b905e0e455a => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:07:04.949 7 INFO neutron.services.segments.plugin [-] Segment 26ae0b62-3c55-4c5f-9459-3fcf23159fe0 resource provider aggregate not found [pid: 8|app: 0|req: 538/1186] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:04 2026] GET /v2.0/ports?device_id=be4682f0-37cc-4537-a5d8-c3b8a3588e75 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:07:04.962 7 INFO neutron.services.segments.plugin [-] Segment 26ae0b62-3c55-4c5f-9459-3fcf23159fe0 resource provider aggregate not found 2026-02-26 23:07:04.968 7 INFO neutron.services.segments.plugin [-] Segment 26ae0b62-3c55-4c5f-9459-3fcf23159fe0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26ae0b62-3c55-4c5f-9459-3fcf23159fe0 found for delete ", "request_id": "req-748d5050-83bb-412f-8ffc-407ef463c462"}]} [pid: 7|app: 0|req: 649/1187] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:07:04 2026] DELETE /v2.0/networks/884d5903-6246-4918-bfda-f08699d2ffc3 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:07:04.993 7 INFO neutron.services.segments.plugin [-] Segment 26ae0b62-3c55-4c5f-9459-3fcf23159fe0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26ae0b62-3c55-4c5f-9459-3fcf23159fe0 found for delete ", "request_id": "req-42fba6b6-cac7-4b16-abae-8699fe1022fa"}]} [pid: 8|app: 0|req: 539/1188] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:07:05 2026] GET /v2.0/security-groups?tenant_id=7888a66dffdd4e06a9fb9418815b3d8d&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1189] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:07:05 2026] DELETE /v2.0/security-groups/05f7d3ee-f4dc-4f1f-9634-3fc05c467c37 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1190] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:07:05 2026] GET /v2.0/security-groups?tenant_id=b9881d4b7a7a4f4f87cdd26c10fa3710&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1191] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:07:05 2026] DELETE /v2.0/security-groups/ed604c97-927e-41d4-bb39-56d152c860b4 => 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: 541/1192] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:06 2026] GET /v2.0/ports?device_id=be4682f0-37cc-4537-a5d8-c3b8a3588e75 => 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: 652/1193] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:07 2026] GET /v2.0/ports?device_id=be4682f0-37cc-4537-a5d8-c3b8a3588e75 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:07:07.653 8 INFO neutron.db.segments_db [None req-47b894c2-e141-42e3-83d7-79b25858f97f fc0896b15bd74400a614942f586a2132 a1d8b930611b472499a118b27c63a57e - - default default] Added segment 4d1af92a-78f7-4dc3-b476-bf85cf6eb85e of type vxlan for network eda0f546-9104-4b53-b545-500a23278a04 [pid: 8|app: 0|req: 542/1194] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:07:07 2026] POST /v2.0/networks => generated 630 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:07:07.887 7 INFO neutron.db.segments_db [None req-e7ca666e-2ff6-450a-a37b-4bd5da53399a bc41b67b51a440eaa349f1423ed60b4d bfefca282cfa4dcdb95bf3ce23e49152 - - default default] Added segment 8ff3e4a6-3345-4c57-b658-e44f47d87818 of type vxlan for network 2ccdafe4-3109-4d56-98d5-c43430f5531a [pid: 7|app: 0|req: 653/1195] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:07:07 2026] POST /v2.0/networks => generated 624 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1196] 10.0.0.225 () {34 vars in 665 bytes} [Thu Feb 26 23:07:07 2026] POST /v2.0/ports => generated 779 bytes in 265 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-02-26 23:07:08.119 8 INFO neutron.db.segments_db [None req-b3a8a800-c1f5-41e2-834b-0a793b1bd84c fc0896b15bd74400a614942f586a2132 a1d8b930611b472499a118b27c63a57e - - default default] Added segment d6f9a89f-5b59-4d7b-af37-9eb289470038 of type vxlan for network e25526b8-e529-40f1-9e7a-5ba2c6a98c6e [pid: 8|app: 0|req: 544/1197] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:07:08 2026] POST /v2.0/networks => generated 617 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1198] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:08 2026] GET /v2.0/ports?device_id=be4682f0-37cc-4537-a5d8-c3b8a3588e75 => 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: 654/1199] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:07:07 2026] POST /v2.0/subnets => generated 641 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:07:08.308 7 INFO neutron.db.segments_db [None req-0b4ed469-61de-4a44-9778-ebf083cc0551 bc41b67b51a440eaa349f1423ed60b4d bfefca282cfa4dcdb95bf3ce23e49152 - - default default] Added segment 80c65c77-618f-4569-9a48-32617f2d5eee of type vxlan for network 6be22a24-5755-4e81-9d19-4038b8de90a0 [pid: 7|app: 0|req: 655/1200] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:07:08 2026] POST /v2.0/networks => generated 625 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1201] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:07:08 2026] POST /v2.0/subnets => generated 646 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1202] 10.0.0.225 () {34 vars in 743 bytes} [Thu Feb 26 23:07:08 2026] PUT /v2.0/networks/6be22a24-5755-4e81-9d19-4038b8de90a0 => generated 592 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1203] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:07:08 2026] POST /v2.0/subnets => generated 626 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1204] 10.0.0.225 () {34 vars in 665 bytes} [Thu Feb 26 23:07:08 2026] POST /v2.0/ports => generated 966 bytes in 397 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: 658/1205] 10.0.0.225 () {34 vars in 741 bytes} [Thu Feb 26 23:07:08 2026] PUT /v2.0/subnets/4e195180-a622-4008-b2ba-b935d2ef27c8 => generated 636 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:08.993 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca38328f-c15a-4056-89fb-e92536fbadb8 fc0896b15bd74400a614942f586a2132 a1d8b930611b472499a118b27c63a57e - - default default] TaaS: Handle Delete Port: 67ef708a-3803-4ab6-89fe-bf03653b02e2 2026-02-26 23:07:08.996 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca38328f-c15a-4056-89fb-e92536fbadb8 fc0896b15bd74400a614942f586a2132 a1d8b930611b472499a118b27c63a57e - - default default] Tap Mirror: Handle Delete Port: 67ef708a-3803-4ab6-89fe-bf03653b02e2 2026-02-26 23:07:09.091 7 INFO neutron.services.segments.plugin [-] Segment 80c65c77-618f-4569-9a48-32617f2d5eee resource provider aggregate not found 2026-02-26 23:07:09.097 7 INFO neutron.services.segments.plugin [-] Segment 80c65c77-618f-4569-9a48-32617f2d5eee resource provider aggregate not found 2026-02-26 23:07:09.114 7 INFO neutron.services.segments.plugin [-] Segment 80c65c77-618f-4569-9a48-32617f2d5eee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80c65c77-618f-4569-9a48-32617f2d5eee found for delete ", "request_id": "req-e1c152c1-bc0d-4b83-9fc9-f3b534abb3ac"}]} [pid: 8|app: 0|req: 548/1206] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:07:08 2026] DELETE /v2.0/ports/67ef708a-3803-4ab6-89fe-bf03653b02e2 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:07:09.117 7 INFO neutron.services.segments.plugin [-] Segment 80c65c77-618f-4569-9a48-32617f2d5eee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80c65c77-618f-4569-9a48-32617f2d5eee found for delete ", "request_id": "req-ce94aeb8-c92e-4df3-84af-e74cae47b04e"}]} [pid: 7|app: 0|req: 659/1207] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:07:08 2026] DELETE /v2.0/networks/6be22a24-5755-4e81-9d19-4038b8de90a0 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:07:09.136 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0ae77355-3de3-4701-80ff-f488dcaf6469 fc0896b15bd74400a614942f586a2132 a1d8b930611b472499a118b27c63a57e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 549/1208] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:07:09 2026] DELETE /v2.0/ports/67ef708a-3803-4ab6-89fe-bf03653b02e2 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:07:09.143 7 INFO neutron.pecan_wsgi.hooks.translation [None req-15a25627-c6d8-4d5d-8dd9-699d02bc62ea bc41b67b51a440eaa349f1423ed60b4d bfefca282cfa4dcdb95bf3ce23e49152 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 660/1209] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:07:09 2026] DELETE /v2.0/networks/6be22a24-5755-4e81-9d19-4038b8de90a0 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:07:09.156 8 INFO neutron.pecan_wsgi.hooks.translation [None req-49a33da0-e63e-4ed7-8594-5b55b138f092 fc0896b15bd74400a614942f586a2132 a1d8b930611b472499a118b27c63a57e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 550/1210] 10.0.0.225 () {32 vars in 717 bytes} [Thu Feb 26 23:07:09 2026] GET /v2.0/ports/67ef708a-3803-4ab6-89fe-bf03653b02e2 => 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: 661/1211] 10.0.0.225 () {32 vars in 694 bytes} [Thu Feb 26 23:07:09 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1212] 10.0.0.225 () {32 vars in 742 bytes} [Thu Feb 26 23:07:09 2026] GET /v2.0/subnets?network_id=85320bd3-ce7d-48ec-9827-2ea7ee0195ff => generated 649 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1213] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:09 2026] DELETE /v2.0/subnets/bab316f0-4855-49e6-8832-7ad798465453 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1214] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:07:09 2026] GET /v2.0/networks?id=2f5b3a30-43d2-46b6-8760-d98ae5777256 => generated 676 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1215] 10.0.0.225 () {32 vars in 653 bytes} [Thu Feb 26 23:07:09 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: 665/1216] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:09 2026] GET /v2.0/ports?device_id=be4682f0-37cc-4537-a5d8-c3b8a3588e75 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:07:09.370 8 INFO neutron.services.segments.plugin [-] Segment d6f9a89f-5b59-4d7b-af37-9eb289470038 resource provider aggregate not found 2026-02-26 23:07:09.375 8 INFO neutron.services.segments.plugin [-] Segment d6f9a89f-5b59-4d7b-af37-9eb289470038 resource provider aggregate not found [pid: 7|app: 0|req: 666/1217] 162.253.55.195 () {34 vars in 1050 bytes} [Thu Feb 26 23:07:09 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=eb071950d8874d5086a0015c2c2b67de => generated 180 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:09.396 8 INFO neutron.services.segments.plugin [-] Segment d6f9a89f-5b59-4d7b-af37-9eb289470038 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6f9a89f-5b59-4d7b-af37-9eb289470038 found for delete ", "request_id": "req-222c5775-5bf3-43cf-a28c-ffbff615d684"}]} [pid: 8|app: 0|req: 552/1218] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:07:09 2026] DELETE /v2.0/networks/e25526b8-e529-40f1-9e7a-5ba2c6a98c6e => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:07:09.413 8 INFO neutron.services.segments.plugin [-] Segment d6f9a89f-5b59-4d7b-af37-9eb289470038 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6f9a89f-5b59-4d7b-af37-9eb289470038 found for delete ", "request_id": "req-64a8c034-fa7d-4ecb-9c7c-10074ce69650"}]} [pid: 7|app: 0|req: 667/1219] 10.0.0.225 () {32 vars in 649 bytes} [Thu Feb 26 23:07:09 2026] GET /v2.0/networks => generated 1308 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:07:09.500 7 INFO neutron.db.segments_db [None req-86699d02-8108-4356-b031-1831414da0dd fc0896b15bd74400a614942f586a2132 a1d8b930611b472499a118b27c63a57e - - default default] Added segment 68051317-e53b-49b2-8662-f7118cb876e0 of type vxlan for network 526cc407-981e-4835-85aa-9304667bca0b [pid: 7|app: 0|req: 668/1220] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:07:09 2026] POST /v2.0/networks => generated 616 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1221] 10.0.0.225 () {32 vars in 647 bytes} [Thu Feb 26 23:07:09 2026] GET /v2.0/subnets => generated 1280 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1222] 162.253.55.195 () {38 vars in 955 bytes} [Thu Feb 26 23:07:09 2026] POST /v2.0/ports => generated 958 bytes in 393 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: 554/1223] 10.0.0.225 () {32 vars in 723 bytes} [Thu Feb 26 23:07:09 2026] GET /v2.0/networks/2ccdafe4-3109-4d56-98d5-c43430f5531a => generated 668 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1224] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:07:09 2026] POST /v2.0/subnets => generated 646 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1225] 10.0.0.225 () {32 vars in 721 bytes} [Thu Feb 26 23:07:09 2026] GET /v2.0/subnets/97f080bf-a29e-4c9c-8922-a91300c14d3f => generated 641 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1226] 10.0.0.225 () {34 vars in 665 bytes} [Thu Feb 26 23:07:09 2026] POST /v2.0/ports => generated 924 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:07:10.258 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f04fee84-523b-44a2-aa7a-29d58fb0e826 bc41b67b51a440eaa349f1423ed60b4d bfefca282cfa4dcdb95bf3ce23e49152 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 673/1227] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:10 2026] DELETE /v2.0/subnets/4e195180-a622-4008-b2ba-b935d2ef27c8 => 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: 555/1228] 162.253.55.195 () {38 vars in 1028 bytes} [Thu Feb 26 23:07:09 2026] PUT /v2.0/ports/81ba0ee1-dea0-4839-a469-8b1d5275d476 => generated 1239 bytes in 421 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-02-26 23:07:10.285 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d32e7409-a076-4ff1-b336-1be80003d4f7 bc41b67b51a440eaa349f1423ed60b4d bfefca282cfa4dcdb95bf3ce23e49152 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 556/1229] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:07:10 2026] DELETE /v2.0/networks/6be22a24-5755-4e81-9d19-4038b8de90a0 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:07:10.316 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff2cf80a-80ae-4da4-83bb-acb643e327e6'] response: {'name': 'network-changed', 'server_uuid': 'be4682f0-37cc-4537-a5d8-c3b8a3588e75', 'tag': '81ba0ee1-dea0-4839-a469-8b1d5275d476', 'status': 'completed', 'code': 200} 2026-02-26 23:07:10.381 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3c12e40-2679-4b26-93f9-1dc92f98a73f fc0896b15bd74400a614942f586a2132 a1d8b930611b472499a118b27c63a57e - - default default] TaaS: Handle Delete Port: 73d5f347-017b-4871-9803-e55b6c82af72 2026-02-26 23:07:10.384 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3c12e40-2679-4b26-93f9-1dc92f98a73f fc0896b15bd74400a614942f586a2132 a1d8b930611b472499a118b27c63a57e - - default default] Tap Mirror: Handle Delete Port: 73d5f347-017b-4871-9803-e55b6c82af72 [pid: 8|app: 0|req: 557/1230] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:10 2026] DELETE /v2.0/subnets/97f080bf-a29e-4c9c-8922-a91300c14d3f => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1231] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:10 2026] GET /v2.0/ports?device_id=be4682f0-37cc-4537-a5d8-c3b8a3588e75 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1232] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:07:10 2026] DELETE /v2.0/ports/73d5f347-017b-4871-9803-e55b6c82af72 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1233] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:07:10 2026] GET /v2.0/security-groups?id=20031a9c-6249-470c-bfca-90626811b02c&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:10.551 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c8765942-9f2e-46f2-98f2-5c92c998532b fc0896b15bd74400a614942f586a2132 a1d8b930611b472499a118b27c63a57e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 676/1234] 10.0.0.225 () {32 vars in 717 bytes} [Thu Feb 26 23:07:10 2026] GET /v2.0/ports/73d5f347-017b-4871-9803-e55b6c82af72 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:07:10.592 8 INFO neutron_taas.services.taas.taas_plugin [None req-9fb205d0-caa2-4143-a822-36155f601db5 bc41b67b51a440eaa349f1423ed60b4d bfefca282cfa4dcdb95bf3ce23e49152 - - default default] TaaS: Handle Delete Port: bf6afaaa-8a00-4258-9099-83f937180581 2026-02-26 23:07:10.595 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fb205d0-caa2-4143-a822-36155f601db5 bc41b67b51a440eaa349f1423ed60b4d bfefca282cfa4dcdb95bf3ce23e49152 - - default default] Tap Mirror: Handle Delete Port: bf6afaaa-8a00-4258-9099-83f937180581 [pid: 7|app: 0|req: 677/1235] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:10 2026] DELETE /v2.0/subnets/e216389f-393a-4580-865a-850dedefaa7f => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1236] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:07:10 2026] DELETE /v2.0/networks/526cc407-981e-4835-85aa-9304667bca0b => 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: 559/1237] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:07:10 2026] DELETE /v2.0/networks/2ccdafe4-3109-4d56-98d5-c43430f5531a => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1238] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:07:10 2026] GET /v2.0/ports?tenant_id=eb071950d8874d5086a0015c2c2b67de&device_id=be4682f0-37cc-4537-a5d8-c3b8a3588e75 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1239] 162.253.55.195 () {34 vars in 1018 bytes} [Thu Feb 26 23:07:10 2026] GET /v2.0/networks?tenant_id=eb071950d8874d5086a0015c2c2b67de&shared=False => generated 772 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1240] 162.253.55.195 () {34 vars in 930 bytes} [Thu Feb 26 23:07:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1241] 10.0.0.225 () {34 vars in 665 bytes} [Thu Feb 26 23:07:10 2026] POST /v2.0/ports => generated 778 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:07:11.139 7 INFO neutron.services.segments.plugin [-] Segment 68051317-e53b-49b2-8662-f7118cb876e0 resource provider aggregate not found 2026-02-26 23:07:11.144 7 INFO neutron.services.segments.plugin [-] Segment 68051317-e53b-49b2-8662-f7118cb876e0 resource provider aggregate not found 2026-02-26 23:07:11.159 7 INFO neutron.services.segments.plugin [-] Segment 68051317-e53b-49b2-8662-f7118cb876e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68051317-e53b-49b2-8662-f7118cb876e0 found for delete ", "request_id": "req-f5fd4682-c664-45d2-807e-559662a5c296"}]} 2026-02-26 23:07:11.159 7 INFO neutron.services.segments.plugin [-] Segment 68051317-e53b-49b2-8662-f7118cb876e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68051317-e53b-49b2-8662-f7118cb876e0 found for delete ", "request_id": "req-10fca665-72f7-4e9f-8868-829b74196f89"}]} [pid: 8|app: 0|req: 563/1242] 10.0.0.225 () {34 vars in 737 bytes} [Thu Feb 26 23:07:11 2026] PUT /v2.0/ports/5f414531-4baa-4e4e-bff7-68c146565794 => generated 752 bytes in 172 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-02-26 23:07:11.343 7 INFO neutron_taas.services.taas.taas_plugin [None req-48ff48a5-9f38-4e6f-8fe7-bafe3a634836 fc0896b15bd74400a614942f586a2132 a1d8b930611b472499a118b27c63a57e - - default default] TaaS: Handle Delete Port: 5f414531-4baa-4e4e-bff7-68c146565794 2026-02-26 23:07:11.346 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48ff48a5-9f38-4e6f-8fe7-bafe3a634836 fc0896b15bd74400a614942f586a2132 a1d8b930611b472499a118b27c63a57e - - default default] Tap Mirror: Handle Delete Port: 5f414531-4baa-4e4e-bff7-68c146565794 2026-02-26 23:07:11.412 8 INFO neutron.services.segments.plugin [-] Segment 8ff3e4a6-3345-4c57-b658-e44f47d87818 resource provider aggregate not found 2026-02-26 23:07:11.431 8 INFO neutron.services.segments.plugin [-] Segment 8ff3e4a6-3345-4c57-b658-e44f47d87818 resource provider aggregate not found 2026-02-26 23:07:11.436 8 INFO neutron.services.segments.plugin [-] Segment 8ff3e4a6-3345-4c57-b658-e44f47d87818 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ff3e4a6-3345-4c57-b658-e44f47d87818 found for delete ", "request_id": "req-c5c1d8d2-1daa-4367-86be-16ef9d5c5f1f"}]} [pid: 7|app: 0|req: 680/1243] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:07:11 2026] DELETE /v2.0/ports/5f414531-4baa-4e4e-bff7-68c146565794 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:07:11.444 8 INFO neutron.services.segments.plugin [-] Segment 8ff3e4a6-3345-4c57-b658-e44f47d87818 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ff3e4a6-3345-4c57-b658-e44f47d87818 found for delete ", "request_id": "req-3c40d1e7-3f7b-4a33-8468-24e40816426c"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 681/1244] 10.0.0.225 () {32 vars in 643 bytes} [Thu Feb 26 23:07:11 2026] GET /v2.0/ports => generated 782 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1245] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:07:11 2026] GET /v2.0/security-groups?tenant_id=bfefca282cfa4dcdb95bf3ce23e49152&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:07:11.506 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bcc7edcc-ebe6-437a-8099-eac996611dd8 fc0896b15bd74400a614942f586a2132 a1d8b930611b472499a118b27c63a57e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 682/1246] 10.0.0.225 () {32 vars in 717 bytes} [Thu Feb 26 23:07:11 2026] GET /v2.0/ports/5f414531-4baa-4e4e-bff7-68c146565794 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1247] 10.0.0.225 () {32 vars in 643 bytes} [Thu Feb 26 23:07:11 2026] GET /v2.0/ports => generated 782 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1248] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:07:11 2026] DELETE /v2.0/security-groups/4c680b2b-a56c-408c-9d0a-d2ee11f9c732 => 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: 684/1249] 10.0.0.225 () {32 vars in 717 bytes} [Thu Feb 26 23:07:11 2026] GET /v2.0/ports/bfe56ee6-4771-49ad-a9e2-36171dc99f61 => generated 779 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:11.599 8 INFO neutron.pecan_wsgi.hooks.translation [None req-21c76897-0e3e-427f-906a-2c041d58bf5e fc0896b15bd74400a614942f586a2132 a1d8b930611b472499a118b27c63a57e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 566/1250] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:07:11 2026] DELETE /v2.0/ports/73d5f347-017b-4871-9803-e55b6c82af72 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:07:11.618 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ac07e03b-9384-429b-8215-2c9a1273dc98 fc0896b15bd74400a614942f586a2132 a1d8b930611b472499a118b27c63a57e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 685/1251] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:11 2026] DELETE /v2.0/subnets/e216389f-393a-4580-865a-850dedefaa7f => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:07:11.634 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a02291a1-2bd7-4f93-bae2-340e0875a1c9 fc0896b15bd74400a614942f586a2132 a1d8b930611b472499a118b27c63a57e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 686/1252] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:11 2026] DELETE /v2.0/subnets/bab316f0-4855-49e6-8832-7ad798465453 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1253] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:11 2026] GET /v2.0/ports?device_id=be4682f0-37cc-4537-a5d8-c3b8a3588e75 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1254] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:07:11 2026] GET /v2.0/security-groups?id=20031a9c-6249-470c-bfca-90626811b02c&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:11.721 7 INFO neutron_taas.services.taas.taas_plugin [None req-a10dc8d7-80bd-406e-be70-a514a034a873 fc0896b15bd74400a614942f586a2132 a1d8b930611b472499a118b27c63a57e - - default default] TaaS: Handle Delete Port: bfe56ee6-4771-49ad-a9e2-36171dc99f61 2026-02-26 23:07:11.723 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a10dc8d7-80bd-406e-be70-a514a034a873 fc0896b15bd74400a614942f586a2132 a1d8b930611b472499a118b27c63a57e - - default default] Tap Mirror: Handle Delete Port: bfe56ee6-4771-49ad-a9e2-36171dc99f61 [pid: 7|app: 0|req: 687/1255] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:07:11 2026] DELETE /v2.0/ports/bfe56ee6-4771-49ad-a9e2-36171dc99f61 => 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: 569/1256] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:07:11 2026] DELETE /v2.0/networks/eda0f546-9104-4b53-b545-500a23278a04 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1257] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:07:11 2026] GET /v2.0/ports?tenant_id=eb071950d8874d5086a0015c2c2b67de&device_id=be4682f0-37cc-4537-a5d8-c3b8a3588e75 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1258] 162.253.55.195 () {34 vars in 1060 bytes} [Thu Feb 26 23:07:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=81ba0ee1-dea0-4839-a469-8b1d5275d476 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1259] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:07:12 2026] GET /v2.0/subnets?id=3cc316bb-76c5-4ca1-85e0-3c399b593d02 => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1260] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:07:12 2026] GET /v2.0/ports?network_id=2f5b3a30-43d2-46b6-8760-d98ae5777256&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: 690/1261] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:07:12 2026] GET /v2.0/networks/2f5b3a30-43d2-46b6-8760-d98ae5777256?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: 572/1262] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:07:12 2026] GET /v2.0/networks/2f5b3a30-43d2-46b6-8760-d98ae5777256?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: 691/1263] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:07:12 2026] GET /v2.0/security-groups?tenant_id=a1d8b930611b472499a118b27c63a57e&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1264] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:07:12 2026] DELETE /v2.0/security-groups/eebf6d7d-9f94-41e8-891c-2f222c1c2cbb => 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: 692/1265] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:12 2026] GET /v2.0/ports?device_id=be4682f0-37cc-4537-a5d8-c3b8a3588e75 => generated 973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1266] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:07:12 2026] GET /v2.0/security-groups?id=20031a9c-6249-470c-bfca-90626811b02c&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:13.452 8 INFO neutron.services.segments.plugin [-] Segment 4d1af92a-78f7-4dc3-b476-bf85cf6eb85e resource provider aggregate not found 2026-02-26 23:07:13.460 8 INFO neutron.services.segments.plugin [-] Segment 4d1af92a-78f7-4dc3-b476-bf85cf6eb85e resource provider aggregate not found 2026-02-26 23:07:13.467 8 INFO neutron.services.segments.plugin [-] Segment 4d1af92a-78f7-4dc3-b476-bf85cf6eb85e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d1af92a-78f7-4dc3-b476-bf85cf6eb85e found for delete ", "request_id": "req-846834d1-88d7-43f5-ad4e-f5ef44944dad"}]} 2026-02-26 23:07:13.475 8 INFO neutron.services.segments.plugin [-] Segment 4d1af92a-78f7-4dc3-b476-bf85cf6eb85e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d1af92a-78f7-4dc3-b476-bf85cf6eb85e found for delete ", "request_id": "req-9a550af3-da75-4691-9099-47c6687d4578"}]} 2026-02-26 23:07:13.567 7 INFO neutron.db.segments_db [None req-297e697c-2b3c-41c1-a5d1-c0a2c1a774b4 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] Added segment 8e61823d-4f0d-413c-b0c8-e63d7d9b2787 of type vxlan for network 6cb166ae-e6ad-4d3d-a310-0a55180df29f [pid: 7|app: 0|req: 693/1267] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:07:13 2026] POST /v2.0/networks => generated 611 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:07:13.698 8 INFO neutron.db.segments_db [None req-368fcd27-e098-4fba-b089-d355006a6cc3 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] Added segment 530dc6f0-c529-4c85-ad5a-749713b8d75c of type vxlan for network 9602eeb6-0094-42c1-a41e-a05b3ca0f09c [pid: 8|app: 0|req: 575/1268] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:07:13 2026] POST /v2.0/networks => generated 610 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1269] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:13 2026] GET /v2.0/ports?device_id=be4682f0-37cc-4537-a5d8-c3b8a3588e75 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1270] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:07:13 2026] GET /v2.0/security-groups?id=20031a9c-6249-470c-bfca-90626811b02c&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1271] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:07:13 2026] POST /v2.0/subnets => generated 626 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1272] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:07:13 2026] POST /v2.0/subnets => generated 626 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:07:14.255 7 INFO neutron.db.segments_db [None req-7ac153ca-e242-439d-86b8-d5e6d4ce8fd7 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] Added segment ac4b9609-320b-4a4b-9ce9-3ff0d721071f of type vxlan for network 6dc1d276-aafb-4e01-9709-372446ae8c53 2026-02-26 23:07:14.484 7 INFO neutron.db.l3_hamode_db [None req-7ac153ca-e242-439d-86b8-d5e6d4ce8fd7 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 23:07:14.555 8 INFO neutron.db.segments_db [None req-181edb95-4d67-41ca-bd63-e506a38e91b2 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] Added segment ff93db6c-a944-43b9-8894-bdb4d6fa8ce8 of type vxlan for network 72de4ce4-bcff-48ee-beaf-a75f09d25529 2026-02-26 23:07:14.616 7 INFO neutron.db.l3_hamode_db [None req-7ac153ca-e242-439d-86b8-d5e6d4ce8fd7 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 579/1273] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:07:14 2026] POST /v2.0/networks => generated 615 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:07:14.681 8 INFO neutron.db.segments_db [None req-a764c5f1-c45b-4f9a-a7df-b061e4efeb0d 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] Added segment c28179fd-cd74-4799-bbed-ba68483af20f of type vxlan for network 4518f465-3fbe-4947-aef0-b8b2a88005b6 [pid: 8|app: 0|req: 580/1274] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:07:14 2026] POST /v2.0/networks => generated 615 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1275] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:07:14 2026] POST /v2.0/subnets => generated 646 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1276] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:07:14 2026] POST /v2.0/subnets => generated 655 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1277] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:07:14 2026] POST /v2.0/routers => generated 507 bytes in 996 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:07:15.258 7 INFO neutron.db.segments_db [None req-05609098-19fe-4a75-98a8-ce8add9962a5 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] Added segment 6ae5023a-9880-4983-803c-5031fe01276f of type vxlan for network f4a6157a-f7fc-4a81-8bab-bb505f0da395 [pid: 8|app: 0|req: 583/1278] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:15 2026] GET /v2.0/ports?device_id=be4682f0-37cc-4537-a5d8-c3b8a3588e75 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:15.488 7 INFO neutron.db.l3_hamode_db [None req-05609098-19fe-4a75-98a8-ce8add9962a5 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 23:07:15.593 7 INFO neutron.db.l3_hamode_db [None req-05609098-19fe-4a75-98a8-ce8add9962a5 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 696/1279] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:07:15 2026] POST /v2.0/routers => generated 511 bytes in 932 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1280] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:07:16 2026] GET /v2.0/security-groups?id=20031a9c-6249-470c-bfca-90626811b02c&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1283] 10.0.0.225 () {34 vars in 783 bytes} [Thu Feb 26 23:07:15 2026] PUT /v2.0/routers/1aa21829-a0b0-4cfe-9af9-02024db738ca/add_router_interface => generated 309 bytes in 1040 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1284] 10.0.0.225 () {32 vars in 717 bytes} [Thu Feb 26 23:07:16 2026] GET /v2.0/ports/2a7b4990-5a6b-4c8b-acbe-83e9199d18fc => generated 955 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1285] 10.0.0.225 () {34 vars in 783 bytes} [Thu Feb 26 23:07:16 2026] PUT /v2.0/routers/99522723-cfaf-48dd-8857-4d1edee4465a/add_router_interface => generated 309 bytes in 1004 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1286] 10.0.0.225 () {32 vars in 717 bytes} [Thu Feb 26 23:07:17 2026] GET /v2.0/ports/783635ea-394b-420e-951b-18df03edfed8 => generated 959 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1287] 10.0.0.225 () {34 vars in 783 bytes} [Thu Feb 26 23:07:16 2026] PUT /v2.0/routers/1aa21829-a0b0-4cfe-9af9-02024db738ca/add_router_interface => generated 309 bytes in 1182 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1288] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:17 2026] GET /v2.0/ports?device_id=be4682f0-37cc-4537-a5d8-c3b8a3588e75 => generated 975 bytes in 538 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1289] 10.0.0.225 () {32 vars in 717 bytes} [Thu Feb 26 23:07:17 2026] GET /v2.0/ports/faf3db77-5d90-46f4-96a3-909dd34ada81 => generated 955 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1290] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:07:17 2026] GET /v2.0/security-groups?id=20031a9c-6249-470c-bfca-90626811b02c&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:18.200 7 INFO neutron_taas.services.taas.taas_plugin [None req-2bb10b4e-e9bc-4ce5-b45d-546093ed8e00 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] TaaS: Handle Delete Port: faf3db77-5d90-46f4-96a3-909dd34ada81 2026-02-26 23:07:18.203 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2bb10b4e-e9bc-4ce5-b45d-546093ed8e00 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] Tap Mirror: Handle Delete Port: faf3db77-5d90-46f4-96a3-909dd34ada81 [pid: 8|app: 0|req: 587/1291] 10.0.0.225 () {34 vars in 783 bytes} [Thu Feb 26 23:07:17 2026] PUT /v2.0/routers/99522723-cfaf-48dd-8857-4d1edee4465a/add_router_interface => generated 309 bytes in 1045 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1292] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:07:17 2026] PUT /v2.0/routers/1aa21829-a0b0-4cfe-9af9-02024db738ca/remove_router_interface => generated 309 bytes in 731 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1293] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:18 2026] GET /v2.0/ports?device_id=be4682f0-37cc-4537-a5d8-c3b8a3588e75 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1294] 10.0.0.225 () {32 vars in 717 bytes} [Thu Feb 26 23:07:18 2026] GET /v2.0/ports/5ff79c99-32ab-44a0-a865-805c71f8ea41 => generated 967 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1295] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:18 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:19.030 8 INFO neutron_taas.services.taas.taas_plugin [None req-cce58473-3d8e-4783-96ca-29f9ebf13127 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] TaaS: Handle Delete Port: 2a7b4990-5a6b-4c8b-acbe-83e9199d18fc 2026-02-26 23:07:19.033 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cce58473-3d8e-4783-96ca-29f9ebf13127 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] Tap Mirror: Handle Delete Port: 2a7b4990-5a6b-4c8b-acbe-83e9199d18fc 2026-02-26 23:07:19.109 7 INFO neutron.db.l3_db [None req-de325b10-77ef-47d5-aa59-833f3156708b 4be2d2d5fa734176a53a297b22448064 eb071950d8874d5086a0015c2c2b67de - - default default] Floating IP ead03ebb-849b-4ec2-8605-61475fb06337 associated. External IP: 10.96.250.212, port: 81ba0ee1-dea0-4839-a469-8b1d5275d476. [pid: 7|app: 0|req: 707/1296] 10.0.0.225 () {34 vars in 749 bytes} [Thu Feb 26 23:07:18 2026] PUT /v2.0/floatingips/ead03ebb-849b-4ec2-8605-61475fb06337 => generated 856 bytes in 688 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1297] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:07:18 2026] PUT /v2.0/routers/1aa21829-a0b0-4cfe-9af9-02024db738ca/remove_router_interface => generated 309 bytes in 743 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:19.457 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-438fe7b1-6385-4780-90d2-a86210e273de'] response: {'name': 'network-changed', 'server_uuid': 'be4682f0-37cc-4537-a5d8-c3b8a3588e75', 'tag': '81ba0ee1-dea0-4839-a469-8b1d5275d476', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 591/1298] 10.0.0.179 () {34 vars in 971 bytes} [Thu Feb 26 23:07:19 2026] GET /v2.0/ports/26a978b2-e88a-4bf2-80b0-320e2f5226e2 => generated 968 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1299] 10.0.0.225 () {32 vars in 736 bytes} [Thu Feb 26 23:07:19 2026] GET /v2.0/ports?device_id=1aa21829-a0b0-4cfe-9af9-02024db738ca => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:07:19.694 8 INFO neutron_taas.services.taas.taas_plugin [None req-b7d5a718-6e70-414a-b34a-ded07349dd4d 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] TaaS: Handle Delete Port: e93cfb1b-88de-465e-a7dd-e47ce71d7343 2026-02-26 23:07:19.701 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7d5a718-6e70-414a-b34a-ded07349dd4d 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] Tap Mirror: Handle Delete Port: e93cfb1b-88de-465e-a7dd-e47ce71d7343 2026-02-26 23:07:19.821 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a55b098-07d9-4cba-b043-e940869bddb2 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] TaaS: Handle Delete Port: 5ff79c99-32ab-44a0-a865-805c71f8ea41 2026-02-26 23:07:19.823 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a55b098-07d9-4cba-b043-e940869bddb2 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] Tap Mirror: Handle Delete Port: 5ff79c99-32ab-44a0-a865-805c71f8ea41 2026-02-26 23:07:19.992 8 INFO neutron.services.segments.plugin [-] Segment ac4b9609-320b-4a4b-9ce9-3ff0d721071f resource provider aggregate not found 2026-02-26 23:07:19.998 8 INFO neutron.services.segments.plugin [-] Segment ac4b9609-320b-4a4b-9ce9-3ff0d721071f resource provider aggregate not found 2026-02-26 23:07:20.010 8 INFO neutron.services.segments.plugin [-] Segment ac4b9609-320b-4a4b-9ce9-3ff0d721071f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac4b9609-320b-4a4b-9ce9-3ff0d721071f found for delete ", "request_id": "req-ddbe65ef-5445-4943-bed0-522b7a487d83"}]} 2026-02-26 23:07:20.013 8 INFO neutron.services.segments.plugin [-] Segment ac4b9609-320b-4a4b-9ce9-3ff0d721071f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac4b9609-320b-4a4b-9ce9-3ff0d721071f found for delete ", "request_id": "req-070cab91-0385-460c-8b43-94cc19bef51b"}]} 2026-02-26 23:07:20.025 8 INFO neutron.db.l3_hamode_db [None req-b7d5a718-6e70-414a-b34a-ded07349dd4d 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] HA network 6dc1d276-aafb-4e01-9709-372446ae8c53 was deleted as no HA routers are present in tenant 8d25ac53815341a6a63a1b9010d7c824. [pid: 8|app: 0|req: 593/1300] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:19 2026] DELETE /v2.0/routers/1aa21829-a0b0-4cfe-9af9-02024db738ca => generated 0 bytes in 512 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1301] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:07:20 2026] GET /v2.0/ports?tenant_id=eb071950d8874d5086a0015c2c2b67de&device_id=be4682f0-37cc-4537-a5d8-c3b8a3588e75 => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1302] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:20 2026] DELETE /v2.0/subnets/18e32c65-faa7-4e82-9cb2-dca4e3e45b05 => 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: 708/1303] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:07:19 2026] PUT /v2.0/routers/99522723-cfaf-48dd-8857-4d1edee4465a/remove_router_interface => generated 309 bytes in 804 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1304] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:07:20 2026] GET /v2.0/networks?id=2f5b3a30-43d2-46b6-8760-d98ae5777256 => generated 772 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1305] 162.253.55.195 () {34 vars in 1000 bytes} [Thu Feb 26 23:07:20 2026] GET /v2.0/subnets?network_id=fed7e3af-a1f9-411b-b488-5acb1619e670 => generated 684 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1306] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:20 2026] DELETE /v2.0/subnets/f80b43fd-e0cd-4a18-a1ce-75d5faea47da => 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: 598/1307] 162.253.55.195 () {34 vars in 1060 bytes} [Thu Feb 26 23:07:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=81ba0ee1-dea0-4839-a469-8b1d5275d476 => generated 859 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1308] 162.253.55.195 () {34 vars in 1146 bytes} [Thu Feb 26 23:07:20 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc&device_owner=compute%3Anova&network_id=fed7e3af-a1f9-411b-b488-5acb1619e670 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:20.554 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa632184-05d8-4573-b038-e2a62fc56731 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] TaaS: Handle Delete Port: ebbab820-6cf2-4230-bc83-a59858068e3b 2026-02-26 23:07:20.557 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa632184-05d8-4573-b038-e2a62fc56731 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] Tap Mirror: Handle Delete Port: ebbab820-6cf2-4230-bc83-a59858068e3b 2026-02-26 23:07:20.619 7 INFO neutron_taas.services.taas.taas_plugin [None req-1369a1a3-29ce-40ac-bc7b-938bb5b51fd6 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] TaaS: Handle Delete Port: 783635ea-394b-420e-951b-18df03edfed8 2026-02-26 23:07:20.623 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1369a1a3-29ce-40ac-bc7b-938bb5b51fd6 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] Tap Mirror: Handle Delete Port: 783635ea-394b-420e-951b-18df03edfed8 [pid: 8|app: 0|req: 600/1309] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:07:20 2026] DELETE /v2.0/networks/9602eeb6-0094-42c1-a41e-a05b3ca0f09c => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1310] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:07:20 2026] GET /v2.0/subnets?id=3cc316bb-76c5-4ca1-85e0-3c399b593d02 => generated 694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1311] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:07:20 2026] PUT /v2.0/routers/99522723-cfaf-48dd-8857-4d1edee4465a/remove_router_interface => generated 309 bytes in 880 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:21.246 7 INFO neutron.services.segments.plugin [-] Segment 8e61823d-4f0d-413c-b0c8-e63d7d9b2787 resource provider aggregate not found 2026-02-26 23:07:21.255 7 INFO neutron.services.segments.plugin [-] Segment 8e61823d-4f0d-413c-b0c8-e63d7d9b2787 resource provider aggregate not found 2026-02-26 23:07:21.267 7 INFO neutron.services.segments.plugin [-] Segment 8e61823d-4f0d-413c-b0c8-e63d7d9b2787 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e61823d-4f0d-413c-b0c8-e63d7d9b2787 found for delete ", "request_id": "req-fa71e0af-02cb-41c6-88aa-2b37171f23a2"}]} 2026-02-26 23:07:21.272 7 INFO neutron.services.segments.plugin [-] Segment 8e61823d-4f0d-413c-b0c8-e63d7d9b2787 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e61823d-4f0d-413c-b0c8-e63d7d9b2787 found for delete ", "request_id": "req-d720ff04-fa4c-4207-9c5b-fb3a5bc373e2"}]} [pid: 7|app: 0|req: 711/1312] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:07:21 2026] DELETE /v2.0/networks/6cb166ae-e6ad-4d3d-a310-0a55180df29f => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1313] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:07:21 2026] GET /v2.0/ports?network_id=2f5b3a30-43d2-46b6-8760-d98ae5777256&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1314] 10.0.0.225 () {32 vars in 736 bytes} [Thu Feb 26 23:07:21 2026] GET /v2.0/ports?device_id=99522723-cfaf-48dd-8857-4d1edee4465a => 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: 602/1315] 162.253.55.195 () {38 vars in 1028 bytes} [Thu Feb 26 23:07:20 2026] PUT /v2.0/ports/26a978b2-e88a-4bf2-80b0-320e2f5226e2 => generated 1145 bytes in 544 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-02-26 23:07:21.410 7 INFO neutron.db.segments_db [None req-93a815da-5b8a-412f-9721-12aa3c067f03 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] Added segment 31e85244-5381-4a54-81ef-d1f903124368 of type vxlan for network 19175dc9-6c09-4ea3-9dc4-01a899d7fd4b [pid: 8|app: 0|req: 603/1316] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:07:21 2026] GET /v2.0/networks/2f5b3a30-43d2-46b6-8760-d98ae5777256?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:07:21.439 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4770de9d-efe4-4c36-90a1-b3b73c70341a'] response: {'name': 'network-changed', 'server_uuid': 'b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc', 'tag': '26a978b2-e88a-4bf2-80b0-320e2f5226e2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 714/1317] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:07:21 2026] POST /v2.0/networks => generated 611 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1318] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:07:21 2026] GET /v2.0/networks/2f5b3a30-43d2-46b6-8760-d98ae5777256?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:07:21.647 8 INFO neutron_taas.services.taas.taas_plugin [None req-ebe5b989-5ab8-414c-a8d3-3f025ef00cae 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] TaaS: Handle Delete Port: 8aaf18b7-68a1-45cb-a5cf-86a5653eef9a 2026-02-26 23:07:21.649 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebe5b989-5ab8-414c-a8d3-3f025ef00cae 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] Tap Mirror: Handle Delete Port: 8aaf18b7-68a1-45cb-a5cf-86a5653eef9a [pid: 7|app: 0|req: 716/1319] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:07:21 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) 2026-02-26 23:07:21.852 7 INFO neutron.db.segments_db [None req-3959e480-0982-41f3-96d2-7f8adc679793 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] Added segment 25a65f56-b96d-4e33-a53c-85c1a8c337c7 of type vxlan for network ceb95aec-9a38-4a94-bc4b-f0a14b705726 2026-02-26 23:07:21.978 8 INFO neutron.db.l3_hamode_db [None req-ebe5b989-5ab8-414c-a8d3-3f025ef00cae 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] HA network f4a6157a-f7fc-4a81-8bab-bb505f0da395 was deleted as no HA routers are present in tenant 7b05fb114a77409bae14115bb99e3c2d. [pid: 8|app: 0|req: 604/1320] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:21 2026] DELETE /v2.0/routers/99522723-cfaf-48dd-8857-4d1edee4465a => 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: 605/1321] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:07:21 2026] GET /v2.0/ports?tenant_id=c8ef146cbb9a42d09c97a2f4d7554186&device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => generated 1417 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:07:22.037 8 INFO neutron.services.segments.plugin [-] Segment 530dc6f0-c529-4c85-ad5a-749713b8d75c resource provider aggregate not found 2026-02-26 23:07:22.046 7 INFO neutron.db.l3_hamode_db [None req-3959e480-0982-41f3-96d2-7f8adc679793 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 23:07:22.046 8 INFO neutron.services.segments.plugin [-] Segment 530dc6f0-c529-4c85-ad5a-749713b8d75c resource provider aggregate not found 2026-02-26 23:07:22.056 8 INFO neutron.services.segments.plugin [-] Segment 530dc6f0-c529-4c85-ad5a-749713b8d75c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 530dc6f0-c529-4c85-ad5a-749713b8d75c found for delete ", "request_id": "req-7ac0fc4b-9e2c-4b3a-85d6-6192bc7b89d8"}]} 2026-02-26 23:07:22.065 8 INFO neutron.services.segments.plugin [-] Segment 530dc6f0-c529-4c85-ad5a-749713b8d75c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 530dc6f0-c529-4c85-ad5a-749713b8d75c found for delete ", "request_id": "req-fefbcc40-3e12-4257-8502-b3a4defdb1c4"}]} 2026-02-26 23:07:22.081 8 INFO neutron.services.segments.plugin [-] Segment 6ae5023a-9880-4983-803c-5031fe01276f resource provider aggregate not found 2026-02-26 23:07:22.086 8 INFO neutron.services.segments.plugin [-] Segment 6ae5023a-9880-4983-803c-5031fe01276f resource provider aggregate not found 2026-02-26 23:07:22.109 8 INFO neutron.services.segments.plugin [-] Segment 6ae5023a-9880-4983-803c-5031fe01276f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ae5023a-9880-4983-803c-5031fe01276f found for delete ", "request_id": "req-62a6e388-b957-4291-a201-c040bd6eb33d"}]} 2026-02-26 23:07:22.117 8 INFO neutron.services.segments.plugin [-] Segment 6ae5023a-9880-4983-803c-5031fe01276f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ae5023a-9880-4983-803c-5031fe01276f found for delete ", "request_id": "req-bb29370c-fe55-4032-8476-a67e76e56bb4"}]} 2026-02-26 23:07:22.168 7 INFO neutron.db.l3_hamode_db [None req-3959e480-0982-41f3-96d2-7f8adc679793 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 606/1322] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:22 2026] DELETE /v2.0/subnets/948d6d62-13a2-4980-9036-1b1ab0baed5a => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1323] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:07:22 2026] GET /v2.0/networks?id=fed7e3af-a1f9-411b-b488-5acb1619e670 => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1324] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:22 2026] DELETE /v2.0/subnets/1eae4943-a076-44d2-ae7e-f3ea235253d6 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1325] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:07:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=26a978b2-e88a-4bf2-80b0-320e2f5226e2 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1326] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:07:22 2026] DELETE /v2.0/networks/4518f465-3fbe-4947-aef0-b8b2a88005b6 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1327] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:07:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=26a978b2-e88a-4bf2-80b0-320e2f5226e2 => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:22.646 8 INFO neutron_taas.services.taas.taas_plugin [None req-54aad44e-1e29-4fed-8efb-ae30dba1c6d7 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] TaaS: Handle Delete Port: 17f729ab-c210-4117-9f84-93dbcad5be58 2026-02-26 23:07:22.650 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54aad44e-1e29-4fed-8efb-ae30dba1c6d7 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] Tap Mirror: Handle Delete Port: 17f729ab-c210-4117-9f84-93dbcad5be58 [pid: 7|app: 0|req: 717/1328] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:07:21 2026] POST /v2.0/routers => generated 507 bytes in 896 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1329] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:07:22 2026] GET /v2.0/subnets?id=15b7c515-37ac-4bca-bd30-a458f02e57c6 => generated 702 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1330] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:07:22 2026] DELETE /v2.0/networks/72de4ce4-bcff-48ee-beaf-a75f09d25529 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1331] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:07:22 2026] GET /v2.0/ports?network_id=fed7e3af-a1f9-411b-b488-5acb1619e670&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-02-26 23:07:22.910 8 INFO neutron.db.segments_db [None req-ab463acb-7002-4464-b621-ba6e1c37f10c 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] Added segment 00cd458b-32e8-49ea-992b-540311bc1379 of type vxlan for network 753c50bd-b776-4baa-a721-9bd422ff00f1 [pid: 8|app: 0|req: 614/1332] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:07:22 2026] POST /v2.0/networks => generated 615 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1333] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:07:23 2026] GET /v2.0/networks/fed7e3af-a1f9-411b-b488-5acb1619e670?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: 719/1334] 10.0.0.225 () {34 vars in 665 bytes} [Thu Feb 26 23:07:22 2026] POST /v2.0/ports => generated 947 bytes in 324 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: 616/1335] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:07:23 2026] POST /v2.0/subnets => generated 646 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1336] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:07:23 2026] GET /v2.0/networks/fed7e3af-a1f9-411b-b488-5acb1619e670?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-02-26 23:07:23.371 8 INFO neutron.db.segments_db [None req-59b36078-838f-4b10-93e0-ecbc183044ff 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] Added segment 1d0b9066-8a7e-4458-a08c-51429862a32d of type vxlan for network af62e7ec-bfd4-4be5-a9e9-15d1d846a7b0 2026-02-26 23:07:23.599 8 INFO neutron.db.l3_hamode_db [None req-59b36078-838f-4b10-93e0-ecbc183044ff 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 23:07:23.714 8 INFO neutron.db.l3_hamode_db [None req-59b36078-838f-4b10-93e0-ecbc183044ff 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 720/1337] 10.0.0.225 () {34 vars in 783 bytes} [Thu Feb 26 23:07:23 2026] PUT /v2.0/routers/6ff8277d-73a3-4197-bf7d-f881ca641877/add_router_interface => generated 309 bytes in 1041 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-02-26 23:07:24.132 8 INFO neutron.services.segments.plugin [-] Segment c28179fd-cd74-4799-bbed-ba68483af20f resource provider aggregate not found 2026-02-26 23:07:24.136 8 INFO neutron.services.segments.plugin [-] Segment c28179fd-cd74-4799-bbed-ba68483af20f resource provider aggregate not found 2026-02-26 23:07:24.154 8 INFO neutron.services.segments.plugin [-] Segment c28179fd-cd74-4799-bbed-ba68483af20f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c28179fd-cd74-4799-bbed-ba68483af20f found for delete ", "request_id": "req-75df522b-9e3c-4c12-821d-6f2dabb583aa"}]} 2026-02-26 23:07:24.154 8 INFO neutron.services.segments.plugin [-] Segment c28179fd-cd74-4799-bbed-ba68483af20f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c28179fd-cd74-4799-bbed-ba68483af20f found for delete ", "request_id": "req-86eda31b-12d1-4887-a281-3dbf25dddee0"}]} 2026-02-26 23:07:24.175 8 INFO neutron.services.segments.plugin [-] Segment ff93db6c-a944-43b9-8894-bdb4d6fa8ce8 resource provider aggregate not found 2026-02-26 23:07:24.182 8 INFO neutron.services.segments.plugin [-] Segment ff93db6c-a944-43b9-8894-bdb4d6fa8ce8 resource provider aggregate not found [pid: 7|app: 0|req: 721/1338] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:24 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => generated 1148 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:07:24.198 8 INFO neutron.services.segments.plugin [-] Segment ff93db6c-a944-43b9-8894-bdb4d6fa8ce8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff93db6c-a944-43b9-8894-bdb4d6fa8ce8 found for delete ", "request_id": "req-a4df6901-371d-4c4b-a0dc-ce8a4a222d83"}]} 2026-02-26 23:07:24.201 8 INFO neutron.services.segments.plugin [-] Segment ff93db6c-a944-43b9-8894-bdb4d6fa8ce8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff93db6c-a944-43b9-8894-bdb4d6fa8ce8 found for delete ", "request_id": "req-b5c0b40e-d7d4-430c-b924-5cc11c9ef378"}]} [pid: 7|app: 0|req: 722/1339] 10.0.0.225 () {32 vars in 717 bytes} [Thu Feb 26 23:07:24 2026] GET /v2.0/ports/1634bc62-3764-4784-a1af-c9d68bbc4a95 => generated 1021 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1340] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:07:24 2026] GET /v2.0/security-groups?id=390df738-b536-4afd-9382-1838155c0792&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1341] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:07:23 2026] POST /v2.0/routers => generated 510 bytes in 934 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1342] 10.0.0.225 () {34 vars in 665 bytes} [Thu Feb 26 23:07:24 2026] POST /v2.0/ports => generated 964 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 23:07:24.581 7 INFO neutron_taas.services.taas.taas_plugin [None req-3944ea3c-e0cc-49d3-b52f-86e56db91160 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] TaaS: Handle Delete Port: 1634bc62-3764-4784-a1af-c9d68bbc4a95 2026-02-26 23:07:24.585 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3944ea3c-e0cc-49d3-b52f-86e56db91160 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] Tap Mirror: Handle Delete Port: 1634bc62-3764-4784-a1af-c9d68bbc4a95 [pid: 8|app: 0|req: 620/1343] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:07:24 2026] GET /v2.0/ports?tenant_id=c8ef146cbb9a42d09c97a2f4d7554186&device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => generated 1417 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1344] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:07:24 2026] PUT /v2.0/routers/6ff8277d-73a3-4197-bf7d-f881ca641877/remove_router_interface => generated 309 bytes in 725 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: 725/1345] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:07:24 2026] GET /v2.0/networks?id=fed7e3af-a1f9-411b-b488-5acb1619e670 => generated 780 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:25.088 7 INFO neutron.api.v2.resource [None req-fd59ea2c-1b15-419e-b0d3-9c7823713b42 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 726/1346] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:07:25 2026] PUT /v2.0/routers/6ff8277d-73a3-4197-bf7d-f881ca641877/remove_router_interface => generated 197 bytes in 75 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1347] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:07:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=26a978b2-e88a-4bf2-80b0-320e2f5226e2 => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1348] 10.0.0.225 () {32 vars in 736 bytes} [Thu Feb 26 23:07:25 2026] GET /v2.0/ports?device_id=6ff8277d-73a3-4197-bf7d-f881ca641877 => generated 12 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1349] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:07:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=26a978b2-e88a-4bf2-80b0-320e2f5226e2 => generated 860 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:25.282 7 INFO neutron_taas.services.taas.taas_plugin [None req-b73fffc6-09e7-40ac-9726-abc2c1d312fb 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] TaaS: Handle Delete Port: 5254eed6-eaab-411c-95d8-5ed43fc2a090 2026-02-26 23:07:25.285 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b73fffc6-09e7-40ac-9726-abc2c1d312fb 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] Tap Mirror: Handle Delete Port: 5254eed6-eaab-411c-95d8-5ed43fc2a090 2026-02-26 23:07:25.542 7 INFO neutron.services.segments.plugin [-] Segment 25a65f56-b96d-4e33-a53c-85c1a8c337c7 resource provider aggregate not found 2026-02-26 23:07:25.546 7 INFO neutron.services.segments.plugin [-] Segment 25a65f56-b96d-4e33-a53c-85c1a8c337c7 resource provider aggregate not found 2026-02-26 23:07:25.564 7 INFO neutron.services.segments.plugin [-] Segment 25a65f56-b96d-4e33-a53c-85c1a8c337c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25a65f56-b96d-4e33-a53c-85c1a8c337c7 found for delete ", "request_id": "req-75d0a81e-fc5b-4741-bbf3-e551762c1490"}]} 2026-02-26 23:07:25.566 7 INFO neutron.services.segments.plugin [-] Segment 25a65f56-b96d-4e33-a53c-85c1a8c337c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25a65f56-b96d-4e33-a53c-85c1a8c337c7 found for delete ", "request_id": "req-8bba1a45-5ae5-434f-a873-0c366bd73331"}]} 2026-02-26 23:07:25.581 7 INFO neutron.db.l3_hamode_db [None req-b73fffc6-09e7-40ac-9726-abc2c1d312fb 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] HA network ceb95aec-9a38-4a94-bc4b-f0a14b705726 was deleted as no HA routers are present in tenant 8d25ac53815341a6a63a1b9010d7c824. [pid: 8|app: 0|req: 621/1350] 10.0.0.225 () {34 vars in 783 bytes} [Thu Feb 26 23:07:24 2026] PUT /v2.0/routers/eb82b528-2aca-4694-bcbf-5ff7a565f483/add_router_interface => generated 309 bytes in 976 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: 730/1351] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:25 2026] DELETE /v2.0/routers/6ff8277d-73a3-4197-bf7d-f881ca641877 => generated 0 bytes in 446 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1352] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:07:25 2026] GET /v2.0/subnets?id=15b7c515-37ac-4bca-bd30-a458f02e57c6 => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1353] 10.0.0.225 () {32 vars in 717 bytes} [Thu Feb 26 23:07:25 2026] GET /v2.0/ports/42375cea-e8fb-48c9-a800-4062614be4bc => generated 1038 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1354] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:07:25 2026] GET /v2.0/ports?network_id=fed7e3af-a1f9-411b-b488-5acb1619e670&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1355] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:25 2026] DELETE /v2.0/subnets/ddc5cb24-0895-4602-ae25-ecc6d9883cf6 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1356] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:07:25 2026] GET /v2.0/networks/fed7e3af-a1f9-411b-b488-5acb1619e670?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: 625/1357] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:07:25 2026] DELETE /v2.0/networks/19175dc9-6c09-4ea3-9dc4-01a899d7fd4b => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1358] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:07:25 2026] GET /v2.0/networks/fed7e3af-a1f9-411b-b488-5acb1619e670?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-02-26 23:07:25.967 7 INFO neutron_taas.services.taas.taas_plugin [None req-8db9b720-1036-4add-abe2-d81601c20222 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] TaaS: Handle Delete Port: 42375cea-e8fb-48c9-a800-4062614be4bc 2026-02-26 23:07:25.970 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8db9b720-1036-4add-abe2-d81601c20222 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] Tap Mirror: Handle Delete Port: 42375cea-e8fb-48c9-a800-4062614be4bc 2026-02-26 23:07:25.975 8 INFO neutron.db.segments_db [None req-4be65b7e-acc2-4bdd-89b1-1a97d72ca30f 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] Added segment 11f3123e-d8ac-44c6-9655-bcf65fd2a889 of type vxlan for network 091f644a-ed2a-4002-98f8-c91c4f611264 [pid: 8|app: 0|req: 627/1359] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:07:25 2026] POST /v2.0/networks => generated 610 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:07:26.224 8 INFO neutron.services.segments.plugin [-] Segment 31e85244-5381-4a54-81ef-d1f903124368 resource provider aggregate not found 2026-02-26 23:07:26.228 8 INFO neutron.services.segments.plugin [-] Segment 31e85244-5381-4a54-81ef-d1f903124368 resource provider aggregate not found 2026-02-26 23:07:26.247 8 INFO neutron.services.segments.plugin [-] Segment 31e85244-5381-4a54-81ef-d1f903124368 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31e85244-5381-4a54-81ef-d1f903124368 found for delete ", "request_id": "req-0431d724-d401-484b-bbd1-ce94ebf5f04a"}]} 2026-02-26 23:07:26.251 8 INFO neutron.services.segments.plugin [-] Segment 31e85244-5381-4a54-81ef-d1f903124368 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31e85244-5381-4a54-81ef-d1f903124368 found for delete ", "request_id": "req-49e0462e-eba9-4807-ba7b-7e115991aadc"}]} [pid: 8|app: 0|req: 628/1360] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:07:26 2026] POST /v2.0/subnets => generated 626 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1361] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:07:25 2026] PUT /v2.0/routers/eb82b528-2aca-4694-bcbf-5ff7a565f483/remove_router_interface => generated 309 bytes in 682 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-02-26 23:07:26.401 8 INFO neutron.db.segments_db [None req-a349170b-6641-40d5-833d-36c9062d0c17 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] Added segment 72a56c5a-6a58-4f31-a014-be58dfc2cb06 of type vxlan for network df5549ff-2b09-423b-be62-28d868807af7 2026-02-26 23:07:26.473 7 INFO neutron.api.v2.resource [None req-f0e2ec2b-6b5f-41e5-912b-72f1652fd6c4 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 734/1362] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:07:26 2026] PUT /v2.0/routers/eb82b528-2aca-4694-bcbf-5ff7a565f483/remove_router_interface => generated 197 bytes in 92 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1363] 162.253.55.195 () {34 vars in 1118 bytes} [Thu Feb 26 23:07:26 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.8 => generated 1148 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1364] 10.0.0.225 () {32 vars in 736 bytes} [Thu Feb 26 23:07:26 2026] GET /v2.0/ports?device_id=eb82b528-2aca-4694-bcbf-5ff7a565f483 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:07:26.602 8 INFO neutron.db.l3_hamode_db [None req-a349170b-6641-40d5-833d-36c9062d0c17 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 23:07:26.747 8 INFO neutron.db.l3_hamode_db [None req-a349170b-6641-40d5-833d-36c9062d0c17 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 737/1365] 162.253.55.195 () {38 vars in 1028 bytes} [Thu Feb 26 23:07:26 2026] PUT /v2.0/ports/26a978b2-e88a-4bf2-80b0-320e2f5226e2 => generated 968 bytes in 502 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-02-26 23:07:27.086 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf79ef91-b5ff-4676-a75a-3078988b91fe'] response: {'name': 'network-changed', 'server_uuid': 'b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc', 'tag': '26a978b2-e88a-4bf2-80b0-320e2f5226e2', 'status': 'completed', 'code': 200} 2026-02-26 23:07:27.211 7 INFO neutron_taas.services.taas.taas_plugin [None req-78885168-3063-427b-b0cf-c9900ccde251 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] TaaS: Handle Delete Port: 99f40b49-33f4-4f2c-8f05-5cfa78ffb5ad 2026-02-26 23:07:27.214 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78885168-3063-427b-b0cf-c9900ccde251 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] Tap Mirror: Handle Delete Port: 99f40b49-33f4-4f2c-8f05-5cfa78ffb5ad [pid: 8|app: 0|req: 629/1366] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:07:26 2026] POST /v2.0/routers => generated 507 bytes in 947 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:07:27.502 7 INFO neutron.db.l3_hamode_db [None req-78885168-3063-427b-b0cf-c9900ccde251 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] HA network af62e7ec-bfd4-4be5-a9e9-15d1d846a7b0 was deleted as no HA routers are present in tenant 7b05fb114a77409bae14115bb99e3c2d. [pid: 7|app: 0|req: 738/1367] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:27 2026] DELETE /v2.0/routers/eb82b528-2aca-4694-bcbf-5ff7a565f483 => generated 0 bytes in 465 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:07:27.588 7 INFO neutron.services.segments.plugin [-] Segment 1d0b9066-8a7e-4458-a08c-51429862a32d resource provider aggregate not found 2026-02-26 23:07:27.595 7 INFO neutron.services.segments.plugin [-] Segment 1d0b9066-8a7e-4458-a08c-51429862a32d resource provider aggregate not found 2026-02-26 23:07:27.607 7 INFO neutron.services.segments.plugin [-] Segment 1d0b9066-8a7e-4458-a08c-51429862a32d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d0b9066-8a7e-4458-a08c-51429862a32d found for delete ", "request_id": "req-d5bc3cd4-d8c1-4751-9a44-01c4db6e658f"}]} 2026-02-26 23:07:27.613 7 INFO neutron.services.segments.plugin [-] Segment 1d0b9066-8a7e-4458-a08c-51429862a32d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d0b9066-8a7e-4458-a08c-51429862a32d found for delete ", "request_id": "req-6410cff4-46c7-4eab-a0c6-df1f49ec4fdf"}]} [pid: 7|app: 0|req: 739/1368] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:27 2026] DELETE /v2.0/subnets/a2a570e6-834a-4014-9815-6ab5dedb1c94 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1369] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:07:27 2026] GET /v2.0/ports?tenant_id=c8ef146cbb9a42d09c97a2f4d7554186&device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1370] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:07:27 2026] DELETE /v2.0/networks/753c50bd-b776-4baa-a721-9bd422ff00f1 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1371] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:07:27 2026] GET /v2.0/networks?id=fed7e3af-a1f9-411b-b488-5acb1619e670 => generated 780 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:27.907 7 INFO neutron.db.segments_db [None req-be15474d-f222-43a8-947e-0b4b91e5da6b 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] Added segment d5fbf46c-59d1-40b4-ae6c-ac9935954670 of type vxlan for network 2e348d39-3d48-4f3e-90f3-6f29e126ab99 [pid: 7|app: 0|req: 743/1372] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:07:27 2026] POST /v2.0/networks => generated 615 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1373] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:07:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=26a978b2-e88a-4bf2-80b0-320e2f5226e2 => generated 860 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1374] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:07:28 2026] POST /v2.0/subnets => generated 646 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1375] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:07:28 2026] GET /v2.0/subnets?id=15b7c515-37ac-4bca-bd30-a458f02e57c6 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:28.280 7 INFO neutron.db.segments_db [None req-ee2921e2-64ad-402e-b643-1923703ef820 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] Added segment da448991-88c0-4f8e-a837-0f0f22f9848d of type vxlan for network 9afed0a2-dcaf-4157-8e4e-a9b966d440a5 [pid: 8|app: 0|req: 630/1376] 10.0.0.225 () {34 vars in 783 bytes} [Thu Feb 26 23:07:27 2026] PUT /v2.0/routers/a722f27a-864f-42e5-af80-1a2f66db1a60/add_router_interface => generated 309 bytes in 1066 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1377] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:07:28 2026] GET /v2.0/ports?network_id=fed7e3af-a1f9-411b-b488-5acb1619e670&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: 632/1378] 10.0.0.225 () {32 vars in 717 bytes} [Thu Feb 26 23:07:28 2026] GET /v2.0/ports/3de59ae5-4b72-4a10-9a37-efc44d423d00 => generated 955 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1379] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:07:28 2026] GET /v2.0/networks/fed7e3af-a1f9-411b-b488-5acb1619e670?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:07:28.514 7 INFO neutron.db.l3_hamode_db [None req-ee2921e2-64ad-402e-b643-1923703ef820 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 23:07:28.631 7 INFO neutron.db.l3_hamode_db [None req-ee2921e2-64ad-402e-b643-1923703ef820 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 23:07:28.725 8 INFO neutron_taas.services.taas.taas_plugin [None req-3df89020-255d-4566-84c2-285e8b6ecb3f 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] TaaS: Handle Delete Port: 3de59ae5-4b72-4a10-9a37-efc44d423d00 2026-02-26 23:07:28.727 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3df89020-255d-4566-84c2-285e8b6ecb3f 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] Tap Mirror: Handle Delete Port: 3de59ae5-4b72-4a10-9a37-efc44d423d00 [pid: 8|app: 0|req: 634/1380] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:07:28 2026] PUT /v2.0/routers/a722f27a-864f-42e5-af80-1a2f66db1a60/remove_router_interface => generated 309 bytes in 607 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1381] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:07:29 2026] GET /v2.0/networks/fed7e3af-a1f9-411b-b488-5acb1619e670?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: 636/1382] 10.0.0.225 () {32 vars in 736 bytes} [Thu Feb 26 23:07:29 2026] GET /v2.0/ports?device_id=a722f27a-864f-42e5-af80-1a2f66db1a60 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1383] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:07:28 2026] POST /v2.0/routers => generated 510 bytes in 992 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:07:29.346 8 INFO neutron_taas.services.taas.taas_plugin [None req-6755a22a-6a8d-4519-b2c8-16c110718768 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] TaaS: Handle Delete Port: 70c398c0-5daf-4070-99c8-6a3576eb0582 2026-02-26 23:07:29.349 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6755a22a-6a8d-4519-b2c8-16c110718768 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] Tap Mirror: Handle Delete Port: 70c398c0-5daf-4070-99c8-6a3576eb0582 2026-02-26 23:07:29.630 7 INFO neutron.services.segments.plugin [-] Segment 00cd458b-32e8-49ea-992b-540311bc1379 resource provider aggregate not found 2026-02-26 23:07:29.635 7 INFO neutron.services.segments.plugin [-] Segment 00cd458b-32e8-49ea-992b-540311bc1379 resource provider aggregate not found 2026-02-26 23:07:29.650 7 INFO neutron.services.segments.plugin [-] Segment 00cd458b-32e8-49ea-992b-540311bc1379 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00cd458b-32e8-49ea-992b-540311bc1379 found for delete ", "request_id": "req-1ad62a99-1b59-467b-91a8-0d7bfaee156d"}]} 2026-02-26 23:07:29.656 7 INFO neutron.services.segments.plugin [-] Segment 00cd458b-32e8-49ea-992b-540311bc1379 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00cd458b-32e8-49ea-992b-540311bc1379 found for delete ", "request_id": "req-117e5a73-3577-43be-ab24-cea57d77903a"}]} 2026-02-26 23:07:29.680 8 INFO neutron.services.segments.plugin [-] Segment 72a56c5a-6a58-4f31-a014-be58dfc2cb06 resource provider aggregate not found 2026-02-26 23:07:29.685 8 INFO neutron.services.segments.plugin [-] Segment 72a56c5a-6a58-4f31-a014-be58dfc2cb06 resource provider aggregate not found 2026-02-26 23:07:29.704 8 INFO neutron.services.segments.plugin [-] Segment 72a56c5a-6a58-4f31-a014-be58dfc2cb06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72a56c5a-6a58-4f31-a014-be58dfc2cb06 found for delete ", "request_id": "req-c4214dac-92b0-48e4-8ba6-b9a5ea63ac19"}]} 2026-02-26 23:07:29.706 8 INFO neutron.db.l3_hamode_db [None req-6755a22a-6a8d-4519-b2c8-16c110718768 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] HA network df5549ff-2b09-423b-be62-28d868807af7 was deleted as no HA routers are present in tenant 8d25ac53815341a6a63a1b9010d7c824. 2026-02-26 23:07:29.709 8 INFO neutron.services.segments.plugin [-] Segment 72a56c5a-6a58-4f31-a014-be58dfc2cb06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72a56c5a-6a58-4f31-a014-be58dfc2cb06 found for delete ", "request_id": "req-e30c5e74-36ad-4eb6-90fd-23477670d7ff"}]} [pid: 8|app: 0|req: 637/1384] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:29 2026] DELETE /v2.0/routers/a722f27a-864f-42e5-af80-1a2f66db1a60 => generated 0 bytes in 563 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1385] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:29 2026] DELETE /v2.0/subnets/33a7ecc1-7546-429b-b489-0fc796ad1c71 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1386] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:29 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1387] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:07:29 2026] DELETE /v2.0/networks/091f644a-ed2a-4002-98f8-c91c4f611264 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1388] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:07:30 2026] GET /v2.0/security-groups?id=390df738-b536-4afd-9382-1838155c0792&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-02-26 23:07:30.080 8 INFO neutron.db.segments_db [None req-67dd5bf6-a0f8-4cba-98ea-6dc6f1c7bfe0 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] Added segment 92ee2ce9-9a1b-45c5-b03b-acfb8cc2bc20 of type vxlan for network e9895227-a617-4d5d-9cfd-1722c65740cf [pid: 7|app: 0|req: 748/1389] 10.0.0.225 () {34 vars in 783 bytes} [Thu Feb 26 23:07:29 2026] PUT /v2.0/routers/60dee196-fffc-4d04-88f8-096d5abe45e0/add_router_interface => generated 309 bytes in 955 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1390] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:07:30 2026] GET /v2.0/ports?tenant_id=c8ef146cbb9a42d09c97a2f4d7554186&device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1391] 10.0.0.225 () {32 vars in 717 bytes} [Thu Feb 26 23:07:30 2026] GET /v2.0/ports/d3ced543-b577-45be-a070-f74fc6764778 => generated 959 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1392] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:07:30 2026] GET /v2.0/networks?id=fed7e3af-a1f9-411b-b488-5acb1619e670 => generated 780 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:30.323 8 INFO neutron.db.l3_hamode_db [None req-67dd5bf6-a0f8-4cba-98ea-6dc6f1c7bfe0 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 23:07:30.646 7 INFO neutron_taas.services.taas.taas_plugin [None req-67e78430-0009-4f35-9bd8-388395d6b208 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] TaaS: Handle Delete Port: d3ced543-b577-45be-a070-f74fc6764778 2026-02-26 23:07:30.649 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67e78430-0009-4f35-9bd8-388395d6b208 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] Tap Mirror: Handle Delete Port: d3ced543-b577-45be-a070-f74fc6764778 [pid: 7|app: 0|req: 752/1393] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:07:30 2026] PUT /v2.0/routers/60dee196-fffc-4d04-88f8-096d5abe45e0/remove_router_interface => generated 309 bytes in 705 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1394] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:07:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=26a978b2-e88a-4bf2-80b0-320e2f5226e2 => generated 860 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1397] 10.0.0.225 () {32 vars in 736 bytes} [Thu Feb 26 23:07:31 2026] GET /v2.0/ports?device_id=60dee196-fffc-4d04-88f8-096d5abe45e0 => 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: 757/1398] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:07:31 2026] GET /v2.0/subnets?id=15b7c515-37ac-4bca-bd30-a458f02e57c6 => generated 702 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:31.244 7 INFO neutron_taas.services.taas.taas_plugin [None req-81bffd03-728b-4e46-8e68-14f641c3065f 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] TaaS: Handle Delete Port: f089c4e8-09d5-42bd-bb60-7b42d897e571 2026-02-26 23:07:31.246 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81bffd03-728b-4e46-8e68-14f641c3065f 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] Tap Mirror: Handle Delete Port: f089c4e8-09d5-42bd-bb60-7b42d897e571 2026-02-26 23:07:31.397 8 INFO neutron.db.l3_hamode_db [None req-67dd5bf6-a0f8-4cba-98ea-6dc6f1c7bfe0 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 23:07:31.501 7 INFO neutron.db.l3_hamode_db [None req-81bffd03-728b-4e46-8e68-14f641c3065f 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] HA network 9afed0a2-dcaf-4157-8e4e-a9b966d440a5 was deleted as no HA routers are present in tenant 7b05fb114a77409bae14115bb99e3c2d. [pid: 7|app: 0|req: 758/1399] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:31 2026] DELETE /v2.0/routers/60dee196-fffc-4d04-88f8-096d5abe45e0 => generated 0 bytes in 415 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1400] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:07:31 2026] GET /v2.0/ports?network_id=fed7e3af-a1f9-411b-b488-5acb1619e670&device_owner=network%3Adhcp => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1401] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:31 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:31.676 7 INFO neutron.services.segments.plugin [-] Segment da448991-88c0-4f8e-a837-0f0f22f9848d resource provider aggregate not found 2026-02-26 23:07:31.680 7 INFO neutron.services.segments.plugin [-] Segment da448991-88c0-4f8e-a837-0f0f22f9848d resource provider aggregate not found 2026-02-26 23:07:31.700 7 INFO neutron.services.segments.plugin [-] Segment da448991-88c0-4f8e-a837-0f0f22f9848d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da448991-88c0-4f8e-a837-0f0f22f9848d found for delete ", "request_id": "req-b74646b6-df3e-4b51-b4c9-a6c176a654e7"}]} 2026-02-26 23:07:31.702 7 INFO neutron.services.segments.plugin [-] Segment da448991-88c0-4f8e-a837-0f0f22f9848d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da448991-88c0-4f8e-a837-0f0f22f9848d found for delete ", "request_id": "req-13fb60e7-b360-43f7-aaaf-34e8d2066d6e"}]} 2026-02-26 23:07:31.733 8 INFO neutron.services.segments.plugin [-] Segment 11f3123e-d8ac-44c6-9655-bcf65fd2a889 resource provider aggregate not found 2026-02-26 23:07:31.737 8 INFO neutron.services.segments.plugin [-] Segment 11f3123e-d8ac-44c6-9655-bcf65fd2a889 resource provider aggregate not found 2026-02-26 23:07:31.757 8 INFO neutron.services.segments.plugin [-] Segment 11f3123e-d8ac-44c6-9655-bcf65fd2a889 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11f3123e-d8ac-44c6-9655-bcf65fd2a889 found for delete ", "request_id": "req-2bb9719c-2d5e-4a07-9b62-76e561a3f9f6"}]} 2026-02-26 23:07:31.758 8 INFO neutron.services.segments.plugin [-] Segment 11f3123e-d8ac-44c6-9655-bcf65fd2a889 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11f3123e-d8ac-44c6-9655-bcf65fd2a889 found for delete ", "request_id": "req-ecb5bd6b-7de5-4663-b13c-aba68607e662"}]} [pid: 7|app: 0|req: 761/1402] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:31 2026] DELETE /v2.0/subnets/c72cef53-3118-4842-9d4a-708bfeac533c => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1403] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:07:31 2026] GET /v2.0/networks/fed7e3af-a1f9-411b-b488-5acb1619e670?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1404] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:07:31 2026] GET /v2.0/security-groups?id=390df738-b536-4afd-9382-1838155c0792&fields=id&fields=name => generated 113 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1405] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:07:30 2026] POST /v2.0/routers => generated 687 bytes in 2252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1406] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:07:32 2026] GET /v2.0/networks/fed7e3af-a1f9-411b-b488-5acb1619e670?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: 764/1407] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:07:32 2026] DELETE /v2.0/networks/2e348d39-3d48-4f3e-90f3-6f29e126ab99 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1408] 162.253.55.195 () {34 vars in 994 bytes} [Thu Feb 26 23:07:32 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => generated 971 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:32.395 8 INFO neutron.db.segments_db [None req-fe1b8ad2-5ce2-4389-92cf-fb882d45551a 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] Added segment ec5ebcec-3d19-4806-96c7-ddb4b8d3dfa8 of type vxlan for network 8fbe2f19-774a-41fd-9977-2b8e3137ae37 [pid: 7|app: 0|req: 765/1409] 10.0.0.225 () {32 vars in 721 bytes} [Thu Feb 26 23:07:32 2026] GET /v2.0/routers/69d93388-cff7-46ca-b95a-c3241d1aaf52 => generated 693 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:32.519 7 INFO neutron_taas.services.taas.taas_plugin [req-06892eb1-0371-4021-8536-d43eccbd509a req-45caed13-c959-4bbb-91be-fe61703d56ea dafed030b95e4d11a4b36843bab83ea6 c8ef146cbb9a42d09c97a2f4d7554186 - - default default] TaaS: Handle Delete Port: 26a978b2-e88a-4bf2-80b0-320e2f5226e2 2026-02-26 23:07:32.523 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-06892eb1-0371-4021-8536-d43eccbd509a req-45caed13-c959-4bbb-91be-fe61703d56ea dafed030b95e4d11a4b36843bab83ea6 c8ef146cbb9a42d09c97a2f4d7554186 - - default default] Tap Mirror: Handle Delete Port: 26a978b2-e88a-4bf2-80b0-320e2f5226e2 2026-02-26 23:07:32.610 8 INFO neutron.db.l3_hamode_db [None req-fe1b8ad2-5ce2-4389-92cf-fb882d45551a 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 23:07:32.663 7 INFO neutron.db.l3_db [req-06892eb1-0371-4021-8536-d43eccbd509a req-45caed13-c959-4bbb-91be-fe61703d56ea dafed030b95e4d11a4b36843bab83ea6 c8ef146cbb9a42d09c97a2f4d7554186 - - default default] Floating IP 61699878-ce4f-4b91-a4bc-0c90e4b64aa8 disassociated. External IP: 10.96.250.210, port: 26a978b2-e88a-4bf2-80b0-320e2f5226e2. [pid: 7|app: 0|req: 766/1410] 162.253.55.195 () {36 vars in 997 bytes} [Thu Feb 26 23:07:32 2026] DELETE /v2.0/ports/26a978b2-e88a-4bf2-80b0-320e2f5226e2 => generated 0 bytes in 574 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:07:33.033 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5db09cfe-71bc-4c68-99f6-4e11b055fb5b'] response: {'server_uuid': 'b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc', 'name': 'network-vif-deleted', 'tag': '26a978b2-e88a-4bf2-80b0-320e2f5226e2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 767/1411] 10.0.0.225 () {32 vars in 647 bytes} [Thu Feb 26 23:07:32 2026] GET /v2.0/routers => generated 696 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:33.356 8 INFO neutron.db.l3_hamode_db [None req-fe1b8ad2-5ce2-4389-92cf-fb882d45551a 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 768/1412] 10.0.0.225 () {34 vars in 741 bytes} [Thu Feb 26 23:07:33 2026] PUT /v2.0/routers/69d93388-cff7-46ca-b95a-c3241d1aaf52 => generated 700 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1413] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:33 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1414] 10.0.0.225 () {32 vars in 721 bytes} [Thu Feb 26 23:07:33 2026] GET /v2.0/routers/69d93388-cff7-46ca-b95a-c3241d1aaf52 => generated 700 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1415] 10.0.0.225 () {32 vars in 736 bytes} [Thu Feb 26 23:07:33 2026] GET /v2.0/ports?device_id=69d93388-cff7-46ca-b95a-c3241d1aaf52 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:07:33.725 7 INFO neutron.services.segments.plugin [-] Segment d5fbf46c-59d1-40b4-ae6c-ac9935954670 resource provider aggregate not found 2026-02-26 23:07:33.733 7 INFO neutron.services.segments.plugin [-] Segment d5fbf46c-59d1-40b4-ae6c-ac9935954670 resource provider aggregate not found 2026-02-26 23:07:33.755 7 INFO neutron.services.segments.plugin [-] Segment d5fbf46c-59d1-40b4-ae6c-ac9935954670 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5fbf46c-59d1-40b4-ae6c-ac9935954670 found for delete ", "request_id": "req-38184176-643a-4d10-88ea-0e06c495e5e9"}]} 2026-02-26 23:07:33.758 7 INFO neutron.services.segments.plugin [-] Segment d5fbf46c-59d1-40b4-ae6c-ac9935954670 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5fbf46c-59d1-40b4-ae6c-ac9935954670 found for delete ", "request_id": "req-7949c90e-507b-4d3d-8e4a-a736bd7a8a9a"}]} 2026-02-26 23:07:33.770 7 INFO neutron_taas.services.taas.taas_plugin [None req-23167a4e-58e6-4fb2-b2f5-fc1644f0c759 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] TaaS: Handle Delete Port: 8ef863e9-9907-4e40-896d-8eddaf34d9c9 2026-02-26 23:07:33.773 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23167a4e-58e6-4fb2-b2f5-fc1644f0c759 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] Tap Mirror: Handle Delete Port: 8ef863e9-9907-4e40-896d-8eddaf34d9c9 2026-02-26 23:07:34.011 7 INFO neutron_taas.services.taas.taas_plugin [None req-23167a4e-58e6-4fb2-b2f5-fc1644f0c759 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] TaaS: Handle Delete Port: 7edbeeee-8870-41d5-beb1-ae851ef1ed41 2026-02-26 23:07:34.014 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23167a4e-58e6-4fb2-b2f5-fc1644f0c759 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] Tap Mirror: Handle Delete Port: 7edbeeee-8870-41d5-beb1-ae851ef1ed41 [pid: 8|app: 0|req: 645/1416] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:07:32 2026] POST /v2.0/routers => generated 692 bytes in 1823 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1417] 10.0.0.225 () {32 vars in 721 bytes} [Thu Feb 26 23:07:34 2026] GET /v2.0/routers/c61a1600-58be-4336-ae43-cfea758dbc1a => generated 698 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:34.329 7 INFO neutron.db.l3_hamode_db [None req-23167a4e-58e6-4fb2-b2f5-fc1644f0c759 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] HA network e9895227-a617-4d5d-9cfd-1722c65740cf was deleted as no HA routers are present in tenant 8d25ac53815341a6a63a1b9010d7c824. [pid: 7|app: 0|req: 772/1418] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:33 2026] DELETE /v2.0/routers/69d93388-cff7-46ca-b95a-c3241d1aaf52 => generated 0 bytes in 763 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1419] 10.0.0.225 () {32 vars in 647 bytes} [Thu Feb 26 23:07:34 2026] GET /v2.0/routers => generated 701 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1420] 10.0.0.225 () {32 vars in 736 bytes} [Thu Feb 26 23:07:34 2026] GET /v2.0/ports?device_id=69d93388-cff7-46ca-b95a-c3241d1aaf52 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:07:34.374 7 INFO neutron.api.v2.resource [None req-a73bdb07-c4ea-47fc-82c8-db6cf18106a4 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 774/1421] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:34 2026] DELETE /v2.0/routers/69d93388-cff7-46ca-b95a-c3241d1aaf52 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1422] 10.0.0.225 () {32 vars in 736 bytes} [Thu Feb 26 23:07:34 2026] GET /v2.0/ports?device_id=a722f27a-864f-42e5-af80-1a2f66db1a60 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:07:34.412 7 INFO neutron.api.v2.resource [None req-8a001dff-439a-419d-8f33-9a9d6610f657 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 776/1423] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:34 2026] DELETE /v2.0/routers/a722f27a-864f-42e5-af80-1a2f66db1a60 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:07:34.427 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f2875db3-8064-4d48-a668-6a6cb58b831d 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 777/1424] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:34 2026] DELETE /v2.0/subnets/33a7ecc1-7546-429b-b489-0fc796ad1c71 => 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: 778/1425] 10.0.0.225 () {32 vars in 736 bytes} [Thu Feb 26 23:07:34 2026] GET /v2.0/ports?device_id=6ff8277d-73a3-4197-bf7d-f881ca641877 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:07:34.467 7 INFO neutron.api.v2.resource [None req-a47c7129-fcf9-420d-9b66-15145919e197 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 779/1426] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:34 2026] DELETE /v2.0/routers/6ff8277d-73a3-4197-bf7d-f881ca641877 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:07:34.480 7 INFO neutron.pecan_wsgi.hooks.translation [None req-44e8ecac-af60-483d-9a9a-b03975f3c9b5 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 780/1427] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:34 2026] DELETE /v2.0/subnets/ddc5cb24-0895-4602-ae25-ecc6d9883cf6 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1428] 10.0.0.225 () {32 vars in 736 bytes} [Thu Feb 26 23:07:34 2026] GET /v2.0/ports?device_id=1aa21829-a0b0-4cfe-9af9-02024db738ca => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:07:34.519 7 INFO neutron.api.v2.resource [None req-7817c7d6-7192-416f-a968-69c047cc79ca 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 782/1429] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:34 2026] DELETE /v2.0/routers/1aa21829-a0b0-4cfe-9af9-02024db738ca => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:07:34.533 7 INFO neutron.pecan_wsgi.hooks.translation [None req-636ef22e-4e41-4dcf-b85a-905a70cb5758 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 783/1430] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:34 2026] DELETE /v2.0/subnets/18e32c65-faa7-4e82-9cb2-dca4e3e45b05 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:07:34.550 7 INFO neutron.pecan_wsgi.hooks.translation [None req-77181ea4-b891-45e3-9c1d-6e2c0cee5f27 1df9cc1252d143a487b4e25528cebcee 8d25ac53815341a6a63a1b9010d7c824 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 784/1431] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:34 2026] DELETE /v2.0/subnets/f80b43fd-e0cd-4a18-a1ce-75d5faea47da => 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: 785/1432] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:34 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => 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: 648/1433] 10.0.0.225 () {34 vars in 741 bytes} [Thu Feb 26 23:07:34 2026] PUT /v2.0/routers/c61a1600-58be-4336-ae43-cfea758dbc1a => generated 705 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1434] 10.0.0.225 () {32 vars in 721 bytes} [Thu Feb 26 23:07:34 2026] GET /v2.0/routers/c61a1600-58be-4336-ae43-cfea758dbc1a => generated 705 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1435] 10.0.0.225 () {32 vars in 736 bytes} [Thu Feb 26 23:07:34 2026] GET /v2.0/ports?device_id=c61a1600-58be-4336-ae43-cfea758dbc1a => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:07:34.986 7 INFO neutron_taas.services.taas.taas_plugin [None req-1b1de0cd-eb09-4722-a4c7-45417d76b08d 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] TaaS: Handle Delete Port: 37918c3d-ffc8-45f3-94c3-6323606eff3d 2026-02-26 23:07:34.989 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b1de0cd-eb09-4722-a4c7-45417d76b08d 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] Tap Mirror: Handle Delete Port: 37918c3d-ffc8-45f3-94c3-6323606eff3d [pid: 8|app: 0|req: 650/1436] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:07:35 2026] GET /v2.0/security-groups?tenant_id=8d25ac53815341a6a63a1b9010d7c824&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:07:35.257 7 INFO neutron_taas.services.taas.taas_plugin [None req-1b1de0cd-eb09-4722-a4c7-45417d76b08d 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] TaaS: Handle Delete Port: b4222f77-d1c8-4361-8086-494bc9247962 2026-02-26 23:07:35.261 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b1de0cd-eb09-4722-a4c7-45417d76b08d 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] Tap Mirror: Handle Delete Port: b4222f77-d1c8-4361-8086-494bc9247962 [pid: 8|app: 0|req: 651/1437] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:07:35 2026] DELETE /v2.0/security-groups/e9180a6e-7607-4fa7-87da-d6640166bf18 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:07:35.583 7 INFO neutron.db.l3_hamode_db [None req-1b1de0cd-eb09-4722-a4c7-45417d76b08d 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] HA network 8fbe2f19-774a-41fd-9977-2b8e3137ae37 was deleted as no HA routers are present in tenant 7b05fb114a77409bae14115bb99e3c2d. [pid: 7|app: 0|req: 787/1438] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:34 2026] DELETE /v2.0/routers/c61a1600-58be-4336-ae43-cfea758dbc1a => generated 0 bytes in 767 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1439] 10.0.0.225 () {32 vars in 736 bytes} [Thu Feb 26 23:07:35 2026] GET /v2.0/ports?device_id=c61a1600-58be-4336-ae43-cfea758dbc1a => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:07:35.646 7 INFO neutron.api.v2.resource [None req-90e0ff20-844d-45dd-abfb-fbd15efc4b32 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 788/1440] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:35 2026] DELETE /v2.0/routers/c61a1600-58be-4336-ae43-cfea758dbc1a => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1441] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:35 2026] GET /v2.0/ports?device_id=b3b4339f-a3f6-4f9d-ab1c-1679a687e3fc => 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: 789/1442] 10.0.0.225 () {32 vars in 736 bytes} [Thu Feb 26 23:07:35 2026] GET /v2.0/ports?device_id=60dee196-fffc-4d04-88f8-096d5abe45e0 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:07:35.692 8 INFO neutron.api.v2.resource [None req-5e38a37f-9ebb-41e5-9433-25e35d5f94ff 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 654/1443] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:35 2026] DELETE /v2.0/routers/60dee196-fffc-4d04-88f8-096d5abe45e0 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:07:35.711 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2140df6c-5a73-4e95-9735-180d290782d7 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 790/1444] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:35 2026] DELETE /v2.0/subnets/c72cef53-3118-4842-9d4a-708bfeac533c => 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: 655/1445] 10.0.0.225 () {32 vars in 736 bytes} [Thu Feb 26 23:07:35 2026] GET /v2.0/ports?device_id=eb82b528-2aca-4694-bcbf-5ff7a565f483 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:07:35.750 7 INFO neutron.api.v2.resource [None req-3bb1f1eb-0c9f-43da-8b33-662034e4b3e8 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 791/1446] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:35 2026] DELETE /v2.0/routers/eb82b528-2aca-4694-bcbf-5ff7a565f483 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:07:35.770 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ad93a842-eae5-4dca-95ce-4eb44ec7e333 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 656/1447] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:35 2026] DELETE /v2.0/subnets/a2a570e6-834a-4014-9815-6ab5dedb1c94 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:07:35.774 7 INFO neutron.services.segments.plugin [-] Segment 92ee2ce9-9a1b-45c5-b03b-acfb8cc2bc20 resource provider aggregate not found 2026-02-26 23:07:35.779 7 INFO neutron.services.segments.plugin [-] Segment 92ee2ce9-9a1b-45c5-b03b-acfb8cc2bc20 resource provider aggregate not found 2026-02-26 23:07:35.796 7 INFO neutron.services.segments.plugin [-] Segment 92ee2ce9-9a1b-45c5-b03b-acfb8cc2bc20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92ee2ce9-9a1b-45c5-b03b-acfb8cc2bc20 found for delete ", "request_id": "req-b12a62cf-b8df-437b-ac7b-13ce390f05ae"}]} 2026-02-26 23:07:35.806 7 INFO neutron.services.segments.plugin [-] Segment 92ee2ce9-9a1b-45c5-b03b-acfb8cc2bc20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92ee2ce9-9a1b-45c5-b03b-acfb8cc2bc20 found for delete ", "request_id": "req-3a6bd055-372b-447e-82f1-5830c8c19f13"}]} [pid: 7|app: 0|req: 792/1448] 10.0.0.225 () {32 vars in 736 bytes} [Thu Feb 26 23:07:35 2026] GET /v2.0/ports?device_id=99522723-cfaf-48dd-8857-4d1edee4465a => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:07:35.820 7 INFO neutron.services.segments.plugin [-] Segment ec5ebcec-3d19-4806-96c7-ddb4b8d3dfa8 resource provider aggregate not found 2026-02-26 23:07:35.825 7 INFO neutron.services.segments.plugin [-] Segment ec5ebcec-3d19-4806-96c7-ddb4b8d3dfa8 resource provider aggregate not found 2026-02-26 23:07:35.838 7 INFO neutron.services.segments.plugin [-] Segment ec5ebcec-3d19-4806-96c7-ddb4b8d3dfa8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec5ebcec-3d19-4806-96c7-ddb4b8d3dfa8 found for delete ", "request_id": "req-2c15ba5f-acb3-4df2-a783-26760a38518f"}]} 2026-02-26 23:07:35.839 8 INFO neutron.api.v2.resource [None req-518a4480-e115-4c27-badc-d5bb139c3f0b 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 657/1449] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:35 2026] DELETE /v2.0/routers/99522723-cfaf-48dd-8857-4d1edee4465a => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:07:35.842 7 INFO neutron.services.segments.plugin [-] Segment ec5ebcec-3d19-4806-96c7-ddb4b8d3dfa8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec5ebcec-3d19-4806-96c7-ddb4b8d3dfa8 found for delete ", "request_id": "req-2c77f77d-0887-4f1e-9455-749e8aaeda02"}]} 2026-02-26 23:07:35.860 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9620b03b-8b39-4ca9-9649-f266fc264783 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 793/1450] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:35 2026] DELETE /v2.0/subnets/948d6d62-13a2-4980-9036-1b1ab0baed5a => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:07:35.891 8 INFO neutron.pecan_wsgi.hooks.translation [None req-80ab0b50-d7a3-403b-8f2d-9e7f2700ff0b 671dd5bc05294a41b52c7e6a4b6dc472 7b05fb114a77409bae14115bb99e3c2d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 658/1451] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:35 2026] DELETE /v2.0/subnets/1eae4943-a076-44d2-ae7e-f3ea235253d6 => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1452] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:07:36 2026] GET /v2.0/security-groups?tenant_id=7b05fb114a77409bae14115bb99e3c2d&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1453] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:07:36 2026] DELETE /v2.0/security-groups/0a94ec3d-20ae-4c04-a849-784854c8ef84 => 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: 795/1454] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:07:36 2026] DELETE /v2.0/security-groups/390df738-b536-4afd-9382-1838155c0792 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:07:36.840 8 INFO neutron.api.v2.resource [None req-379ff4b4-2bf2-4e44-9bc4-9417594e76f8 dafed030b95e4d11a4b36843bab83ea6 c8ef146cbb9a42d09c97a2f4d7554186 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 660/1455] 10.0.0.225 () {32 vars in 737 bytes} [Thu Feb 26 23:07:36 2026] GET /v2.0/security-groups/390df738-b536-4afd-9382-1838155c0792 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:07:36.926 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae2a5ed6-fd14-4e3a-a5fa-e4242965d121 dafed030b95e4d11a4b36843bab83ea6 c8ef146cbb9a42d09c97a2f4d7554186 - - default default] TaaS: Handle Delete Port: 93e24f8f-310d-4ab9-b0b6-12ec03c505de 2026-02-26 23:07:36.928 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae2a5ed6-fd14-4e3a-a5fa-e4242965d121 dafed030b95e4d11a4b36843bab83ea6 c8ef146cbb9a42d09c97a2f4d7554186 - - default default] Tap Mirror: Handle Delete Port: 93e24f8f-310d-4ab9-b0b6-12ec03c505de [pid: 7|app: 0|req: 796/1456] 10.0.0.225 () {32 vars in 732 bytes} [Thu Feb 26 23:07:36 2026] DELETE /v2.0/floatingips/61699878-ce4f-4b91-a4bc-0c90e4b64aa8 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:07:37.539 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c97be57-4bce-4385-b417-274a291a7f46 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: e84ed022-65c0-490b-9428-3dfc3dee9c74 2026-02-26 23:07:37.546 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c97be57-4bce-4385-b417-274a291a7f46 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: e84ed022-65c0-490b-9428-3dfc3dee9c74 [pid: 8|app: 0|req: 661/1457] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:07:37 2026] PUT /v2.0/routers/d67e517e-a6d4-427c-8427-b4662728506c/remove_router_interface => generated 309 bytes in 930 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:38.272 7 INFO neutron_taas.services.taas.taas_plugin [None req-8264f628-87bd-4887-a0ca-05885fda87e8 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 4f8c1c21-5565-41c1-8deb-28e8d37b2ed2 2026-02-26 23:07:38.274 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8264f628-87bd-4887-a0ca-05885fda87e8 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 4f8c1c21-5565-41c1-8deb-28e8d37b2ed2 [pid: 8|app: 0|req: 662/1458] 10.0.0.225 () {34 vars in 677 bytes} [Thu Feb 26 23:07:38 2026] POST /v2.0/subnetpools => generated 549 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1459] 10.0.0.225 () {32 vars in 729 bytes} [Thu Feb 26 23:07:38 2026] GET /v2.0/subnetpools/f34b9933-e2ff-4a19-8c61-ed4786783d83 => generated 549 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1460] 10.0.0.225 () {34 vars in 749 bytes} [Thu Feb 26 23:07:38 2026] PUT /v2.0/subnetpools/f34b9933-e2ff-4a19-8c61-ed4786783d83 => generated 500 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:38.528 7 INFO neutron_taas.services.taas.taas_plugin [None req-8264f628-87bd-4887-a0ca-05885fda87e8 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 342310ba-6fbb-467c-9c73-5f8d5ffaa1e1 2026-02-26 23:07:38.531 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8264f628-87bd-4887-a0ca-05885fda87e8 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 342310ba-6fbb-467c-9c73-5f8d5ffaa1e1 [pid: 8|app: 0|req: 665/1461] 10.0.0.225 () {32 vars in 732 bytes} [Thu Feb 26 23:07:38 2026] DELETE /v2.0/subnetpools/f34b9933-e2ff-4a19-8c61-ed4786783d83 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:07:38.557 8 INFO neutron.api.v2.resource [None req-7fd2dfb2-9f32-41a5-8fd4-7a04db701e3a 43a0fc8f5ab645689afd17f7b0ca292a 65857173ac8b47b4b0e861e5d553d496 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 666/1462] 10.0.0.225 () {32 vars in 729 bytes} [Thu Feb 26 23:07:38 2026] GET /v2.0/subnetpools/f34b9933-e2ff-4a19-8c61-ed4786783d83 => generated 145 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:07:38.575 8 INFO neutron.api.v2.resource [None req-40d56fe8-02e6-493d-8f24-771659f298d6 43a0fc8f5ab645689afd17f7b0ca292a 65857173ac8b47b4b0e861e5d553d496 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 667/1463] 10.0.0.225 () {32 vars in 732 bytes} [Thu Feb 26 23:07:38 2026] DELETE /v2.0/subnetpools/f34b9933-e2ff-4a19-8c61-ed4786783d83 => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:07:38.888 7 INFO neutron.services.segments.plugin [-] Segment 83e3921b-12ca-41d3-818e-871803dccf97 resource provider aggregate not found 2026-02-26 23:07:38.891 7 INFO neutron.services.segments.plugin [-] Segment 83e3921b-12ca-41d3-818e-871803dccf97 resource provider aggregate not found 2026-02-26 23:07:38.905 7 INFO neutron.services.segments.plugin [-] Segment 83e3921b-12ca-41d3-818e-871803dccf97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83e3921b-12ca-41d3-818e-871803dccf97 found for delete ", "request_id": "req-9111a75c-6a8b-4c88-94b9-32491304aff4"}]} 2026-02-26 23:07:38.908 7 INFO neutron.services.segments.plugin [-] Segment 83e3921b-12ca-41d3-818e-871803dccf97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83e3921b-12ca-41d3-818e-871803dccf97 found for delete ", "request_id": "req-1d0b35cb-a740-46bc-a76f-cb1986f4e15b"}]} 2026-02-26 23:07:38.913 7 INFO neutron.db.l3_hamode_db [None req-8264f628-87bd-4887-a0ca-05885fda87e8 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] HA network ba394ef9-5565-4b57-8919-70336ee139c1 was deleted as no HA routers are present in tenant c8ef146cbb9a42d09c97a2f4d7554186. [pid: 7|app: 0|req: 797/1464] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:38 2026] DELETE /v2.0/routers/d67e517e-a6d4-427c-8427-b4662728506c => 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: 668/1465] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:07:38 2026] DELETE /v2.0/subnets/15b7c515-37ac-4bca-bd30-a458f02e57c6 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:07:39.253 8 INFO neutron_taas.services.taas.taas_plugin [None req-8582bdd2-66f9-451f-b3d5-5c06fecb9f35 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: c6d8eefc-210d-4545-b5eb-8e3c0b403d1d 2026-02-26 23:07:39.256 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8582bdd2-66f9-451f-b3d5-5c06fecb9f35 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: c6d8eefc-210d-4545-b5eb-8e3c0b403d1d [pid: 7|app: 0|req: 798/1466] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:07:39 2026] GET /v2.0/security-groups?tenant_id=65857173ac8b47b4b0e861e5d553d496&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:07:39.484 8 INFO neutron.services.segments.plugin [-] Segment 51476140-a61b-4731-a950-7967d78ad841 resource provider aggregate not found 2026-02-26 23:07:39.485 8 INFO neutron.services.segments.plugin [-] Segment 51476140-a61b-4731-a950-7967d78ad841 resource provider aggregate not found 2026-02-26 23:07:39.508 8 INFO neutron.services.segments.plugin [-] Segment 51476140-a61b-4731-a950-7967d78ad841 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51476140-a61b-4731-a950-7967d78ad841 found for delete ", "request_id": "req-b6c62160-bade-4131-8f15-893a4bb97b59"}]} 2026-02-26 23:07:39.511 8 INFO neutron.services.segments.plugin [-] Segment 51476140-a61b-4731-a950-7967d78ad841 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51476140-a61b-4731-a950-7967d78ad841 found for delete ", "request_id": "req-0df25725-436d-4ac9-b7e3-bbc8fb3f0879"}]} [pid: 7|app: 0|req: 799/1467] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:07:39 2026] DELETE /v2.0/security-groups/132608de-7afc-4ad7-bb43-66ad0aad5006 => 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: 669/1468] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:07:39 2026] DELETE /v2.0/networks/fed7e3af-a1f9-411b-b488-5acb1619e670 => generated 0 bytes in 394 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1469] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:07:39 2026] GET /v2.0/security-groups?tenant_id=c8ef146cbb9a42d09c97a2f4d7554186&name=default => generated 2921 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1470] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:07:39 2026] DELETE /v2.0/security-groups/2f143853-fd76-43e6-b21c-9b3b30475eac => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1471] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:07:39 2026] GET /v2.0/security-groups?tenant_id=f9fa5815898a412d802c5511a8551190&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1472] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:07:40 2026] DELETE /v2.0/security-groups/d3bf6518-8246-40cf-9194-881fcbd392e1 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1473] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:07:40 2026] GET /v2.0/security-groups?tenant_id=d77a154fbe364acdbc22a59198c466c2&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1474] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:07:40 2026] DELETE /v2.0/security-groups/bf3be21b-5225-44b8-a18e-fbc57ba3c909 => 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: 803/1475] 10.0.0.225 () {32 vars in 623 bytes} [Thu Feb 26 23:07:41 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1476] 10.0.0.225 () {32 vars in 633 bytes} [Thu Feb 26 23:07:41 2026] GET /v2.0/ => generated 632 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:41.776 7 INFO neutron.db.segments_db [None req-1a36a2bb-8115-4adf-97be-fba2c5eefa7f 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment cd958e91-3104-4d61-a198-13cfc143f165 of type vxlan for network c25f94e0-3782-4f9b-bba7-987d6ad9157c [pid: 7|app: 0|req: 804/1477] 10.0.0.225 () {34 vars in 671 bytes} [Thu Feb 26 23:07:41 2026] POST /v2.0/networks => generated 727 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1478] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:07:41 2026] POST /v2.0/subnets => generated 693 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:07:42.086 8 INFO neutron.db.segments_db [None req-63a45982-e278-4086-9672-902b8cf5dda1 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment 7f82c613-ecd8-4fdc-ab00-ef55d16e0e04 of type vxlan for network dcede949-49e8-4b40-88d7-8de9bf1d6dd8 [pid: 7|app: 0|req: 805/1479] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:07:41 2026] GET /v2.0/security-groups?tenant_id=31a51c0a52d14c1d9b6c1e2a3f5f5b5c&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1480] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:07:42 2026] DELETE /v2.0/security-groups/3aa90117-53d0-41f1-a4db-83a529d54eda => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:07:42.360 8 INFO neutron.db.l3_hamode_db [None req-63a45982-e278-4086-9672-902b8cf5dda1 72c6fe6874274327b3167f7b4432f9aa 8c4e734d4fa9401c8a1ec69954668549 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 23:07:43.191 8 INFO neutron.db.l3_hamode_db [None req-63a45982-e278-4086-9672-902b8cf5dda1 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 675/1481] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:07:42 2026] POST /v2.0/routers => generated 733 bytes in 1999 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1482] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:07:43 2026] GET /v2.0/security-groups?tenant_id=01e95c18cbc64f438575720d99f2cbf6&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1483] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:07:44 2026] DELETE /v2.0/security-groups/0c2d0568-bdb4-40cf-a46a-f1c423194d37 => 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: 676/1484] 10.0.0.225 () {34 vars in 783 bytes} [Thu Feb 26 23:07:44 2026] PUT /v2.0/routers/24342bce-0556-48be-9b92-e5d6a57f59dc/add_router_interface => generated 309 bytes in 994 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1487] 10.0.0.179 () {34 vars in 982 bytes} [Thu Feb 26 23:07:45 2026] GET /v2.0/networks?id=c25f94e0-3782-4f9b-bba7-987d6ad9157c => generated 678 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1488] 10.0.0.179 () {34 vars in 965 bytes} [Thu Feb 26 23:07:46 2026] GET /v2.0/quotas/8c4e734d4fa9401c8a1ec69954668549 => 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: 679/1489] 10.0.0.179 () {34 vars in 1002 bytes} [Thu Feb 26 23:07:46 2026] GET /v2.0/ports?tenant_id=8c4e734d4fa9401c8a1ec69954668549&fields=id => generated 57 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1490] 10.0.0.179 () {34 vars in 1008 bytes} [Thu Feb 26 23:07:46 2026] GET /v2.0/networks/c25f94e0-3782-4f9b-bba7-987d6ad9157c?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: 680/1491] 10.0.0.179 () {34 vars in 1108 bytes} [Thu Feb 26 23:07:46 2026] GET /v2.0/networks/c25f94e0-3782-4f9b-bba7-987d6ad9157c?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: 812/1492] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:46 2026] GET /v2.0/ports?device_id=f6abc502-3ddd-40c6-91f1-ede53c5f8a50 => 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: 681/1493] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:07:46 2026] GET /v2.0/security-groups?tenant_id=2df51e876f794d35a3a89e8f3a9ec118&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1494] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:07:46 2026] DELETE /v2.0/security-groups/cbb461a2-2b8a-4794-a0c6-4cc27e57da8f => 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: 682/1495] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:07:47 2026] GET /v2.0/security-groups?tenant_id=6472cfa13902487e898c75f5749d65f1&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1496] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:07:47 2026] DELETE /v2.0/security-groups/30876ad7-ce06-49aa-88e5-70283d1b1008 => 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: 683/1497] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:47 2026] GET /v2.0/ports?device_id=f6abc502-3ddd-40c6-91f1-ede53c5f8a50 => 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: 815/1498] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:48 2026] GET /v2.0/ports?device_id=f6abc502-3ddd-40c6-91f1-ede53c5f8a50 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1499] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:49 2026] GET /v2.0/ports?device_id=f6abc502-3ddd-40c6-91f1-ede53c5f8a50 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1500] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:07:49 2026] GET /v2.0/security-groups?tenant_id=78ede028770f43f8a1a8b6aca59b6a68&name=default => generated 2925 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1501] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:07:50 2026] DELETE /v2.0/security-groups/165e5465-25f9-42f8-85a0-0991d8bb2d66 => 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: 685/1502] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:07:50 2026] GET /v2.0/networks?id=c25f94e0-3782-4f9b-bba7-987d6ad9157c => generated 678 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1503] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:50 2026] GET /v2.0/ports?device_id=f6abc502-3ddd-40c6-91f1-ede53c5f8a50 => 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: 818/1504] 162.253.55.195 () {38 vars in 955 bytes} [Thu Feb 26 23:07:50 2026] POST /v2.0/ports => generated 954 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1505] 162.253.55.195 () {38 vars in 1028 bytes} [Thu Feb 26 23:07:51 2026] PUT /v2.0/ports/35265e36-f355-433a-a6ca-8e69ef5b0d6b => generated 1235 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:07:51.566 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-004e1748-409d-4089-add2-4cbe10959b47'] response: {'name': 'network-changed', 'server_uuid': 'f6abc502-3ddd-40c6-91f1-ede53c5f8a50', 'tag': '35265e36-f355-433a-a6ca-8e69ef5b0d6b', '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: 819/1506] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:51 2026] GET /v2.0/ports?device_id=f6abc502-3ddd-40c6-91f1-ede53c5f8a50 => 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: 688/1507] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:07:51 2026] GET /v2.0/security-groups?id=2acea0d1-5e98-48f6-8b54-c66dedf0b0cc&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: 820/1508] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:07:52 2026] GET /v2.0/ports?tenant_id=8c4e734d4fa9401c8a1ec69954668549&device_id=f6abc502-3ddd-40c6-91f1-ede53c5f8a50 => 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: 689/1509] 162.253.55.195 () {34 vars in 1018 bytes} [Thu Feb 26 23:07:52 2026] GET /v2.0/networks?tenant_id=8c4e734d4fa9401c8a1ec69954668549&shared=False => generated 774 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1510] 162.253.55.195 () {34 vars in 930 bytes} [Thu Feb 26 23:07:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1511] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:07:52 2026] GET /v2.0/routers => generated 1469 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1512] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 23:07:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1513] 10.0.0.23 () {28 vars in 676 bytes} [Thu Feb 26 23:07:52 2026] GET /v2.0/routers/24342bce-0556-48be-9b92-e5d6a57f59dc/l3-agents => generated 682 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1514] 10.0.0.23 () {28 vars in 676 bytes} [Thu Feb 26 23:07:52 2026] GET /v2.0/routers/bd67bfba-c033-4e17-adf2-4d1e6d2c77e0/l3-agents => generated 681 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1515] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 23:07:52 2026] GET /v2.0/networks => generated 5078 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1516] 10.0.0.179 () {34 vars in 1084 bytes} [Thu Feb 26 23:07:52 2026] GET /v2.0/ports?device_id=f6abc502-3ddd-40c6-91f1-ede53c5f8a50&device_id=be4682f0-37cc-4537-a5d8-c3b8a3588e75 => generated 2471 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1517] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 23:07:52 2026] GET /v2.0/security-groups => generated 26070 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1518] 10.0.0.179 () {34 vars in 1120 bytes} [Thu Feb 26 23:07:52 2026] GET /v2.0/security-groups?id=20031a9c-6249-470c-bfca-90626811b02c&id=2acea0d1-5e98-48f6-8b54-c66dedf0b0cc&fields=id&fields=name => generated 180 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1519] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:07:53 2026] GET /v2.0/subnets => generated 3916 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1520] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:52 2026] GET /v2.0/ports?device_id=f6abc502-3ddd-40c6-91f1-ede53c5f8a50 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1521] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 23:07:53 2026] GET /v2.0/agents => generated 3386 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1522] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:07:53 2026] GET /v2.0/security-groups?id=2acea0d1-5e98-48f6-8b54-c66dedf0b0cc&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: 828/1523] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 23:07:53 2026] GET /v2.0/network-ip-availabilities => generated 2918 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1524] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:07:53 2026] GET /v2.0/subnets => generated 3916 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1525] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:07:53 2026] GET /v2.0/subnetpools => generated 19 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1526] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:07:53 2026] GET /v2.0/floatingips => generated 861 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1527] 10.0.0.213 () {32 vars in 802 bytes} [Thu Feb 26 23:07:53 2026] GET /v2.0/extensions => generated 21537 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1528] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 23:07:53 2026] GET /v2.0/ports => generated 17495 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1529] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:07:53 2026] GET /v2.0/ports?tenant_id=8c4e734d4fa9401c8a1ec69954668549&device_id=f6abc502-3ddd-40c6-91f1-ede53c5f8a50 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1530] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:07:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=35265e36-f355-433a-a6ca-8e69ef5b0d6b => 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: 700/1531] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:07:53 2026] GET /v2.0/subnets?id=db1c7270-7266-4f52-9b67-888918861465 => generated 696 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1532] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:07:53 2026] GET /v2.0/ports?network_id=c25f94e0-3782-4f9b-bba7-987d6ad9157c&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: 701/1533] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:07:53 2026] GET /v2.0/networks/c25f94e0-3782-4f9b-bba7-987d6ad9157c?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: 702/1534] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:07:53 2026] GET /v2.0/networks/c25f94e0-3782-4f9b-bba7-987d6ad9157c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1535] 10.0.0.213 () {30 vars in 724 bytes} [Thu Feb 26 23:07:53 2026] GET /v2.0/quotas/62e480f0b96b4ce7a9db8746b7a3be3c/details => generated 847 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1536] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:07:53 2026] GET /v2.0/security-groups?tenant_id=b958b290401440f9b0e98ea5e0ef28dd&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1537] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:07:54 2026] DELETE /v2.0/security-groups/5c091909-0cd8-48b4-a1ba-3079ca5187ff => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1538] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:54 2026] GET /v2.0/ports?device_id=f6abc502-3ddd-40c6-91f1-ede53c5f8a50 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1539] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:07:54 2026] GET /v2.0/security-groups?id=2acea0d1-5e98-48f6-8b54-c66dedf0b0cc&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: 705/1540] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:55 2026] GET /v2.0/ports?device_id=f6abc502-3ddd-40c6-91f1-ede53c5f8a50 => generated 969 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1541] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:07:55 2026] GET /v2.0/security-groups?id=2acea0d1-5e98-48f6-8b54-c66dedf0b0cc&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-02-26 23:07:55.988 8 INFO neutron.db.segments_db [None req-876fa2e4-ecc8-41e5-813a-10ede180d259 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment c4078cc3-a9ec-43f1-accc-e439a5507513 of type vxlan for network dac024f5-e8ce-42dd-bd0d-23afc687fbef [pid: 8|app: 0|req: 706/1542] 10.0.0.225 () {34 vars in 671 bytes} [Thu Feb 26 23:07:55 2026] POST /v2.0/networks => generated 721 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1543] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:07:56 2026] POST /v2.0/subnets => generated 687 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:07:56.372 8 INFO neutron.db.segments_db [None req-68981949-cee3-43df-87be-1b26c0a919c9 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment 01ce06e4-3d5f-4c34-a36f-47faf0e4f966 of type vxlan for network 5b53d758-8335-4bc3-918e-56bfe023e6d3 [pid: 7|app: 0|req: 838/1544] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:56 2026] GET /v2.0/ports?device_id=f6abc502-3ddd-40c6-91f1-ede53c5f8a50 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1545] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:07:56 2026] GET /v2.0/security-groups?id=2acea0d1-5e98-48f6-8b54-c66dedf0b0cc&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: 840/1546] 10.0.0.213 () {32 vars in 802 bytes} [Thu Feb 26 23:07:56 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-02-26 23:07:56.639 8 INFO neutron.db.l3_hamode_db [None req-68981949-cee3-43df-87be-1b26c0a919c9 72c6fe6874274327b3167f7b4432f9aa 4da050c3433e453f8a403d806a12bff0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 841/1547] 10.0.0.213 () {30 vars in 724 bytes} [Thu Feb 26 23:07:56 2026] GET /v2.0/quotas/62e480f0b96b4ce7a9db8746b7a3be3c/details => generated 847 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:07:57.329 8 INFO neutron.db.l3_hamode_db [None req-68981949-cee3-43df-87be-1b26c0a919c9 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 842/1548] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:57 2026] GET /v2.0/ports?device_id=f6abc502-3ddd-40c6-91f1-ede53c5f8a50 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1549] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:07:57 2026] GET /v2.0/security-groups?id=2acea0d1-5e98-48f6-8b54-c66dedf0b0cc&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1550] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:07:56 2026] POST /v2.0/routers => generated 727 bytes in 1871 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1551] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:58 2026] GET /v2.0/ports?device_id=f6abc502-3ddd-40c6-91f1-ede53c5f8a50 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1552] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:07:58 2026] GET /v2.0/security-groups?id=2acea0d1-5e98-48f6-8b54-c66dedf0b0cc&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1553] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:07:59 2026] GET /v2.0/ports?device_id=f6abc502-3ddd-40c6-91f1-ede53c5f8a50 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1554] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:07:59 2026] GET /v2.0/security-groups?id=2acea0d1-5e98-48f6-8b54-c66dedf0b0cc&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: 844/1555] 10.0.0.225 () {34 vars in 783 bytes} [Thu Feb 26 23:07:58 2026] PUT /v2.0/routers/4c4748e3-d731-4f42-b787-8ce4ff00287b/add_router_interface => generated 309 bytes in 1269 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1556] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:07:59 2026] GET /v2.0/security-groups?tenant_id=62e480f0b96b4ce7a9db8746b7a3be3c&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1557] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:08:00 2026] DELETE /v2.0/security-groups/7099f34a-22e0-49f1-a8bb-733812635459 => 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: 713/1558] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:00 2026] GET /v2.0/ports?device_id=f6abc502-3ddd-40c6-91f1-ede53c5f8a50 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1559] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:08:00 2026] GET /v2.0/security-groups?id=2acea0d1-5e98-48f6-8b54-c66dedf0b0cc&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-02-26 23:08:00.919 8 INFO neutron.db.segments_db [None req-da3350fd-0f44-4e70-8aa8-fd4e94859f3e 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment 117e7b25-77d2-4b93-a466-04394a7b24f2 of type vxlan for network 9509d2c7-ab8c-449d-8e2c-84a65d6406be [pid: 8|app: 0|req: 715/1562] 10.0.0.225 () {34 vars in 671 bytes} [Thu Feb 26 23:08:00 2026] POST /v2.0/networks => generated 721 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1563] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:08:01 2026] POST /v2.0/subnets => generated 687 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:08:01.261 8 INFO neutron.db.segments_db [None req-cedf3c9a-9bb0-4858-9df1-869517602e2a 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment aeacf30c-190f-425f-b943-ff51bc112269 of type vxlan for network 95455dd9-ff0f-4fe6-bcb7-7786a34bd46d 2026-02-26 23:08:01.514 8 INFO neutron.db.l3_hamode_db [None req-cedf3c9a-9bb0-4858-9df1-869517602e2a 72c6fe6874274327b3167f7b4432f9aa 77fe7165dcbe4d10801693235a0e4abc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 849/1564] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:01 2026] GET /v2.0/ports?device_id=f6abc502-3ddd-40c6-91f1-ede53c5f8a50 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1565] 162.253.55.195 () {34 vars in 994 bytes} [Thu Feb 26 23:08:01 2026] GET /v2.0/ports?device_id=f6abc502-3ddd-40c6-91f1-ede53c5f8a50 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1566] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:08:01 2026] GET /v2.0/security-groups?id=2acea0d1-5e98-48f6-8b54-c66dedf0b0cc&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:08:01.821 7 INFO neutron_taas.services.taas.taas_plugin [req-95cd766c-d625-466d-bd1e-97eab8db0dc1 req-7a315771-1782-4657-9cb2-c905f8eab916 a53cd90e090e4397b9fd635469721c52 8c4e734d4fa9401c8a1ec69954668549 - - default default] TaaS: Handle Delete Port: 35265e36-f355-433a-a6ca-8e69ef5b0d6b 2026-02-26 23:08:01.825 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-95cd766c-d625-466d-bd1e-97eab8db0dc1 req-7a315771-1782-4657-9cb2-c905f8eab916 a53cd90e090e4397b9fd635469721c52 8c4e734d4fa9401c8a1ec69954668549 - - default default] Tap Mirror: Handle Delete Port: 35265e36-f355-433a-a6ca-8e69ef5b0d6b [pid: 7|app: 0|req: 852/1567] 162.253.55.195 () {36 vars in 997 bytes} [Thu Feb 26 23:08:01 2026] DELETE /v2.0/ports/35265e36-f355-433a-a6ca-8e69ef5b0d6b => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:08:01.999 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-71a10f49-5a1d-48c6-8df5-b4e7be87e539'] response: {'server_uuid': 'f6abc502-3ddd-40c6-91f1-ede53c5f8a50', 'name': 'network-vif-deleted', 'tag': '35265e36-f355-433a-a6ca-8e69ef5b0d6b', 'status': 'completed', 'code': 200} 2026-02-26 23:08:02.187 8 INFO neutron.db.l3_hamode_db [None req-cedf3c9a-9bb0-4858-9df1-869517602e2a 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 853/1568] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:02 2026] GET /v2.0/ports?device_id=f6abc502-3ddd-40c6-91f1-ede53c5f8a50 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1569] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:08:01 2026] POST /v2.0/routers => generated 727 bytes in 1793 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1570] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:03 2026] GET /v2.0/ports?device_id=f6abc502-3ddd-40c6-91f1-ede53c5f8a50 => 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: 854/1571] 10.0.0.225 () {34 vars in 783 bytes} [Thu Feb 26 23:08:03 2026] PUT /v2.0/routers/99462ed1-4df3-408b-a209-eb67f276df33/add_router_interface => generated 309 bytes in 1037 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1572] 10.0.0.225 () {34 vars in 676 bytes} [Thu Feb 26 23:08:04 2026] POST /v2.0/subnetpools => generated 516 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1573] 10.0.0.225 () {34 vars in 676 bytes} [Thu Feb 26 23:08:04 2026] POST /v2.0/subnetpools => generated 516 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1574] 10.0.0.225 () {34 vars in 685 bytes} [Thu Feb 26 23:08:04 2026] POST /v2.0/security-groups => generated 1673 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1575] 10.0.0.225 () {34 vars in 676 bytes} [Thu Feb 26 23:08:04 2026] POST /v2.0/subnetpools => generated 516 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1576] 10.0.0.225 () {34 vars in 676 bytes} [Thu Feb 26 23:08:04 2026] POST /v2.0/subnetpools => generated 516 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1577] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:08:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1578] 10.0.0.225 () {34 vars in 676 bytes} [Thu Feb 26 23:08:04 2026] POST /v2.0/subnetpools => generated 516 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1579] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:05 2026] GET /v2.0/ports?device_id=f6abc502-3ddd-40c6-91f1-ede53c5f8a50 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1580] 10.0.0.225 () {34 vars in 759 bytes} [Thu Feb 26 23:08:05 2026] PUT /v2.0/subnetpools/63072870-ef8a-44aa-9871-45a07478c4c1/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1581] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:08:05 2026] POST /v2.0/security-group-rules => generated 596 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1582] 10.0.0.225 () {34 vars in 759 bytes} [Thu Feb 26 23:08:05 2026] PUT /v2.0/subnetpools/ec4bef1c-4c3f-448a-a576-1584c4750cf0/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: 724/1583] 10.0.0.225 () {34 vars in 759 bytes} [Thu Feb 26 23:08:05 2026] PUT /v2.0/subnetpools/449fc939-3c11-4372-aaae-faad7101ae59/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1584] 10.0.0.225 () {34 vars in 759 bytes} [Thu Feb 26 23:08:05 2026] PUT /v2.0/subnetpools/e5ebdf60-6cbe-4991-b544-a6e84ee6f2ac/tags => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1585] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:08:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1586] 10.0.0.225 () {32 vars in 672 bytes} [Thu Feb 26 23:08:05 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1587] 10.0.0.225 () {32 vars in 686 bytes} [Thu Feb 26 23:08:05 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1588] 10.0.0.225 () {32 vars in 682 bytes} [Thu Feb 26 23:08:05 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1589] 10.0.0.225 () {32 vars in 694 bytes} [Thu Feb 26 23:08:05 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1590] 10.0.0.225 () {32 vars in 680 bytes} [Thu Feb 26 23:08:05 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: 7|app: 0|req: 861/1591] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:08:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1592] 10.0.0.225 () {32 vars in 694 bytes} [Thu Feb 26 23:08:05 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:08:05.432 7 INFO neutron.db.securitygroups_db [None req-6c7c5424-ff49-4b07-b61d-6dede7445353 b1b9b1b79047429bbf5dda284cd0a4a5 4da050c3433e453f8a403d806a12bff0 - - default default] Project 4da050c3433e453f8a403d806a12bff0 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: 732/1593] 10.0.0.225 () {32 vars in 690 bytes} [Thu Feb 26 23:08:05 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1594] 10.0.0.225 () {32 vars in 702 bytes} [Thu Feb 26 23:08:05 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: 8|app: 0|req: 734/1595] 10.0.0.225 () {32 vars in 732 bytes} [Thu Feb 26 23:08:05 2026] DELETE /v2.0/subnetpools/63072870-ef8a-44aa-9871-45a07478c4c1 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1596] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:08:05 2026] POST /v2.0/security-group-rules => generated 607 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:08:05.581 7 INFO neutron.db.securitygroups_db [None req-6d8b0150-8b85-49b1-9a4f-414381ab3651 b1b9b1b79047429bbf5dda284cd0a4a5 4da050c3433e453f8a403d806a12bff0 - - default default] Project 4da050c3433e453f8a403d806a12bff0 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: 735/1597] 10.0.0.225 () {32 vars in 732 bytes} [Thu Feb 26 23:08:05 2026] DELETE /v2.0/subnetpools/ec4bef1c-4c3f-448a-a576-1584c4750cf0 => 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: 736/1598] 10.0.0.225 () {32 vars in 732 bytes} [Thu Feb 26 23:08:05 2026] DELETE /v2.0/subnetpools/449fc939-3c11-4372-aaae-faad7101ae59 => 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: 863/1599] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:08:05 2026] POST /v2.0/security-group-rules => generated 606 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1600] 10.0.0.225 () {32 vars in 732 bytes} [Thu Feb 26 23:08:05 2026] DELETE /v2.0/subnetpools/e5ebdf60-6cbe-4991-b544-a6e84ee6f2ac => 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: 864/1601] 10.0.0.225 () {32 vars in 732 bytes} [Thu Feb 26 23:08:05 2026] DELETE /v2.0/subnetpools/dccef6e5-d9f9-4fca-88a1-d446617f15bb => 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: 865/1602] 10.0.0.225 () {34 vars in 685 bytes} [Thu Feb 26 23:08:06 2026] POST /v2.0/security-groups => generated 1659 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1603] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:08:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1604] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:08:06 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) 2026-02-26 23:08:06.835 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd207c07-fc64-4345-b07e-b6f83cf60037 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 5c339b3c-6d66-4b91-9926-3a149fa47bfe 2026-02-26 23:08:06.838 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd207c07-fc64-4345-b07e-b6f83cf60037 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 5c339b3c-6d66-4b91-9926-3a149fa47bfe /var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/model_query.py:373: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. (This warning originated from the Session 'autoflush' process, which was invoked automatically in response to a user-initiated operation. Consider using ``no_autoflush`` context manager if this warning happened while initializing objects.) items = [ [pid: 7|app: 0|req: 868/1605] 10.0.0.225 () {34 vars in 676 bytes} [Thu Feb 26 23:08:06 2026] POST /v2.0/floatingips => generated 552 bytes in 550 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1606] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:08:07 2026] GET /v2.0/security-groups?tenant_id=8a4e635b68bd46609b81c3172018a58d&name=default => generated 2925 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1607] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:08:06 2026] PUT /v2.0/routers/24342bce-0556-48be-9b92-e5d6a57f59dc/remove_router_interface => generated 309 bytes in 1283 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1608] 10.0.0.179 () {34 vars in 1098 bytes} [Thu Feb 26 23:08:07 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-118832520&fields=id&tenant_id=4da050c3433e453f8a403d806a12bff0 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1609] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:08:07 2026] DELETE /v2.0/security-groups/bfc0e8d5-024b-48c1-850f-347013bf39b8 => 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: 740/1610] 10.0.0.179 () {34 vars in 1098 bytes} [Thu Feb 26 23:08:07 2026] GET /v2.0/security-groups?name=tempest-securitygroup--461304110&fields=id&tenant_id=4da050c3433e453f8a403d806a12bff0 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1611] 10.0.0.179 () {34 vars in 982 bytes} [Thu Feb 26 23:08:07 2026] GET /v2.0/networks?id=dac024f5-e8ce-42dd-bd0d-23afc687fbef => generated 672 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1612] 10.0.0.179 () {34 vars in 965 bytes} [Thu Feb 26 23:08:07 2026] GET /v2.0/quotas/4da050c3433e453f8a403d806a12bff0 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:08:07.630 7 INFO neutron_taas.services.taas.taas_plugin [None req-cea7ca25-dd43-426e-9137-aef3851c63b6 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: aa10a8f6-e16c-4151-82cb-68533ab8cc40 2026-02-26 23:08:07.632 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cea7ca25-dd43-426e-9137-aef3851c63b6 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: aa10a8f6-e16c-4151-82cb-68533ab8cc40 [pid: 8|app: 0|req: 743/1613] 10.0.0.179 () {34 vars in 1002 bytes} [Thu Feb 26 23:08:07 2026] GET /v2.0/ports?tenant_id=4da050c3433e453f8a403d806a12bff0&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1614] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:08:07 2026] GET /v2.0/security-groups?tenant_id=6fbc3988118c4206b957b5ebd675ec90&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1615] 10.0.0.179 () {34 vars in 1008 bytes} [Thu Feb 26 23:08:07 2026] GET /v2.0/networks/dac024f5-e8ce-42dd-bd0d-23afc687fbef?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:08:07.858 7 INFO neutron_taas.services.taas.taas_plugin [None req-cea7ca25-dd43-426e-9137-aef3851c63b6 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 74e6c1a0-9d2f-4a69-995f-b74d27ad5149 2026-02-26 23:08:07.860 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cea7ca25-dd43-426e-9137-aef3851c63b6 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 74e6c1a0-9d2f-4a69-995f-b74d27ad5149 [pid: 8|app: 0|req: 746/1616] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:08:07 2026] DELETE /v2.0/security-groups/467fab91-897a-48e4-83e7-0458416adb49 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1617] 10.0.0.179 () {34 vars in 1108 bytes} [Thu Feb 26 23:08:07 2026] GET /v2.0/networks/dac024f5-e8ce-42dd-bd0d-23afc687fbef?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: 748/1618] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:08 2026] GET /v2.0/ports?device_id=5012d3b3-ae41-45fe-8a69-9095a7267bbd => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:08:08.248 7 INFO neutron.services.segments.plugin [-] Segment 7f82c613-ecd8-4fdc-ab00-ef55d16e0e04 resource provider aggregate not found 2026-02-26 23:08:08.256 7 INFO neutron.services.segments.plugin [-] Segment 7f82c613-ecd8-4fdc-ab00-ef55d16e0e04 resource provider aggregate not found 2026-02-26 23:08:08.276 7 INFO neutron.services.segments.plugin [-] Segment 7f82c613-ecd8-4fdc-ab00-ef55d16e0e04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f82c613-ecd8-4fdc-ab00-ef55d16e0e04 found for delete ", "request_id": "req-a9cf0941-1be9-47a9-adb7-27e185d45ba2"}]} [pid: 8|app: 0|req: 749/1619] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:08:08 2026] GET /v2.0/security-groups?tenant_id=904d7e9661d24e0a8d192aa2f48d9f87&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:08:08.284 7 INFO neutron.services.segments.plugin [-] Segment 7f82c613-ecd8-4fdc-ab00-ef55d16e0e04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f82c613-ecd8-4fdc-ab00-ef55d16e0e04 found for delete ", "request_id": "req-f221086f-f5d6-4474-9272-dea5098ab9de"}]} 2026-02-26 23:08:08.285 7 INFO neutron.db.l3_hamode_db [None req-cea7ca25-dd43-426e-9137-aef3851c63b6 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] HA network dcede949-49e8-4b40-88d7-8de9bf1d6dd8 was deleted as no HA routers are present in tenant 8c4e734d4fa9401c8a1ec69954668549. [pid: 7|app: 0|req: 871/1620] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:08:07 2026] DELETE /v2.0/routers/24342bce-0556-48be-9b92-e5d6a57f59dc => generated 0 bytes in 867 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1621] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:08:08 2026] DELETE /v2.0/security-groups/84cdf1cb-7f9d-4419-b2d1-46f607d73af2 => 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: 872/1622] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:08:08 2026] DELETE /v2.0/subnets/db1c7270-7266-4f52-9b67-888918861465 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:08:08.559 8 INFO neutron_taas.services.taas.taas_plugin [None req-89f41247-c7f4-47c1-9788-afba2c51180f 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 8b199f54-e712-4237-8e74-e889b6562ecc 2026-02-26 23:08:08.562 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89f41247-c7f4-47c1-9788-afba2c51180f 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 8b199f54-e712-4237-8e74-e889b6562ecc 2026-02-26 23:08:08.729 8 INFO neutron.services.segments.plugin [-] Segment cd958e91-3104-4d61-a198-13cfc143f165 resource provider aggregate not found 2026-02-26 23:08:08.734 8 INFO neutron.services.segments.plugin [-] Segment cd958e91-3104-4d61-a198-13cfc143f165 resource provider aggregate not found 2026-02-26 23:08:08.745 8 INFO neutron.services.segments.plugin [-] Segment cd958e91-3104-4d61-a198-13cfc143f165 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd958e91-3104-4d61-a198-13cfc143f165 found for delete ", "request_id": "req-03b2c5cf-69db-40ed-ada1-98f1e100f5be"}]} [pid: 8|app: 0|req: 751/1623] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:08:08 2026] DELETE /v2.0/networks/c25f94e0-3782-4f9b-bba7-987d6ad9157c => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:08:08.759 8 INFO neutron.services.segments.plugin [-] Segment cd958e91-3104-4d61-a198-13cfc143f165 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd958e91-3104-4d61-a198-13cfc143f165 found for delete ", "request_id": "req-ead59df1-bfbb-4f56-986b-0fa4409f248f"}]} [pid: 7|app: 0|req: 873/1624] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:08:08 2026] GET /v2.0/security-groups?tenant_id=8c4e734d4fa9401c8a1ec69954668549&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1625] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:08:08 2026] DELETE /v2.0/security-groups/2acea0d1-5e98-48f6-8b54-c66dedf0b0cc => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1626] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:09 2026] GET /v2.0/ports?device_id=5012d3b3-ae41-45fe-8a69-9095a7267bbd => 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: 753/1627] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:10 2026] GET /v2.0/ports?device_id=5012d3b3-ae41-45fe-8a69-9095a7267bbd => 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: 875/1628] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:11 2026] GET /v2.0/ports?device_id=5012d3b3-ae41-45fe-8a69-9095a7267bbd => 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: 754/1629] 10.0.0.225 () {34 vars in 676 bytes} [Thu Feb 26 23:08:11 2026] POST /v2.0/floatingips => generated 552 bytes in 659 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1630] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:08:12 2026] GET /v2.0/networks?id=dac024f5-e8ce-42dd-bd0d-23afc687fbef => generated 672 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1631] 10.0.0.225 () {34 vars in 759 bytes} [Thu Feb 26 23:08:12 2026] PUT /v2.0/floatingips/35e59139-7cda-4d04-b644-ab4f83d258c0/tags => generated 25 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1632] 162.253.55.195 () {34 vars in 1050 bytes} [Thu Feb 26 23:08:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4da050c3433e453f8a403d806a12bff0 => generated 272 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1633] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:12 2026] GET /v2.0/ports?device_id=5012d3b3-ae41-45fe-8a69-9095a7267bbd => 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: 757/1634] 10.0.0.225 () {32 vars in 739 bytes} [Thu Feb 26 23:08:12 2026] GET /v2.0/floatingips/35e59139-7cda-4d04-b644-ab4f83d258c0/tags => generated 25 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1635] 10.0.0.225 () {34 vars in 770 bytes} [Thu Feb 26 23:08:12 2026] PUT /v2.0/floatingips/35e59139-7cda-4d04-b644-ab4f83d258c0/tags/green => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1636] 10.0.0.225 () {32 vars in 739 bytes} [Thu Feb 26 23:08:12 2026] GET /v2.0/floatingips/35e59139-7cda-4d04-b644-ab4f83d258c0/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1637] 10.0.0.225 () {34 vars in 766 bytes} [Thu Feb 26 23:08:12 2026] PUT /v2.0/floatingips/35e59139-7cda-4d04-b644-ab4f83d258c0/tags/red => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1638] 10.0.0.225 () {32 vars in 739 bytes} [Thu Feb 26 23:08:12 2026] GET /v2.0/floatingips/35e59139-7cda-4d04-b644-ab4f83d258c0/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1639] 10.0.0.225 () {34 vars in 788 bytes} [Thu Feb 26 23:08:12 2026] PUT /v2.0/floatingips/35e59139-7cda-4d04-b644-ab4f83d258c0/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1640] 162.253.55.195 () {38 vars in 955 bytes} [Thu Feb 26 23:08:12 2026] POST /v2.0/ports => generated 993 bytes in 350 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: 763/1641] 10.0.0.225 () {32 vars in 739 bytes} [Thu Feb 26 23:08:12 2026] GET /v2.0/floatingips/35e59139-7cda-4d04-b644-ab4f83d258c0/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1642] 10.0.0.225 () {34 vars in 759 bytes} [Thu Feb 26 23:08:12 2026] PUT /v2.0/floatingips/35e59139-7cda-4d04-b644-ab4f83d258c0/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1643] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:08:12 2026] GET /v2.0/security-groups?tenant_id=e5cd6b2a0fb7464a9b141956cdd8c8a1&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1644] 10.0.0.225 () {32 vars in 739 bytes} [Thu Feb 26 23:08:13 2026] GET /v2.0/floatingips/35e59139-7cda-4d04-b644-ab4f83d258c0/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1645] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:08:13 2026] DELETE /v2.0/security-groups/d88de03d-5cac-43bb-983e-2a2f371f1be2 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1646] 162.253.55.195 () {38 vars in 1028 bytes} [Thu Feb 26 23:08:12 2026] PUT /v2.0/ports/b3383b1c-d31b-46e5-8ab1-92696f09a455 => generated 1274 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1647] 10.0.0.225 () {32 vars in 747 bytes} [Thu Feb 26 23:08:13 2026] GET /v2.0/floatingips/35e59139-7cda-4d04-b644-ab4f83d258c0/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:08:13.397 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-82057fae-b069-406c-98bd-7f38b9974c1e'] response: {'name': 'network-changed', 'server_uuid': '5012d3b3-ae41-45fe-8a69-9095a7267bbd', 'tag': 'b3383b1c-d31b-46e5-8ab1-92696f09a455', '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, ' 2026-02-26 23:08:13.447 7 INFO neutron.api.v2.resource [None req-c1fea576-d1e1-4e18-a716-17dc4aff55f2 ba9fb9f8392040758a3a2a56699b04bc b5e39fab4e7a48f28cad55a0c484f3a6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 880/1648] 10.0.0.225 () {32 vars in 751 bytes} [Thu Feb 26 23:08:13 2026] GET /v2.0/floatingips/35e59139-7cda-4d04-b644-ab4f83d258c0/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1649] 10.0.0.225 () {32 vars in 750 bytes} [Thu Feb 26 23:08:13 2026] DELETE /v2.0/floatingips/35e59139-7cda-4d04-b644-ab4f83d258c0/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1650] 10.0.0.225 () {32 vars in 739 bytes} [Thu Feb 26 23:08:13 2026] GET /v2.0/floatingips/35e59139-7cda-4d04-b644-ab4f83d258c0/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1651] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:08:13 2026] GET /v2.0/security-groups?tenant_id=7b68730323914cee8bab6dec523c7761&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:08:13.600 7 INFO neutron.api.v2.resource [None req-ceb5f2e2-abb6-402f-901e-0f5fe9f46691 ba9fb9f8392040758a3a2a56699b04bc b5e39fab4e7a48f28cad55a0c484f3a6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 883/1652] 10.0.0.225 () {32 vars in 754 bytes} [Thu Feb 26 23:08:13 2026] DELETE /v2.0/floatingips/35e59139-7cda-4d04-b644-ab4f83d258c0/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1653] 10.0.0.225 () {32 vars in 742 bytes} [Thu Feb 26 23:08:13 2026] DELETE /v2.0/floatingips/35e59139-7cda-4d04-b644-ab4f83d258c0/tags => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1654] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:08:13 2026] DELETE /v2.0/security-groups/96c67cc9-7fea-468b-84d4-8e26ff20fea8 => 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: 885/1655] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:13 2026] GET /v2.0/ports?device_id=5012d3b3-ae41-45fe-8a69-9095a7267bbd => generated 1008 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1656] 10.0.0.225 () {32 vars in 739 bytes} [Thu Feb 26 23:08:13 2026] GET /v2.0/floatingips/35e59139-7cda-4d04-b644-ab4f83d258c0/tags => 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: 886/1657] 10.0.0.179 () {34 vars in 1120 bytes} [Thu Feb 26 23:08:13 2026] GET /v2.0/security-groups?id=b2c6e927-4904-47cd-b731-ff2e90c1cd65&id=23a91893-d801-4829-a9ba-47660c697d0f&fields=id&fields=name => generated 205 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:08:13.831 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae62080a-4576-4be0-84b9-a1f7da21b2b5 ba9fb9f8392040758a3a2a56699b04bc b5e39fab4e7a48f28cad55a0c484f3a6 - - default default] TaaS: Handle Delete Port: e6a71a1b-ffed-4e4b-b504-8c0c4b6bc5a6 2026-02-26 23:08:13.835 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae62080a-4576-4be0-84b9-a1f7da21b2b5 ba9fb9f8392040758a3a2a56699b04bc b5e39fab4e7a48f28cad55a0c484f3a6 - - default default] Tap Mirror: Handle Delete Port: e6a71a1b-ffed-4e4b-b504-8c0c4b6bc5a6 [pid: 7|app: 0|req: 887/1658] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:08:13 2026] GET /v2.0/ports?tenant_id=4da050c3433e453f8a403d806a12bff0&device_id=5012d3b3-ae41-45fe-8a69-9095a7267bbd => generated 1277 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1659] 162.253.55.195 () {34 vars in 1018 bytes} [Thu Feb 26 23:08:13 2026] GET /v2.0/networks?tenant_id=4da050c3433e453f8a403d806a12bff0&shared=False => generated 768 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1660] 162.253.55.195 () {34 vars in 930 bytes} [Thu Feb 26 23:08:13 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1661] 10.0.0.225 () {32 vars in 732 bytes} [Thu Feb 26 23:08:13 2026] DELETE /v2.0/floatingips/35e59139-7cda-4d04-b644-ab4f83d258c0 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1662] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:08:14 2026] GET /v2.0/security-groups?tenant_id=64f279a76d75467790b06a560f0f1d86&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: 773/1663] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:14 2026] GET /v2.0/ports?device_id=5012d3b3-ae41-45fe-8a69-9095a7267bbd => generated 1008 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1664] 10.0.0.179 () {34 vars in 1120 bytes} [Thu Feb 26 23:08:14 2026] GET /v2.0/security-groups?id=b2c6e927-4904-47cd-b731-ff2e90c1cd65&id=23a91893-d801-4829-a9ba-47660c697d0f&fields=id&fields=name => generated 205 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1665] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:08:14 2026] DELETE /v2.0/security-groups/afceb0fa-7d2a-4cb6-b28a-395b6a320739 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1666] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:08:15 2026] GET /v2.0/ports?tenant_id=4da050c3433e453f8a403d806a12bff0&device_id=5012d3b3-ae41-45fe-8a69-9095a7267bbd => 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: 892/1667] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:08:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=b3383b1c-d31b-46e5-8ab1-92696f09a455 => 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: 776/1668] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:08:15 2026] GET /v2.0/subnets?id=bfe1499c-f4f1-41c4-903d-f060f64c3a39 => generated 690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1669] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:08:15 2026] GET /v2.0/ports?network_id=dac024f5-e8ce-42dd-bd0d-23afc687fbef&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1670] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:08:15 2026] GET /v2.0/networks/dac024f5-e8ce-42dd-bd0d-23afc687fbef?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1671] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:08:15 2026] GET /v2.0/networks/dac024f5-e8ce-42dd-bd0d-23afc687fbef?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: 777/1672] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:08:15 2026] GET /v2.0/security-groups?tenant_id=b5e39fab4e7a48f28cad55a0c484f3a6&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1673] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:08:15 2026] DELETE /v2.0/security-groups/fa72bfbf-4211-419c-b593-c0590de788e2 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1676] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:16 2026] GET /v2.0/ports?device_id=5012d3b3-ae41-45fe-8a69-9095a7267bbd => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1677] 10.0.0.179 () {34 vars in 1120 bytes} [Thu Feb 26 23:08:16 2026] GET /v2.0/security-groups?id=b2c6e927-4904-47cd-b731-ff2e90c1cd65&id=23a91893-d801-4829-a9ba-47660c697d0f&fields=id&fields=name => generated 205 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1678] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:17 2026] GET /v2.0/ports?device_id=5012d3b3-ae41-45fe-8a69-9095a7267bbd => generated 1008 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1679] 10.0.0.179 () {34 vars in 1120 bytes} [Thu Feb 26 23:08:17 2026] GET /v2.0/security-groups?id=b2c6e927-4904-47cd-b731-ff2e90c1cd65&id=23a91893-d801-4829-a9ba-47660c697d0f&fields=id&fields=name => generated 205 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1680] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:18 2026] GET /v2.0/ports?device_id=5012d3b3-ae41-45fe-8a69-9095a7267bbd => generated 1010 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1681] 10.0.0.179 () {34 vars in 1120 bytes} [Thu Feb 26 23:08:18 2026] GET /v2.0/security-groups?id=b2c6e927-4904-47cd-b731-ff2e90c1cd65&id=23a91893-d801-4829-a9ba-47660c697d0f&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1682] 162.253.55.195 () {34 vars in 994 bytes} [Thu Feb 26 23:08:18 2026] GET /v2.0/ports?device_id=5012d3b3-ae41-45fe-8a69-9095a7267bbd => generated 1279 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1683] 162.253.55.195 () {34 vars in 1124 bytes} [Thu Feb 26 23:08:18 2026] GET /v2.0/security-groups?id=b2c6e927-4904-47cd-b731-ff2e90c1cd65&id=23a91893-d801-4829-a9ba-47660c697d0f&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:08:19.359 8 INFO neutron.db.segments_db [None req-58ef1c74-f9b8-4901-96ca-67ce12b679a6 e8d4ec0ed8b143b78ab294fd81a76ef2 38f1ca30d3914c8eb847ef9e3303a089 - - default default] Added segment fadb7529-08d3-4744-b8ed-e8105ca41ba3 of type vxlan for network a2ce3414-c66b-4d32-930e-d78feb829f3f [pid: 8|app: 0|req: 782/1684] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:08:18 2026] POST /v2.0/networks => generated 612 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1685] 10.0.0.225 () {34 vars in 753 bytes} [Thu Feb 26 23:08:19 2026] PUT /v2.0/networks/a2ce3414-c66b-4d32-930e-d78feb829f3f/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: 783/1686] 10.0.0.225 () {32 vars in 733 bytes} [Thu Feb 26 23:08:19 2026] GET /v2.0/networks/a2ce3414-c66b-4d32-930e-d78feb829f3f/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1687] 10.0.0.225 () {34 vars in 764 bytes} [Thu Feb 26 23:08:19 2026] PUT /v2.0/networks/a2ce3414-c66b-4d32-930e-d78feb829f3f/tags/green => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1688] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:19 2026] GET /v2.0/ports?device_id=5012d3b3-ae41-45fe-8a69-9095a7267bbd => generated 1010 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1689] 10.0.0.225 () {32 vars in 733 bytes} [Thu Feb 26 23:08:19 2026] GET /v2.0/networks/a2ce3414-c66b-4d32-930e-d78feb829f3f/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1690] 10.0.0.179 () {34 vars in 1120 bytes} [Thu Feb 26 23:08:19 2026] GET /v2.0/security-groups?id=b2c6e927-4904-47cd-b731-ff2e90c1cd65&id=23a91893-d801-4829-a9ba-47660c697d0f&fields=id&fields=name => generated 205 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1691] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:08:19 2026] GET /v2.0/security-groups?tenant_id=079ded0275dc4e0a934ebbd02ce89a7a&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: 788/1692] 10.0.0.225 () {34 vars in 760 bytes} [Thu Feb 26 23:08:19 2026] PUT /v2.0/networks/a2ce3414-c66b-4d32-930e-d78feb829f3f/tags/red => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1693] 10.0.0.225 () {32 vars in 733 bytes} [Thu Feb 26 23:08:19 2026] GET /v2.0/networks/a2ce3414-c66b-4d32-930e-d78feb829f3f/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: 905/1694] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:08:19 2026] DELETE /v2.0/security-groups/3cc696d9-2c15-45c0-981f-6eefb804b2e5 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1695] 10.0.0.225 () {34 vars in 782 bytes} [Thu Feb 26 23:08:19 2026] PUT /v2.0/networks/a2ce3414-c66b-4d32-930e-d78feb829f3f/tags/black.or.white => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1696] 10.0.0.225 () {32 vars in 733 bytes} [Thu Feb 26 23:08:19 2026] GET /v2.0/networks/a2ce3414-c66b-4d32-930e-d78feb829f3f/tags => generated 52 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1697] 10.0.0.225 () {34 vars in 753 bytes} [Thu Feb 26 23:08:20 2026] PUT /v2.0/networks/a2ce3414-c66b-4d32-930e-d78feb829f3f/tags => generated 37 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1698] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:08:19 2026] GET /v2.0/security-groups?tenant_id=4c2940801024473bb96d556a05e76386&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1699] 10.0.0.225 () {32 vars in 733 bytes} [Thu Feb 26 23:08:20 2026] GET /v2.0/networks/a2ce3414-c66b-4d32-930e-d78feb829f3f/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1700] 10.0.0.225 () {32 vars in 741 bytes} [Thu Feb 26 23:08:20 2026] GET /v2.0/networks/a2ce3414-c66b-4d32-930e-d78feb829f3f/tags/red => 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: 792/1701] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:08:20 2026] DELETE /v2.0/security-groups/91adc473-5927-426d-8ed6-aa4eefe88a8d => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:08:20.280 7 INFO neutron.api.v2.resource [None req-44d043e0-4867-4878-b44c-1b64a5ef7692 e8d4ec0ed8b143b78ab294fd81a76ef2 38f1ca30d3914c8eb847ef9e3303a089 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 910/1702] 10.0.0.225 () {32 vars in 745 bytes} [Thu Feb 26 23:08:20 2026] GET /v2.0/networks/a2ce3414-c66b-4d32-930e-d78feb829f3f/tags/green => generated 99 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1703] 10.0.0.225 () {32 vars in 744 bytes} [Thu Feb 26 23:08:20 2026] DELETE /v2.0/networks/a2ce3414-c66b-4d32-930e-d78feb829f3f/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1704] 10.0.0.225 () {32 vars in 733 bytes} [Thu Feb 26 23:08:20 2026] GET /v2.0/networks/a2ce3414-c66b-4d32-930e-d78feb829f3f/tags => generated 30 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:08:20.457 8 INFO neutron.api.v2.resource [None req-91507b46-4f9d-420d-9225-cf8d52c7c373 e8d4ec0ed8b143b78ab294fd81a76ef2 38f1ca30d3914c8eb847ef9e3303a089 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 794/1705] 10.0.0.225 () {32 vars in 748 bytes} [Thu Feb 26 23:08:20 2026] DELETE /v2.0/networks/a2ce3414-c66b-4d32-930e-d78feb829f3f/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1706] 10.0.0.225 () {32 vars in 736 bytes} [Thu Feb 26 23:08:20 2026] DELETE /v2.0/networks/a2ce3414-c66b-4d32-930e-d78feb829f3f/tags => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1707] 10.0.0.225 () {32 vars in 733 bytes} [Thu Feb 26 23:08:20 2026] GET /v2.0/networks/a2ce3414-c66b-4d32-930e-d78feb829f3f/tags => generated 12 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:08:20.763 7 INFO neutron.services.segments.plugin [-] Segment fadb7529-08d3-4744-b8ed-e8105ca41ba3 resource provider aggregate not found 2026-02-26 23:08:20.769 7 INFO neutron.services.segments.plugin [-] Segment fadb7529-08d3-4744-b8ed-e8105ca41ba3 resource provider aggregate not found 2026-02-26 23:08:20.786 7 INFO neutron.services.segments.plugin [-] Segment fadb7529-08d3-4744-b8ed-e8105ca41ba3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fadb7529-08d3-4744-b8ed-e8105ca41ba3 found for delete ", "request_id": "req-84951d2d-9519-48ff-a6be-950e966eb223"}]} 2026-02-26 23:08:20.793 7 INFO neutron.services.segments.plugin [-] Segment fadb7529-08d3-4744-b8ed-e8105ca41ba3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fadb7529-08d3-4744-b8ed-e8105ca41ba3 found for delete ", "request_id": "req-a4947c59-ac54-4c86-ad09-bdb829f1827b"}]} [pid: 7|app: 0|req: 913/1708] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:08:20 2026] DELETE /v2.0/networks/a2ce3414-c66b-4d32-930e-d78feb829f3f => 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: 796/1709] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:20 2026] GET /v2.0/ports?device_id=5012d3b3-ae41-45fe-8a69-9095a7267bbd => generated 1010 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1710] 10.0.0.179 () {34 vars in 1120 bytes} [Thu Feb 26 23:08:20 2026] GET /v2.0/security-groups?id=b2c6e927-4904-47cd-b731-ff2e90c1cd65&id=23a91893-d801-4829-a9ba-47660c697d0f&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1711] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:21 2026] GET /v2.0/ports?device_id=5012d3b3-ae41-45fe-8a69-9095a7267bbd => generated 1010 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:08:21.354 7 INFO neutron.db.l3_db [None req-00b0a345-044a-4182-a1f2-bdc43ad63c8b b1b9b1b79047429bbf5dda284cd0a4a5 4da050c3433e453f8a403d806a12bff0 - - default default] Floating IP fce00fed-5ef7-469b-a17c-fd7c7437eb2f associated. External IP: 10.96.250.217, port: b3383b1c-d31b-46e5-8ab1-92696f09a455. [pid: 8|app: 0|req: 798/1712] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:08:21 2026] GET /v2.0/security-groups?tenant_id=d3d1aad857ff4322a3fed41e43766cd4&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1713] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:08:21 2026] DELETE /v2.0/security-groups/89ffa8a5-c37f-4b99-bfb0-f5ebf4ee5223 => 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: 915/1714] 10.0.0.225 () {34 vars in 749 bytes} [Thu Feb 26 23:08:21 2026] PUT /v2.0/floatingips/fce00fed-5ef7-469b-a17c-fd7c7437eb2f => generated 855 bytes in 671 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:08:21.767 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3cbcf59-e43e-4a63-aecf-afa08ab433dc'] response: {'name': 'network-changed', 'server_uuid': '5012d3b3-ae41-45fe-8a69-9095a7267bbd', 'tag': 'b3383b1c-d31b-46e5-8ab1-92696f09a455', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 800/1715] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:08:21 2026] GET /v2.0/security-groups?tenant_id=38f1ca30d3914c8eb847ef9e3303a089&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1716] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:08:21 2026] DELETE /v2.0/security-groups/756dc94c-fdea-490e-a5ac-fbccc0b9f68a => 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: 917/1717] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:08:22 2026] GET /v2.0/ports?tenant_id=4da050c3433e453f8a403d806a12bff0&device_id=5012d3b3-ae41-45fe-8a69-9095a7267bbd => generated 1279 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1718] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:08:22 2026] GET /v2.0/networks?id=dac024f5-e8ce-42dd-bd0d-23afc687fbef => generated 768 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1719] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:08:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=b3383b1c-d31b-46e5-8ab1-92696f09a455 => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1720] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:08:22 2026] GET /v2.0/subnets?id=bfe1499c-f4f1-41c4-903d-f060f64c3a39 => generated 690 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1721] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:08:22 2026] GET /v2.0/ports?network_id=dac024f5-e8ce-42dd-bd0d-23afc687fbef&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:08:22.499 8 INFO neutron.db.segments_db [None req-e7da21cf-9969-420b-9563-0d543bc6fd0b 970a81c4d71a4220b9d328917265a225 3ff8666056a6408ea679825d8661d7fa - - default default] Added segment d150544f-2e9e-4c97-b297-439bac337325 of type vxlan for network f83c1a7f-6f75-4cc0-9354-241888092e7b [pid: 7|app: 0|req: 922/1722] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:08:22 2026] GET /v2.0/networks/dac024f5-e8ce-42dd-bd0d-23afc687fbef?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:08:22.559 8 INFO neutron.db.segments_db [None req-e7da21cf-9969-420b-9563-0d543bc6fd0b 970a81c4d71a4220b9d328917265a225 3ff8666056a6408ea679825d8661d7fa - - default default] Added segment e12dca6a-4591-4a7d-9215-db85537a2e2a of type vxlan for network 8ca5729a-1f40-4c91-8010-8137395a52f0 [pid: 7|app: 0|req: 923/1723] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:08:22 2026] GET /v2.0/networks/dac024f5-e8ce-42dd-bd0d-23afc687fbef?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: 801/1724] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:08:22 2026] POST /v2.0/networks => generated 1207 bytes in 563 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1725] 10.0.0.225 () {32 vars in 649 bytes} [Thu Feb 26 23:08:22 2026] GET /v2.0/networks => generated 1844 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:08:22.874 8 INFO neutron.services.segments.plugin [-] Segment d150544f-2e9e-4c97-b297-439bac337325 resource provider aggregate not found 2026-02-26 23:08:22.878 8 INFO neutron.services.segments.plugin [-] Segment d150544f-2e9e-4c97-b297-439bac337325 resource provider aggregate not found 2026-02-26 23:08:22.892 8 INFO neutron.services.segments.plugin [-] Segment d150544f-2e9e-4c97-b297-439bac337325 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d150544f-2e9e-4c97-b297-439bac337325 found for delete ", "request_id": "req-671946a1-c6e7-4935-aded-92f0ed312eb3"}]} 2026-02-26 23:08:22.897 8 INFO neutron.services.segments.plugin [-] Segment d150544f-2e9e-4c97-b297-439bac337325 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d150544f-2e9e-4c97-b297-439bac337325 found for delete ", "request_id": "req-9c61bffd-4fb5-4f3d-8184-4d8efa149356"}]} [pid: 8|app: 0|req: 802/1726] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:08:22 2026] DELETE /v2.0/networks/f83c1a7f-6f75-4cc0-9354-241888092e7b => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:08:23.017 7 INFO neutron.services.segments.plugin [-] Segment e12dca6a-4591-4a7d-9215-db85537a2e2a resource provider aggregate not found 2026-02-26 23:08:23.026 7 INFO neutron.services.segments.plugin [-] Segment e12dca6a-4591-4a7d-9215-db85537a2e2a resource provider aggregate not found 2026-02-26 23:08:23.045 7 INFO neutron.services.segments.plugin [-] Segment e12dca6a-4591-4a7d-9215-db85537a2e2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e12dca6a-4591-4a7d-9215-db85537a2e2a found for delete ", "request_id": "req-d1d7dd80-2656-47d0-9837-e30a18ee7d2b"}]} 2026-02-26 23:08:23.046 7 INFO neutron.services.segments.plugin [-] Segment e12dca6a-4591-4a7d-9215-db85537a2e2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e12dca6a-4591-4a7d-9215-db85537a2e2a found for delete ", "request_id": "req-39e0ae5b-a4a9-433e-974e-a2211e9f5844"}]} [pid: 7|app: 0|req: 925/1727] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:08:22 2026] DELETE /v2.0/networks/8ca5729a-1f40-4c91-8010-8137395a52f0 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1728] 10.0.0.225 () {32 vars in 649 bytes} [Thu Feb 26 23:08:23 2026] GET /v2.0/networks => generated 651 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:08:23.208 7 INFO neutron.db.segments_db [None req-a2d42720-d08e-4d4e-aa6d-ee3a01fb3859 970a81c4d71a4220b9d328917265a225 3ff8666056a6408ea679825d8661d7fa - - default default] Added segment b3c2d245-121c-462d-a4dc-f8f68494188a of type vxlan for network 1c713424-d770-4aa6-9bbe-820053b2446a [pid: 7|app: 0|req: 926/1729] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:08:23 2026] POST /v2.0/networks => generated 634 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:08:23.384 8 INFO neutron.db.segments_db [None req-3a1bd549-152e-490c-88f5-f8c01c00b1ac 970a81c4d71a4220b9d328917265a225 3ff8666056a6408ea679825d8661d7fa - - default default] Added segment 5f0b22a8-3758-4729-bdd8-a8d46fd837a9 of type vxlan for network c15d10a7-895e-40f4-8ed2-c35dd027bdc9 [pid: 8|app: 0|req: 804/1730] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:08:23 2026] POST /v2.0/networks => generated 635 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1731] 10.0.0.225 () {34 vars in 665 bytes} [Thu Feb 26 23:08:23 2026] POST /v2.0/ports => generated 1505 bytes in 523 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1732] 10.0.0.225 () {32 vars in 643 bytes} [Thu Feb 26 23:08:24 2026] GET /v2.0/ports => generated 1505 bytes in 123 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-02-26 23:08:24.252 7 INFO neutron_taas.services.taas.taas_plugin [None req-d99f7ccb-5c5d-4944-963f-13bff868fc2a 970a81c4d71a4220b9d328917265a225 3ff8666056a6408ea679825d8661d7fa - - default default] TaaS: Handle Delete Port: 80fb02d3-4dcd-4405-9b64-6c2023b2fc0c 2026-02-26 23:08:24.255 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d99f7ccb-5c5d-4944-963f-13bff868fc2a 970a81c4d71a4220b9d328917265a225 3ff8666056a6408ea679825d8661d7fa - - default default] Tap Mirror: Handle Delete Port: 80fb02d3-4dcd-4405-9b64-6c2023b2fc0c [pid: 7|app: 0|req: 928/1733] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:08:24 2026] DELETE /v2.0/ports/80fb02d3-4dcd-4405-9b64-6c2023b2fc0c => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:08:24.438 8 INFO neutron_taas.services.taas.taas_plugin [None req-c4ecd7c8-53b3-4166-a6c2-61beaa28d352 970a81c4d71a4220b9d328917265a225 3ff8666056a6408ea679825d8661d7fa - - default default] TaaS: Handle Delete Port: 9502340a-58ca-474b-a3e2-e72933ad6410 2026-02-26 23:08:24.441 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4ecd7c8-53b3-4166-a6c2-61beaa28d352 970a81c4d71a4220b9d328917265a225 3ff8666056a6408ea679825d8661d7fa - - default default] Tap Mirror: Handle Delete Port: 9502340a-58ca-474b-a3e2-e72933ad6410 [pid: 8|app: 0|req: 806/1734] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:08:24 2026] DELETE /v2.0/ports/9502340a-58ca-474b-a3e2-e72933ad6410 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1735] 10.0.0.225 () {32 vars in 643 bytes} [Thu Feb 26 23:08:24 2026] GET /v2.0/ports => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:08:24.600 8 INFO neutron.db.segments_db [None req-fecfe17f-99fb-4f53-90ef-a62382c23bff 970a81c4d71a4220b9d328917265a225 3ff8666056a6408ea679825d8661d7fa - - default default] Added segment 67eeef4c-6412-465d-bc07-97a3322e0308 of type vxlan for network f6575637-4590-489b-97ea-c935a9efa016 [pid: 8|app: 0|req: 807/1736] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:08:24 2026] POST /v2.0/networks => generated 635 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:08:24.779 7 INFO neutron.db.segments_db [None req-af3771dc-9060-4084-8666-86abb99e7049 970a81c4d71a4220b9d328917265a225 3ff8666056a6408ea679825d8661d7fa - - default default] Added segment 33a43b2b-f19c-4f47-bedf-c920597f2f28 of type vxlan for network 47732dc6-c1cd-4c5b-a78f-e8ba42786009 [pid: 7|app: 0|req: 930/1737] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:08:24 2026] POST /v2.0/networks => generated 634 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1738] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:08:25 2026] POST /v2.0/subnets => generated 1323 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1739] 10.0.0.225 () {32 vars in 647 bytes} [Thu Feb 26 23:08:25 2026] GET /v2.0/subnets => generated 1959 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1740] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:08:25 2026] DELETE /v2.0/subnets/b51be1e8-bac4-4acf-9bdf-bc8e50890487 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1741] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:08:26 2026] DELETE /v2.0/subnets/b13180a6-7d59-48ff-af52-103dab5b56de => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1742] 10.0.0.225 () {32 vars in 647 bytes} [Thu Feb 26 23:08:26 2026] GET /v2.0/subnets => generated 649 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:08:26.291 7 INFO neutron.services.segments.plugin [-] Segment 33a43b2b-f19c-4f47-bedf-c920597f2f28 resource provider aggregate not found 2026-02-26 23:08:26.294 7 INFO neutron.services.segments.plugin [-] Segment 33a43b2b-f19c-4f47-bedf-c920597f2f28 resource provider aggregate not found 2026-02-26 23:08:26.314 7 INFO neutron.services.segments.plugin [-] Segment 33a43b2b-f19c-4f47-bedf-c920597f2f28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33a43b2b-f19c-4f47-bedf-c920597f2f28 found for delete ", "request_id": "req-dd77b937-0a33-42c6-a5a7-9ae8b08235fb"}]} 2026-02-26 23:08:26.314 7 INFO neutron.services.segments.plugin [-] Segment 33a43b2b-f19c-4f47-bedf-c920597f2f28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33a43b2b-f19c-4f47-bedf-c920597f2f28 found for delete ", "request_id": "req-24dd9ac6-309b-4991-bf89-2099e1a78fe4"}]} [pid: 7|app: 0|req: 933/1743] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:08:26 2026] DELETE /v2.0/networks/47732dc6-c1cd-4c5b-a78f-e8ba42786009 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:08:26.444 8 INFO neutron.services.segments.plugin [-] Segment 67eeef4c-6412-465d-bc07-97a3322e0308 resource provider aggregate not found 2026-02-26 23:08:26.449 8 INFO neutron.services.segments.plugin [-] Segment 67eeef4c-6412-465d-bc07-97a3322e0308 resource provider aggregate not found 2026-02-26 23:08:26.462 8 INFO neutron.services.segments.plugin [-] Segment 67eeef4c-6412-465d-bc07-97a3322e0308 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67eeef4c-6412-465d-bc07-97a3322e0308 found for delete ", "request_id": "req-0c2847a8-7aa9-4dd9-9b8f-b47b783a2b5a"}]} 2026-02-26 23:08:26.469 8 INFO neutron.services.segments.plugin [-] Segment 67eeef4c-6412-465d-bc07-97a3322e0308 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67eeef4c-6412-465d-bc07-97a3322e0308 found for delete ", "request_id": "req-628e1c95-d2ab-4983-9730-75e78aad04a7"}]} [pid: 8|app: 0|req: 811/1744] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:08:26 2026] DELETE /v2.0/networks/f6575637-4590-489b-97ea-c935a9efa016 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1745] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:08:26 2026] DELETE /v2.0/networks/c15d10a7-895e-40f4-8ed2-c35dd027bdc9 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1746] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:08:26 2026] DELETE /v2.0/networks/1c713424-d770-4aa6-9bbe-820053b2446a => 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: 935/1747] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:08:27 2026] GET /v2.0/security-groups?tenant_id=3ff8666056a6408ea679825d8661d7fa&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1748] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:08:27 2026] DELETE /v2.0/security-groups/8a455ac4-35b2-470e-aacb-0af557fa4d64 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:08:28.334 7 INFO neutron.services.segments.plugin [-] Segment 5f0b22a8-3758-4729-bdd8-a8d46fd837a9 resource provider aggregate not found 2026-02-26 23:08:28.339 7 INFO neutron.services.segments.plugin [-] Segment 5f0b22a8-3758-4729-bdd8-a8d46fd837a9 resource provider aggregate not found 2026-02-26 23:08:28.352 7 INFO neutron.services.segments.plugin [-] Segment 5f0b22a8-3758-4729-bdd8-a8d46fd837a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f0b22a8-3758-4729-bdd8-a8d46fd837a9 found for delete ", "request_id": "req-07b53039-c6bc-42c3-a76f-82b3194c1a74"}]} 2026-02-26 23:08:28.354 7 INFO neutron.services.segments.plugin [-] Segment 5f0b22a8-3758-4729-bdd8-a8d46fd837a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f0b22a8-3758-4729-bdd8-a8d46fd837a9 found for delete ", "request_id": "req-05321614-0369-42a3-bcb6-2cd3299eb231"}]} 2026-02-26 23:08:28.487 8 INFO neutron.services.segments.plugin [-] Segment b3c2d245-121c-462d-a4dc-f8f68494188a resource provider aggregate not found 2026-02-26 23:08:28.495 8 INFO neutron.services.segments.plugin [-] Segment b3c2d245-121c-462d-a4dc-f8f68494188a resource provider aggregate not found 2026-02-26 23:08:28.510 8 INFO neutron.services.segments.plugin [-] Segment b3c2d245-121c-462d-a4dc-f8f68494188a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3c2d245-121c-462d-a4dc-f8f68494188a found for delete ", "request_id": "req-d20de912-1aed-4ae5-a0bc-4b24117ba435"}]} 2026-02-26 23:08:28.520 8 INFO neutron.services.segments.plugin [-] Segment b3c2d245-121c-462d-a4dc-f8f68494188a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3c2d245-121c-462d-a4dc-f8f68494188a found for delete ", "request_id": "req-a4729c7f-adff-4892-b72d-c22e8d8ce38c"}]} 2026-02-26 23:08:29.509 7 INFO neutron.db.segments_db [None req-6d44b21f-6443-4a7a-adce-a00dc26ad607 18f871ef3d404f01b3dab3cd9ced54a5 cca289e8a83749089b332fbdbe804de7 - - default default] Added segment 09a75f8f-08bf-4686-ad74-afb79cf42371 of type vxlan for network 1845049c-bddd-4ddc-ae73-f5410ed1f43d 2026-02-26 23:08:29.556 7 INFO neutron.db.segments_db [None req-6d44b21f-6443-4a7a-adce-a00dc26ad607 18f871ef3d404f01b3dab3cd9ced54a5 cca289e8a83749089b332fbdbe804de7 - - default default] Added segment 4589c7ad-5c83-4190-95bc-e46b1106c9bc of type vxlan for network 979fe87b-6576-443b-a02c-99c9a3cb3427 [pid: 7|app: 0|req: 936/1749] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:08:29 2026] POST /v2.0/networks => generated 1206 bytes in 516 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1750] 10.0.0.225 () {32 vars in 649 bytes} [Thu Feb 26 23:08:29 2026] GET /v2.0/networks => generated 1843 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1751] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:08:29 2026] DELETE /v2.0/networks/1845049c-bddd-4ddc-ae73-f5410ed1f43d => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1752] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:08:29 2026] DELETE /v2.0/networks/979fe87b-6576-443b-a02c-99c9a3cb3427 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1753] 10.0.0.225 () {32 vars in 649 bytes} [Thu Feb 26 23:08:30 2026] GET /v2.0/networks => generated 651 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:08:30.145 8 INFO neutron.db.segments_db [None req-06669285-d710-4784-9704-9e88f73ded0b 18f871ef3d404f01b3dab3cd9ced54a5 cca289e8a83749089b332fbdbe804de7 - - default default] Added segment e2e9ab6a-2d44-45e5-918c-9e98731a2d14 of type vxlan for network 7d2606e1-d596-4d21-a5ee-bc97e1ed1fef [pid: 8|app: 0|req: 816/1754] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:08:30 2026] POST /v2.0/networks => generated 631 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:08:30.313 7 INFO neutron.db.segments_db [None req-3663ec5e-5f08-4859-9de5-970040677b03 18f871ef3d404f01b3dab3cd9ced54a5 cca289e8a83749089b332fbdbe804de7 - - default default] Added segment 90b24166-c59b-4a4e-82f6-389b09f06894 of type vxlan for network adfcc830-2fe9-4f5a-b2f3-ec72ee976f54 2026-02-26 23:08:30.376 7 INFO neutron.services.segments.plugin [-] Segment 09a75f8f-08bf-4686-ad74-afb79cf42371 resource provider aggregate not found 2026-02-26 23:08:30.378 7 INFO neutron.services.segments.plugin [-] Segment 09a75f8f-08bf-4686-ad74-afb79cf42371 resource provider aggregate not found 2026-02-26 23:08:30.396 7 INFO neutron.services.segments.plugin [-] Segment 09a75f8f-08bf-4686-ad74-afb79cf42371 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09a75f8f-08bf-4686-ad74-afb79cf42371 found for delete ", "request_id": "req-6c7de9c9-dc27-4e23-bb97-d7bcf0577360"}]} 2026-02-26 23:08:30.397 7 INFO neutron.services.segments.plugin [-] Segment 09a75f8f-08bf-4686-ad74-afb79cf42371 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09a75f8f-08bf-4686-ad74-afb79cf42371 found for delete ", "request_id": "req-d7967d04-c4e8-4dc7-8306-076cdf1a5cc5"}]} [pid: 7|app: 0|req: 939/1755] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:08:30 2026] POST /v2.0/networks => generated 631 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1756] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:30 2026] GET /v2.0/ports?device_id=5012d3b3-ae41-45fe-8a69-9095a7267bbd => generated 1010 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1757] 10.0.0.179 () {34 vars in 1120 bytes} [Thu Feb 26 23:08:30 2026] GET /v2.0/security-groups?id=b2c6e927-4904-47cd-b731-ff2e90c1cd65&id=23a91893-d801-4829-a9ba-47660c697d0f&fields=id&fields=name => generated 205 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:08:30.530 8 INFO neutron.services.segments.plugin [-] Segment 4589c7ad-5c83-4190-95bc-e46b1106c9bc resource provider aggregate not found 2026-02-26 23:08:30.544 8 INFO neutron.services.segments.plugin [-] Segment 4589c7ad-5c83-4190-95bc-e46b1106c9bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4589c7ad-5c83-4190-95bc-e46b1106c9bc found for delete ", "request_id": "req-642be863-27b6-4332-9327-4b0e6fe1a8a0"}]} 2026-02-26 23:08:30.556 8 INFO neutron.services.segments.plugin [-] Segment 4589c7ad-5c83-4190-95bc-e46b1106c9bc resource provider aggregate not found 2026-02-26 23:08:30.576 8 INFO neutron.services.segments.plugin [-] Segment 4589c7ad-5c83-4190-95bc-e46b1106c9bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4589c7ad-5c83-4190-95bc-e46b1106c9bc found for delete ", "request_id": "req-c624c31e-ca42-4f1a-87e7-61e5df8dcc09"}]} [pid: 8|app: 0|req: 819/1758] 10.0.0.225 () {32 vars in 736 bytes} [Thu Feb 26 23:08:30 2026] GET /v2.0/ports?device_id=5012d3b3-ae41-45fe-8a69-9095a7267bbd => generated 1279 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1761] 10.0.0.225 () {32 vars in 858 bytes} [Thu Feb 26 23:08:30 2026] GET /v2.0/floatingips?floating_network_id=85320bd3-ce7d-48ec-9827-2ea7ee0195ff&port_id=b3383b1c-d31b-46e5-8ab1-92696f09a455 => generated 860 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1762] 10.0.0.225 () {34 vars in 665 bytes} [Thu Feb 26 23:08:30 2026] POST /v2.0/ports => generated 1505 bytes in 595 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1763] 10.0.0.225 () {32 vars in 643 bytes} [Thu Feb 26 23:08:31 2026] GET /v2.0/ports => generated 1505 bytes in 87 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-02-26 23:08:31.198 7 INFO neutron_taas.services.taas.taas_plugin [None req-1182a774-9b72-4414-89a1-7361c736739e 18f871ef3d404f01b3dab3cd9ced54a5 cca289e8a83749089b332fbdbe804de7 - - default default] TaaS: Handle Delete Port: b24d7695-272d-4435-8f9e-6a71169e61f4 2026-02-26 23:08:31.201 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1182a774-9b72-4414-89a1-7361c736739e 18f871ef3d404f01b3dab3cd9ced54a5 cca289e8a83749089b332fbdbe804de7 - - default default] Tap Mirror: Handle Delete Port: b24d7695-272d-4435-8f9e-6a71169e61f4 [pid: 7|app: 0|req: 941/1764] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:08:31 2026] DELETE /v2.0/ports/b24d7695-272d-4435-8f9e-6a71169e61f4 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:08:31.379 8 INFO neutron_taas.services.taas.taas_plugin [None req-42ab8f0b-4e51-409f-8a85-d43992844485 18f871ef3d404f01b3dab3cd9ced54a5 cca289e8a83749089b332fbdbe804de7 - - default default] TaaS: Handle Delete Port: 73229268-d3b1-4ae7-8b6f-bee76c572940 2026-02-26 23:08:31.382 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42ab8f0b-4e51-409f-8a85-d43992844485 18f871ef3d404f01b3dab3cd9ced54a5 cca289e8a83749089b332fbdbe804de7 - - default default] Tap Mirror: Handle Delete Port: 73229268-d3b1-4ae7-8b6f-bee76c572940 [pid: 8|app: 0|req: 824/1765] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:08:31 2026] DELETE /v2.0/ports/73229268-d3b1-4ae7-8b6f-bee76c572940 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1766] 10.0.0.225 () {32 vars in 643 bytes} [Thu Feb 26 23:08:31 2026] GET /v2.0/ports => 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: 943/1767] 10.0.0.147 () {34 vars in 990 bytes} [Thu Feb 26 23:08:31 2026] GET /v2.0/ports?device_id=5012d3b3-ae41-45fe-8a69-9095a7267bbd => generated 1279 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:08:31.546 8 INFO neutron.db.segments_db [None req-1783fea0-bad9-4fd8-b261-005ef8b3ebc5 18f871ef3d404f01b3dab3cd9ced54a5 cca289e8a83749089b332fbdbe804de7 - - default default] Added segment fe723f79-4a86-4ef9-9b5b-3792fb332210 of type vxlan for network 4d3b51da-5af4-4c28-aecd-291a80f6e5ae [pid: 7|app: 0|req: 944/1768] 10.0.0.147 () {34 vars in 1120 bytes} [Thu Feb 26 23:08:31 2026] GET /v2.0/security-groups?id=b2c6e927-4904-47cd-b731-ff2e90c1cd65&id=23a91893-d801-4829-a9ba-47660c697d0f&fields=id&fields=name => generated 205 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1769] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:08:31 2026] POST /v2.0/networks => generated 631 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:08:31.674 7 INFO neutron.db.segments_db [None req-00c45a25-a2dc-4bab-8ed4-b92a3c36a34e 18f871ef3d404f01b3dab3cd9ced54a5 cca289e8a83749089b332fbdbe804de7 - - default default] Added segment 3f238efa-debe-4a32-bb3d-5cb36a362783 of type vxlan for network 0e0b4d72-f8ad-4de3-800e-f33fe19c5981 [pid: 7|app: 0|req: 945/1770] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:08:31 2026] POST /v2.0/networks => generated 631 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1771] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:08:31 2026] POST /v2.0/subnets => generated 1272 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1772] 10.0.0.225 () {32 vars in 647 bytes} [Thu Feb 26 23:08:32 2026] GET /v2.0/subnets => generated 1908 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1773] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:08:32 2026] DELETE /v2.0/subnets/5599bed1-e8cf-4515-bb46-033d6dda168e => 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: 947/1774] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:08:32 2026] DELETE /v2.0/subnets/23ca5541-f9ec-476b-9619-669ca5cbd1d6 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1775] 10.0.0.225 () {32 vars in 647 bytes} [Thu Feb 26 23:08:32 2026] GET /v2.0/subnets => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:08:32.609 7 INFO neutron.services.segments.plugin [-] Segment 3f238efa-debe-4a32-bb3d-5cb36a362783 resource provider aggregate not found 2026-02-26 23:08:32.613 7 INFO neutron.services.segments.plugin [-] Segment 3f238efa-debe-4a32-bb3d-5cb36a362783 resource provider aggregate not found 2026-02-26 23:08:32.627 7 INFO neutron.services.segments.plugin [-] Segment 3f238efa-debe-4a32-bb3d-5cb36a362783 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f238efa-debe-4a32-bb3d-5cb36a362783 found for delete ", "request_id": "req-73f03af6-abd9-4324-91c3-2c53ba458b16"}]} 2026-02-26 23:08:32.631 7 INFO neutron.services.segments.plugin [-] Segment 3f238efa-debe-4a32-bb3d-5cb36a362783 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f238efa-debe-4a32-bb3d-5cb36a362783 found for delete ", "request_id": "req-a5a1cd81-433b-49d7-a717-327886a43858"}]} [pid: 7|app: 0|req: 948/1776] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:08:32 2026] DELETE /v2.0/networks/0e0b4d72-f8ad-4de3-800e-f33fe19c5981 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:08:32.766 8 INFO neutron.services.segments.plugin [-] Segment fe723f79-4a86-4ef9-9b5b-3792fb332210 resource provider aggregate not found 2026-02-26 23:08:32.776 8 INFO neutron.services.segments.plugin [-] Segment fe723f79-4a86-4ef9-9b5b-3792fb332210 resource provider aggregate not found 2026-02-26 23:08:32.792 8 INFO neutron.services.segments.plugin [-] Segment fe723f79-4a86-4ef9-9b5b-3792fb332210 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe723f79-4a86-4ef9-9b5b-3792fb332210 found for delete ", "request_id": "req-3a82b874-0304-4c1d-bb96-28053206c6eb"}]} 2026-02-26 23:08:32.799 8 INFO neutron.services.segments.plugin [-] Segment fe723f79-4a86-4ef9-9b5b-3792fb332210 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe723f79-4a86-4ef9-9b5b-3792fb332210 found for delete ", "request_id": "req-45982a73-6753-44b9-adb5-668fab7614ce"}]} [pid: 8|app: 0|req: 829/1777] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:08:32 2026] DELETE /v2.0/networks/4d3b51da-5af4-4c28-aecd-291a80f6e5ae => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1778] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:08:32 2026] DELETE /v2.0/networks/adfcc830-2fe9-4f5a-b2f3-ec72ee976f54 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1779] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:08:32 2026] DELETE /v2.0/networks/7d2606e1-d596-4d21-a5ee-bc97e1ed1fef => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1780] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:08:33 2026] GET /v2.0/security-groups?tenant_id=cca289e8a83749089b332fbdbe804de7&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1781] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:08:33 2026] DELETE /v2.0/security-groups/a6ab64c2-7355-4c36-9cf3-a58e573e3070 => 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: 951/1782] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:34 2026] GET /v2.0/ports?device_id=5012d3b3-ae41-45fe-8a69-9095a7267bbd => generated 1010 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1783] 10.0.0.179 () {34 vars in 1120 bytes} [Thu Feb 26 23:08:34 2026] GET /v2.0/security-groups?id=b2c6e927-4904-47cd-b731-ff2e90c1cd65&id=23a91893-d801-4829-a9ba-47660c697d0f&fields=id&fields=name => generated 205 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:08:34.646 7 INFO neutron.services.segments.plugin [-] Segment 90b24166-c59b-4a4e-82f6-389b09f06894 resource provider aggregate not found 2026-02-26 23:08:34.651 7 INFO neutron.services.segments.plugin [-] Segment 90b24166-c59b-4a4e-82f6-389b09f06894 resource provider aggregate not found 2026-02-26 23:08:34.666 7 INFO neutron.services.segments.plugin [-] Segment 90b24166-c59b-4a4e-82f6-389b09f06894 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90b24166-c59b-4a4e-82f6-389b09f06894 found for delete ", "request_id": "req-a0ed76ab-537b-4d70-8b04-957ffdbe7e13"}]} 2026-02-26 23:08:34.670 7 INFO neutron.services.segments.plugin [-] Segment 90b24166-c59b-4a4e-82f6-389b09f06894 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90b24166-c59b-4a4e-82f6-389b09f06894 found for delete ", "request_id": "req-32fda8dd-7384-4815-82f8-7784d86d8fc4"}]} 2026-02-26 23:08:34.813 8 INFO neutron.services.segments.plugin [-] Segment e2e9ab6a-2d44-45e5-918c-9e98731a2d14 resource provider aggregate not found 2026-02-26 23:08:34.818 8 INFO neutron.services.segments.plugin [-] Segment e2e9ab6a-2d44-45e5-918c-9e98731a2d14 resource provider aggregate not found 2026-02-26 23:08:34.830 8 INFO neutron.services.segments.plugin [-] Segment e2e9ab6a-2d44-45e5-918c-9e98731a2d14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2e9ab6a-2d44-45e5-918c-9e98731a2d14 found for delete ", "request_id": "req-6d63a7e4-2773-4fc0-92d8-7dc279fb6f9e"}]} 2026-02-26 23:08:34.835 8 INFO neutron.services.segments.plugin [-] Segment e2e9ab6a-2d44-45e5-918c-9e98731a2d14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2e9ab6a-2d44-45e5-918c-9e98731a2d14 found for delete ", "request_id": "req-4b61d702-210b-4c64-8a48-bdc16302d26b"}]} [pid: 7|app: 0|req: 952/1784] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:35 2026] GET /v2.0/ports?device_id=5012d3b3-ae41-45fe-8a69-9095a7267bbd => 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: 833/1785] 10.0.0.179 () {34 vars in 1120 bytes} [Thu Feb 26 23:08:35 2026] GET /v2.0/security-groups?id=b2c6e927-4904-47cd-b731-ff2e90c1cd65&id=23a91893-d801-4829-a9ba-47660c697d0f&fields=id&fields=name => generated 205 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:08:35.683 7 INFO neutron.db.segments_db [None req-720d5709-dc19-4fb2-a844-551861e9632f c91a6bade2a5449db7fc49d46c34a724 06a112efdd1140dd834c51edcd2d9121 - - default default] Added segment 4dabce5a-e7b1-48b9-b84f-c4f3c97de33e of type vxlan for network ee672a80-1e04-477c-b6f2-fb178034ff48 [pid: 7|app: 0|req: 953/1786] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:08:35 2026] POST /v2.0/networks => generated 629 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1787] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:08:36 2026] POST /v2.0/subnets => generated 673 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:08:36.482 7 INFO neutron.db.segments_db [None req-c5f43ad2-05c5-49e1-bcf4-f5b764a4bc34 c91a6bade2a5449db7fc49d46c34a724 06a112efdd1140dd834c51edcd2d9121 - - default default] Added segment 6c6fd107-10b5-4dee-84c3-df13f14b38cc of type vxlan for network 27e0098a-c259-49da-834d-a28bf82c7a69 [pid: 8|app: 0|req: 835/1788] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:36 2026] GET /v2.0/ports?device_id=5012d3b3-ae41-45fe-8a69-9095a7267bbd => generated 1010 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1789] 162.253.55.195 () {34 vars in 994 bytes} [Thu Feb 26 23:08:36 2026] GET /v2.0/ports?device_id=5012d3b3-ae41-45fe-8a69-9095a7267bbd => generated 1010 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1790] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:08:36 2026] POST /v2.0/networks => generated 629 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1791] 10.0.0.179 () {34 vars in 1120 bytes} [Thu Feb 26 23:08:36 2026] GET /v2.0/security-groups?id=b2c6e927-4904-47cd-b731-ff2e90c1cd65&id=23a91893-d801-4829-a9ba-47660c697d0f&fields=id&fields=name => generated 205 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:08:36.663 7 INFO neutron_taas.services.taas.taas_plugin [req-ab93da2c-ed39-4e6f-95f4-e40ba684654c req-433a66da-7309-43e3-8432-2e4c29f5ee91 b1b9b1b79047429bbf5dda284cd0a4a5 4da050c3433e453f8a403d806a12bff0 - - default default] TaaS: Handle Delete Port: b3383b1c-d31b-46e5-8ab1-92696f09a455 [pid: 8|app: 0|req: 838/1792] 10.0.0.225 () {34 vars in 743 bytes} [Thu Feb 26 23:08:36 2026] PUT /v2.0/networks/27e0098a-c259-49da-834d-a28bf82c7a69 => generated 592 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:08:36.666 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ab93da2c-ed39-4e6f-95f4-e40ba684654c req-433a66da-7309-43e3-8432-2e4c29f5ee91 b1b9b1b79047429bbf5dda284cd0a4a5 4da050c3433e453f8a403d806a12bff0 - - default default] Tap Mirror: Handle Delete Port: b3383b1c-d31b-46e5-8ab1-92696f09a455 2026-02-26 23:08:36.775 7 INFO neutron.db.l3_db [req-ab93da2c-ed39-4e6f-95f4-e40ba684654c req-433a66da-7309-43e3-8432-2e4c29f5ee91 b1b9b1b79047429bbf5dda284cd0a4a5 4da050c3433e453f8a403d806a12bff0 - - default default] Floating IP fce00fed-5ef7-469b-a17c-fd7c7437eb2f disassociated. External IP: 10.96.250.217, port: b3383b1c-d31b-46e5-8ab1-92696f09a455. [pid: 8|app: 0|req: 839/1793] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:08:36 2026] POST /v2.0/subnets => generated 646 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1794] 10.0.0.225 () {34 vars in 741 bytes} [Thu Feb 26 23:08:36 2026] PUT /v2.0/subnets/a2bc071d-4b9f-46db-b734-d69272ffbb50 => generated 656 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1795] 162.253.55.195 () {36 vars in 997 bytes} [Thu Feb 26 23:08:36 2026] DELETE /v2.0/ports/b3383b1c-d31b-46e5-8ab1-92696f09a455 => generated 0 bytes in 570 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:08:37.176 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8862c3dc-59ee-4d5c-a1c9-137fa158d784'] response: {'server_uuid': '5012d3b3-ae41-45fe-8a69-9095a7267bbd', 'name': 'network-vif-deleted', 'tag': 'b3383b1c-d31b-46e5-8ab1-92696f09a455', 'status': 'completed', 'code': 200} 2026-02-26 23:08:37.181 8 INFO neutron.services.segments.plugin [-] Segment 6c6fd107-10b5-4dee-84c3-df13f14b38cc resource provider aggregate not found 2026-02-26 23:08:37.187 8 INFO neutron.services.segments.plugin [-] Segment 6c6fd107-10b5-4dee-84c3-df13f14b38cc resource provider aggregate not found 2026-02-26 23:08:37.202 8 INFO neutron.services.segments.plugin [-] Segment 6c6fd107-10b5-4dee-84c3-df13f14b38cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c6fd107-10b5-4dee-84c3-df13f14b38cc found for delete ", "request_id": "req-44a57cc1-db81-4080-bc1b-d52e95452eca"}]} 2026-02-26 23:08:37.204 8 INFO neutron.services.segments.plugin [-] Segment 6c6fd107-10b5-4dee-84c3-df13f14b38cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c6fd107-10b5-4dee-84c3-df13f14b38cc found for delete ", "request_id": "req-6fdadd1f-3a7d-4451-b849-df5429d11a38"}]} [pid: 8|app: 0|req: 841/1796] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:08:37 2026] DELETE /v2.0/networks/27e0098a-c259-49da-834d-a28bf82c7a69 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:08:37.230 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a2ea9910-896c-48f7-ac4a-d1b77b01ef68 c91a6bade2a5449db7fc49d46c34a724 06a112efdd1140dd834c51edcd2d9121 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 956/1797] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:08:37 2026] DELETE /v2.0/networks/27e0098a-c259-49da-834d-a28bf82c7a69 => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1798] 10.0.0.225 () {32 vars in 694 bytes} [Thu Feb 26 23:08:37 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1799] 10.0.0.225 () {32 vars in 742 bytes} [Thu Feb 26 23:08:37 2026] GET /v2.0/subnets?network_id=85320bd3-ce7d-48ec-9827-2ea7ee0195ff => generated 649 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1800] 10.0.0.225 () {32 vars in 653 bytes} [Thu Feb 26 23:08:37 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: 958/1801] 10.0.0.225 () {32 vars in 649 bytes} [Thu Feb 26 23:08:37 2026] GET /v2.0/networks => generated 1313 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1802] 10.0.0.225 () {32 vars in 647 bytes} [Thu Feb 26 23:08:37 2026] GET /v2.0/subnets => generated 1312 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1803] 10.0.0.225 () {32 vars in 723 bytes} [Thu Feb 26 23:08:37 2026] GET /v2.0/networks/ee672a80-1e04-477c-b6f2-fb178034ff48 => generated 673 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1804] 10.0.0.225 () {32 vars in 721 bytes} [Thu Feb 26 23:08:37 2026] GET /v2.0/subnets/0202ae5d-4ddd-45b5-85a2-be37810554b9 => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:08:37.606 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a3939b87-27e4-4382-a57d-6be9c9bab825 c91a6bade2a5449db7fc49d46c34a724 06a112efdd1140dd834c51edcd2d9121 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 960/1805] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:08:37 2026] DELETE /v2.0/subnets/a2bc071d-4b9f-46db-b734-d69272ffbb50 => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:08:37.631 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7483b534-1bec-489f-9352-ace971fdb558 c91a6bade2a5449db7fc49d46c34a724 06a112efdd1140dd834c51edcd2d9121 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 846/1806] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:08:37 2026] DELETE /v2.0/networks/27e0098a-c259-49da-834d-a28bf82c7a69 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1807] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:37 2026] GET /v2.0/ports?device_id=5012d3b3-ae41-45fe-8a69-9095a7267bbd => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1808] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:08:37 2026] DELETE /v2.0/subnets/0202ae5d-4ddd-45b5-85a2-be37810554b9 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:08:37.877 8 INFO neutron_taas.services.taas.taas_plugin [None req-5be41f21-298d-4a9d-aef1-26df348769f0 c91a6bade2a5449db7fc49d46c34a724 06a112efdd1140dd834c51edcd2d9121 - - default default] TaaS: Handle Delete Port: 1131bb64-861a-4b72-b226-f2618e7a7024 2026-02-26 23:08:37.879 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5be41f21-298d-4a9d-aef1-26df348769f0 c91a6bade2a5449db7fc49d46c34a724 06a112efdd1140dd834c51edcd2d9121 - - default default] Tap Mirror: Handle Delete Port: 1131bb64-861a-4b72-b226-f2618e7a7024 [pid: 8|app: 0|req: 848/1809] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:08:37 2026] DELETE /v2.0/networks/ee672a80-1e04-477c-b6f2-fb178034ff48 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1810] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:08:38 2026] GET /v2.0/security-groups?tenant_id=06a112efdd1140dd834c51edcd2d9121&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: 849/1811] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:08:38 2026] DELETE /v2.0/security-groups/b4edf73e-ce90-4070-86c9-78fbe38ffa6b => 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: 963/1812] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:38 2026] GET /v2.0/ports?device_id=5012d3b3-ae41-45fe-8a69-9095a7267bbd => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:08:39.228 8 INFO neutron.services.segments.plugin [-] Segment 4dabce5a-e7b1-48b9-b84f-c4f3c97de33e resource provider aggregate not found 2026-02-26 23:08:39.233 8 INFO neutron.services.segments.plugin [-] Segment 4dabce5a-e7b1-48b9-b84f-c4f3c97de33e resource provider aggregate not found 2026-02-26 23:08:39.247 8 INFO neutron.services.segments.plugin [-] Segment 4dabce5a-e7b1-48b9-b84f-c4f3c97de33e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dabce5a-e7b1-48b9-b84f-c4f3c97de33e found for delete ", "request_id": "req-6ca00407-1a87-4cf1-b957-861df9d7f529"}]} 2026-02-26 23:08:39.260 8 INFO neutron.services.segments.plugin [-] Segment 4dabce5a-e7b1-48b9-b84f-c4f3c97de33e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dabce5a-e7b1-48b9-b84f-c4f3c97de33e found for delete ", "request_id": "req-af1d4100-1413-41cf-843c-4ffc788bf42c"}]} [pid: 8|app: 0|req: 850/1813] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:39 2026] GET /v2.0/ports?device_id=5012d3b3-ae41-45fe-8a69-9095a7267bbd => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:08:40.709 7 INFO neutron.db.segments_db [None req-1459973f-cc3a-4a4f-8509-f165e086aa70 d8da7e187c944245a3a613167605045e a830ea19598145daa708f6c5f8036fed - - default default] Added segment 1aa79f0e-72e9-4820-bb4a-259461622ffe of type vxlan for network 4c7378ac-61dc-4910-93f2-15cbf107096d [pid: 7|app: 0|req: 964/1814] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:08:40 2026] POST /v2.0/networks => generated 625 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1815] 10.0.0.225 () {34 vars in 665 bytes} [Thu Feb 26 23:08:40 2026] POST /v2.0/ports => generated 775 bytes in 296 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: 965/1816] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:08:41 2026] DELETE /v2.0/security-groups/b2c6e927-4904-47cd-b731-ff2e90c1cd65 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:08:41.119 7 INFO neutron.api.v2.resource [None req-9630a6f9-268d-407f-98d5-394af7693299 b1b9b1b79047429bbf5dda284cd0a4a5 4da050c3433e453f8a403d806a12bff0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 966/1817] 10.0.0.225 () {32 vars in 737 bytes} [Thu Feb 26 23:08:41 2026] GET /v2.0/security-groups/b2c6e927-4904-47cd-b731-ff2e90c1cd65 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:08:41.147 8 INFO neutron.db.segments_db [None req-fec141de-e4b6-4831-9638-5b0df69026c8 d8da7e187c944245a3a613167605045e a830ea19598145daa708f6c5f8036fed - - default default] Added segment 1fb9e60a-a6fc-44de-a21a-214be41198b0 of type vxlan for network f5ebccd3-206c-4d94-bb3d-52efd08001d5 2026-02-26 23:08:41.226 7 INFO neutron_taas.services.taas.taas_plugin [None req-3fb4e641-80ab-4e2e-9638-637df21c703e b1b9b1b79047429bbf5dda284cd0a4a5 4da050c3433e453f8a403d806a12bff0 - - default default] TaaS: Handle Delete Port: 14281846-cd42-4aeb-aa0e-7b70721e2d3c [pid: 8|app: 0|req: 852/1818] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:08:41 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) 2026-02-26 23:08:41.230 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fb4e641-80ab-4e2e-9638-637df21c703e b1b9b1b79047429bbf5dda284cd0a4a5 4da050c3433e453f8a403d806a12bff0 - - default default] Tap Mirror: Handle Delete Port: 14281846-cd42-4aeb-aa0e-7b70721e2d3c [pid: 7|app: 0|req: 967/1819] 10.0.0.225 () {32 vars in 732 bytes} [Thu Feb 26 23:08:41 2026] DELETE /v2.0/floatingips/fce00fed-5ef7-469b-a17c-fd7c7437eb2f => generated 0 bytes in 249 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1820] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:08:41 2026] POST /v2.0/subnets => generated 626 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1821] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:08:41 2026] DELETE /v2.0/security-groups/23a91893-d801-4829-a9ba-47660c697d0f => 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: 854/1822] 10.0.0.225 () {34 vars in 665 bytes} [Thu Feb 26 23:08:41 2026] POST /v2.0/ports => generated 954 bytes in 327 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-02-26 23:08:41.863 7 INFO neutron_taas.services.taas.taas_plugin [None req-873ffea7-3a99-40e2-9de0-d054bb1c963e 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 6b82fc59-ecb7-4af6-b250-80dd7b060895 2026-02-26 23:08:41.866 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-873ffea7-3a99-40e2-9de0-d054bb1c963e 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 6b82fc59-ecb7-4af6-b250-80dd7b060895 2026-02-26 23:08:41.892 8 INFO neutron_taas.services.taas.taas_plugin [None req-285b0b8d-c96d-45d9-ae15-60670febbc4a d8da7e187c944245a3a613167605045e a830ea19598145daa708f6c5f8036fed - - default default] TaaS: Handle Delete Port: 0eebd1e4-ebe9-4b76-aa2d-0ca8e41c5932 2026-02-26 23:08:41.895 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-285b0b8d-c96d-45d9-ae15-60670febbc4a d8da7e187c944245a3a613167605045e a830ea19598145daa708f6c5f8036fed - - default default] Tap Mirror: Handle Delete Port: 0eebd1e4-ebe9-4b76-aa2d-0ca8e41c5932 [pid: 8|app: 0|req: 855/1823] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:08:41 2026] DELETE /v2.0/ports/0eebd1e4-ebe9-4b76-aa2d-0ca8e41c5932 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:08:42.051 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0b3eb911-c1b9-445c-95fe-5fe288e58550 d8da7e187c944245a3a613167605045e a830ea19598145daa708f6c5f8036fed - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 856/1824] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:08:42 2026] DELETE /v2.0/ports/0eebd1e4-ebe9-4b76-aa2d-0ca8e41c5932 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:08:42.066 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aabc732e-51cd-4b37-ba58-48a402e2798c d8da7e187c944245a3a613167605045e a830ea19598145daa708f6c5f8036fed - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 857/1825] 10.0.0.225 () {32 vars in 717 bytes} [Thu Feb 26 23:08:42 2026] GET /v2.0/ports/0eebd1e4-ebe9-4b76-aa2d-0ca8e41c5932 => generated 132 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1826] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:08:42 2026] DELETE /v2.0/subnets/1fca352a-93bc-4b42-9696-2c15b5d1d19a => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:08:42.286 8 INFO neutron.services.segments.plugin [-] Segment 1fb9e60a-a6fc-44de-a21a-214be41198b0 resource provider aggregate not found 2026-02-26 23:08:42.293 8 INFO neutron.services.segments.plugin [-] Segment 1fb9e60a-a6fc-44de-a21a-214be41198b0 resource provider aggregate not found 2026-02-26 23:08:42.310 8 INFO neutron.services.segments.plugin [-] Segment 1fb9e60a-a6fc-44de-a21a-214be41198b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fb9e60a-a6fc-44de-a21a-214be41198b0 found for delete ", "request_id": "req-50586e51-da22-4d09-b45e-f6d310b510c3"}]} 2026-02-26 23:08:42.315 8 INFO neutron.services.segments.plugin [-] Segment 1fb9e60a-a6fc-44de-a21a-214be41198b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fb9e60a-a6fc-44de-a21a-214be41198b0 found for delete ", "request_id": "req-42eeae31-dd20-48de-a9a0-bd459a321b52"}]} [pid: 8|app: 0|req: 859/1827] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:08:42 2026] DELETE /v2.0/networks/f5ebccd3-206c-4d94-bb3d-52efd08001d5 => 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: 969/1828] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:08:41 2026] PUT /v2.0/routers/4c4748e3-d731-4f42-b787-8ce4ff00287b/remove_router_interface => generated 309 bytes in 827 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:08:42.388 8 INFO neutron.db.segments_db [None req-0f7e6eda-d924-459e-9849-39c239a69eba d8da7e187c944245a3a613167605045e a830ea19598145daa708f6c5f8036fed - - default default] Added segment 973934b0-ec4a-4772-9415-8326c92df55a of type vxlan for network dc8c70ef-74bb-4a06-9a71-377ae6e8fdcb [pid: 8|app: 0|req: 860/1829] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:08:42 2026] POST /v2.0/networks => generated 612 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1830] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:08:42 2026] POST /v2.0/subnets => generated 626 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:08:42.920 7 INFO neutron_taas.services.taas.taas_plugin [None req-28fb5132-fcb5-42ec-91fa-f23b17a25892 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 5eb30b69-fa59-4fc8-bc43-e3dc0d2d1e60 2026-02-26 23:08:42.923 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28fb5132-fcb5-42ec-91fa-f23b17a25892 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 5eb30b69-fa59-4fc8-bc43-e3dc0d2d1e60 [pid: 8|app: 0|req: 862/1831] 10.0.0.225 () {34 vars in 665 bytes} [Thu Feb 26 23:08:42 2026] POST /v2.0/ports => generated 912 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:08:43.095 8 INFO neutron_taas.services.taas.taas_plugin [None req-d50fa687-f35b-454d-a337-4cc36b9f5172 d8da7e187c944245a3a613167605045e a830ea19598145daa708f6c5f8036fed - - default default] TaaS: Handle Delete Port: 19dd7671-e3f6-40d4-8849-549eee06554c 2026-02-26 23:08:43.108 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d50fa687-f35b-454d-a337-4cc36b9f5172 d8da7e187c944245a3a613167605045e a830ea19598145daa708f6c5f8036fed - - default default] Tap Mirror: Handle Delete Port: 19dd7671-e3f6-40d4-8849-549eee06554c 2026-02-26 23:08:43.168 7 INFO neutron_taas.services.taas.taas_plugin [None req-28fb5132-fcb5-42ec-91fa-f23b17a25892 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 15300be3-d414-4922-82eb-cfc5ee2ef50d 2026-02-26 23:08:43.171 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28fb5132-fcb5-42ec-91fa-f23b17a25892 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 15300be3-d414-4922-82eb-cfc5ee2ef50d [pid: 8|app: 0|req: 863/1832] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:08:42 2026] DELETE /v2.0/ports/19dd7671-e3f6-40d4-8849-549eee06554c => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:08:43.318 8 INFO neutron.pecan_wsgi.hooks.translation [None req-778b4bbb-2a7f-4251-b8b5-61625311e4e3 d8da7e187c944245a3a613167605045e a830ea19598145daa708f6c5f8036fed - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 864/1833] 10.0.0.225 () {32 vars in 717 bytes} [Thu Feb 26 23:08:43 2026] GET /v2.0/ports/19dd7671-e3f6-40d4-8849-549eee06554c => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1834] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:08:43 2026] DELETE /v2.0/subnets/5369e880-3c0d-4514-8636-56364fb8ef9f => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:08:43.504 7 INFO neutron.services.segments.plugin [-] Segment 01ce06e4-3d5f-4c34-a36f-47faf0e4f966 resource provider aggregate not found 2026-02-26 23:08:43.506 7 INFO neutron.services.segments.plugin [-] Segment 01ce06e4-3d5f-4c34-a36f-47faf0e4f966 resource provider aggregate not found 2026-02-26 23:08:43.527 7 INFO neutron.services.segments.plugin [-] Segment 01ce06e4-3d5f-4c34-a36f-47faf0e4f966 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01ce06e4-3d5f-4c34-a36f-47faf0e4f966 found for delete ", "request_id": "req-1fa6aec6-8074-4315-be7f-970ae006b3b7"}]} 2026-02-26 23:08:43.531 7 INFO neutron.services.segments.plugin [-] Segment 01ce06e4-3d5f-4c34-a36f-47faf0e4f966 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01ce06e4-3d5f-4c34-a36f-47faf0e4f966 found for delete ", "request_id": "req-74b15f9f-fab1-4c8b-8242-a1662f991b47"}]} 2026-02-26 23:08:43.537 7 INFO neutron.db.l3_hamode_db [None req-28fb5132-fcb5-42ec-91fa-f23b17a25892 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] HA network 5b53d758-8335-4bc3-918e-56bfe023e6d3 was deleted as no HA routers are present in tenant 4da050c3433e453f8a403d806a12bff0. [pid: 7|app: 0|req: 970/1835] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:08:42 2026] DELETE /v2.0/routers/4c4748e3-d731-4f42-b787-8ce4ff00287b => generated 0 bytes in 1190 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1836] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:08:43 2026] DELETE /v2.0/networks/dc8c70ef-74bb-4a06-9a71-377ae6e8fdcb => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1837] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:08:43 2026] DELETE /v2.0/subnets/bfe1499c-f4f1-41c4-903d-f060f64c3a39 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:08:43.777 7 INFO neutron_taas.services.taas.taas_plugin [None req-b532361d-ab8c-4e8e-95a6-21df6d420dcf 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 030c9523-85f2-4b8e-b73f-6a795c8aeb5d 2026-02-26 23:08:43.779 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b532361d-ab8c-4e8e-95a6-21df6d420dcf 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 030c9523-85f2-4b8e-b73f-6a795c8aeb5d [pid: 8|app: 0|req: 867/1838] 10.0.0.225 () {34 vars in 665 bytes} [Thu Feb 26 23:08:43 2026] POST /v2.0/ports => generated 775 bytes in 236 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: 972/1839] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:08:43 2026] DELETE /v2.0/networks/dac024f5-e8ce-42dd-bd0d-23afc687fbef => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1840] 10.0.0.225 () {34 vars in 737 bytes} [Thu Feb 26 23:08:43 2026] PUT /v2.0/ports/f01b47db-3087-4d30-9d8f-1d2b2056ee8c => generated 752 bytes in 152 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-02-26 23:08:44.094 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4c65e48-3810-4649-986c-e752c2c53f92 d8da7e187c944245a3a613167605045e a830ea19598145daa708f6c5f8036fed - - default default] TaaS: Handle Delete Port: f01b47db-3087-4d30-9d8f-1d2b2056ee8c 2026-02-26 23:08:44.096 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4c65e48-3810-4649-986c-e752c2c53f92 d8da7e187c944245a3a613167605045e a830ea19598145daa708f6c5f8036fed - - default default] Tap Mirror: Handle Delete Port: f01b47db-3087-4d30-9d8f-1d2b2056ee8c [pid: 8|app: 0|req: 869/1841] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:08:44 2026] DELETE /v2.0/ports/f01b47db-3087-4d30-9d8f-1d2b2056ee8c => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1842] 10.0.0.225 () {32 vars in 643 bytes} [Thu Feb 26 23:08:44 2026] GET /v2.0/ports => generated 778 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:08:44.226 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5fbdf51b-914b-40d4-8a51-89e5f563f470 d8da7e187c944245a3a613167605045e a830ea19598145daa708f6c5f8036fed - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 871/1843] 10.0.0.225 () {32 vars in 717 bytes} [Thu Feb 26 23:08:44 2026] GET /v2.0/ports/f01b47db-3087-4d30-9d8f-1d2b2056ee8c => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:08:44.247 7 INFO neutron_taas.services.taas.taas_plugin [None req-dd61ea59-d0f0-4a80-8d53-3a660f294529 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 34140f11-5111-4fe9-a012-333cad822cb1 2026-02-26 23:08:44.250 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd61ea59-d0f0-4a80-8d53-3a660f294529 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 34140f11-5111-4fe9-a012-333cad822cb1 [pid: 8|app: 0|req: 872/1844] 10.0.0.225 () {32 vars in 643 bytes} [Thu Feb 26 23:08:44 2026] GET /v2.0/ports => generated 778 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1845] 10.0.0.225 () {32 vars in 717 bytes} [Thu Feb 26 23:08:44 2026] GET /v2.0/ports/7bba3e1e-e50b-48b7-9360-1d33162e8148 => generated 775 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:08:44.331 8 INFO neutron.services.segments.plugin [-] Segment 973934b0-ec4a-4772-9415-8326c92df55a resource provider aggregate not found 2026-02-26 23:08:44.342 8 INFO neutron.services.segments.plugin [-] Segment 973934b0-ec4a-4772-9415-8326c92df55a resource provider aggregate not found 2026-02-26 23:08:44.346 8 INFO neutron.pecan_wsgi.hooks.translation [None req-58d8aaa2-06fc-4bea-ac5d-14a8c75ac994 d8da7e187c944245a3a613167605045e a830ea19598145daa708f6c5f8036fed - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 874/1846] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:08:44 2026] DELETE /v2.0/ports/19dd7671-e3f6-40d4-8849-549eee06554c => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:08:44.364 8 INFO neutron.services.segments.plugin [-] Segment 973934b0-ec4a-4772-9415-8326c92df55a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 973934b0-ec4a-4772-9415-8326c92df55a found for delete ", "request_id": "req-97b0748f-135a-4971-b7a0-b8159841e28f"}]} 2026-02-26 23:08:44.365 8 INFO neutron.services.segments.plugin [-] Segment 973934b0-ec4a-4772-9415-8326c92df55a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 973934b0-ec4a-4772-9415-8326c92df55a found for delete ", "request_id": "req-f7493041-baf9-47bc-a107-aab54f41c9d3"}]} 2026-02-26 23:08:44.368 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dd33c320-f646-44e7-bcbd-8ca172a0dbb1 d8da7e187c944245a3a613167605045e a830ea19598145daa708f6c5f8036fed - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 875/1847] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:08:44 2026] DELETE /v2.0/subnets/5369e880-3c0d-4514-8636-56364fb8ef9f => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:08:44.387 8 INFO neutron.pecan_wsgi.hooks.translation [None req-db6e184a-e528-4403-8df3-1cb1d32ee618 d8da7e187c944245a3a613167605045e a830ea19598145daa708f6c5f8036fed - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 876/1848] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:08:44 2026] DELETE /v2.0/subnets/1fca352a-93bc-4b42-9696-2c15b5d1d19a => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:08:44.479 8 INFO neutron_taas.services.taas.taas_plugin [None req-f9fdfd60-697d-49bd-92d2-d0cbed55b8f5 d8da7e187c944245a3a613167605045e a830ea19598145daa708f6c5f8036fed - - default default] TaaS: Handle Delete Port: 7bba3e1e-e50b-48b7-9360-1d33162e8148 2026-02-26 23:08:44.482 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9fdfd60-697d-49bd-92d2-d0cbed55b8f5 d8da7e187c944245a3a613167605045e a830ea19598145daa708f6c5f8036fed - - default default] Tap Mirror: Handle Delete Port: 7bba3e1e-e50b-48b7-9360-1d33162e8148 [pid: 8|app: 0|req: 877/1849] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:08:44 2026] DELETE /v2.0/ports/7bba3e1e-e50b-48b7-9360-1d33162e8148 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1850] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:08:44 2026] DELETE /v2.0/networks/4c7378ac-61dc-4910-93f2-15cbf107096d => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1851] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:08:43 2026] PUT /v2.0/routers/99462ed1-4df3-408b-a209-eb67f276df33/remove_router_interface => generated 309 bytes in 863 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:08:44.983 8 INFO neutron_taas.services.taas.taas_plugin [None req-591c88a9-57a2-49aa-bd12-0c8d92f87c1b 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 09fb2dbf-e2a7-4913-a128-f3d6908915d5 2026-02-26 23:08:44.987 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-591c88a9-57a2-49aa-bd12-0c8d92f87c1b 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 09fb2dbf-e2a7-4913-a128-f3d6908915d5 2026-02-26 23:08:45.234 8 INFO neutron_taas.services.taas.taas_plugin [None req-591c88a9-57a2-49aa-bd12-0c8d92f87c1b 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: eb24142e-225b-44d8-b27f-c0cbadc715b7 2026-02-26 23:08:45.236 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-591c88a9-57a2-49aa-bd12-0c8d92f87c1b 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: eb24142e-225b-44d8-b27f-c0cbadc715b7 [pid: 7|app: 0|req: 974/1852] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:08:45 2026] GET /v2.0/security-groups?tenant_id=a830ea19598145daa708f6c5f8036fed&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1853] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:08:45 2026] DELETE /v2.0/security-groups/cf5158c6-fde5-471d-8d30-dab5bdbcd396 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:08:45.547 7 INFO neutron.services.segments.plugin [-] Segment c4078cc3-a9ec-43f1-accc-e439a5507513 resource provider aggregate not found 2026-02-26 23:08:45.552 7 INFO neutron.services.segments.plugin [-] Segment c4078cc3-a9ec-43f1-accc-e439a5507513 resource provider aggregate not found 2026-02-26 23:08:45.571 7 INFO neutron.services.segments.plugin [-] Segment c4078cc3-a9ec-43f1-accc-e439a5507513 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4078cc3-a9ec-43f1-accc-e439a5507513 found for delete ", "request_id": "req-1fb07961-dc8a-48be-8ed7-63c5b3093bcd"}]} 2026-02-26 23:08:45.574 7 INFO neutron.services.segments.plugin [-] Segment c4078cc3-a9ec-43f1-accc-e439a5507513 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4078cc3-a9ec-43f1-accc-e439a5507513 found for delete ", "request_id": "req-28e3efc5-6033-43db-9507-36fe6a694914"}]} 2026-02-26 23:08:45.580 8 INFO neutron.db.l3_hamode_db [None req-591c88a9-57a2-49aa-bd12-0c8d92f87c1b 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] HA network 95455dd9-ff0f-4fe6-bcb7-7786a34bd46d was deleted as no HA routers are present in tenant 77fe7165dcbe4d10801693235a0e4abc. [pid: 8|app: 0|req: 879/1854] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:08:44 2026] DELETE /v2.0/routers/99462ed1-4df3-408b-a209-eb67f276df33 => generated 0 bytes in 790 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1857] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:08:45 2026] DELETE /v2.0/subnets/7ab6f041-0a3c-439c-82fa-483e3b462a92 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:08:45.875 8 INFO neutron_taas.services.taas.taas_plugin [None req-2fd676b9-51d0-410a-b451-ca71fb3c53b5 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: ca997736-4407-4c3d-bcf2-665b9a0209ce 2026-02-26 23:08:45.878 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fd676b9-51d0-410a-b451-ca71fb3c53b5 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: ca997736-4407-4c3d-bcf2-665b9a0209ce [pid: 8|app: 0|req: 882/1858] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:08:45 2026] DELETE /v2.0/networks/9509d2c7-ab8c-449d-8e2c-84a65d6406be => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1859] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:08:46 2026] GET /v2.0/security-groups?tenant_id=4da050c3433e453f8a403d806a12bff0&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: 883/1860] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:08:46 2026] DELETE /v2.0/security-groups/97f05b5e-65e2-49c4-b640-951222f19529 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:08:46.391 8 INFO neutron.services.segments.plugin [-] Segment 1aa79f0e-72e9-4820-bb4a-259461622ffe resource provider aggregate not found 2026-02-26 23:08:46.395 8 INFO neutron.services.segments.plugin [-] Segment 1aa79f0e-72e9-4820-bb4a-259461622ffe resource provider aggregate not found 2026-02-26 23:08:46.408 8 INFO neutron.services.segments.plugin [-] Segment 1aa79f0e-72e9-4820-bb4a-259461622ffe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1aa79f0e-72e9-4820-bb4a-259461622ffe found for delete ", "request_id": "req-b915824b-2e17-4b1e-b8f2-96e5056078cf"}]} 2026-02-26 23:08:46.409 8 INFO neutron.services.segments.plugin [-] Segment 1aa79f0e-72e9-4820-bb4a-259461622ffe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1aa79f0e-72e9-4820-bb4a-259461622ffe found for delete ", "request_id": "req-3032045f-4193-4f95-9493-7d9eb363ecc5"}]} 2026-02-26 23:08:46.424 8 INFO neutron.services.segments.plugin [-] Segment aeacf30c-190f-425f-b943-ff51bc112269 resource provider aggregate not found 2026-02-26 23:08:46.430 8 INFO neutron.services.segments.plugin [-] Segment aeacf30c-190f-425f-b943-ff51bc112269 resource provider aggregate not found 2026-02-26 23:08:46.439 8 INFO neutron.services.segments.plugin [-] Segment aeacf30c-190f-425f-b943-ff51bc112269 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aeacf30c-190f-425f-b943-ff51bc112269 found for delete ", "request_id": "req-261116ad-1e3b-4b33-af4e-6857bf653699"}]} 2026-02-26 23:08:46.445 8 INFO neutron.services.segments.plugin [-] Segment aeacf30c-190f-425f-b943-ff51bc112269 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aeacf30c-190f-425f-b943-ff51bc112269 found for delete ", "request_id": "req-2c968845-b36f-41ca-b9cc-bb561be56ea4"}]} 2026-02-26 23:08:46.455 8 INFO neutron.services.segments.plugin [-] Segment 117e7b25-77d2-4b93-a466-04394a7b24f2 resource provider aggregate not found 2026-02-26 23:08:46.458 8 INFO neutron.services.segments.plugin [-] Segment 117e7b25-77d2-4b93-a466-04394a7b24f2 resource provider aggregate not found 2026-02-26 23:08:46.468 8 INFO neutron.services.segments.plugin [-] Segment 117e7b25-77d2-4b93-a466-04394a7b24f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 117e7b25-77d2-4b93-a466-04394a7b24f2 found for delete ", "request_id": "req-0c9af80f-dac5-4113-9eb5-c8513f59592c"}]} 2026-02-26 23:08:46.470 8 INFO neutron.services.segments.plugin [-] Segment 117e7b25-77d2-4b93-a466-04394a7b24f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 117e7b25-77d2-4b93-a466-04394a7b24f2 found for delete ", "request_id": "req-3b2fad6b-8086-4da5-85b8-295f22c580fc"}]} [pid: 7|app: 0|req: 978/1861] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:08:46 2026] GET /v2.0/security-groups?tenant_id=77fe7165dcbe4d10801693235a0e4abc&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: 884/1862] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:08:46 2026] DELETE /v2.0/security-groups/9eac256c-bb14-455c-bebd-3dbbfee09894 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1863] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:08:49 2026] GET /v2.0/security-groups?tenant_id=6d859c163f2248488d5997c82d76c620&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1864] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:08:49 2026] DELETE /v2.0/security-groups/f51b19d1-3df7-4cad-aab0-8bfab5906c98 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:08:51.030 7 INFO neutron.db.segments_db [None req-90cfa5ed-3f1d-4a7c-be0e-4599120da9f6 75f68a08143544be95d56597f674dc1f 5dc3586a33d04f3abe55b16056b32514 - - default default] Added segment 8a431dc9-aec0-4236-b3f7-a5ab1088ed4b of type vxlan for network 4e21e76e-5697-4d90-ab11-7834f7df5357 [pid: 7|app: 0|req: 980/1865] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:08:50 2026] POST /v2.0/networks => generated 613 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:08:51.323 8 INFO neutron.db.segments_db [None req-37c514c5-1c80-4991-8af9-a2e8856d8d69 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment 763f5045-fc34-40ad-8b93-8c821e8bb683 of type vxlan for network 8f9b49cb-3da9-4502-914b-c8d00c463acd [pid: 7|app: 0|req: 981/1866] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:08:51 2026] POST /v2.0/subnets => generated 626 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1867] 10.0.0.225 () {34 vars in 671 bytes} [Thu Feb 26 23:08:51 2026] POST /v2.0/networks => generated 722 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:08:51.465 7 INFO neutron.db.segments_db [None req-7c2f94bf-0097-4dca-a891-c4d11ddee237 75f68a08143544be95d56597f674dc1f 5dc3586a33d04f3abe55b16056b32514 - - default default] Added segment 8773d86f-6ec0-4bdf-ab68-a00737363d08 of type vxlan for network bcbe20a5-3d17-483f-b25d-ee6d54c8101c [pid: 7|app: 0|req: 982/1868] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:08:51 2026] POST /v2.0/networks => generated 612 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1869] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:08:51 2026] POST /v2.0/subnets => generated 688 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:08:51.689 8 INFO neutron.db.segments_db [None req-946f398f-b1cf-433e-bdc9-6313a653ac8d 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Added segment 160b9b8f-2889-4008-86b4-0dc793dfcfa7 of type vxlan for network 1a2eb639-2a88-4516-99d1-a712187caff7 [pid: 7|app: 0|req: 983/1870] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:08:51 2026] POST /v2.0/subnets => generated 629 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:08:51.833 7 INFO neutron.db.segments_db [None req-f636ea4c-dada-4fb4-9085-672407fe0118 75f68a08143544be95d56597f674dc1f 5dc3586a33d04f3abe55b16056b32514 - - default default] Added segment b10b22c3-8869-423e-be5d-b4fa5f1447e0 of type vxlan for network 82e331de-90d0-45c2-8d70-dbf14d721254 [pid: 7|app: 0|req: 984/1871] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:08:51 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-02-26 23:08:51.945 8 INFO neutron.db.l3_hamode_db [None req-946f398f-b1cf-433e-bdc9-6313a653ac8d 72c6fe6874274327b3167f7b4432f9aa 0a8721878b704124b1c2bea140d6bb28 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 985/1872] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:08:51 2026] POST /v2.0/subnets => generated 629 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:08:52.245 7 INFO neutron.db.segments_db [None req-3d7ee501-891b-417e-a821-607a6a32dfe0 75f68a08143544be95d56597f674dc1f 5dc3586a33d04f3abe55b16056b32514 - - default default] Added segment 01299582-600d-4925-af22-fc69eb05af66 of type vxlan for network c827b108-81ba-4b18-9a19-616ce3e25bfd [pid: 7|app: 0|req: 986/1873] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:08:52 2026] POST /v2.0/networks => generated 612 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1874] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:08:52 2026] GET /v2.0/subnets => generated 5819 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:08:52.755 8 INFO neutron.db.l3_hamode_db [None req-946f398f-b1cf-433e-bdc9-6313a653ac8d 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 988/1875] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:08:52 2026] POST /v2.0/subnets => generated 629 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1876] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:08:52 2026] GET /v2.0/routers => generated 1464 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:08:52.906 7 INFO neutron.db.segments_db [None req-6ff40e07-5c50-423f-be6f-75f7f19b22ae 75f68a08143544be95d56597f674dc1f 5dc3586a33d04f3abe55b16056b32514 - - default default] Added segment 9fda8288-1344-44d3-a576-955de2e3911f of type vxlan for network 58b825a3-49bf-429a-911d-920259a0bd96 [pid: 7|app: 0|req: 990/1877] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:08:52 2026] POST /v2.0/networks => generated 613 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1878] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 23:08:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1879] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:08:53 2026] POST /v2.0/subnets => generated 629 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1880] 10.0.0.23 () {28 vars in 676 bytes} [Thu Feb 26 23:08:53 2026] GET /v2.0/routers/b4253751-27a0-4f68-994a-3f4ee34398e4/l3-agents => generated 682 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1881] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:53 2026] GET /v2.0/ports?device_id=be4682f0-37cc-4537-a5d8-c3b8a3588e75 => 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: 995/1882] 10.0.0.225 () {34 vars in 751 bytes} [Thu Feb 26 23:08:53 2026] PUT /v2.0/subnets/e8e7dd9e-afc8-4fd8-a862-a0a4576b389e/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1883] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:08:51 2026] POST /v2.0/routers => generated 728 bytes in 1787 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1884] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:08:53 2026] GET /v2.0/security-groups?id=20031a9c-6249-470c-bfca-90626811b02c&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1885] 10.0.0.23 () {28 vars in 676 bytes} [Thu Feb 26 23:08:53 2026] GET /v2.0/routers/bd67bfba-c033-4e17-adf2-4d1e6d2c77e0/l3-agents => generated 681 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1886] 10.0.0.225 () {34 vars in 751 bytes} [Thu Feb 26 23:08:53 2026] PUT /v2.0/subnets/d685c635-ea6a-4a37-a50e-b9f3f17c5cdd/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1887] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 23:08:53 2026] GET /v2.0/network-ip-availabilities => generated 4984 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1888] 10.0.0.225 () {34 vars in 751 bytes} [Thu Feb 26 23:08:53 2026] PUT /v2.0/subnets/bd79262a-566a-4a75-a563-b861a197f955/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1889] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 23:08:53 2026] GET /v2.0/networks => generated 8779 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1890] 10.0.0.225 () {34 vars in 751 bytes} [Thu Feb 26 23:08:53 2026] PUT /v2.0/subnets/c7aa62e8-08ed-4636-b280-d8ee1fc1f8cc/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1891] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 23:08:53 2026] GET /v2.0/agents => generated 3385 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1892] 10.0.0.225 () {32 vars in 664 bytes} [Thu Feb 26 23:08:53 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1893] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:08:53 2026] GET /v2.0/floatingips => generated 861 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1894] 10.0.0.225 () {32 vars in 678 bytes} [Thu Feb 26 23:08:53 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1895] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 23:08:53 2026] GET /v2.0/ports => generated 16256 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1896] 10.0.0.225 () {32 vars in 674 bytes} [Thu Feb 26 23:08:53 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1897] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 23:08:53 2026] GET /v2.0/security-groups => generated 28974 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1898] 10.0.0.225 () {32 vars in 686 bytes} [Thu Feb 26 23:08:54 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1899] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:08:54 2026] GET /v2.0/subnets => generated 7137 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1900] 10.0.0.225 () {32 vars in 672 bytes} [Thu Feb 26 23:08:54 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1901] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:08:54 2026] GET /v2.0/subnetpools => generated 19 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1902] 10.0.0.225 () {32 vars in 686 bytes} [Thu Feb 26 23:08:54 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1903] 10.0.0.225 () {32 vars in 682 bytes} [Thu Feb 26 23:08:54 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1904] 10.0.0.225 () {32 vars in 694 bytes} [Thu Feb 26 23:08:54 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1905] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:08:54 2026] DELETE /v2.0/subnets/e8e7dd9e-afc8-4fd8-a862-a0a4576b389e => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1906] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:08:54 2026] DELETE /v2.0/subnets/d685c635-ea6a-4a37-a50e-b9f3f17c5cdd => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1907] 10.0.0.225 () {34 vars in 783 bytes} [Thu Feb 26 23:08:53 2026] PUT /v2.0/routers/b4253751-27a0-4f68-994a-3f4ee34398e4/add_router_interface => generated 309 bytes in 1114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1908] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:08:54 2026] DELETE /v2.0/subnets/bd79262a-566a-4a75-a563-b861a197f955 => 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: 998/1909] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:08:54 2026] DELETE /v2.0/subnets/c7aa62e8-08ed-4636-b280-d8ee1fc1f8cc => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1910] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:08:54 2026] DELETE /v2.0/subnets/f1dd9187-10bf-4339-8e67-a82043902ce9 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:08:55.059 7 INFO neutron_taas.services.taas.taas_plugin [None req-3fe1b775-bb92-45aa-a20a-8e7edca39c13 75f68a08143544be95d56597f674dc1f 5dc3586a33d04f3abe55b16056b32514 - - default default] TaaS: Handle Delete Port: 59ae69b2-4d1e-47c4-8774-3a9415e17564 2026-02-26 23:08:55.064 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fe1b775-bb92-45aa-a20a-8e7edca39c13 75f68a08143544be95d56597f674dc1f 5dc3586a33d04f3abe55b16056b32514 - - default default] Tap Mirror: Handle Delete Port: 59ae69b2-4d1e-47c4-8774-3a9415e17564 2026-02-26 23:08:55.241 7 INFO neutron.services.segments.plugin [-] Segment 8a431dc9-aec0-4236-b3f7-a5ab1088ed4b resource provider aggregate not found 2026-02-26 23:08:55.246 7 INFO neutron.services.segments.plugin [-] Segment 8a431dc9-aec0-4236-b3f7-a5ab1088ed4b resource provider aggregate not found 2026-02-26 23:08:55.260 7 INFO neutron.services.segments.plugin [-] Segment 8a431dc9-aec0-4236-b3f7-a5ab1088ed4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a431dc9-aec0-4236-b3f7-a5ab1088ed4b found for delete ", "request_id": "req-a5b33339-fc3b-47ec-8349-d98da49decc2"}]} 2026-02-26 23:08:55.265 7 INFO neutron.services.segments.plugin [-] Segment 8a431dc9-aec0-4236-b3f7-a5ab1088ed4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a431dc9-aec0-4236-b3f7-a5ab1088ed4b found for delete ", "request_id": "req-73a3bc6e-04ee-4e5b-8413-0e65a3b77860"}]} [pid: 7|app: 0|req: 999/1911] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:08:54 2026] DELETE /v2.0/networks/4e21e76e-5697-4d90-ab11-7834f7df5357 => generated 0 bytes in 353 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:08:55.440 8 INFO neutron.services.segments.plugin [-] Segment 8773d86f-6ec0-4bdf-ab68-a00737363d08 resource provider aggregate not found 2026-02-26 23:08:55.446 8 INFO neutron.services.segments.plugin [-] Segment 8773d86f-6ec0-4bdf-ab68-a00737363d08 resource provider aggregate not found 2026-02-26 23:08:55.468 8 INFO neutron.services.segments.plugin [-] Segment 8773d86f-6ec0-4bdf-ab68-a00737363d08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8773d86f-6ec0-4bdf-ab68-a00737363d08 found for delete ", "request_id": "req-9fd88dc6-794a-4d57-a10e-e803101b4e34"}]} 2026-02-26 23:08:55.472 8 INFO neutron.services.segments.plugin [-] Segment 8773d86f-6ec0-4bdf-ab68-a00737363d08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8773d86f-6ec0-4bdf-ab68-a00737363d08 found for delete ", "request_id": "req-d5193565-439e-421a-9cf8-f306ca92400d"}]} [pid: 8|app: 0|req: 913/1912] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:08:55 2026] DELETE /v2.0/networks/bcbe20a5-3d17-483f-b25d-ee6d54c8101c => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1913] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:08:55 2026] DELETE /v2.0/networks/82e331de-90d0-45c2-8d70-dbf14d721254 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1914] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:08:55 2026] DELETE /v2.0/networks/c827b108-81ba-4b18-9a19-616ce3e25bfd => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1915] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:08:55 2026] DELETE /v2.0/networks/58b825a3-49bf-429a-911d-920259a0bd96 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1916] 10.0.0.179 () {34 vars in 982 bytes} [Thu Feb 26 23:08:56 2026] GET /v2.0/networks?id=8f9b49cb-3da9-4502-914b-c8d00c463acd => generated 673 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1917] 10.0.0.179 () {34 vars in 965 bytes} [Thu Feb 26 23:08:56 2026] GET /v2.0/quotas/0a8721878b704124b1c2bea140d6bb28 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1918] 10.0.0.179 () {34 vars in 1002 bytes} [Thu Feb 26 23:08:56 2026] GET /v2.0/ports?tenant_id=0a8721878b704124b1c2bea140d6bb28&fields=id => generated 103 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1919] 10.0.0.179 () {34 vars in 1008 bytes} [Thu Feb 26 23:08:56 2026] GET /v2.0/networks/8f9b49cb-3da9-4502-914b-c8d00c463acd?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: 1006/1920] 10.0.0.179 () {34 vars in 1108 bytes} [Thu Feb 26 23:08:56 2026] GET /v2.0/networks/8f9b49cb-3da9-4502-914b-c8d00c463acd?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: 915/1921] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:08:56 2026] GET /v2.0/security-groups?tenant_id=0afa27d06ea04936b44266a7eed16582&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: 916/1922] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:57 2026] GET /v2.0/ports?device_id=b6c00026-4e65-4f85-b393-96e51192268e => 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: 1007/1923] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:08:57 2026] DELETE /v2.0/security-groups/1837e31d-a75f-49be-9163-9665e24ca465 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:08:57.276 7 INFO neutron.services.segments.plugin [-] Segment b10b22c3-8869-423e-be5d-b4fa5f1447e0 resource provider aggregate not found 2026-02-26 23:08:57.284 7 INFO neutron.services.segments.plugin [-] Segment b10b22c3-8869-423e-be5d-b4fa5f1447e0 resource provider aggregate not found 2026-02-26 23:08:57.292 7 INFO neutron.services.segments.plugin [-] Segment b10b22c3-8869-423e-be5d-b4fa5f1447e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b10b22c3-8869-423e-be5d-b4fa5f1447e0 found for delete ", "request_id": "req-1b1c61e1-4a6a-4b43-9a59-c73520d4fa6c"}]} 2026-02-26 23:08:57.297 7 INFO neutron.services.segments.plugin [-] Segment b10b22c3-8869-423e-be5d-b4fa5f1447e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b10b22c3-8869-423e-be5d-b4fa5f1447e0 found for delete ", "request_id": "req-8d3e0010-ea36-4b79-80f0-6c50dba1a9da"}]} 2026-02-26 23:08:57.307 7 INFO neutron.services.segments.plugin [-] Segment 9fda8288-1344-44d3-a576-955de2e3911f resource provider aggregate not found 2026-02-26 23:08:57.311 7 INFO neutron.services.segments.plugin [-] Segment 9fda8288-1344-44d3-a576-955de2e3911f resource provider aggregate not found 2026-02-26 23:08:57.325 7 INFO neutron.services.segments.plugin [-] Segment 9fda8288-1344-44d3-a576-955de2e3911f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fda8288-1344-44d3-a576-955de2e3911f found for delete ", "request_id": "req-d300b4c8-2cd3-401e-b108-78d2ad9600bf"}]} 2026-02-26 23:08:57.336 7 INFO neutron.services.segments.plugin [-] Segment 9fda8288-1344-44d3-a576-955de2e3911f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fda8288-1344-44d3-a576-955de2e3911f found for delete ", "request_id": "req-99341320-de7c-46d0-abd5-604c5f7fa999"}]} 2026-02-26 23:08:57.493 8 INFO neutron.services.segments.plugin [-] Segment 01299582-600d-4925-af22-fc69eb05af66 resource provider aggregate not found 2026-02-26 23:08:57.499 8 INFO neutron.services.segments.plugin [-] Segment 01299582-600d-4925-af22-fc69eb05af66 resource provider aggregate not found [pid: 8|app: 0|req: 917/1924] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:08:57 2026] GET /v2.0/security-groups?tenant_id=c88ce12db4ba4ab28b2af46014645947&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:08:57.509 8 INFO neutron.services.segments.plugin [-] Segment 01299582-600d-4925-af22-fc69eb05af66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01299582-600d-4925-af22-fc69eb05af66 found for delete ", "request_id": "req-00cf05ef-1506-4d98-853b-8155ea85a111"}]} 2026-02-26 23:08:57.518 8 INFO neutron.services.segments.plugin [-] Segment 01299582-600d-4925-af22-fc69eb05af66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01299582-600d-4925-af22-fc69eb05af66 found for delete ", "request_id": "req-e1be44a4-49b5-4304-a068-c059329a5a6c"}]} [pid: 7|app: 0|req: 1008/1925] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:08:57 2026] DELETE /v2.0/security-groups/c89f6ad7-0544-4a72-9572-efcc3b8ea907 => 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: 918/1926] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:08:57 2026] GET /v2.0/security-groups?tenant_id=5dc3586a33d04f3abe55b16056b32514&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: 1009/1927] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:08:57 2026] DELETE /v2.0/security-groups/65b63d1f-2527-461a-baa4-682a6b9991fc => 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: 919/1928] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:58 2026] GET /v2.0/ports?device_id=b6c00026-4e65-4f85-b393-96e51192268e => 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: 1010/1929] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:08:59 2026] GET /v2.0/ports?device_id=b6c00026-4e65-4f85-b393-96e51192268e => 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: 920/1930] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:09:00 2026] GET /v2.0/ports?device_id=b6c00026-4e65-4f85-b393-96e51192268e => 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: 1012/1933] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:09:01 2026] GET /v2.0/networks?id=8f9b49cb-3da9-4502-914b-c8d00c463acd => generated 673 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1934] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:09:01 2026] GET /v2.0/ports?device_id=b6c00026-4e65-4f85-b393-96e51192268e => 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: 922/1935] 162.253.55.195 () {38 vars in 955 bytes} [Thu Feb 26 23:09:01 2026] POST /v2.0/ports => generated 958 bytes in 464 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: 1014/1936] 162.253.55.195 () {38 vars in 1028 bytes} [Thu Feb 26 23:09:01 2026] PUT /v2.0/ports/709be459-26a6-4f63-b5f5-ca93f96c1d54 => generated 1239 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:09:02.358 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-14f5cfa3-e422-4257-801a-62576e6fed32'] response: {'name': 'network-changed', 'server_uuid': 'b6c00026-4e65-4f85-b393-96e51192268e', 'tag': '709be459-26a6-4f63-b5f5-ca93f96c1d54', 'status': 'completed', 'code': 200} 2026-02-26 23:09:02.436 8 INFO neutron.db.segments_db [None req-64cdbf00-3339-459a-9acd-c94aaf05180b 95c77b2e1fe447209f91f63dc7589e09 c93ab8d690e745eeb5b1b1a920129637 - - default default] Added segment 6952b112-1c18-42b8-a385-cb185c903c81 of type vxlan for network 77a35574-e1ec-4a46-9d45-a8a8f6e501dc [pid: 8|app: 0|req: 923/1937] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:09:02 2026] POST /v2.0/networks => generated 612 bytes in 361 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: 924/1938] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:09:02 2026] GET /v2.0/ports?device_id=b6c00026-4e65-4f85-b393-96e51192268e => 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: 925/1939] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:09:02 2026] GET /v2.0/security-groups?id=d74d0c84-5385-4576-91a7-60569f825779&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1940] 10.0.0.225 () {34 vars in 664 bytes} [Thu Feb 26 23:09:02 2026] POST /v2.0/ports => generated 743 bytes in 285 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: 1016/1941] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:09:02 2026] GET /v2.0/ports?tenant_id=0a8721878b704124b1c2bea140d6bb28&device_id=b6c00026-4e65-4f85-b393-96e51192268e => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1942] 162.253.55.195 () {34 vars in 1018 bytes} [Thu Feb 26 23:09:02 2026] GET /v2.0/networks?tenant_id=0a8721878b704124b1c2bea140d6bb28&shared=False => generated 769 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1943] 162.253.55.195 () {34 vars in 930 bytes} [Thu Feb 26 23:09:02 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1944] 10.0.0.225 () {34 vars in 666 bytes} [Thu Feb 26 23:09:02 2026] POST /v2.0/trunks => generated 407 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:09:03.075 7 INFO neutron.db.segments_db [None req-0136d6ce-33c6-4b3f-ba80-807c88d8434e 95c77b2e1fe447209f91f63dc7589e09 c93ab8d690e745eeb5b1b1a920129637 - - default default] Added segment ab205cdc-df18-4911-a2c7-9ad3923e56af of type vxlan for network 57d16cf3-40e1-46c4-9566-d0b608bea854 [pid: 7|app: 0|req: 1019/1945] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:09:03 2026] POST /v2.0/networks => generated 613 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1946] 10.0.0.225 () {34 vars in 664 bytes} [Thu Feb 26 23:09:03 2026] POST /v2.0/ports => generated 743 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1947] 10.0.0.225 () {34 vars in 666 bytes} [Thu Feb 26 23:09:03 2026] POST /v2.0/trunks => generated 407 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-02-26 23:09:03.726 8 INFO neutron.db.segments_db [None req-4ef25d93-241e-48ec-9d31-1b588e438ae7 95c77b2e1fe447209f91f63dc7589e09 c93ab8d690e745eeb5b1b1a920129637 - - default default] Added segment 972f7e51-8c9c-4ec4-a56f-87983c90dde8 of type vxlan for network 1a6fd577-662f-4235-b28f-95355091f277 [pid: 8|app: 0|req: 928/1948] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:09:03 2026] POST /v2.0/networks => generated 612 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1949] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:09:03 2026] GET /v2.0/ports?device_id=b6c00026-4e65-4f85-b393-96e51192268e => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1950] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:09:03 2026] GET /v2.0/security-groups?id=d74d0c84-5385-4576-91a7-60569f825779&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1951] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:09:04 2026] GET /v2.0/ports?tenant_id=0a8721878b704124b1c2bea140d6bb28&device_id=b6c00026-4e65-4f85-b393-96e51192268e => generated 1242 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1952] 162.253.55.195 () {34 vars in 1060 bytes} [Thu Feb 26 23:09:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=709be459-26a6-4f63-b5f5-ca93f96c1d54 => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1953] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:09:04 2026] GET /v2.0/subnets?id=95e21df4-fcdd-423b-b950-dee3c83e096d => generated 691 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1954] 10.0.0.225 () {34 vars in 664 bytes} [Thu Feb 26 23:09:03 2026] POST /v2.0/ports => generated 743 bytes in 283 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: 930/1955] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:09:04 2026] GET /v2.0/ports?network_id=8f9b49cb-3da9-4502-914b-c8d00c463acd&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: 931/1956] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:09:04 2026] GET /v2.0/networks/8f9b49cb-3da9-4502-914b-c8d00c463acd?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: 1026/1957] 10.0.0.225 () {34 vars in 666 bytes} [Thu Feb 26 23:09:04 2026] POST /v2.0/trunks => generated 407 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1958] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:09:04 2026] GET /v2.0/networks/8f9b49cb-3da9-4502-914b-c8d00c463acd?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-02-26 23:09:04.295 7 INFO neutron.db.segments_db [None req-52a6182d-7290-47bf-a816-41742888ff09 95c77b2e1fe447209f91f63dc7589e09 c93ab8d690e745eeb5b1b1a920129637 - - default default] Added segment eb83e60e-e9e5-47aa-a0f5-2dbb0a082c42 of type vxlan for network 581d1717-aa9a-4cc5-8427-a465d5e28118 [pid: 7|app: 0|req: 1027/1959] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:09:04 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: 933/1960] 10.0.0.225 () {34 vars in 664 bytes} [Thu Feb 26 23:09:04 2026] POST /v2.0/ports => generated 743 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1961] 10.0.0.225 () {34 vars in 666 bytes} [Thu Feb 26 23:09:04 2026] POST /v2.0/trunks => generated 407 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 23:09:04.865 8 INFO neutron.db.segments_db [None req-ddb6e426-5716-41c4-8cc2-dd54a7ed1374 95c77b2e1fe447209f91f63dc7589e09 c93ab8d690e745eeb5b1b1a920129637 - - default default] Added segment 44e9e661-e007-428a-a202-e8e582bd35c0 of type vxlan for network 51fa2dfa-908a-47cf-9428-e5bfd787e795 [pid: 8|app: 0|req: 934/1962] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:09:04 2026] POST /v2.0/networks => generated 613 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1963] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:09:04 2026] GET /v2.0/ports?device_id=b6c00026-4e65-4f85-b393-96e51192268e => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1964] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:09:04 2026] GET /v2.0/security-groups?id=d74d0c84-5385-4576-91a7-60569f825779&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1965] 10.0.0.225 () {34 vars in 664 bytes} [Thu Feb 26 23:09:04 2026] POST /v2.0/ports => generated 743 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1966] 10.0.0.225 () {34 vars in 666 bytes} [Thu Feb 26 23:09:05 2026] POST /v2.0/trunks => generated 407 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 936/1967] 10.0.0.225 () {34 vars in 749 bytes} [Thu Feb 26 23:09:05 2026] PUT /v2.0/trunks/aa4195ac-a332-44d3-ab01-46567cc76ab7/tags => generated 17 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1968] 10.0.0.225 () {34 vars in 749 bytes} [Thu Feb 26 23:09:05 2026] PUT /v2.0/trunks/9bdfac2c-5f90-4dd7-98cc-e744b7eff720/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1969] 10.0.0.225 () {34 vars in 749 bytes} [Thu Feb 26 23:09:05 2026] PUT /v2.0/trunks/14a1f21a-c1b2-4353-b4e5-2031c43f0d31/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: 1033/1970] 10.0.0.225 () {34 vars in 749 bytes} [Thu Feb 26 23:09:05 2026] PUT /v2.0/trunks/17b31e2e-f744-46e6-abf0-fe19dabf050d/tags => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1971] 10.0.0.225 () {32 vars in 662 bytes} [Thu Feb 26 23:09:05 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/1972] 10.0.0.225 () {32 vars in 676 bytes} [Thu Feb 26 23:09:05 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1973] 10.0.0.225 () {32 vars in 672 bytes} [Thu Feb 26 23:09:05 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/1974] 10.0.0.225 () {32 vars in 684 bytes} [Thu Feb 26 23:09:05 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1975] 10.0.0.225 () {32 vars in 670 bytes} [Thu Feb 26 23:09:05 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1976] 10.0.0.225 () {32 vars in 684 bytes} [Thu Feb 26 23:09:05 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1977] 10.0.0.225 () {32 vars in 680 bytes} [Thu Feb 26 23:09:05 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: 1037/1978] 10.0.0.225 () {32 vars in 692 bytes} [Thu Feb 26 23:09:05 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: 942/1979] 10.0.0.225 () {32 vars in 719 bytes} [Thu Feb 26 23:09:05 2026] GET /v2.0/trunks/aa4195ac-a332-44d3-ab01-46567cc76ab7 => generated 412 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/1980] 10.0.0.225 () {32 vars in 717 bytes} [Thu Feb 26 23:09:05 2026] GET /v2.0/ports/a11bc50b-4937-4918-b0ad-9d3ace1389c3 => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1981] 10.0.0.225 () {32 vars in 722 bytes} [Thu Feb 26 23:09:05 2026] DELETE /v2.0/trunks/aa4195ac-a332-44d3-ab01-46567cc76ab7 => 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: 1039/1982] 10.0.0.225 () {32 vars in 719 bytes} [Thu Feb 26 23:09:05 2026] GET /v2.0/trunks/9bdfac2c-5f90-4dd7-98cc-e744b7eff720 => generated 420 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1983] 10.0.0.225 () {32 vars in 717 bytes} [Thu Feb 26 23:09:05 2026] GET /v2.0/ports/b9a2cbf9-6e2c-4d79-8776-cba066d7f201 => generated 826 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/1984] 10.0.0.225 () {32 vars in 722 bytes} [Thu Feb 26 23:09:06 2026] DELETE /v2.0/trunks/9bdfac2c-5f90-4dd7-98cc-e744b7eff720 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1985] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:09:06 2026] GET /v2.0/ports?device_id=b6c00026-4e65-4f85-b393-96e51192268e => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/1986] 10.0.0.225 () {32 vars in 719 bytes} [Thu Feb 26 23:09:06 2026] GET /v2.0/trunks/14a1f21a-c1b2-4353-b4e5-2031c43f0d31 => generated 429 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/1987] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:09:06 2026] GET /v2.0/security-groups?id=d74d0c84-5385-4576-91a7-60569f825779&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1988] 10.0.0.225 () {32 vars in 717 bytes} [Thu Feb 26 23:09:06 2026] GET /v2.0/ports/0ad996ce-2216-4555-a1ee-bd7866054c8a => generated 826 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/1989] 10.0.0.225 () {32 vars in 722 bytes} [Thu Feb 26 23:09:06 2026] DELETE /v2.0/trunks/14a1f21a-c1b2-4353-b4e5-2031c43f0d31 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1990] 10.0.0.225 () {32 vars in 719 bytes} [Thu Feb 26 23:09:06 2026] GET /v2.0/trunks/17b31e2e-f744-46e6-abf0-fe19dabf050d => generated 414 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/1991] 10.0.0.225 () {32 vars in 717 bytes} [Thu Feb 26 23:09:06 2026] GET /v2.0/ports/63685a98-19f3-4d93-8bf0-80f40dd54be6 => generated 826 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1992] 10.0.0.225 () {32 vars in 722 bytes} [Thu Feb 26 23:09:06 2026] DELETE /v2.0/trunks/17b31e2e-f744-46e6-abf0-fe19dabf050d => 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: 1045/1993] 10.0.0.225 () {32 vars in 719 bytes} [Thu Feb 26 23:09:06 2026] GET /v2.0/trunks/24213192-0aab-4d1a-a68a-d840bf916b7a => 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: 949/1994] 10.0.0.225 () {32 vars in 717 bytes} [Thu Feb 26 23:09:06 2026] GET /v2.0/ports/6069b12d-2724-47ec-b0bb-bf38755f8819 => generated 826 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/1995] 10.0.0.225 () {32 vars in 722 bytes} [Thu Feb 26 23:09:06 2026] DELETE /v2.0/trunks/24213192-0aab-4d1a-a68a-d840bf916b7a => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:09:06.651 8 INFO neutron_taas.services.taas.taas_plugin [None req-b9f45745-d480-4eb2-a18c-c518c58efc49 95c77b2e1fe447209f91f63dc7589e09 c93ab8d690e745eeb5b1b1a920129637 - - default default] TaaS: Handle Delete Port: a11bc50b-4937-4918-b0ad-9d3ace1389c3 2026-02-26 23:09:06.654 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9f45745-d480-4eb2-a18c-c518c58efc49 95c77b2e1fe447209f91f63dc7589e09 c93ab8d690e745eeb5b1b1a920129637 - - default default] Tap Mirror: Handle Delete Port: a11bc50b-4937-4918-b0ad-9d3ace1389c3 [pid: 8|app: 0|req: 950/1996] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:09:06 2026] DELETE /v2.0/ports/a11bc50b-4937-4918-b0ad-9d3ace1389c3 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:09:06.842 7 INFO neutron_taas.services.taas.taas_plugin [None req-48224d24-259b-4706-8a1a-6d548ad293db 95c77b2e1fe447209f91f63dc7589e09 c93ab8d690e745eeb5b1b1a920129637 - - default default] TaaS: Handle Delete Port: b9a2cbf9-6e2c-4d79-8776-cba066d7f201 2026-02-26 23:09:06.845 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48224d24-259b-4706-8a1a-6d548ad293db 95c77b2e1fe447209f91f63dc7589e09 c93ab8d690e745eeb5b1b1a920129637 - - default default] Tap Mirror: Handle Delete Port: b9a2cbf9-6e2c-4d79-8776-cba066d7f201 [pid: 7|app: 0|req: 1047/1997] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:09:06 2026] DELETE /v2.0/ports/b9a2cbf9-6e2c-4d79-8776-cba066d7f201 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:09:07.018 8 INFO neutron_taas.services.taas.taas_plugin [None req-3038b137-a9a6-44c9-b71c-52a45e8e6c5f 95c77b2e1fe447209f91f63dc7589e09 c93ab8d690e745eeb5b1b1a920129637 - - default default] TaaS: Handle Delete Port: 0ad996ce-2216-4555-a1ee-bd7866054c8a 2026-02-26 23:09:07.022 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3038b137-a9a6-44c9-b71c-52a45e8e6c5f 95c77b2e1fe447209f91f63dc7589e09 c93ab8d690e745eeb5b1b1a920129637 - - default default] Tap Mirror: Handle Delete Port: 0ad996ce-2216-4555-a1ee-bd7866054c8a [pid: 8|app: 0|req: 951/1998] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:09:06 2026] DELETE /v2.0/ports/0ad996ce-2216-4555-a1ee-bd7866054c8a => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:09:07.230 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e74d1e8-eb07-41ea-b298-0b48cb3b416c 95c77b2e1fe447209f91f63dc7589e09 c93ab8d690e745eeb5b1b1a920129637 - - default default] TaaS: Handle Delete Port: 63685a98-19f3-4d93-8bf0-80f40dd54be6 2026-02-26 23:09:07.235 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e74d1e8-eb07-41ea-b298-0b48cb3b416c 95c77b2e1fe447209f91f63dc7589e09 c93ab8d690e745eeb5b1b1a920129637 - - default default] Tap Mirror: Handle Delete Port: 63685a98-19f3-4d93-8bf0-80f40dd54be6 [pid: 8|app: 0|req: 952/1999] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:09:07 2026] GET /v2.0/ports?device_id=b6c00026-4e65-4f85-b393-96e51192268e => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2000] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:09:07 2026] DELETE /v2.0/ports/63685a98-19f3-4d93-8bf0-80f40dd54be6 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/2001] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:09:07 2026] GET /v2.0/security-groups?id=d74d0c84-5385-4576-91a7-60569f825779&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-02-26 23:09:07.418 7 INFO neutron_taas.services.taas.taas_plugin [None req-942cd77a-998b-462e-9cce-d47162806797 95c77b2e1fe447209f91f63dc7589e09 c93ab8d690e745eeb5b1b1a920129637 - - default default] TaaS: Handle Delete Port: 6069b12d-2724-47ec-b0bb-bf38755f8819 2026-02-26 23:09:07.420 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-942cd77a-998b-462e-9cce-d47162806797 95c77b2e1fe447209f91f63dc7589e09 c93ab8d690e745eeb5b1b1a920129637 - - default default] Tap Mirror: Handle Delete Port: 6069b12d-2724-47ec-b0bb-bf38755f8819 [pid: 7|app: 0|req: 1049/2002] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:09:07 2026] DELETE /v2.0/ports/6069b12d-2724-47ec-b0bb-bf38755f8819 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:09:07.612 8 INFO neutron.services.segments.plugin [-] Segment 6952b112-1c18-42b8-a385-cb185c903c81 resource provider aggregate not found 2026-02-26 23:09:07.618 8 INFO neutron.services.segments.plugin [-] Segment 6952b112-1c18-42b8-a385-cb185c903c81 resource provider aggregate not found 2026-02-26 23:09:07.635 8 INFO neutron.services.segments.plugin [-] Segment 6952b112-1c18-42b8-a385-cb185c903c81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6952b112-1c18-42b8-a385-cb185c903c81 found for delete ", "request_id": "req-3799b8ca-1dbe-4b69-8319-bf237db34107"}]} 2026-02-26 23:09:07.636 8 INFO neutron.services.segments.plugin [-] Segment 6952b112-1c18-42b8-a385-cb185c903c81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6952b112-1c18-42b8-a385-cb185c903c81 found for delete ", "request_id": "req-12b8fd73-3e9a-46fd-901f-eda6a12f5102"}]} [pid: 8|app: 0|req: 954/2003] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:09:07 2026] DELETE /v2.0/networks/77a35574-e1ec-4a46-9d45-a8a8f6e501dc => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:09:07.762 7 INFO neutron.services.segments.plugin [-] Segment ab205cdc-df18-4911-a2c7-9ad3923e56af resource provider aggregate not found 2026-02-26 23:09:07.764 7 INFO neutron.services.segments.plugin [-] Segment ab205cdc-df18-4911-a2c7-9ad3923e56af resource provider aggregate not found 2026-02-26 23:09:07.785 7 INFO neutron.services.segments.plugin [-] Segment ab205cdc-df18-4911-a2c7-9ad3923e56af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab205cdc-df18-4911-a2c7-9ad3923e56af found for delete ", "request_id": "req-566371bd-9cc6-4620-8a6a-71dc6ea84caf"}]} 2026-02-26 23:09:07.787 7 INFO neutron.services.segments.plugin [-] Segment ab205cdc-df18-4911-a2c7-9ad3923e56af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab205cdc-df18-4911-a2c7-9ad3923e56af found for delete ", "request_id": "req-7d8bed42-37d5-4c5e-a403-c24b293c50e2"}]} [pid: 7|app: 0|req: 1050/2004] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:09:07 2026] DELETE /v2.0/networks/57d16cf3-40e1-46c4-9566-d0b608bea854 => 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: 955/2005] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:09:07 2026] DELETE /v2.0/networks/1a6fd577-662f-4235-b28f-95355091f277 => 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: 1051/2006] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:09:07 2026] DELETE /v2.0/networks/581d1717-aa9a-4cc5-8427-a465d5e28118 => 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: 956/2007] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:09:08 2026] DELETE /v2.0/networks/51fa2dfa-908a-47cf-9428-e5bfd787e795 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2008] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:09:08 2026] GET /v2.0/ports?device_id=b6c00026-4e65-4f85-b393-96e51192268e => 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: 957/2009] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:09:08 2026] GET /v2.0/security-groups?id=d74d0c84-5385-4576-91a7-60569f825779&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: 7|app: 0|req: 1053/2010] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:09:09 2026] GET /v2.0/security-groups?tenant_id=14c8e90f5da8455c8b0af6d46d72e690&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/2011] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:09:09 2026] DELETE /v2.0/security-groups/565cac12-0ee5-4624-b503-5c757c0a40e2 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2012] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:09:09 2026] GET /v2.0/security-groups?tenant_id=c93ab8d690e745eeb5b1b1a920129637&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: 959/2013] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:09:09 2026] GET /v2.0/ports?device_id=b6c00026-4e65-4f85-b393-96e51192268e => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:09:09.672 8 INFO neutron.services.segments.plugin [-] Segment 972f7e51-8c9c-4ec4-a56f-87983c90dde8 resource provider aggregate not found [pid: 8|app: 0|req: 960/2014] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:09:09 2026] GET /v2.0/security-groups?id=d74d0c84-5385-4576-91a7-60569f825779&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:09:09.689 8 INFO neutron.services.segments.plugin [-] Segment 972f7e51-8c9c-4ec4-a56f-87983c90dde8 resource provider aggregate not found 2026-02-26 23:09:09.698 8 INFO neutron.services.segments.plugin [-] Segment 972f7e51-8c9c-4ec4-a56f-87983c90dde8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 972f7e51-8c9c-4ec4-a56f-87983c90dde8 found for delete ", "request_id": "req-bdd669ff-65a9-4ab5-b953-9466e258ab9b"}]} 2026-02-26 23:09:09.714 8 INFO neutron.services.segments.plugin [-] Segment 44e9e661-e007-428a-a202-e8e582bd35c0 resource provider aggregate not found [pid: 7|app: 0|req: 1055/2015] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:09:09 2026] DELETE /v2.0/security-groups/bac82ddf-1a84-4f7a-94d2-30d7a29a8d3a => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:09:09.718 8 INFO neutron.services.segments.plugin [-] Segment 972f7e51-8c9c-4ec4-a56f-87983c90dde8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 972f7e51-8c9c-4ec4-a56f-87983c90dde8 found for delete ", "request_id": "req-acf54e93-a5ad-4a98-a641-c8e1df403a86"}]} 2026-02-26 23:09:09.732 8 INFO neutron.services.segments.plugin [-] Segment 44e9e661-e007-428a-a202-e8e582bd35c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44e9e661-e007-428a-a202-e8e582bd35c0 found for delete ", "request_id": "req-a2192346-76b5-4902-8de1-4ea7eb1be971"}]} 2026-02-26 23:09:09.736 8 INFO neutron.services.segments.plugin [-] Segment 44e9e661-e007-428a-a202-e8e582bd35c0 resource provider aggregate not found 2026-02-26 23:09:09.752 8 INFO neutron.services.segments.plugin [-] Segment 44e9e661-e007-428a-a202-e8e582bd35c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44e9e661-e007-428a-a202-e8e582bd35c0 found for delete ", "request_id": "req-39d6a0da-80db-4073-b921-b0d6c4f31c08"}]} 2026-02-26 23:09:09.801 7 INFO neutron.services.segments.plugin [-] Segment eb83e60e-e9e5-47aa-a0f5-2dbb0a082c42 resource provider aggregate not found 2026-02-26 23:09:09.808 7 INFO neutron.services.segments.plugin [-] Segment eb83e60e-e9e5-47aa-a0f5-2dbb0a082c42 resource provider aggregate not found 2026-02-26 23:09:09.814 7 INFO neutron.services.segments.plugin [-] Segment eb83e60e-e9e5-47aa-a0f5-2dbb0a082c42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb83e60e-e9e5-47aa-a0f5-2dbb0a082c42 found for delete ", "request_id": "req-a420344c-e5dc-4501-b55a-8c22fee85d91"}]} 2026-02-26 23:09:09.823 7 INFO neutron.services.segments.plugin [-] Segment eb83e60e-e9e5-47aa-a0f5-2dbb0a082c42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb83e60e-e9e5-47aa-a0f5-2dbb0a082c42 found for delete ", "request_id": "req-bb06d632-a46f-422c-85c1-4560bbcef4a5"}]} [pid: 8|app: 0|req: 961/2016] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:09:09 2026] GET /v2.0/security-groups?tenant_id=84a66f03bb994efaa6795480cc022c36&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2017] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:09:10 2026] DELETE /v2.0/security-groups/6dc39da0-5dd7-4502-9bb6-be146ba5c00d => 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: 962/2018] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:09:11 2026] GET /v2.0/ports?device_id=b6c00026-4e65-4f85-b393-96e51192268e => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2019] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:09:11 2026] GET /v2.0/security-groups?id=d74d0c84-5385-4576-91a7-60569f825779&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: 963/2020] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:09:12 2026] GET /v2.0/ports?device_id=b6c00026-4e65-4f85-b393-96e51192268e => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2021] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:09:12 2026] GET /v2.0/security-groups?id=d74d0c84-5385-4576-91a7-60569f825779&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2022] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:09:13 2026] GET /v2.0/ports?device_id=b6c00026-4e65-4f85-b393-96e51192268e => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2023] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:09:13 2026] GET /v2.0/security-groups?id=d74d0c84-5385-4576-91a7-60569f825779&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2024] 162.253.55.195 () {34 vars in 994 bytes} [Thu Feb 26 23:09:13 2026] GET /v2.0/ports?device_id=b6c00026-4e65-4f85-b393-96e51192268e => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:09:13.577 8 INFO neutron_taas.services.taas.taas_plugin [req-adf8cf51-8001-4081-87da-6c458dfa3f88 req-ac52a7ba-c1cf-44d9-86a9-5aab069fb9f4 c0704f36c7dc43d49534a7f62850398d 0a8721878b704124b1c2bea140d6bb28 - - default default] TaaS: Handle Delete Port: 709be459-26a6-4f63-b5f5-ca93f96c1d54 2026-02-26 23:09:13.580 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-adf8cf51-8001-4081-87da-6c458dfa3f88 req-ac52a7ba-c1cf-44d9-86a9-5aab069fb9f4 c0704f36c7dc43d49534a7f62850398d 0a8721878b704124b1c2bea140d6bb28 - - default default] Tap Mirror: Handle Delete Port: 709be459-26a6-4f63-b5f5-ca93f96c1d54 2026-02-26 23:09:13.639 7 INFO neutron.db.segments_db [None req-304b9923-72ac-46e8-976e-81ff05c0635c e773f3787257494ea56dda85a608007c 73fce56f2f7f43f8af70d5667b65401a - - default default] Added segment 10e9f3b7-0ad6-48a1-bbb7-8725ece2ae3a of type vxlan for network 3a657783-d7e9-45fb-beea-4e855e262747 [pid: 7|app: 0|req: 1059/2025] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:09:13 2026] POST /v2.0/networks => generated 613 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2026] 162.253.55.195 () {36 vars in 997 bytes} [Thu Feb 26 23:09:13 2026] DELETE /v2.0/ports/709be459-26a6-4f63-b5f5-ca93f96c1d54 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:09:13.753 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d95014a6-dfd9-40f3-86db-cfdb9a2118a2'] response: {'server_uuid': 'b6c00026-4e65-4f85-b393-96e51192268e', 'name': 'network-vif-deleted', 'tag': '709be459-26a6-4f63-b5f5-ca93f96c1d54', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1060/2027] 10.0.0.225 () {34 vars in 664 bytes} [Thu Feb 26 23:09:13 2026] POST /v2.0/ports => generated 743 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/2028] 10.0.0.225 () {34 vars in 747 bytes} [Thu Feb 26 23:09:13 2026] PUT /v2.0/ports/357d4827-aec0-438c-9cc4-02ecc213e854/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1061/2029] 10.0.0.225 () {32 vars in 727 bytes} [Thu Feb 26 23:09:14 2026] GET /v2.0/ports/357d4827-aec0-438c-9cc4-02ecc213e854/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1062/2030] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:09:14 2026] GET /v2.0/ports?device_id=b6c00026-4e65-4f85-b393-96e51192268e => 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: 969/2031] 10.0.0.225 () {34 vars in 758 bytes} [Thu Feb 26 23:09:14 2026] PUT /v2.0/ports/357d4827-aec0-438c-9cc4-02ecc213e854/tags/green => generated 4 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2032] 10.0.0.225 () {32 vars in 727 bytes} [Thu Feb 26 23:09:14 2026] GET /v2.0/ports/357d4827-aec0-438c-9cc4-02ecc213e854/tags => generated 34 bytes in 53 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: 970/2033] 10.0.0.225 () {34 vars in 754 bytes} [Thu Feb 26 23:09:14 2026] PUT /v2.0/ports/357d4827-aec0-438c-9cc4-02ecc213e854/tags/red => generated 4 bytes in 79 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: 1064/2034] 10.0.0.225 () {32 vars in 727 bytes} [Thu Feb 26 23:09:14 2026] GET /v2.0/ports/357d4827-aec0-438c-9cc4-02ecc213e854/tags => generated 34 bytes in 53 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: 971/2035] 10.0.0.225 () {34 vars in 776 bytes} [Thu Feb 26 23:09:14 2026] PUT /v2.0/ports/357d4827-aec0-438c-9cc4-02ecc213e854/tags/black.or.white => generated 4 bytes in 79 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: 1065/2036] 10.0.0.225 () {32 vars in 727 bytes} [Thu Feb 26 23:09:14 2026] GET /v2.0/ports/357d4827-aec0-438c-9cc4-02ecc213e854/tags => generated 52 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 972/2037] 10.0.0.225 () {34 vars in 747 bytes} [Thu Feb 26 23:09:14 2026] PUT /v2.0/ports/357d4827-aec0-438c-9cc4-02ecc213e854/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: 7|app: 0|req: 1066/2038] 10.0.0.225 () {32 vars in 727 bytes} [Thu Feb 26 23:09:15 2026] GET /v2.0/ports/357d4827-aec0-438c-9cc4-02ecc213e854/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 973/2039] 10.0.0.225 () {32 vars in 735 bytes} [Thu Feb 26 23:09:15 2026] GET /v2.0/ports/357d4827-aec0-438c-9cc4-02ecc213e854/tags/red => generated 0 bytes in 42 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-02-26 23:09:15.198 7 INFO neutron.api.v2.resource [None req-b95c0926-e7a8-4267-9850-676c32fe622b e773f3787257494ea56dda85a608007c 73fce56f2f7f43f8af70d5667b65401a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1067/2040] 10.0.0.225 () {32 vars in 739 bytes} [Thu Feb 26 23:09:15 2026] GET /v2.0/ports/357d4827-aec0-438c-9cc4-02ecc213e854/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: 974/2041] 10.0.0.225 () {32 vars in 738 bytes} [Thu Feb 26 23:09:15 2026] DELETE /v2.0/ports/357d4827-aec0-438c-9cc4-02ecc213e854/tags/red => generated 0 bytes in 84 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: 1068/2042] 10.0.0.225 () {32 vars in 727 bytes} [Thu Feb 26 23:09:15 2026] GET /v2.0/ports/357d4827-aec0-438c-9cc4-02ecc213e854/tags => generated 30 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 23:09:15.413 8 INFO neutron.api.v2.resource [None req-31235c08-403b-4419-95c1-6315db1eb2a2 e773f3787257494ea56dda85a608007c 73fce56f2f7f43f8af70d5667b65401a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 975/2043] 10.0.0.225 () {32 vars in 742 bytes} [Thu Feb 26 23:09:15 2026] DELETE /v2.0/ports/357d4827-aec0-438c-9cc4-02ecc213e854/tags/green => generated 99 bytes in 60 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: 1069/2044] 10.0.0.225 () {32 vars in 730 bytes} [Thu Feb 26 23:09:15 2026] DELETE /v2.0/ports/357d4827-aec0-438c-9cc4-02ecc213e854/tags => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 976/2045] 10.0.0.225 () {32 vars in 727 bytes} [Thu Feb 26 23:09:15 2026] GET /v2.0/ports/357d4827-aec0-438c-9cc4-02ecc213e854/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 977/2046] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:09:15 2026] GET /v2.0/ports?device_id=b6c00026-4e65-4f85-b393-96e51192268e => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:09:15.635 7 INFO neutron_taas.services.taas.taas_plugin [None req-79b8de81-168c-4dbf-8b2e-88427a9345a4 e773f3787257494ea56dda85a608007c 73fce56f2f7f43f8af70d5667b65401a - - default default] TaaS: Handle Delete Port: 357d4827-aec0-438c-9cc4-02ecc213e854 2026-02-26 23:09:15.638 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79b8de81-168c-4dbf-8b2e-88427a9345a4 e773f3787257494ea56dda85a608007c 73fce56f2f7f43f8af70d5667b65401a - - default default] Tap Mirror: Handle Delete Port: 357d4827-aec0-438c-9cc4-02ecc213e854 [pid: 7|app: 0|req: 1070/2049] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:09:15 2026] DELETE /v2.0/ports/357d4827-aec0-438c-9cc4-02ecc213e854 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:09:15.861 8 INFO neutron.services.segments.plugin [-] Segment 10e9f3b7-0ad6-48a1-bbb7-8725ece2ae3a resource provider aggregate not found 2026-02-26 23:09:15.868 8 INFO neutron.services.segments.plugin [-] Segment 10e9f3b7-0ad6-48a1-bbb7-8725ece2ae3a resource provider aggregate not found 2026-02-26 23:09:15.881 8 INFO neutron.services.segments.plugin [-] Segment 10e9f3b7-0ad6-48a1-bbb7-8725ece2ae3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10e9f3b7-0ad6-48a1-bbb7-8725ece2ae3a found for delete ", "request_id": "req-6272e120-4dd8-43ad-8d73-9904048868c7"}]} 2026-02-26 23:09:15.889 8 INFO neutron.services.segments.plugin [-] Segment 10e9f3b7-0ad6-48a1-bbb7-8725ece2ae3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10e9f3b7-0ad6-48a1-bbb7-8725ece2ae3a found for delete ", "request_id": "req-c9a86f80-a527-4a94-aa65-9b6b81790dd0"}]} [pid: 8|app: 0|req: 980/2050] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:09:15 2026] DELETE /v2.0/networks/3a657783-d7e9-45fb-beea-4e855e262747 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2051] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:09:16 2026] GET /v2.0/security-groups?tenant_id=a3f4a690fdbf47b99f9ca4117cb6c03b&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2052] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:09:16 2026] GET /v2.0/ports?device_id=b6c00026-4e65-4f85-b393-96e51192268e => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2053] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:09:16 2026] DELETE /v2.0/security-groups/4f576a80-d8b9-4a79-8f7c-47e9a223c305 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2054] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:09:16 2026] GET /v2.0/security-groups?tenant_id=73fce56f2f7f43f8af70d5667b65401a&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2055] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:09:16 2026] DELETE /v2.0/security-groups/ce26b512-ed85-4cea-8d7f-b004beb7ea17 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:09:19.259 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ece6ffb-8be7-4fef-a6c0-179eeae30209 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 067206ad-8afb-4595-82a1-d63fcce29e95 2026-02-26 23:09:19.262 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ece6ffb-8be7-4fef-a6c0-179eeae30209 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 067206ad-8afb-4595-82a1-d63fcce29e95 [pid: 8|app: 0|req: 983/2056] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:09:18 2026] PUT /v2.0/routers/b4253751-27a0-4f68-994a-3f4ee34398e4/remove_router_interface => generated 309 bytes in 916 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:09:20.015 7 INFO neutron_taas.services.taas.taas_plugin [None req-be87f9f3-7ad8-4171-b073-f181ee2c37b5 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: a5aa1834-0a2d-48e0-853b-86ad255a1a40 2026-02-26 23:09:20.017 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be87f9f3-7ad8-4171-b073-f181ee2c37b5 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: a5aa1834-0a2d-48e0-853b-86ad255a1a40 2026-02-26 23:09:20.223 7 INFO neutron_taas.services.taas.taas_plugin [None req-be87f9f3-7ad8-4171-b073-f181ee2c37b5 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: b13b06ae-ccb2-4dbf-ae01-0a03bcd33840 2026-02-26 23:09:20.226 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be87f9f3-7ad8-4171-b073-f181ee2c37b5 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: b13b06ae-ccb2-4dbf-ae01-0a03bcd33840 [pid: 8|app: 0|req: 984/2057] 10.0.0.225 () {34 vars in 678 bytes} [Thu Feb 26 23:09:20 2026] POST /v2.0/qos/policies => generated 359 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2058] 10.0.0.225 () {34 vars in 753 bytes} [Thu Feb 26 23:09:20 2026] PUT /v2.0/policies/f7c37112-3168-4703-ad91-8dc1a2286f5c/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2059] 10.0.0.225 () {32 vars in 733 bytes} [Thu Feb 26 23:09:20 2026] GET /v2.0/policies/f7c37112-3168-4703-ad91-8dc1a2286f5c/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: 987/2060] 10.0.0.225 () {34 vars in 764 bytes} [Thu Feb 26 23:09:20 2026] PUT /v2.0/policies/f7c37112-3168-4703-ad91-8dc1a2286f5c/tags/green => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2061] 10.0.0.225 () {32 vars in 733 bytes} [Thu Feb 26 23:09:20 2026] GET /v2.0/policies/f7c37112-3168-4703-ad91-8dc1a2286f5c/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2062] 10.0.0.225 () {34 vars in 760 bytes} [Thu Feb 26 23:09:20 2026] PUT /v2.0/policies/f7c37112-3168-4703-ad91-8dc1a2286f5c/tags/red => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2063] 10.0.0.225 () {32 vars in 733 bytes} [Thu Feb 26 23:09:20 2026] GET /v2.0/policies/f7c37112-3168-4703-ad91-8dc1a2286f5c/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:09:20.603 7 INFO neutron.services.segments.plugin [-] Segment 160b9b8f-2889-4008-86b4-0dc793dfcfa7 resource provider aggregate not found 2026-02-26 23:09:20.611 7 INFO neutron.services.segments.plugin [-] Segment 160b9b8f-2889-4008-86b4-0dc793dfcfa7 resource provider aggregate not found 2026-02-26 23:09:20.621 7 INFO neutron.services.segments.plugin [-] Segment 160b9b8f-2889-4008-86b4-0dc793dfcfa7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 160b9b8f-2889-4008-86b4-0dc793dfcfa7 found for delete ", "request_id": "req-746bb36e-f41b-4ada-aae0-1b2c067645b9"}]} 2026-02-26 23:09:20.630 7 INFO neutron.db.l3_hamode_db [None req-be87f9f3-7ad8-4171-b073-f181ee2c37b5 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] HA network 1a2eb639-2a88-4516-99d1-a712187caff7 was deleted as no HA routers are present in tenant 0a8721878b704124b1c2bea140d6bb28. [pid: 8|app: 0|req: 991/2064] 10.0.0.225 () {34 vars in 782 bytes} [Thu Feb 26 23:09:20 2026] PUT /v2.0/policies/f7c37112-3168-4703-ad91-8dc1a2286f5c/tags/black.or.white => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-02-26 23:09:20.640 7 INFO neutron.services.segments.plugin [-] Segment 160b9b8f-2889-4008-86b4-0dc793dfcfa7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 160b9b8f-2889-4008-86b4-0dc793dfcfa7 found for delete ", "request_id": "req-c325c2d6-353d-4f94-b21d-4f8a70349ab9"}]} [pid: 7|app: 0|req: 1074/2065] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:09:19 2026] DELETE /v2.0/routers/b4253751-27a0-4f68-994a-3f4ee34398e4 => generated 0 bytes in 810 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2066] 10.0.0.225 () {32 vars in 733 bytes} [Thu Feb 26 23:09:20 2026] GET /v2.0/policies/f7c37112-3168-4703-ad91-8dc1a2286f5c/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: 993/2067] 10.0.0.225 () {34 vars in 753 bytes} [Thu Feb 26 23:09:20 2026] PUT /v2.0/policies/f7c37112-3168-4703-ad91-8dc1a2286f5c/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2068] 10.0.0.225 () {32 vars in 733 bytes} [Thu Feb 26 23:09:20 2026] GET /v2.0/policies/f7c37112-3168-4703-ad91-8dc1a2286f5c/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2069] 10.0.0.225 () {32 vars in 741 bytes} [Thu Feb 26 23:09:20 2026] GET /v2.0/policies/f7c37112-3168-4703-ad91-8dc1a2286f5c/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2070] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:09:20 2026] DELETE /v2.0/subnets/95e21df4-fcdd-423b-b950-dee3c83e096d => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:09:20.834 8 INFO neutron.api.v2.resource [None req-19e10594-e088-426e-9aca-2767d93fc9f1 329807f191d449768ca01cc84e8ea85d cc3fa567f29944d5afca9c1aaa0df5ff - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 996/2071] 10.0.0.225 () {32 vars in 745 bytes} [Thu Feb 26 23:09:20 2026] GET /v2.0/policies/f7c37112-3168-4703-ad91-8dc1a2286f5c/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2072] 10.0.0.225 () {32 vars in 744 bytes} [Thu Feb 26 23:09:20 2026] DELETE /v2.0/policies/f7c37112-3168-4703-ad91-8dc1a2286f5c/tags/red => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:09:20.922 7 INFO neutron_taas.services.taas.taas_plugin [None req-98c7c8e8-8cf7-4025-a524-e66bfe2e1be3 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: ca9e45fd-3566-4f9c-bd9d-4b1d148a047c 2026-02-26 23:09:20.927 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98c7c8e8-8cf7-4025-a524-e66bfe2e1be3 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: ca9e45fd-3566-4f9c-bd9d-4b1d148a047c [pid: 8|app: 0|req: 998/2073] 10.0.0.225 () {32 vars in 733 bytes} [Thu Feb 26 23:09:20 2026] GET /v2.0/policies/f7c37112-3168-4703-ad91-8dc1a2286f5c/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:09:20.971 8 INFO neutron.api.v2.resource [None req-5c4cc8df-2a4a-498c-9fba-3404413eea0f 329807f191d449768ca01cc84e8ea85d cc3fa567f29944d5afca9c1aaa0df5ff - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 999/2074] 10.0.0.225 () {32 vars in 748 bytes} [Thu Feb 26 23:09:20 2026] DELETE /v2.0/policies/f7c37112-3168-4703-ad91-8dc1a2286f5c/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2075] 10.0.0.225 () {32 vars in 736 bytes} [Thu Feb 26 23:09:20 2026] DELETE /v2.0/policies/f7c37112-3168-4703-ad91-8dc1a2286f5c/tags => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2076] 10.0.0.225 () {32 vars in 733 bytes} [Thu Feb 26 23:09:21 2026] GET /v2.0/policies/f7c37112-3168-4703-ad91-8dc1a2286f5c/tags => 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: 1002/2077] 10.0.0.225 () {32 vars in 734 bytes} [Thu Feb 26 23:09:21 2026] DELETE /v2.0/qos/policies/f7c37112-3168-4703-ad91-8dc1a2286f5c => 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: 1076/2078] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:09:20 2026] DELETE /v2.0/networks/8f9b49cb-3da9-4502-914b-c8d00c463acd => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2079] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:09:21 2026] GET /v2.0/security-groups?tenant_id=0a8721878b704124b1c2bea140d6bb28&name=default => 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: 1077/2080] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:09:21 2026] DELETE /v2.0/security-groups/d74d0c84-5385-4576-91a7-60569f825779 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2081] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:09:21 2026] GET /v2.0/security-groups?tenant_id=34632b57d987493d88285291e6306792&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2082] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:09:21 2026] DELETE /v2.0/security-groups/9a891ced-2f97-408f-9bf6-2910d5c2c910 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2083] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:09:22 2026] GET /v2.0/security-groups?tenant_id=cc3fa567f29944d5afca9c1aaa0df5ff&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2084] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:09:22 2026] DELETE /v2.0/security-groups/1fdc5b36-9ba6-4dd3-a97e-1feb12adeb56 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:09:22.645 7 INFO neutron.services.segments.plugin [-] Segment 763f5045-fc34-40ad-8b93-8c821e8bb683 resource provider aggregate not found 2026-02-26 23:09:22.665 7 INFO neutron.services.segments.plugin [-] Segment 763f5045-fc34-40ad-8b93-8c821e8bb683 resource provider aggregate not found 2026-02-26 23:09:22.670 7 INFO neutron.services.segments.plugin [-] Segment 763f5045-fc34-40ad-8b93-8c821e8bb683 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 763f5045-fc34-40ad-8b93-8c821e8bb683 found for delete ", "request_id": "req-8d93454f-ef20-4154-bad9-3d3e9bb27e58"}]} 2026-02-26 23:09:22.679 7 INFO neutron.services.segments.plugin [-] Segment 763f5045-fc34-40ad-8b93-8c821e8bb683 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 763f5045-fc34-40ad-8b93-8c821e8bb683 found for delete ", "request_id": "req-65004910-2fc3-4477-82f5-c829a394dd86"}]} 2026-02-26 23:09:24.768 8 INFO neutron.db.segments_db [None req-ccbfc10e-c099-49e3-9471-eec40bfddc5f 9bc9960d12ba44a8b1118aa1d3b3fedd f6968cf4fb2c4353a7bdd87fbf4f4ef7 - - default default] Added segment 3e618ff2-f1f9-4672-ac0a-bc439015471e of type vxlan for network 0deb88b2-b28d-4e8f-9a83-b4962eae29f7 [pid: 8|app: 0|req: 1006/2085] 10.0.0.225 () {34 vars in 671 bytes} [Thu Feb 26 23:09:24 2026] POST /v2.0/networks => generated 614 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:09:24.907 7 INFO neutron.db.segments_db [None req-9f9b0504-d165-4f46-946e-d005ec5b1829 9bc9960d12ba44a8b1118aa1d3b3fedd f6968cf4fb2c4353a7bdd87fbf4f4ef7 - - default default] Added segment 9a78ed53-6128-4703-a163-a3205af56b85 of type vxlan for network c8086fb0-a849-46ab-8c0e-495dd269218c 2026-02-26 23:09:25.149 7 INFO neutron.db.l3_hamode_db [None req-9f9b0504-d165-4f46-946e-d005ec5b1829 9bc9960d12ba44a8b1118aa1d3b3fedd f6968cf4fb2c4353a7bdd87fbf4f4ef7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 23:09:25.921 7 INFO neutron.db.l3_hamode_db [None req-9f9b0504-d165-4f46-946e-d005ec5b1829 9bc9960d12ba44a8b1118aa1d3b3fedd f6968cf4fb2c4353a7bdd87fbf4f4ef7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1007/2086] 10.0.0.225 () {34 vars in 684 bytes} [Thu Feb 26 23:09:25 2026] POST /v2.0/security-groups => generated 1601 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2087] 10.0.0.225 () {34 vars in 767 bytes} [Thu Feb 26 23:09:26 2026] PUT /v2.0/security-groups/f9d46623-b46a-4580-a858-52a2e5ef8dc1/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2088] 10.0.0.225 () {32 vars in 747 bytes} [Thu Feb 26 23:09:26 2026] GET /v2.0/security-groups/f9d46623-b46a-4580-a858-52a2e5ef8dc1/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2089] 10.0.0.225 () {34 vars in 778 bytes} [Thu Feb 26 23:09:26 2026] PUT /v2.0/security-groups/f9d46623-b46a-4580-a858-52a2e5ef8dc1/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2090] 10.0.0.225 () {32 vars in 747 bytes} [Thu Feb 26 23:09:26 2026] GET /v2.0/security-groups/f9d46623-b46a-4580-a858-52a2e5ef8dc1/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: 1012/2091] 10.0.0.225 () {34 vars in 774 bytes} [Thu Feb 26 23:09:26 2026] PUT /v2.0/security-groups/f9d46623-b46a-4580-a858-52a2e5ef8dc1/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2092] 10.0.0.225 () {32 vars in 747 bytes} [Thu Feb 26 23:09:26 2026] GET /v2.0/security-groups/f9d46623-b46a-4580-a858-52a2e5ef8dc1/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: 1014/2093] 10.0.0.225 () {34 vars in 796 bytes} [Thu Feb 26 23:09:26 2026] PUT /v2.0/security-groups/f9d46623-b46a-4580-a858-52a2e5ef8dc1/tags/black.or.white => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2094] 10.0.0.225 () {32 vars in 747 bytes} [Thu Feb 26 23:09:26 2026] GET /v2.0/security-groups/f9d46623-b46a-4580-a858-52a2e5ef8dc1/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2095] 10.0.0.225 () {34 vars in 767 bytes} [Thu Feb 26 23:09:26 2026] PUT /v2.0/security-groups/f9d46623-b46a-4580-a858-52a2e5ef8dc1/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2096] 10.0.0.225 () {32 vars in 747 bytes} [Thu Feb 26 23:09:26 2026] GET /v2.0/security-groups/f9d46623-b46a-4580-a858-52a2e5ef8dc1/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2097] 10.0.0.225 () {32 vars in 755 bytes} [Thu Feb 26 23:09:26 2026] GET /v2.0/security-groups/f9d46623-b46a-4580-a858-52a2e5ef8dc1/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:09:26.599 8 INFO neutron.api.v2.resource [None req-7fda7d06-9074-4da9-97e7-7da9a0f56c1f 8460f58b5cd34c28b786110b7956ed1d 214ef74660e34fa1970b88765553bba9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1019/2098] 10.0.0.225 () {32 vars in 759 bytes} [Thu Feb 26 23:09:26 2026] GET /v2.0/security-groups/f9d46623-b46a-4580-a858-52a2e5ef8dc1/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2099] 10.0.0.225 () {32 vars in 758 bytes} [Thu Feb 26 23:09:26 2026] DELETE /v2.0/security-groups/f9d46623-b46a-4580-a858-52a2e5ef8dc1/tags/red => 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: 1021/2100] 10.0.0.225 () {32 vars in 747 bytes} [Thu Feb 26 23:09:26 2026] GET /v2.0/security-groups/f9d46623-b46a-4580-a858-52a2e5ef8dc1/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:09:26.730 8 INFO neutron.api.v2.resource [None req-cf1ae3d0-da61-412e-ac1d-7369ca378013 8460f58b5cd34c28b786110b7956ed1d 214ef74660e34fa1970b88765553bba9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1022/2101] 10.0.0.225 () {32 vars in 762 bytes} [Thu Feb 26 23:09:26 2026] DELETE /v2.0/security-groups/f9d46623-b46a-4580-a858-52a2e5ef8dc1/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: 1023/2102] 10.0.0.225 () {32 vars in 750 bytes} [Thu Feb 26 23:09:26 2026] DELETE /v2.0/security-groups/f9d46623-b46a-4580-a858-52a2e5ef8dc1/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2103] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:09:24 2026] POST /v2.0/routers => generated 695 bytes in 1933 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2104] 10.0.0.225 () {32 vars in 747 bytes} [Thu Feb 26 23:09:26 2026] GET /v2.0/security-groups/f9d46623-b46a-4580-a858-52a2e5ef8dc1/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2105] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:09:26 2026] DELETE /v2.0/security-groups/f9d46623-b46a-4580-a858-52a2e5ef8dc1 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2106] 10.0.0.225 () {32 vars in 776 bytes} [Thu Feb 26 23:09:26 2026] GET /v2.0/subnets?project_id=f6968cf4fb2c4353a7bdd87fbf4f4ef7&cidr=10.100.0.0%2F28 => generated 14 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2107] 10.0.0.225 () {32 vars in 694 bytes} [Thu Feb 26 23:09:26 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2108] 10.0.0.225 () {32 vars in 784 bytes} [Thu Feb 26 23:09:26 2026] GET /v2.0/subnets?network_id=85320bd3-ce7d-48ec-9827-2ea7ee0195ff&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: 1027/2109] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:09:26 2026] POST /v2.0/subnets => generated 657 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2110] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:09:27 2026] GET /v2.0/security-groups?tenant_id=6725d9df63f741168615d9e26b660cc0&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2111] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:09:27 2026] DELETE /v2.0/security-groups/b1443810-f47e-43b5-a368-060281ecbf90 => 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: 1030/2112] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:09:27 2026] GET /v2.0/security-groups?tenant_id=214ef74660e34fa1970b88765553bba9&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2113] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:09:27 2026] DELETE /v2.0/security-groups/fce95b1a-d622-449a-9c4e-073535677799 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2114] 10.0.0.225 () {34 vars in 783 bytes} [Thu Feb 26 23:09:27 2026] PUT /v2.0/routers/6cef7237-7164-43c5-8e99-599a831ce364/add_router_interface => generated 309 bytes in 1176 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2115] 10.0.0.225 () {32 vars in 649 bytes} [Thu Feb 26 23:09:28 2026] GET /v2.0/networks => generated 5061 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2116] 10.0.0.225 () {32 vars in 647 bytes} [Thu Feb 26 23:09:28 2026] GET /v2.0/subnets => generated 3898 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2117] 10.0.0.225 () {32 vars in 647 bytes} [Thu Feb 26 23:09:28 2026] GET /v2.0/routers => generated 1465 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2118] 10.0.0.225 () {34 vars in 685 bytes} [Thu Feb 26 23:09:28 2026] POST /v2.0/security-groups => generated 1673 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2119] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:09:28 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: 1086/2120] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:09:29 2026] POST /v2.0/security-group-rules => generated 596 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2121] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:09:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2122] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:09:29 2026] POST /v2.0/security-group-rules => generated 601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:09:29.469 8 INFO neutron.db.securitygroups_db [None req-c927ec2a-7a37-4321-af2f-f3b563076b1b 9bc9960d12ba44a8b1118aa1d3b3fedd f6968cf4fb2c4353a7bdd87fbf4f4ef7 - - default default] Project f6968cf4fb2c4353a7bdd87fbf4f4ef7 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: 1036/2123] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:09:29 2026] POST /v2.0/security-group-rules => generated 607 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:09:29.617 7 INFO neutron.db.securitygroups_db [None req-b8bd25d1-4cd2-4519-96a9-a6525fce29f3 9bc9960d12ba44a8b1118aa1d3b3fedd f6968cf4fb2c4353a7bdd87fbf4f4ef7 - - default default] Project f6968cf4fb2c4353a7bdd87fbf4f4ef7 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: 1088/2124] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:09:29 2026] POST /v2.0/security-group-rules => generated 606 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2125] 10.0.0.225 () {32 vars in 649 bytes} [Thu Feb 26 23:09:30 2026] GET /v2.0/networks => generated 1298 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2126] 10.0.0.179 () {34 vars in 1098 bytes} [Thu Feb 26 23:09:30 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-620941636&fields=id&tenant_id=f6968cf4fb2c4353a7bdd87fbf4f4ef7 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2127] 10.0.0.179 () {34 vars in 982 bytes} [Thu Feb 26 23:09:30 2026] GET /v2.0/networks?id=0deb88b2-b28d-4e8f-9a83-b4962eae29f7 => generated 661 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2128] 10.0.0.179 () {34 vars in 965 bytes} [Thu Feb 26 23:09:30 2026] GET /v2.0/quotas/f6968cf4fb2c4353a7bdd87fbf4f4ef7 => 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: 1039/2129] 10.0.0.179 () {34 vars in 1002 bytes} [Thu Feb 26 23:09:30 2026] GET /v2.0/ports?tenant_id=f6968cf4fb2c4353a7bdd87fbf4f4ef7&fields=id => generated 103 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2132] 10.0.0.179 () {34 vars in 1008 bytes} [Thu Feb 26 23:09:30 2026] GET /v2.0/networks/0deb88b2-b28d-4e8f-9a83-b4962eae29f7?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: 1042/2133] 10.0.0.179 () {34 vars in 1108 bytes} [Thu Feb 26 23:09:30 2026] GET /v2.0/networks/0deb88b2-b28d-4e8f-9a83-b4962eae29f7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2134] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:09:30 2026] GET /v2.0/ports?device_id=1433e7c6-9156-40e6-8243-71ca51355e9a => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:09:31.632 8 INFO neutron.db.segments_db [None req-d4aa76d2-63b4-44e5-8f7b-532340a65f45 f12381685740411d926cc3a9e52779fa 15bbab8269e546019aee07326ce9f5bc - - default default] Added segment 9483923b-e685-489c-84ea-f6b65b3087e3 of type vxlan for network 00ea3986-5a35-4bd1-a93d-eaef8659067c [pid: 8|app: 0|req: 1043/2135] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:09:31 2026] POST /v2.0/networks => generated 613 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2136] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:09:31 2026] GET /v2.0/ports?device_id=1433e7c6-9156-40e6-8243-71ca51355e9a => 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: 1093/2137] 10.0.0.225 () {34 vars in 664 bytes} [Thu Feb 26 23:09:31 2026] POST /v2.0/ports => generated 743 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2138] 10.0.0.225 () {34 vars in 666 bytes} [Thu Feb 26 23:09:32 2026] POST /v2.0/trunks => generated 407 bytes in 175 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: 1094/2139] 10.0.0.225 () {34 vars in 749 bytes} [Thu Feb 26 23:09:32 2026] PUT /v2.0/trunks/04281014-ab7f-4f71-9ab5-7a64f72eb662/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2140] 10.0.0.225 () {32 vars in 729 bytes} [Thu Feb 26 23:09:32 2026] GET /v2.0/trunks/04281014-ab7f-4f71-9ab5-7a64f72eb662/tags => generated 25 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2141] 10.0.0.225 () {34 vars in 760 bytes} [Thu Feb 26 23:09:32 2026] PUT /v2.0/trunks/04281014-ab7f-4f71-9ab5-7a64f72eb662/tags/green => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2142] 10.0.0.225 () {32 vars in 729 bytes} [Thu Feb 26 23:09:32 2026] GET /v2.0/trunks/04281014-ab7f-4f71-9ab5-7a64f72eb662/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2143] 10.0.0.225 () {34 vars in 756 bytes} [Thu Feb 26 23:09:32 2026] PUT /v2.0/trunks/04281014-ab7f-4f71-9ab5-7a64f72eb662/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: 1048/2144] 10.0.0.225 () {32 vars in 729 bytes} [Thu Feb 26 23:09:32 2026] GET /v2.0/trunks/04281014-ab7f-4f71-9ab5-7a64f72eb662/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2145] 10.0.0.225 () {34 vars in 778 bytes} [Thu Feb 26 23:09:32 2026] PUT /v2.0/trunks/04281014-ab7f-4f71-9ab5-7a64f72eb662/tags/black.or.white => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2146] 10.0.0.225 () {32 vars in 729 bytes} [Thu Feb 26 23:09:32 2026] GET /v2.0/trunks/04281014-ab7f-4f71-9ab5-7a64f72eb662/tags => generated 52 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2147] 10.0.0.225 () {34 vars in 749 bytes} [Thu Feb 26 23:09:32 2026] PUT /v2.0/trunks/04281014-ab7f-4f71-9ab5-7a64f72eb662/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2148] 10.0.0.225 () {32 vars in 729 bytes} [Thu Feb 26 23:09:32 2026] GET /v2.0/trunks/04281014-ab7f-4f71-9ab5-7a64f72eb662/tags => generated 37 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2149] 10.0.0.225 () {32 vars in 737 bytes} [Thu Feb 26 23:09:32 2026] GET /v2.0/trunks/04281014-ab7f-4f71-9ab5-7a64f72eb662/tags/red => generated 0 bytes in 19 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:09:32.639 8 INFO neutron.api.v2.resource [None req-51959dc5-3bd0-440b-af69-dbb13359c403 f12381685740411d926cc3a9e52779fa 15bbab8269e546019aee07326ce9f5bc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1051/2150] 10.0.0.225 () {32 vars in 741 bytes} [Thu Feb 26 23:09:32 2026] GET /v2.0/trunks/04281014-ab7f-4f71-9ab5-7a64f72eb662/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2151] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:09:32 2026] DELETE /v2.0/trunks/04281014-ab7f-4f71-9ab5-7a64f72eb662/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2152] 10.0.0.225 () {32 vars in 729 bytes} [Thu Feb 26 23:09:32 2026] GET /v2.0/trunks/04281014-ab7f-4f71-9ab5-7a64f72eb662/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:09:32.729 7 INFO neutron.api.v2.resource [None req-72a1be63-c08a-43ce-afd4-52217a5ac64b f12381685740411d926cc3a9e52779fa 15bbab8269e546019aee07326ce9f5bc - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1101/2153] 10.0.0.225 () {32 vars in 744 bytes} [Thu Feb 26 23:09:32 2026] DELETE /v2.0/trunks/04281014-ab7f-4f71-9ab5-7a64f72eb662/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2154] 10.0.0.225 () {32 vars in 732 bytes} [Thu Feb 26 23:09:32 2026] DELETE /v2.0/trunks/04281014-ab7f-4f71-9ab5-7a64f72eb662/tags => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2155] 10.0.0.225 () {32 vars in 729 bytes} [Thu Feb 26 23:09:32 2026] GET /v2.0/trunks/04281014-ab7f-4f71-9ab5-7a64f72eb662/tags => 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: 1054/2156] 10.0.0.225 () {32 vars in 719 bytes} [Thu Feb 26 23:09:32 2026] GET /v2.0/trunks/04281014-ab7f-4f71-9ab5-7a64f72eb662 => 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: 1103/2157] 10.0.0.225 () {32 vars in 717 bytes} [Thu Feb 26 23:09:32 2026] GET /v2.0/ports/8010b1fd-63e5-4d1d-ab0e-f64f3bec8cd9 => generated 826 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2158] 10.0.0.225 () {32 vars in 722 bytes} [Thu Feb 26 23:09:32 2026] DELETE /v2.0/trunks/04281014-ab7f-4f71-9ab5-7a64f72eb662 => 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: 1056/2159] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:09:33 2026] GET /v2.0/ports?device_id=1433e7c6-9156-40e6-8243-71ca51355e9a => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:09:33.087 7 INFO neutron_taas.services.taas.taas_plugin [None req-4fe6e526-67d6-4e54-9830-9607297edc80 f12381685740411d926cc3a9e52779fa 15bbab8269e546019aee07326ce9f5bc - - default default] TaaS: Handle Delete Port: 8010b1fd-63e5-4d1d-ab0e-f64f3bec8cd9 2026-02-26 23:09:33.090 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4fe6e526-67d6-4e54-9830-9607297edc80 f12381685740411d926cc3a9e52779fa 15bbab8269e546019aee07326ce9f5bc - - default default] Tap Mirror: Handle Delete Port: 8010b1fd-63e5-4d1d-ab0e-f64f3bec8cd9 [pid: 7|app: 0|req: 1104/2160] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:09:32 2026] DELETE /v2.0/ports/8010b1fd-63e5-4d1d-ab0e-f64f3bec8cd9 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:09:33.291 8 INFO neutron.services.segments.plugin [-] Segment 9483923b-e685-489c-84ea-f6b65b3087e3 resource provider aggregate not found 2026-02-26 23:09:33.294 8 INFO neutron.services.segments.plugin [-] Segment 9483923b-e685-489c-84ea-f6b65b3087e3 resource provider aggregate not found 2026-02-26 23:09:33.308 8 INFO neutron.services.segments.plugin [-] Segment 9483923b-e685-489c-84ea-f6b65b3087e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9483923b-e685-489c-84ea-f6b65b3087e3 found for delete ", "request_id": "req-8b54b323-ae26-4483-92d7-fffbf10dd56a"}]} 2026-02-26 23:09:33.312 8 INFO neutron.services.segments.plugin [-] Segment 9483923b-e685-489c-84ea-f6b65b3087e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9483923b-e685-489c-84ea-f6b65b3087e3 found for delete ", "request_id": "req-5986e0d0-e1ea-45b3-9594-10ec1d679fa8"}]} [pid: 8|app: 0|req: 1057/2161] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:09:33 2026] DELETE /v2.0/networks/00ea3986-5a35-4bd1-a93d-eaef8659067c => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2162] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:09:33 2026] GET /v2.0/security-groups?tenant_id=15bbab8269e546019aee07326ce9f5bc&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2163] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:09:34 2026] GET /v2.0/ports?device_id=1433e7c6-9156-40e6-8243-71ca51355e9a => 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: 1058/2164] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:09:34 2026] DELETE /v2.0/security-groups/2c3eed65-d41d-4406-bdf3-15e63f03b104 => 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: 1107/2165] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:09:34 2026] GET /v2.0/security-groups?tenant_id=8f8c687c3d2e4ec8ac9e8c90d4d1f731&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2166] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:09:34 2026] DELETE /v2.0/security-groups/e8e452a5-da62-4c70-af70-e93b27814974 => 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: 1108/2167] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:09:35 2026] GET /v2.0/networks?id=0deb88b2-b28d-4e8f-9a83-b4962eae29f7 => generated 661 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2168] 162.253.55.195 () {34 vars in 1050 bytes} [Thu Feb 26 23:09:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f6968cf4fb2c4353a7bdd87fbf4f4ef7 => generated 180 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2169] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:09:35 2026] GET /v2.0/ports?device_id=1433e7c6-9156-40e6-8243-71ca51355e9a => 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: 1109/2170] 162.253.55.195 () {38 vars in 955 bytes} [Thu Feb 26 23:09:35 2026] POST /v2.0/ports => generated 958 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2171] 162.253.55.195 () {38 vars in 1028 bytes} [Thu Feb 26 23:09:35 2026] PUT /v2.0/ports/0f84a0ea-6e63-482a-ac99-bf5fe4e424d8 => generated 1239 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:09:35.954 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-221f9618-7eee-4663-b00b-dfc3fd0810d3'] response: {'name': 'network-changed', 'server_uuid': '1433e7c6-9156-40e6-8243-71ca51355e9a', 'tag': '0f84a0ea-6e63-482a-ac99-bf5fe4e424d8', '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: 1110/2172] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:09:36 2026] GET /v2.0/ports?device_id=1433e7c6-9156-40e6-8243-71ca51355e9a => generated 973 bytes in 35 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: 1063/2173] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:09:36 2026] GET /v2.0/security-groups?id=afacfe3f-8200-440d-b146-3d457c136be6&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2174] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:09:36 2026] GET /v2.0/ports?tenant_id=f6968cf4fb2c4353a7bdd87fbf4f4ef7&device_id=1433e7c6-9156-40e6-8243-71ca51355e9a => 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: 1064/2175] 162.253.55.195 () {34 vars in 1018 bytes} [Thu Feb 26 23:09:36 2026] GET /v2.0/networks?tenant_id=f6968cf4fb2c4353a7bdd87fbf4f4ef7&shared=False => generated 757 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2176] 162.253.55.195 () {34 vars in 930 bytes} [Thu Feb 26 23:09:36 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2177] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:09:37 2026] GET /v2.0/ports?device_id=1433e7c6-9156-40e6-8243-71ca51355e9a => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2178] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:09:37 2026] GET /v2.0/security-groups?id=afacfe3f-8200-440d-b146-3d457c136be6&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2179] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:09:37 2026] GET /v2.0/ports?tenant_id=f6968cf4fb2c4353a7bdd87fbf4f4ef7&device_id=1433e7c6-9156-40e6-8243-71ca51355e9a => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2180] 162.253.55.195 () {34 vars in 1060 bytes} [Thu Feb 26 23:09:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=0f84a0ea-6e63-482a-ac99-bf5fe4e424d8 => 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: 1067/2181] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:09:37 2026] GET /v2.0/subnets?id=319ba2b8-5fd5-4a4f-aceb-814a2e4f4e01 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2182] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:09:37 2026] GET /v2.0/ports?network_id=0deb88b2-b28d-4e8f-9a83-b4962eae29f7&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2183] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:09:37 2026] GET /v2.0/networks/0deb88b2-b28d-4e8f-9a83-b4962eae29f7?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: 1116/2184] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:09:37 2026] GET /v2.0/networks/0deb88b2-b28d-4e8f-9a83-b4962eae29f7?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: 1069/2185] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:09:38 2026] GET /v2.0/ports?device_id=1433e7c6-9156-40e6-8243-71ca51355e9a => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2186] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:09:38 2026] GET /v2.0/security-groups?id=afacfe3f-8200-440d-b146-3d457c136be6&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2187] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:09:39 2026] GET /v2.0/ports?device_id=1433e7c6-9156-40e6-8243-71ca51355e9a => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2188] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:09:39 2026] GET /v2.0/security-groups?id=afacfe3f-8200-440d-b146-3d457c136be6&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: 1071/2189] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:09:40 2026] GET /v2.0/ports?device_id=1433e7c6-9156-40e6-8243-71ca51355e9a => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2190] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:09:41 2026] GET /v2.0/security-groups?id=afacfe3f-8200-440d-b146-3d457c136be6&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: 1072/2191] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:09:42 2026] GET /v2.0/ports?device_id=1433e7c6-9156-40e6-8243-71ca51355e9a => 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: 1120/2192] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:09:42 2026] GET /v2.0/security-groups?id=afacfe3f-8200-440d-b146-3d457c136be6&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: 1073/2193] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:09:43 2026] GET /v2.0/ports?device_id=1433e7c6-9156-40e6-8243-71ca51355e9a => generated 975 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2194] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:09:43 2026] GET /v2.0/security-groups?id=afacfe3f-8200-440d-b146-3d457c136be6&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: 1074/2195] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:09:43 2026] GET /v2.0/ports?device_id=1433e7c6-9156-40e6-8243-71ca51355e9a => 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: 1122/2196] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:09:43 2026] GET /v2.0/security-groups?id=afacfe3f-8200-440d-b146-3d457c136be6&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2197] 10.0.0.225 () {32 vars in 736 bytes} [Thu Feb 26 23:09:43 2026] GET /v2.0/ports?device_id=1433e7c6-9156-40e6-8243-71ca51355e9a => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:09:44.447 7 INFO neutron.db.l3_db [None req-14a82c91-168b-47c3-b0dc-910f3fe8384f 9bc9960d12ba44a8b1118aa1d3b3fedd f6968cf4fb2c4353a7bdd87fbf4f4ef7 - - default default] Floating IP e6c58b68-0c89-4bc8-baa5-1e091cfb2278 associated. External IP: 10.96.250.205, port: 0f84a0ea-6e63-482a-ac99-bf5fe4e424d8. [pid: 7|app: 0|req: 1123/2198] 10.0.0.225 () {34 vars in 677 bytes} [Thu Feb 26 23:09:43 2026] POST /v2.0/floatingips => generated 856 bytes in 1078 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:09:44.807 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8fef903-ce7b-4758-8fc7-005118a2bbfc'] response: {'name': 'network-changed', 'server_uuid': '1433e7c6-9156-40e6-8243-71ca51355e9a', 'tag': '0f84a0ea-6e63-482a-ac99-bf5fe4e424d8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1076/2199] 10.0.0.225 () {32 vars in 729 bytes} [Thu Feb 26 23:09:44 2026] GET /v2.0/floatingips/e6c58b68-0c89-4bc8-baa5-1e091cfb2278 => generated 856 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2200] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:09:45 2026] GET /v2.0/ports?tenant_id=f6968cf4fb2c4353a7bdd87fbf4f4ef7&device_id=1433e7c6-9156-40e6-8243-71ca51355e9a => 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: 1077/2201] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:09:45 2026] GET /v2.0/networks?id=0deb88b2-b28d-4e8f-9a83-b4962eae29f7 => generated 757 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2202] 162.253.55.195 () {34 vars in 1060 bytes} [Thu Feb 26 23:09:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=0f84a0ea-6e63-482a-ac99-bf5fe4e424d8 => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2203] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:09:45 2026] GET /v2.0/subnets?id=319ba2b8-5fd5-4a4f-aceb-814a2e4f4e01 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2204] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:09:45 2026] GET /v2.0/ports?network_id=0deb88b2-b28d-4e8f-9a83-b4962eae29f7&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: 1079/2205] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:09:45 2026] GET /v2.0/networks/0deb88b2-b28d-4e8f-9a83-b4962eae29f7?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2208] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:09:45 2026] GET /v2.0/networks/0deb88b2-b28d-4e8f-9a83-b4962eae29f7?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: 1082/2209] 10.0.0.225 () {32 vars in 729 bytes} [Thu Feb 26 23:09:45 2026] GET /v2.0/floatingips/e6c58b68-0c89-4bc8-baa5-1e091cfb2278 => generated 856 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2210] 10.0.0.225 () {32 vars in 729 bytes} [Thu Feb 26 23:09:46 2026] GET /v2.0/floatingips/e6c58b68-0c89-4bc8-baa5-1e091cfb2278 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2211] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 23:09:51 2026] GET /v2.0/agents => generated 3386 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2212] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 23:09:52 2026] GET /v2.0/network-ip-availabilities => generated 2883 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2213] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:09:52 2026] GET /v2.0/floatingips => generated 1705 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2214] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 23:09:52 2026] GET /v2.0/security-groups => generated 31410 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2215] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 23:09:52 2026] GET /v2.0/ports => generated 18797 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2216] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:09:52 2026] GET /v2.0/subnets => generated 3898 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2217] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:09:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2218] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:09:52 2026] GET /v2.0/subnets => generated 3898 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2219] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:09:52 2026] GET /v2.0/routers => generated 1465 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2220] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 23:09:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2221] 10.0.0.23 () {28 vars in 676 bytes} [Thu Feb 26 23:09:52 2026] GET /v2.0/routers/6cef7237-7164-43c5-8e99-599a831ce364/l3-agents => generated 681 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2222] 10.0.0.23 () {28 vars in 676 bytes} [Thu Feb 26 23:09:52 2026] GET /v2.0/routers/bd67bfba-c033-4e17-adf2-4d1e6d2c77e0/l3-agents => generated 681 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2223] 10.0.0.179 () {34 vars in 1084 bytes} [Thu Feb 26 23:09:52 2026] GET /v2.0/ports?device_id=1433e7c6-9156-40e6-8243-71ca51355e9a&device_id=be4682f0-37cc-4537-a5d8-c3b8a3588e75 => generated 2477 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2224] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 23:09:52 2026] GET /v2.0/networks => generated 5061 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2225] 10.0.0.179 () {34 vars in 1120 bytes} [Thu Feb 26 23:09:52 2026] GET /v2.0/security-groups?id=20031a9c-6249-470c-bfca-90626811b02c&id=afacfe3f-8200-440d-b146-3d457c136be6&fields=id&fields=name => generated 205 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2226] 10.0.0.147 () {34 vars in 990 bytes} [Thu Feb 26 23:09:54 2026] GET /v2.0/ports?device_id=1433e7c6-9156-40e6-8243-71ca51355e9a => 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: 1091/2227] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Feb 26 23:09:54 2026] GET /v2.0/security-groups?id=afacfe3f-8200-440d-b146-3d457c136be6&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: 1138/2230] 10.0.0.225 () {32 vars in 826 bytes} [Thu Feb 26 23:10:04 2026] GET /v2.0/ports?project_id=f6968cf4fb2c4353a7bdd87fbf4f4ef7&network_id=0deb88b2-b28d-4e8f-9a83-b4962eae29f7 => generated 3695 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2231] 10.0.0.225 () {32 vars in 742 bytes} [Thu Feb 26 23:10:04 2026] GET /v2.0/subnets?network_id=85320bd3-ce7d-48ec-9827-2ea7ee0195ff => generated 667 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:10:04.828 7 INFO neutron.db.l3_db [None req-22558f4f-4da0-48c7-9ba3-7494ba8d2d57 9bc9960d12ba44a8b1118aa1d3b3fedd f6968cf4fb2c4353a7bdd87fbf4f4ef7 - - default default] Floating IP e6c58b68-0c89-4bc8-baa5-1e091cfb2278 disassociated. External IP: 10.96.250.205, port: 0f84a0ea-6e63-482a-ac99-bf5fe4e424d8. [pid: 7|app: 0|req: 1139/2232] 10.0.0.225 () {34 vars in 749 bytes} [Thu Feb 26 23:10:04 2026] PUT /v2.0/floatingips/e6c58b68-0c89-4bc8-baa5-1e091cfb2278 => generated 554 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:10:05.140 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0b65fb2-4323-414c-a67c-ba06bb40d7bc'] response: {'name': 'network-changed', 'server_uuid': '1433e7c6-9156-40e6-8243-71ca51355e9a', 'tag': '0f84a0ea-6e63-482a-ac99-bf5fe4e424d8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1094/2233] 10.0.0.225 () {32 vars in 729 bytes} [Thu Feb 26 23:10:05 2026] GET /v2.0/floatingips/e6c58b68-0c89-4bc8-baa5-1e091cfb2278 => generated 554 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2234] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:10:05 2026] GET /v2.0/ports?tenant_id=f6968cf4fb2c4353a7bdd87fbf4f4ef7&device_id=1433e7c6-9156-40e6-8243-71ca51355e9a => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2235] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:10:05 2026] GET /v2.0/networks?id=0deb88b2-b28d-4e8f-9a83-b4962eae29f7 => generated 757 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2236] 162.253.55.195 () {34 vars in 1060 bytes} [Thu Feb 26 23:10:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=0f84a0ea-6e63-482a-ac99-bf5fe4e424d8 => 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: 1096/2237] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:10:05 2026] GET /v2.0/subnets?id=319ba2b8-5fd5-4a4f-aceb-814a2e4f4e01 => generated 678 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2238] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:10:05 2026] GET /v2.0/ports?network_id=0deb88b2-b28d-4e8f-9a83-b4962eae29f7&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: 1097/2239] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:10:05 2026] GET /v2.0/networks/0deb88b2-b28d-4e8f-9a83-b4962eae29f7?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: 1143/2240] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:10:05 2026] GET /v2.0/networks/0deb88b2-b28d-4e8f-9a83-b4962eae29f7?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: 1098/2241] 10.0.0.225 () {32 vars in 729 bytes} [Thu Feb 26 23:10:06 2026] GET /v2.0/floatingips/e6c58b68-0c89-4bc8-baa5-1e091cfb2278 => generated 554 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2242] 10.0.0.225 () {32 vars in 729 bytes} [Thu Feb 26 23:10:07 2026] GET /v2.0/floatingips/e6c58b68-0c89-4bc8-baa5-1e091cfb2278 => generated 552 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2243] 10.0.0.225 () {34 vars in 685 bytes} [Thu Feb 26 23:10:08 2026] POST /v2.0/security-groups => generated 1673 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2244] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:10:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2245] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:10:08 2026] POST /v2.0/security-group-rules => generated 596 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2246] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:10:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2247] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:10:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:10:08.994 7 INFO neutron.db.securitygroups_db [None req-881eca7d-3b08-4aee-a3fd-f994feae6e4d 9bc9960d12ba44a8b1118aa1d3b3fedd f6968cf4fb2c4353a7bdd87fbf4f4ef7 - - default default] Project f6968cf4fb2c4353a7bdd87fbf4f4ef7 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: 1147/2248] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:10:08 2026] POST /v2.0/security-group-rules => generated 607 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:10:09.120 8 INFO neutron.db.securitygroups_db [None req-628753c7-e789-4a7e-bc82-8d1a5db75dc9 9bc9960d12ba44a8b1118aa1d3b3fedd f6968cf4fb2c4353a7bdd87fbf4f4ef7 - - default default] Project f6968cf4fb2c4353a7bdd87fbf4f4ef7 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: 1102/2249] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:10:09 2026] POST /v2.0/security-group-rules => generated 606 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2250] 10.0.0.225 () {32 vars in 649 bytes} [Thu Feb 26 23:10:09 2026] GET /v2.0/networks => generated 1298 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2251] 10.0.0.179 () {34 vars in 1098 bytes} [Thu Feb 26 23:10:09 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-858081524&fields=id&tenant_id=f6968cf4fb2c4353a7bdd87fbf4f4ef7 => 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: 1149/2252] 10.0.0.179 () {34 vars in 982 bytes} [Thu Feb 26 23:10:09 2026] GET /v2.0/networks?id=0deb88b2-b28d-4e8f-9a83-b4962eae29f7 => generated 661 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2253] 10.0.0.179 () {34 vars in 965 bytes} [Thu Feb 26 23:10:09 2026] GET /v2.0/quotas/f6968cf4fb2c4353a7bdd87fbf4f4ef7 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2254] 10.0.0.179 () {34 vars in 1002 bytes} [Thu Feb 26 23:10:09 2026] GET /v2.0/ports?tenant_id=f6968cf4fb2c4353a7bdd87fbf4f4ef7&fields=id => generated 149 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2255] 10.0.0.179 () {34 vars in 1008 bytes} [Thu Feb 26 23:10:09 2026] GET /v2.0/networks/0deb88b2-b28d-4e8f-9a83-b4962eae29f7?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2256] 10.0.0.179 () {34 vars in 1108 bytes} [Thu Feb 26 23:10:10 2026] GET /v2.0/networks/0deb88b2-b28d-4e8f-9a83-b4962eae29f7?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: 1106/2257] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:10:10 2026] GET /v2.0/ports?device_id=9378a055-7509-421f-917d-fa6517029311 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2258] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:10:11 2026] GET /v2.0/ports?device_id=9378a055-7509-421f-917d-fa6517029311 => 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: 1107/2259] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:10:12 2026] GET /v2.0/ports?device_id=9378a055-7509-421f-917d-fa6517029311 => 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: 1153/2260] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:10:13 2026] GET /v2.0/ports?device_id=9378a055-7509-421f-917d-fa6517029311 => 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: 1108/2261] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:10:14 2026] GET /v2.0/networks?id=0deb88b2-b28d-4e8f-9a83-b4962eae29f7 => generated 661 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2262] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:10:14 2026] GET /v2.0/ports?device_id=9378a055-7509-421f-917d-fa6517029311 => 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: 1109/2263] 162.253.55.195 () {34 vars in 1050 bytes} [Thu Feb 26 23:10:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f6968cf4fb2c4353a7bdd87fbf4f4ef7 => generated 272 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2264] 162.253.55.195 () {38 vars in 955 bytes} [Thu Feb 26 23:10:14 2026] POST /v2.0/ports => generated 954 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2265] 162.253.55.195 () {38 vars in 1028 bytes} [Thu Feb 26 23:10:14 2026] PUT /v2.0/ports/1914cf21-aa63-442c-b4e2-7f7e12879ce6 => generated 1235 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:10:15.388 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-841c44b4-a051-425f-a2dd-ef64b1a4cf32'] response: {'name': 'network-changed', 'server_uuid': '9378a055-7509-421f-917d-fa6517029311', 'tag': '1914cf21-aa63-442c-b4e2-7f7e12879ce6', '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: 1156/2268] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:10:15 2026] GET /v2.0/ports?device_id=9378a055-7509-421f-917d-fa6517029311 => generated 969 bytes in 71 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: 1113/2269] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:10:15 2026] GET /v2.0/security-groups?id=eff11d11-61e7-48e5-928f-04dd670d40f2&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2270] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:10:15 2026] GET /v2.0/ports?tenant_id=f6968cf4fb2c4353a7bdd87fbf4f4ef7&device_id=9378a055-7509-421f-917d-fa6517029311 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2271] 162.253.55.195 () {34 vars in 1018 bytes} [Thu Feb 26 23:10:15 2026] GET /v2.0/networks?tenant_id=f6968cf4fb2c4353a7bdd87fbf4f4ef7&shared=False => generated 757 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2272] 162.253.55.195 () {34 vars in 930 bytes} [Thu Feb 26 23:10:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2273] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:10:16 2026] GET /v2.0/ports?device_id=9378a055-7509-421f-917d-fa6517029311 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2274] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:10:16 2026] GET /v2.0/security-groups?id=eff11d11-61e7-48e5-928f-04dd670d40f2&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: 8|app: 0|req: 1116/2275] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:10:17 2026] GET /v2.0/ports?tenant_id=f6968cf4fb2c4353a7bdd87fbf4f4ef7&device_id=9378a055-7509-421f-917d-fa6517029311 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2276] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:10:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=1914cf21-aa63-442c-b4e2-7f7e12879ce6 => 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: 1117/2277] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:10:17 2026] GET /v2.0/subnets?id=319ba2b8-5fd5-4a4f-aceb-814a2e4f4e01 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2278] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:10:17 2026] GET /v2.0/ports?network_id=0deb88b2-b28d-4e8f-9a83-b4962eae29f7&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2279] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:10:17 2026] GET /v2.0/networks/0deb88b2-b28d-4e8f-9a83-b4962eae29f7?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2280] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:10:17 2026] GET /v2.0/networks/0deb88b2-b28d-4e8f-9a83-b4962eae29f7?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: 1119/2281] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:10:17 2026] GET /v2.0/ports?device_id=9378a055-7509-421f-917d-fa6517029311 => 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: 1163/2282] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:10:18 2026] GET /v2.0/security-groups?id=eff11d11-61e7-48e5-928f-04dd670d40f2&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2283] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:10:19 2026] GET /v2.0/ports?device_id=9378a055-7509-421f-917d-fa6517029311 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2284] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:10:19 2026] GET /v2.0/security-groups?id=eff11d11-61e7-48e5-928f-04dd670d40f2&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2285] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:10:20 2026] GET /v2.0/ports?device_id=9378a055-7509-421f-917d-fa6517029311 => 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: 1165/2286] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:10:20 2026] GET /v2.0/security-groups?id=eff11d11-61e7-48e5-928f-04dd670d40f2&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: 1122/2287] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:10:21 2026] GET /v2.0/ports?device_id=9378a055-7509-421f-917d-fa6517029311 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2288] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:10:21 2026] GET /v2.0/security-groups?id=eff11d11-61e7-48e5-928f-04dd670d40f2&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2289] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:10:22 2026] GET /v2.0/ports?device_id=9378a055-7509-421f-917d-fa6517029311 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2290] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:10:22 2026] GET /v2.0/security-groups?id=eff11d11-61e7-48e5-928f-04dd670d40f2&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: 8|app: 0|req: 1124/2291] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:10:22 2026] GET /v2.0/ports?device_id=9378a055-7509-421f-917d-fa6517029311 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2292] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:10:22 2026] GET /v2.0/security-groups?id=eff11d11-61e7-48e5-928f-04dd670d40f2&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2293] 10.0.0.225 () {32 vars in 736 bytes} [Thu Feb 26 23:10:22 2026] GET /v2.0/ports?device_id=9378a055-7509-421f-917d-fa6517029311 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:10:23.258 7 INFO neutron.db.l3_db [None req-d2a73b59-7960-4aa3-b0f2-0d2090fd719c 9bc9960d12ba44a8b1118aa1d3b3fedd f6968cf4fb2c4353a7bdd87fbf4f4ef7 - - default default] Floating IP e6c58b68-0c89-4bc8-baa5-1e091cfb2278 associated. External IP: 10.96.250.205, port: 1914cf21-aa63-442c-b4e2-7f7e12879ce6. [pid: 7|app: 0|req: 1169/2294] 10.0.0.225 () {34 vars in 749 bytes} [Thu Feb 26 23:10:22 2026] PUT /v2.0/floatingips/e6c58b68-0c89-4bc8-baa5-1e091cfb2278 => generated 855 bytes in 684 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:10:23.647 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-56c081ab-480c-47db-94e8-efe9efb9545d'] response: {'name': 'network-changed', 'server_uuid': '9378a055-7509-421f-917d-fa6517029311', 'tag': '1914cf21-aa63-442c-b4e2-7f7e12879ce6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1126/2295] 10.0.0.225 () {32 vars in 729 bytes} [Thu Feb 26 23:10:23 2026] GET /v2.0/floatingips/e6c58b68-0c89-4bc8-baa5-1e091cfb2278 => generated 855 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2296] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:10:24 2026] GET /v2.0/ports?tenant_id=f6968cf4fb2c4353a7bdd87fbf4f4ef7&device_id=9378a055-7509-421f-917d-fa6517029311 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2297] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:10:24 2026] GET /v2.0/networks?id=0deb88b2-b28d-4e8f-9a83-b4962eae29f7 => generated 757 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2298] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:10:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=1914cf21-aa63-442c-b4e2-7f7e12879ce6 => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2299] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:10:24 2026] GET /v2.0/subnets?id=319ba2b8-5fd5-4a4f-aceb-814a2e4f4e01 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2300] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:10:24 2026] GET /v2.0/ports?network_id=0deb88b2-b28d-4e8f-9a83-b4962eae29f7&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: 1129/2301] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:10:24 2026] GET /v2.0/networks/0deb88b2-b28d-4e8f-9a83-b4962eae29f7?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: 1173/2302] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:10:24 2026] GET /v2.0/networks/0deb88b2-b28d-4e8f-9a83-b4962eae29f7?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: 1130/2303] 10.0.0.225 () {32 vars in 729 bytes} [Thu Feb 26 23:10:24 2026] GET /v2.0/floatingips/e6c58b68-0c89-4bc8-baa5-1e091cfb2278 => 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: 1174/2304] 10.0.0.225 () {32 vars in 729 bytes} [Thu Feb 26 23:10:25 2026] GET /v2.0/floatingips/e6c58b68-0c89-4bc8-baa5-1e091cfb2278 => generated 857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2307] 10.0.0.147 () {34 vars in 990 bytes} [Thu Feb 26 23:10:31 2026] GET /v2.0/ports?device_id=9378a055-7509-421f-917d-fa6517029311 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2308] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Feb 26 23:10:31 2026] GET /v2.0/security-groups?id=eff11d11-61e7-48e5-928f-04dd670d40f2&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2309] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:10:43 2026] GET /v2.0/ports?device_id=9378a055-7509-421f-917d-fa6517029311 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2310] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:10:43 2026] GET /v2.0/security-groups?id=eff11d11-61e7-48e5-928f-04dd670d40f2&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2311] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:10:44 2026] GET /v2.0/ports?device_id=9378a055-7509-421f-917d-fa6517029311 => 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: 1134/2312] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:10:44 2026] GET /v2.0/security-groups?id=eff11d11-61e7-48e5-928f-04dd670d40f2&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2313] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:10:45 2026] GET /v2.0/ports?device_id=9378a055-7509-421f-917d-fa6517029311 => 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: 1135/2314] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:10:45 2026] GET /v2.0/security-groups?id=eff11d11-61e7-48e5-928f-04dd670d40f2&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2315] 162.253.55.195 () {34 vars in 994 bytes} [Thu Feb 26 23:10:45 2026] GET /v2.0/ports?device_id=9378a055-7509-421f-917d-fa6517029311 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:10:45.700 8 INFO neutron_taas.services.taas.taas_plugin [req-781c88c2-a0e0-4169-adce-f8cdc08a8a4a req-9a379194-ff0b-4f69-9dc7-4cc024ff8601 9bc9960d12ba44a8b1118aa1d3b3fedd f6968cf4fb2c4353a7bdd87fbf4f4ef7 - - default default] TaaS: Handle Delete Port: 1914cf21-aa63-442c-b4e2-7f7e12879ce6 2026-02-26 23:10:45.703 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-781c88c2-a0e0-4169-adce-f8cdc08a8a4a req-9a379194-ff0b-4f69-9dc7-4cc024ff8601 9bc9960d12ba44a8b1118aa1d3b3fedd f6968cf4fb2c4353a7bdd87fbf4f4ef7 - - default default] Tap Mirror: Handle Delete Port: 1914cf21-aa63-442c-b4e2-7f7e12879ce6 2026-02-26 23:10:45.821 8 INFO neutron.db.l3_db [req-781c88c2-a0e0-4169-adce-f8cdc08a8a4a req-9a379194-ff0b-4f69-9dc7-4cc024ff8601 9bc9960d12ba44a8b1118aa1d3b3fedd f6968cf4fb2c4353a7bdd87fbf4f4ef7 - - default default] Floating IP e6c58b68-0c89-4bc8-baa5-1e091cfb2278 disassociated. External IP: 10.96.250.205, port: 1914cf21-aa63-442c-b4e2-7f7e12879ce6. [pid: 8|app: 0|req: 1136/2318] 162.253.55.195 () {36 vars in 997 bytes} [Thu Feb 26 23:10:45 2026] DELETE /v2.0/ports/1914cf21-aa63-442c-b4e2-7f7e12879ce6 => generated 0 bytes in 579 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:10:46.178 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-33acb209-ddd9-4a2e-b97f-20e1ad8c5bf2'] response: {'server_uuid': '9378a055-7509-421f-917d-fa6517029311', 'name': 'network-vif-deleted', 'tag': '1914cf21-aa63-442c-b4e2-7f7e12879ce6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1183/2319] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:10:46 2026] GET /v2.0/ports?device_id=9378a055-7509-421f-917d-fa6517029311 => 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: 1137/2320] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:10:47 2026] GET /v2.0/ports?device_id=9378a055-7509-421f-917d-fa6517029311 => 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: 1184/2321] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:10:48 2026] GET /v2.0/ports?device_id=9378a055-7509-421f-917d-fa6517029311 => 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: 1138/2322] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:10:49 2026] DELETE /v2.0/security-groups/eff11d11-61e7-48e5-928f-04dd670d40f2 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:10:50.108 7 INFO neutron_taas.services.taas.taas_plugin [None req-52ca7190-a34c-4163-baab-c15e20bb4b0b 9bc9960d12ba44a8b1118aa1d3b3fedd f6968cf4fb2c4353a7bdd87fbf4f4ef7 - - default default] TaaS: Handle Delete Port: c88173e7-4ade-4c97-bcb6-23ad1534405f 2026-02-26 23:10:50.111 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52ca7190-a34c-4163-baab-c15e20bb4b0b 9bc9960d12ba44a8b1118aa1d3b3fedd f6968cf4fb2c4353a7bdd87fbf4f4ef7 - - default default] Tap Mirror: Handle Delete Port: c88173e7-4ade-4c97-bcb6-23ad1534405f [pid: 7|app: 0|req: 1185/2323] 10.0.0.225 () {32 vars in 732 bytes} [Thu Feb 26 23:10:50 2026] DELETE /v2.0/floatingips/e6c58b68-0c89-4bc8-baa5-1e091cfb2278 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2324] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:10:50 2026] GET /v2.0/ports?device_id=1433e7c6-9156-40e6-8243-71ca51355e9a => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2325] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:10:50 2026] GET /v2.0/security-groups?id=afacfe3f-8200-440d-b146-3d457c136be6&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: 8|app: 0|req: 1140/2326] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:10:51 2026] GET /v2.0/ports?device_id=1433e7c6-9156-40e6-8243-71ca51355e9a => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2327] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:10:51 2026] GET /v2.0/security-groups?id=afacfe3f-8200-440d-b146-3d457c136be6&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2328] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 23:10:51 2026] GET /v2.0/security-groups => generated 31410 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2329] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:10:52 2026] GET /v2.0/subnets => generated 3898 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2330] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 23:10:52 2026] GET /v2.0/network-ip-availabilities => generated 2883 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2331] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 23:10:52 2026] GET /v2.0/networks => generated 5061 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2332] 10.0.0.179 () {34 vars in 1084 bytes} [Thu Feb 26 23:10:52 2026] GET /v2.0/ports?device_id=1433e7c6-9156-40e6-8243-71ca51355e9a&device_id=be4682f0-37cc-4537-a5d8-c3b8a3588e75 => generated 2477 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2333] 10.0.0.179 () {34 vars in 1120 bytes} [Thu Feb 26 23:10:52 2026] GET /v2.0/security-groups?id=20031a9c-6249-470c-bfca-90626811b02c&id=afacfe3f-8200-440d-b146-3d457c136be6&fields=id&fields=name => generated 205 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2334] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 23:10:52 2026] GET /v2.0/ports => generated 17803 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2335] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:10:52 2026] GET /v2.0/subnets => generated 3898 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2336] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:10:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2337] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:10:52 2026] GET /v2.0/floatingips => generated 861 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2338] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:10:52 2026] GET /v2.0/routers => generated 1465 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2339] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 23:10:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2340] 10.0.0.23 () {28 vars in 676 bytes} [Thu Feb 26 23:10:52 2026] GET /v2.0/routers/6cef7237-7164-43c5-8e99-599a831ce364/l3-agents => generated 681 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2341] 10.0.0.23 () {28 vars in 676 bytes} [Thu Feb 26 23:10:52 2026] GET /v2.0/routers/bd67bfba-c033-4e17-adf2-4d1e6d2c77e0/l3-agents => generated 681 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2342] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 23:10:52 2026] GET /v2.0/agents => generated 3386 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2343] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:10:52 2026] GET /v2.0/ports?device_id=1433e7c6-9156-40e6-8243-71ca51355e9a => generated 975 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2344] 162.253.55.195 () {34 vars in 994 bytes} [Thu Feb 26 23:10:52 2026] GET /v2.0/ports?device_id=1433e7c6-9156-40e6-8243-71ca51355e9a => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2345] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:10:52 2026] GET /v2.0/security-groups?id=afacfe3f-8200-440d-b146-3d457c136be6&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-02-26 23:10:53.055 8 INFO neutron_taas.services.taas.taas_plugin [req-6dad142e-dc3e-4d48-b140-c9c8d4568f8e req-ab68c895-39c2-49d7-92b8-085dd31f7234 9bc9960d12ba44a8b1118aa1d3b3fedd f6968cf4fb2c4353a7bdd87fbf4f4ef7 - - default default] TaaS: Handle Delete Port: 0f84a0ea-6e63-482a-ac99-bf5fe4e424d8 2026-02-26 23:10:53.059 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6dad142e-dc3e-4d48-b140-c9c8d4568f8e req-ab68c895-39c2-49d7-92b8-085dd31f7234 9bc9960d12ba44a8b1118aa1d3b3fedd f6968cf4fb2c4353a7bdd87fbf4f4ef7 - - default default] Tap Mirror: Handle Delete Port: 0f84a0ea-6e63-482a-ac99-bf5fe4e424d8 [pid: 8|app: 0|req: 1151/2346] 162.253.55.195 () {36 vars in 997 bytes} [Thu Feb 26 23:10:52 2026] DELETE /v2.0/ports/0f84a0ea-6e63-482a-ac99-bf5fe4e424d8 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:10:53.245 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee1cb97d-97c3-42c2-a1d5-4feb51a782a3'] response: {'server_uuid': '1433e7c6-9156-40e6-8243-71ca51355e9a', 'name': 'network-vif-deleted', 'tag': '0f84a0ea-6e63-482a-ac99-bf5fe4e424d8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1196/2347] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:10:53 2026] GET /v2.0/ports?device_id=1433e7c6-9156-40e6-8243-71ca51355e9a => 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: 1152/2348] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:10:55 2026] GET /v2.0/ports?device_id=1433e7c6-9156-40e6-8243-71ca51355e9a => 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: 1197/2349] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:10:56 2026] GET /v2.0/ports?device_id=1433e7c6-9156-40e6-8243-71ca51355e9a => 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: 1153/2350] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:10:57 2026] DELETE /v2.0/security-groups/afacfe3f-8200-440d-b146-3d457c136be6 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:10:58.208 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f94a1c4-f323-45e2-8d54-f4bd07f03383 9bc9960d12ba44a8b1118aa1d3b3fedd f6968cf4fb2c4353a7bdd87fbf4f4ef7 - - default default] TaaS: Handle Delete Port: 02a7b5d4-289a-45f0-b2d5-a634da3477bf 2026-02-26 23:10:58.213 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f94a1c4-f323-45e2-8d54-f4bd07f03383 9bc9960d12ba44a8b1118aa1d3b3fedd f6968cf4fb2c4353a7bdd87fbf4f4ef7 - - default default] Tap Mirror: Handle Delete Port: 02a7b5d4-289a-45f0-b2d5-a634da3477bf [pid: 7|app: 0|req: 1198/2351] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:10:57 2026] PUT /v2.0/routers/6cef7237-7164-43c5-8e99-599a831ce364/remove_router_interface => generated 309 bytes in 1315 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2352] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:10:58 2026] DELETE /v2.0/subnets/319ba2b8-5fd5-4a4f-aceb-814a2e4f4e01 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:10:59.150 7 INFO neutron_taas.services.taas.taas_plugin [None req-1585b24c-3a12-4966-91d1-17014ea45d08 9bc9960d12ba44a8b1118aa1d3b3fedd f6968cf4fb2c4353a7bdd87fbf4f4ef7 - - default default] TaaS: Handle Delete Port: 54c5f833-52bc-43c5-b5ef-235137bdce9b 2026-02-26 23:10:59.153 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1585b24c-3a12-4966-91d1-17014ea45d08 9bc9960d12ba44a8b1118aa1d3b3fedd f6968cf4fb2c4353a7bdd87fbf4f4ef7 - - default default] Tap Mirror: Handle Delete Port: 54c5f833-52bc-43c5-b5ef-235137bdce9b 2026-02-26 23:10:59.420 7 INFO neutron_taas.services.taas.taas_plugin [None req-1585b24c-3a12-4966-91d1-17014ea45d08 9bc9960d12ba44a8b1118aa1d3b3fedd f6968cf4fb2c4353a7bdd87fbf4f4ef7 - - default default] TaaS: Handle Delete Port: ecab3897-3a4f-4df0-bc49-3c2a697a1149 2026-02-26 23:10:59.422 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1585b24c-3a12-4966-91d1-17014ea45d08 9bc9960d12ba44a8b1118aa1d3b3fedd f6968cf4fb2c4353a7bdd87fbf4f4ef7 - - default default] Tap Mirror: Handle Delete Port: ecab3897-3a4f-4df0-bc49-3c2a697a1149 2026-02-26 23:10:59.788 7 INFO neutron.services.segments.plugin [-] Segment 9a78ed53-6128-4703-a163-a3205af56b85 resource provider aggregate not found 2026-02-26 23:10:59.790 7 INFO neutron.services.segments.plugin [-] Segment 9a78ed53-6128-4703-a163-a3205af56b85 resource provider aggregate not found 2026-02-26 23:10:59.808 7 INFO neutron.services.segments.plugin [-] Segment 9a78ed53-6128-4703-a163-a3205af56b85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a78ed53-6128-4703-a163-a3205af56b85 found for delete ", "request_id": "req-b376eace-0acb-4075-a1b0-cf114bbf67ba"}]} 2026-02-26 23:10:59.809 7 INFO neutron.services.segments.plugin [-] Segment 9a78ed53-6128-4703-a163-a3205af56b85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a78ed53-6128-4703-a163-a3205af56b85 found for delete ", "request_id": "req-53a3629e-dee8-4495-a697-e0be9f42af1c"}]} 2026-02-26 23:10:59.812 7 INFO neutron.db.l3_hamode_db [None req-1585b24c-3a12-4966-91d1-17014ea45d08 9bc9960d12ba44a8b1118aa1d3b3fedd f6968cf4fb2c4353a7bdd87fbf4f4ef7 - - default default] HA network c8086fb0-a849-46ab-8c0e-495dd269218c was deleted as no HA routers are present in tenant f6968cf4fb2c4353a7bdd87fbf4f4ef7. [pid: 7|app: 0|req: 1199/2353] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:10:58 2026] DELETE /v2.0/routers/6cef7237-7164-43c5-8e99-599a831ce364 => generated 0 bytes in 878 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:10:59.936 8 INFO neutron.services.segments.plugin [-] Segment 3e618ff2-f1f9-4672-ac0a-bc439015471e resource provider aggregate not found 2026-02-26 23:10:59.937 8 INFO neutron.services.segments.plugin [-] Segment 3e618ff2-f1f9-4672-ac0a-bc439015471e resource provider aggregate not found 2026-02-26 23:10:59.958 8 INFO neutron.services.segments.plugin [-] Segment 3e618ff2-f1f9-4672-ac0a-bc439015471e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e618ff2-f1f9-4672-ac0a-bc439015471e found for delete ", "request_id": "req-530f0135-041a-4175-be13-b100dd9a350c"}]} 2026-02-26 23:10:59.971 8 INFO neutron.services.segments.plugin [-] Segment 3e618ff2-f1f9-4672-ac0a-bc439015471e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e618ff2-f1f9-4672-ac0a-bc439015471e found for delete ", "request_id": "req-764a564b-0be3-43b4-8890-1686822aa0ea"}]} [pid: 8|app: 0|req: 1155/2354] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:10:59 2026] DELETE /v2.0/networks/0deb88b2-b28d-4e8f-9a83-b4962eae29f7 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2357] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:11:00 2026] GET /v2.0/security-groups?tenant_id=4ebf68f2bbcf478fb4d462d7f116409c&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2358] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:11:00 2026] DELETE /v2.0/security-groups/6cf4fa07-1d06-4ab7-8f95-a01ab732a41c => 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: 1201/2359] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:11:01 2026] GET /v2.0/security-groups?tenant_id=f6968cf4fb2c4353a7bdd87fbf4f4ef7&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2360] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:11:01 2026] DELETE /v2.0/security-groups/5e86891b-e12a-4753-8ee8-602dd96db141 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:11:05.451 7 INFO neutron.db.segments_db [None req-bbc08e06-4100-4179-86c3-caf35444f1ab 101685e4679446fe884560d63e301900 d859745773f842dc92cd8416638f7ef6 - - default default] Added segment 6ec2095c-e61c-4d7b-83f8-f8622cbd075c of type vxlan for network e8d424eb-cbd4-412b-841f-827ad66c59f6 [pid: 7|app: 0|req: 1202/2361] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:11:05 2026] POST /v2.0/networks => generated 708 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2362] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:11:05 2026] POST /v2.0/subnets => generated 644 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:11:05.725 7 WARNING neutron.api.v2.base [None req-ca2e210a-cb48-495b-bdba-27dd75ba5196 101685e4679446fe884560d63e301900 d859745773f842dc92cd8416638f7ef6 - - 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-02-26 23:11:05.726 7 INFO neutron.api.v2.resource [None req-ca2e210a-cb48-495b-bdba-27dd75ba5196 101685e4679446fe884560d63e301900 d859745773f842dc92cd8416638f7ef6 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1203/2363] 10.0.0.225 () {34 vars in 681 bytes} [Thu Feb 26 23:11:05 2026] POST /v2.0/rbac-policies => generated 143 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-02-26 23:11:05.911 8 INFO neutron.services.segments.plugin [-] Segment 6ec2095c-e61c-4d7b-83f8-f8622cbd075c resource provider aggregate not found 2026-02-26 23:11:05.916 8 INFO neutron.services.segments.plugin [-] Segment 6ec2095c-e61c-4d7b-83f8-f8622cbd075c resource provider aggregate not found 2026-02-26 23:11:05.925 8 INFO neutron.services.segments.plugin [-] Segment 6ec2095c-e61c-4d7b-83f8-f8622cbd075c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ec2095c-e61c-4d7b-83f8-f8622cbd075c found for delete ", "request_id": "req-22ca0fd1-6883-44dc-9986-8e4ed6f35fcd"}]} 2026-02-26 23:11:05.936 8 INFO neutron.services.segments.plugin [-] Segment 6ec2095c-e61c-4d7b-83f8-f8622cbd075c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ec2095c-e61c-4d7b-83f8-f8622cbd075c found for delete ", "request_id": "req-18c8a10e-cc0f-4cc9-8db2-51162bbf50cf"}]} [pid: 8|app: 0|req: 1161/2364] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:11:05 2026] DELETE /v2.0/networks/e8d424eb-cbd4-412b-841f-827ad66c59f6 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:11:05.990 7 INFO neutron.db.segments_db [None req-5b5e9a3b-923c-45ee-82b4-28928197b9c5 101685e4679446fe884560d63e301900 d859745773f842dc92cd8416638f7ef6 - - default default] Added segment e2016d97-a4ac-44d9-a7e4-18f5996fbb16 of type vxlan for network 5164317b-38ff-4c46-ad5c-03d7f57ed3f0 [pid: 7|app: 0|req: 1204/2365] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:11:05 2026] POST /v2.0/networks => generated 708 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2366] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:11:06 2026] POST /v2.0/subnets => generated 647 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:11:06.256 7 WARNING neutron.api.v2.base [None req-8b892806-a41b-487c-a420-4075ff70b09a 101685e4679446fe884560d63e301900 d859745773f842dc92cd8416638f7ef6 - - 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-02-26 23:11:06.257 7 INFO neutron.api.v2.resource [None req-8b892806-a41b-487c-a420-4075ff70b09a 101685e4679446fe884560d63e301900 d859745773f842dc92cd8416638f7ef6 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1205/2367] 10.0.0.225 () {34 vars in 681 bytes} [Thu Feb 26 23:11:06 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2368] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:11:06 2026] DELETE /v2.0/networks/5164317b-38ff-4c46-ad5c-03d7f57ed3f0 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:11:06.490 7 INFO neutron.db.segments_db [None req-5a5a85c7-1c30-4260-a050-dd06a33a6d48 101685e4679446fe884560d63e301900 d859745773f842dc92cd8416638f7ef6 - - default default] Added segment a24cb9bf-e91c-405e-8b76-78b1d4d94372 of type vxlan for network 376a0bfd-27a7-484c-bd09-0de2b4594a40 [pid: 7|app: 0|req: 1206/2369] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:11:06 2026] POST /v2.0/networks => generated 708 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2370] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:11:06 2026] POST /v2.0/subnets => generated 647 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2371] 10.0.0.225 () {34 vars in 681 bytes} [Thu Feb 26 23:11:06 2026] POST /v2.0/rbac-policies => generated 324 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2372] 10.0.0.225 () {32 vars in 723 bytes} [Thu Feb 26 23:11:07 2026] GET /v2.0/networks/376a0bfd-27a7-484c-bd09-0de2b4594a40 => generated 655 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:11:07.779 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1b756732-be41-4369-81fd-de82c3b0bbc9 7bc62ac6798f4bcfb0d7381b5c21641d 8e6754144bab4c21b890e0e9b862d992 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1208/2373] 10.0.0.225 () {32 vars in 723 bytes} [Thu Feb 26 23:11:07 2026] GET /v2.0/networks/376a0bfd-27a7-484c-bd09-0de2b4594a40 => generated 138 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:11:07.946 8 INFO neutron.services.segments.plugin [-] Segment e2016d97-a4ac-44d9-a7e4-18f5996fbb16 resource provider aggregate not found 2026-02-26 23:11:07.966 8 INFO neutron.services.segments.plugin [-] Segment e2016d97-a4ac-44d9-a7e4-18f5996fbb16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2016d97-a4ac-44d9-a7e4-18f5996fbb16 found for delete ", "request_id": "req-a7cbecbc-7106-4ca8-ae25-09ae197e5c5c"}]} 2026-02-26 23:11:07.968 8 INFO neutron.services.segments.plugin [-] Segment e2016d97-a4ac-44d9-a7e4-18f5996fbb16 resource provider aggregate not found 2026-02-26 23:11:07.984 8 INFO neutron.services.segments.plugin [-] Segment e2016d97-a4ac-44d9-a7e4-18f5996fbb16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2016d97-a4ac-44d9-a7e4-18f5996fbb16 found for delete ", "request_id": "req-62949bdb-6dd4-4dcd-bdaf-b0b18c4b5af9"}]} 2026-02-26 23:11:08.604 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf2efcad-bc02-447f-ba54-8757c688c5a4 101685e4679446fe884560d63e301900 d859745773f842dc92cd8416638f7ef6 - - default default] TaaS: Handle Delete Port: 539db382-a8a5-43b7-abde-0290476db886 2026-02-26 23:11:08.609 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf2efcad-bc02-447f-ba54-8757c688c5a4 101685e4679446fe884560d63e301900 d859745773f842dc92cd8416638f7ef6 - - default default] Tap Mirror: Handle Delete Port: 539db382-a8a5-43b7-abde-0290476db886 [pid: 8|app: 0|req: 1166/2374] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:11:07 2026] DELETE /v2.0/networks/376a0bfd-27a7-484c-bd09-0de2b4594a40 => generated 0 bytes in 997 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:11:08.802 7 INFO neutron.pecan_wsgi.hooks.translation [None req-51155047-cacd-45b2-80cf-da3b577b16ee 101685e4679446fe884560d63e301900 d859745773f842dc92cd8416638f7ef6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1209/2375] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:11:08 2026] DELETE /v2.0/subnets/27479305-ae95-455c-af31-7ccd8c1aa4bc => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:11:08.823 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d86f9c31-18e3-4323-925f-87492e02a2d4 101685e4679446fe884560d63e301900 d859745773f842dc92cd8416638f7ef6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1167/2376] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:11:08 2026] DELETE /v2.0/subnets/49784050-bae2-480f-8eb7-d20216e09510 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:11:08.841 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8bba12a9-bda7-4aca-9b9d-be3a87e55bc5 101685e4679446fe884560d63e301900 d859745773f842dc92cd8416638f7ef6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1210/2377] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:11:08 2026] DELETE /v2.0/subnets/e1a82f78-42a1-4c00-bd7a-8bb9cde94a9e => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2378] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:11:09 2026] GET /v2.0/security-groups?tenant_id=8e6754144bab4c21b890e0e9b862d992&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2379] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:11:09 2026] DELETE /v2.0/security-groups/c3789a20-2d33-4196-b38b-2a1ab4e9b6a7 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:11:09.979 8 INFO neutron.services.segments.plugin [-] Segment a24cb9bf-e91c-405e-8b76-78b1d4d94372 resource provider aggregate not found 2026-02-26 23:11:09.995 8 INFO neutron.services.segments.plugin [-] Segment a24cb9bf-e91c-405e-8b76-78b1d4d94372 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a24cb9bf-e91c-405e-8b76-78b1d4d94372 found for delete ", "request_id": "req-9ce3eaa3-7159-41ec-ad01-465222b980d5"}]} 2026-02-26 23:11:10.003 8 INFO neutron.services.segments.plugin [-] Segment a24cb9bf-e91c-405e-8b76-78b1d4d94372 resource provider aggregate not found 2026-02-26 23:11:10.008 8 INFO neutron.services.segments.plugin [-] Segment a24cb9bf-e91c-405e-8b76-78b1d4d94372 resource provider aggregate not found 2026-02-26 23:11:10.017 8 INFO neutron.services.segments.plugin [-] Segment a24cb9bf-e91c-405e-8b76-78b1d4d94372 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a24cb9bf-e91c-405e-8b76-78b1d4d94372 found for delete ", "request_id": "req-3500949a-14a4-4337-99a8-f30b499a977a"}]} 2026-02-26 23:11:10.031 8 INFO neutron.services.segments.plugin [-] Segment a24cb9bf-e91c-405e-8b76-78b1d4d94372 resource provider aggregate not found 2026-02-26 23:11:10.033 8 INFO neutron.services.segments.plugin [-] Segment a24cb9bf-e91c-405e-8b76-78b1d4d94372 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a24cb9bf-e91c-405e-8b76-78b1d4d94372 found for delete ", "request_id": "req-7fc48e0a-26bd-45bd-8a3e-bcf3422d739a"}]} 2026-02-26 23:11:10.045 8 INFO neutron.services.segments.plugin [-] Segment a24cb9bf-e91c-405e-8b76-78b1d4d94372 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a24cb9bf-e91c-405e-8b76-78b1d4d94372 found for delete ", "request_id": "req-f8c16d8c-1563-4baf-a4b7-205cd34c0590"}]} [pid: 8|app: 0|req: 1169/2380] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:11:10 2026] GET /v2.0/security-groups?tenant_id=d859745773f842dc92cd8416638f7ef6&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: 1212/2381] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:11:10 2026] DELETE /v2.0/security-groups/5559a19e-005a-41bc-ac99-977a65d61c08 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2382] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:11:10 2026] GET /v2.0/security-groups?tenant_id=d64275a67cae46d598eca2106724fb10&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2383] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:11:10 2026] DELETE /v2.0/security-groups/6dee259d-60e8-4e75-8c91-20d4a759bde6 => 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: 1171/2384] 10.0.0.225 () {34 vars in 676 bytes} [Thu Feb 26 23:11:14 2026] POST /v2.0/floatingips => generated 552 bytes in 578 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2385] 10.0.0.225 () {34 vars in 676 bytes} [Thu Feb 26 23:11:15 2026] POST /v2.0/floatingips => generated 552 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2388] 10.0.0.225 () {34 vars in 676 bytes} [Thu Feb 26 23:11:15 2026] POST /v2.0/floatingips => generated 552 bytes in 519 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2389] 10.0.0.225 () {34 vars in 676 bytes} [Thu Feb 26 23:11:16 2026] POST /v2.0/floatingips => generated 552 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2390] 10.0.0.225 () {34 vars in 676 bytes} [Thu Feb 26 23:11:16 2026] POST /v2.0/floatingips => generated 552 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2391] 10.0.0.225 () {34 vars in 759 bytes} [Thu Feb 26 23:11:17 2026] PUT /v2.0/floatingips/89a11874-4612-47e1-b14b-be37eedc452c/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2392] 10.0.0.225 () {34 vars in 759 bytes} [Thu Feb 26 23:11:17 2026] PUT /v2.0/floatingips/5798e938-4114-46cf-b73b-25d53ea410d4/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2393] 10.0.0.225 () {34 vars in 759 bytes} [Thu Feb 26 23:11:17 2026] PUT /v2.0/floatingips/40107a8a-9ce4-42f2-b2a7-763e5160584e/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2394] 10.0.0.225 () {34 vars in 759 bytes} [Thu Feb 26 23:11:17 2026] PUT /v2.0/floatingips/d54a9df8-2016-4faa-8b33-93ebcfa3a114/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2395] 10.0.0.225 () {32 vars in 672 bytes} [Thu Feb 26 23:11:17 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2396] 10.0.0.225 () {32 vars in 686 bytes} [Thu Feb 26 23:11:17 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2397] 10.0.0.225 () {32 vars in 682 bytes} [Thu Feb 26 23:11:17 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2398] 10.0.0.225 () {32 vars in 694 bytes} [Thu Feb 26 23:11:17 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2399] 10.0.0.225 () {32 vars in 680 bytes} [Thu Feb 26 23:11:17 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2400] 10.0.0.225 () {32 vars in 694 bytes} [Thu Feb 26 23:11:17 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2401] 10.0.0.225 () {32 vars in 690 bytes} [Thu Feb 26 23:11:17 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2402] 10.0.0.225 () {32 vars in 702 bytes} [Thu Feb 26 23:11:17 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:11:17.762 7 INFO neutron_taas.services.taas.taas_plugin [None req-f700f001-06c8-48d0-87fd-b28be404c947 7f9ad599575a4d6f923d675d313f8487 67ba9742d5be40a7b02ae2ccf5292d57 - - default default] TaaS: Handle Delete Port: 5b3f4d29-7586-4ce8-b075-b614d2e08600 2026-02-26 23:11:17.765 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f700f001-06c8-48d0-87fd-b28be404c947 7f9ad599575a4d6f923d675d313f8487 67ba9742d5be40a7b02ae2ccf5292d57 - - default default] Tap Mirror: Handle Delete Port: 5b3f4d29-7586-4ce8-b075-b614d2e08600 [pid: 7|app: 0|req: 1224/2403] 10.0.0.225 () {32 vars in 732 bytes} [Thu Feb 26 23:11:17 2026] DELETE /v2.0/floatingips/89a11874-4612-47e1-b14b-be37eedc452c => generated 0 bytes in 252 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:11:18.021 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5623cca-4790-4972-9256-b6b023e73af3 7f9ad599575a4d6f923d675d313f8487 67ba9742d5be40a7b02ae2ccf5292d57 - - default default] TaaS: Handle Delete Port: 728f6155-a4dc-4383-8750-08cec1aeca52 2026-02-26 23:11:18.024 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5623cca-4790-4972-9256-b6b023e73af3 7f9ad599575a4d6f923d675d313f8487 67ba9742d5be40a7b02ae2ccf5292d57 - - default default] Tap Mirror: Handle Delete Port: 728f6155-a4dc-4383-8750-08cec1aeca52 [pid: 8|app: 0|req: 1180/2404] 10.0.0.225 () {32 vars in 732 bytes} [Thu Feb 26 23:11:17 2026] DELETE /v2.0/floatingips/5798e938-4114-46cf-b73b-25d53ea410d4 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:11:18.285 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff645306-5ba4-4280-b51e-e77cde0736f8 7f9ad599575a4d6f923d675d313f8487 67ba9742d5be40a7b02ae2ccf5292d57 - - default default] TaaS: Handle Delete Port: 375525cc-9067-4fec-9b80-a9edf98c352c 2026-02-26 23:11:18.287 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff645306-5ba4-4280-b51e-e77cde0736f8 7f9ad599575a4d6f923d675d313f8487 67ba9742d5be40a7b02ae2ccf5292d57 - - default default] Tap Mirror: Handle Delete Port: 375525cc-9067-4fec-9b80-a9edf98c352c [pid: 7|app: 0|req: 1225/2405] 10.0.0.225 () {32 vars in 732 bytes} [Thu Feb 26 23:11:18 2026] DELETE /v2.0/floatingips/40107a8a-9ce4-42f2-b2a7-763e5160584e => generated 0 bytes in 262 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:11:18.545 8 INFO neutron_taas.services.taas.taas_plugin [None req-10f92be9-50f6-4de9-815c-a05928f9ef8a 7f9ad599575a4d6f923d675d313f8487 67ba9742d5be40a7b02ae2ccf5292d57 - - default default] TaaS: Handle Delete Port: 432437bf-b92f-434b-9b47-6b9b2c2e7c17 2026-02-26 23:11:18.548 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10f92be9-50f6-4de9-815c-a05928f9ef8a 7f9ad599575a4d6f923d675d313f8487 67ba9742d5be40a7b02ae2ccf5292d57 - - default default] Tap Mirror: Handle Delete Port: 432437bf-b92f-434b-9b47-6b9b2c2e7c17 [pid: 8|app: 0|req: 1181/2406] 10.0.0.225 () {32 vars in 732 bytes} [Thu Feb 26 23:11:18 2026] DELETE /v2.0/floatingips/d54a9df8-2016-4faa-8b33-93ebcfa3a114 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:11:18.800 7 INFO neutron_taas.services.taas.taas_plugin [None req-9d256363-0395-4d2b-90c9-38d2393c2c06 7f9ad599575a4d6f923d675d313f8487 67ba9742d5be40a7b02ae2ccf5292d57 - - default default] TaaS: Handle Delete Port: e5993f00-611e-4cc4-8361-8c9ce8c94a79 2026-02-26 23:11:18.803 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d256363-0395-4d2b-90c9-38d2393c2c06 7f9ad599575a4d6f923d675d313f8487 67ba9742d5be40a7b02ae2ccf5292d57 - - default default] Tap Mirror: Handle Delete Port: e5993f00-611e-4cc4-8361-8c9ce8c94a79 [pid: 7|app: 0|req: 1226/2407] 10.0.0.225 () {32 vars in 732 bytes} [Thu Feb 26 23:11:18 2026] DELETE /v2.0/floatingips/558e0832-6882-482b-8814-7ee243b9747c => generated 0 bytes in 265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2408] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:11:19 2026] GET /v2.0/security-groups?tenant_id=4e205d786eb84da8b8d9bc38005a298b&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2409] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:11:20 2026] DELETE /v2.0/security-groups/3fc42660-2c61-4408-9a98-4e40c5a1ca21 => 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: 1183/2410] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:11:20 2026] GET /v2.0/security-groups?tenant_id=a0eee043e2e24d6e97b96d8b9651f01e&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2411] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:11:20 2026] DELETE /v2.0/security-groups/b7cb349f-1d78-478c-af70-2c1bb11f229f => 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: 1184/2412] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:11:20 2026] GET /v2.0/security-groups?tenant_id=67ba9742d5be40a7b02ae2ccf5292d57&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2413] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:11:20 2026] DELETE /v2.0/security-groups/dae8e74c-6e9b-422c-a4cc-699214f23753 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:11:24.989 8 INFO neutron.db.segments_db [None req-4e588dcb-530e-4997-a5d5-46df9df78f0d 9beb2757dcce4cfbb45bcb61dcfa850f 83cbc9b48baf4d809e998767fa29aaff - - default default] Added segment adaf3d48-d3fc-4519-b62b-a12780a442f3 of type vxlan for network 2b30b1c7-a5d9-449c-8e98-0d8b30184f37 [pid: 8|app: 0|req: 1185/2414] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:11:24 2026] POST /v2.0/networks => generated 613 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:11:25.118 7 INFO neutron.db.segments_db [None req-644f7576-ff48-48da-85a4-72592870b34c 9beb2757dcce4cfbb45bcb61dcfa850f 83cbc9b48baf4d809e998767fa29aaff - - default default] Added segment 6cc4a1a2-ccbe-47e4-9994-e7295a0973e7 of type vxlan for network 38544c77-3743-4f84-bb55-2a4f48c01c70 [pid: 7|app: 0|req: 1230/2415] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:11:25 2026] POST /v2.0/networks => generated 612 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:11:25.247 8 INFO neutron.db.segments_db [None req-b7493ff5-ded9-4edb-96b8-4edaffb2ccc7 9beb2757dcce4cfbb45bcb61dcfa850f 83cbc9b48baf4d809e998767fa29aaff - - default default] Added segment ff719838-1c07-4321-978c-758bae46f6e5 of type vxlan for network 46816723-8c4c-4461-b5ee-98a60c589156 [pid: 8|app: 0|req: 1186/2416] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:11:25 2026] POST /v2.0/networks => generated 613 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:11:25.367 7 INFO neutron.db.segments_db [None req-84c0389b-90a0-4fed-be36-640008ded1e2 9beb2757dcce4cfbb45bcb61dcfa850f 83cbc9b48baf4d809e998767fa29aaff - - default default] Added segment fa16ce38-c96e-46b9-bf89-23f41d3efbe7 of type vxlan for network 68d98b81-beb2-4b52-b06b-b0322c44418a [pid: 7|app: 0|req: 1231/2417] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:11:25 2026] POST /v2.0/networks => generated 612 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:11:25.505 8 INFO neutron.db.segments_db [None req-c563eb80-8c0c-40cc-97dd-6b675d099f1c 9beb2757dcce4cfbb45bcb61dcfa850f 83cbc9b48baf4d809e998767fa29aaff - - default default] Added segment 2dc33a96-3fa3-431e-bac8-56bcfa3a957b of type vxlan for network dbf27dfa-f66e-46b2-bd76-005ba9b82ed7 [pid: 8|app: 0|req: 1187/2418] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:11:25 2026] POST /v2.0/networks => generated 613 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2419] 10.0.0.225 () {34 vars in 753 bytes} [Thu Feb 26 23:11:25 2026] PUT /v2.0/networks/2b30b1c7-a5d9-449c-8e98-0d8b30184f37/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2420] 10.0.0.225 () {34 vars in 753 bytes} [Thu Feb 26 23:11:25 2026] PUT /v2.0/networks/38544c77-3743-4f84-bb55-2a4f48c01c70/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2421] 10.0.0.225 () {34 vars in 753 bytes} [Thu Feb 26 23:11:25 2026] PUT /v2.0/networks/46816723-8c4c-4461-b5ee-98a60c589156/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2422] 10.0.0.225 () {34 vars in 753 bytes} [Thu Feb 26 23:11:25 2026] PUT /v2.0/networks/68d98b81-beb2-4b52-b06b-b0322c44418a/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2423] 10.0.0.225 () {32 vars in 666 bytes} [Thu Feb 26 23:11:25 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2424] 10.0.0.225 () {32 vars in 680 bytes} [Thu Feb 26 23:11:25 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2425] 10.0.0.225 () {32 vars in 676 bytes} [Thu Feb 26 23:11:25 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2426] 10.0.0.225 () {32 vars in 688 bytes} [Thu Feb 26 23:11:25 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2427] 10.0.0.225 () {32 vars in 674 bytes} [Thu Feb 26 23:11:25 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2428] 10.0.0.225 () {32 vars in 688 bytes} [Thu Feb 26 23:11:26 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2429] 10.0.0.225 () {32 vars in 684 bytes} [Thu Feb 26 23:11:26 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2430] 10.0.0.225 () {32 vars in 696 bytes} [Thu Feb 26 23:11:26 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2431] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:11:26 2026] DELETE /v2.0/networks/2b30b1c7-a5d9-449c-8e98-0d8b30184f37 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:11:26.462 7 INFO neutron.services.segments.plugin [-] Segment adaf3d48-d3fc-4519-b62b-a12780a442f3 resource provider aggregate not found 2026-02-26 23:11:26.469 7 INFO neutron.services.segments.plugin [-] Segment adaf3d48-d3fc-4519-b62b-a12780a442f3 resource provider aggregate not found 2026-02-26 23:11:26.476 7 INFO neutron.services.segments.plugin [-] Segment adaf3d48-d3fc-4519-b62b-a12780a442f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adaf3d48-d3fc-4519-b62b-a12780a442f3 found for delete ", "request_id": "req-61b92ae6-5ce1-487c-84d2-bc101a28ae07"}]} 2026-02-26 23:11:26.482 7 INFO neutron.services.segments.plugin [-] Segment adaf3d48-d3fc-4519-b62b-a12780a442f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adaf3d48-d3fc-4519-b62b-a12780a442f3 found for delete ", "request_id": "req-3599de18-8a98-49f8-8c70-bba4b9a79d2f"}]} 2026-02-26 23:11:26.518 8 INFO neutron.services.segments.plugin [-] Segment 6cc4a1a2-ccbe-47e4-9994-e7295a0973e7 resource provider aggregate not found 2026-02-26 23:11:26.522 8 INFO neutron.services.segments.plugin [-] Segment 6cc4a1a2-ccbe-47e4-9994-e7295a0973e7 resource provider aggregate not found 2026-02-26 23:11:26.540 8 INFO neutron.services.segments.plugin [-] Segment 6cc4a1a2-ccbe-47e4-9994-e7295a0973e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cc4a1a2-ccbe-47e4-9994-e7295a0973e7 found for delete ", "request_id": "req-11e5c8d5-6f25-4c9b-b051-c631a4d71674"}]} 2026-02-26 23:11:26.543 8 INFO neutron.services.segments.plugin [-] Segment 6cc4a1a2-ccbe-47e4-9994-e7295a0973e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cc4a1a2-ccbe-47e4-9994-e7295a0973e7 found for delete ", "request_id": "req-e82e3637-00cd-47ca-a289-70b6fa8790c9"}]} [pid: 8|app: 0|req: 1194/2432] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:11:26 2026] DELETE /v2.0/networks/38544c77-3743-4f84-bb55-2a4f48c01c70 => 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: 1239/2433] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:11:26 2026] DELETE /v2.0/networks/46816723-8c4c-4461-b5ee-98a60c589156 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2434] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:11:26 2026] DELETE /v2.0/networks/68d98b81-beb2-4b52-b06b-b0322c44418a => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2435] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:11:26 2026] DELETE /v2.0/networks/dbf27dfa-f66e-46b2-bd76-005ba9b82ed7 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2436] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:11:27 2026] GET /v2.0/security-groups?tenant_id=83cbc9b48baf4d809e998767fa29aaff&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2437] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:11:27 2026] DELETE /v2.0/security-groups/0bb2fc2c-3b2f-4996-81b5-6e87817fb8b1 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2438] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:11:27 2026] GET /v2.0/security-groups?tenant_id=684acabd4c7e41838bc2d164b6ce0381&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2439] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:11:28 2026] DELETE /v2.0/security-groups/7a379903-797e-4a52-8de4-8a20fcbeed36 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2440] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:11:28 2026] GET /v2.0/security-groups?tenant_id=df4a886ec5274538917325021e1e5498&name=default => generated 2925 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2441] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:11:28 2026] DELETE /v2.0/security-groups/6a0b8dbb-1f76-4425-9aa0-e594da0cb8d1 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:11:28.495 7 INFO neutron.services.segments.plugin [-] Segment ff719838-1c07-4321-978c-758bae46f6e5 resource provider aggregate not found 2026-02-26 23:11:28.500 7 INFO neutron.services.segments.plugin [-] Segment ff719838-1c07-4321-978c-758bae46f6e5 resource provider aggregate not found 2026-02-26 23:11:28.515 7 INFO neutron.services.segments.plugin [-] Segment ff719838-1c07-4321-978c-758bae46f6e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff719838-1c07-4321-978c-758bae46f6e5 found for delete ", "request_id": "req-de2c1cb8-5518-4a7f-b2d3-8bfe32f5a8aa"}]} 2026-02-26 23:11:28.516 7 INFO neutron.services.segments.plugin [-] Segment ff719838-1c07-4321-978c-758bae46f6e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff719838-1c07-4321-978c-758bae46f6e5 found for delete ", "request_id": "req-71a70fff-dbac-4433-a1f7-740a59d51071"}]} 2026-02-26 23:11:28.533 7 INFO neutron.services.segments.plugin [-] Segment 2dc33a96-3fa3-431e-bac8-56bcfa3a957b resource provider aggregate not found 2026-02-26 23:11:28.538 7 INFO neutron.services.segments.plugin [-] Segment 2dc33a96-3fa3-431e-bac8-56bcfa3a957b resource provider aggregate not found 2026-02-26 23:11:28.552 7 INFO neutron.services.segments.plugin [-] Segment 2dc33a96-3fa3-431e-bac8-56bcfa3a957b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2dc33a96-3fa3-431e-bac8-56bcfa3a957b found for delete ", "request_id": "req-c1bfc7d9-b44f-408b-9c0c-375bb1d0d78a"}]} 2026-02-26 23:11:28.553 7 INFO neutron.services.segments.plugin [-] Segment 2dc33a96-3fa3-431e-bac8-56bcfa3a957b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2dc33a96-3fa3-431e-bac8-56bcfa3a957b found for delete ", "request_id": "req-3c0ef55e-2a56-4dff-9022-f9c32b3fa967"}]} 2026-02-26 23:11:28.559 8 INFO neutron.services.segments.plugin [-] Segment fa16ce38-c96e-46b9-bf89-23f41d3efbe7 resource provider aggregate not found 2026-02-26 23:11:28.563 8 INFO neutron.services.segments.plugin [-] Segment fa16ce38-c96e-46b9-bf89-23f41d3efbe7 resource provider aggregate not found 2026-02-26 23:11:28.575 8 INFO neutron.services.segments.plugin [-] Segment fa16ce38-c96e-46b9-bf89-23f41d3efbe7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa16ce38-c96e-46b9-bf89-23f41d3efbe7 found for delete ", "request_id": "req-10694c77-a91b-42e4-b334-6576a055c84b"}]} 2026-02-26 23:11:28.577 8 INFO neutron.services.segments.plugin [-] Segment fa16ce38-c96e-46b9-bf89-23f41d3efbe7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa16ce38-c96e-46b9-bf89-23f41d3efbe7 found for delete ", "request_id": "req-dfaec337-3d41-4d3c-af44-6caa4378b8f0"}]} 2026-02-26 23:11:32.677 7 INFO neutron.db.segments_db [None req-7b22b06c-4a3e-4f71-b84b-7aef8b9d5c6d b264ba471483420588a5e2c58849b4c8 429dca61d84a472895403e76d63f9fa3 - - default default] Added segment 699f78b1-9f1c-428b-8608-061889ca41b8 of type vxlan for network 340142a3-e93d-4484-a5cc-f7ab2252de8f 2026-02-26 23:11:32.869 7 INFO neutron.db.l3_hamode_db [None req-7b22b06c-4a3e-4f71-b84b-7aef8b9d5c6d b264ba471483420588a5e2c58849b4c8 429dca61d84a472895403e76d63f9fa3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 23:11:32.967 7 INFO neutron.db.l3_hamode_db [None req-7b22b06c-4a3e-4f71-b84b-7aef8b9d5c6d b264ba471483420588a5e2c58849b4c8 429dca61d84a472895403e76d63f9fa3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1245/2444] 10.0.0.225 () {34 vars in 668 bytes} [Thu Feb 26 23:11:32 2026] POST /v2.0/routers => generated 474 bytes in 981 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:11:33.528 8 INFO neutron.db.l3_hamode_db [None req-113abf48-9417-45d1-9fec-a21e7aa5870c b264ba471483420588a5e2c58849b4c8 429dca61d84a472895403e76d63f9fa3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 23:11:33.652 8 INFO neutron.db.l3_hamode_db [None req-113abf48-9417-45d1-9fec-a21e7aa5870c b264ba471483420588a5e2c58849b4c8 429dca61d84a472895403e76d63f9fa3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1200/2445] 10.0.0.225 () {34 vars in 668 bytes} [Thu Feb 26 23:11:33 2026] POST /v2.0/routers => generated 474 bytes in 694 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:11:34.241 7 INFO neutron.db.l3_hamode_db [None req-9ac518d2-309b-4be6-9a0f-fc71ce82591d b264ba471483420588a5e2c58849b4c8 429dca61d84a472895403e76d63f9fa3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 23:11:34.343 7 INFO neutron.db.l3_hamode_db [None req-9ac518d2-309b-4be6-9a0f-fc71ce82591d b264ba471483420588a5e2c58849b4c8 429dca61d84a472895403e76d63f9fa3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1246/2446] 10.0.0.225 () {34 vars in 668 bytes} [Thu Feb 26 23:11:34 2026] POST /v2.0/routers => generated 474 bytes in 638 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:11:34.890 8 INFO neutron.db.l3_hamode_db [None req-2346ebd6-8584-4980-9e02-13b567098d8b b264ba471483420588a5e2c58849b4c8 429dca61d84a472895403e76d63f9fa3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 23:11:35.002 8 INFO neutron.db.l3_hamode_db [None req-2346ebd6-8584-4980-9e02-13b567098d8b b264ba471483420588a5e2c58849b4c8 429dca61d84a472895403e76d63f9fa3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1201/2447] 10.0.0.225 () {34 vars in 668 bytes} [Thu Feb 26 23:11:34 2026] POST /v2.0/routers => generated 474 bytes in 670 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:11:35.545 7 INFO neutron.db.l3_hamode_db [None req-2dc2fbf1-b78e-4f68-8d3d-360ddbd2f799 b264ba471483420588a5e2c58849b4c8 429dca61d84a472895403e76d63f9fa3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 23:11:35.644 7 INFO neutron.db.l3_hamode_db [None req-2dc2fbf1-b78e-4f68-8d3d-360ddbd2f799 b264ba471483420588a5e2c58849b4c8 429dca61d84a472895403e76d63f9fa3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1247/2448] 10.0.0.225 () {34 vars in 668 bytes} [Thu Feb 26 23:11:35 2026] POST /v2.0/routers => generated 474 bytes in 669 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2449] 10.0.0.225 () {34 vars in 751 bytes} [Thu Feb 26 23:11:36 2026] PUT /v2.0/routers/5e9f271c-45f1-4268-b063-f61060e2f4be/tags => generated 17 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2450] 10.0.0.225 () {34 vars in 751 bytes} [Thu Feb 26 23:11:36 2026] PUT /v2.0/routers/231cdb98-1cf5-40d4-9c72-a6c9904fa366/tags => generated 25 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2451] 10.0.0.225 () {34 vars in 751 bytes} [Thu Feb 26 23:11:36 2026] PUT /v2.0/routers/ddd4f6cb-197a-40b1-8d31-92e1db6780c0/tags => generated 34 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2452] 10.0.0.225 () {34 vars in 751 bytes} [Thu Feb 26 23:11:36 2026] PUT /v2.0/routers/556c5aed-e41b-4abe-b21d-d9244e640a47/tags => generated 19 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2453] 10.0.0.225 () {32 vars in 664 bytes} [Thu Feb 26 23:11:36 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2454] 10.0.0.225 () {32 vars in 678 bytes} [Thu Feb 26 23:11:36 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2455] 10.0.0.225 () {32 vars in 674 bytes} [Thu Feb 26 23:11:36 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2456] 10.0.0.225 () {32 vars in 686 bytes} [Thu Feb 26 23:11:36 2026] GET /v2.0/routers?tags-any=red%2Cblue => 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: 1206/2457] 10.0.0.225 () {32 vars in 672 bytes} [Thu Feb 26 23:11:36 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2458] 10.0.0.225 () {32 vars in 686 bytes} [Thu Feb 26 23:11:36 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2459] 10.0.0.225 () {32 vars in 682 bytes} [Thu Feb 26 23:11:37 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2460] 10.0.0.225 () {32 vars in 694 bytes} [Thu Feb 26 23:11:37 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2461] 10.0.0.225 () {32 vars in 721 bytes} [Thu Feb 26 23:11:37 2026] GET /v2.0/routers/5e9f271c-45f1-4268-b063-f61060e2f4be => 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: 1254/2462] 10.0.0.225 () {34 vars in 742 bytes} [Thu Feb 26 23:11:37 2026] PUT /v2.0/routers/5e9f271c-45f1-4268-b063-f61060e2f4be => generated 485 bytes in 490 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2463] 10.0.0.225 () {32 vars in 736 bytes} [Thu Feb 26 23:11:37 2026] GET /v2.0/ports?device_id=5e9f271c-45f1-4268-b063-f61060e2f4be => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:11:37.963 7 INFO neutron_taas.services.taas.taas_plugin [None req-504c2d35-5793-4f31-99b3-bef3a1712a15 b264ba471483420588a5e2c58849b4c8 429dca61d84a472895403e76d63f9fa3 - - default default] TaaS: Handle Delete Port: 330474a8-b4e0-494c-83ea-3fb074bcf327 2026-02-26 23:11:37.967 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-504c2d35-5793-4f31-99b3-bef3a1712a15 b264ba471483420588a5e2c58849b4c8 429dca61d84a472895403e76d63f9fa3 - - default default] Tap Mirror: Handle Delete Port: 330474a8-b4e0-494c-83ea-3fb074bcf327 [pid: 7|app: 0|req: 1255/2464] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:11:37 2026] DELETE /v2.0/routers/5e9f271c-45f1-4268-b063-f61060e2f4be => generated 0 bytes in 350 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2465] 10.0.0.225 () {32 vars in 721 bytes} [Thu Feb 26 23:11:38 2026] GET /v2.0/routers/231cdb98-1cf5-40d4-9c72-a6c9904fa366 => generated 493 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2466] 10.0.0.225 () {34 vars in 742 bytes} [Thu Feb 26 23:11:38 2026] PUT /v2.0/routers/231cdb98-1cf5-40d4-9c72-a6c9904fa366 => generated 493 bytes in 478 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2467] 10.0.0.225 () {32 vars in 736 bytes} [Thu Feb 26 23:11:38 2026] GET /v2.0/ports?device_id=231cdb98-1cf5-40d4-9c72-a6c9904fa366 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:11:38.913 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c413a84-95b5-441a-9f51-67a3c92a0af8 b264ba471483420588a5e2c58849b4c8 429dca61d84a472895403e76d63f9fa3 - - default default] TaaS: Handle Delete Port: a3d5a72a-5a87-45c5-a457-dd07a9e535d5 2026-02-26 23:11:38.916 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c413a84-95b5-441a-9f51-67a3c92a0af8 b264ba471483420588a5e2c58849b4c8 429dca61d84a472895403e76d63f9fa3 - - default default] Tap Mirror: Handle Delete Port: a3d5a72a-5a87-45c5-a457-dd07a9e535d5 [pid: 7|app: 0|req: 1257/2468] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:11:38 2026] DELETE /v2.0/routers/231cdb98-1cf5-40d4-9c72-a6c9904fa366 => generated 0 bytes in 372 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2469] 10.0.0.225 () {32 vars in 721 bytes} [Thu Feb 26 23:11:39 2026] GET /v2.0/routers/ddd4f6cb-197a-40b1-8d31-92e1db6780c0 => generated 502 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2470] 10.0.0.225 () {34 vars in 742 bytes} [Thu Feb 26 23:11:39 2026] PUT /v2.0/routers/ddd4f6cb-197a-40b1-8d31-92e1db6780c0 => generated 502 bytes in 521 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2471] 10.0.0.225 () {32 vars in 736 bytes} [Thu Feb 26 23:11:39 2026] GET /v2.0/ports?device_id=ddd4f6cb-197a-40b1-8d31-92e1db6780c0 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:11:39.902 7 INFO neutron_taas.services.taas.taas_plugin [None req-80cf2934-31d2-4315-b8ba-521910157618 b264ba471483420588a5e2c58849b4c8 429dca61d84a472895403e76d63f9fa3 - - default default] TaaS: Handle Delete Port: 6b73b6b8-91be-4a05-b7aa-4f35f317b45c 2026-02-26 23:11:39.905 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80cf2934-31d2-4315-b8ba-521910157618 b264ba471483420588a5e2c58849b4c8 429dca61d84a472895403e76d63f9fa3 - - default default] Tap Mirror: Handle Delete Port: 6b73b6b8-91be-4a05-b7aa-4f35f317b45c [pid: 7|app: 0|req: 1259/2472] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:11:39 2026] DELETE /v2.0/routers/ddd4f6cb-197a-40b1-8d31-92e1db6780c0 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2473] 10.0.0.225 () {32 vars in 721 bytes} [Thu Feb 26 23:11:40 2026] GET /v2.0/routers/556c5aed-e41b-4abe-b21d-d9244e640a47 => generated 487 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2474] 10.0.0.225 () {34 vars in 742 bytes} [Thu Feb 26 23:11:40 2026] PUT /v2.0/routers/556c5aed-e41b-4abe-b21d-d9244e640a47 => generated 487 bytes in 943 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2475] 10.0.0.225 () {32 vars in 736 bytes} [Thu Feb 26 23:11:41 2026] GET /v2.0/ports?device_id=556c5aed-e41b-4abe-b21d-d9244e640a47 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:11:41.261 7 INFO neutron_taas.services.taas.taas_plugin [None req-9acb0b6c-f25c-4b29-b537-2c67f5096d30 b264ba471483420588a5e2c58849b4c8 429dca61d84a472895403e76d63f9fa3 - - default default] TaaS: Handle Delete Port: 9b480780-5dc9-4fc7-8bd6-9e23827e2d83 2026-02-26 23:11:41.264 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9acb0b6c-f25c-4b29-b537-2c67f5096d30 b264ba471483420588a5e2c58849b4c8 429dca61d84a472895403e76d63f9fa3 - - default default] Tap Mirror: Handle Delete Port: 9b480780-5dc9-4fc7-8bd6-9e23827e2d83 [pid: 7|app: 0|req: 1261/2476] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:11:41 2026] DELETE /v2.0/routers/556c5aed-e41b-4abe-b21d-d9244e640a47 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2477] 10.0.0.225 () {32 vars in 721 bytes} [Thu Feb 26 23:11:41 2026] GET /v2.0/routers/090731eb-8d12-4391-ba80-e040de109aa1 => generated 480 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2478] 10.0.0.225 () {34 vars in 742 bytes} [Thu Feb 26 23:11:41 2026] PUT /v2.0/routers/090731eb-8d12-4391-ba80-e040de109aa1 => generated 480 bytes in 547 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2479] 10.0.0.225 () {32 vars in 736 bytes} [Thu Feb 26 23:11:42 2026] GET /v2.0/ports?device_id=090731eb-8d12-4391-ba80-e040de109aa1 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:11:42.258 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c279cef-0d74-48c1-935f-db23fe5e4dc0 b264ba471483420588a5e2c58849b4c8 429dca61d84a472895403e76d63f9fa3 - - default default] TaaS: Handle Delete Port: b5f9e2ed-06af-4803-8a89-0bc1aa4e8dbf 2026-02-26 23:11:42.262 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c279cef-0d74-48c1-935f-db23fe5e4dc0 b264ba471483420588a5e2c58849b4c8 429dca61d84a472895403e76d63f9fa3 - - default default] Tap Mirror: Handle Delete Port: b5f9e2ed-06af-4803-8a89-0bc1aa4e8dbf 2026-02-26 23:11:42.599 7 INFO neutron.services.segments.plugin [-] Segment 699f78b1-9f1c-428b-8608-061889ca41b8 resource provider aggregate not found 2026-02-26 23:11:42.608 7 INFO neutron.services.segments.plugin [-] Segment 699f78b1-9f1c-428b-8608-061889ca41b8 resource provider aggregate not found 2026-02-26 23:11:42.621 7 INFO neutron.services.segments.plugin [-] Segment 699f78b1-9f1c-428b-8608-061889ca41b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 699f78b1-9f1c-428b-8608-061889ca41b8 found for delete ", "request_id": "req-7581fcc1-2563-49b6-9e79-471da9d840e7"}]} 2026-02-26 23:11:42.626 7 INFO neutron.services.segments.plugin [-] Segment 699f78b1-9f1c-428b-8608-061889ca41b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 699f78b1-9f1c-428b-8608-061889ca41b8 found for delete ", "request_id": "req-32225c79-d08a-4df1-a1c9-899f89f86cef"}]} 2026-02-26 23:11:42.632 7 INFO neutron.db.l3_hamode_db [None req-5c279cef-0d74-48c1-935f-db23fe5e4dc0 b264ba471483420588a5e2c58849b4c8 429dca61d84a472895403e76d63f9fa3 - - default default] HA network 340142a3-e93d-4484-a5cc-f7ab2252de8f was deleted as no HA routers are present in tenant 429dca61d84a472895403e76d63f9fa3. [pid: 7|app: 0|req: 1263/2480] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:11:42 2026] DELETE /v2.0/routers/090731eb-8d12-4391-ba80-e040de109aa1 => generated 0 bytes in 546 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2481] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:11:43 2026] GET /v2.0/security-groups?tenant_id=429dca61d84a472895403e76d63f9fa3&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2482] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:11:43 2026] DELETE /v2.0/security-groups/6b277786-bd3d-4832-b0b0-3cfc1691a4ea => 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: 1219/2483] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:11:43 2026] GET /v2.0/security-groups?tenant_id=8f1965df2921454f89e1a09221dbb987&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2484] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:11:43 2026] DELETE /v2.0/security-groups/d176cc4c-dd3c-414a-9e19-6ed2a65caa79 => 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: 1220/2485] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:11:44 2026] GET /v2.0/security-groups?tenant_id=b5308cf7e18e4678a39ffb87acac6077&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: 1266/2486] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:11:44 2026] DELETE /v2.0/security-groups/20453683-57b4-4141-a0fb-e41704818a15 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:11:47.608 7 INFO neutron.db.segments_db [None req-e1dfa7d9-44c9-4d01-b4eb-4f15b1208a20 c5466c99a5df48ed960cbcb0db53937f ccf353af4ec54414b964a039808ad515 - - default default] Added segment 1f4a7596-0374-4995-b966-91b458751d44 of type vxlan for network 8ebfe2b4-fd3f-453b-bf67-7824ebaaabb5 2026-02-26 23:11:47.883 7 INFO neutron.db.l3_hamode_db [None req-e1dfa7d9-44c9-4d01-b4eb-4f15b1208a20 c5466c99a5df48ed960cbcb0db53937f ccf353af4ec54414b964a039808ad515 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 23:11:48.015 7 INFO neutron.db.l3_hamode_db [None req-e1dfa7d9-44c9-4d01-b4eb-4f15b1208a20 c5466c99a5df48ed960cbcb0db53937f ccf353af4ec54414b964a039808ad515 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1268/2489] 10.0.0.225 () {34 vars in 668 bytes} [Thu Feb 26 23:11:47 2026] POST /v2.0/routers => generated 474 bytes in 1186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2490] 10.0.0.225 () {34 vars in 751 bytes} [Thu Feb 26 23:11:48 2026] PUT /v2.0/routers/4e94b9fb-6771-4041-ac72-eca7da3766e6/tags => generated 25 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2491] 10.0.0.225 () {32 vars in 731 bytes} [Thu Feb 26 23:11:48 2026] GET /v2.0/routers/4e94b9fb-6771-4041-ac72-eca7da3766e6/tags => generated 25 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2492] 10.0.0.225 () {34 vars in 762 bytes} [Thu Feb 26 23:11:48 2026] PUT /v2.0/routers/4e94b9fb-6771-4041-ac72-eca7da3766e6/tags/green => generated 4 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2493] 10.0.0.225 () {32 vars in 731 bytes} [Thu Feb 26 23:11:48 2026] GET /v2.0/routers/4e94b9fb-6771-4041-ac72-eca7da3766e6/tags => generated 34 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2494] 10.0.0.225 () {34 vars in 758 bytes} [Thu Feb 26 23:11:49 2026] PUT /v2.0/routers/4e94b9fb-6771-4041-ac72-eca7da3766e6/tags/red => generated 4 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2495] 10.0.0.225 () {32 vars in 731 bytes} [Thu Feb 26 23:11:49 2026] GET /v2.0/routers/4e94b9fb-6771-4041-ac72-eca7da3766e6/tags => generated 34 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2496] 10.0.0.225 () {34 vars in 780 bytes} [Thu Feb 26 23:11:49 2026] PUT /v2.0/routers/4e94b9fb-6771-4041-ac72-eca7da3766e6/tags/black.or.white => generated 4 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2497] 10.0.0.225 () {32 vars in 731 bytes} [Thu Feb 26 23:11:49 2026] GET /v2.0/routers/4e94b9fb-6771-4041-ac72-eca7da3766e6/tags => generated 52 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2498] 10.0.0.225 () {34 vars in 751 bytes} [Thu Feb 26 23:11:49 2026] PUT /v2.0/routers/4e94b9fb-6771-4041-ac72-eca7da3766e6/tags => generated 37 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2499] 10.0.0.225 () {32 vars in 731 bytes} [Thu Feb 26 23:11:49 2026] GET /v2.0/routers/4e94b9fb-6771-4041-ac72-eca7da3766e6/tags => generated 37 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2500] 10.0.0.225 () {32 vars in 739 bytes} [Thu Feb 26 23:11:49 2026] GET /v2.0/routers/4e94b9fb-6771-4041-ac72-eca7da3766e6/tags/red => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:11:49.884 7 INFO neutron.api.v2.resource [None req-d49b0d41-4445-4f45-9835-eba266351829 c5466c99a5df48ed960cbcb0db53937f ccf353af4ec54414b964a039808ad515 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1274/2501] 10.0.0.225 () {32 vars in 743 bytes} [Thu Feb 26 23:11:49 2026] GET /v2.0/routers/4e94b9fb-6771-4041-ac72-eca7da3766e6/tags/green => generated 99 bytes in 76 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2502] 10.0.0.225 () {32 vars in 742 bytes} [Thu Feb 26 23:11:49 2026] DELETE /v2.0/routers/4e94b9fb-6771-4041-ac72-eca7da3766e6/tags/red => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2503] 10.0.0.225 () {32 vars in 731 bytes} [Thu Feb 26 23:11:49 2026] GET /v2.0/routers/4e94b9fb-6771-4041-ac72-eca7da3766e6/tags => generated 30 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:11:50.187 8 INFO neutron.api.v2.resource [None req-573ec839-5ba1-401f-a37c-bb9d30fd074e c5466c99a5df48ed960cbcb0db53937f ccf353af4ec54414b964a039808ad515 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1229/2504] 10.0.0.225 () {32 vars in 746 bytes} [Thu Feb 26 23:11:50 2026] DELETE /v2.0/routers/4e94b9fb-6771-4041-ac72-eca7da3766e6/tags/green => generated 99 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2505] 10.0.0.225 () {32 vars in 734 bytes} [Thu Feb 26 23:11:50 2026] DELETE /v2.0/routers/4e94b9fb-6771-4041-ac72-eca7da3766e6/tags => 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: 1230/2506] 10.0.0.225 () {32 vars in 731 bytes} [Thu Feb 26 23:11:50 2026] GET /v2.0/routers/4e94b9fb-6771-4041-ac72-eca7da3766e6/tags => generated 12 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2507] 10.0.0.225 () {32 vars in 721 bytes} [Thu Feb 26 23:11:50 2026] GET /v2.0/routers/4e94b9fb-6771-4041-ac72-eca7da3766e6 => generated 480 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2508] 10.0.0.225 () {34 vars in 742 bytes} [Thu Feb 26 23:11:50 2026] PUT /v2.0/routers/4e94b9fb-6771-4041-ac72-eca7da3766e6 => generated 480 bytes in 1046 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2509] 10.0.0.225 () {32 vars in 736 bytes} [Thu Feb 26 23:11:51 2026] GET /v2.0/ports?device_id=4e94b9fb-6771-4041-ac72-eca7da3766e6 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:11:51.736 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb529bcd-1f3b-40be-b472-090c9a4dee9e c5466c99a5df48ed960cbcb0db53937f ccf353af4ec54414b964a039808ad515 - - default default] TaaS: Handle Delete Port: 962b7a4a-a037-4705-bd83-f93bec8fe807 2026-02-26 23:11:51.739 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb529bcd-1f3b-40be-b472-090c9a4dee9e c5466c99a5df48ed960cbcb0db53937f ccf353af4ec54414b964a039808ad515 - - default default] Tap Mirror: Handle Delete Port: 962b7a4a-a037-4705-bd83-f93bec8fe807 2026-02-26 23:11:52.073 8 INFO neutron.db.l3_hamode_db [None req-fb529bcd-1f3b-40be-b472-090c9a4dee9e c5466c99a5df48ed960cbcb0db53937f ccf353af4ec54414b964a039808ad515 - - default default] HA network 8ebfe2b4-fd3f-453b-bf67-7824ebaaabb5 was deleted as no HA routers are present in tenant ccf353af4ec54414b964a039808ad515. [pid: 8|app: 0|req: 1232/2510] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:11:51 2026] DELETE /v2.0/routers/4e94b9fb-6771-4041-ac72-eca7da3766e6 => generated 0 bytes in 502 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:11:52.186 8 INFO neutron.services.segments.plugin [-] Segment 1f4a7596-0374-4995-b966-91b458751d44 resource provider aggregate not found 2026-02-26 23:11:52.311 8 INFO neutron.services.segments.plugin [-] Segment 1f4a7596-0374-4995-b966-91b458751d44 resource provider aggregate not found 2026-02-26 23:11:52.318 8 INFO neutron.services.segments.plugin [-] Segment 1f4a7596-0374-4995-b966-91b458751d44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f4a7596-0374-4995-b966-91b458751d44 found for delete ", "request_id": "req-40bb85e2-31ca-4c0b-bcbb-c4b9e7456f49"}]} 2026-02-26 23:11:52.326 8 INFO neutron.services.segments.plugin [-] Segment 1f4a7596-0374-4995-b966-91b458751d44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f4a7596-0374-4995-b966-91b458751d44 found for delete ", "request_id": "req-492393b1-dff0-449b-83f5-a5c8572f933f"}]} [pid: 7|app: 0|req: 1279/2511] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 23:11:52 2026] GET /v2.0/networks => generated 3622 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2512] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:11:52 2026] GET /v2.0/subnets => generated 2611 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2513] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 23:11:52 2026] GET /v2.0/agents => generated 3385 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2514] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:11:52 2026] GET /v2.0/subnets => generated 2611 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2515] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:11:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2516] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 23:11:52 2026] GET /v2.0/security-groups => generated 23166 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2517] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 23:11:52 2026] GET /v2.0/network-ip-availabilities => generated 2009 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2518] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:11:52 2026] GET /v2.0/floatingips => generated 861 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2519] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:11:52 2026] GET /v2.0/routers => generated 740 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2520] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 23:11:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2521] 10.0.0.23 () {28 vars in 676 bytes} [Thu Feb 26 23:11:52 2026] GET /v2.0/routers/bd67bfba-c033-4e17-adf2-4d1e6d2c77e0/l3-agents => generated 681 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2522] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 23:11:52 2026] GET /v2.0/ports => generated 11759 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2523] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:11:52 2026] GET /v2.0/security-groups?tenant_id=64612e07956c4de08e31af754dd2a86b&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2524] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:11:52 2026] GET /v2.0/ports?device_id=be4682f0-37cc-4537-a5d8-c3b8a3588e75 => generated 1244 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2525] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:11:53 2026] GET /v2.0/security-groups?id=20031a9c-6249-470c-bfca-90626811b02c&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: 1285/2526] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:11:53 2026] DELETE /v2.0/security-groups/28366887-c9a9-4966-b51a-a0fc437e479b => 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: 1242/2527] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:11:53 2026] GET /v2.0/security-groups?tenant_id=ccf353af4ec54414b964a039808ad515&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2528] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:11:53 2026] DELETE /v2.0/security-groups/05e7aad9-94e4-4132-be54-18a00547c36b => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:11:56.805 8 INFO neutron.db.segments_db [None req-f8c0a89d-3769-4b40-aa80-fac44bfc288b 7049b053e08043d4891fad3795df80d7 a43c4fc53096470186ff284495fb008f - - default default] Added segment e07c20b3-0371-4e53-8807-6bcf72bd2fa7 of type vxlan for network bc3e1e4e-be52-4d5b-85ee-8023aef5a0fc [pid: 8|app: 0|req: 1243/2529] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:11:56 2026] POST /v2.0/networks => generated 610 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2530] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:11:56 2026] POST /v2.0/subnets => generated 626 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2531] 10.0.0.225 () {34 vars in 751 bytes} [Thu Feb 26 23:11:57 2026] PUT /v2.0/subnets/905bf346-295f-4515-bd68-9375a0814e17/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2532] 10.0.0.225 () {32 vars in 731 bytes} [Thu Feb 26 23:11:57 2026] GET /v2.0/subnets/905bf346-295f-4515-bd68-9375a0814e17/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2533] 10.0.0.225 () {34 vars in 762 bytes} [Thu Feb 26 23:11:57 2026] PUT /v2.0/subnets/905bf346-295f-4515-bd68-9375a0814e17/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: 1289/2534] 10.0.0.225 () {32 vars in 731 bytes} [Thu Feb 26 23:11:57 2026] GET /v2.0/subnets/905bf346-295f-4515-bd68-9375a0814e17/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2535] 10.0.0.225 () {34 vars in 758 bytes} [Thu Feb 26 23:11:57 2026] PUT /v2.0/subnets/905bf346-295f-4515-bd68-9375a0814e17/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2536] 10.0.0.225 () {32 vars in 731 bytes} [Thu Feb 26 23:11:57 2026] GET /v2.0/subnets/905bf346-295f-4515-bd68-9375a0814e17/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: 1247/2537] 10.0.0.225 () {34 vars in 780 bytes} [Thu Feb 26 23:11:57 2026] PUT /v2.0/subnets/905bf346-295f-4515-bd68-9375a0814e17/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2538] 10.0.0.225 () {32 vars in 731 bytes} [Thu Feb 26 23:11:57 2026] GET /v2.0/subnets/905bf346-295f-4515-bd68-9375a0814e17/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2539] 10.0.0.225 () {34 vars in 751 bytes} [Thu Feb 26 23:11:57 2026] PUT /v2.0/subnets/905bf346-295f-4515-bd68-9375a0814e17/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2540] 10.0.0.225 () {32 vars in 731 bytes} [Thu Feb 26 23:11:57 2026] GET /v2.0/subnets/905bf346-295f-4515-bd68-9375a0814e17/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2541] 10.0.0.225 () {32 vars in 739 bytes} [Thu Feb 26 23:11:57 2026] GET /v2.0/subnets/905bf346-295f-4515-bd68-9375a0814e17/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:11:57.761 7 INFO neutron.api.v2.resource [None req-e32dcf7a-a58a-4f19-8372-91d9f958600d 7049b053e08043d4891fad3795df80d7 a43c4fc53096470186ff284495fb008f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1293/2542] 10.0.0.225 () {32 vars in 743 bytes} [Thu Feb 26 23:11:57 2026] GET /v2.0/subnets/905bf346-295f-4515-bd68-9375a0814e17/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2543] 10.0.0.225 () {32 vars in 742 bytes} [Thu Feb 26 23:11:57 2026] DELETE /v2.0/subnets/905bf346-295f-4515-bd68-9375a0814e17/tags/red => 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: 1294/2544] 10.0.0.225 () {32 vars in 731 bytes} [Thu Feb 26 23:11:57 2026] GET /v2.0/subnets/905bf346-295f-4515-bd68-9375a0814e17/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:11:57.912 8 INFO neutron.api.v2.resource [None req-a1a63160-59ef-4217-93ce-fae0a92eec36 7049b053e08043d4891fad3795df80d7 a43c4fc53096470186ff284495fb008f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1251/2545] 10.0.0.225 () {32 vars in 746 bytes} [Thu Feb 26 23:11:57 2026] DELETE /v2.0/subnets/905bf346-295f-4515-bd68-9375a0814e17/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2546] 10.0.0.225 () {32 vars in 734 bytes} [Thu Feb 26 23:11:57 2026] DELETE /v2.0/subnets/905bf346-295f-4515-bd68-9375a0814e17/tags => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2547] 10.0.0.225 () {32 vars in 731 bytes} [Thu Feb 26 23:11:57 2026] GET /v2.0/subnets/905bf346-295f-4515-bd68-9375a0814e17/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2548] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:11:58 2026] DELETE /v2.0/subnets/905bf346-295f-4515-bd68-9375a0814e17 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:11:58.315 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c51958e-436e-4be6-92d7-ce108da72ca1 7049b053e08043d4891fad3795df80d7 a43c4fc53096470186ff284495fb008f - - default default] TaaS: Handle Delete Port: 50d5a33c-e4bd-43bf-afce-85dc29e04e24 2026-02-26 23:11:58.318 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c51958e-436e-4be6-92d7-ce108da72ca1 7049b053e08043d4891fad3795df80d7 a43c4fc53096470186ff284495fb008f - - default default] Tap Mirror: Handle Delete Port: 50d5a33c-e4bd-43bf-afce-85dc29e04e24 2026-02-26 23:11:58.497 8 INFO neutron.services.segments.plugin [-] Segment e07c20b3-0371-4e53-8807-6bcf72bd2fa7 resource provider aggregate not found 2026-02-26 23:11:58.498 8 INFO neutron.services.segments.plugin [-] Segment e07c20b3-0371-4e53-8807-6bcf72bd2fa7 resource provider aggregate not found 2026-02-26 23:11:58.521 8 INFO neutron.services.segments.plugin [-] Segment e07c20b3-0371-4e53-8807-6bcf72bd2fa7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e07c20b3-0371-4e53-8807-6bcf72bd2fa7 found for delete ", "request_id": "req-6f64c536-a0cf-4b6d-8ca8-65f5b41b11f2"}]} 2026-02-26 23:11:58.524 8 INFO neutron.services.segments.plugin [-] Segment e07c20b3-0371-4e53-8807-6bcf72bd2fa7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e07c20b3-0371-4e53-8807-6bcf72bd2fa7 found for delete ", "request_id": "req-175c3096-7dc3-476f-a250-07aed874b3cf"}]} [pid: 8|app: 0|req: 1253/2549] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:11:58 2026] DELETE /v2.0/networks/bc3e1e4e-be52-4d5b-85ee-8023aef5a0fc => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2550] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:11:59 2026] GET /v2.0/security-groups?tenant_id=fa4f4e316bd94134add3361087b2e405&name=default => generated 2929 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2551] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:11:59 2026] DELETE /v2.0/security-groups/bda49c48-9daf-43c4-b68a-9b8a0325caa1 => 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: 1298/2552] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:11:59 2026] GET /v2.0/security-groups?tenant_id=a43c4fc53096470186ff284495fb008f&name=default => generated 2926 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2553] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:11:59 2026] DELETE /v2.0/security-groups/22db020e-adca-4548-a88b-5925c74d7e28 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:12:03.031 7 INFO neutron.db.segments_db [None req-a54e2c91-4095-4ab5-8694-4fb696d6c31c 696a2d30f3f3417bbb5743cb209334bd 470e515fbd8e4d3cb1df5361af012dd4 - - default default] Added segment a96d97d7-9e0c-489a-833a-6271762fdcc0 of type vxlan for network a82462c6-ffef-40e2-bf23-fbc860c68c50 [pid: 7|app: 0|req: 1300/2556] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:12:02 2026] POST /v2.0/networks => generated 612 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:12:03.178 8 INFO neutron.db.segments_db [None req-de960e43-ef69-4b58-818b-97dc9976f235 696a2d30f3f3417bbb5743cb209334bd 470e515fbd8e4d3cb1df5361af012dd4 - - default default] Added segment 255fca15-c88a-4654-82bd-e822904ffe4e of type vxlan for network 78b1212b-961d-4783-946c-6e8fc6f85ff7 [pid: 8|app: 0|req: 1257/2557] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:12:03 2026] POST /v2.0/networks => generated 613 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2558] 10.0.0.225 () {34 vars in 753 bytes} [Thu Feb 26 23:12:03 2026] PUT /v2.0/networks/a82462c6-ffef-40e2-bf23-fbc860c68c50/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: 1258/2559] 10.0.0.225 () {32 vars in 733 bytes} [Thu Feb 26 23:12:03 2026] GET /v2.0/networks/a82462c6-ffef-40e2-bf23-fbc860c68c50/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2560] 10.0.0.225 () {34 vars in 753 bytes} [Thu Feb 26 23:12:03 2026] PUT /v2.0/networks/78b1212b-961d-4783-946c-6e8fc6f85ff7/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2561] 10.0.0.225 () {32 vars in 733 bytes} [Thu Feb 26 23:12:03 2026] GET /v2.0/networks/78b1212b-961d-4783-946c-6e8fc6f85ff7/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2562] 10.0.0.225 () {34 vars in 753 bytes} [Thu Feb 26 23:12:03 2026] PUT /v2.0/networks/78b1212b-961d-4783-946c-6e8fc6f85ff7/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2563] 10.0.0.225 () {32 vars in 733 bytes} [Thu Feb 26 23:12:03 2026] GET /v2.0/networks/78b1212b-961d-4783-946c-6e8fc6f85ff7/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2564] 10.0.0.225 () {32 vars in 733 bytes} [Thu Feb 26 23:12:03 2026] GET /v2.0/networks/a82462c6-ffef-40e2-bf23-fbc860c68c50/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:12:03.742 8 INFO neutron.services.segments.plugin [-] Segment a96d97d7-9e0c-489a-833a-6271762fdcc0 resource provider aggregate not found 2026-02-26 23:12:03.747 8 INFO neutron.services.segments.plugin [-] Segment a96d97d7-9e0c-489a-833a-6271762fdcc0 resource provider aggregate not found 2026-02-26 23:12:03.757 8 INFO neutron.services.segments.plugin [-] Segment a96d97d7-9e0c-489a-833a-6271762fdcc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a96d97d7-9e0c-489a-833a-6271762fdcc0 found for delete ", "request_id": "req-1bfb650f-daf7-433c-af5f-ed65e205c957"}]} [pid: 8|app: 0|req: 1261/2565] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:12:03 2026] DELETE /v2.0/networks/a82462c6-ffef-40e2-bf23-fbc860c68c50 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:12:03.768 8 INFO neutron.services.segments.plugin [-] Segment a96d97d7-9e0c-489a-833a-6271762fdcc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a96d97d7-9e0c-489a-833a-6271762fdcc0 found for delete ", "request_id": "req-3652b74a-eee1-4381-ad7a-1092222d004e"}]} 2026-02-26 23:12:03.868 7 INFO neutron.services.segments.plugin [-] Segment 255fca15-c88a-4654-82bd-e822904ffe4e resource provider aggregate not found 2026-02-26 23:12:03.873 7 INFO neutron.services.segments.plugin [-] Segment 255fca15-c88a-4654-82bd-e822904ffe4e resource provider aggregate not found 2026-02-26 23:12:03.890 7 INFO neutron.services.segments.plugin [-] Segment 255fca15-c88a-4654-82bd-e822904ffe4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 255fca15-c88a-4654-82bd-e822904ffe4e found for delete ", "request_id": "req-9d5ec9aa-20b0-4493-bffb-5dbfc1518fe7"}]} 2026-02-26 23:12:03.890 7 INFO neutron.services.segments.plugin [-] Segment 255fca15-c88a-4654-82bd-e822904ffe4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 255fca15-c88a-4654-82bd-e822904ffe4e found for delete ", "request_id": "req-109d22ec-b42a-42fa-b6cc-1074721492c2"}]} [pid: 7|app: 0|req: 1305/2566] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:12:03 2026] DELETE /v2.0/networks/78b1212b-961d-4783-946c-6e8fc6f85ff7 => 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: 1262/2567] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:12:04 2026] GET /v2.0/security-groups?tenant_id=be84201d77d742dba1a483d6a45c98dc&name=default => generated 2929 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2568] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:12:04 2026] DELETE /v2.0/security-groups/54cc57eb-515f-4f99-92aa-61d8d62581ec => 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: 1263/2569] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:12:04 2026] GET /v2.0/security-groups?tenant_id=470e515fbd8e4d3cb1df5361af012dd4&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2570] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:12:04 2026] DELETE /v2.0/security-groups/61e1f3e3-2c3a-46cf-9cee-ccc575901903 => 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: 1310/2575] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:12:33 2026] GET /v2.0/ports?device_id=be4682f0-37cc-4537-a5d8-c3b8a3588e75 => generated 975 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2576] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:12:33 2026] GET /v2.0/security-groups?id=20031a9c-6249-470c-bfca-90626811b02c&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: 1311/2577] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:12:35 2026] GET /v2.0/ports?device_id=be4682f0-37cc-4537-a5d8-c3b8a3588e75 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2578] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:12:35 2026] GET /v2.0/security-groups?id=20031a9c-6249-470c-bfca-90626811b02c&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2579] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:12:36 2026] GET /v2.0/ports?device_id=be4682f0-37cc-4537-a5d8-c3b8a3588e75 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2580] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:12:36 2026] GET /v2.0/security-groups?id=20031a9c-6249-470c-bfca-90626811b02c&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2581] 162.253.55.195 () {34 vars in 994 bytes} [Thu Feb 26 23:12:36 2026] GET /v2.0/ports?device_id=be4682f0-37cc-4537-a5d8-c3b8a3588e75 => generated 975 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:12:36.450 7 INFO neutron_taas.services.taas.taas_plugin [req-ace4ffa9-1458-40be-9587-f4cb71539275 req-4bfdd24e-ac75-4f68-846a-cf15169651e9 4be2d2d5fa734176a53a297b22448064 eb071950d8874d5086a0015c2c2b67de - - default default] TaaS: Handle Delete Port: 81ba0ee1-dea0-4839-a469-8b1d5275d476 2026-02-26 23:12:36.453 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ace4ffa9-1458-40be-9587-f4cb71539275 req-4bfdd24e-ac75-4f68-846a-cf15169651e9 4be2d2d5fa734176a53a297b22448064 eb071950d8874d5086a0015c2c2b67de - - default default] Tap Mirror: Handle Delete Port: 81ba0ee1-dea0-4839-a469-8b1d5275d476 2026-02-26 23:12:36.577 7 INFO neutron.db.l3_db [req-ace4ffa9-1458-40be-9587-f4cb71539275 req-4bfdd24e-ac75-4f68-846a-cf15169651e9 4be2d2d5fa734176a53a297b22448064 eb071950d8874d5086a0015c2c2b67de - - default default] Floating IP ead03ebb-849b-4ec2-8605-61475fb06337 disassociated. External IP: 10.96.250.212, port: 81ba0ee1-dea0-4839-a469-8b1d5275d476. [pid: 7|app: 0|req: 1314/2582] 162.253.55.195 () {36 vars in 997 bytes} [Thu Feb 26 23:12:36 2026] DELETE /v2.0/ports/81ba0ee1-dea0-4839-a469-8b1d5275d476 => generated 0 bytes in 537 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:12:36.964 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-30fd1ebb-12e5-4f42-b09f-64e7d01fce5d'] response: {'server_uuid': 'be4682f0-37cc-4537-a5d8-c3b8a3588e75', 'name': 'network-vif-deleted', 'tag': '81ba0ee1-dea0-4839-a469-8b1d5275d476', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1269/2583] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:12:37 2026] GET /v2.0/ports?device_id=be4682f0-37cc-4537-a5d8-c3b8a3588e75 => 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: 1315/2584] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:12:38 2026] GET /v2.0/ports?device_id=be4682f0-37cc-4537-a5d8-c3b8a3588e75 => 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: 1270/2585] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:12:39 2026] GET /v2.0/ports?device_id=be4682f0-37cc-4537-a5d8-c3b8a3588e75 => 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: 1316/2586] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:12:40 2026] DELETE /v2.0/security-groups/20031a9c-6249-470c-bfca-90626811b02c => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:12:40.726 8 INFO neutron.api.v2.resource [None req-229646d1-926a-4f21-8380-fac942a89b8a 4be2d2d5fa734176a53a297b22448064 eb071950d8874d5086a0015c2c2b67de - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1271/2587] 10.0.0.225 () {32 vars in 737 bytes} [Thu Feb 26 23:12:40 2026] GET /v2.0/security-groups/20031a9c-6249-470c-bfca-90626811b02c => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:12:40.842 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f8a3f6c-5bff-40d8-bd29-2ac4989f6645 4be2d2d5fa734176a53a297b22448064 eb071950d8874d5086a0015c2c2b67de - - default default] TaaS: Handle Delete Port: 5a694777-c8c4-4a6f-b197-793cbef3e224 2026-02-26 23:12:40.844 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f8a3f6c-5bff-40d8-bd29-2ac4989f6645 4be2d2d5fa734176a53a297b22448064 eb071950d8874d5086a0015c2c2b67de - - default default] Tap Mirror: Handle Delete Port: 5a694777-c8c4-4a6f-b197-793cbef3e224 [pid: 7|app: 0|req: 1317/2588] 10.0.0.225 () {32 vars in 732 bytes} [Thu Feb 26 23:12:40 2026] DELETE /v2.0/floatingips/ead03ebb-849b-4ec2-8605-61475fb06337 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:12:41.358 8 INFO neutron_taas.services.taas.taas_plugin [None req-e6cc25fd-3cfa-49f2-b7b1-b9d87ccf7373 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 1ea5afd9-9b58-4c16-b57b-72720f52b6b1 2026-02-26 23:12:41.361 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6cc25fd-3cfa-49f2-b7b1-b9d87ccf7373 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 1ea5afd9-9b58-4c16-b57b-72720f52b6b1 [pid: 8|app: 0|req: 1272/2589] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:12:40 2026] PUT /v2.0/routers/bd67bfba-c033-4e17-adf2-4d1e6d2c77e0/remove_router_interface => generated 309 bytes in 922 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:12:42.068 7 INFO neutron_taas.services.taas.taas_plugin [None req-e333eec4-bb57-41ec-91c2-ae561e2ace95 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 4857f707-a48c-4f81-9d92-a31b3a5de51a 2026-02-26 23:12:42.070 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e333eec4-bb57-41ec-91c2-ae561e2ace95 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 4857f707-a48c-4f81-9d92-a31b3a5de51a 2026-02-26 23:12:42.315 7 INFO neutron_taas.services.taas.taas_plugin [None req-e333eec4-bb57-41ec-91c2-ae561e2ace95 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: a94c6c17-5b1e-4881-8ade-074bed2e3ed9 2026-02-26 23:12:42.318 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e333eec4-bb57-41ec-91c2-ae561e2ace95 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: a94c6c17-5b1e-4881-8ade-074bed2e3ed9 2026-02-26 23:12:42.643 7 INFO neutron.services.segments.plugin [-] Segment 057a41d9-52f6-44a0-9563-0f729f37cfaa resource provider aggregate not found 2026-02-26 23:12:42.648 7 INFO neutron.services.segments.plugin [-] Segment 057a41d9-52f6-44a0-9563-0f729f37cfaa resource provider aggregate not found 2026-02-26 23:12:42.663 7 INFO neutron.db.l3_hamode_db [None req-e333eec4-bb57-41ec-91c2-ae561e2ace95 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] HA network 70c4e953-3227-4bec-96b1-f3f39d3acb70 was deleted as no HA routers are present in tenant eb071950d8874d5086a0015c2c2b67de. 2026-02-26 23:12:42.665 7 INFO neutron.services.segments.plugin [-] Segment 057a41d9-52f6-44a0-9563-0f729f37cfaa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 057a41d9-52f6-44a0-9563-0f729f37cfaa found for delete ", "request_id": "req-75dec265-781e-4cb1-a756-77051fc66c8b"}]} 2026-02-26 23:12:42.666 7 INFO neutron.services.segments.plugin [-] Segment 057a41d9-52f6-44a0-9563-0f729f37cfaa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 057a41d9-52f6-44a0-9563-0f729f37cfaa found for delete ", "request_id": "req-ee97da1f-7205-41e6-85ec-dd91dfe87b31"}]} [pid: 7|app: 0|req: 1318/2590] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:12:41 2026] DELETE /v2.0/routers/bd67bfba-c033-4e17-adf2-4d1e6d2c77e0 => generated 0 bytes in 777 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2591] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:12:42 2026] DELETE /v2.0/subnets/3cc316bb-76c5-4ca1-85e0-3c399b593d02 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:12:42.919 7 INFO neutron_taas.services.taas.taas_plugin [None req-55e53ea1-7454-4926-a7af-58abc8365ccf 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: eb5edb8a-206d-4929-8a22-94a8149488c8 2026-02-26 23:12:42.922 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55e53ea1-7454-4926-a7af-58abc8365ccf 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: eb5edb8a-206d-4929-8a22-94a8149488c8 [pid: 7|app: 0|req: 1319/2592] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:12:42 2026] DELETE /v2.0/networks/2f5b3a30-43d2-46b6-8760-d98ae5777256 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2593] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:12:43 2026] GET /v2.0/security-groups?tenant_id=eb071950d8874d5086a0015c2c2b67de&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2594] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:12:43 2026] DELETE /v2.0/security-groups/43eddc17-f8d3-4a68-9f4e-7244bc8d0c7f => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:12:44.705 7 INFO neutron.services.segments.plugin [-] Segment b234a0ae-33bf-4ecd-bd1d-94cd0ec105f3 resource provider aggregate not found 2026-02-26 23:12:44.713 7 INFO neutron.services.segments.plugin [-] Segment b234a0ae-33bf-4ecd-bd1d-94cd0ec105f3 resource provider aggregate not found 2026-02-26 23:12:44.724 7 INFO neutron.services.segments.plugin [-] Segment b234a0ae-33bf-4ecd-bd1d-94cd0ec105f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b234a0ae-33bf-4ecd-bd1d-94cd0ec105f3 found for delete ", "request_id": "req-2960397d-1753-4f70-8d1d-5e7f6d7c1c22"}]} 2026-02-26 23:12:44.731 7 INFO neutron.services.segments.plugin [-] Segment b234a0ae-33bf-4ecd-bd1d-94cd0ec105f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b234a0ae-33bf-4ecd-bd1d-94cd0ec105f3 found for delete ", "request_id": "req-f631e285-47bd-40b8-b26f-3a87f19878f4"}]} [pid: 7|app: 0|req: 1322/2597] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:12:49 2026] GET /v2.0/security-groups?tenant_id=4c1ed9a3e194435eb8d891a5ce7edb46&name=default => generated 2929 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2598] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:12:49 2026] DELETE /v2.0/security-groups/3e6a9636-ac2d-4169-952e-d164d76c2cc3 => 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: 1323/2599] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:12:49 2026] GET /v2.0/security-groups?tenant_id=ee1d023d124c48b7afb7370c5c2d0966&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2600] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:12:49 2026] DELETE /v2.0/security-groups/645f629f-29e6-4869-971b-c8fd3d637259 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2601] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 23:12:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2602] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:12:52 2026] GET /v2.0/floatingips => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2603] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 23:12:52 2026] GET /v2.0/ports => generated 4721 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2604] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:12:52 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2605] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 23:12:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2606] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 23:12:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2607] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 23:12:52 2026] GET /v2.0/networks => generated 2168 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2608] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:12:52 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: 1328/2609] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 23:12:52 2026] GET /v2.0/agents => generated 3385 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2610] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:12:52 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: 1329/2611] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:12:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2612] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:12:54 2026] GET /v2.0/security-groups?tenant_id=6dab119a54b54a86a223aaf4498b22d1&name=default => generated 2929 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2613] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:12:55 2026] DELETE /v2.0/security-groups/1add9948-049a-44c7-b751-7224d344b894 => 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: 1284/2614] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:12:55 2026] GET /v2.0/security-groups?tenant_id=7ae80f0a4cb94f7fbd705a58fc17dd16&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2615] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:12:55 2026] DELETE /v2.0/security-groups/e02bd640-8e68-41bc-aa9f-5548aa5fa21b => 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: 1285/2616] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:12:57 2026] GET /v2.0/security-groups?tenant_id=244b3921ed7144ac95e041a0d845b4f1&name=default => generated 2929 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2617] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:12:58 2026] DELETE /v2.0/security-groups/bcecda2b-6a82-486f-bb65-0edf1a475367 => 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: 1286/2618] 10.0.0.225 () {34 vars in 684 bytes} [Thu Feb 26 23:12:59 2026] POST /v2.0/security-groups => generated 1626 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2619] 10.0.0.225 () {32 vars in 663 bytes} [Thu Feb 26 23:13:00 2026] GET /v2.0/security-groups => generated 4535 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2620] 10.0.0.225 () {34 vars in 758 bytes} [Thu Feb 26 23:13:00 2026] PUT /v2.0/security-groups/3940b337-3174-4fad-8d71-c8a79ba12f11 => generated 1665 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2621] 10.0.0.225 () {32 vars in 737 bytes} [Thu Feb 26 23:13:00 2026] GET /v2.0/security-groups/3940b337-3174-4fad-8d71-c8a79ba12f11 => generated 1665 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2622] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:13:00 2026] DELETE /v2.0/security-groups/3940b337-3174-4fad-8d71-c8a79ba12f11 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2623] 10.0.0.225 () {32 vars in 663 bytes} [Thu Feb 26 23:13:00 2026] GET /v2.0/security-groups => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:13:00.333 8 INFO neutron.api.v2.resource [None req-0bd36da3-7614-4ebc-8339-f265c71316c0 1e00175c63774069a2b9ef9d925696c5 b3256c84f0184a70ac336ed71074e975 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1289/2624] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:13:00 2026] DELETE /v2.0/security-groups/3940b337-3174-4fad-8d71-c8a79ba12f11 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2625] 10.0.0.225 () {34 vars in 684 bytes} [Thu Feb 26 23:13:00 2026] POST /v2.0/security-groups => generated 1627 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2626] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:13:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2629] 10.0.0.225 () {32 vars in 747 bytes} [Thu Feb 26 23:13:00 2026] GET /v2.0/security-group-rules/96198f5e-2637-471d-a6fd-650ec93026a6 => generated 601 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2630] 10.0.0.225 () {32 vars in 673 bytes} [Thu Feb 26 23:13:00 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2631] 10.0.0.225 () {32 vars in 750 bytes} [Thu Feb 26 23:13:00 2026] DELETE /v2.0/security-group-rules/96198f5e-2637-471d-a6fd-650ec93026a6 => 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: 1294/2632] 10.0.0.225 () {32 vars in 673 bytes} [Thu Feb 26 23:13:00 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2633] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:13:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2634] 10.0.0.225 () {32 vars in 747 bytes} [Thu Feb 26 23:13:00 2026] GET /v2.0/security-group-rules/c63dfae4-cb50-40a7-8a41-88231c01d6c9 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2635] 10.0.0.225 () {32 vars in 673 bytes} [Thu Feb 26 23:13:00 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2636] 10.0.0.225 () {32 vars in 750 bytes} [Thu Feb 26 23:13:01 2026] DELETE /v2.0/security-group-rules/c63dfae4-cb50-40a7-8a41-88231c01d6c9 => 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: 1341/2637] 10.0.0.225 () {32 vars in 673 bytes} [Thu Feb 26 23:13:01 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:13:01.236 8 INFO neutron.db.securitygroups_db [None req-52eddec2-1051-415c-a384-d90dc300e7a1 1e00175c63774069a2b9ef9d925696c5 b3256c84f0184a70ac336ed71074e975 - - default default] Project b3256c84f0184a70ac336ed71074e975 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: 1297/2638] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:13:01 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: 1342/2639] 10.0.0.225 () {32 vars in 747 bytes} [Thu Feb 26 23:13:01 2026] GET /v2.0/security-group-rules/c41cdc64-d656-484e-bf59-ae4bd3ab0117 => generated 607 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2640] 10.0.0.225 () {32 vars in 673 bytes} [Thu Feb 26 23:13:01 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2641] 10.0.0.225 () {32 vars in 750 bytes} [Thu Feb 26 23:13:01 2026] DELETE /v2.0/security-group-rules/c41cdc64-d656-484e-bf59-ae4bd3ab0117 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2642] 10.0.0.225 () {32 vars in 673 bytes} [Thu Feb 26 23:13:01 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2643] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:13:01 2026] DELETE /v2.0/security-groups/460f8feb-7328-466a-9f8f-483567a4858f => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2644] 10.0.0.225 () {32 vars in 663 bytes} [Thu Feb 26 23:13:01 2026] GET /v2.0/security-groups => generated 2929 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2645] 10.0.0.225 () {32 vars in 663 bytes} [Thu Feb 26 23:13:01 2026] GET /v2.0/security-groups => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2646] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:13:02 2026] GET /v2.0/security-groups?tenant_id=b3256c84f0184a70ac336ed71074e975&name=default => generated 2929 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2647] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:13:02 2026] DELETE /v2.0/security-groups/40b76339-0a40-471c-bbfd-b7bacd5e01a8 => 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: 1302/2648] 10.0.0.225 () {34 vars in 684 bytes} [Thu Feb 26 23:13:04 2026] POST /v2.0/security-groups => generated 1627 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2649] 10.0.0.225 () {32 vars in 663 bytes} [Thu Feb 26 23:13:04 2026] GET /v2.0/security-groups => generated 4536 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2650] 10.0.0.225 () {34 vars in 758 bytes} [Thu Feb 26 23:13:04 2026] PUT /v2.0/security-groups/3808fa0a-1e2c-430a-b7e5-56e43759d58d => generated 1666 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2651] 10.0.0.225 () {32 vars in 737 bytes} [Thu Feb 26 23:13:05 2026] GET /v2.0/security-groups/3808fa0a-1e2c-430a-b7e5-56e43759d58d => generated 1666 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2652] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:13:05 2026] DELETE /v2.0/security-groups/3808fa0a-1e2c-430a-b7e5-56e43759d58d => 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: 1349/2653] 10.0.0.225 () {32 vars in 663 bytes} [Thu Feb 26 23:13:05 2026] GET /v2.0/security-groups => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:13:05.199 8 INFO neutron.api.v2.resource [None req-0feb328d-0b78-4f2a-bb93-8d8a0ba16ee4 a814e7754649426291444ee894f5a15b a745aec564a049e3ba49e808228012a2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1305/2654] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:13:05 2026] DELETE /v2.0/security-groups/3808fa0a-1e2c-430a-b7e5-56e43759d58d => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2655] 10.0.0.225 () {34 vars in 684 bytes} [Thu Feb 26 23:13:05 2026] POST /v2.0/security-groups => generated 1626 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2656] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:13:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2657] 10.0.0.225 () {32 vars in 747 bytes} [Thu Feb 26 23:13:05 2026] GET /v2.0/security-group-rules/bc2cae65-12f8-46bd-92f2-3e5a38806cb4 => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2658] 10.0.0.225 () {32 vars in 673 bytes} [Thu Feb 26 23:13:05 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2659] 10.0.0.225 () {32 vars in 750 bytes} [Thu Feb 26 23:13:05 2026] DELETE /v2.0/security-group-rules/bc2cae65-12f8-46bd-92f2-3e5a38806cb4 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2660] 10.0.0.225 () {32 vars in 673 bytes} [Thu Feb 26 23:13:05 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: 7|app: 0|req: 1353/2661] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:13:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2662] 10.0.0.225 () {32 vars in 747 bytes} [Thu Feb 26 23:13:05 2026] GET /v2.0/security-group-rules/d580fb5a-8c8e-4514-8a16-834fe4608cbc => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2663] 10.0.0.225 () {32 vars in 673 bytes} [Thu Feb 26 23:13:05 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2664] 10.0.0.225 () {32 vars in 750 bytes} [Thu Feb 26 23:13:05 2026] DELETE /v2.0/security-group-rules/d580fb5a-8c8e-4514-8a16-834fe4608cbc => 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: 1355/2665] 10.0.0.225 () {32 vars in 673 bytes} [Thu Feb 26 23:13:05 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2666] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:13:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2667] 10.0.0.225 () {32 vars in 747 bytes} [Thu Feb 26 23:13:06 2026] GET /v2.0/security-group-rules/0867f0bc-8325-4255-94d7-e070b6e89e58 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2668] 10.0.0.225 () {32 vars in 673 bytes} [Thu Feb 26 23:13:06 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2669] 10.0.0.225 () {32 vars in 750 bytes} [Thu Feb 26 23:13:06 2026] DELETE /v2.0/security-group-rules/0867f0bc-8325-4255-94d7-e070b6e89e58 => 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: 1313/2670] 10.0.0.225 () {32 vars in 673 bytes} [Thu Feb 26 23:13:06 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2671] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:13:06 2026] DELETE /v2.0/security-groups/7766f0e7-e395-4b1b-bed9-db33eca930e8 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2672] 10.0.0.225 () {32 vars in 663 bytes} [Thu Feb 26 23:13:06 2026] GET /v2.0/security-groups => 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: 1359/2673] 10.0.0.225 () {32 vars in 663 bytes} [Thu Feb 26 23:13:06 2026] GET /v2.0/security-groups => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2674] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:13:06 2026] GET /v2.0/security-groups?tenant_id=a745aec564a049e3ba49e808228012a2&name=default => generated 2929 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2675] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:13:07 2026] DELETE /v2.0/security-groups/17f8e37d-2ade-4dd0-8571-fd06d236fbb8 => 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: 1316/2676] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:13:10 2026] GET /v2.0/security-groups?tenant_id=645e4f015fae453ca274d64dd0b3592a&name=default => generated 2929 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2677] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:13:10 2026] DELETE /v2.0/security-groups/6541dd36-b0dc-4c3d-a035-fad1c45bc936 => 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: 1363/2680] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:13:23 2026] GET /v2.0/security-groups?tenant_id=1ebc00774879426d8c198feb7440fb55&name=default => generated 2929 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2681] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:13:23 2026] DELETE /v2.0/security-groups/c69a6ab7-3f63-4737-94a7-f90dbba58ca3 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:13:32.833 8 INFO neutron.db.segments_db [None req-c2ba0b5e-72bf-4f17-9bdb-e578ca778f1b 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] Added segment e90c3b2c-c81f-42ac-a23a-a6aa032d2cb5 of type vxlan for network 41907957-5910-4944-9dcb-39cc2a2b57ee [pid: 8|app: 0|req: 1320/2684] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:13:32 2026] POST /v2.0/networks => generated 621 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2685] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:13:32 2026] POST /v2.0/subnets => generated 658 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2686] 10.0.0.225 () {32 vars in 722 bytes} [Thu Feb 26 23:13:33 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2687] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:13:33 2026] POST /v2.0/subnets => generated 732 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:13:33.424 8 INFO neutron.db.segments_db [None req-1fdafafa-1e30-49aa-8e93-59f8055cd16b 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] Added segment fed12c19-3cce-4fd5-b2d4-d32e4de64880 of type vxlan for network 1098562f-df9e-4072-956d-fb0965b643d1 [pid: 8|app: 0|req: 1322/2688] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:13:33 2026] POST /v2.0/networks => generated 619 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2689] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:13:33 2026] POST /v2.0/subnets => generated 656 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2690] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:13:33 2026] POST /v2.0/subnets => generated 725 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:13:34.089 7 INFO neutron.db.segments_db [None req-83a89098-9ae0-4948-bdae-89e51867607e 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] Added segment 459e22fa-bc3d-40bd-8c9b-a6ffbc45f83e of type vxlan for network 8451dfff-787d-4974-8224-00635adec7a5 [pid: 7|app: 0|req: 1368/2691] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:13:34 2026] POST /v2.0/networks => generated 618 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2692] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:13:34 2026] POST /v2.0/subnets => generated 655 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2693] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:13:34 2026] POST /v2.0/subnets => generated 729 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:13:34.763 8 INFO neutron.db.segments_db [None req-e3b50d29-956d-43e7-854e-35bd16f00cd0 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] Added segment 2a47c455-53f1-4a7d-9657-7e74a2a2ee5d of type vxlan for network 054d3796-3fa3-4c3e-b5d1-e6d452104d72 2026-02-26 23:13:34.994 8 INFO neutron.db.l3_hamode_db [None req-e3b50d29-956d-43e7-854e-35bd16f00cd0 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 23:13:35.618 8 INFO neutron.db.l3_hamode_db [None req-e3b50d29-956d-43e7-854e-35bd16f00cd0 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1325/2694] 10.0.0.225 () {34 vars in 669 bytes} [Thu Feb 26 23:13:34 2026] POST /v2.0/routers => generated 685 bytes in 1700 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2695] 10.0.0.225 () {34 vars in 783 bytes} [Thu Feb 26 23:13:36 2026] PUT /v2.0/routers/5ed74ca9-5f6d-4ac8-bb83-09500b345502/add_router_interface => generated 309 bytes in 1336 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2696] 10.0.0.225 () {34 vars in 783 bytes} [Thu Feb 26 23:13:37 2026] PUT /v2.0/routers/5ed74ca9-5f6d-4ac8-bb83-09500b345502/add_router_interface => generated 309 bytes in 1240 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2697] 10.0.0.225 () {34 vars in 783 bytes} [Thu Feb 26 23:13:39 2026] PUT /v2.0/routers/5ed74ca9-5f6d-4ac8-bb83-09500b345502/add_router_interface => generated 309 bytes in 1393 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2698] 10.0.0.225 () {34 vars in 684 bytes} [Thu Feb 26 23:13:40 2026] POST /v2.0/security-groups => generated 1629 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2699] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:13:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2700] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:13:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2701] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:13:40 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: 1329/2702] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:13:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2703] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:13:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2704] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:13:41 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: 7|app: 0|req: 1375/2705] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:13:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2706] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:13:41 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: 1376/2707] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:13:41 2026] POST /v2.0/security-group-rules => generated 599 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2708] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:13:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2709] 10.0.0.225 () {34 vars in 695 bytes} [Thu Feb 26 23:13:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2710] 10.0.0.179 () {34 vars in 1094 bytes} [Thu Feb 26 23:13:42 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-634113695&fields=id&tenant_id=494f981a30da46cba650b903822e768a => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2711] 10.0.0.179 () {34 vars in 982 bytes} [Thu Feb 26 23:13:42 2026] GET /v2.0/networks?id=1098562f-df9e-4072-956d-fb0965b643d1 => generated 705 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2712] 10.0.0.179 () {34 vars in 965 bytes} [Thu Feb 26 23:13:42 2026] GET /v2.0/quotas/494f981a30da46cba650b903822e768a => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2713] 10.0.0.179 () {34 vars in 1002 bytes} [Thu Feb 26 23:13:42 2026] GET /v2.0/ports?tenant_id=494f981a30da46cba650b903822e768a&fields=id => generated 287 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2714] 10.0.0.179 () {34 vars in 1008 bytes} [Thu Feb 26 23:13:42 2026] GET /v2.0/networks/1098562f-df9e-4072-956d-fb0965b643d1?fields=segments => generated 14 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2715] 10.0.0.179 () {34 vars in 1108 bytes} [Thu Feb 26 23:13:42 2026] GET /v2.0/networks/1098562f-df9e-4072-956d-fb0965b643d1?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: 1336/2716] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:13:43 2026] GET /v2.0/ports?device_id=ebb40048-9ae6-49ef-ae1a-54ad0aaaf47d => 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: 1338/2719] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:13:47 2026] GET /v2.0/networks?id=1098562f-df9e-4072-956d-fb0965b643d1 => generated 705 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2720] 162.253.55.195 () {34 vars in 1050 bytes} [Thu Feb 26 23:13:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=494f981a30da46cba650b903822e768a => generated 178 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2721] 162.253.55.195 () {38 vars in 955 bytes} [Thu Feb 26 23:13:47 2026] POST /v2.0/ports => generated 1179 bytes in 456 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: 1340/2722] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:13:48 2026] GET /v2.0/ports?device_id=ebb40048-9ae6-49ef-ae1a-54ad0aaaf47d => generated 1194 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2723] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:13:48 2026] GET /v2.0/security-groups?id=040cf962-672d-42ef-8695-39638b88cd11&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2724] 162.253.55.195 () {38 vars in 1028 bytes} [Thu Feb 26 23:13:47 2026] PUT /v2.0/ports/f372517e-8a0d-4dfe-b907-a0934ac1a860 => generated 1460 bytes in 480 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:13:48.392 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-12803fd2-bc9e-463f-b4a5-04cc64919570'] response: {'name': 'network-changed', 'server_uuid': 'ebb40048-9ae6-49ef-ae1a-54ad0aaaf47d', 'tag': 'f372517e-8a0d-4dfe-b907-a0934ac1a860', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1342/2725] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:13:48 2026] GET /v2.0/ports?tenant_id=494f981a30da46cba650b903822e768a&device_id=ebb40048-9ae6-49ef-ae1a-54ad0aaaf47d => generated 1463 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1384/2726] 162.253.55.195 () {34 vars in 1018 bytes} [Thu Feb 26 23:13:48 2026] GET /v2.0/networks?tenant_id=494f981a30da46cba650b903822e768a&shared=False => generated 2376 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2727] 162.253.55.195 () {34 vars in 930 bytes} [Thu Feb 26 23:13:48 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2728] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:13:50 2026] GET /v2.0/ports?tenant_id=494f981a30da46cba650b903822e768a&device_id=ebb40048-9ae6-49ef-ae1a-54ad0aaaf47d => generated 1463 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2729] 162.253.55.195 () {34 vars in 1056 bytes} [Thu Feb 26 23:13:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.89&port_id=f372517e-8a0d-4dfe-b907-a0934ac1a860 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2730] 162.253.55.195 () {34 vars in 1104 bytes} [Thu Feb 26 23:13:50 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A143&port_id=f372517e-8a0d-4dfe-b907-a0934ac1a860 => 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: 1345/2731] 162.253.55.195 () {34 vars in 1064 bytes} [Thu Feb 26 23:13:50 2026] GET /v2.0/subnets?id=c068f567-0d5c-499b-88e3-c1abbd3fc2b2&id=9f351c1f-5016-4b01-b8a6-347e417665e2 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2732] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:13:50 2026] GET /v2.0/ports?network_id=1098562f-df9e-4072-956d-fb0965b643d1&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2733] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:13:50 2026] GET /v2.0/ports?network_id=1098562f-df9e-4072-956d-fb0965b643d1&device_owner=network%3Adhcp => generated 1457 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2734] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:13:50 2026] GET /v2.0/networks/1098562f-df9e-4072-956d-fb0965b643d1?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: 1347/2735] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:13:50 2026] GET /v2.0/networks/1098562f-df9e-4072-956d-fb0965b643d1?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: 1389/2736] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:13:51 2026] GET /v2.0/subnets => generated 6133 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2737] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:13:52 2026] GET /v2.0/routers => generated 728 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2738] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 23:13:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2739] 10.0.0.23 () {28 vars in 676 bytes} [Thu Feb 26 23:13:52 2026] GET /v2.0/routers/5ed74ca9-5f6d-4ac8-bb83-09500b345502/l3-agents => generated 682 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2740] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:13:52 2026] GET /v2.0/subnets => generated 6133 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2741] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:13:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2742] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 23:13:52 2026] GET /v2.0/security-groups => generated 28652 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2743] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 23:13:52 2026] GET /v2.0/network-ip-availabilities => generated 3614 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2744] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:13:52 2026] GET /v2.0/floatingips => 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: 1352/2745] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 23:13:52 2026] GET /v2.0/networks => generated 5226 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2746] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 23:13:52 2026] GET /v2.0/ports => generated 15905 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2747] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 23:13:52 2026] GET /v2.0/agents => generated 3385 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2748] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:13:52 2026] GET /v2.0/ports?device_id=ebb40048-9ae6-49ef-ae1a-54ad0aaaf47d => generated 1463 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2749] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:13:52 2026] GET /v2.0/security-groups?id=040cf962-672d-42ef-8695-39638b88cd11&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2750] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:13:53 2026] GET /v2.0/ports?device_id=ebb40048-9ae6-49ef-ae1a-54ad0aaaf47d => generated 1196 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2751] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:13:53 2026] GET /v2.0/security-groups?id=040cf962-672d-42ef-8695-39638b88cd11&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2752] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:13:58 2026] GET /v2.0/ports?device_id=ebb40048-9ae6-49ef-ae1a-54ad0aaaf47d => 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: 1356/2753] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:13:58 2026] GET /v2.0/security-groups?id=040cf962-672d-42ef-8695-39638b88cd11&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2754] 10.0.0.225 () {32 vars in 818 bytes} [Thu Feb 26 23:13:58 2026] GET /v2.0/ports?network_id=1098562f-df9e-4072-956d-fb0965b643d1&mac_address=fa%3A16%3A3e%3A66%3A4b%3A67 => generated 1196 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:13:59.377 8 INFO neutron.db.l3_db [None req-24348492-f6eb-4585-9b62-a26533fd24c6 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] Floating IP eaeba551-6832-415d-a65e-2d6d45f621dd associated. External IP: 10.96.250.207, port: f372517e-8a0d-4dfe-b907-a0934ac1a860. [pid: 8|app: 0|req: 1357/2755] 10.0.0.225 () {34 vars in 677 bytes} [Thu Feb 26 23:13:58 2026] POST /v2.0/floatingips => generated 854 bytes in 954 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:13:59.754 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-16325185-88af-4136-89d6-1b05f0897fa1'] response: {'name': 'network-changed', 'server_uuid': 'ebb40048-9ae6-49ef-ae1a-54ad0aaaf47d', 'tag': 'f372517e-8a0d-4dfe-b907-a0934ac1a860', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1399/2756] 10.0.0.179 () {34 vars in 1094 bytes} [Thu Feb 26 23:13:59 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-634113695&fields=id&tenant_id=494f981a30da46cba650b903822e768a => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2757] 10.0.0.179 () {34 vars in 982 bytes} [Thu Feb 26 23:13:59 2026] GET /v2.0/networks?id=8451dfff-787d-4974-8224-00635adec7a5 => generated 704 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2758] 10.0.0.179 () {34 vars in 965 bytes} [Thu Feb 26 23:13:59 2026] GET /v2.0/quotas/494f981a30da46cba650b903822e768a => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2759] 10.0.0.179 () {34 vars in 1002 bytes} [Thu Feb 26 23:13:59 2026] GET /v2.0/ports?tenant_id=494f981a30da46cba650b903822e768a&fields=id => generated 333 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2760] 10.0.0.179 () {34 vars in 1008 bytes} [Thu Feb 26 23:14:00 2026] GET /v2.0/networks/8451dfff-787d-4974-8224-00635adec7a5?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: 1360/2761] 10.0.0.179 () {34 vars in 1108 bytes} [Thu Feb 26 23:14:00 2026] GET /v2.0/networks/8451dfff-787d-4974-8224-00635adec7a5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2762] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:14:00 2026] GET /v2.0/ports?tenant_id=494f981a30da46cba650b903822e768a&device_id=ebb40048-9ae6-49ef-ae1a-54ad0aaaf47d => generated 1465 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2763] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:14:00 2026] GET /v2.0/ports?device_id=170194c8-ffa7-4241-8b7a-e0006a33a15c => 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: 1403/2764] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:14:00 2026] GET /v2.0/networks?id=1098562f-df9e-4072-956d-fb0965b643d1 => 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: 1362/2765] 162.253.55.195 () {34 vars in 1056 bytes} [Thu Feb 26 23:14:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.89&port_id=f372517e-8a0d-4dfe-b907-a0934ac1a860 => generated 857 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2766] 162.253.55.195 () {34 vars in 1104 bytes} [Thu Feb 26 23:14:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A143&port_id=f372517e-8a0d-4dfe-b907-a0934ac1a860 => 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: 1363/2767] 162.253.55.195 () {34 vars in 1064 bytes} [Thu Feb 26 23:14:00 2026] GET /v2.0/subnets?id=c068f567-0d5c-499b-88e3-c1abbd3fc2b2&id=9f351c1f-5016-4b01-b8a6-347e417665e2 => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2768] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:14:00 2026] GET /v2.0/ports?network_id=1098562f-df9e-4072-956d-fb0965b643d1&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: 1364/2769] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:14:00 2026] GET /v2.0/ports?network_id=1098562f-df9e-4072-956d-fb0965b643d1&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: 1406/2771] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:14:00 2026] GET /v2.0/networks/1098562f-df9e-4072-956d-fb0965b643d1?fields=segments => generated 14 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2773] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:14:00 2026] GET /v2.0/networks/1098562f-df9e-4072-956d-fb0965b643d1?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: 1367/2774] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:14:04 2026] GET /v2.0/networks?id=8451dfff-787d-4974-8224-00635adec7a5 => generated 704 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2775] 162.253.55.195 () {34 vars in 1050 bytes} [Thu Feb 26 23:14:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=494f981a30da46cba650b903822e768a => generated 178 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2776] 162.253.55.195 () {38 vars in 955 bytes} [Thu Feb 26 23:14:04 2026] POST /v2.0/ports => generated 1183 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2777] 162.253.55.195 () {38 vars in 1028 bytes} [Thu Feb 26 23:14:04 2026] PUT /v2.0/ports/35f63cb5-05bb-4295-930d-a8c82c8de664 => generated 1464 bytes in 427 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-02-26 23:14:05.388 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-05e0caf7-9134-48c6-a170-b7cd9457d9c5'] response: {'name': 'network-changed', 'server_uuid': '170194c8-ffa7-4241-8b7a-e0006a33a15c', 'tag': '35f63cb5-05bb-4295-930d-a8c82c8de664', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1369/2778] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:14:05 2026] GET /v2.0/ports?device_id=170194c8-ffa7-4241-8b7a-e0006a33a15c => generated 1198 bytes in 74 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/2779] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:14:05 2026] GET /v2.0/security-groups?id=040cf962-672d-42ef-8695-39638b88cd11&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: 1370/2780] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:14:05 2026] GET /v2.0/ports?tenant_id=494f981a30da46cba650b903822e768a&device_id=170194c8-ffa7-4241-8b7a-e0006a33a15c => generated 1467 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2781] 162.253.55.195 () {34 vars in 1018 bytes} [Thu Feb 26 23:14:05 2026] GET /v2.0/networks?tenant_id=494f981a30da46cba650b903822e768a&shared=False => generated 2376 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2782] 162.253.55.195 () {34 vars in 930 bytes} [Thu Feb 26 23:14:06 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2783] 10.0.0.147 () {34 vars in 990 bytes} [Thu Feb 26 23:14:06 2026] GET /v2.0/ports?device_id=ebb40048-9ae6-49ef-ae1a-54ad0aaaf47d => generated 1465 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2784] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Feb 26 23:14:07 2026] GET /v2.0/security-groups?id=040cf962-672d-42ef-8695-39638b88cd11&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2785] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:14:07 2026] GET /v2.0/ports?tenant_id=494f981a30da46cba650b903822e768a&device_id=170194c8-ffa7-4241-8b7a-e0006a33a15c => generated 1467 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2786] 162.253.55.195 () {34 vars in 1056 bytes} [Thu Feb 26 23:14:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.82&port_id=35f63cb5-05bb-4295-930d-a8c82c8de664 => 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: 1414/2787] 162.253.55.195 () {34 vars in 1106 bytes} [Thu Feb 26 23:14:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A347&port_id=35f63cb5-05bb-4295-930d-a8c82c8de664 => 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: 1374/2788] 162.253.55.195 () {34 vars in 1064 bytes} [Thu Feb 26 23:14:07 2026] GET /v2.0/subnets?id=66f18604-62bf-4f43-9c60-939a20b9db53&id=12c80182-77a6-4f20-99a3-f9e2e85f267e => generated 1413 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2789] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:14:07 2026] GET /v2.0/ports?network_id=8451dfff-787d-4974-8224-00635adec7a5&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2790] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:14:07 2026] GET /v2.0/ports?network_id=8451dfff-787d-4974-8224-00635adec7a5&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2791] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:14:07 2026] GET /v2.0/networks/8451dfff-787d-4974-8224-00635adec7a5?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2792] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:14:07 2026] GET /v2.0/networks/8451dfff-787d-4974-8224-00635adec7a5?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: 1417/2793] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:14:10 2026] GET /v2.0/ports?device_id=170194c8-ffa7-4241-8b7a-e0006a33a15c => generated 1200 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2794] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:14:10 2026] GET /v2.0/security-groups?id=040cf962-672d-42ef-8695-39638b88cd11&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2797] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:14:15 2026] GET /v2.0/ports?device_id=170194c8-ffa7-4241-8b7a-e0006a33a15c => 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: 1419/2798] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:14:15 2026] GET /v2.0/security-groups?id=040cf962-672d-42ef-8695-39638b88cd11&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: 1380/2799] 10.0.0.225 () {32 vars in 818 bytes} [Thu Feb 26 23:14:15 2026] GET /v2.0/ports?network_id=8451dfff-787d-4974-8224-00635adec7a5&mac_address=fa%3A16%3A3e%3A04%3A90%3A1c => generated 1200 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:14:16.631 7 INFO neutron.db.l3_db [None req-328cdae7-78ef-49ce-891a-d8b50d831c63 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] Floating IP 242dad92-30ee-4c49-a30a-fc3ae8e0e1ae associated. External IP: 10.96.250.214, port: 35f63cb5-05bb-4295-930d-a8c82c8de664. [pid: 7|app: 0|req: 1420/2800] 10.0.0.225 () {34 vars in 677 bytes} [Thu Feb 26 23:14:15 2026] POST /v2.0/floatingips => generated 854 bytes in 915 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:14:16.947 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-02c55f8b-a408-48ba-9560-9ae765a27aff'] response: {'name': 'network-changed', 'server_uuid': '170194c8-ffa7-4241-8b7a-e0006a33a15c', 'tag': '35f63cb5-05bb-4295-930d-a8c82c8de664', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1381/2801] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:14:17 2026] GET /v2.0/ports?tenant_id=494f981a30da46cba650b903822e768a&device_id=170194c8-ffa7-4241-8b7a-e0006a33a15c => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2802] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:14:17 2026] GET /v2.0/networks?id=8451dfff-787d-4974-8224-00635adec7a5 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2803] 162.253.55.195 () {34 vars in 1056 bytes} [Thu Feb 26 23:14:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.82&port_id=35f63cb5-05bb-4295-930d-a8c82c8de664 => generated 857 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2804] 162.253.55.195 () {34 vars in 1106 bytes} [Thu Feb 26 23:14:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A347&port_id=35f63cb5-05bb-4295-930d-a8c82c8de664 => 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: 1383/2805] 162.253.55.195 () {34 vars in 1064 bytes} [Thu Feb 26 23:14:17 2026] GET /v2.0/subnets?id=66f18604-62bf-4f43-9c60-939a20b9db53&id=12c80182-77a6-4f20-99a3-f9e2e85f267e => generated 1413 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2806] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:14:17 2026] GET /v2.0/ports?network_id=8451dfff-787d-4974-8224-00635adec7a5&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2807] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:14:17 2026] GET /v2.0/ports?network_id=8451dfff-787d-4974-8224-00635adec7a5&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: 1424/2808] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:14:17 2026] GET /v2.0/networks/8451dfff-787d-4974-8224-00635adec7a5?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: 1385/2809] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:14:17 2026] GET /v2.0/networks/8451dfff-787d-4974-8224-00635adec7a5?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: 1425/2810] 10.0.0.147 () {34 vars in 990 bytes} [Thu Feb 26 23:14:21 2026] GET /v2.0/ports?device_id=170194c8-ffa7-4241-8b7a-e0006a33a15c => generated 1469 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2811] 10.0.0.147 () {34 vars in 1040 bytes} [Thu Feb 26 23:14:21 2026] GET /v2.0/security-groups?id=040cf962-672d-42ef-8695-39638b88cd11&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: 1388/2814] 10.0.0.225 () {32 vars in 721 bytes} [Thu Feb 26 23:14:32 2026] GET /v2.0/subnets/f374b280-ac6c-4099-9132-8fe7f748aff7 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2815] 10.0.0.218 () {30 vars in 690 bytes} [Thu Feb 26 23:14:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2816] 10.0.0.218 () {30 vars in 692 bytes} [Thu Feb 26 23:14:34 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: 1428/2817] 10.0.0.218 () {30 vars in 668 bytes} [Thu Feb 26 23:14:34 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: 1390/2818] 10.0.0.218 () {30 vars in 704 bytes} [Thu Feb 26 23:14:34 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: 1429/2819] 10.0.0.218 () {28 vars in 439 bytes} [Thu Feb 26 23:14:34 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2820] 10.0.0.218 () {30 vars in 728 bytes} [Thu Feb 26 23:14:34 2026] GET /v2.0/subnets/f374b280-ac6c-4099-9132-8fe7f748aff7 => generated 658 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2821] 10.0.0.218 () {30 vars in 690 bytes} [Thu Feb 26 23:14:34 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: 1392/2822] 10.0.0.218 () {30 vars in 692 bytes} [Thu Feb 26 23:14:34 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: 1431/2823] 10.0.0.218 () {30 vars in 668 bytes} [Thu Feb 26 23:14:34 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: 1393/2824] 10.0.0.218 () {30 vars in 704 bytes} [Thu Feb 26 23:14:34 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: 1432/2825] 10.0.0.218 () {30 vars in 728 bytes} [Thu Feb 26 23:14:34 2026] GET /v2.0/subnets/f374b280-ac6c-4099-9132-8fe7f748aff7 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2826] 10.0.0.218 () {30 vars in 690 bytes} [Thu Feb 26 23:14:34 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: 1433/2827] 10.0.0.218 () {30 vars in 692 bytes} [Thu Feb 26 23:14:34 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: 1395/2828] 10.0.0.218 () {30 vars in 668 bytes} [Thu Feb 26 23:14:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2829] 10.0.0.218 () {30 vars in 704 bytes} [Thu Feb 26 23:14:34 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: 1396/2830] 10.0.0.218 () {30 vars in 730 bytes} [Thu Feb 26 23:14:34 2026] GET /v2.0/networks/41907957-5910-4944-9dcb-39cc2a2b57ee => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2831] 10.0.0.218 () {30 vars in 682 bytes} [Thu Feb 26 23:14:34 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2832] 10.0.0.218 () {34 vars in 704 bytes} [Thu Feb 26 23:14:34 2026] POST /v2.0/ports => generated 1132 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2833] 162.253.55.195 () {30 vars in 703 bytes} [Thu Feb 26 23:14:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1398/2834] 162.253.55.195 () {30 vars in 705 bytes} [Thu Feb 26 23:14:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2835] 162.253.55.195 () {30 vars in 681 bytes} [Thu Feb 26 23:14:37 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: 1399/2836] 162.253.55.195 () {30 vars in 717 bytes} [Thu Feb 26 23:14:37 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: 1438/2837] 162.253.55.195 () {30 vars in 737 bytes} [Thu Feb 26 23:14:37 2026] GET /v2.0/ports/38c180cf-13e4-48e3-9d0a-51e25b4f68d5 => 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: 1400/2838] 162.253.55.195 () {30 vars in 703 bytes} [Thu Feb 26 23:14:38 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: 1439/2839] 162.253.55.195 () {30 vars in 705 bytes} [Thu Feb 26 23:14:38 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2840] 162.253.55.195 () {30 vars in 681 bytes} [Thu Feb 26 23:14:38 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: 1440/2841] 162.253.55.195 () {30 vars in 717 bytes} [Thu Feb 26 23:14:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:14:38.159 8 INFO neutron.api.v2.resource [None req-da409f09-557f-4a38-82c0-5e5746d766fc 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1402/2842] 162.253.55.195 () {30 vars in 763 bytes} [Thu Feb 26 23:14:38 2026] GET /v2.0/security-groups/lb-219c5eed-ccd9-4c74-8f26-f254379f1868 => 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: 1441/2843] 162.253.55.195 () {30 vars in 785 bytes} [Thu Feb 26 23:14:38 2026] GET /v2.0/security-groups?name=lb-219c5eed-ccd9-4c74-8f26-f254379f1868 => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2844] 162.253.55.195 () {34 vars in 736 bytes} [Thu Feb 26 23:14:38 2026] POST /v2.0/security-groups => generated 1638 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2845] 162.253.55.195 () {30 vars in 815 bytes} [Thu Feb 26 23:14:38 2026] GET /v2.0/security-group-rules?security_group_id=05f7f1bb-6edc-41ec-bf5f-db96671fa8e7 => generated 1182 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2846] 162.253.55.195 () {34 vars in 789 bytes} [Thu Feb 26 23:14:38 2026] PUT /v2.0/ports/38c180cf-13e4-48e3-9d0a-51e25b4f68d5 => generated 1132 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2847] 162.253.55.195 () {30 vars in 703 bytes} [Thu Feb 26 23:14:38 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1405/2848] 162.253.55.195 () {30 vars in 705 bytes} [Thu Feb 26 23:14:38 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: 1444/2849] 162.253.55.195 () {30 vars in 681 bytes} [Thu Feb 26 23:14:38 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: 1406/2850] 162.253.55.195 () {30 vars in 717 bytes} [Thu Feb 26 23:14:38 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: 1445/2851] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 23:14:38 2026] GET /v2.0/subnets/f374b280-ac6c-4099-9132-8fe7f748aff7 => 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: 1408/2854] 10.0.0.179 () {34 vars in 1016 bytes} [Thu Feb 26 23:14:45 2026] GET /v2.0/security-groups?id=16a4c941-0e1f-415b-9985-5dc7956d01e3&fields=id => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2855] 10.0.0.179 () {34 vars in 982 bytes} [Thu Feb 26 23:14:45 2026] GET /v2.0/networks?id=d417ee4d-007a-4cbb-a444-ba2e642ada8e => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2856] 10.0.0.179 () {34 vars in 965 bytes} [Thu Feb 26 23:14:45 2026] GET /v2.0/quotas/e28f0ccde533438f9aa48223a05a85db => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2857] 10.0.0.179 () {34 vars in 1002 bytes} [Thu Feb 26 23:14:45 2026] GET /v2.0/ports?tenant_id=e28f0ccde533438f9aa48223a05a85db&fields=id => generated 149 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2858] 10.0.0.179 () {34 vars in 1008 bytes} [Thu Feb 26 23:14:45 2026] GET /v2.0/networks/d417ee4d-007a-4cbb-a444-ba2e642ada8e?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: 1449/2859] 10.0.0.179 () {34 vars in 1108 bytes} [Thu Feb 26 23:14:45 2026] GET /v2.0/networks/d417ee4d-007a-4cbb-a444-ba2e642ada8e?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: 1411/2860] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:14:46 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => 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: 1450/2861] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:14:46 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => 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: 1412/2862] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:14:49 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => 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: 1451/2863] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:14:49 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => 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: 1413/2864] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:14:50 2026] GET /v2.0/networks?id=d417ee4d-007a-4cbb-a444-ba2e642ada8e => generated 735 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2865] 162.253.55.195 () {34 vars in 1050 bytes} [Thu Feb 26 23:14:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e28f0ccde533438f9aa48223a05a85db => generated 343 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2866] 162.253.55.195 () {38 vars in 955 bytes} [Thu Feb 26 23:14:50 2026] POST /v2.0/ports => generated 1082 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2867] 162.253.55.195 () {38 vars in 1028 bytes} [Thu Feb 26 23:14:50 2026] PUT /v2.0/ports/1a8fe8d2-9cd0-4602-abe7-a5cb7fef91bf => generated 1243 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:14:51.297 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c59330a7-36f2-4cb9-9bca-24fbf4f60ab6'] response: {'name': 'network-changed', 'server_uuid': '03de9b24-40c7-401e-a6d4-8525a4be7425', 'tag': '1a8fe8d2-9cd0-4602-abe7-a5cb7fef91bf', '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: 1415/2868] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:14:51 2026] GET /v2.0/ports?tenant_id=e28f0ccde533438f9aa48223a05a85db&device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1454/2869] 162.253.55.195 () {34 vars in 1018 bytes} [Thu Feb 26 23:14:51 2026] GET /v2.0/networks?tenant_id=e28f0ccde533438f9aa48223a05a85db&shared=False => generated 735 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2870] 162.253.55.195 () {34 vars in 930 bytes} [Thu Feb 26 23:14:51 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: 1455/2871] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 23:14:52 2026] GET /v2.0/network-ip-availabilities => generated 3614 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2872] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 23:14:52 2026] GET /v2.0/ports => generated 22316 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2873] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:14:52 2026] GET /v2.0/routers => generated 728 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2874] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:14:52 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 1246 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2875] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 23:14:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2876] 10.0.0.179 () {34 vars in 1178 bytes} [Thu Feb 26 23:14:52 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425&device_id=170194c8-ffa7-4241-8b7a-e0006a33a15c&device_id=ebb40048-9ae6-49ef-ae1a-54ad0aaaf47d => generated 4158 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2877] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:14:52 2026] GET /v2.0/security-groups?id=16a4c941-0e1f-415b-9985-5dc7956d01e3&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2878] 10.0.0.179 () {34 vars in 1120 bytes} [Thu Feb 26 23:14:52 2026] GET /v2.0/security-groups?id=16a4c941-0e1f-415b-9985-5dc7956d01e3&id=040cf962-672d-42ef-8695-39638b88cd11&fields=id&fields=name => generated 186 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2879] 10.0.0.23 () {28 vars in 676 bytes} [Thu Feb 26 23:14:52 2026] GET /v2.0/routers/5ed74ca9-5f6d-4ac8-bb83-09500b345502/l3-agents => generated 681 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2880] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:14:52 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2881] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:14:52 2026] GET /v2.0/floatingips => generated 1701 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2882] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 23:14:52 2026] GET /v2.0/agents => generated 3386 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2883] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 23:14:52 2026] GET /v2.0/security-groups => generated 30270 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2884] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:14:52 2026] GET /v2.0/subnets => generated 6133 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2885] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:14:52 2026] GET /v2.0/subnets => generated 6133 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2886] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:14:52 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) [pid: 7|app: 0|req: 1462/2887] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 23:14:52 2026] GET /v2.0/networks => generated 5226 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2888] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:14:52 2026] GET /v2.0/ports?tenant_id=e28f0ccde533438f9aa48223a05a85db&device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2889] 162.253.55.195 () {34 vars in 1062 bytes} [Thu Feb 26 23:14:53 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.222&port_id=1a8fe8d2-9cd0-4602-abe7-a5cb7fef91bf => 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/2890] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:14:53 2026] GET /v2.0/subnets?id=9cee7d37-59be-4c22-98af-0e16346dcd8a => 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: 1464/2891] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:14:53 2026] GET /v2.0/ports?network_id=d417ee4d-007a-4cbb-a444-ba2e642ada8e&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: 1428/2892] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:14:53 2026] GET /v2.0/networks/d417ee4d-007a-4cbb-a444-ba2e642ada8e?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: 1465/2893] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:14:53 2026] GET /v2.0/networks/d417ee4d-007a-4cbb-a444-ba2e642ada8e?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: 1429/2894] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:14:55 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2895] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:14:55 2026] GET /v2.0/security-groups?id=16a4c941-0e1f-415b-9985-5dc7956d01e3&fields=id&fields=name => generated 96 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2896] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:14:55 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2897] 162.253.55.195 () {34 vars in 994 bytes} [Thu Feb 26 23:14:57 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2898] 162.253.55.195 () {34 vars in 1044 bytes} [Thu Feb 26 23:14:57 2026] GET /v2.0/security-groups?id=16a4c941-0e1f-415b-9985-5dc7956d01e3&fields=id&fields=name => generated 96 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2899] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:14:58 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => 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: 1432/2900] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:14:58 2026] GET /v2.0/security-groups?id=16a4c941-0e1f-415b-9985-5dc7956d01e3&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2901] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:14:58 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2904] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:15:00 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 1248 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2905] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:15:01 2026] GET /v2.0/security-groups?id=16a4c941-0e1f-415b-9985-5dc7956d01e3&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2906] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:15:01 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2911] 162.253.55.195 () {30 vars in 703 bytes} [Thu Feb 26 23:15:36 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: 1475/2912] 162.253.55.195 () {30 vars in 705 bytes} [Thu Feb 26 23:15:36 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: 1438/2913] 162.253.55.195 () {30 vars in 681 bytes} [Thu Feb 26 23:15:36 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: 1476/2914] 162.253.55.195 () {30 vars in 717 bytes} [Thu Feb 26 23:15:36 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: 1439/2915] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 23:15:36 2026] GET /v2.0/subnets/f374b280-ac6c-4099-9132-8fe7f748aff7 => 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: 1477/2916] 162.253.55.195 () {30 vars in 769 bytes} [Thu Feb 26 23:15:36 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 1248 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2917] 162.253.55.195 () {34 vars in 717 bytes} [Thu Feb 26 23:15:36 2026] POST /v2.0/ports => generated 1059 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2918] 10.0.0.179 () {34 vars in 971 bytes} [Thu Feb 26 23:15:36 2026] GET /v2.0/ports/670394e0-c894-412c-b07f-7ba78e163af7 => generated 1059 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2919] 10.0.0.179 () {34 vars in 907 bytes} [Thu Feb 26 23:15:36 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2920] 162.253.55.195 () {34 vars in 1262 bytes} [Thu Feb 26 23:15:37 2026] GET /v2.0/ports/670394e0-c894-412c-b07f-7ba78e163af7?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2921] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:15:37 2026] GET /v2.0/networks/41907957-5910-4944-9dcb-39cc2a2b57ee?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: 1480/2922] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:15:37 2026] GET /v2.0/networks/41907957-5910-4944-9dcb-39cc2a2b57ee?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: 1443/2923] 162.253.55.195 () {34 vars in 975 bytes} [Thu Feb 26 23:15:38 2026] GET /v2.0/ports/670394e0-c894-412c-b07f-7ba78e163af7 => generated 1059 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2924] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:15:38 2026] GET /v2.0/networks?id=41907957-5910-4944-9dcb-39cc2a2b57ee => generated 803 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2925] 162.253.55.195 () {38 vars in 1028 bytes} [Thu Feb 26 23:15:38 2026] PUT /v2.0/ports/670394e0-c894-412c-b07f-7ba78e163af7 => generated 1249 bytes in 512 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:15:39.135 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f780df7c-c079-44ba-b60f-540f61b80cfd'] response: {'name': 'network-changed', 'server_uuid': '03de9b24-40c7-401e-a6d4-8525a4be7425', 'tag': '670394e0-c894-412c-b07f-7ba78e163af7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1482/2926] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:15:39 2026] GET /v2.0/ports?tenant_id=e28f0ccde533438f9aa48223a05a85db&device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 2489 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2927] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:15:39 2026] GET /v2.0/networks?id=41907957-5910-4944-9dcb-39cc2a2b57ee => generated 803 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2928] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:15:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.156&port_id=670394e0-c894-412c-b07f-7ba78e163af7 => 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: 1446/2929] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:15:39 2026] GET /v2.0/subnets?id=f374b280-ac6c-4099-9132-8fe7f748aff7 => 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: 1484/2930] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:15:39 2026] GET /v2.0/ports?network_id=41907957-5910-4944-9dcb-39cc2a2b57ee&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2931] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:15:39 2026] GET /v2.0/networks/41907957-5910-4944-9dcb-39cc2a2b57ee?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: 1485/2932] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:15:39 2026] GET /v2.0/networks/41907957-5910-4944-9dcb-39cc2a2b57ee?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: 1448/2933] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:15:40 2026] GET /v2.0/ports?tenant_id=e28f0ccde533438f9aa48223a05a85db&device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 2489 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2934] 162.253.55.195 () {34 vars in 1062 bytes} [Thu Feb 26 23:15:41 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.222&port_id=1a8fe8d2-9cd0-4602-abe7-a5cb7fef91bf => 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: 1449/2935] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:15:41 2026] GET /v2.0/subnets?id=9cee7d37-59be-4c22-98af-0e16346dcd8a => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2936] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:15:41 2026] GET /v2.0/ports?network_id=d417ee4d-007a-4cbb-a444-ba2e642ada8e&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2937] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:15:41 2026] GET /v2.0/networks/d417ee4d-007a-4cbb-a444-ba2e642ada8e?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: 1488/2938] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:15:41 2026] GET /v2.0/networks/d417ee4d-007a-4cbb-a444-ba2e642ada8e?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: 1451/2939] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:15:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.156&port_id=670394e0-c894-412c-b07f-7ba78e163af7 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2940] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:15:41 2026] GET /v2.0/subnets?id=f374b280-ac6c-4099-9132-8fe7f748aff7 => generated 679 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2941] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:15:41 2026] GET /v2.0/ports?network_id=41907957-5910-4944-9dcb-39cc2a2b57ee&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: 1490/2942] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:15:41 2026] GET /v2.0/networks/41907957-5910-4944-9dcb-39cc2a2b57ee?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: 1453/2943] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:15:41 2026] GET /v2.0/networks/41907957-5910-4944-9dcb-39cc2a2b57ee?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: 1491/2944] 10.0.0.179 () {34 vars in 971 bytes} [Thu Feb 26 23:15:45 2026] GET /v2.0/ports/670394e0-c894-412c-b07f-7ba78e163af7 => generated 1251 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2945] 162.253.55.195 () {34 vars in 789 bytes} [Thu Feb 26 23:15:45 2026] PUT /v2.0/ports/670394e0-c894-412c-b07f-7ba78e163af7 => generated 1276 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:15:45.646 8 INFO neutron.api.v2.resource [None req-608f38b4-dcdb-4508-969e-8415f86d223b 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1456/2948] 162.253.55.195 () {30 vars in 763 bytes} [Thu Feb 26 23:15:45 2026] GET /v2.0/security-groups/lb-219c5eed-ccd9-4c74-8f26-f254379f1868 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:15:45.660 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-16062c05-1048-4b1c-9851-fc5e4ecab57f'] response: {'name': 'network-changed', 'server_uuid': '03de9b24-40c7-401e-a6d4-8525a4be7425', 'tag': '670394e0-c894-412c-b07f-7ba78e163af7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1493/2949] 162.253.55.195 () {30 vars in 785 bytes} [Thu Feb 26 23:15:45 2026] GET /v2.0/security-groups?name=lb-219c5eed-ccd9-4c74-8f26-f254379f1868 => generated 1639 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2950] 162.253.55.195 () {34 vars in 789 bytes} [Thu Feb 26 23:15:45 2026] PUT /v2.0/ports/670394e0-c894-412c-b07f-7ba78e163af7 => generated 1314 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2951] 162.253.55.195 () {30 vars in 703 bytes} [Thu Feb 26 23:15:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1458/2952] 162.253.55.195 () {30 vars in 705 bytes} [Thu Feb 26 23:15:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2953] 162.253.55.195 () {30 vars in 681 bytes} [Thu Feb 26 23:15:46 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: 1459/2954] 162.253.55.195 () {30 vars in 717 bytes} [Thu Feb 26 23:15:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2955] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 23:15:46 2026] GET /v2.0/subnets/f374b280-ac6c-4099-9132-8fe7f748aff7 => 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: 1460/2956] 162.253.55.195 () {30 vars in 737 bytes} [Thu Feb 26 23:15:46 2026] GET /v2.0/ports/38c180cf-13e4-48e3-9d0a-51e25b4f68d5 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2957] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:15:46 2026] GET /v2.0/ports?tenant_id=e28f0ccde533438f9aa48223a05a85db&device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 2590 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2958] 162.253.55.195 () {30 vars in 737 bytes} [Thu Feb 26 23:15:46 2026] GET /v2.0/ports/670394e0-c894-412c-b07f-7ba78e163af7 => generated 1350 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2959] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:15:46 2026] GET /v2.0/networks?id=41907957-5910-4944-9dcb-39cc2a2b57ee => generated 803 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2960] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 23:15:46 2026] GET /v2.0/subnets/f374b280-ac6c-4099-9132-8fe7f748aff7 => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2961] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:15:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.156&port_id=670394e0-c894-412c-b07f-7ba78e163af7 => 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: 1463/2962] 162.253.55.195 () {30 vars in 743 bytes} [Thu Feb 26 23:15:46 2026] GET /v2.0/networks/41907957-5910-4944-9dcb-39cc2a2b57ee => generated 800 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2963] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:15:46 2026] GET /v2.0/subnets?id=f374b280-ac6c-4099-9132-8fe7f748aff7 => 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: 1464/2964] 162.253.55.195 () {30 vars in 737 bytes} [Thu Feb 26 23:15:46 2026] GET /v2.0/ports/38c180cf-13e4-48e3-9d0a-51e25b4f68d5 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2965] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:15:46 2026] GET /v2.0/ports?network_id=41907957-5910-4944-9dcb-39cc2a2b57ee&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: 1465/2966] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 23:15:46 2026] GET /v2.0/subnets/f374b280-ac6c-4099-9132-8fe7f748aff7 => 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: 1502/2967] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:15:46 2026] GET /v2.0/networks/41907957-5910-4944-9dcb-39cc2a2b57ee?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2968] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:15:46 2026] GET /v2.0/networks/41907957-5910-4944-9dcb-39cc2a2b57ee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:15:47.695 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-24ce9acd-f39b-4aae-a4c6-2e3dad89c7a1'] response: {'name': 'network-changed', 'server_uuid': '03de9b24-40c7-401e-a6d4-8525a4be7425', 'tag': '670394e0-c894-412c-b07f-7ba78e163af7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1503/2969] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:15:48 2026] GET /v2.0/ports?tenant_id=e28f0ccde533438f9aa48223a05a85db&device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 2590 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2970] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:15:48 2026] GET /v2.0/networks?id=41907957-5910-4944-9dcb-39cc2a2b57ee => generated 803 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2971] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:15:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.156&port_id=670394e0-c894-412c-b07f-7ba78e163af7 => 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: 1468/2972] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:15:48 2026] GET /v2.0/subnets?id=f374b280-ac6c-4099-9132-8fe7f748aff7 => 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: 1505/2973] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:15:48 2026] GET /v2.0/ports?network_id=41907957-5910-4944-9dcb-39cc2a2b57ee&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: 1469/2974] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:15:48 2026] GET /v2.0/networks/41907957-5910-4944-9dcb-39cc2a2b57ee?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: 1506/2975] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:15:48 2026] GET /v2.0/networks/41907957-5910-4944-9dcb-39cc2a2b57ee?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: 1470/2976] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:15:51 2026] GET /v2.0/subnets => generated 6133 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2977] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:15:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2978] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 23:15:52 2026] GET /v2.0/networks => generated 5226 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2979] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 23:15:52 2026] GET /v2.0/agents => generated 3386 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2980] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 23:15:52 2026] GET /v2.0/network-ip-availabilities => generated 3614 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2981] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 23:15:52 2026] GET /v2.0/ports => generated 23660 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2982] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:15:52 2026] GET /v2.0/subnets => generated 6133 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2983] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:15:52 2026] GET /v2.0/routers => generated 728 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2984] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 23:15:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2985] 10.0.0.23 () {28 vars in 676 bytes} [Thu Feb 26 23:15:52 2026] GET /v2.0/routers/5ed74ca9-5f6d-4ac8-bb83-09500b345502/l3-agents => generated 681 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2986] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:15:52 2026] GET /v2.0/floatingips => generated 1701 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2987] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 23:15:52 2026] GET /v2.0/security-groups => generated 30270 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2988] 10.0.0.179 () {34 vars in 1178 bytes} [Thu Feb 26 23:15:52 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425&device_id=170194c8-ffa7-4241-8b7a-e0006a33a15c&device_id=ebb40048-9ae6-49ef-ae1a-54ad0aaaf47d => generated 5502 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2989] 10.0.0.179 () {34 vars in 1200 bytes} [Thu Feb 26 23:15:52 2026] GET /v2.0/security-groups?id=16a4c941-0e1f-415b-9985-5dc7956d01e3&id=040cf962-672d-42ef-8695-39638b88cd11&id=05f7f1bb-6edc-41ec-bf5f-db96671fa8e7&fields=id&fields=name => generated 285 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:15:56.400 8 INFO neutron.db.l3_db [None req-8ce9f617-d0a1-4b92-85f6-7cfd8924d89c 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] Floating IP 87f41869-146e-45c1-a8e0-a085cd06df07 associated. External IP: 10.96.250.202, port: 38c180cf-13e4-48e3-9d0a-51e25b4f68d5. [pid: 8|app: 0|req: 1477/2990] 10.0.0.225 () {34 vars in 677 bytes} [Thu Feb 26 23:15:55 2026] POST /v2.0/floatingips => generated 899 bytes in 957 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2993] 162.253.55.195 () {30 vars in 703 bytes} [Thu Feb 26 23:16:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2994] 162.253.55.195 () {30 vars in 705 bytes} [Thu Feb 26 23:16:01 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: 1516/2995] 162.253.55.195 () {30 vars in 681 bytes} [Thu Feb 26 23:16:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2996] 162.253.55.195 () {30 vars in 717 bytes} [Thu Feb 26 23:16:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:16:01.311 7 INFO neutron.api.v2.resource [None req-d7deb5fd-f0a4-40a9-8cf6-f782870c69e1 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1517/2997] 162.253.55.195 () {30 vars in 763 bytes} [Thu Feb 26 23:16:01 2026] GET /v2.0/security-groups/lb-219c5eed-ccd9-4c74-8f26-f254379f1868 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2998] 162.253.55.195 () {30 vars in 785 bytes} [Thu Feb 26 23:16:01 2026] GET /v2.0/security-groups?name=lb-219c5eed-ccd9-4c74-8f26-f254379f1868 => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2999] 162.253.55.195 () {30 vars in 815 bytes} [Thu Feb 26 23:16:01 2026] GET /v2.0/security-group-rules?security_group_id=05f7f1bb-6edc-41ec-bf5f-db96671fa8e7 => generated 1182 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3000] 162.253.55.195 () {34 vars in 747 bytes} [Thu Feb 26 23:16:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3001] 162.253.55.195 () {34 vars in 747 bytes} [Thu Feb 26 23:16:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3002] 10.0.0.179 () {34 vars in 1178 bytes} [Thu Feb 26 23:16:06 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425&device_id=170194c8-ffa7-4241-8b7a-e0006a33a15c&device_id=ebb40048-9ae6-49ef-ae1a-54ad0aaaf47d => generated 5502 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3003] 10.0.0.179 () {34 vars in 1200 bytes} [Thu Feb 26 23:16:06 2026] GET /v2.0/security-groups?id=16a4c941-0e1f-415b-9985-5dc7956d01e3&id=040cf962-672d-42ef-8695-39638b88cd11&id=05f7f1bb-6edc-41ec-bf5f-db96671fa8e7&fields=id&fields=name => generated 285 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3004] 10.0.0.179 () {34 vars in 1084 bytes} [Thu Feb 26 23:16:07 2026] GET /v2.0/ports?device_id=170194c8-ffa7-4241-8b7a-e0006a33a15c&device_id=ebb40048-9ae6-49ef-ae1a-54ad0aaaf47d => generated 2923 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3005] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:16:07 2026] GET /v2.0/security-groups?id=040cf962-672d-42ef-8695-39638b88cd11&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3006] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:16:08 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3007] 10.0.0.179 () {34 vars in 1120 bytes} [Thu Feb 26 23:16:08 2026] GET /v2.0/security-groups?id=16a4c941-0e1f-415b-9985-5dc7956d01e3&id=05f7f1bb-6edc-41ec-bf5f-db96671fa8e7&fields=id&fields=name => generated 195 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3008] 10.0.0.218 () {30 vars in 690 bytes} [Thu Feb 26 23:16:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3009] 10.0.0.218 () {30 vars in 692 bytes} [Thu Feb 26 23:16:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3010] 10.0.0.218 () {30 vars in 668 bytes} [Thu Feb 26 23:16:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3011] 10.0.0.218 () {30 vars in 704 bytes} [Thu Feb 26 23:16:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3012] 10.0.0.218 () {28 vars in 439 bytes} [Thu Feb 26 23:16:08 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3013] 10.0.0.218 () {30 vars in 728 bytes} [Thu Feb 26 23:16:08 2026] GET /v2.0/subnets/c068f567-0d5c-499b-88e3-c1abbd3fc2b2 => generated 656 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3014] 162.253.55.195 () {30 vars in 703 bytes} [Thu Feb 26 23:16:09 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: 1526/3015] 162.253.55.195 () {30 vars in 705 bytes} [Thu Feb 26 23:16:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3016] 162.253.55.195 () {30 vars in 681 bytes} [Thu Feb 26 23:16:09 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: 1527/3017] 162.253.55.195 () {30 vars in 717 bytes} [Thu Feb 26 23:16:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3018] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 23:16:09 2026] GET /v2.0/subnets/c068f567-0d5c-499b-88e3-c1abbd3fc2b2 => generated 674 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3019] 162.253.55.195 () {30 vars in 769 bytes} [Thu Feb 26 23:16:09 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3020] 162.253.55.195 () {30 vars in 703 bytes} [Thu Feb 26 23:16:10 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: 1529/3021] 162.253.55.195 () {30 vars in 705 bytes} [Thu Feb 26 23:16:10 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: 1493/3022] 162.253.55.195 () {30 vars in 681 bytes} [Thu Feb 26 23:16:10 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: 1530/3023] 162.253.55.195 () {30 vars in 717 bytes} [Thu Feb 26 23:16:10 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: 1494/3024] 162.253.55.195 () {34 vars in 717 bytes} [Thu Feb 26 23:16:10 2026] POST /v2.0/ports => generated 1324 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3025] 10.0.0.179 () {34 vars in 971 bytes} [Thu Feb 26 23:16:10 2026] GET /v2.0/ports/e2bf99a9-1f6d-4fe1-ac7d-b85aaf89ffb7 => generated 1324 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1495/3026] 162.253.55.195 () {34 vars in 911 bytes} [Thu Feb 26 23:16:11 2026] GET /v2.0/extensions => generated 21537 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3027] 162.253.55.195 () {34 vars in 1262 bytes} [Thu Feb 26 23:16:11 2026] GET /v2.0/ports/e2bf99a9-1f6d-4fe1-ac7d-b85aaf89ffb7?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3028] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:16:11 2026] GET /v2.0/networks/1098562f-df9e-4072-956d-fb0965b643d1?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: 1533/3029] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:16:11 2026] GET /v2.0/networks/1098562f-df9e-4072-956d-fb0965b643d1?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: 1497/3030] 162.253.55.195 () {34 vars in 975 bytes} [Thu Feb 26 23:16:12 2026] GET /v2.0/ports/e2bf99a9-1f6d-4fe1-ac7d-b85aaf89ffb7 => generated 1324 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3031] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:16:12 2026] GET /v2.0/networks?id=1098562f-df9e-4072-956d-fb0965b643d1 => 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: 1498/3032] 162.253.55.195 () {38 vars in 1028 bytes} [Thu Feb 26 23:16:12 2026] PUT /v2.0/ports/e2bf99a9-1f6d-4fe1-ac7d-b85aaf89ffb7 => generated 1514 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:16:12.892 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-85cbdcfe-f22d-4ab1-9152-2470099112f8'] response: {'name': 'network-changed', 'server_uuid': '03de9b24-40c7-401e-a6d4-8525a4be7425', 'tag': 'e2bf99a9-1f6d-4fe1-ac7d-b85aaf89ffb7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1535/3033] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:16:13 2026] GET /v2.0/ports?tenant_id=e28f0ccde533438f9aa48223a05a85db&device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 4096 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: 8|app: 0|req: 1499/3034] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:16:13 2026] GET /v2.0/networks?id=1098562f-df9e-4072-956d-fb0965b643d1 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3035] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:16:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.115&port_id=e2bf99a9-1f6d-4fe1-ac7d-b85aaf89ffb7 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3036] 162.253.55.195 () {34 vars in 1102 bytes} [Thu Feb 26 23:16:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aab&port_id=e2bf99a9-1f6d-4fe1-ac7d-b85aaf89ffb7 => 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: 1537/3037] 162.253.55.195 () {34 vars in 1064 bytes} [Thu Feb 26 23:16:13 2026] GET /v2.0/subnets?id=c068f567-0d5c-499b-88e3-c1abbd3fc2b2&id=9f351c1f-5016-4b01-b8a6-347e417665e2 => generated 1410 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3038] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:16:13 2026] GET /v2.0/ports?network_id=1098562f-df9e-4072-956d-fb0965b643d1&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3039] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:16:13 2026] GET /v2.0/ports?network_id=1098562f-df9e-4072-956d-fb0965b643d1&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: 1502/3040] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:16:13 2026] GET /v2.0/networks/1098562f-df9e-4072-956d-fb0965b643d1?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: 1539/3041] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:16:13 2026] GET /v2.0/networks/1098562f-df9e-4072-956d-fb0965b643d1?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: 1503/3042] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:16:14 2026] GET /v2.0/ports?tenant_id=e28f0ccde533438f9aa48223a05a85db&device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 4096 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3043] 162.253.55.195 () {34 vars in 1062 bytes} [Thu Feb 26 23:16:14 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.222&port_id=1a8fe8d2-9cd0-4602-abe7-a5cb7fef91bf => 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: 1504/3044] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:16:14 2026] GET /v2.0/subnets?id=9cee7d37-59be-4c22-98af-0e16346dcd8a => 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: 1541/3045] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:16:14 2026] GET /v2.0/ports?network_id=d417ee4d-007a-4cbb-a444-ba2e642ada8e&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: 1505/3046] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:16:14 2026] GET /v2.0/networks/d417ee4d-007a-4cbb-a444-ba2e642ada8e?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: 1542/3047] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:16:15 2026] GET /v2.0/networks/d417ee4d-007a-4cbb-a444-ba2e642ada8e?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: 1506/3048] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:16:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.156&port_id=670394e0-c894-412c-b07f-7ba78e163af7 => 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: 1543/3049] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:16:15 2026] GET /v2.0/subnets?id=f374b280-ac6c-4099-9132-8fe7f748aff7 => 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: 1507/3050] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:16:15 2026] GET /v2.0/ports?network_id=41907957-5910-4944-9dcb-39cc2a2b57ee&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: 1544/3051] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:16:15 2026] GET /v2.0/networks/41907957-5910-4944-9dcb-39cc2a2b57ee?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: 1508/3052] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:16:15 2026] GET /v2.0/networks/41907957-5910-4944-9dcb-39cc2a2b57ee?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: 1545/3053] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:16:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.115&port_id=e2bf99a9-1f6d-4fe1-ac7d-b85aaf89ffb7 => 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: 1509/3054] 162.253.55.195 () {34 vars in 1102 bytes} [Thu Feb 26 23:16:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aab&port_id=e2bf99a9-1f6d-4fe1-ac7d-b85aaf89ffb7 => 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: 1546/3055] 162.253.55.195 () {34 vars in 1064 bytes} [Thu Feb 26 23:16:15 2026] GET /v2.0/subnets?id=c068f567-0d5c-499b-88e3-c1abbd3fc2b2&id=9f351c1f-5016-4b01-b8a6-347e417665e2 => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3056] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:16:15 2026] GET /v2.0/ports?network_id=1098562f-df9e-4072-956d-fb0965b643d1&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3057] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:16:15 2026] GET /v2.0/ports?network_id=1098562f-df9e-4072-956d-fb0965b643d1&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3058] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:16:15 2026] GET /v2.0/networks/1098562f-df9e-4072-956d-fb0965b643d1?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: 1548/3059] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:16:15 2026] GET /v2.0/networks/1098562f-df9e-4072-956d-fb0965b643d1?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: 1513/3062] 10.0.0.179 () {34 vars in 971 bytes} [Thu Feb 26 23:16:19 2026] GET /v2.0/ports/e2bf99a9-1f6d-4fe1-ac7d-b85aaf89ffb7 => generated 1516 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3063] 162.253.55.195 () {30 vars in 743 bytes} [Thu Feb 26 23:16:19 2026] GET /v2.0/networks/1098562f-df9e-4072-956d-fb0965b643d1 => generated 798 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3064] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 23:16:19 2026] GET /v2.0/subnets/c068f567-0d5c-499b-88e3-c1abbd3fc2b2 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3065] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 23:16:19 2026] GET /v2.0/subnets/9f351c1f-5016-4b01-b8a6-347e417665e2 => generated 743 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3066] 162.253.55.195 () {30 vars in 703 bytes} [Thu Feb 26 23:16:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3067] 162.253.55.195 () {30 vars in 705 bytes} [Thu Feb 26 23:16:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3068] 162.253.55.195 () {30 vars in 681 bytes} [Thu Feb 26 23:16:20 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: 1553/3069] 162.253.55.195 () {30 vars in 717 bytes} [Thu Feb 26 23:16:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3070] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 23:16:20 2026] GET /v2.0/subnets/f374b280-ac6c-4099-9132-8fe7f748aff7 => generated 676 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3071] 162.253.55.195 () {30 vars in 737 bytes} [Thu Feb 26 23:16:20 2026] GET /v2.0/ports/38c180cf-13e4-48e3-9d0a-51e25b4f68d5 => 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: 1518/3072] 162.253.55.195 () {30 vars in 737 bytes} [Thu Feb 26 23:16:20 2026] GET /v2.0/ports/670394e0-c894-412c-b07f-7ba78e163af7 => 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: 1555/3073] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 23:16:20 2026] GET /v2.0/subnets/f374b280-ac6c-4099-9132-8fe7f748aff7 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3074] 162.253.55.195 () {30 vars in 743 bytes} [Thu Feb 26 23:16:20 2026] GET /v2.0/networks/41907957-5910-4944-9dcb-39cc2a2b57ee => generated 800 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3075] 162.253.55.195 () {30 vars in 737 bytes} [Thu Feb 26 23:16:20 2026] GET /v2.0/ports/38c180cf-13e4-48e3-9d0a-51e25b4f68d5 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3076] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 23:16:20 2026] GET /v2.0/subnets/f374b280-ac6c-4099-9132-8fe7f748aff7 => 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: 1557/3077] 10.0.0.218 () {30 vars in 690 bytes} [Thu Feb 26 23:16:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3078] 10.0.0.218 () {30 vars in 692 bytes} [Thu Feb 26 23:16:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3079] 10.0.0.218 () {30 vars in 668 bytes} [Thu Feb 26 23:16:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3080] 10.0.0.218 () {30 vars in 704 bytes} [Thu Feb 26 23:16:29 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: 1559/3081] 10.0.0.218 () {28 vars in 439 bytes} [Thu Feb 26 23:16:29 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3082] 10.0.0.218 () {30 vars in 728 bytes} [Thu Feb 26 23:16:29 2026] GET /v2.0/subnets/12c80182-77a6-4f20-99a3-f9e2e85f267e => generated 655 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3085] 162.253.55.195 () {30 vars in 703 bytes} [Thu Feb 26 23:16:30 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: 1525/3086] 162.253.55.195 () {30 vars in 705 bytes} [Thu Feb 26 23:16:30 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: 1562/3087] 162.253.55.195 () {30 vars in 681 bytes} [Thu Feb 26 23:16:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3088] 162.253.55.195 () {30 vars in 717 bytes} [Thu Feb 26 23:16:30 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: 1563/3089] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 23:16:30 2026] GET /v2.0/subnets/c068f567-0d5c-499b-88e3-c1abbd3fc2b2 => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3090] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 23:16:30 2026] GET /v2.0/subnets/12c80182-77a6-4f20-99a3-f9e2e85f267e => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3091] 162.253.55.195 () {30 vars in 769 bytes} [Thu Feb 26 23:16:31 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 4098 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3092] 162.253.55.195 () {30 vars in 703 bytes} [Thu Feb 26 23:16:31 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: 1565/3093] 162.253.55.195 () {30 vars in 705 bytes} [Thu Feb 26 23:16:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3094] 162.253.55.195 () {30 vars in 681 bytes} [Thu Feb 26 23:16:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3095] 162.253.55.195 () {30 vars in 717 bytes} [Thu Feb 26 23:16:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3096] 162.253.55.195 () {34 vars in 717 bytes} [Thu Feb 26 23:16:31 2026] POST /v2.0/ports => generated 1328 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3097] 10.0.0.179 () {34 vars in 971 bytes} [Thu Feb 26 23:16:31 2026] GET /v2.0/ports/1f10f8db-1c55-48d7-bc04-60c1256827da => generated 1328 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1531/3098] 162.253.55.195 () {34 vars in 1262 bytes} [Thu Feb 26 23:16:32 2026] GET /v2.0/ports/1f10f8db-1c55-48d7-bc04-60c1256827da?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3099] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:16:32 2026] GET /v2.0/networks/8451dfff-787d-4974-8224-00635adec7a5?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: 1532/3100] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:16:32 2026] GET /v2.0/networks/8451dfff-787d-4974-8224-00635adec7a5?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: 1569/3101] 162.253.55.195 () {34 vars in 975 bytes} [Thu Feb 26 23:16:33 2026] GET /v2.0/ports/1f10f8db-1c55-48d7-bc04-60c1256827da => generated 1328 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3102] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:16:33 2026] GET /v2.0/networks?id=8451dfff-787d-4974-8224-00635adec7a5 => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3103] 162.253.55.195 () {38 vars in 1028 bytes} [Thu Feb 26 23:16:33 2026] PUT /v2.0/ports/1f10f8db-1c55-48d7-bc04-60c1256827da => generated 1518 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:16:33.913 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ac709b9a-1a7b-4337-8a7b-e1e7fba27f97'] response: {'name': 'network-changed', 'server_uuid': '03de9b24-40c7-401e-a6d4-8525a4be7425', 'tag': '1f10f8db-1c55-48d7-bc04-60c1256827da', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1534/3104] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:16:34 2026] GET /v2.0/ports?tenant_id=e28f0ccde533438f9aa48223a05a85db&device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 5608 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1571/3105] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:16:34 2026] GET /v2.0/networks?id=8451dfff-787d-4974-8224-00635adec7a5 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3106] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:16:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.178&port_id=1f10f8db-1c55-48d7-bc04-60c1256827da => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3107] 162.253.55.195 () {34 vars in 1104 bytes} [Thu Feb 26 23:16:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ad4&port_id=1f10f8db-1c55-48d7-bc04-60c1256827da => 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: 1536/3108] 162.253.55.195 () {34 vars in 1064 bytes} [Thu Feb 26 23:16:34 2026] GET /v2.0/subnets?id=66f18604-62bf-4f43-9c60-939a20b9db53&id=12c80182-77a6-4f20-99a3-f9e2e85f267e => generated 1413 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3109] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:16:34 2026] GET /v2.0/ports?network_id=8451dfff-787d-4974-8224-00635adec7a5&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3110] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:16:34 2026] GET /v2.0/ports?network_id=8451dfff-787d-4974-8224-00635adec7a5&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3111] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:16:34 2026] GET /v2.0/networks/8451dfff-787d-4974-8224-00635adec7a5?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3112] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:16:34 2026] GET /v2.0/networks/8451dfff-787d-4974-8224-00635adec7a5?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: 1575/3113] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:16:35 2026] GET /v2.0/ports?tenant_id=e28f0ccde533438f9aa48223a05a85db&device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => 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: 1539/3114] 162.253.55.195 () {34 vars in 1062 bytes} [Thu Feb 26 23:16:35 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.222&port_id=1a8fe8d2-9cd0-4602-abe7-a5cb7fef91bf => 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: 1576/3115] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:16:35 2026] GET /v2.0/subnets?id=9cee7d37-59be-4c22-98af-0e16346dcd8a => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3116] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:16:35 2026] GET /v2.0/ports?network_id=d417ee4d-007a-4cbb-a444-ba2e642ada8e&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3117] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:16:35 2026] GET /v2.0/networks/d417ee4d-007a-4cbb-a444-ba2e642ada8e?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: 1541/3118] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:16:36 2026] GET /v2.0/networks/d417ee4d-007a-4cbb-a444-ba2e642ada8e?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: 1578/3119] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:16:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.156&port_id=670394e0-c894-412c-b07f-7ba78e163af7 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3120] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:16:36 2026] GET /v2.0/subnets?id=f374b280-ac6c-4099-9132-8fe7f748aff7 => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3121] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:16:36 2026] GET /v2.0/ports?network_id=41907957-5910-4944-9dcb-39cc2a2b57ee&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3122] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:16:36 2026] GET /v2.0/networks/41907957-5910-4944-9dcb-39cc2a2b57ee?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: 1580/3123] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:16:36 2026] GET /v2.0/networks/41907957-5910-4944-9dcb-39cc2a2b57ee?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: 1544/3124] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:16:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.115&port_id=e2bf99a9-1f6d-4fe1-ac7d-b85aaf89ffb7 => 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: 1581/3125] 162.253.55.195 () {34 vars in 1102 bytes} [Thu Feb 26 23:16:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aab&port_id=e2bf99a9-1f6d-4fe1-ac7d-b85aaf89ffb7 => 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: 1545/3126] 162.253.55.195 () {34 vars in 1064 bytes} [Thu Feb 26 23:16:36 2026] GET /v2.0/subnets?id=c068f567-0d5c-499b-88e3-c1abbd3fc2b2&id=9f351c1f-5016-4b01-b8a6-347e417665e2 => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3127] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:16:36 2026] GET /v2.0/ports?network_id=1098562f-df9e-4072-956d-fb0965b643d1&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3128] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:16:36 2026] GET /v2.0/ports?network_id=1098562f-df9e-4072-956d-fb0965b643d1&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: 1583/3129] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:16:36 2026] GET /v2.0/networks/1098562f-df9e-4072-956d-fb0965b643d1?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: 1547/3130] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:16:36 2026] GET /v2.0/networks/1098562f-df9e-4072-956d-fb0965b643d1?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: 1584/3131] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:16:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.178&port_id=1f10f8db-1c55-48d7-bc04-60c1256827da => 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: 1548/3132] 162.253.55.195 () {34 vars in 1104 bytes} [Thu Feb 26 23:16:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ad4&port_id=1f10f8db-1c55-48d7-bc04-60c1256827da => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3133] 162.253.55.195 () {34 vars in 1064 bytes} [Thu Feb 26 23:16:36 2026] GET /v2.0/subnets?id=66f18604-62bf-4f43-9c60-939a20b9db53&id=12c80182-77a6-4f20-99a3-f9e2e85f267e => generated 1413 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3134] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:16:36 2026] GET /v2.0/ports?network_id=8451dfff-787d-4974-8224-00635adec7a5&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3135] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:16:36 2026] GET /v2.0/ports?network_id=8451dfff-787d-4974-8224-00635adec7a5&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3136] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:16:36 2026] GET /v2.0/networks/8451dfff-787d-4974-8224-00635adec7a5?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: 1587/3137] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:16:36 2026] GET /v2.0/networks/8451dfff-787d-4974-8224-00635adec7a5?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: 8|app: 0|req: 1551/3138] 10.0.0.179 () {34 vars in 971 bytes} [Thu Feb 26 23:16:40 2026] GET /v2.0/ports/1f10f8db-1c55-48d7-bc04-60c1256827da => generated 1520 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3139] 162.253.55.195 () {30 vars in 743 bytes} [Thu Feb 26 23:16:40 2026] GET /v2.0/networks/8451dfff-787d-4974-8224-00635adec7a5 => generated 797 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3140] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 23:16:40 2026] GET /v2.0/subnets/12c80182-77a6-4f20-99a3-f9e2e85f267e => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3141] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 23:16:40 2026] GET /v2.0/subnets/66f18604-62bf-4f43-9c60-939a20b9db53 => generated 747 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3142] 162.253.55.195 () {30 vars in 737 bytes} [Thu Feb 26 23:16:40 2026] GET /v2.0/ports/e2bf99a9-1f6d-4fe1-ac7d-b85aaf89ffb7 => generated 1516 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3143] 162.253.55.195 () {34 vars in 790 bytes} [Thu Feb 26 23:16:40 2026] PUT /v2.0/ports/e2bf99a9-1f6d-4fe1-ac7d-b85aaf89ffb7 => generated 1255 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:16:41.293 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d86485b6-e4e8-4341-b77c-b40c16f5e38f'] response: {'name': 'network-changed', 'server_uuid': '03de9b24-40c7-401e-a6d4-8525a4be7425', 'tag': 'e2bf99a9-1f6d-4fe1-ac7d-b85aaf89ffb7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1554/3144] 162.253.55.195 () {30 vars in 743 bytes} [Thu Feb 26 23:16:41 2026] GET /v2.0/networks/1098562f-df9e-4072-956d-fb0965b643d1 => generated 798 bytes in 47 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: 1591/3145] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 23:16:41 2026] GET /v2.0/subnets/c068f567-0d5c-499b-88e3-c1abbd3fc2b2 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3146] 162.253.55.195 () {30 vars in 703 bytes} [Thu Feb 26 23:16:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3147] 162.253.55.195 () {30 vars in 705 bytes} [Thu Feb 26 23:16:41 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3148] 162.253.55.195 () {30 vars in 681 bytes} [Thu Feb 26 23:16:41 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: 1593/3149] 162.253.55.195 () {30 vars in 717 bytes} [Thu Feb 26 23:16:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3150] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 23:16:41 2026] GET /v2.0/subnets/f374b280-ac6c-4099-9132-8fe7f748aff7 => 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: 1594/3151] 162.253.55.195 () {30 vars in 737 bytes} [Thu Feb 26 23:16:41 2026] GET /v2.0/ports/38c180cf-13e4-48e3-9d0a-51e25b4f68d5 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3152] 162.253.55.195 () {30 vars in 737 bytes} [Thu Feb 26 23:16:41 2026] GET /v2.0/ports/670394e0-c894-412c-b07f-7ba78e163af7 => generated 1350 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3153] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 23:16:41 2026] GET /v2.0/subnets/f374b280-ac6c-4099-9132-8fe7f748aff7 => 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: 1559/3154] 162.253.55.195 () {30 vars in 743 bytes} [Thu Feb 26 23:16:41 2026] GET /v2.0/networks/41907957-5910-4944-9dcb-39cc2a2b57ee => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3155] 162.253.55.195 () {30 vars in 737 bytes} [Thu Feb 26 23:16:41 2026] GET /v2.0/ports/38c180cf-13e4-48e3-9d0a-51e25b4f68d5 => 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: 1560/3156] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 23:16:41 2026] GET /v2.0/subnets/f374b280-ac6c-4099-9132-8fe7f748aff7 => 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: 1597/3157] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:16:41 2026] GET /v2.0/ports?tenant_id=e28f0ccde533438f9aa48223a05a85db&device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 5385 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3158] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:16:41 2026] GET /v2.0/networks?id=1098562f-df9e-4072-956d-fb0965b643d1 => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3159] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:16:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.115&port_id=e2bf99a9-1f6d-4fe1-ac7d-b85aaf89ffb7 => 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: 1562/3160] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:16:41 2026] GET /v2.0/subnets?id=c068f567-0d5c-499b-88e3-c1abbd3fc2b2 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3161] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:16:41 2026] GET /v2.0/ports?network_id=1098562f-df9e-4072-956d-fb0965b643d1&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: 1563/3162] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:16:42 2026] GET /v2.0/networks/1098562f-df9e-4072-956d-fb0965b643d1?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: 1600/3163] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:16:42 2026] GET /v2.0/networks/1098562f-df9e-4072-956d-fb0965b643d1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 486 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3166] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:16:51 2026] GET /v2.0/subnets => generated 6133 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3167] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 23:16:51 2026] GET /v2.0/agents => generated 3386 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3168] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 23:16:51 2026] GET /v2.0/network-ip-availabilities => generated 3614 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3169] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 23:16:51 2026] GET /v2.0/security-groups => generated 31496 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3170] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:16:52 2026] GET /v2.0/subnets => generated 6133 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3171] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:16:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3172] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:16:52 2026] GET /v2.0/routers => generated 728 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3173] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 23:16:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3174] 10.0.0.23 () {28 vars in 676 bytes} [Thu Feb 26 23:16:52 2026] GET /v2.0/routers/5ed74ca9-5f6d-4ac8-bb83-09500b345502/l3-agents => generated 681 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3175] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 23:16:52 2026] GET /v2.0/networks => generated 5226 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3176] 10.0.0.179 () {34 vars in 1178 bytes} [Thu Feb 26 23:16:52 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425&device_id=170194c8-ffa7-4241-8b7a-e0006a33a15c&device_id=ebb40048-9ae6-49ef-ae1a-54ad0aaaf47d => generated 8297 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3177] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 23:16:52 2026] GET /v2.0/ports => generated 27449 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3178] 10.0.0.179 () {34 vars in 1280 bytes} [Thu Feb 26 23:16:52 2026] GET /v2.0/security-groups?id=16a4c941-0e1f-415b-9985-5dc7956d01e3&id=997c4482-7042-463d-8e29-0b8e8f2aa620&id=040cf962-672d-42ef-8695-39638b88cd11&id=05f7f1bb-6edc-41ec-bf5f-db96671fa8e7&fields=id&fields=name => generated 352 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3179] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:16:52 2026] GET /v2.0/floatingips => generated 2588 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3180] 162.253.55.195 () {30 vars in 703 bytes} [Thu Feb 26 23:16:54 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: 1609/3181] 162.253.55.195 () {30 vars in 705 bytes} [Thu Feb 26 23:16:54 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: 1573/3182] 162.253.55.195 () {30 vars in 681 bytes} [Thu Feb 26 23:16: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: 1610/3183] 162.253.55.195 () {30 vars in 717 bytes} [Thu Feb 26 23:16:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3184] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 23:16:54 2026] GET /v2.0/subnets/c068f567-0d5c-499b-88e3-c1abbd3fc2b2 => generated 674 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3185] 162.253.55.195 () {30 vars in 769 bytes} [Thu Feb 26 23:16:54 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 5385 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3186] 162.253.55.195 () {30 vars in 703 bytes} [Thu Feb 26 23:16: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: 7|app: 0|req: 1612/3187] 162.253.55.195 () {30 vars in 705 bytes} [Thu Feb 26 23:16:54 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3188] 162.253.55.195 () {30 vars in 681 bytes} [Thu Feb 26 23:16: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: 1613/3189] 162.253.55.195 () {30 vars in 717 bytes} [Thu Feb 26 23:16:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3190] 162.253.55.195 () {30 vars in 737 bytes} [Thu Feb 26 23:16:54 2026] GET /v2.0/ports/1f10f8db-1c55-48d7-bc04-60c1256827da => generated 1520 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3191] 162.253.55.195 () {34 vars in 790 bytes} [Thu Feb 26 23:16:54 2026] PUT /v2.0/ports/1f10f8db-1c55-48d7-bc04-60c1256827da => generated 1255 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:16:55.103 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d70c4c2-a7e7-43f3-982c-15776d2f9644'] response: {'name': 'network-changed', 'server_uuid': '03de9b24-40c7-401e-a6d4-8525a4be7425', 'tag': '1f10f8db-1c55-48d7-bc04-60c1256827da', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1578/3192] 162.253.55.195 () {30 vars in 743 bytes} [Thu Feb 26 23:16:55 2026] GET /v2.0/networks/8451dfff-787d-4974-8224-00635adec7a5 => generated 797 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1615/3193] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 23:16:55 2026] GET /v2.0/subnets/12c80182-77a6-4f20-99a3-f9e2e85f267e => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3194] 162.253.55.195 () {30 vars in 737 bytes} [Thu Feb 26 23:16:55 2026] GET /v2.0/ports/1f10f8db-1c55-48d7-bc04-60c1256827da => generated 1291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3195] 162.253.55.195 () {34 vars in 789 bytes} [Thu Feb 26 23:16:55 2026] PUT /v2.0/ports/1f10f8db-1c55-48d7-bc04-60c1256827da => generated 1080 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3196] 162.253.55.195 () {30 vars in 743 bytes} [Thu Feb 26 23:16:55 2026] GET /v2.0/networks/8451dfff-787d-4974-8224-00635adec7a5 => generated 797 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: 1617/3197] 162.253.55.195 () {30 vars in 769 bytes} [Thu Feb 26 23:16:55 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 4981 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3198] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:16:55 2026] GET /v2.0/ports?tenant_id=e28f0ccde533438f9aa48223a05a85db&device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 4981 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3199] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:16:55 2026] GET /v2.0/networks?id=8451dfff-787d-4974-8224-00635adec7a5 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3200] 162.253.55.195 () {30 vars in 769 bytes} [Thu Feb 26 23:16:55 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 4981 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3201] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:16:55 2026] GET /v2.0/networks/8451dfff-787d-4974-8224-00635adec7a5?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3202] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:16:55 2026] GET /v2.0/networks/8451dfff-787d-4974-8224-00635adec7a5?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: 1620/3203] 162.253.55.195 () {30 vars in 769 bytes} [Thu Feb 26 23:16:56 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 4981 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:16:57.145 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2bb66f99-f58b-45f7-aa4b-972db62c20ae'] response: {'name': 'network-changed', 'server_uuid': '03de9b24-40c7-401e-a6d4-8525a4be7425', 'tag': '1f10f8db-1c55-48d7-bc04-60c1256827da', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1584/3204] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:16:57 2026] GET /v2.0/ports?tenant_id=e28f0ccde533438f9aa48223a05a85db&device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 4981 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3205] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:16:57 2026] GET /v2.0/networks?id=8451dfff-787d-4974-8224-00635adec7a5 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3206] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:16:57 2026] GET /v2.0/networks/8451dfff-787d-4974-8224-00635adec7a5?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: 1622/3207] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:16:57 2026] GET /v2.0/networks/8451dfff-787d-4974-8224-00635adec7a5?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: 1586/3208] 162.253.55.195 () {30 vars in 769 bytes} [Thu Feb 26 23:16:57 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 4981 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3209] 162.253.55.195 () {34 vars in 975 bytes} [Thu Feb 26 23:16:57 2026] GET /v2.0/ports/1f10f8db-1c55-48d7-bc04-60c1256827da => generated 1116 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3210] 162.253.55.195 () {34 vars in 1060 bytes} [Thu Feb 26 23:16:57 2026] GET /v2.0/ports/1f10f8db-1c55-48d7-bc04-60c1256827da?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3211] 162.253.55.195 () {34 vars in 1016 bytes} [Thu Feb 26 23:16:58 2026] GET /v2.0/networks/8451dfff-787d-4974-8224-00635adec7a5?fields=dns_domain => generated 29 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3212] 162.253.55.195 () {38 vars in 1028 bytes} [Thu Feb 26 23:16:58 2026] PUT /v2.0/ports/1f10f8db-1c55-48d7-bc04-60c1256827da => generated 917 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3213] 162.253.55.195 () {30 vars in 769 bytes} [Thu Feb 26 23:16:58 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 3873 bytes in 51 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-02-26 23:16:59.042 8 INFO neutron_taas.services.taas.taas_plugin [None req-a73c6269-6fb9-4f38-abea-d953bc19813f 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 1f10f8db-1c55-48d7-bc04-60c1256827da 2026-02-26 23:16:59.045 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a73c6269-6fb9-4f38-abea-d953bc19813f 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 1f10f8db-1c55-48d7-bc04-60c1256827da [pid: 8|app: 0|req: 1589/3214] 162.253.55.195 () {32 vars in 759 bytes} [Thu Feb 26 23:16:58 2026] DELETE /v2.0/ports/1f10f8db-1c55-48d7-bc04-60c1256827da => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3215] 162.253.55.195 () {30 vars in 703 bytes} [Thu Feb 26 23:16:59 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: 1590/3216] 162.253.55.195 () {30 vars in 705 bytes} [Thu Feb 26 23:16:59 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: 1627/3217] 162.253.55.195 () {30 vars in 681 bytes} [Thu Feb 26 23:16:59 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: 1591/3218] 162.253.55.195 () {30 vars in 717 bytes} [Thu Feb 26 23:16:59 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: 1628/3219] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 23:16:59 2026] GET /v2.0/subnets/f374b280-ac6c-4099-9132-8fe7f748aff7 => 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: 1592/3220] 162.253.55.195 () {30 vars in 737 bytes} [Thu Feb 26 23:16:59 2026] GET /v2.0/ports/38c180cf-13e4-48e3-9d0a-51e25b4f68d5 => generated 1132 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3221] 162.253.55.195 () {30 vars in 737 bytes} [Thu Feb 26 23:16:59 2026] GET /v2.0/ports/670394e0-c894-412c-b07f-7ba78e163af7 => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3222] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 23:16:59 2026] GET /v2.0/subnets/f374b280-ac6c-4099-9132-8fe7f748aff7 => 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: 1630/3223] 162.253.55.195 () {30 vars in 743 bytes} [Thu Feb 26 23:16:59 2026] GET /v2.0/networks/41907957-5910-4944-9dcb-39cc2a2b57ee => generated 800 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3224] 162.253.55.195 () {30 vars in 737 bytes} [Thu Feb 26 23:16:59 2026] GET /v2.0/ports/38c180cf-13e4-48e3-9d0a-51e25b4f68d5 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3225] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 23:16:59 2026] GET /v2.0/subnets/f374b280-ac6c-4099-9132-8fe7f748aff7 => 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: 1595/3226] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:16:59 2026] GET /v2.0/ports?tenant_id=e28f0ccde533438f9aa48223a05a85db&device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 3873 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3227] 162.253.55.195 () {34 vars in 1226 bytes} [Thu Feb 26 23:16:59 2026] GET /v2.0/networks?id=d417ee4d-007a-4cbb-a444-ba2e642ada8e&id=41907957-5910-4944-9dcb-39cc2a2b57ee&id=1098562f-df9e-4072-956d-fb0965b643d1&id=8451dfff-787d-4974-8224-00635adec7a5 => generated 3097 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3228] 162.253.55.195 () {34 vars in 1062 bytes} [Thu Feb 26 23:16:59 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.222&port_id=1a8fe8d2-9cd0-4602-abe7-a5cb7fef91bf => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3229] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:17:00 2026] GET /v2.0/subnets?id=9cee7d37-59be-4c22-98af-0e16346dcd8a => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3230] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:17:00 2026] GET /v2.0/ports?network_id=d417ee4d-007a-4cbb-a444-ba2e642ada8e&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3231] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:17:00 2026] GET /v2.0/networks/d417ee4d-007a-4cbb-a444-ba2e642ada8e?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3232] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:17:00 2026] GET /v2.0/networks/d417ee4d-007a-4cbb-a444-ba2e642ada8e?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: 1635/3233] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:17:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.156&port_id=670394e0-c894-412c-b07f-7ba78e163af7 => 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: 1599/3234] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:17:00 2026] GET /v2.0/subnets?id=f374b280-ac6c-4099-9132-8fe7f748aff7 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3235] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:17:00 2026] GET /v2.0/ports?network_id=41907957-5910-4944-9dcb-39cc2a2b57ee&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: 1600/3236] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:17:00 2026] GET /v2.0/networks/41907957-5910-4944-9dcb-39cc2a2b57ee?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: 1637/3237] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:17:00 2026] GET /v2.0/networks/41907957-5910-4944-9dcb-39cc2a2b57ee?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: 1601/3238] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:17:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.115&port_id=e2bf99a9-1f6d-4fe1-ac7d-b85aaf89ffb7 => 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: 1638/3239] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:17:00 2026] GET /v2.0/subnets?id=c068f567-0d5c-499b-88e3-c1abbd3fc2b2 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3240] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:17:00 2026] GET /v2.0/ports?network_id=1098562f-df9e-4072-956d-fb0965b643d1&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: 7|app: 0|req: 1639/3241] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:17:00 2026] GET /v2.0/networks/1098562f-df9e-4072-956d-fb0965b643d1?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: 1603/3244] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:17:00 2026] GET /v2.0/networks/1098562f-df9e-4072-956d-fb0965b643d1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3245] 162.253.55.195 () {30 vars in 703 bytes} [Thu Feb 26 23:17:04 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: 1604/3246] 162.253.55.195 () {30 vars in 705 bytes} [Thu Feb 26 23:17:04 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: 1643/3247] 162.253.55.195 () {30 vars in 681 bytes} [Thu Feb 26 23:17:04 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: 1605/3248] 162.253.55.195 () {30 vars in 717 bytes} [Thu Feb 26 23:17:04 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: 1644/3249] 162.253.55.195 () {30 vars in 769 bytes} [Thu Feb 26 23:17:04 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 3873 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3250] 162.253.55.195 () {30 vars in 703 bytes} [Thu Feb 26 23:17:05 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: 1645/3251] 162.253.55.195 () {30 vars in 705 bytes} [Thu Feb 26 23:17:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3252] 162.253.55.195 () {30 vars in 681 bytes} [Thu Feb 26 23:17:05 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: 1646/3253] 162.253.55.195 () {30 vars in 717 bytes} [Thu Feb 26 23:17:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3254] 162.253.55.195 () {30 vars in 737 bytes} [Thu Feb 26 23:17:05 2026] GET /v2.0/ports/e2bf99a9-1f6d-4fe1-ac7d-b85aaf89ffb7 => generated 1291 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3255] 162.253.55.195 () {34 vars in 789 bytes} [Thu Feb 26 23:17:05 2026] PUT /v2.0/ports/e2bf99a9-1f6d-4fe1-ac7d-b85aaf89ffb7 => generated 1080 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:17:05.561 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f377957e-8625-4385-bdf6-164ab6b99cd4'] response: {'name': 'network-changed', 'server_uuid': '03de9b24-40c7-401e-a6d4-8525a4be7425', 'tag': 'e2bf99a9-1f6d-4fe1-ac7d-b85aaf89ffb7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1609/3256] 162.253.55.195 () {30 vars in 743 bytes} [Thu Feb 26 23:17:05 2026] GET /v2.0/networks/1098562f-df9e-4072-956d-fb0965b643d1 => generated 798 bytes in 54 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: 1648/3257] 162.253.55.195 () {30 vars in 769 bytes} [Thu Feb 26 23:17:05 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 3698 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3258] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:17:06 2026] GET /v2.0/ports?tenant_id=e28f0ccde533438f9aa48223a05a85db&device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 3698 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3259] 162.253.55.195 () {30 vars in 769 bytes} [Thu Feb 26 23:17:06 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 3698 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3260] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:17:06 2026] GET /v2.0/networks?id=1098562f-df9e-4072-956d-fb0965b643d1 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3261] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:17:06 2026] GET /v2.0/networks/1098562f-df9e-4072-956d-fb0965b643d1?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: 1612/3262] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:17:06 2026] GET /v2.0/networks/1098562f-df9e-4072-956d-fb0965b643d1?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: 1651/3263] 162.253.55.195 () {30 vars in 769 bytes} [Thu Feb 26 23:17:07 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 3698 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3264] 162.253.55.195 () {34 vars in 975 bytes} [Thu Feb 26 23:17:08 2026] GET /v2.0/ports/e2bf99a9-1f6d-4fe1-ac7d-b85aaf89ffb7 => generated 1116 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3265] 162.253.55.195 () {34 vars in 1060 bytes} [Thu Feb 26 23:17:08 2026] GET /v2.0/ports/e2bf99a9-1f6d-4fe1-ac7d-b85aaf89ffb7?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3266] 162.253.55.195 () {30 vars in 769 bytes} [Thu Feb 26 23:17:08 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 3698 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3267] 162.253.55.195 () {34 vars in 1016 bytes} [Thu Feb 26 23:17:08 2026] GET /v2.0/networks/1098562f-df9e-4072-956d-fb0965b643d1?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3268] 162.253.55.195 () {38 vars in 1028 bytes} [Thu Feb 26 23:17:08 2026] PUT /v2.0/ports/e2bf99a9-1f6d-4fe1-ac7d-b85aaf89ffb7 => generated 917 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3269] 162.253.55.195 () {30 vars in 769 bytes} [Thu Feb 26 23:17:09 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 2590 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 23:17:09.424 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad288841-80f1-4d83-876f-990be5aa6227 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: e2bf99a9-1f6d-4fe1-ac7d-b85aaf89ffb7 2026-02-26 23:17:09.426 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad288841-80f1-4d83-876f-990be5aa6227 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: e2bf99a9-1f6d-4fe1-ac7d-b85aaf89ffb7 [pid: 8|app: 0|req: 1616/3270] 162.253.55.195 () {32 vars in 759 bytes} [Thu Feb 26 23:17:09 2026] DELETE /v2.0/ports/e2bf99a9-1f6d-4fe1-ac7d-b85aaf89ffb7 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3271] 162.253.55.195 () {30 vars in 703 bytes} [Thu Feb 26 23:17:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3272] 162.253.55.195 () {30 vars in 705 bytes} [Thu Feb 26 23:17:09 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: 1656/3273] 162.253.55.195 () {30 vars in 681 bytes} [Thu Feb 26 23:17:09 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3274] 162.253.55.195 () {30 vars in 717 bytes} [Thu Feb 26 23:17:09 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: 1657/3275] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 23:17:09 2026] GET /v2.0/subnets/f374b280-ac6c-4099-9132-8fe7f748aff7 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3276] 162.253.55.195 () {30 vars in 737 bytes} [Thu Feb 26 23:17:09 2026] GET /v2.0/ports/38c180cf-13e4-48e3-9d0a-51e25b4f68d5 => generated 1132 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3277] 162.253.55.195 () {30 vars in 737 bytes} [Thu Feb 26 23:17:09 2026] GET /v2.0/ports/670394e0-c894-412c-b07f-7ba78e163af7 => generated 1350 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3278] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 23:17:09 2026] GET /v2.0/subnets/f374b280-ac6c-4099-9132-8fe7f748aff7 => 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: 1659/3279] 162.253.55.195 () {30 vars in 743 bytes} [Thu Feb 26 23:17:09 2026] GET /v2.0/networks/41907957-5910-4944-9dcb-39cc2a2b57ee => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3280] 162.253.55.195 () {30 vars in 737 bytes} [Thu Feb 26 23:17:09 2026] GET /v2.0/ports/38c180cf-13e4-48e3-9d0a-51e25b4f68d5 => generated 1132 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3281] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 23:17:09 2026] GET /v2.0/subnets/f374b280-ac6c-4099-9132-8fe7f748aff7 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3282] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:17:10 2026] GET /v2.0/ports?tenant_id=e28f0ccde533438f9aa48223a05a85db&device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => 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: 1661/3283] 162.253.55.195 () {34 vars in 1146 bytes} [Thu Feb 26 23:17:10 2026] GET /v2.0/networks?id=d417ee4d-007a-4cbb-a444-ba2e642ada8e&id=41907957-5910-4944-9dcb-39cc2a2b57ee&id=1098562f-df9e-4072-956d-fb0965b643d1 => generated 2311 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3284] 162.253.55.195 () {34 vars in 1062 bytes} [Thu Feb 26 23:17:10 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.222&port_id=1a8fe8d2-9cd0-4602-abe7-a5cb7fef91bf => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3285] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:17:10 2026] GET /v2.0/subnets?id=9cee7d37-59be-4c22-98af-0e16346dcd8a => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3286] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:17:10 2026] GET /v2.0/ports?network_id=d417ee4d-007a-4cbb-a444-ba2e642ada8e&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3287] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:17:10 2026] GET /v2.0/networks/d417ee4d-007a-4cbb-a444-ba2e642ada8e?fields=segments => generated 14 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3288] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:17:10 2026] GET /v2.0/networks/d417ee4d-007a-4cbb-a444-ba2e642ada8e?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: 1664/3289] 162.253.55.195 () {34 vars in 1058 bytes} [Thu Feb 26 23:17:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.156&port_id=670394e0-c894-412c-b07f-7ba78e163af7 => 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: 1626/3290] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:17:10 2026] GET /v2.0/subnets?id=f374b280-ac6c-4099-9132-8fe7f748aff7 => 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: 1665/3291] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:17:10 2026] GET /v2.0/ports?network_id=41907957-5910-4944-9dcb-39cc2a2b57ee&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3292] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:17:10 2026] GET /v2.0/networks/41907957-5910-4944-9dcb-39cc2a2b57ee?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3293] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:17:10 2026] GET /v2.0/networks/41907957-5910-4944-9dcb-39cc2a2b57ee?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: 1629/3296] 162.253.55.195 () {30 vars in 703 bytes} [Thu Feb 26 23:17:21 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: 1668/3297] 162.253.55.195 () {30 vars in 705 bytes} [Thu Feb 26 23:17:21 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: 1630/3298] 162.253.55.195 () {30 vars in 681 bytes} [Thu Feb 26 23:17:21 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: 1669/3299] 162.253.55.195 () {30 vars in 717 bytes} [Thu Feb 26 23:17:21 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-02-26 23:17:21.484 8 INFO neutron.api.v2.resource [None req-57e1cd6a-47c6-424b-a0c4-dd2fd1634c3e 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1631/3300] 162.253.55.195 () {30 vars in 763 bytes} [Thu Feb 26 23:17:21 2026] GET /v2.0/security-groups/lb-219c5eed-ccd9-4c74-8f26-f254379f1868 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3301] 162.253.55.195 () {30 vars in 785 bytes} [Thu Feb 26 23:17:21 2026] GET /v2.0/security-groups?name=lb-219c5eed-ccd9-4c74-8f26-f254379f1868 => generated 2865 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3302] 162.253.55.195 () {30 vars in 815 bytes} [Thu Feb 26 23:17:21 2026] GET /v2.0/security-group-rules?security_group_id=05f7f1bb-6edc-41ec-bf5f-db96671fa8e7 => generated 2334 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3303] 162.253.55.195 () {32 vars in 789 bytes} [Thu Feb 26 23:17:21 2026] DELETE /v2.0/security-group-rules/5d6f0797-753f-46c4-82f2-c70d8984d108 => 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: 1633/3304] 162.253.55.195 () {32 vars in 789 bytes} [Thu Feb 26 23:17:21 2026] DELETE /v2.0/security-group-rules/b767ff51-1fb4-4023-8a7c-33d194b6008a => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:17:25.077 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ec0b0d7-de8c-4f86-a2f6-399eabf4583d 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] TaaS: Handle Delete Port: 128b2dbd-f481-408a-836e-a307c2f16021 2026-02-26 23:17:25.079 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ec0b0d7-de8c-4f86-a2f6-399eabf4583d 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] Tap Mirror: Handle Delete Port: 128b2dbd-f481-408a-836e-a307c2f16021 2026-02-26 23:17:25.269 7 INFO neutron.db.l3_db [None req-1ec0b0d7-de8c-4f86-a2f6-399eabf4583d 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] Floating IP 87f41869-146e-45c1-a8e0-a085cd06df07 disassociated (deleted). External IP: 10.96.250.202, port: 38c180cf-13e4-48e3-9d0a-51e25b4f68d5. [pid: 7|app: 0|req: 1672/3305] 10.0.0.225 () {32 vars in 732 bytes} [Thu Feb 26 23:17:24 2026] DELETE /v2.0/floatingips/87f41869-146e-45c1-a8e0-a085cd06df07 => generated 0 bytes in 617 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:17:25.570 8 INFO neutron.api.v2.resource [None req-356233d0-d38e-4b5a-9196-db2fb6c2ffc6 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1634/3306] 10.0.0.225 () {32 vars in 729 bytes} [Thu Feb 26 23:17:25 2026] GET /v2.0/floatingips/87f41869-146e-45c1-a8e0-a085cd06df07 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3307] 162.253.55.195 () {30 vars in 703 bytes} [Thu Feb 26 23:17:26 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: 1635/3308] 162.253.55.195 () {30 vars in 705 bytes} [Thu Feb 26 23:17:26 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: 1674/3309] 162.253.55.195 () {30 vars in 681 bytes} [Thu Feb 26 23:17:26 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: 1636/3310] 162.253.55.195 () {30 vars in 717 bytes} [Thu Feb 26 23:17:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:17:26.488 7 INFO neutron.api.v2.resource [None req-7ccc11f7-a69b-4a26-8920-d4415d10a932 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1675/3311] 162.253.55.195 () {30 vars in 763 bytes} [Thu Feb 26 23:17:26 2026] GET /v2.0/security-groups/lb-219c5eed-ccd9-4c74-8f26-f254379f1868 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3312] 162.253.55.195 () {30 vars in 785 bytes} [Thu Feb 26 23:17:26 2026] GET /v2.0/security-groups?name=lb-219c5eed-ccd9-4c74-8f26-f254379f1868 => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3313] 162.253.55.195 () {30 vars in 815 bytes} [Thu Feb 26 23:17:26 2026] GET /v2.0/security-group-rules?security_group_id=05f7f1bb-6edc-41ec-bf5f-db96671fa8e7 => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3314] 162.253.55.195 () {30 vars in 703 bytes} [Thu Feb 26 23:17:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3315] 162.253.55.195 () {30 vars in 705 bytes} [Thu Feb 26 23:17:26 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: 1639/3316] 162.253.55.195 () {30 vars in 681 bytes} [Thu Feb 26 23:17:26 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: 1678/3317] 162.253.55.195 () {30 vars in 717 bytes} [Thu Feb 26 23:17:26 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: 1640/3318] 162.253.55.195 () {30 vars in 741 bytes} [Thu Feb 26 23:17:26 2026] GET /v2.0/subnets/f374b280-ac6c-4099-9132-8fe7f748aff7 => 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: 1679/3319] 162.253.55.195 () {30 vars in 769 bytes} [Thu Feb 26 23:17:26 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 2590 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3320] 162.253.55.195 () {30 vars in 769 bytes} [Thu Feb 26 23:17:26 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => 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: 1680/3321] 162.253.55.195 () {30 vars in 769 bytes} [Thu Feb 26 23:17:26 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 2590 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3322] 162.253.55.195 () {30 vars in 769 bytes} [Thu Feb 26 23:17:27 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => 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: 1681/3323] 162.253.55.195 () {34 vars in 975 bytes} [Thu Feb 26 23:17:28 2026] GET /v2.0/ports/670394e0-c894-412c-b07f-7ba78e163af7 => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3324] 162.253.55.195 () {30 vars in 769 bytes} [Thu Feb 26 23:17:28 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => 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: 1682/3325] 162.253.55.195 () {34 vars in 1060 bytes} [Thu Feb 26 23:17:28 2026] GET /v2.0/ports/670394e0-c894-412c-b07f-7ba78e163af7?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3326] 162.253.55.195 () {34 vars in 1016 bytes} [Thu Feb 26 23:17:29 2026] GET /v2.0/networks/41907957-5910-4944-9dcb-39cc2a2b57ee?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3327] 162.253.55.195 () {38 vars in 1028 bytes} [Thu Feb 26 23:17:29 2026] PUT /v2.0/ports/670394e0-c894-412c-b07f-7ba78e163af7 => generated 1151 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3328] 162.253.55.195 () {30 vars in 769 bytes} [Thu Feb 26 23:17:30 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1684/3329] 162.253.55.195 () {34 vars in 789 bytes} [Thu Feb 26 23:17:30 2026] PUT /v2.0/ports/670394e0-c894-412c-b07f-7ba78e163af7 => generated 1090 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3330] 162.253.55.195 () {30 vars in 737 bytes} [Thu Feb 26 23:17:30 2026] GET /v2.0/ports/670394e0-c894-412c-b07f-7ba78e163af7 => generated 1090 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 23:17:30.454 7 INFO neutron_taas.services.taas.taas_plugin [None req-5270292e-92b5-49d1-b1ba-3dc1782d093e 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 670394e0-c894-412c-b07f-7ba78e163af7 2026-02-26 23:17:30.458 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5270292e-92b5-49d1-b1ba-3dc1782d093e 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 670394e0-c894-412c-b07f-7ba78e163af7 [pid: 7|app: 0|req: 1685/3333] 162.253.55.195 () {32 vars in 759 bytes} [Thu Feb 26 23:17:30 2026] DELETE /v2.0/ports/670394e0-c894-412c-b07f-7ba78e163af7 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3334] 162.253.55.195 () {30 vars in 703 bytes} [Thu Feb 26 23:17:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3335] 162.253.55.195 () {30 vars in 705 bytes} [Thu Feb 26 23:17:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3336] 162.253.55.195 () {30 vars in 681 bytes} [Thu Feb 26 23:17:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3337] 162.253.55.195 () {30 vars in 717 bytes} [Thu Feb 26 23:17:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:17:30.809 8 INFO neutron.pecan_wsgi.hooks.translation [None req-317e1b28-a2b8-4889-b992-2240ae62f2d9 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1651/3338] 162.253.55.195 () {32 vars in 759 bytes} [Thu Feb 26 23:17:30 2026] DELETE /v2.0/ports/670394e0-c894-412c-b07f-7ba78e163af7 => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3339] 162.253.55.195 () {30 vars in 737 bytes} [Thu Feb 26 23:17:30 2026] GET /v2.0/ports/38c180cf-13e4-48e3-9d0a-51e25b4f68d5 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:17:30.879 7 INFO neutron.api.v2.resource [None req-27416a11-884a-423c-b774-5a79041d392e 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1689/3340] 162.253.55.195 () {30 vars in 763 bytes} [Thu Feb 26 23:17:30 2026] GET /v2.0/security-groups/lb-219c5eed-ccd9-4c74-8f26-f254379f1868 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3341] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:17:30 2026] GET /v2.0/ports?tenant_id=e28f0ccde533438f9aa48223a05a85db&device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1690/3342] 162.253.55.195 () {30 vars in 785 bytes} [Thu Feb 26 23:17:30 2026] GET /v2.0/security-groups?name=lb-219c5eed-ccd9-4c74-8f26-f254379f1868 => generated 1639 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3343] 162.253.55.195 () {34 vars in 1066 bytes} [Thu Feb 26 23:17:30 2026] GET /v2.0/networks?id=d417ee4d-007a-4cbb-a444-ba2e642ada8e&id=41907957-5910-4944-9dcb-39cc2a2b57ee => generated 1524 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3344] 162.253.55.195 () {30 vars in 737 bytes} [Thu Feb 26 23:17:30 2026] GET /v2.0/ports/38c180cf-13e4-48e3-9d0a-51e25b4f68d5 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3345] 162.253.55.195 () {34 vars in 1062 bytes} [Thu Feb 26 23:17:30 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.222&port_id=1a8fe8d2-9cd0-4602-abe7-a5cb7fef91bf => 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: 1655/3346] 162.253.55.195 () {34 vars in 984 bytes} [Thu Feb 26 23:17:30 2026] GET /v2.0/subnets?id=9cee7d37-59be-4c22-98af-0e16346dcd8a => generated 654 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3347] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:17:31 2026] GET /v2.0/ports?network_id=d417ee4d-007a-4cbb-a444-ba2e642ada8e&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: 1657/3348] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:17:31 2026] GET /v2.0/networks/d417ee4d-007a-4cbb-a444-ba2e642ada8e?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: 1658/3349] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:17:31 2026] GET /v2.0/networks/d417ee4d-007a-4cbb-a444-ba2e642ada8e?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: 1692/3350] 162.253.55.195 () {34 vars in 789 bytes} [Thu Feb 26 23:17:30 2026] PUT /v2.0/ports/38c180cf-13e4-48e3-9d0a-51e25b4f68d5 => generated 1094 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3351] 162.253.55.195 () {32 vars in 779 bytes} [Thu Feb 26 23:17:31 2026] DELETE /v2.0/security-groups/05f7f1bb-6edc-41ec-bf5f-db96671fa8e7 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:17:31.366 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc52fcf3-b3ed-4754-aef7-c929cc3c3e64 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 38c180cf-13e4-48e3-9d0a-51e25b4f68d5 2026-02-26 23:17:31.369 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc52fcf3-b3ed-4754-aef7-c929cc3c3e64 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 38c180cf-13e4-48e3-9d0a-51e25b4f68d5 [pid: 7|app: 0|req: 1693/3352] 162.253.55.195 () {32 vars in 759 bytes} [Thu Feb 26 23:17:31 2026] DELETE /v2.0/ports/38c180cf-13e4-48e3-9d0a-51e25b4f68d5 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3353] 162.253.55.195 () {34 vars in 994 bytes} [Thu Feb 26 23:17:34 2026] GET /v2.0/ports?device_id=03de9b24-40c7-401e-a6d4-8525a4be7425 => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:17:34.340 7 INFO neutron_taas.services.taas.taas_plugin [req-fe1bd86c-8bc6-4354-b6aa-dabc96cd3692 req-ba49f189-419c-4f6d-9537-534a4056a3be 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] TaaS: Handle Delete Port: 1a8fe8d2-9cd0-4602-abe7-a5cb7fef91bf 2026-02-26 23:17:34.344 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fe1bd86c-8bc6-4354-b6aa-dabc96cd3692 req-ba49f189-419c-4f6d-9537-534a4056a3be 72c6fe6874274327b3167f7b4432f9aa e28f0ccde533438f9aa48223a05a85db - - default default] Tap Mirror: Handle Delete Port: 1a8fe8d2-9cd0-4602-abe7-a5cb7fef91bf [pid: 7|app: 0|req: 1694/3354] 162.253.55.195 () {36 vars in 997 bytes} [Thu Feb 26 23:17:34 2026] DELETE /v2.0/ports/1a8fe8d2-9cd0-4602-abe7-a5cb7fef91bf => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:17:34.527 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-603e12cd-9084-4d87-a477-3c7b6811d516'] response: {'server_uuid': '03de9b24-40c7-401e-a6d4-8525a4be7425', 'name': 'network-vif-deleted', 'tag': '1a8fe8d2-9cd0-4602-abe7-a5cb7fef91bf', 'status': 'completed', 'code': 200} 2026-02-26 23:17:35.930 8 INFO neutron_taas.services.taas.taas_plugin [None req-4e2858ed-e9a1-4f77-97cb-09e420d8b555 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] TaaS: Handle Delete Port: f689a79e-d2d4-43e9-8c27-3f98298311c5 2026-02-26 23:17:35.934 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e2858ed-e9a1-4f77-97cb-09e420d8b555 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] Tap Mirror: Handle Delete Port: f689a79e-d2d4-43e9-8c27-3f98298311c5 2026-02-26 23:17:36.544 8 INFO neutron.db.l3_db [None req-4e2858ed-e9a1-4f77-97cb-09e420d8b555 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] Floating IP 242dad92-30ee-4c49-a30a-fc3ae8e0e1ae disassociated (deleted). External IP: 10.96.250.214, port: 35f63cb5-05bb-4295-930d-a8c82c8de664. [pid: 8|app: 0|req: 1661/3355] 10.0.0.225 () {32 vars in 732 bytes} [Thu Feb 26 23:17:35 2026] DELETE /v2.0/floatingips/242dad92-30ee-4c49-a30a-fc3ae8e0e1ae => generated 0 bytes in 1034 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:17:36.820 7 INFO neutron.api.v2.resource [None req-f10bd426-6cee-4f72-88ea-f63306636b08 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1695/3356] 10.0.0.225 () {32 vars in 729 bytes} [Thu Feb 26 23:17:36 2026] GET /v2.0/floatingips/242dad92-30ee-4c49-a30a-fc3ae8e0e1ae => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:17:36.833 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-231717d7-0e53-4b11-873e-4402a5e34326'] response: {'name': 'network-changed', 'server_uuid': '170194c8-ffa7-4241-8b7a-e0006a33a15c', 'tag': '35f63cb5-05bb-4295-930d-a8c82c8de664', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1662/3357] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:17:36 2026] GET /v2.0/ports?device_id=170194c8-ffa7-4241-8b7a-e0006a33a15c => generated 1200 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1696/3358] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:17:37 2026] GET /v2.0/security-groups?id=040cf962-672d-42ef-8695-39638b88cd11&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3359] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:17:37 2026] GET /v2.0/ports?tenant_id=494f981a30da46cba650b903822e768a&device_id=170194c8-ffa7-4241-8b7a-e0006a33a15c => generated 1469 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1697/3360] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:17:37 2026] GET /v2.0/networks?id=8451dfff-787d-4974-8224-00635adec7a5 => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3361] 162.253.55.195 () {34 vars in 1056 bytes} [Thu Feb 26 23:17:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.82&port_id=35f63cb5-05bb-4295-930d-a8c82c8de664 => 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: 1698/3362] 162.253.55.195 () {34 vars in 1106 bytes} [Thu Feb 26 23:17:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A347&port_id=35f63cb5-05bb-4295-930d-a8c82c8de664 => 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: 1665/3363] 162.253.55.195 () {34 vars in 1064 bytes} [Thu Feb 26 23:17:37 2026] GET /v2.0/subnets?id=66f18604-62bf-4f43-9c60-939a20b9db53&id=12c80182-77a6-4f20-99a3-f9e2e85f267e => generated 1413 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1699/3364] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:17:37 2026] GET /v2.0/ports?network_id=8451dfff-787d-4974-8224-00635adec7a5&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3365] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:17:37 2026] GET /v2.0/ports?network_id=8451dfff-787d-4974-8224-00635adec7a5&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1700/3366] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:17:37 2026] GET /v2.0/networks/8451dfff-787d-4974-8224-00635adec7a5?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: 1667/3367] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:17:37 2026] GET /v2.0/networks/8451dfff-787d-4974-8224-00635adec7a5?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: 7|app: 0|req: 1701/3368] 162.253.55.195 () {34 vars in 994 bytes} [Thu Feb 26 23:17:39 2026] GET /v2.0/ports?device_id=170194c8-ffa7-4241-8b7a-e0006a33a15c => generated 1198 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:17:39.553 8 INFO neutron_taas.services.taas.taas_plugin [req-27aff0e4-8e72-4655-a5d0-7f93096e4bd1 req-91311b0a-2582-4ef1-bc9d-26ff8c2580a8 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] TaaS: Handle Delete Port: 35f63cb5-05bb-4295-930d-a8c82c8de664 2026-02-26 23:17:39.556 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-27aff0e4-8e72-4655-a5d0-7f93096e4bd1 req-91311b0a-2582-4ef1-bc9d-26ff8c2580a8 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] Tap Mirror: Handle Delete Port: 35f63cb5-05bb-4295-930d-a8c82c8de664 [pid: 8|app: 0|req: 1668/3369] 162.253.55.195 () {36 vars in 997 bytes} [Thu Feb 26 23:17:39 2026] DELETE /v2.0/ports/35f63cb5-05bb-4295-930d-a8c82c8de664 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:17:39.781 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f45ded1d-af13-4347-81bc-5c6e985b5749'] response: {'server_uuid': '170194c8-ffa7-4241-8b7a-e0006a33a15c', 'name': 'network-vif-deleted', 'tag': '35f63cb5-05bb-4295-930d-a8c82c8de664', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1702/3370] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:17:42 2026] GET /v2.0/ports?device_id=170194c8-ffa7-4241-8b7a-e0006a33a15c => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:17:47.409 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f576111-b320-4049-aaea-37ced1afd490 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] TaaS: Handle Delete Port: 24148bec-de9d-4905-9337-0e1c43f27ab1 2026-02-26 23:17:47.412 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f576111-b320-4049-aaea-37ced1afd490 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] Tap Mirror: Handle Delete Port: 24148bec-de9d-4905-9337-0e1c43f27ab1 2026-02-26 23:17:47.563 7 INFO neutron.db.l3_db [None req-6f576111-b320-4049-aaea-37ced1afd490 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] Floating IP eaeba551-6832-415d-a65e-2d6d45f621dd disassociated (deleted). External IP: 10.96.250.207, port: f372517e-8a0d-4dfe-b907-a0934ac1a860. [pid: 7|app: 0|req: 1704/3373] 10.0.0.225 () {32 vars in 732 bytes} [Thu Feb 26 23:17:47 2026] DELETE /v2.0/floatingips/eaeba551-6832-415d-a65e-2d6d45f621dd => generated 0 bytes in 545 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:17:47.858 8 INFO neutron.api.v2.resource [None req-b12008f3-2967-4663-9340-0d5fdb9c0e09 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1670/3374] 10.0.0.225 () {32 vars in 729 bytes} [Thu Feb 26 23:17:47 2026] GET /v2.0/floatingips/eaeba551-6832-415d-a65e-2d6d45f621dd => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:17:47.912 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f509d46-5116-46b8-9477-7e90243ef676'] response: {'name': 'network-changed', 'server_uuid': 'ebb40048-9ae6-49ef-ae1a-54ad0aaaf47d', 'tag': 'f372517e-8a0d-4dfe-b907-a0934ac1a860', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1705/3375] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:17:48 2026] GET /v2.0/ports?device_id=ebb40048-9ae6-49ef-ae1a-54ad0aaaf47d => generated 1196 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1671/3376] 10.0.0.179 () {34 vars in 1040 bytes} [Thu Feb 26 23:17:48 2026] GET /v2.0/security-groups?id=040cf962-672d-42ef-8695-39638b88cd11&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1706/3377] 162.253.55.195 () {34 vars in 1080 bytes} [Thu Feb 26 23:17:48 2026] GET /v2.0/ports?tenant_id=494f981a30da46cba650b903822e768a&device_id=ebb40048-9ae6-49ef-ae1a-54ad0aaaf47d => generated 1465 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3378] 162.253.55.195 () {34 vars in 986 bytes} [Thu Feb 26 23:17:48 2026] GET /v2.0/networks?id=1098562f-df9e-4072-956d-fb0965b643d1 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1707/3379] 162.253.55.195 () {34 vars in 1056 bytes} [Thu Feb 26 23:17:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.89&port_id=f372517e-8a0d-4dfe-b907-a0934ac1a860 => 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: 1673/3380] 162.253.55.195 () {34 vars in 1104 bytes} [Thu Feb 26 23:17:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A143&port_id=f372517e-8a0d-4dfe-b907-a0934ac1a860 => 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: 1708/3381] 162.253.55.195 () {34 vars in 1064 bytes} [Thu Feb 26 23:17:48 2026] GET /v2.0/subnets?id=c068f567-0d5c-499b-88e3-c1abbd3fc2b2&id=9f351c1f-5016-4b01-b8a6-347e417665e2 => 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: 1674/3382] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:17:48 2026] GET /v2.0/ports?network_id=1098562f-df9e-4072-956d-fb0965b643d1&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: 1709/3383] 162.253.55.195 () {34 vars in 1052 bytes} [Thu Feb 26 23:17:48 2026] GET /v2.0/ports?network_id=1098562f-df9e-4072-956d-fb0965b643d1&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1675/3384] 162.253.55.195 () {34 vars in 1012 bytes} [Thu Feb 26 23:17:48 2026] GET /v2.0/networks/1098562f-df9e-4072-956d-fb0965b643d1?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: 1710/3385] 162.253.55.195 () {34 vars in 1112 bytes} [Thu Feb 26 23:17:48 2026] GET /v2.0/networks/1098562f-df9e-4072-956d-fb0965b643d1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3386] 162.253.55.195 () {34 vars in 994 bytes} [Thu Feb 26 23:17:50 2026] GET /v2.0/ports?device_id=ebb40048-9ae6-49ef-ae1a-54ad0aaaf47d => generated 1196 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:17:50.664 7 INFO neutron_taas.services.taas.taas_plugin [req-05d351f0-819e-46d9-b764-2002f6e21880 req-93558e59-8b45-46ee-8def-fcdfe1ed5e7c 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] TaaS: Handle Delete Port: f372517e-8a0d-4dfe-b907-a0934ac1a860 2026-02-26 23:17:50.669 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-05d351f0-819e-46d9-b764-2002f6e21880 req-93558e59-8b45-46ee-8def-fcdfe1ed5e7c 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] Tap Mirror: Handle Delete Port: f372517e-8a0d-4dfe-b907-a0934ac1a860 [pid: 7|app: 0|req: 1711/3387] 162.253.55.195 () {36 vars in 997 bytes} [Thu Feb 26 23:17:50 2026] DELETE /v2.0/ports/f372517e-8a0d-4dfe-b907-a0934ac1a860 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:17:50.925 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c70e9698-82d3-45ce-880d-01eea048f5d8'] response: {'server_uuid': 'ebb40048-9ae6-49ef-ae1a-54ad0aaaf47d', 'name': 'network-vif-deleted', 'tag': 'f372517e-8a0d-4dfe-b907-a0934ac1a860', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1677/3388] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 23:17:51 2026] GET /v2.0/networks => generated 5226 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1712/3389] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 23:17:52 2026] GET /v2.0/network-ip-availabilities => generated 3614 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3390] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:17:52 2026] GET /v2.0/floatingips => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1713/3391] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:17:52 2026] GET /v2.0/routers => generated 728 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1714/3392] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 23:17:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3393] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:17:52 2026] GET /v2.0/ports?device_id=ebb40048-9ae6-49ef-ae1a-54ad0aaaf47d => 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: 1715/3394] 10.0.0.23 () {28 vars in 676 bytes} [Thu Feb 26 23:17:52 2026] GET /v2.0/routers/5ed74ca9-5f6d-4ac8-bb83-09500b345502/l3-agents => generated 681 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3395] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 23:17:52 2026] GET /v2.0/agents => generated 3386 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1716/3396] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 23:17:52 2026] GET /v2.0/security-groups => generated 28652 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3397] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:17:52 2026] GET /v2.0/subnets => generated 6133 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1717/3398] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 23:17:52 2026] GET /v2.0/ports => generated 15057 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1682/3399] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:17:52 2026] GET /v2.0/subnets => generated 6133 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1718/3400] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:17:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3401] 10.0.0.179 () {34 vars in 990 bytes} [Thu Feb 26 23:17:53 2026] GET /v2.0/ports?device_id=ebb40048-9ae6-49ef-ae1a-54ad0aaaf47d => 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: 1719/3402] 10.0.0.225 () {32 vars in 750 bytes} [Thu Feb 26 23:17:58 2026] DELETE /v2.0/security-group-rules/372001f1-2b1a-4fb6-bfe4-a098d5b4a21a => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:17:58.357 8 INFO neutron.api.v2.resource [None req-12da8993-59ab-432c-992e-a69b8902c50e 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1684/3403] 10.0.0.225 () {32 vars in 747 bytes} [Thu Feb 26 23:17:58 2026] GET /v2.0/security-group-rules/372001f1-2b1a-4fb6-bfe4-a098d5b4a21a => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1720/3404] 10.0.0.225 () {32 vars in 750 bytes} [Thu Feb 26 23:17:58 2026] DELETE /v2.0/security-group-rules/e7a460d1-3e4b-4259-92a7-3de40446e9ae => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:17:58.438 8 INFO neutron.api.v2.resource [None req-7fe24377-dded-48ed-b453-8f831d082cbb 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1685/3405] 10.0.0.225 () {32 vars in 747 bytes} [Thu Feb 26 23:17:58 2026] GET /v2.0/security-group-rules/e7a460d1-3e4b-4259-92a7-3de40446e9ae => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1721/3406] 10.0.0.225 () {32 vars in 750 bytes} [Thu Feb 26 23:17:58 2026] DELETE /v2.0/security-group-rules/d6e6974f-138a-44e8-8cfd-5842853d3098 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:17:58.510 8 INFO neutron.api.v2.resource [None req-d4d64aba-664b-49dd-ac21-43c0141977ab 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1686/3407] 10.0.0.225 () {32 vars in 747 bytes} [Thu Feb 26 23:17:58 2026] GET /v2.0/security-group-rules/d6e6974f-138a-44e8-8cfd-5842853d3098 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1722/3408] 10.0.0.225 () {32 vars in 750 bytes} [Thu Feb 26 23:17:58 2026] DELETE /v2.0/security-group-rules/8b8fa20c-dc29-482c-af00-8d4cf3449414 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:17:58.579 8 INFO neutron.api.v2.resource [None req-8bb6a6fe-bfd7-41a6-a165-f18a9212c994 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1687/3409] 10.0.0.225 () {32 vars in 747 bytes} [Thu Feb 26 23:17:58 2026] GET /v2.0/security-group-rules/8b8fa20c-dc29-482c-af00-8d4cf3449414 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1723/3410] 10.0.0.225 () {32 vars in 750 bytes} [Thu Feb 26 23:17:58 2026] DELETE /v2.0/security-group-rules/31ff464b-f077-4b62-aa7a-76ea761bb50f => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:17:58.638 8 INFO neutron.api.v2.resource [None req-cebd47d0-f196-4717-9f36-cbeddb8baeed 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1688/3411] 10.0.0.225 () {32 vars in 747 bytes} [Thu Feb 26 23:17:58 2026] GET /v2.0/security-group-rules/31ff464b-f077-4b62-aa7a-76ea761bb50f => generated 155 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1724/3412] 10.0.0.225 () {32 vars in 750 bytes} [Thu Feb 26 23:17:58 2026] DELETE /v2.0/security-group-rules/b1687aa5-e931-4fb7-b062-bf59d211b442 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:17:58.717 8 INFO neutron.api.v2.resource [None req-16866bc5-8979-47d3-b536-3ea6cdfc921e 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1689/3413] 10.0.0.225 () {32 vars in 747 bytes} [Thu Feb 26 23:17:58 2026] GET /v2.0/security-group-rules/b1687aa5-e931-4fb7-b062-bf59d211b442 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1725/3414] 10.0.0.225 () {32 vars in 750 bytes} [Thu Feb 26 23:17:58 2026] DELETE /v2.0/security-group-rules/af38c364-ffcf-491e-b87d-c830f3057b17 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:17:58.795 8 INFO neutron.api.v2.resource [None req-98197e20-d737-4f73-9d97-84de958f1ccf 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1690/3415] 10.0.0.225 () {32 vars in 747 bytes} [Thu Feb 26 23:17:58 2026] GET /v2.0/security-group-rules/af38c364-ffcf-491e-b87d-c830f3057b17 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1726/3416] 10.0.0.225 () {32 vars in 750 bytes} [Thu Feb 26 23:17:58 2026] DELETE /v2.0/security-group-rules/61900c30-ac85-4cbe-9c2f-db21279beec0 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:17:58.868 8 INFO neutron.api.v2.resource [None req-009db199-83c4-4213-b307-f6e9e708ef9b 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1691/3417] 10.0.0.225 () {32 vars in 747 bytes} [Thu Feb 26 23:17:58 2026] GET /v2.0/security-group-rules/61900c30-ac85-4cbe-9c2f-db21279beec0 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1727/3418] 10.0.0.225 () {32 vars in 750 bytes} [Thu Feb 26 23:17:58 2026] DELETE /v2.0/security-group-rules/06066077-dcf1-436a-8046-e7654efe2552 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:17:58.938 8 INFO neutron.api.v2.resource [None req-2259baec-678f-47c2-b492-014785ca81ab 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1692/3419] 10.0.0.225 () {32 vars in 747 bytes} [Thu Feb 26 23:17:58 2026] GET /v2.0/security-group-rules/06066077-dcf1-436a-8046-e7654efe2552 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1728/3420] 10.0.0.225 () {32 vars in 750 bytes} [Thu Feb 26 23:17:58 2026] DELETE /v2.0/security-group-rules/6c30bada-cd82-4959-b55b-18fd9d069387 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:17:59.015 8 INFO neutron.api.v2.resource [None req-d4d61c51-cdd1-4e5a-b271-0faa777db2bd 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1693/3421] 10.0.0.225 () {32 vars in 747 bytes} [Thu Feb 26 23:17:59 2026] GET /v2.0/security-group-rules/6c30bada-cd82-4959-b55b-18fd9d069387 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1729/3422] 10.0.0.225 () {32 vars in 750 bytes} [Thu Feb 26 23:17:59 2026] DELETE /v2.0/security-group-rules/cfa6cfc7-560a-4182-8d45-f2855a89c89a => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:17:59.092 8 INFO neutron.api.v2.resource [None req-d52e6722-5bd0-47f9-8dd3-50fcc8d22194 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1694/3423] 10.0.0.225 () {32 vars in 747 bytes} [Thu Feb 26 23:17:59 2026] GET /v2.0/security-group-rules/cfa6cfc7-560a-4182-8d45-f2855a89c89a => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1730/3424] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:17:59 2026] DELETE /v2.0/security-groups/040cf962-672d-42ef-8695-39638b88cd11 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:17:59.185 8 INFO neutron.api.v2.resource [None req-ebaf3c17-b5a0-4d4a-a144-2704227612bd 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1695/3425] 10.0.0.225 () {32 vars in 737 bytes} [Thu Feb 26 23:17:59 2026] GET /v2.0/security-groups/040cf962-672d-42ef-8695-39638b88cd11 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:17:59.590 7 INFO neutron_taas.services.taas.taas_plugin [None req-482b3fe8-d5a6-465d-a58c-1da49e73f12a 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] TaaS: Handle Delete Port: a0fbd4d8-e1c6-47ab-bf86-e2f534e17b6c 2026-02-26 23:17:59.593 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-482b3fe8-d5a6-465d-a58c-1da49e73f12a 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] Tap Mirror: Handle Delete Port: a0fbd4d8-e1c6-47ab-bf86-e2f534e17b6c [pid: 7|app: 0|req: 1731/3426] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:17:59 2026] PUT /v2.0/routers/5ed74ca9-5f6d-4ac8-bb83-09500b345502/remove_router_interface => generated 309 bytes in 905 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:18:00.269 8 INFO neutron.api.v2.resource [None req-31a81440-df57-411e-831e-53401285e0ec 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1696/3427] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:18:00 2026] PUT /v2.0/routers/5ed74ca9-5f6d-4ac8-bb83-09500b345502/remove_router_interface => generated 198 bytes in 131 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:18:00.679 7 INFO neutron_taas.services.taas.taas_plugin [None req-f08d701e-5aa8-4f36-825a-4e53e6224ed6 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] TaaS: Handle Delete Port: 4783c1c3-9aed-49a5-88be-d51e3c8e5614 2026-02-26 23:18:00.683 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f08d701e-5aa8-4f36-825a-4e53e6224ed6 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] Tap Mirror: Handle Delete Port: 4783c1c3-9aed-49a5-88be-d51e3c8e5614 [pid: 7|app: 0|req: 1732/3430] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:18:00 2026] PUT /v2.0/routers/5ed74ca9-5f6d-4ac8-bb83-09500b345502/remove_router_interface => generated 309 bytes in 993 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:18:01.408 8 INFO neutron.api.v2.resource [None req-36bf955a-dbf3-4d28-9c40-f15a8adee5a8 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1699/3431] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:18:01 2026] PUT /v2.0/routers/5ed74ca9-5f6d-4ac8-bb83-09500b345502/remove_router_interface => generated 198 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:18:01.771 7 INFO neutron_taas.services.taas.taas_plugin [None req-e24dc46e-3402-459f-bf03-ddc777c0efb6 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] TaaS: Handle Delete Port: f6aec1f3-539e-4ec1-890c-e1439e2ddaa8 2026-02-26 23:18:01.773 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e24dc46e-3402-459f-bf03-ddc777c0efb6 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] Tap Mirror: Handle Delete Port: f6aec1f3-539e-4ec1-890c-e1439e2ddaa8 [pid: 7|app: 0|req: 1733/3432] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:18:01 2026] PUT /v2.0/routers/5ed74ca9-5f6d-4ac8-bb83-09500b345502/remove_router_interface => generated 309 bytes in 874 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 23:18:02.420 8 INFO neutron.api.v2.resource [None req-d1646c24-e42f-4139-b330-41e74d18c47b 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1700/3433] 10.0.0.225 () {34 vars in 789 bytes} [Thu Feb 26 23:18:02 2026] PUT /v2.0/routers/5ed74ca9-5f6d-4ac8-bb83-09500b345502/remove_router_interface => generated 198 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:18:02.617 7 INFO neutron_taas.services.taas.taas_plugin [None req-441e6ce2-1faf-4f27-b2c5-f6cc9cf6a9e4 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] TaaS: Handle Delete Port: 66ba481d-3cda-448e-87d5-e469c22f8551 2026-02-26 23:18:02.620 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-441e6ce2-1faf-4f27-b2c5-f6cc9cf6a9e4 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] Tap Mirror: Handle Delete Port: 66ba481d-3cda-448e-87d5-e469c22f8551 2026-02-26 23:18:02.860 7 INFO neutron_taas.services.taas.taas_plugin [None req-441e6ce2-1faf-4f27-b2c5-f6cc9cf6a9e4 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] TaaS: Handle Delete Port: 3b04e77c-a555-4a58-9a09-1dd9303f8166 2026-02-26 23:18:02.863 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-441e6ce2-1faf-4f27-b2c5-f6cc9cf6a9e4 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] Tap Mirror: Handle Delete Port: 3b04e77c-a555-4a58-9a09-1dd9303f8166 2026-02-26 23:18:03.242 7 INFO neutron.db.l3_hamode_db [None req-441e6ce2-1faf-4f27-b2c5-f6cc9cf6a9e4 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] HA network 054d3796-3fa3-4c3e-b5d1-e6d452104d72 was deleted as no HA routers are present in tenant 494f981a30da46cba650b903822e768a. [pid: 7|app: 0|req: 1734/3434] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:18:02 2026] DELETE /v2.0/routers/5ed74ca9-5f6d-4ac8-bb83-09500b345502 => generated 0 bytes in 825 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:18:03.251 7 INFO neutron.services.segments.plugin [-] Segment 2a47c455-53f1-4a7d-9657-7e74a2a2ee5d resource provider aggregate not found 2026-02-26 23:18:03.261 7 INFO neutron.services.segments.plugin [-] Segment 2a47c455-53f1-4a7d-9657-7e74a2a2ee5d resource provider aggregate not found 2026-02-26 23:18:03.267 7 INFO neutron.services.segments.plugin [-] Segment 2a47c455-53f1-4a7d-9657-7e74a2a2ee5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a47c455-53f1-4a7d-9657-7e74a2a2ee5d found for delete ", "request_id": "req-fdba198e-2e09-4cc7-84a5-a64845d80a2e"}]} 2026-02-26 23:18:03.270 8 INFO neutron.api.v2.resource [None req-7b8ed863-bbc7-47d1-b047-cc82884c6e26 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1701/3435] 10.0.0.225 () {32 vars in 721 bytes} [Thu Feb 26 23:18:03 2026] GET /v2.0/routers/5ed74ca9-5f6d-4ac8-bb83-09500b345502 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:18:03.282 7 INFO neutron.services.segments.plugin [-] Segment 2a47c455-53f1-4a7d-9657-7e74a2a2ee5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a47c455-53f1-4a7d-9657-7e74a2a2ee5d found for delete ", "request_id": "req-2337d91c-fc45-420f-a4b1-751e2e1c634e"}]} [pid: 7|app: 0|req: 1735/3436] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:18:03 2026] DELETE /v2.0/subnets/66f18604-62bf-4f43-9c60-939a20b9db53 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:18:03.465 8 INFO neutron.pecan_wsgi.hooks.translation [None req-71b98273-9231-4a7c-a96a-164ce42d2070 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1702/3437] 10.0.0.225 () {32 vars in 721 bytes} [Thu Feb 26 23:18:03 2026] GET /v2.0/subnets/66f18604-62bf-4f43-9c60-939a20b9db53 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1736/3438] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:18:03 2026] DELETE /v2.0/subnets/12c80182-77a6-4f20-99a3-f9e2e85f267e => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:18:03.637 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6f39ec32-03ab-46e6-8dc2-68dcc98c3a9a 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1703/3439] 10.0.0.225 () {32 vars in 721 bytes} [Thu Feb 26 23:18:03 2026] GET /v2.0/subnets/12c80182-77a6-4f20-99a3-f9e2e85f267e => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:18:03.733 7 INFO neutron_taas.services.taas.taas_plugin [None req-67d2878c-feab-4dee-9656-93a55883e495 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] TaaS: Handle Delete Port: 50526869-f9be-43cf-97d2-f6d74b36be90 2026-02-26 23:18:03.736 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67d2878c-feab-4dee-9656-93a55883e495 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] Tap Mirror: Handle Delete Port: 50526869-f9be-43cf-97d2-f6d74b36be90 [pid: 7|app: 0|req: 1737/3440] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:18:03 2026] DELETE /v2.0/networks/8451dfff-787d-4974-8224-00635adec7a5 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:18:03.943 8 INFO neutron.pecan_wsgi.hooks.translation [None req-650b9b07-35c2-4f3d-a669-e2d5547245b5 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1704/3441] 10.0.0.225 () {32 vars in 723 bytes} [Thu Feb 26 23:18:03 2026] GET /v2.0/networks/8451dfff-787d-4974-8224-00635adec7a5 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1738/3442] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:18:03 2026] DELETE /v2.0/subnets/9f351c1f-5016-4b01-b8a6-347e417665e2 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:18:04.130 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4aa1c470-08fe-44f2-883a-31bdf9ba92d3 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1705/3443] 10.0.0.225 () {32 vars in 721 bytes} [Thu Feb 26 23:18:04 2026] GET /v2.0/subnets/9f351c1f-5016-4b01-b8a6-347e417665e2 => 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: 1739/3444] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:18:04 2026] DELETE /v2.0/subnets/c068f567-0d5c-499b-88e3-c1abbd3fc2b2 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:18:04.297 8 INFO neutron.pecan_wsgi.hooks.translation [None req-987c55b1-0058-42d7-8687-6687cbde812f 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1706/3445] 10.0.0.225 () {32 vars in 721 bytes} [Thu Feb 26 23:18:04 2026] GET /v2.0/subnets/c068f567-0d5c-499b-88e3-c1abbd3fc2b2 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:18:04.388 7 INFO neutron_taas.services.taas.taas_plugin [None req-c08dc015-5ffa-445d-b567-04cbc5584ca8 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] TaaS: Handle Delete Port: c640bd52-54a0-44a3-86e1-01812ae479e6 2026-02-26 23:18:04.390 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c08dc015-5ffa-445d-b567-04cbc5584ca8 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] Tap Mirror: Handle Delete Port: c640bd52-54a0-44a3-86e1-01812ae479e6 [pid: 7|app: 0|req: 1740/3446] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:18:04 2026] DELETE /v2.0/networks/1098562f-df9e-4072-956d-fb0965b643d1 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:18:04.596 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c98418d4-c887-453d-9a58-8f4dcfb742a4 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1707/3447] 10.0.0.225 () {32 vars in 723 bytes} [Thu Feb 26 23:18:04 2026] GET /v2.0/networks/1098562f-df9e-4072-956d-fb0965b643d1 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1741/3448] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:18:04 2026] DELETE /v2.0/subnets/71682cbc-ddd3-46b7-be07-e86beca9cfb9 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:18:04.778 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b9daab1e-90c0-491b-8b87-0a5097183786 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1708/3449] 10.0.0.225 () {32 vars in 721 bytes} [Thu Feb 26 23:18:04 2026] GET /v2.0/subnets/71682cbc-ddd3-46b7-be07-e86beca9cfb9 => 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: 1742/3450] 10.0.0.225 () {32 vars in 724 bytes} [Thu Feb 26 23:18:04 2026] DELETE /v2.0/subnets/f374b280-ac6c-4099-9132-8fe7f748aff7 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:18:04.935 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5f688d92-9ff8-4a7f-aaf7-9a5a4c33b105 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1709/3451] 10.0.0.225 () {32 vars in 721 bytes} [Thu Feb 26 23:18:04 2026] GET /v2.0/subnets/f374b280-ac6c-4099-9132-8fe7f748aff7 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:18:05.039 7 INFO neutron_taas.services.taas.taas_plugin [None req-a6315610-31a5-4592-90f0-5884c4468d8d 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] TaaS: Handle Delete Port: 3b997bc5-3b16-4bcc-91a5-80a7a41baa29 2026-02-26 23:18:05.041 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6315610-31a5-4592-90f0-5884c4468d8d 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] Tap Mirror: Handle Delete Port: 3b997bc5-3b16-4bcc-91a5-80a7a41baa29 [pid: 7|app: 0|req: 1743/3452] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:18:04 2026] DELETE /v2.0/networks/41907957-5910-4944-9dcb-39cc2a2b57ee => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:18:05.247 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b66251ae-2fd2-44e3-9303-b6d45f4aa444 4b7474e8169e4092bb6576c4eae28727 494f981a30da46cba650b903822e768a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1710/3453] 10.0.0.225 () {32 vars in 723 bytes} [Thu Feb 26 23:18:05 2026] GET /v2.0/networks/41907957-5910-4944-9dcb-39cc2a2b57ee => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 23:18:05.284 7 INFO neutron.services.segments.plugin [-] Segment 459e22fa-bc3d-40bd-8c9b-a6ffbc45f83e resource provider aggregate not found 2026-02-26 23:18:05.298 7 INFO neutron.services.segments.plugin [-] Segment 459e22fa-bc3d-40bd-8c9b-a6ffbc45f83e resource provider aggregate not found 2026-02-26 23:18:05.303 7 INFO neutron.services.segments.plugin [-] Segment 459e22fa-bc3d-40bd-8c9b-a6ffbc45f83e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 459e22fa-bc3d-40bd-8c9b-a6ffbc45f83e found for delete ", "request_id": "req-24249250-e519-4c1f-9d69-9f5a23e53e0a"}]} 2026-02-26 23:18:05.313 7 INFO neutron.services.segments.plugin [-] Segment fed12c19-3cce-4fd5-b2d4-d32e4de64880 resource provider aggregate not found 2026-02-26 23:18:05.315 7 INFO neutron.services.segments.plugin [-] Segment 459e22fa-bc3d-40bd-8c9b-a6ffbc45f83e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 459e22fa-bc3d-40bd-8c9b-a6ffbc45f83e found for delete ", "request_id": "req-27d3a5c2-5bd4-4e84-a596-77c6c039d924"}]} 2026-02-26 23:18:05.328 7 INFO neutron.services.segments.plugin [-] Segment fed12c19-3cce-4fd5-b2d4-d32e4de64880 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fed12c19-3cce-4fd5-b2d4-d32e4de64880 found for delete ", "request_id": "req-679af8cd-b065-4085-8a5f-246de25b9f3c"}]} 2026-02-26 23:18:05.332 7 INFO neutron.services.segments.plugin [-] Segment fed12c19-3cce-4fd5-b2d4-d32e4de64880 resource provider aggregate not found 2026-02-26 23:18:05.348 7 INFO neutron.services.segments.plugin [-] Segment e90c3b2c-c81f-42ac-a23a-a6aa032d2cb5 resource provider aggregate not found 2026-02-26 23:18:05.353 7 INFO neutron.services.segments.plugin [-] Segment fed12c19-3cce-4fd5-b2d4-d32e4de64880 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fed12c19-3cce-4fd5-b2d4-d32e4de64880 found for delete ", "request_id": "req-b11167eb-ffe6-4960-8cee-632e8b1b24cc"}]} 2026-02-26 23:18:05.367 7 INFO neutron.services.segments.plugin [-] Segment e90c3b2c-c81f-42ac-a23a-a6aa032d2cb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e90c3b2c-c81f-42ac-a23a-a6aa032d2cb5 found for delete ", "request_id": "req-e261cb70-2b55-4d7e-96a6-6987bb951ad7"}]} 2026-02-26 23:18:05.369 7 INFO neutron.services.segments.plugin [-] Segment e90c3b2c-c81f-42ac-a23a-a6aa032d2cb5 resource provider aggregate not found 2026-02-26 23:18:05.381 7 INFO neutron.services.segments.plugin [-] Segment e90c3b2c-c81f-42ac-a23a-a6aa032d2cb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e90c3b2c-c81f-42ac-a23a-a6aa032d2cb5 found for delete ", "request_id": "req-6bba42e8-7ca9-44e0-9d38-3dbe3edc41c6"}]} [pid: 7|app: 0|req: 1744/3454] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:18:06 2026] GET /v2.0/security-groups?tenant_id=f0ba6d0711ab458da4f50805043d6e63&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: 1711/3455] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:18:07 2026] DELETE /v2.0/security-groups/231940fb-fcb7-4358-beda-8647d5949b8e => 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: 1745/3456] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:18:07 2026] GET /v2.0/security-groups?tenant_id=494f981a30da46cba650b903822e768a&name=default => generated 2929 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1712/3457] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:18:07 2026] DELETE /v2.0/security-groups/b260475c-c53a-4d39-aaed-cbd7f4406d98 => 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: 1746/3458] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:18:07 2026] GET /v2.0/security-groups?tenant_id=d88daa8323e149d1b3fd0f0589fdc5e4&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: 1713/3459] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:18:07 2026] DELETE /v2.0/security-groups/a183c70c-21af-4e84-9bc7-069c0a82f8e2 => 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: 1747/3460] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:18:07 2026] GET /v2.0/security-groups?tenant_id=95a5c1f3b0f04595a9399c7aeb717ae4&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1714/3461] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:18:08 2026] DELETE /v2.0/security-groups/503ea653-9736-49e1-b788-a1f00d45ca13 => 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: 1748/3462] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:18:08 2026] GET /v2.0/security-groups?tenant_id=5953a039a7d84adc9d978a25b86568e2&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1715/3463] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:18:08 2026] DELETE /v2.0/security-groups/46ebc753-c502-44f0-8214-7668df3749c6 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1749/3464] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:18:08 2026] GET /v2.0/security-groups?tenant_id=c6cab3e5b9694ebdb618bc4c2e9ec2b5&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1716/3465] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:18:08 2026] DELETE /v2.0/security-groups/1d3237cd-ede9-4f86-8257-d119e4e19319 => 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: 1750/3466] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:18:08 2026] GET /v2.0/security-groups?tenant_id=69d169e04a1649d48f529c2ce5b94b88&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1717/3467] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:18:09 2026] DELETE /v2.0/security-groups/23f1323b-df03-45a9-8d2b-614183eac26b => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:18:13.283 7 INFO neutron.db.segments_db [None req-f28e69cf-e888-4854-adad-5ff75104856d 690e7d2688244890ae198638b8c93a29 a510b112e4f64ae28f64e4f99db7dba6 - - default default] Added segment 57a2d0ee-b3c4-476c-82a5-62182e142c3c of type vxlan for network bee9861a-0a36-44de-a86c-78482838b535 [pid: 7|app: 0|req: 1751/3468] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:18:12 2026] POST /v2.0/networks => generated 613 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1718/3469] 10.0.0.225 () {34 vars in 664 bytes} [Thu Feb 26 23:18:13 2026] POST /v2.0/ports => generated 743 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:18:13.684 7 INFO neutron.db.segments_db [None req-d93908dc-df82-4941-b783-20e370875f8f 690e7d2688244890ae198638b8c93a29 a510b112e4f64ae28f64e4f99db7dba6 - - default default] Added segment 8c059ef9-4ff7-4b6f-92d6-0ec16daa6e13 of type vxlan for network 9aa0fb98-6ecc-447e-afe3-39cf8a0696c2 [pid: 7|app: 0|req: 1752/3470] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:18:13 2026] POST /v2.0/networks => generated 612 bytes in 139 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: 1719/3471] 10.0.0.225 () {34 vars in 664 bytes} [Thu Feb 26 23:18:13 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) 2026-02-26 23:18:14.105 7 INFO neutron.db.segments_db [None req-d16eba77-5d7e-4d56-aeff-5ebcb35362d5 690e7d2688244890ae198638b8c93a29 a510b112e4f64ae28f64e4f99db7dba6 - - default default] Added segment ecc4ecca-70df-4d09-bda0-8a0e212a352d of type vxlan for network 8efa22f9-1de8-410e-9eff-1d56dd9e7ecb [pid: 7|app: 0|req: 1753/3472] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:18:14 2026] POST /v2.0/networks => generated 612 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1720/3473] 10.0.0.225 () {34 vars in 664 bytes} [Thu Feb 26 23:18:14 2026] POST /v2.0/ports => generated 743 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:18:14.525 7 INFO neutron.db.segments_db [None req-9caf516f-b354-4e72-a734-8e45647e4cf0 690e7d2688244890ae198638b8c93a29 a510b112e4f64ae28f64e4f99db7dba6 - - default default] Added segment 607d198c-f511-4cbd-b9bc-7a339896d340 of type vxlan for network 3bc7223e-00e0-46f8-939a-9cde74eafe72 [pid: 7|app: 0|req: 1754/3474] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:18:14 2026] POST /v2.0/networks => generated 612 bytes in 126 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: 1721/3475] 10.0.0.225 () {34 vars in 664 bytes} [Thu Feb 26 23:18:14 2026] POST /v2.0/ports => generated 743 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 23:18:14.975 7 INFO neutron.db.segments_db [None req-eb716582-0d49-44fc-879d-55abb76025ab 690e7d2688244890ae198638b8c93a29 a510b112e4f64ae28f64e4f99db7dba6 - - default default] Added segment 3c0bb9d0-9903-4a3e-86b5-066eea87466e of type vxlan for network 1e797f7b-7dde-43ea-ad61-afa4f54d18c4 [pid: 7|app: 0|req: 1755/3476] 10.0.0.225 () {34 vars in 670 bytes} [Thu Feb 26 23:18:14 2026] POST /v2.0/networks => generated 609 bytes in 130 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: 1722/3477] 10.0.0.225 () {34 vars in 664 bytes} [Thu Feb 26 23:18:15 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: 1756/3478] 10.0.0.225 () {34 vars in 747 bytes} [Thu Feb 26 23:18:15 2026] PUT /v2.0/ports/9d1020f5-877c-4341-be79-4d03eb147b96/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1723/3479] 10.0.0.225 () {34 vars in 747 bytes} [Thu Feb 26 23:18:15 2026] PUT /v2.0/ports/076a6cb4-bedd-43ab-a19e-cdb0479d7b16/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1757/3480] 10.0.0.225 () {34 vars in 747 bytes} [Thu Feb 26 23:18:15 2026] PUT /v2.0/ports/c58c66e2-a3b1-415f-bf57-16049aacfb2b/tags => generated 34 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: 1724/3481] 10.0.0.225 () {34 vars in 747 bytes} [Thu Feb 26 23:18:15 2026] PUT /v2.0/ports/d28e8600-58d9-49fc-b547-adc0896db9a6/tags => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1758/3484] 10.0.0.225 () {32 vars in 660 bytes} [Thu Feb 26 23:18:15 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 162 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: 1727/3485] 10.0.0.225 () {32 vars in 674 bytes} [Thu Feb 26 23:18:15 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1759/3486] 10.0.0.225 () {32 vars in 670 bytes} [Thu Feb 26 23:18:15 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1728/3487] 10.0.0.225 () {32 vars in 682 bytes} [Thu Feb 26 23:18:15 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1760/3488] 10.0.0.225 () {32 vars in 668 bytes} [Thu Feb 26 23:18:15 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1729/3489] 10.0.0.225 () {32 vars in 682 bytes} [Thu Feb 26 23:18:16 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1761/3490] 10.0.0.225 () {32 vars in 678 bytes} [Thu Feb 26 23:18:16 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1730/3491] 10.0.0.225 () {32 vars in 690 bytes} [Thu Feb 26 23:18:16 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:18:16.389 7 INFO neutron_taas.services.taas.taas_plugin [None req-ef9d78bc-4cb1-4942-b97e-ef9a5d90511a 690e7d2688244890ae198638b8c93a29 a510b112e4f64ae28f64e4f99db7dba6 - - default default] TaaS: Handle Delete Port: 9d1020f5-877c-4341-be79-4d03eb147b96 2026-02-26 23:18:16.393 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef9d78bc-4cb1-4942-b97e-ef9a5d90511a 690e7d2688244890ae198638b8c93a29 a510b112e4f64ae28f64e4f99db7dba6 - - default default] Tap Mirror: Handle Delete Port: 9d1020f5-877c-4341-be79-4d03eb147b96 [pid: 7|app: 0|req: 1762/3492] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:18:16 2026] DELETE /v2.0/ports/9d1020f5-877c-4341-be79-4d03eb147b96 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:18:16.558 8 INFO neutron_taas.services.taas.taas_plugin [None req-b60ac015-5360-47bd-8294-f88766704e12 690e7d2688244890ae198638b8c93a29 a510b112e4f64ae28f64e4f99db7dba6 - - default default] TaaS: Handle Delete Port: 076a6cb4-bedd-43ab-a19e-cdb0479d7b16 2026-02-26 23:18:16.562 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b60ac015-5360-47bd-8294-f88766704e12 690e7d2688244890ae198638b8c93a29 a510b112e4f64ae28f64e4f99db7dba6 - - default default] Tap Mirror: Handle Delete Port: 076a6cb4-bedd-43ab-a19e-cdb0479d7b16 [pid: 8|app: 0|req: 1731/3493] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:18:16 2026] DELETE /v2.0/ports/076a6cb4-bedd-43ab-a19e-cdb0479d7b16 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:18:16.744 7 INFO neutron_taas.services.taas.taas_plugin [None req-134f42f8-67ee-4b6f-85b5-8cad7fb06b8a 690e7d2688244890ae198638b8c93a29 a510b112e4f64ae28f64e4f99db7dba6 - - default default] TaaS: Handle Delete Port: c58c66e2-a3b1-415f-bf57-16049aacfb2b 2026-02-26 23:18:16.747 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-134f42f8-67ee-4b6f-85b5-8cad7fb06b8a 690e7d2688244890ae198638b8c93a29 a510b112e4f64ae28f64e4f99db7dba6 - - default default] Tap Mirror: Handle Delete Port: c58c66e2-a3b1-415f-bf57-16049aacfb2b [pid: 7|app: 0|req: 1763/3494] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:18:16 2026] DELETE /v2.0/ports/c58c66e2-a3b1-415f-bf57-16049aacfb2b => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:18:16.933 8 INFO neutron_taas.services.taas.taas_plugin [None req-6cf8614f-f408-498e-9468-37c6f1f05e2e 690e7d2688244890ae198638b8c93a29 a510b112e4f64ae28f64e4f99db7dba6 - - default default] TaaS: Handle Delete Port: d28e8600-58d9-49fc-b547-adc0896db9a6 2026-02-26 23:18:16.935 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cf8614f-f408-498e-9468-37c6f1f05e2e 690e7d2688244890ae198638b8c93a29 a510b112e4f64ae28f64e4f99db7dba6 - - default default] Tap Mirror: Handle Delete Port: d28e8600-58d9-49fc-b547-adc0896db9a6 [pid: 8|app: 0|req: 1732/3495] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:18:16 2026] DELETE /v2.0/ports/d28e8600-58d9-49fc-b547-adc0896db9a6 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:18:17.104 7 INFO neutron_taas.services.taas.taas_plugin [None req-2814a4a2-be41-4fbd-8026-34e858f8da77 690e7d2688244890ae198638b8c93a29 a510b112e4f64ae28f64e4f99db7dba6 - - default default] TaaS: Handle Delete Port: 70078f1a-8727-4fd5-8f8b-7624ab8d8a7f 2026-02-26 23:18:17.107 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2814a4a2-be41-4fbd-8026-34e858f8da77 690e7d2688244890ae198638b8c93a29 a510b112e4f64ae28f64e4f99db7dba6 - - default default] Tap Mirror: Handle Delete Port: 70078f1a-8727-4fd5-8f8b-7624ab8d8a7f [pid: 7|app: 0|req: 1764/3496] 10.0.0.225 () {32 vars in 720 bytes} [Thu Feb 26 23:18:17 2026] DELETE /v2.0/ports/70078f1a-8727-4fd5-8f8b-7624ab8d8a7f => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1733/3497] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:18:17 2026] DELETE /v2.0/networks/bee9861a-0a36-44de-a86c-78482838b535 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 23:18:17.370 8 INFO neutron.services.segments.plugin [-] Segment 57a2d0ee-b3c4-476c-82a5-62182e142c3c resource provider aggregate not found 2026-02-26 23:18:17.375 8 INFO neutron.services.segments.plugin [-] Segment 57a2d0ee-b3c4-476c-82a5-62182e142c3c resource provider aggregate not found 2026-02-26 23:18:17.389 8 INFO neutron.services.segments.plugin [-] Segment 57a2d0ee-b3c4-476c-82a5-62182e142c3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57a2d0ee-b3c4-476c-82a5-62182e142c3c found for delete ", "request_id": "req-ff9a61ec-ccdc-4690-a821-939a00f98bb2"}]} 2026-02-26 23:18:17.392 8 INFO neutron.services.segments.plugin [-] Segment 57a2d0ee-b3c4-476c-82a5-62182e142c3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57a2d0ee-b3c4-476c-82a5-62182e142c3c found for delete ", "request_id": "req-63c5a549-9cbb-4a33-b0ba-13d7aecf414d"}]} 2026-02-26 23:18:17.415 7 INFO neutron.services.segments.plugin [-] Segment 8c059ef9-4ff7-4b6f-92d6-0ec16daa6e13 resource provider aggregate not found 2026-02-26 23:18:17.418 7 INFO neutron.services.segments.plugin [-] Segment 8c059ef9-4ff7-4b6f-92d6-0ec16daa6e13 resource provider aggregate not found 2026-02-26 23:18:17.431 7 INFO neutron.services.segments.plugin [-] Segment 8c059ef9-4ff7-4b6f-92d6-0ec16daa6e13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c059ef9-4ff7-4b6f-92d6-0ec16daa6e13 found for delete ", "request_id": "req-2ac2acd6-1c93-433c-ae50-a7faaac6d01f"}]} 2026-02-26 23:18:17.433 7 INFO neutron.services.segments.plugin [-] Segment 8c059ef9-4ff7-4b6f-92d6-0ec16daa6e13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c059ef9-4ff7-4b6f-92d6-0ec16daa6e13 found for delete ", "request_id": "req-33baf35f-2372-4365-86ac-64d8eb820c8a"}]} [pid: 7|app: 0|req: 1765/3498] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:18:17 2026] DELETE /v2.0/networks/9aa0fb98-6ecc-447e-afe3-39cf8a0696c2 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1734/3499] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:18:17 2026] DELETE /v2.0/networks/8efa22f9-1de8-410e-9eff-1d56dd9e7ecb => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1766/3500] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:18:17 2026] DELETE /v2.0/networks/3bc7223e-00e0-46f8-939a-9cde74eafe72 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1735/3501] 10.0.0.225 () {32 vars in 726 bytes} [Thu Feb 26 23:18:17 2026] DELETE /v2.0/networks/1e797f7b-7dde-43ea-ad61-afa4f54d18c4 => 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: 1767/3502] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:18:18 2026] GET /v2.0/security-groups?tenant_id=a510b112e4f64ae28f64e4f99db7dba6&name=default => generated 2929 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1736/3503] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:18:18 2026] DELETE /v2.0/security-groups/6d77a823-2494-4f04-aa9c-c10db75415fb => 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: 1768/3504] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:18:18 2026] GET /v2.0/security-groups?tenant_id=1573fce6d6cc4ad3aca7ae7a5fa4d810&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1737/3505] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:18:19 2026] DELETE /v2.0/security-groups/5a0ce6eb-8457-4c91-872c-aae023ecbcdf => 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: 1769/3506] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:18:19 2026] GET /v2.0/security-groups?tenant_id=5cfd0f11938644dca47915c8faef8e73&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 23:18:19.412 8 INFO neutron.services.segments.plugin [-] Segment ecc4ecca-70df-4d09-bda0-8a0e212a352d resource provider aggregate not found 2026-02-26 23:18:19.422 8 INFO neutron.services.segments.plugin [-] Segment ecc4ecca-70df-4d09-bda0-8a0e212a352d resource provider aggregate not found 2026-02-26 23:18:19.431 8 INFO neutron.services.segments.plugin [-] Segment ecc4ecca-70df-4d09-bda0-8a0e212a352d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecc4ecca-70df-4d09-bda0-8a0e212a352d found for delete ", "request_id": "req-d98923bc-a17a-4e3e-a5e4-a3fc41f42dca"}]} 2026-02-26 23:18:19.439 8 INFO neutron.services.segments.plugin [-] Segment ecc4ecca-70df-4d09-bda0-8a0e212a352d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecc4ecca-70df-4d09-bda0-8a0e212a352d found for delete ", "request_id": "req-0951e8c7-4955-4832-9ea6-46959e66969f"}]} 2026-02-26 23:18:19.447 8 INFO neutron.services.segments.plugin [-] Segment 3c0bb9d0-9903-4a3e-86b5-066eea87466e resource provider aggregate not found 2026-02-26 23:18:19.449 7 INFO neutron.services.segments.plugin [-] Segment 607d198c-f511-4cbd-b9bc-7a339896d340 resource provider aggregate not found 2026-02-26 23:18:19.454 8 INFO neutron.services.segments.plugin [-] Segment 3c0bb9d0-9903-4a3e-86b5-066eea87466e resource provider aggregate not found 2026-02-26 23:18:19.456 7 INFO neutron.services.segments.plugin [-] Segment 607d198c-f511-4cbd-b9bc-7a339896d340 resource provider aggregate not found 2026-02-26 23:18:19.461 8 INFO neutron.services.segments.plugin [-] Segment 3c0bb9d0-9903-4a3e-86b5-066eea87466e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c0bb9d0-9903-4a3e-86b5-066eea87466e found for delete ", "request_id": "req-9f632b59-56b8-4b40-b4eb-8aed83ab47a4"}]} 2026-02-26 23:18:19.461 7 INFO neutron.services.segments.plugin [-] Segment 607d198c-f511-4cbd-b9bc-7a339896d340 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 607d198c-f511-4cbd-b9bc-7a339896d340 found for delete ", "request_id": "req-fb3fd16a-43ff-4415-80ae-7ca94b88a8c2"}]} 2026-02-26 23:18:19.466 8 INFO neutron.services.segments.plugin [-] Segment 3c0bb9d0-9903-4a3e-86b5-066eea87466e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c0bb9d0-9903-4a3e-86b5-066eea87466e found for delete ", "request_id": "req-af575ae1-9bc7-4231-a3b2-fadfa87d8a2b"}]} 2026-02-26 23:18:19.470 7 INFO neutron.services.segments.plugin [-] Segment 607d198c-f511-4cbd-b9bc-7a339896d340 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 607d198c-f511-4cbd-b9bc-7a339896d340 found for delete ", "request_id": "req-bd0a8b0d-d17b-414d-b9bf-5980c11db696"}]} [pid: 8|app: 0|req: 1738/3507] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:18:19 2026] DELETE /v2.0/security-groups/22946340-77fc-44dd-852f-3f26ede885f4 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1770/3508] 10.0.0.225 () {34 vars in 678 bytes} [Thu Feb 26 23:18:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1739/3509] 10.0.0.225 () {34 vars in 678 bytes} [Thu Feb 26 23:18:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1771/3510] 10.0.0.225 () {34 vars in 678 bytes} [Thu Feb 26 23:18:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1740/3511] 10.0.0.225 () {34 vars in 678 bytes} [Thu Feb 26 23:18:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1772/3512] 10.0.0.225 () {34 vars in 678 bytes} [Thu Feb 26 23:18:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1741/3513] 10.0.0.225 () {34 vars in 753 bytes} [Thu Feb 26 23:18:23 2026] PUT /v2.0/policies/c610b23a-7bf7-4c57-9645-1d55f4822f7a/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1773/3514] 10.0.0.225 () {34 vars in 753 bytes} [Thu Feb 26 23:18:23 2026] PUT /v2.0/policies/2636b85f-cd16-4724-b96f-62cb237ef05e/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: 1742/3515] 10.0.0.225 () {34 vars in 753 bytes} [Thu Feb 26 23:18:23 2026] PUT /v2.0/policies/2975aea0-c9a7-4248-ba30-7f804ff7671c/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1774/3516] 10.0.0.225 () {34 vars in 753 bytes} [Thu Feb 26 23:18:23 2026] PUT /v2.0/policies/74023f69-b7a3-44a1-8ca7-89ba70558f2f/tags => 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: 1743/3517] 10.0.0.225 () {32 vars in 674 bytes} [Thu Feb 26 23:18:24 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1775/3518] 10.0.0.225 () {32 vars in 688 bytes} [Thu Feb 26 23:18:24 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1744/3519] 10.0.0.225 () {32 vars in 684 bytes} [Thu Feb 26 23:18:24 2026] GET /v2.0/qos/policies?tags-any=blue => 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: 1776/3520] 10.0.0.225 () {32 vars in 696 bytes} [Thu Feb 26 23:18:24 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1745/3521] 10.0.0.225 () {32 vars in 682 bytes} [Thu Feb 26 23:18:24 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1777/3522] 10.0.0.225 () {32 vars in 696 bytes} [Thu Feb 26 23:18:24 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1746/3523] 10.0.0.225 () {32 vars in 692 bytes} [Thu Feb 26 23:18:24 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1778/3524] 10.0.0.225 () {32 vars in 704 bytes} [Thu Feb 26 23:18:24 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1747/3525] 10.0.0.225 () {32 vars in 734 bytes} [Thu Feb 26 23:18:24 2026] DELETE /v2.0/qos/policies/c610b23a-7bf7-4c57-9645-1d55f4822f7a => 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: 1779/3526] 10.0.0.225 () {32 vars in 734 bytes} [Thu Feb 26 23:18:24 2026] DELETE /v2.0/qos/policies/2636b85f-cd16-4724-b96f-62cb237ef05e => 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: 1748/3527] 10.0.0.225 () {32 vars in 734 bytes} [Thu Feb 26 23:18:24 2026] DELETE /v2.0/qos/policies/2975aea0-c9a7-4248-ba30-7f804ff7671c => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1780/3528] 10.0.0.225 () {32 vars in 734 bytes} [Thu Feb 26 23:18:24 2026] DELETE /v2.0/qos/policies/74023f69-b7a3-44a1-8ca7-89ba70558f2f => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1749/3529] 10.0.0.225 () {32 vars in 734 bytes} [Thu Feb 26 23:18:24 2026] DELETE /v2.0/qos/policies/17334165-a5e4-4734-995c-01554eab63c5 => 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: 1781/3530] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:18:25 2026] GET /v2.0/security-groups?tenant_id=d48e0cf4d8cd40dd9bf380e8e6631369&name=default => generated 2929 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1750/3531] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:18:25 2026] DELETE /v2.0/security-groups/ea2a4e1f-0ef4-408b-ad9b-efe6037a6b26 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1782/3532] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:18:26 2026] GET /v2.0/security-groups?tenant_id=9eb9989e221a4ce8a4f3782505d7c59b&name=default => generated 2929 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1751/3533] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:18:26 2026] DELETE /v2.0/security-groups/84ffd7f9-954f-4629-aca3-b54808cd790f => 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: 1783/3534] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:18:26 2026] GET /v2.0/security-groups?tenant_id=6c2e8effc95b4fbeb28702ae0c8a733e&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1752/3535] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:18:26 2026] DELETE /v2.0/security-groups/3f45025a-92b4-42a6-a103-d73697b69b24 => 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: 1784/3538] 10.0.0.225 () {34 vars in 684 bytes} [Thu Feb 26 23:18:30 2026] POST /v2.0/security-groups => generated 1603 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1755/3539] 10.0.0.225 () {34 vars in 684 bytes} [Thu Feb 26 23:18:30 2026] POST /v2.0/security-groups => generated 1603 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1785/3540] 10.0.0.225 () {34 vars in 684 bytes} [Thu Feb 26 23:18:31 2026] POST /v2.0/security-groups => generated 1603 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1756/3541] 10.0.0.225 () {34 vars in 684 bytes} [Thu Feb 26 23:18:31 2026] POST /v2.0/security-groups => generated 1603 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1786/3542] 10.0.0.225 () {34 vars in 684 bytes} [Thu Feb 26 23:18:31 2026] POST /v2.0/security-groups => generated 1603 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1757/3543] 10.0.0.225 () {34 vars in 767 bytes} [Thu Feb 26 23:18:31 2026] PUT /v2.0/security-groups/89bc8aed-62b4-4b74-9cfb-105b4161658d/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: 1787/3544] 10.0.0.225 () {34 vars in 767 bytes} [Thu Feb 26 23:18:31 2026] PUT /v2.0/security-groups/ecfd2b5a-47ce-435d-8b1f-f9e58b9f1045/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1758/3545] 10.0.0.225 () {34 vars in 767 bytes} [Thu Feb 26 23:18:31 2026] PUT /v2.0/security-groups/392a5931-ec00-447c-8dca-e4ca706d1c20/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: 1788/3546] 10.0.0.225 () {34 vars in 767 bytes} [Thu Feb 26 23:18:31 2026] PUT /v2.0/security-groups/0f3103ca-4c5d-416d-ad49-5579b8c78947/tags => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1759/3547] 10.0.0.225 () {32 vars in 680 bytes} [Thu Feb 26 23:18:31 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1789/3548] 10.0.0.225 () {32 vars in 694 bytes} [Thu Feb 26 23:18:31 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1760/3549] 10.0.0.225 () {32 vars in 690 bytes} [Thu Feb 26 23:18:31 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1790/3550] 10.0.0.225 () {32 vars in 702 bytes} [Thu Feb 26 23:18:31 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1761/3551] 10.0.0.225 () {32 vars in 688 bytes} [Thu Feb 26 23:18:31 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1791/3552] 10.0.0.225 () {32 vars in 702 bytes} [Thu Feb 26 23:18:31 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1762/3553] 10.0.0.225 () {32 vars in 698 bytes} [Thu Feb 26 23:18:31 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1792/3554] 10.0.0.225 () {32 vars in 710 bytes} [Thu Feb 26 23:18:31 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1763/3555] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:18:32 2026] DELETE /v2.0/security-groups/89bc8aed-62b4-4b74-9cfb-105b4161658d => 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: 1793/3556] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:18:32 2026] DELETE /v2.0/security-groups/ecfd2b5a-47ce-435d-8b1f-f9e58b9f1045 => 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: 1764/3557] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:18:32 2026] DELETE /v2.0/security-groups/392a5931-ec00-447c-8dca-e4ca706d1c20 => 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: 1794/3558] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:18:32 2026] DELETE /v2.0/security-groups/0f3103ca-4c5d-416d-ad49-5579b8c78947 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1765/3559] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:18:32 2026] DELETE /v2.0/security-groups/f4ce88cd-be84-4078-bc87-7ff4548e2809 => 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: 1795/3560] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:18:33 2026] GET /v2.0/security-groups?tenant_id=a0dad029af214a108e27672ba77d5ed8&name=default => generated 2929 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1766/3561] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:18:33 2026] DELETE /v2.0/security-groups/d2de1fe4-94a2-4228-8a6d-f2c523b39e37 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1796/3562] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:18:33 2026] GET /v2.0/security-groups?tenant_id=be35bfe57f6e453da8390e0207341de2&name=default => generated 2929 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1767/3563] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:18:33 2026] DELETE /v2.0/security-groups/56eb7bf0-a7ca-4349-bf43-0edba45cd5f0 => 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: 1797/3564] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:18:33 2026] GET /v2.0/security-groups?tenant_id=890167a1000648d58a4f18b1e8a88a9b&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1768/3565] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:18:33 2026] DELETE /v2.0/security-groups/e25f0555-ad49-4d88-8b6a-202cc443188f => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1798/3566] 10.0.0.225 () {34 vars in 676 bytes} [Thu Feb 26 23:18:37 2026] POST /v2.0/subnetpools => generated 516 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1769/3567] 10.0.0.225 () {34 vars in 759 bytes} [Thu Feb 26 23:18:37 2026] PUT /v2.0/subnetpools/d796a3ac-a6e8-4145-b437-758c21b06a65/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1799/3568] 10.0.0.225 () {32 vars in 739 bytes} [Thu Feb 26 23:18:37 2026] GET /v2.0/subnetpools/d796a3ac-a6e8-4145-b437-758c21b06a65/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1770/3569] 10.0.0.225 () {34 vars in 770 bytes} [Thu Feb 26 23:18:37 2026] PUT /v2.0/subnetpools/d796a3ac-a6e8-4145-b437-758c21b06a65/tags/green => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1800/3570] 10.0.0.225 () {32 vars in 739 bytes} [Thu Feb 26 23:18:37 2026] GET /v2.0/subnetpools/d796a3ac-a6e8-4145-b437-758c21b06a65/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1771/3571] 10.0.0.225 () {34 vars in 766 bytes} [Thu Feb 26 23:18:37 2026] PUT /v2.0/subnetpools/d796a3ac-a6e8-4145-b437-758c21b06a65/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1801/3572] 10.0.0.225 () {32 vars in 739 bytes} [Thu Feb 26 23:18:37 2026] GET /v2.0/subnetpools/d796a3ac-a6e8-4145-b437-758c21b06a65/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1772/3573] 10.0.0.225 () {34 vars in 788 bytes} [Thu Feb 26 23:18:37 2026] PUT /v2.0/subnetpools/d796a3ac-a6e8-4145-b437-758c21b06a65/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1802/3574] 10.0.0.225 () {32 vars in 739 bytes} [Thu Feb 26 23:18:37 2026] GET /v2.0/subnetpools/d796a3ac-a6e8-4145-b437-758c21b06a65/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1773/3575] 10.0.0.225 () {34 vars in 759 bytes} [Thu Feb 26 23:18:37 2026] PUT /v2.0/subnetpools/d796a3ac-a6e8-4145-b437-758c21b06a65/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1803/3576] 10.0.0.225 () {32 vars in 739 bytes} [Thu Feb 26 23:18:37 2026] GET /v2.0/subnetpools/d796a3ac-a6e8-4145-b437-758c21b06a65/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1774/3577] 10.0.0.225 () {32 vars in 747 bytes} [Thu Feb 26 23:18:37 2026] GET /v2.0/subnetpools/d796a3ac-a6e8-4145-b437-758c21b06a65/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 23:18:37.733 7 INFO neutron.api.v2.resource [None req-849660a4-eb58-4571-a70f-c6162ac3819f cfea241a3726436f9f45c5101180b9c5 d713282993204d4b9479413973778116 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1804/3578] 10.0.0.225 () {32 vars in 751 bytes} [Thu Feb 26 23:18:37 2026] GET /v2.0/subnetpools/d796a3ac-a6e8-4145-b437-758c21b06a65/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1775/3579] 10.0.0.225 () {32 vars in 750 bytes} [Thu Feb 26 23:18:37 2026] DELETE /v2.0/subnetpools/d796a3ac-a6e8-4145-b437-758c21b06a65/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1805/3580] 10.0.0.225 () {32 vars in 739 bytes} [Thu Feb 26 23:18:37 2026] GET /v2.0/subnetpools/d796a3ac-a6e8-4145-b437-758c21b06a65/tags => generated 30 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 23:18:37.840 8 INFO neutron.api.v2.resource [None req-6450832c-2880-4491-876f-17e4456f9a6c cfea241a3726436f9f45c5101180b9c5 d713282993204d4b9479413973778116 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1776/3581] 10.0.0.225 () {32 vars in 754 bytes} [Thu Feb 26 23:18:37 2026] DELETE /v2.0/subnetpools/d796a3ac-a6e8-4145-b437-758c21b06a65/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: 1806/3582] 10.0.0.225 () {32 vars in 742 bytes} [Thu Feb 26 23:18:37 2026] DELETE /v2.0/subnetpools/d796a3ac-a6e8-4145-b437-758c21b06a65/tags => 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: 1777/3583] 10.0.0.225 () {32 vars in 739 bytes} [Thu Feb 26 23:18:37 2026] GET /v2.0/subnetpools/d796a3ac-a6e8-4145-b437-758c21b06a65/tags => 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: 1807/3584] 10.0.0.225 () {32 vars in 732 bytes} [Thu Feb 26 23:18:37 2026] DELETE /v2.0/subnetpools/d796a3ac-a6e8-4145-b437-758c21b06a65 => 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: 1778/3585] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:18:38 2026] GET /v2.0/security-groups?tenant_id=55e19e50b3d64eaf9291affb0a3a5c21&name=default => generated 2929 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1808/3586] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:18:38 2026] DELETE /v2.0/security-groups/c13489a0-c075-4c8a-aef3-2ad468873343 => 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: 1779/3587] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:18:39 2026] GET /v2.0/security-groups?tenant_id=d713282993204d4b9479413973778116&name=default => generated 2929 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1809/3588] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:18:39 2026] DELETE /v2.0/security-groups/eb4d0b9c-0e2e-4e69-8689-3c661aabd7a1 => 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: 1780/3589] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:18:42 2026] GET /v2.0/security-groups?tenant_id=b5197fd7a13e4c81a15d124fda994ed5&name=default => generated 2929 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1810/3590] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:18:42 2026] DELETE /v2.0/security-groups/0cd8f196-9731-4b05-96ca-69bd6f4aabfc => 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: 1781/3591] 10.0.0.225 () {32 vars in 774 bytes} [Thu Feb 26 23:18:42 2026] GET /v2.0/security-groups?tenant_id=1de04e12324f4c77bca9628d41ead332&name=default => generated 2929 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1811/3592] 10.0.0.225 () {32 vars in 740 bytes} [Thu Feb 26 23:18:43 2026] DELETE /v2.0/security-groups/849694a0-3dd0-4126-bf73-33415172bc6e => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1813/3595] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:18:52 2026] GET /v2.0/routers => generated 15 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1783/3596] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 23:18:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1814/3597] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 23:18:52 2026] GET /v2.0/agents => generated 3385 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1784/3598] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:18:52 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1815/3599] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:18:52 2026] GET /v2.0/subnetpools => 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: 1785/3600] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:18:52 2026] GET /v2.0/floatingips => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1816/3601] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:18:52 2026] GET /v2.0/subnets => generated 1308 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1786/3602] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 23:18:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1817/3603] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 23:18:52 2026] GET /v2.0/ports => generated 4721 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1787/3604] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 23:18:52 2026] GET /v2.0/networks => generated 2168 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1818/3605] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 23:18:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1823/3614] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 23:19:51 2026] GET /v2.0/agents => generated 3385 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1792/3615] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 23:19:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1824/3616] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:19:52 2026] GET /v2.0/floatingips => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1793/3617] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:19:52 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1825/3618] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 23:19:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1794/3619] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:19:52 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1826/3620] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:19:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1795/3621] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 23:19:52 2026] GET /v2.0/networks => generated 2168 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1827/3622] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 23:19:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1796/3623] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:19:52 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: 1828/3624] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 23:19:52 2026] GET /v2.0/ports => generated 4721 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1801/3633] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 23:20:52 2026] GET /v2.0/ports => generated 4721 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1833/3634] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 23:20:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1802/3635] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 23:20:52 2026] GET /v2.0/agents => generated 3385 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1834/3636] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:20:52 2026] GET /v2.0/floatingips => 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: 1803/3637] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:20:52 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1835/3638] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:20:52 2026] GET /v2.0/subnets => generated 1308 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1804/3639] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:20:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1836/3640] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 23:20:52 2026] GET /v2.0/networks => generated 2168 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1805/3641] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 23:20:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1837/3642] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:20:52 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1806/3643] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 23:20:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1811/3652] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:21:51 2026] GET /v2.0/floatingips => generated 19 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1842/3653] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 23:21:52 2026] GET /v2.0/ports => generated 4721 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1812/3654] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 23:21:52 2026] GET /v2.0/agents => generated 3385 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1843/3655] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 23:21:52 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: 1813/3656] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 23:21:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1844/3657] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 23:21:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1814/3658] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:21:52 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1845/3659] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:21:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1815/3660] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:21:52 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1846/3661] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:21:52 2026] GET /v2.0/routers => generated 15 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1816/3662] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 23:21:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1851/3671] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:22:51 2026] GET /v2.0/floatingips => generated 19 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1821/3672] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:22:52 2026] GET /v2.0/subnets => generated 1308 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1852/3673] 10.0.0.23 () {28 vars in 578 bytes} [Thu Feb 26 23:22:52 2026] GET /v2.0/ports => generated 4721 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1822/3674] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:22:52 2026] GET /v2.0/subnets => generated 1308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1853/3675] 10.0.0.23 () {28 vars in 590 bytes} [Thu Feb 26 23:22:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1823/3676] 10.0.0.23 () {28 vars in 582 bytes} [Thu Feb 26 23:22:52 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1854/3677] 10.0.0.23 () {28 vars in 623 bytes} [Thu Feb 26 23:22:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1824/3678] 10.0.0.23 () {28 vars in 618 bytes} [Thu Feb 26 23:22:52 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1855/3679] 10.0.0.23 () {28 vars in 584 bytes} [Thu Feb 26 23:22:52 2026] GET /v2.0/networks => generated 2168 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1825/3680] 10.0.0.23 () {28 vars in 598 bytes} [Thu Feb 26 23:22:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1856/3681] 10.0.0.23 () {28 vars in 580 bytes} [Thu Feb 26 23:22:52 2026] GET /v2.0/agents => generated 3385 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)