+ 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 Apr 2 09:24:33 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 nodename: neutron-server-7f45fdf67d-lq2x9 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 0x7fb819b49668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-04-02 09:24:37.920 7 INFO neutron.common.config [-] Logging enabled! 2026-04-02 09:24:37.920 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-02 09:24:37.943 8 INFO neutron.common.config [-] Logging enabled! 2026-04-02 09:24:37.943 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-02 09:24:38.932 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-02 09:24:38.942 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-02 09:24:40.412 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-02 09:24:40.415 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-02 09:24:40.418 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-02 09:24:40.419 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-02 09:24:40.419 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-02 09:24:40.419 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-02 09:24:40.420 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-02 09:24:40.427 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-02 09:24:40.427 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-02 09:24:40.427 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-02 09:24:40.438 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-02 09:24:40.440 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-02 09:24:40.444 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-02 09:24:40.445 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-02 09:24:40.445 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-02 09:24:40.445 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-02 09:24:40.445 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-02 09:24:40.449 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-02 09:24:40.450 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-02 09:24:40.450 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-02 09:24:40.453 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-02 09:24:40.453 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-02 09:24:40.453 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-02 09:24:40.475 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-02 09:24:40.476 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-02 09:24:40.476 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-02 09:24:40.477 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-02 09:24:40.477 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-02 09:24:40.477 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-02 09:24:40.477 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-02 09:24:40.503 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-02 09:24:40.503 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-02 09:24:40.503 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-02 09:24:40.504 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-02 09:24:40.765 8 INFO neutron.plugins.ml2.managers [None req-a1438b56-3dcc-4b25-ab81-fbf5225d96d3 - - - - - -] Initializing driver for type 'vlan' 2026-04-02 09:24:40.794 7 INFO neutron.plugins.ml2.managers [None req-c1a7d1c5-ae6e-4675-8d98-44a380cfa8fe - - - - - -] Initializing driver for type 'vlan' 2026-04-02 09:24:41.041 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a1438b56-3dcc-4b25-ab81-fbf5225d96d3 - - - - - -] VlanTypeDriver initialization complete 2026-04-02 09:24:41.041 8 INFO neutron.plugins.ml2.managers [None req-a1438b56-3dcc-4b25-ab81-fbf5225d96d3 - - - - - -] Initializing driver for type 'vxlan' 2026-04-02 09:24:41.041 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a1438b56-3dcc-4b25-ab81-fbf5225d96d3 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-02 09:24:41.054 8 INFO neutron.plugins.ml2.managers [None req-a1438b56-3dcc-4b25-ab81-fbf5225d96d3 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-02 09:24:41.054 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a1438b56-3dcc-4b25-ab81-fbf5225d96d3 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-02 09:24:41.054 8 INFO neutron.plugins.ml2.managers [None req-a1438b56-3dcc-4b25-ab81-fbf5225d96d3 - - - - - -] Initializing extension driver 'port_security' 2026-04-02 09:24:41.054 8 INFO neutron.plugins.ml2.extensions.port_security [None req-a1438b56-3dcc-4b25-ab81-fbf5225d96d3 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-02 09:24:41.054 8 INFO neutron.plugins.ml2.managers [None req-a1438b56-3dcc-4b25-ab81-fbf5225d96d3 - - - - - -] Initializing extension driver 'qos' 2026-04-02 09:24:41.054 8 INFO neutron.plugins.ml2.managers [None req-a1438b56-3dcc-4b25-ab81-fbf5225d96d3 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-02 09:24:41.054 8 INFO neutron.plugins.ml2.managers [None req-a1438b56-3dcc-4b25-ab81-fbf5225d96d3 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-02 09:24:41.069 8 INFO neutron.quota [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded quota_driver: . 2026-04-02 09:24:41.069 8 INFO neutron.plugins.ml2.plugin [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Modular L2 Plugin initialization complete 2026-04-02 09:24:41.070 8 INFO neutron.plugins.ml2.managers [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-02 09:24:41.070 8 INFO neutron.plugins.ml2.managers [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-02 09:24:41.070 8 INFO neutron.plugins.ml2.managers [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-02 09:24:41.070 8 INFO neutron.manager [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loading Plugin: qos 2026-04-02 09:24:41.082 8 INFO neutron.manager [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loading Plugin: router 2026-04-02 09:24:41.086 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-c1a7d1c5-ae6e-4675-8d98-44a380cfa8fe - - - - - -] VlanTypeDriver initialization complete 2026-04-02 09:24:41.086 7 INFO neutron.plugins.ml2.managers [None req-c1a7d1c5-ae6e-4675-8d98-44a380cfa8fe - - - - - -] Initializing driver for type 'vxlan' 2026-04-02 09:24:41.087 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-c1a7d1c5-ae6e-4675-8d98-44a380cfa8fe - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-02 09:24:41.101 7 INFO neutron.plugins.ml2.managers [None req-c1a7d1c5-ae6e-4675-8d98-44a380cfa8fe - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-02 09:24:41.102 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-c1a7d1c5-ae6e-4675-8d98-44a380cfa8fe - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-02 09:24:41.102 7 INFO neutron.plugins.ml2.managers [None req-c1a7d1c5-ae6e-4675-8d98-44a380cfa8fe - - - - - -] Initializing extension driver 'port_security' 2026-04-02 09:24:41.102 7 INFO neutron.plugins.ml2.extensions.port_security [None req-c1a7d1c5-ae6e-4675-8d98-44a380cfa8fe - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-02 09:24:41.102 7 INFO neutron.plugins.ml2.managers [None req-c1a7d1c5-ae6e-4675-8d98-44a380cfa8fe - - - - - -] Initializing extension driver 'qos' 2026-04-02 09:24:41.102 7 INFO neutron.plugins.ml2.managers [None req-c1a7d1c5-ae6e-4675-8d98-44a380cfa8fe - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-02 09:24:41.102 7 INFO neutron.plugins.ml2.managers [None req-c1a7d1c5-ae6e-4675-8d98-44a380cfa8fe - - - - - -] Initializing mechanism driver 'l2population' 2026-04-02 09:24:41.116 7 INFO neutron.quota [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded quota_driver: . 2026-04-02 09:24:41.116 7 INFO neutron.plugins.ml2.plugin [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Modular L2 Plugin initialization complete 2026-04-02 09:24:41.116 7 INFO neutron.plugins.ml2.managers [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-02 09:24:41.117 7 INFO neutron.plugins.ml2.managers [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-02 09:24:41.117 7 INFO neutron.plugins.ml2.managers [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Got port-security extension from driver 'port_security' 2026-04-02 09:24:41.117 7 INFO neutron.manager [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loading Plugin: qos 2026-04-02 09:24:41.127 8 INFO neutron.services.service_base [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-02 09:24:41.127 8 INFO neutron.manager [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loading Plugin: segments 2026-04-02 09:24:41.130 7 INFO neutron.manager [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loading Plugin: router 2026-04-02 09:24:41.177 7 INFO neutron.services.service_base [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-02 09:24:41.177 7 INFO neutron.manager [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loading Plugin: segments 2026-04-02 09:24:41.223 8 INFO neutron.manager [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loading Plugin: trunk 2026-04-02 09:24:41.237 8 INFO neutron.manager [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loading Plugin: vpnaas 2026-04-02 09:24:41.275 8 WARNING stevedore.named [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-02 09:24:41.279 7 INFO neutron.manager [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loading Plugin: trunk 2026-04-02 09:24:41.294 7 INFO neutron.manager [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loading Plugin: vpnaas 2026-04-02 09:24:41.336 7 WARNING stevedore.named [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-02 09:24:41.349 8 INFO neutron_vpnaas.services.vpn.plugin [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-02 09:24:41.349 8 INFO neutron.common.utils [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-02 09:24:41.349 8 INFO neutron.manager [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loading Plugin: taas 2026-04-02 09:24:41.375 8 WARNING stevedore.named [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-02 09:24:41.375 8 WARNING stevedore.named [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-02 09:24:41.396 8 INFO neutron_taas.services.taas.taas_plugin [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-02 09:24:41.397 8 INFO neutron.manager [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loading Plugin: tapmirror 2026-04-02 09:24:41.409 7 INFO neutron_vpnaas.services.vpn.plugin [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-02 09:24:41.410 7 INFO neutron.common.utils [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-02 09:24:41.410 8 WARNING stevedore.named [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-02 09:24:41.410 7 INFO neutron.manager [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loading Plugin: taas 2026-04-02 09:24:41.410 8 WARNING stevedore.named [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-02 09:24:41.425 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-02 09:24:41.426 8 INFO neutron.manager [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loading Plugin: auto_allocate 2026-04-02 09:24:41.432 8 INFO neutron.manager [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loading Plugin: tag 2026-04-02 09:24:41.437 7 WARNING stevedore.named [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-02 09:24:41.437 7 WARNING stevedore.named [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-02 09:24:41.443 8 INFO neutron.manager [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loading Plugin: timestamp 2026-04-02 09:24:41.446 8 INFO neutron.manager [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loading Plugin: network_ip_availability 2026-04-02 09:24:41.449 8 INFO neutron.manager [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loading Plugin: flavors 2026-04-02 09:24:41.453 8 INFO neutron.manager [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loading Plugin: revisions 2026-04-02 09:24:41.456 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Initializing extension manager. 2026-04-02 09:24:41.457 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: address-group 2026-04-02 09:24:41.457 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-02 09:24:41.458 7 INFO neutron.manager [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loading Plugin: tapmirror 2026-04-02 09:24:41.458 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: address-scope 2026-04-02 09:24:41.458 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-02 09:24:41.459 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: agent 2026-04-02 09:24:41.460 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: agent-resources-synced 2026-04-02 09:24:41.461 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-02 09:24:41.462 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-02 09:24:41.463 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: availability_zone 2026-04-02 09:24:41.463 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: availability_zone_filter 2026-04-02 09:24:41.464 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-02 09:24:41.464 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: default-subnetpools 2026-04-02 09:24:41.466 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-02 09:24:41.466 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: dns-integration 2026-04-02 09:24:41.467 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: dns-domain-ports 2026-04-02 09:24:41.467 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-02 09:24:41.468 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: dvr 2026-04-02 09:24:41.468 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-02 09:24:41.469 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: empty-string-filtering 2026-04-02 09:24:41.469 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-02 09:24:41.470 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-02 09:24:41.470 7 WARNING stevedore.named [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-02 09:24:41.470 7 WARNING stevedore.named [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-02 09:24:41.470 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: external-net 2026-04-02 09:24:41.471 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-02 09:24:41.471 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: extraroute 2026-04-02 09:24:41.472 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: extraroute-atomic 2026-04-02 09:24:41.473 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-02 09:24:41.473 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-02 09:24:41.474 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-02 09:24:41.474 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-02 09:24:41.475 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: fip-port-details 2026-04-02 09:24:41.475 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: flavors 2026-04-02 09:24:41.477 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-02 09:24:41.477 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: floatingip-pools 2026-04-02 09:24:41.478 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: ip_allocation 2026-04-02 09:24:41.478 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-02 09:24:41.479 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: l2_adjacency 2026-04-02 09:24:41.480 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: router 2026-04-02 09:24:41.482 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-02 09:24:41.483 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-02 09:24:41.483 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-02 09:24:41.484 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: ext-gw-mode 2026-04-02 09:24:41.484 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: l3-ha 2026-04-02 09:24:41.485 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-02 09:24:41.485 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-02 09:24:41.486 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-02 09:24:41.486 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: l3-flavors 2026-04-02 09:24:41.486 7 INFO neutron.manager [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loading Plugin: auto_allocate 2026-04-02 09:24:41.487 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-02 09:24:41.487 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-02 09:24:41.489 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-02 09:24:41.491 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-02 09:24:41.491 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-02 09:24:41.493 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-02 09:24:41.493 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-02 09:24:41.494 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: multi-provider 2026-04-02 09:24:41.494 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: net-mtu 2026-04-02 09:24:41.494 7 INFO neutron.manager [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loading Plugin: tag 2026-04-02 09:24:41.495 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: net-mtu-writable 2026-04-02 09:24:41.495 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: network_availability_zone 2026-04-02 09:24:41.496 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: network_ha 2026-04-02 09:24:41.496 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: network-ip-availability 2026-04-02 09:24:41.497 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-02 09:24:41.498 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: pagination 2026-04-02 09:24:41.499 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: port-device-profile 2026-04-02 09:24:41.499 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-02 09:24:41.500 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-02 09:24:41.500 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-02 09:24:41.501 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: port-mac-override 2026-04-02 09:24:41.501 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-02 09:24:41.502 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-02 09:24:41.502 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-02 09:24:41.503 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: port-resource-request 2026-04-02 09:24:41.503 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-02 09:24:41.504 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-02 09:24:41.504 7 INFO neutron.manager [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loading Plugin: timestamp 2026-04-02 09:24:41.504 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: binding 2026-04-02 09:24:41.505 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: binding-extended 2026-04-02 09:24:41.505 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: port-security 2026-04-02 09:24:41.506 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: project-id 2026-04-02 09:24:41.506 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: provider 2026-04-02 09:24:41.507 7 INFO neutron.manager [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loading Plugin: network_ip_availability 2026-04-02 09:24:41.507 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-02 09:24:41.509 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: qos 2026-04-02 09:24:41.510 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-02 09:24:41.510 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-02 09:24:41.511 7 INFO neutron.manager [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loading Plugin: flavors 2026-04-02 09:24:41.511 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: qos-default 2026-04-02 09:24:41.511 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: qos-fip 2026-04-02 09:24:41.512 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-02 09:24:41.512 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-02 09:24:41.513 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-02 09:24:41.513 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-02 09:24:41.514 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-02 09:24:41.514 7 INFO neutron.manager [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loading Plugin: revisions 2026-04-02 09:24:41.515 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: qos-pps 2026-04-02 09:24:41.515 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-02 09:24:41.516 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-02 09:24:41.516 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: qos-rules-alias 2026-04-02 09:24:41.517 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: quota-check-limit 2026-04-02 09:24:41.518 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-02 09:24:41.518 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Initializing extension manager. 2026-04-02 09:24:41.520 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: quotas 2026-04-02 09:24:41.520 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: address-group 2026-04-02 09:24:41.521 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: quota_details 2026-04-02 09:24:41.521 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: address-scope 2026-04-02 09:24:41.521 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-02 09:24:41.522 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: rbac-policies 2026-04-02 09:24:41.522 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: agent 2026-04-02 09:24:41.522 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: rbac-address-group 2026-04-02 09:24:41.523 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: agent-resources-synced 2026-04-02 09:24:41.523 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: rbac-address-scope 2026-04-02 09:24:41.523 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: rbac-security-groups 2026-04-02 09:24:41.524 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: allowed-address-pairs 2026-04-02 09:24:41.524 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-02 09:24:41.524 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: auto-allocated-topology 2026-04-02 09:24:41.524 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: revision-if-match 2026-04-02 09:24:41.525 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-02 09:24:41.525 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: availability_zone 2026-04-02 09:24:41.526 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: router_availability_zone 2026-04-02 09:24:41.526 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: availability_zone_filter 2026-04-02 09:24:41.526 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-02 09:24:41.526 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-02 09:24:41.527 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: default-subnetpools 2026-04-02 09:24:41.528 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-02 09:24:41.528 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-02 09:24:41.528 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-02 09:24:41.529 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: dns-integration 2026-04-02 09:24:41.529 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-02 09:24:41.529 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: dns-domain-ports 2026-04-02 09:24:41.529 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-02 09:24:41.530 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-02 09:24:41.530 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-02 09:24:41.530 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: dvr 2026-04-02 09:24:41.530 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-02 09:24:41.531 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-02 09:24:41.532 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: empty-string-filtering 2026-04-02 09:24:41.532 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-02 09:24:41.533 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-02 09:24:41.533 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: external-net 2026-04-02 09:24:41.534 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-02 09:24:41.535 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: extraroute 2026-04-02 09:24:41.535 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: security-group 2026-04-02 09:24:41.535 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: extraroute-atomic 2026-04-02 09:24:41.536 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: segment 2026-04-02 09:24:41.536 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-02 09:24:41.536 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-02 09:24:41.536 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-02 09:24:41.537 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-02 09:24:41.537 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: service-type 2026-04-02 09:24:41.537 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-02 09:24:41.537 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: sorting 2026-04-02 09:24:41.538 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: fip-port-details 2026-04-02 09:24:41.538 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: standard-attr-segment 2026-04-02 09:24:41.539 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: standard-attr-description 2026-04-02 09:24:41.539 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: flavors 2026-04-02 09:24:41.539 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: stateful-security-group 2026-04-02 09:24:41.540 8 WARNING neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-02 09:24:41.540 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-02 09:24:41.540 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-02 09:24:41.541 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: floatingip-pools 2026-04-02 09:24:41.541 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: ip_allocation 2026-04-02 09:24:41.541 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: subnet-external-network 2026-04-02 09:24:41.542 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: ip-substring-filtering 2026-04-02 09:24:41.542 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: subnet_onboard 2026-04-02 09:24:41.542 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: l2_adjacency 2026-04-02 09:24:41.542 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-02 09:24:41.543 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: subnet-service-types 2026-04-02 09:24:41.543 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: router 2026-04-02 09:24:41.543 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: subnet_allocation 2026-04-02 09:24:41.545 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-02 09:24:41.545 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-02 09:24:41.546 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: tag-creation 2026-04-02 09:24:41.546 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-02 09:24:41.546 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-02 09:24:41.547 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-02 09:24:41.547 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: ext-gw-mode 2026-04-02 09:24:41.548 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: l3-ha 2026-04-02 09:24:41.548 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-02 09:24:41.548 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-02 09:24:41.549 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: l3-flavors 2026-04-02 09:24:41.550 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-02 09:24:41.550 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: standard-attr-tag 2026-04-02 09:24:41.550 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-02 09:24:41.551 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-02 09:24:41.551 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: trunk 2026-04-02 09:24:41.552 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: trunk-details 2026-04-02 09:24:41.552 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-02 09:24:41.552 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-02 09:24:41.553 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-02 09:24:41.553 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-02 09:24:41.554 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-02 09:24:41.554 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-02 09:24:41.555 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-02 09:24:41.556 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-02 09:24:41.556 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-02 09:24:41.556 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-02 09:24:41.557 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-02 09:24:41.557 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: multi-provider 2026-04-02 09:24:41.557 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: vpn-flavors 2026-04-02 09:24:41.557 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: net-mtu 2026-04-02 09:24:41.558 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: net-mtu-writable 2026-04-02 09:24:41.558 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: network_availability_zone 2026-04-02 09:24:41.559 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: vpnaas 2026-04-02 09:24:41.559 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: network_ha 2026-04-02 09:24:41.560 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: network-ip-availability 2026-04-02 09:24:41.560 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: taas 2026-04-02 09:24:41.561 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-02 09:24:41.561 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: pagination 2026-04-02 09:24:41.561 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: tap-mirror 2026-04-02 09:24:41.562 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: port-device-profile 2026-04-02 09:24:41.562 8 INFO neutron.api.extensions [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-02 09:24:41.562 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-02 09:24:41.563 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-02 09:24:41.563 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-02 09:24:41.564 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: port-mac-override 2026-04-02 09:24:41.564 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-02 09:24:41.564 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-02 09:24:41.564 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-02 09:24:41.564 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 09:24:41.565 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-02 09:24:41.565 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-02 09:24:41.566 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-02 09:24:41.566 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: port-resource-request 2026-04-02 09:24:41.567 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: port-resource-request-groups 2026-04-02 09:24:41.567 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-02 09:24:41.568 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: binding 2026-04-02 09:24:41.568 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-02 09:24:41.569 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: binding-extended 2026-04-02 09:24:41.569 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-02 09:24:41.569 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: port-security 2026-04-02 09:24:41.570 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: project-id 2026-04-02 09:24:41.570 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: provider 2026-04-02 09:24:41.571 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-02 09:24:41.573 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: qos 2026-04-02 09:24:41.573 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-02 09:24:41.573 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-02 09:24:41.574 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-02 09:24:41.574 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-02 09:24:41.574 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-02 09:24:41.574 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: qos-default 2026-04-02 09:24:41.575 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: qos-fip 2026-04-02 09:24:41.575 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 09:24:41.575 8 WARNING neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] subnetpool is already registered 2026-04-02 09:24:41.575 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-02 09:24:41.576 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 09:24:41.576 8 WARNING neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] subnetpool is already registered 2026-04-02 09:24:41.576 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: qos-gateway-ip 2026-04-02 09:24:41.576 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-02 09:24:41.576 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: qos-port-network-policy 2026-04-02 09:24:41.576 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 09:24:41.577 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 09:24:41.577 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: qos-pps-minimum 2026-04-02 09:24:41.577 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-02 09:24:41.578 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-02 09:24:41.578 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-02 09:24:41.578 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-02 09:24:41.578 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: qos-pps 2026-04-02 09:24:41.578 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 09:24:41.579 8 WARNING neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] ipsecpolicy is already registered 2026-04-02 09:24:41.579 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: qos-rule-type-details 2026-04-02 09:24:41.579 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 09:24:41.579 8 WARNING neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] ikepolicy is already registered 2026-04-02 09:24:41.579 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-02 09:24:41.580 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: qos-rules-alias 2026-04-02 09:24:41.580 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: quota-check-limit 2026-04-02 09:24:41.581 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: quota-check-limit-default 2026-04-02 09:24:41.583 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: quotas 2026-04-02 09:24:41.584 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-02 09:24:41.584 8 WARNING neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] router is already registered 2026-04-02 09:24:41.584 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-02 09:24:41.584 8 WARNING neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] floatingip is already registered 2026-04-02 09:24:41.584 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: quota_details 2026-04-02 09:24:41.586 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: rbac-policies 2026-04-02 09:24:41.586 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: rbac-address-group 2026-04-02 09:24:41.587 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: rbac-address-scope 2026-04-02 09:24:41.587 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: rbac-security-groups 2026-04-02 09:24:41.588 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: rbac-subnetpool 2026-04-02 09:24:41.588 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-02 09:24:41.588 8 WARNING neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] rbac_policy is already registered 2026-04-02 09:24:41.588 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: revision-if-match 2026-04-02 09:24:41.589 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-02 09:24:41.589 8 WARNING neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] security_group is already registered 2026-04-02 09:24:41.589 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: standard-attr-revisions 2026-04-02 09:24:41.589 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-02 09:24:41.589 8 WARNING neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] security_group_rule is already registered 2026-04-02 09:24:41.590 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: router_availability_zone 2026-04-02 09:24:41.590 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 09:24:41.590 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-02 09:24:41.590 8 WARNING neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] subnetpool is already registered 2026-04-02 09:24:41.591 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 09:24:41.591 8 WARNING neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] subnetpool is already registered 2026-04-02 09:24:41.591 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-02 09:24:41.591 8 WARNING neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] trunk is already registered 2026-04-02 09:24:41.592 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 09:24:41.592 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: security-groups-default-rules 2026-04-02 09:24:41.592 8 WARNING neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] ikepolicy is already registered 2026-04-02 09:24:41.592 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-02 09:24:41.592 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 09:24:41.592 8 WARNING neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] ipsecpolicy is already registered 2026-04-02 09:24:41.593 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-02 09:24:41.593 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-02 09:24:41.593 8 WARNING neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] endpoint_group is already registered 2026-04-02 09:24:41.593 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-02 09:24:41.593 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-02 09:24:41.593 8 WARNING neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] vpnservice is already registered 2026-04-02 09:24:41.594 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-02 09:24:41.594 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-02 09:24:41.594 8 WARNING neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] ipsec_site_connection is already registered 2026-04-02 09:24:41.594 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-02 09:24:41.594 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 09:24:41.594 8 WARNING neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] ipsecpolicy is already registered 2026-04-02 09:24:41.595 8 INFO neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 09:24:41.595 8 WARNING neutron.quota.resource_registry [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] ikepolicy is already registered 2026-04-02 09:24:41.599 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: security-group 2026-04-02 09:24:41.602 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: segment 2026-04-02 09:24:41.603 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-02 09:24:41.603 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: service-type 2026-04-02 09:24:41.604 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: sorting 2026-04-02 09:24:41.604 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: standard-attr-segment 2026-04-02 09:24:41.605 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: standard-attr-description 2026-04-02 09:24:41.605 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: stateful-security-group 2026-04-02 09:24:41.606 7 WARNING neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-02 09:24:41.606 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-02 09:24:41.607 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: subnet-external-network 2026-04-02 09:24:41.608 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: subnet_onboard 2026-04-02 09:24:41.608 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-02 09:24:41.609 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: subnet-service-types 2026-04-02 09:24:41.610 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: subnet_allocation 2026-04-02 09:24:41.610 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-02 09:24:41.611 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: tag-creation 2026-04-02 09:24:41.611 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-02 09:24:41.615 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: standard-attr-tag 2026-04-02 09:24:41.616 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-02 09:24:41.617 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: trunk 2026-04-02 09:24:41.617 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: trunk-details 2026-04-02 09:24:41.618 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-02 09:24:41.618 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-02 09:24:41.619 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-02 09:24:41.620 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-02 09:24:41.621 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-02 09:24:41.622 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-02 09:24:41.623 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: vpn-flavors 2026-04-02 09:24:41.625 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: vpnaas 2026-04-02 09:24:41.626 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: taas 2026-04-02 09:24:41.627 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: tap-mirror 2026-04-02 09:24:41.627 7 INFO neutron.api.extensions [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Loaded extension: taas-vlan-filter 2026-04-02 09:24:41.630 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-02 09:24:41.630 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-02 09:24:41.631 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 09:24:41.631 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-02 09:24:41.632 8 WARNING keystonemiddleware._common.config [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-02 09:24:41.635 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-02 09:24:41.635 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-02 09:24:41.638 8 WARNING oslo_config.cfg [None req-d67d6157-e46c-4473-990d-89e1bf953fb0 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-02 09:24:41.640 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of CountableResource for resource:rbac_policy WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fb819b49668 pid: 8 (default app) 2026-04-02 09:24:41.641 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-02 09:24:41.641 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-02 09:24:41.642 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 09:24:41.642 7 WARNING neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] subnetpool is already registered 2026-04-02 09:24:41.643 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 09:24:41.643 7 WARNING neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] subnetpool is already registered 2026-04-02 09:24:41.643 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-02 09:24:41.644 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 09:24:41.644 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 09:24:41.644 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-02 09:24:41.645 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-02 09:24:41.645 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-02 09:24:41.646 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 09:24:41.646 7 WARNING neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] ipsecpolicy is already registered 2026-04-02 09:24:41.646 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 09:24:41.646 7 WARNING neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] ikepolicy is already registered 2026-04-02 09:24:41.651 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-02 09:24:41.651 7 WARNING neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] router is already registered 2026-04-02 09:24:41.651 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-02 09:24:41.652 7 WARNING neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] floatingip is already registered 2026-04-02 09:24:41.655 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-02 09:24:41.655 7 WARNING neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] rbac_policy is already registered 2026-04-02 09:24:41.656 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-02 09:24:41.656 7 WARNING neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] security_group is already registered 2026-04-02 09:24:41.656 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-02 09:24:41.656 7 WARNING neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] security_group_rule is already registered 2026-04-02 09:24:41.657 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 09:24:41.657 7 WARNING neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] subnetpool is already registered 2026-04-02 09:24:41.658 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-02 09:24:41.658 7 WARNING neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] subnetpool is already registered 2026-04-02 09:24:41.658 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-02 09:24:41.659 7 WARNING neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] trunk is already registered 2026-04-02 09:24:41.659 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 09:24:41.659 7 WARNING neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] ikepolicy is already registered 2026-04-02 09:24:41.659 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 09:24:41.660 7 WARNING neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] ipsecpolicy is already registered 2026-04-02 09:24:41.660 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-02 09:24:41.660 7 WARNING neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] endpoint_group is already registered 2026-04-02 09:24:41.660 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-02 09:24:41.660 7 WARNING neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] vpnservice is already registered 2026-04-02 09:24:41.661 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-02 09:24:41.661 7 WARNING neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] ipsec_site_connection is already registered 2026-04-02 09:24:41.661 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-02 09:24:41.661 7 WARNING neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] ipsecpolicy is already registered 2026-04-02 09:24:41.662 7 INFO neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-02 09:24:41.662 7 WARNING neutron.quota.resource_registry [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] ikepolicy is already registered 2026-04-02 09:24:41.709 7 WARNING keystonemiddleware._common.config [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-02 09:24:41.717 7 WARNING oslo_config.cfg [None req-5d6abed7-6ae9-44bd-a540-51cdbfb166dd - - - - - -] 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 0x7fb819b49668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 09:24:47.364 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cc344419-a83c-4363-b834-9fa3a05c5fac 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.155 () {44 vars in 927 bytes} [Thu Apr 2 09:24:46 2026] GET /v2.0/networks/public => generated 108 bytes in 824 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.204.45.155 () {44 vars in 949 bytes} [Thu Apr 2 09:24:47 2026] GET /v2.0/networks?name=public => generated 15 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 09:24:48.134 8 WARNING neutron.services.revisions.revision_plugin [None req-8445b3e2-fae7-43b4-8e98-ddf5e5e56e7f 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Could not find related network for resource to bump revision. 2026-04-02 09:24:48.165 8 INFO neutron.db.segments_db [None req-8445b3e2-fae7-43b4-8e98-ddf5e5e56e7f 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment abfd4e7e-4748-470e-aeb6-38e375a9f9a1 of type flat for network badf459f-acdf-4b8a-b0e8-977d6896071f 2026-04-02 09:24:48.214 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8445b3e2-fae7-43b4-8e98-ddf5e5e56e7f 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.204.45.155 () {48 vars in 967 bytes} [Thu Apr 2 09:24:47 2026] POST /v2.0/networks => generated 124 bytes in 513 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 09:24:54.069 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f26a08b2-fd56-413d-a5ec-3cc789badf5f 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.155 () {44 vars in 927 bytes} [Thu Apr 2 09:24:54 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.155 () {44 vars in 949 bytes} [Thu Apr 2 09:24:54 2026] GET /v2.0/networks?name=public => generated 15 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 09:24:54.142 8 WARNING neutron.services.revisions.revision_plugin [None req-26fcb52e-23e3-46da-8fcd-ba392659d755 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Could not find related network for resource to bump revision. 2026-04-02 09:24:54.158 8 INFO neutron.db.segments_db [None req-26fcb52e-23e3-46da-8fcd-ba392659d755 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment 02a47037-e17a-45b8-b847-07247d938413 of type flat for network c354686c-b015-4f2a-a8f4-43dc09316425 2026-04-02 09:24:54.178 8 INFO neutron.pecan_wsgi.hooks.translation [None req-26fcb52e-23e3-46da-8fcd-ba392659d755 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.155 () {48 vars in 967 bytes} [Thu Apr 2 09:24:54 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-04-02 09:25:00.331 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e4ee1421-8f20-4b05-a169-3d4283b91c23 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.204.45.155 () {44 vars in 927 bytes} [Thu Apr 2 09:24:59 2026] GET /v2.0/networks/public => generated 108 bytes in 367 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.204.45.155 () {44 vars in 949 bytes} [Thu Apr 2 09:25:00 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 09:25:00.626 7 WARNING neutron.services.revisions.revision_plugin [None req-ef60efbe-83df-455c-b001-1a8000a7cb83 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Could not find related network for resource to bump revision. 2026-04-02 09:25:00.648 7 INFO neutron.db.segments_db [None req-ef60efbe-83df-455c-b001-1a8000a7cb83 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment bf7f6d37-6378-4bb7-90cd-c3990ae86b84 of type flat for network df86e1fe-bfea-425c-be52-c468f0d0fc81 2026-04-02 09:25:00.696 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ef60efbe-83df-455c-b001-1a8000a7cb83 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.204.45.155 () {48 vars in 967 bytes} [Thu Apr 2 09:25:00 2026] POST /v2.0/networks => generated 124 bytes in 348 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 09:25:06.534 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0a2d0e98-b2ec-4d04-a62b-10f15a1ea688 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.155 () {44 vars in 927 bytes} [Thu Apr 2 09:25:06 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.204.45.155 () {44 vars in 949 bytes} [Thu Apr 2 09:25:06 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 09:25:06.603 7 WARNING neutron.services.revisions.revision_plugin [None req-41998a4d-dec6-4571-b32f-149e29b7913f 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Could not find related network for resource to bump revision. 2026-04-02 09:25:06.622 7 INFO neutron.db.segments_db [None req-41998a4d-dec6-4571-b32f-149e29b7913f 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment 4988b8cd-2c2c-4dd2-9434-a7df08d019c4 of type flat for network ba3a77d7-3436-4230-9389-797b289e2a4d 2026-04-02 09:25:06.645 7 INFO neutron.pecan_wsgi.hooks.translation [None req-41998a4d-dec6-4571-b32f-149e29b7913f 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.155 () {48 vars in 967 bytes} [Thu Apr 2 09:25:06 2026] POST /v2.0/networks => generated 124 bytes in 94 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 09:25:12.540 8 INFO neutron.pecan_wsgi.hooks.translation [None req-11634767-4b80-4251-b678-e4f3c171841e 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.155 () {44 vars in 927 bytes} [Thu Apr 2 09:25:12 2026] GET /v2.0/networks/public => generated 108 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.155 () {44 vars in 949 bytes} [Thu Apr 2 09:25:12 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 09:25:12.625 8 WARNING neutron.services.revisions.revision_plugin [None req-0c6a76f4-15ca-4dab-9d39-ac4275c3c960 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Could not find related network for resource to bump revision. 2026-04-02 09:25:12.649 8 INFO neutron.db.segments_db [None req-0c6a76f4-15ca-4dab-9d39-ac4275c3c960 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment 15a15f7e-b196-4401-aeb9-e9515943889d of type flat for network 268c30bb-e5bf-433a-9cd3-1edba9db7ade 2026-04-02 09:25:12.673 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0c6a76f4-15ca-4dab-9d39-ac4275c3c960 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.155 () {48 vars in 967 bytes} [Thu Apr 2 09:25:12 2026] POST /v2.0/networks => generated 124 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 09:25:18.555 8 INFO neutron.pecan_wsgi.hooks.translation [None req-076a1231-6635-4551-9c68-8c09bfb8801c 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/21] 199.204.45.155 () {44 vars in 927 bytes} [Thu Apr 2 09:25:18 2026] GET /v2.0/networks/public => generated 108 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/22] 199.204.45.155 () {44 vars in 949 bytes} [Thu Apr 2 09:25:18 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-04-02 09:25:18.649 8 WARNING neutron.services.revisions.revision_plugin [None req-9452eb1f-d0be-4697-82a1-a47c23581f67 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Could not find related network for resource to bump revision. 2026-04-02 09:25:18.715 8 INFO neutron.db.segments_db [None req-9452eb1f-d0be-4697-82a1-a47c23581f67 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment 105ff987-5c6e-41b8-9368-2a36eb09880b of type flat for network 34f121f5-aaab-474d-96be-180217a6550a [pid: 8|app: 0|req: 13/23] 199.204.45.155 () {48 vars in 967 bytes} [Thu Apr 2 09:25:18 2026] POST /v2.0/networks => generated 706 bytes in 1131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 09:25:20.861 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7e5f0d26-e951-4e9c-a1b0-4559e0cfccd4 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.204.45.155 () {44 vars in 927 bytes} [Thu Apr 2 09:25:20 2026] GET /v2.0/networks/public => generated 108 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.204.45.155 () {44 vars in 949 bytes} [Thu Apr 2 09:25:20 2026] GET /v2.0/networks?name=public => generated 709 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 09:25:20.947 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e4acda13-dc99-48d7-8338-38aeb55e83f2 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/26] 199.204.45.155 () {44 vars in 1034 bytes} [Thu Apr 2 09:25:20 2026] GET /v2.0/subnets/public-subnet?network_id=34f121f5-aaab-474d-96be-180217a6550a => generated 113 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/27] 199.204.45.155 () {44 vars in 1057 bytes} [Thu Apr 2 09:25:20 2026] GET /v2.0/subnets?name=public-subnet&network_id=34f121f5-aaab-474d-96be-180217a6550a => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 199.204.45.155 () {48 vars in 965 bytes} [Thu Apr 2 09:25:20 2026] POST /v2.0/subnets => generated 664 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 09:30:09.801 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4c3ffa5e-88c4-4e52-9c59-f2bd71ee1221 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/67] 199.204.45.155 () {44 vars in 937 bytes} [Thu Apr 2 09:30:09 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 103 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/68] 199.204.45.155 () {44 vars in 959 bytes} [Thu Apr 2 09:30:09 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 09:30:09.890 8 INFO neutron.db.segments_db [None req-cb58423b-60f4-4b56-94c6-17750bd15d11 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment 551f1faa-a50e-440e-ae09-66e9b37733b0 of type vxlan for network ba4a1b13-ae7c-4086-8379-da008d553600 [pid: 8|app: 0|req: 36/69] 199.204.45.155 () {48 vars in 966 bytes} [Thu Apr 2 09:30:09 2026] POST /v2.0/networks => generated 688 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 09:30:10.871 7 INFO neutron.pecan_wsgi.hooks.translation [None req-00f6eb18-80bf-478a-b330-84cc138cff16 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/70] 199.204.45.155 () {44 vars in 937 bytes} [Thu Apr 2 09:30:10 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/71] 199.204.45.155 () {44 vars in 959 bytes} [Thu Apr 2 09:30:10 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 09:30:10.926 7 INFO neutron.pecan_wsgi.hooks.translation [None req-186994a2-03b2-4689-855d-ce507c29f2ff 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/72] 199.204.45.155 () {44 vars in 1036 bytes} [Thu Apr 2 09:30:10 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=ba4a1b13-ae7c-4086-8379-da008d553600 => 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: 38/73] 199.204.45.155 () {44 vars in 1059 bytes} [Thu Apr 2 09:30:10 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=ba4a1b13-ae7c-4086-8379-da008d553600 => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/74] 199.204.45.155 () {48 vars in 965 bytes} [Thu Apr 2 09:30:10 2026] POST /v2.0/subnets => generated 651 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 09:30:12.286 8 INFO neutron.api.v2.resource [None req-80186470-cb08-421b-ae16-0e58604ad63c 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/75] 199.204.45.155 () {44 vars in 971 bytes} [Thu Apr 2 09:30:12 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/76] 199.204.45.155 () {44 vars in 993 bytes} [Thu Apr 2 09:30:12 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/77] 199.204.45.155 () {48 vars in 980 bytes} [Thu Apr 2 09:30:12 2026] POST /v2.0/security-groups => generated 1616 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/78] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:30:13 2026] GET /v2.0/security-groups/96a75f45-2b83-41b8-b958-a218a91cfa9d => generated 1616 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/79] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:30:13 2026] GET /v2.0/security-groups/96a75f45-2b83-41b8-b958-a218a91cfa9d => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/80] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:30:13 2026] GET /v2.0/security-groups/96a75f45-2b83-41b8-b958-a218a91cfa9d => generated 1616 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/81] 199.204.45.155 () {48 vars in 991 bytes} [Thu Apr 2 09:30:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/82] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:30:14 2026] GET /v2.0/security-groups/96a75f45-2b83-41b8-b958-a218a91cfa9d => generated 2230 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/83] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:30:14 2026] GET /v2.0/security-groups/96a75f45-2b83-41b8-b958-a218a91cfa9d => generated 2230 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/84] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:30:14 2026] GET /v2.0/security-groups/96a75f45-2b83-41b8-b958-a218a91cfa9d => generated 2230 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/85] 199.204.45.155 () {48 vars in 991 bytes} [Thu Apr 2 09:30:14 2026] POST /v2.0/security-group-rules => generated 603 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/86] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:30:15 2026] GET /v2.0/security-groups/96a75f45-2b83-41b8-b958-a218a91cfa9d => generated 2846 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/87] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:30:15 2026] GET /v2.0/security-groups/96a75f45-2b83-41b8-b958-a218a91cfa9d => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/88] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:30:15 2026] GET /v2.0/security-groups/96a75f45-2b83-41b8-b958-a218a91cfa9d => 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: 46/89] 199.204.45.155 () {48 vars in 991 bytes} [Thu Apr 2 09:30:15 2026] POST /v2.0/security-group-rules => generated 603 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/90] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:30:16 2026] GET /v2.0/security-groups/96a75f45-2b83-41b8-b958-a218a91cfa9d => generated 3462 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/91] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:30:16 2026] GET /v2.0/security-groups/96a75f45-2b83-41b8-b958-a218a91cfa9d => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/92] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:30:16 2026] GET /v2.0/security-groups/96a75f45-2b83-41b8-b958-a218a91cfa9d => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/93] 199.204.45.155 () {48 vars in 991 bytes} [Thu Apr 2 09:30:16 2026] POST /v2.0/security-group-rules => generated 603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/94] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:30:17 2026] GET /v2.0/security-groups/96a75f45-2b83-41b8-b958-a218a91cfa9d => generated 4078 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/95] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:30:17 2026] GET /v2.0/security-groups/96a75f45-2b83-41b8-b958-a218a91cfa9d => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/96] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:30:17 2026] GET /v2.0/security-groups/96a75f45-2b83-41b8-b958-a218a91cfa9d => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/97] 199.204.45.155 () {48 vars in 991 bytes} [Thu Apr 2 09:30:17 2026] POST /v2.0/security-group-rules => generated 603 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/100] 199.204.45.155 () {44 vars in 987 bytes} [Thu Apr 2 09:30:18 2026] GET /v2.0/networks/ba4a1b13-ae7c-4086-8379-da008d553600 => generated 732 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 09:30:18.814 8 INFO neutron.pecan_wsgi.hooks.translation [None req-05a466f0-a0fa-4656-a01a-180df8a216c6 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/101] 199.204.45.155 () {44 vars in 1076 bytes} [Thu Apr 2 09:30:18 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=ba4a1b13-ae7c-4086-8379-da008d553600 => generated 132 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/102] 199.204.45.155 () {44 vars in 1099 bytes} [Thu Apr 2 09:30:18 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=ba4a1b13-ae7c-4086-8379-da008d553600 => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/103] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:30:18 2026] GET /v2.0/security-groups/96a75f45-2b83-41b8-b958-a218a91cfa9d => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/104] 199.204.45.155 () {48 vars in 961 bytes} [Thu Apr 2 09:30:18 2026] POST /v2.0/ports => generated 1092 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-02 09:30:26.184 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6a184a04-d9d5-46e8-9ac6-87e4e2a596da 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/105] 199.204.45.155 () {44 vars in 979 bytes} [Thu Apr 2 09:30:26 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) /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: 52/106] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:30:26 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1095 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/107] 199.204.45.155 () {48 vars in 1031 bytes} [Thu Apr 2 09:30:26 2026] PUT /v2.0/ports/b2e59119-d821-4cac-a2d4-c38182dbe8c9 => generated 1241 bytes in 709 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/108] 199.204.45.155 () {44 vars in 920 bytes} [Thu Apr 2 09:30:28 2026] GET /v2.0/ports => generated 3722 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 09:30:29.858 8 INFO neutron.api.v2.resource [None req-48bc1a26-cbba-4b0a-b6ad-7e4cf321b028 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 56/109] 199.204.45.155 () {44 vars in 959 bytes} [Thu Apr 2 09:30:29 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/110] 199.204.45.155 () {44 vars in 981 bytes} [Thu Apr 2 09:30:29 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/111] 199.204.45.155 () {48 vars in 980 bytes} [Thu Apr 2 09:30:29 2026] POST /v2.0/security-groups => generated 1610 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/112] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:30:30 2026] GET /v2.0/security-groups/687be8cd-a956-4ab5-82f9-cd4fe21f0ac7 => generated 1610 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/113] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:30:30 2026] GET /v2.0/security-groups/687be8cd-a956-4ab5-82f9-cd4fe21f0ac7 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/114] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:30:30 2026] GET /v2.0/security-groups/687be8cd-a956-4ab5-82f9-cd4fe21f0ac7 => generated 1610 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/115] 199.204.45.155 () {48 vars in 991 bytes} [Thu Apr 2 09:30:30 2026] POST /v2.0/security-group-rules => generated 619 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/116] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:30:31 2026] GET /v2.0/security-groups/687be8cd-a956-4ab5-82f9-cd4fe21f0ac7 => generated 2242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/117] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:30:31 2026] GET /v2.0/security-groups/687be8cd-a956-4ab5-82f9-cd4fe21f0ac7 => generated 2242 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/118] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:30:31 2026] GET /v2.0/security-groups/687be8cd-a956-4ab5-82f9-cd4fe21f0ac7 => generated 2242 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/119] 199.204.45.155 () {48 vars in 991 bytes} [Thu Apr 2 09:30:31 2026] POST /v2.0/security-group-rules => generated 623 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/132] 199.204.45.155 () {44 vars in 975 bytes} [Thu Apr 2 09:31:57 2026] GET /v2.0/quotas/2a1a70d8471747b993bd9addddfc3d3f => 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: 68/133] 199.204.45.155 () {48 vars in 1027 bytes} [Thu Apr 2 09:31:57 2026] PUT /v2.0/quotas/2a1a70d8471747b993bd9addddfc3d3f => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 09:34:18.235 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ed79d9ad-2f13-44c8-97aa-af498e95baa6 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 78/152] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 09:34:18 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 80/155] 199.204.45.155 () {30 vars in 763 bytes} [Thu Apr 2 09:34:18 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 09:34:20.317 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d7667586-4e10-4983-b7f9-85f4c7f053ec 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/156] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 09:34:20 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 80 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 81/157] 199.204.45.155 () {30 vars in 763 bytes} [Thu Apr 2 09:34:20 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 09:39:35.463 8 INFO neutron.api.v2.resource [None req-7694e5f3-2e13-4645-9ddc-a5feadd9e2fa 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 103/200] 199.204.45.155 () {44 vars in 1074 bytes} [Thu Apr 2 09:39:35 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=f27fbf5bbb9d4a78b3ef7693cfd05eb6 => generated 139 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 98/201] 199.204.45.155 () {44 vars in 1097 bytes} [Thu Apr 2 09:39:35 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=f27fbf5bbb9d4a78b3ef7693cfd05eb6 => generated 23 bytes in 482 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/202] 199.204.45.155 () {48 vars in 981 bytes} [Thu Apr 2 09:39:36 2026] POST /v2.0/security-groups => generated 1624 bytes in 535 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 99/203] 199.204.45.155 () {44 vars in 1088 bytes} [Thu Apr 2 09:39:37 2026] GET /v2.0/security-groups/4bff4238-322e-488a-ac0e-3de18e902caa?project_id=f27fbf5bbb9d4a78b3ef7693cfd05eb6 => generated 1624 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/204] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:39:37 2026] GET /v2.0/security-groups/4bff4238-322e-488a-ac0e-3de18e902caa => generated 1624 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/205] 199.204.45.155 () {44 vars in 1088 bytes} [Thu Apr 2 09:39:37 2026] GET /v2.0/security-groups/4bff4238-322e-488a-ac0e-3de18e902caa?project_id=f27fbf5bbb9d4a78b3ef7693cfd05eb6 => generated 1624 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/206] 199.204.45.155 () {48 vars in 991 bytes} [Thu Apr 2 09:39:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/207] 199.204.45.155 () {44 vars in 1088 bytes} [Thu Apr 2 09:39:38 2026] GET /v2.0/security-groups/4bff4238-322e-488a-ac0e-3de18e902caa?project_id=f27fbf5bbb9d4a78b3ef7693cfd05eb6 => generated 2234 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/208] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:39:38 2026] GET /v2.0/security-groups/4bff4238-322e-488a-ac0e-3de18e902caa => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/209] 199.204.45.155 () {44 vars in 1088 bytes} [Thu Apr 2 09:39:38 2026] GET /v2.0/security-groups/4bff4238-322e-488a-ac0e-3de18e902caa?project_id=f27fbf5bbb9d4a78b3ef7693cfd05eb6 => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/210] 199.204.45.155 () {48 vars in 991 bytes} [Thu Apr 2 09:39:38 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: 7|app: 0|req: 103/211] 199.204.45.155 () {44 vars in 1088 bytes} [Thu Apr 2 09:39:39 2026] GET /v2.0/security-groups/4bff4238-322e-488a-ac0e-3de18e902caa?project_id=f27fbf5bbb9d4a78b3ef7693cfd05eb6 => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/212] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:39:39 2026] GET /v2.0/security-groups/4bff4238-322e-488a-ac0e-3de18e902caa => 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: 104/213] 199.204.45.155 () {44 vars in 1088 bytes} [Thu Apr 2 09:39:39 2026] GET /v2.0/security-groups/4bff4238-322e-488a-ac0e-3de18e902caa?project_id=f27fbf5bbb9d4a78b3ef7693cfd05eb6 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/214] 199.204.45.155 () {48 vars in 991 bytes} [Thu Apr 2 09:39:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/215] 199.204.45.155 () {44 vars in 1088 bytes} [Thu Apr 2 09:39:40 2026] GET /v2.0/security-groups/4bff4238-322e-488a-ac0e-3de18e902caa?project_id=f27fbf5bbb9d4a78b3ef7693cfd05eb6 => generated 3460 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/216] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:39:40 2026] GET /v2.0/security-groups/4bff4238-322e-488a-ac0e-3de18e902caa => generated 3460 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/217] 199.204.45.155 () {44 vars in 1088 bytes} [Thu Apr 2 09:39:41 2026] GET /v2.0/security-groups/4bff4238-322e-488a-ac0e-3de18e902caa?project_id=f27fbf5bbb9d4a78b3ef7693cfd05eb6 => generated 3460 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/218] 199.204.45.155 () {48 vars in 991 bytes} [Thu Apr 2 09:39:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/257] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 2 09:44:29 2026] GET /v2.0/networks?tenant_id=f27fbf5bbb9d4a78b3ef7693cfd05eb6&shared=False => generated 15 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 09:44:29.949 7 INFO neutron.db.segments_db [None req-7dd4bc4e-994d-4233-824a-d24dc63b1e4f 6fb81ede2be34ac2be979fc88a392ab0 f27fbf5bbb9d4a78b3ef7693cfd05eb6 - - f0afef07c8fc44d4b66a859aa4bc74d9 f0afef07c8fc44d4b66a859aa4bc74d9] Added segment c0811da6-c139-40eb-8699-75138f5eb06c of type vxlan for network 61d3457c-ea0d-41ba-9034-7de43c32c49e [pid: 7|app: 0|req: 126/258] 199.204.45.155 () {34 vars in 682 bytes} [Thu Apr 2 09:44:29 2026] POST /v2.0/networks => generated 699 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/259] 199.204.45.155 () {30 vars in 722 bytes} [Thu Apr 2 09:44:30 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/260] 199.204.45.155 () {30 vars in 633 bytes} [Thu Apr 2 09:44:30 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/261] 199.204.45.155 () {34 vars in 677 bytes} [Thu Apr 2 09:44:30 2026] POST /v2.0/ports => generated 999 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/262] 199.204.45.155 () {30 vars in 703 bytes} [Thu Apr 2 09:44:30 2026] GET /v2.0/networks/61d3457c-ea0d-41ba-9034-7de43c32c49e => generated 705 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/263] 199.204.45.155 () {30 vars in 722 bytes} [Thu Apr 2 09:44:32 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/264] 199.204.45.155 () {30 vars in 703 bytes} [Thu Apr 2 09:44:32 2026] GET /v2.0/networks/61d3457c-ea0d-41ba-9034-7de43c32c49e => generated 705 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/269] 199.204.45.155 () {44 vars in 975 bytes} [Thu Apr 2 09:44:56 2026] GET /v2.0/quotas/f27fbf5bbb9d4a78b3ef7693cfd05eb6 => 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: 138/270] 199.204.45.155 () {48 vars in 1027 bytes} [Thu Apr 2 09:44:57 2026] PUT /v2.0/quotas/f27fbf5bbb9d4a78b3ef7693cfd05eb6 => generated 291 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 09:56:14.348 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c98baec1-2170-400c-bb2a-1b5a9122f28f 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/361] 199.204.45.155 () {44 vars in 927 bytes} [Thu Apr 2 09:56:14 2026] GET /v2.0/networks/public => generated 108 bytes in 167 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/362] 199.204.45.155 () {44 vars in 949 bytes} [Thu Apr 2 09:56:14 2026] GET /v2.0/networks?name=public => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 09:56:15.442 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3ddc357f-a6e3-4f7f-a210-73c16f766bf1 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/363] 199.204.45.155 () {44 vars in 927 bytes} [Thu Apr 2 09:56:15 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/364] 199.204.45.155 () {44 vars in 949 bytes} [Thu Apr 2 09:56:15 2026] GET /v2.0/networks?name=public => generated 753 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 09:56:15.502 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1bb5ed95-d7e0-4105-a0d8-a7fe80cdbbd9 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/365] 199.204.45.155 () {44 vars in 1034 bytes} [Thu Apr 2 09:56:15 2026] GET /v2.0/subnets/public-subnet?network_id=34f121f5-aaab-474d-96be-180217a6550a => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/366] 199.204.45.155 () {44 vars in 1057 bytes} [Thu Apr 2 09:56:15 2026] GET /v2.0/subnets?name=public-subnet&network_id=34f121f5-aaab-474d-96be-180217a6550a => generated 667 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 09:56:43.485 7 INFO neutron.pecan_wsgi.hooks.translation [None req-285df309-b18e-48b1-abb6-12f761da183d 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 183/371] 199.204.45.155 () {44 vars in 937 bytes} [Thu Apr 2 09:56:43 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/372] 199.204.45.155 () {44 vars in 959 bytes} [Thu Apr 2 09:56:43 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 09:56:44.511 7 INFO neutron.pecan_wsgi.hooks.translation [None req-188d6ea5-d4e9-4d9d-bdb3-e672007ecd9b 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/373] 199.204.45.155 () {44 vars in 937 bytes} [Thu Apr 2 09:56:44 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/374] 199.204.45.155 () {44 vars in 959 bytes} [Thu Apr 2 09:56:44 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 09:56:44.585 7 INFO neutron.pecan_wsgi.hooks.translation [None req-76665fd8-922c-4820-9bbe-b236d582c247 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/375] 199.204.45.155 () {44 vars in 1036 bytes} [Thu Apr 2 09:56:44 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=ba4a1b13-ae7c-4086-8379-da008d553600 => 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: 191/376] 199.204.45.155 () {44 vars in 1059 bytes} [Thu Apr 2 09:56:44 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=ba4a1b13-ae7c-4086-8379-da008d553600 => generated 654 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 09:56:45.740 7 INFO neutron.api.v2.resource [None req-c9f94a12-c0c5-494c-bd25-68b3aaad567f 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 186/377] 199.204.45.155 () {44 vars in 971 bytes} [Thu Apr 2 09:56:45 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/378] 199.204.45.155 () {44 vars in 993 bytes} [Thu Apr 2 09:56:45 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/379] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:56:46 2026] GET /v2.0/security-groups/96a75f45-2b83-41b8-b958-a218a91cfa9d => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/380] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:56:46 2026] GET /v2.0/security-groups/96a75f45-2b83-41b8-b958-a218a91cfa9d => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/381] 199.204.45.155 () {44 vars in 1011 bytes} [Thu Apr 2 09:56:46 2026] GET /v2.0/security-group-rules/089ff4c2-7cc4-4c63-8dab-b158310c25a5 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/382] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:56:47 2026] GET /v2.0/security-groups/96a75f45-2b83-41b8-b958-a218a91cfa9d => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/383] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:56:47 2026] GET /v2.0/security-groups/96a75f45-2b83-41b8-b958-a218a91cfa9d => 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: 195/384] 199.204.45.155 () {44 vars in 1011 bytes} [Thu Apr 2 09:56:47 2026] GET /v2.0/security-group-rules/93bf5444-3eb1-445f-8201-3b31fb1e4225 => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/387] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:56:48 2026] GET /v2.0/security-groups/96a75f45-2b83-41b8-b958-a218a91cfa9d => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/388] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:56:48 2026] GET /v2.0/security-groups/96a75f45-2b83-41b8-b958-a218a91cfa9d => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/389] 199.204.45.155 () {44 vars in 1011 bytes} [Thu Apr 2 09:56:48 2026] GET /v2.0/security-group-rules/01191b88-98d3-43b3-a6ed-9ac465e98d7d => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/390] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:56:49 2026] GET /v2.0/security-groups/96a75f45-2b83-41b8-b958-a218a91cfa9d => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/391] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:56:49 2026] GET /v2.0/security-groups/96a75f45-2b83-41b8-b958-a218a91cfa9d => generated 4694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/392] 199.204.45.155 () {44 vars in 1011 bytes} [Thu Apr 2 09:56:49 2026] GET /v2.0/security-group-rules/54f3b583-68a7-4648-98b0-02dc05ed408d => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/393] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:56:50 2026] GET /v2.0/security-groups/96a75f45-2b83-41b8-b958-a218a91cfa9d => generated 4694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/394] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:56:50 2026] GET /v2.0/security-groups/96a75f45-2b83-41b8-b958-a218a91cfa9d => 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: 201/395] 199.204.45.155 () {44 vars in 1011 bytes} [Thu Apr 2 09:56:50 2026] GET /v2.0/security-group-rules/5930c4e9-5d8c-4090-9983-1832b60caa37 => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/396] 199.204.45.155 () {44 vars in 987 bytes} [Thu Apr 2 09:56:51 2026] GET /v2.0/networks/ba4a1b13-ae7c-4086-8379-da008d553600 => generated 732 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 09:56:51.946 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a07fc757-46ed-45da-a288-7a8028407976 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 202/397] 199.204.45.155 () {44 vars in 1076 bytes} [Thu Apr 2 09:56:51 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=ba4a1b13-ae7c-4086-8379-da008d553600 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/398] 199.204.45.155 () {44 vars in 1099 bytes} [Thu Apr 2 09:56:51 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=ba4a1b13-ae7c-4086-8379-da008d553600 => generated 1246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/399] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:56:51 2026] GET /v2.0/security-groups/96a75f45-2b83-41b8-b958-a218a91cfa9d => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 09:56:59.687 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8d904fe3-8723-4181-9ba0-a4f74379348d 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 197/400] 199.204.45.155 () {44 vars in 979 bytes} [Thu Apr 2 09:56:59 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/401] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:56:59 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1246 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/402] 199.204.45.155 () {44 vars in 920 bytes} [Thu Apr 2 09:57:01 2026] GET /v2.0/ports => generated 4717 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 09:57:02.404 8 INFO neutron.api.v2.resource [None req-d643833a-51f8-42ad-a1ef-4f40e2daf25c 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 205/403] 199.204.45.155 () {44 vars in 959 bytes} [Thu Apr 2 09:57:02 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/404] 199.204.45.155 () {44 vars in 981 bytes} [Thu Apr 2 09:57:02 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2877 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/407] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:57:03 2026] GET /v2.0/security-groups/687be8cd-a956-4ab5-82f9-cd4fe21f0ac7 => generated 2878 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/408] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:57:03 2026] GET /v2.0/security-groups/687be8cd-a956-4ab5-82f9-cd4fe21f0ac7 => generated 2878 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/409] 199.204.45.155 () {44 vars in 1011 bytes} [Thu Apr 2 09:57:03 2026] GET /v2.0/security-group-rules/b8d34282-670b-4313-a349-e504d9bed9b1 => generated 619 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/410] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:57:04 2026] GET /v2.0/security-groups/687be8cd-a956-4ab5-82f9-cd4fe21f0ac7 => generated 2878 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/411] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:57:04 2026] GET /v2.0/security-groups/687be8cd-a956-4ab5-82f9-cd4fe21f0ac7 => generated 2878 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/412] 199.204.45.155 () {44 vars in 1011 bytes} [Thu Apr 2 09:57:04 2026] GET /v2.0/security-group-rules/755d71ee-13ba-4da7-b0c2-c9d6eee2222c => generated 623 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/413] 199.204.45.155 () {44 vars in 975 bytes} [Thu Apr 2 09:57:15 2026] GET /v2.0/quotas/2a1a70d8471747b993bd9addddfc3d3f => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 09:58:06.530 8 INFO neutron.api.v2.resource [None req-4d6bb886-1c4c-487b-b542-05b99dca181e 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 214/422] 199.204.45.155 () {44 vars in 1074 bytes} [Thu Apr 2 09:58:06 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=f27fbf5bbb9d4a78b3ef7693cfd05eb6 => generated 139 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/423] 199.204.45.155 () {44 vars in 1097 bytes} [Thu Apr 2 09:58:06 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=f27fbf5bbb9d4a78b3ef7693cfd05eb6 => generated 4072 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/424] 199.204.45.155 () {44 vars in 1088 bytes} [Thu Apr 2 09:58:07 2026] GET /v2.0/security-groups/4bff4238-322e-488a-ac0e-3de18e902caa?project_id=f27fbf5bbb9d4a78b3ef7693cfd05eb6 => generated 4075 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/425] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:58:07 2026] GET /v2.0/security-groups/4bff4238-322e-488a-ac0e-3de18e902caa => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/426] 199.204.45.155 () {44 vars in 1011 bytes} [Thu Apr 2 09:58:07 2026] GET /v2.0/security-group-rules/a3b0b83c-3958-4f29-bf3d-98f83e69e15b => generated 597 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/427] 199.204.45.155 () {44 vars in 1088 bytes} [Thu Apr 2 09:58:08 2026] GET /v2.0/security-groups/4bff4238-322e-488a-ac0e-3de18e902caa?project_id=f27fbf5bbb9d4a78b3ef7693cfd05eb6 => generated 4075 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/428] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:58:08 2026] GET /v2.0/security-groups/4bff4238-322e-488a-ac0e-3de18e902caa => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/429] 199.204.45.155 () {44 vars in 1011 bytes} [Thu Apr 2 09:58:08 2026] GET /v2.0/security-group-rules/f168dbc2-d407-4649-a782-eb5192c8f773 => generated 599 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/430] 199.204.45.155 () {44 vars in 1088 bytes} [Thu Apr 2 09:58:09 2026] GET /v2.0/security-groups/4bff4238-322e-488a-ac0e-3de18e902caa?project_id=f27fbf5bbb9d4a78b3ef7693cfd05eb6 => generated 4075 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/431] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:58:09 2026] GET /v2.0/security-groups/4bff4238-322e-488a-ac0e-3de18e902caa => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/432] 199.204.45.155 () {44 vars in 1011 bytes} [Thu Apr 2 09:58:09 2026] GET /v2.0/security-group-rules/6fe0046b-570e-4eff-b749-d23a0010dc84 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/433] 199.204.45.155 () {44 vars in 1088 bytes} [Thu Apr 2 09:58:10 2026] GET /v2.0/security-groups/4bff4238-322e-488a-ac0e-3de18e902caa?project_id=f27fbf5bbb9d4a78b3ef7693cfd05eb6 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/434] 199.204.45.155 () {44 vars in 1001 bytes} [Thu Apr 2 09:58:10 2026] GET /v2.0/security-groups/4bff4238-322e-488a-ac0e-3de18e902caa => generated 4075 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/435] 199.204.45.155 () {44 vars in 1011 bytes} [Thu Apr 2 09:58:10 2026] GET /v2.0/security-group-rules/01118684-6f2b-4a74-b9f1-1ac5d345f1a2 => generated 602 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/436] 199.204.45.155 () {44 vars in 975 bytes} [Thu Apr 2 09:58:18 2026] GET /v2.0/quotas/f27fbf5bbb9d4a78b3ef7693cfd05eb6 => 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: 226/445] 199.204.45.155 () {44 vars in 949 bytes} [Thu Apr 2 09:59:08 2026] GET /v2.0/networks?name=public => generated 753 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/452] 10.0.0.20 () {32 vars in 648 bytes} [Thu Apr 2 09:59:48 2026] GET /v2.0/networks => generated 2168 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/453] 10.0.0.20 () {32 vars in 654 bytes} [Thu Apr 2 09:59:49 2026] GET /v2.0/floatingips => 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: 231/454] 10.0.0.20 () {32 vars in 646 bytes} [Thu Apr 2 09:59:49 2026] GET /v2.0/routers => generated 15 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/455] 10.0.0.20 () {32 vars in 642 bytes} [Thu Apr 2 09:59:50 2026] GET /v2.0/ports => generated 4717 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/456] 10.0.0.20 () {32 vars in 646 bytes} [Thu Apr 2 09:59:50 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: 225/457] 10.0.0.20 () {32 vars in 648 bytes} [Thu Apr 2 09:59:50 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: 233/458] 10.0.0.20 () {32 vars in 662 bytes} [Thu Apr 2 09:59:50 2026] GET /v2.0/security-groups => generated 17393 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/459] 10.0.0.20 () {32 vars in 654 bytes} [Thu Apr 2 09:59:50 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:00:01.310 8 INFO neutron.db.segments_db [None req-d9e573bc-56d1-4558-9864-19612b12b2f8 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment e036e969-b6e1-4a94-810f-1fc5c61a60e9 of type vxlan for network 9e7a0ced-53e5-4081-be2e-dd78248e8251 2026-04-02 10:00:01.345 7 INFO neutron.db.segments_db [None req-aad7c674-c797-484a-842f-a408a4be50be 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment 0fb0e771-f057-4bb9-b6f3-1824aaa3a464 of type vxlan for network fa0a9c08-2f6e-4bc8-ac76-d4e1d88ce10b [pid: 8|app: 0|req: 234/460] 10.0.0.20 () {34 vars in 670 bytes} [Thu Apr 2 10:00:00 2026] POST /v2.0/networks => generated 718 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/461] 10.0.0.20 () {34 vars in 670 bytes} [Thu Apr 2 10:00:01 2026] POST /v2.0/networks => generated 730 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/462] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:00:01 2026] POST /v2.0/subnets => generated 684 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:00:01.690 8 INFO neutron.db.segments_db [None req-181af760-dfe3-4e4a-aa97-eaaefeca0a6d 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment ba0d7d28-b008-4900-bf6b-7786127bfaa0 of type vxlan for network 4b1dca2d-e001-44bd-a4a9-e1b0134d04db [pid: 7|app: 0|req: 229/463] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:00:01 2026] POST /v2.0/subnets => generated 696 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:00:01.753 7 INFO neutron.db.segments_db [None req-60c0eaa3-37bd-4edc-a7bf-bf5df08e479a 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment ff411443-583a-47cb-8f83-23c7e3306b30 of type vxlan for network af4fd368-80fa-49a9-a081-4a7b5e8c327d [pid: 8|app: 0|req: 235/464] 10.0.0.20 () {34 vars in 670 bytes} [Thu Apr 2 10:00:01 2026] POST /v2.0/networks => generated 725 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:00:01.818 8 INFO neutron.db.segments_db [None req-65f4486c-58cd-4b29-ad82-28d117c8f570 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment df5926f7-fa8e-4fd8-b013-0c5bf366db0a of type vxlan for network 41010921-bdf1-4ce9-bcf6-b611ae8bbad5 2026-04-02 10:00:02.002 7 INFO neutron.db.l3_hamode_db [None req-60c0eaa3-37bd-4edc-a7bf-bf5df08e479a 4622e6aab95146f982a3d0c3b8a409dc 8d16529ae1c347eda1bde5df4b452b7e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 10:00:02.114 8 INFO neutron.db.l3_hamode_db [None req-65f4486c-58cd-4b29-ad82-28d117c8f570 4622e6aab95146f982a3d0c3b8a409dc e6bf0eb62f5d4936bc362fe6beeb2a1f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 10:00:02.677 7 INFO neutron.db.l3_hamode_db [None req-60c0eaa3-37bd-4edc-a7bf-bf5df08e479a 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 10:00:02.882 8 INFO neutron.db.l3_hamode_db [None req-65f4486c-58cd-4b29-ad82-28d117c8f570 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 230/465] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:00:01 2026] POST /v2.0/routers => generated 724 bytes in 2172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/466] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:00:01 2026] POST /v2.0/routers => generated 736 bytes in 2231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/467] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:00:03 2026] POST /v2.0/subnets => generated 691 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/470] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:00:04 2026] GET /v2.0/security-groups?tenant_id=80b8fd7b5ab9463d85444ec199c41a97&name=default => generated 2921 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/471] 10.0.0.20 () {34 vars in 782 bytes} [Thu Apr 2 10:00:04 2026] PUT /v2.0/routers/ee507a17-befa-47ef-8b12-5502bfa2b66d/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: 234/472] 10.0.0.20 () {34 vars in 782 bytes} [Thu Apr 2 10:00:04 2026] PUT /v2.0/routers/9b9ad28c-919d-4dcc-b301-343fac57cf1e/add_router_interface => generated 309 bytes in 1140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:00:05.270 8 INFO neutron.db.segments_db [None req-05c0eb70-635e-4804-a508-27e879c5cefd 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment 4d26976d-7772-4418-ae45-b965a1034292 of type vxlan for network 68559f20-8ac5-46af-bea3-f88a28d2522d [pid: 7|app: 0|req: 235/473] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:00:05 2026] DELETE /v2.0/security-groups/3354c95e-a9f2-494d-a210-9f5a9352e4a2 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:00:05.623 8 INFO neutron.db.l3_hamode_db [None req-05c0eb70-635e-4804-a508-27e879c5cefd 4622e6aab95146f982a3d0c3b8a409dc 97d81cc6604147a08153665a5e81f2cf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 236/474] 10.0.0.20 () {34 vars in 684 bytes} [Thu Apr 2 10:00:05 2026] POST /v2.0/security-groups => generated 1660 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/475] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:00:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/476] 10.0.0.229 () {38 vars in 971 bytes} [Thu Apr 2 10:00:06 2026] POST /v2.0/security-groups => generated 1686 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-02 10:00:06.471 8 INFO neutron.db.l3_hamode_db [None req-05c0eb70-635e-4804-a508-27e879c5cefd 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 239/477] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:00:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/478] 10.0.0.20 () {34 vars in 675 bytes} [Thu Apr 2 10:00:06 2026] POST /v2.0/floatingips => generated 552 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/479] 10.0.0.229 () {34 vars in 991 bytes} [Thu Apr 2 10:00:07 2026] GET /v2.0/security-groups/e5e098fa-4fef-4139-91ed-8f6a40dfa258 => generated 1686 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/480] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:00:05 2026] POST /v2.0/routers => generated 731 bytes in 2103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:00:07.421 7 INFO neutron.db.segments_db [None req-6cef93b9-b645-446e-afb7-975aa39fee61 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment 98093685-1eb4-4b81-8c18-8e0b6522dc21 of type vxlan for network 5df058f5-f252-49bc-b811-28e1d21cfa68 [pid: 8|app: 0|req: 240/481] 10.0.0.229 () {38 vars in 981 bytes} [Thu Apr 2 10:00:07 2026] POST /v2.0/security-group-rules => generated 614 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/482] 10.0.0.20 () {34 vars in 670 bytes} [Thu Apr 2 10:00:07 2026] POST /v2.0/networks => generated 724 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/483] 10.0.0.229 () {34 vars in 1100 bytes} [Thu Apr 2 10:00:07 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1094749287&fields=id&tenant_id=8d16529ae1c347eda1bde5df4b452b7e => generated 69 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/484] 10.0.0.229 () {38 vars in 971 bytes} [Thu Apr 2 10:00:07 2026] POST /v2.0/security-groups => generated 1685 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/485] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:00:07 2026] POST /v2.0/subnets => generated 690 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/486] 10.0.0.229 () {34 vars in 982 bytes} [Thu Apr 2 10:00:07 2026] GET /v2.0/networks?id=9e7a0ced-53e5-4081-be2e-dd78248e8251 => generated 669 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/487] 10.0.0.229 () {34 vars in 991 bytes} [Thu Apr 2 10:00:07 2026] GET /v2.0/security-groups/a652086e-2e5c-4585-aa09-0036c9d66a26 => generated 1685 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:00:07.998 7 INFO neutron.db.segments_db [None req-43a50f53-e452-4f9b-bcd8-89f976a8af9f 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment 767a6845-a407-4cc6-8d6e-7ccf6dc0ced4 of type vxlan for network f95d9a25-d4d7-4761-bc41-b91a979dfa0d 2026-04-02 10:00:08.297 7 INFO neutron.db.l3_hamode_db [None req-43a50f53-e452-4f9b-bcd8-89f976a8af9f 4622e6aab95146f982a3d0c3b8a409dc 0aa451d1630849409e92a427f1601534 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 241/488] 10.0.0.20 () {34 vars in 782 bytes} [Thu Apr 2 10:00:07 2026] PUT /v2.0/routers/fe1e6189-11ec-424a-b436-cec5f7fef295/add_router_interface => generated 309 bytes in 1102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/489] 10.0.0.229 () {34 vars in 965 bytes} [Thu Apr 2 10:00:08 2026] GET /v2.0/quotas/8d16529ae1c347eda1bde5df4b452b7e => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/490] 10.0.0.229 () {38 vars in 981 bytes} [Thu Apr 2 10:00:08 2026] POST /v2.0/security-group-rules => generated 614 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/491] 10.0.0.229 () {34 vars in 1002 bytes} [Thu Apr 2 10:00:08 2026] GET /v2.0/ports?tenant_id=8d16529ae1c347eda1bde5df4b452b7e&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/492] 10.0.0.229 () {34 vars in 991 bytes} [Thu Apr 2 10:00:08 2026] GET /v2.0/security-groups/a652086e-2e5c-4585-aa09-0036c9d66a26 => generated 2310 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/493] 10.0.0.229 () {38 vars in 981 bytes} [Thu Apr 2 10:00:08 2026] POST /v2.0/security-group-rules => generated 619 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/494] 10.0.0.229 () {34 vars in 991 bytes} [Thu Apr 2 10:00:08 2026] GET /v2.0/security-groups/a652086e-2e5c-4585-aa09-0036c9d66a26 => generated 2940 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/495] 10.0.0.229 () {34 vars in 1001 bytes} [Thu Apr 2 10:00:09 2026] GET /v2.0/security-group-rules/9259fbbd-a65a-4487-90a7-450ddfd33ea1 => generated 616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:00:09.054 7 INFO neutron.db.l3_hamode_db [None req-43a50f53-e452-4f9b-bcd8-89f976a8af9f 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 249/496] 10.0.0.229 () {34 vars in 991 bytes} [Thu Apr 2 10:00:09 2026] GET /v2.0/security-groups/a652086e-2e5c-4585-aa09-0036c9d66a26 => generated 2940 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/497] 10.0.0.229 () {36 vars in 1023 bytes} [Thu Apr 2 10:00:09 2026] DELETE /v2.0/security-group-rules/9259fbbd-a65a-4487-90a7-450ddfd33ea1 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/498] 10.0.0.229 () {34 vars in 907 bytes} [Thu Apr 2 10:00:09 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: 252/499] 10.0.0.229 () {38 vars in 971 bytes} [Thu Apr 2 10:00:09 2026] POST /v2.0/security-groups => generated 1681 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/500] 10.0.0.229 () {34 vars in 1008 bytes} [Thu Apr 2 10:00:09 2026] GET /v2.0/networks/9e7a0ced-53e5-4081-be2e-dd78248e8251?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: 254/501] 10.0.0.229 () {34 vars in 991 bytes} [Thu Apr 2 10:00:09 2026] GET /v2.0/security-groups/a652086e-2e5c-4585-aa09-0036c9d66a26 => generated 2310 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/502] 10.0.0.229 () {34 vars in 1108 bytes} [Thu Apr 2 10:00:09 2026] GET /v2.0/networks/9e7a0ced-53e5-4081-be2e-dd78248e8251?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: 256/503] 10.0.0.229 () {36 vars in 1013 bytes} [Thu Apr 2 10:00:09 2026] DELETE /v2.0/security-groups/a652086e-2e5c-4585-aa09-0036c9d66a26 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/504] 10.0.0.229 () {38 vars in 971 bytes} [Thu Apr 2 10:00:09 2026] POST /v2.0/security-groups => generated 1679 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/505] 10.0.0.229 () {34 vars in 991 bytes} [Thu Apr 2 10:00:09 2026] GET /v2.0/security-groups/e5e098fa-4fef-4139-91ed-8f6a40dfa258 => generated 2311 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/506] 10.0.0.229 () {36 vars in 1013 bytes} [Thu Apr 2 10:00:09 2026] DELETE /v2.0/security-groups/e5e098fa-4fef-4139-91ed-8f6a40dfa258 => 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: 260/507] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:09 2026] GET /v2.0/ports?device_id=f44944d5-bb90-41a8-8029-cfc38608b289 => 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: 248/508] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:00:07 2026] POST /v2.0/routers => generated 730 bytes in 2067 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/509] 10.0.0.229 () {38 vars in 971 bytes} [Thu Apr 2 10:00:10 2026] POST /v2.0/security-groups => generated 1680 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-02 10:00:10.743 8 INFO neutron_taas.services.taas.taas_plugin [None req-de884e2e-7dde-48ac-aae7-135e190a7982 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 5e4e89d1-3423-487a-802a-c938d751f74c 2026-04-02 10:00:10.751 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de884e2e-7dde-48ac-aae7-135e190a7982 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 5e4e89d1-3423-487a-802a-c938d751f74c [pid: 8|app: 0|req: 261/510] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:00:09 2026] PUT /v2.0/routers/ee507a17-befa-47ef-8b12-5502bfa2b66d/remove_router_interface => generated 309 bytes in 1312 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/511] 10.0.0.229 () {34 vars in 1002 bytes} [Thu Apr 2 10:00:11 2026] GET /v2.0/security-groups?tenant_id=97d81cc6604147a08153665a5e81f2cf => generated 7901 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/512] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:11 2026] GET /v2.0/ports?device_id=f44944d5-bb90-41a8-8029-cfc38608b289 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:00:11.371 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9fd4be4-a1fb-4552-acc9-c924336a26a1 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: b3bc611a-40f1-4c68-ada2-2c49a1491a5a 2026-04-02 10:00:11.373 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9fd4be4-a1fb-4552-acc9-c924336a26a1 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: b3bc611a-40f1-4c68-ada2-2c49a1491a5a [pid: 7|app: 0|req: 250/513] 10.0.0.20 () {34 vars in 782 bytes} [Thu Apr 2 10:00:10 2026] PUT /v2.0/routers/3dff33af-d8a9-40e8-8f80-1b25e012dd91/add_router_interface => generated 309 bytes in 1230 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/514] 10.0.0.229 () {34 vars in 991 bytes} [Thu Apr 2 10:00:11 2026] GET /v2.0/security-groups/1fb5ec41-2a49-4bb1-8dab-3399017fcfbd => generated 2918 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/515] 10.0.0.229 () {34 vars in 991 bytes} [Thu Apr 2 10:00:11 2026] GET /v2.0/security-groups/1fb5ec41-2a49-4bb1-8dab-3399017fcfbd => generated 2918 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:00:11.574 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9fd4be4-a1fb-4552-acc9-c924336a26a1 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 409f1758-ea7b-45ff-a4bf-b2e3e31b93a3 2026-04-02 10:00:11.576 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9fd4be4-a1fb-4552-acc9-c924336a26a1 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 409f1758-ea7b-45ff-a4bf-b2e3e31b93a3 [pid: 7|app: 0|req: 253/516] 10.0.0.229 () {34 vars in 991 bytes} [Thu Apr 2 10:00:11 2026] GET /v2.0/security-groups/b7a67e6a-5e82-475d-b0af-454ff05877aa => generated 1681 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:00:11.666 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-e9fd4be4-a1fb-4552-acc9-c924336a26a1 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - 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: 254/517] 10.0.0.229 () {36 vars in 1013 bytes} [Thu Apr 2 10:00:11 2026] DELETE /v2.0/security-groups/b7a67e6a-5e82-475d-b0af-454ff05877aa => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:00:11.716 7 INFO neutron.api.v2.resource [req-b79824f1-157b-4b0c-a3fa-dee5f5826d21 req-f7fda68e-366d-4e00-be37-9fa531ac131e ce970733570a4c26ae8666091476664e 97d81cc6604147a08153665a5e81f2cf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 255/518] 10.0.0.229 () {34 vars in 991 bytes} [Thu Apr 2 10:00:11 2026] GET /v2.0/security-groups/b7a67e6a-5e82-475d-b0af-454ff05877aa => 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: 256/519] 10.0.0.229 () {34 vars in 991 bytes} [Thu Apr 2 10:00:11 2026] GET /v2.0/security-groups/00db40dc-55a4-40d5-8b30-720d37e99835 => generated 1679 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/520] 10.0.0.229 () {36 vars in 1013 bytes} [Thu Apr 2 10:00:11 2026] DELETE /v2.0/security-groups/00db40dc-55a4-40d5-8b30-720d37e99835 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:00:11.859 7 INFO neutron.api.v2.resource [req-50c27be0-7004-4f35-800f-40dd46646bce req-e690ab9f-9dab-4ce3-8e29-2d4643ac0242 ce970733570a4c26ae8666091476664e 97d81cc6604147a08153665a5e81f2cf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 258/521] 10.0.0.229 () {34 vars in 991 bytes} [Thu Apr 2 10:00:11 2026] GET /v2.0/security-groups/00db40dc-55a4-40d5-8b30-720d37e99835 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/522] 10.0.0.229 () {34 vars in 991 bytes} [Thu Apr 2 10:00:11 2026] GET /v2.0/security-groups/8a738327-89ba-465a-8047-31b587f3ebc7 => generated 1680 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:00:11.973 8 INFO neutron.db.l3_hamode_db [None req-e9fd4be4-a1fb-4552-acc9-c924336a26a1 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] HA network 41010921-bdf1-4ce9-bcf6-b611ae8bbad5 was deleted as no HA routers are present in tenant e6bf0eb62f5d4936bc362fe6beeb2a1f. [pid: 8|app: 0|req: 264/523] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:00:11 2026] DELETE /v2.0/routers/ee507a17-befa-47ef-8b12-5502bfa2b66d => generated 0 bytes in 752 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/524] 10.0.0.229 () {36 vars in 1013 bytes} [Thu Apr 2 10:00:11 2026] DELETE /v2.0/security-groups/8a738327-89ba-465a-8047-31b587f3ebc7 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/525] 10.0.0.20 () {34 vars in 684 bytes} [Thu Apr 2 10:00:11 2026] POST /v2.0/security-groups => generated 1661 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-02 10:00:12.111 8 INFO neutron.api.v2.resource [req-d4c93335-85d3-41a6-b670-5e8150784716 req-e9c9f34a-0431-406a-9413-3390ab70b2ae ce970733570a4c26ae8666091476664e 97d81cc6604147a08153665a5e81f2cf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 266/526] 10.0.0.229 () {34 vars in 991 bytes} [Thu Apr 2 10:00:12 2026] GET /v2.0/security-groups/8a738327-89ba-465a-8047-31b587f3ebc7 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/527] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:00:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/528] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:00:12 2026] DELETE /v2.0/subnets/e4928aae-2026-41ae-a5c4-e6cfc99cd094 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/529] 10.0.0.229 () {34 vars in 1002 bytes} [Thu Apr 2 10:00:12 2026] GET /v2.0/security-groups?tenant_id=97d81cc6604147a08153665a5e81f2cf => generated 2921 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:00:12.333 8 INFO neutron.services.segments.plugin [-] Segment df5926f7-fa8e-4fd8-b013-0c5bf366db0a resource provider aggregate not found [pid: 7|app: 0|req: 262/530] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:00:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:00:12.354 8 INFO neutron_taas.services.taas.taas_plugin [None req-d85b5287-2c88-4bbb-aa37-d0cd30303b72 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 8127c161-7947-4674-9663-1e1ff10b3ac5 2026-04-02 10:00:12.356 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d85b5287-2c88-4bbb-aa37-d0cd30303b72 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 8127c161-7947-4674-9663-1e1ff10b3ac5 2026-04-02 10:00:12.360 8 INFO neutron.services.segments.plugin [-] Segment df5926f7-fa8e-4fd8-b013-0c5bf366db0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df5926f7-fa8e-4fd8-b013-0c5bf366db0a found for delete ", "request_id": "req-67cd53ad-b55b-450d-960f-d0787f90df85"}]} 2026-04-02 10:00:12.382 8 INFO neutron.services.segments.plugin [-] Segment df5926f7-fa8e-4fd8-b013-0c5bf366db0a resource provider aggregate not found 2026-04-02 10:00:12.400 8 INFO neutron.services.segments.plugin [-] Segment df5926f7-fa8e-4fd8-b013-0c5bf366db0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df5926f7-fa8e-4fd8-b013-0c5bf366db0a found for delete ", "request_id": "req-bd68e73a-da9c-479b-b0be-1d29025c8bfa"}]} [pid: 8|app: 0|req: 269/531] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:00:12 2026] DELETE /v2.0/networks/fa0a9c08-2f6e-4bc8-ac76-d4e1d88ce10b => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/532] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:12 2026] GET /v2.0/ports?device_id=f44944d5-bb90-41a8-8029-cfc38608b289 => 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: 263/533] 10.0.0.229 () {34 vars in 991 bytes} [Thu Apr 2 10:00:12 2026] GET /v2.0/security-groups/1fb5ec41-2a49-4bb1-8dab-3399017fcfbd => generated 2918 bytes in 538 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/534] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:00:12 2026] GET /v2.0/security-groups?tenant_id=e6bf0eb62f5d4936bc362fe6beeb2a1f&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/535] 10.0.0.229 () {34 vars in 991 bytes} [Thu Apr 2 10:00:12 2026] GET /v2.0/security-groups/1fb5ec41-2a49-4bb1-8dab-3399017fcfbd => generated 2918 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/536] 10.0.0.20 () {34 vars in 675 bytes} [Thu Apr 2 10:00:12 2026] POST /v2.0/floatingips => generated 552 bytes in 501 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/537] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:00:12 2026] DELETE /v2.0/security-groups/7ebd627e-ed99-4017-b137-13133ec6fd1d => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:00:13.054 8 INFO neutron.api.v2.resource [req-5fb772ec-cea1-44c8-a0a9-12d8a38ddaa0 req-1e2a40c3-b189-4165-90d7-ac4de926a6e3 ce970733570a4c26ae8666091476664e 97d81cc6604147a08153665a5e81f2cf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 272/538] 10.0.0.229 () {34 vars in 991 bytes} [Thu Apr 2 10:00:13 2026] GET /v2.0/security-groups/8a738327-89ba-465a-8047-31b587f3ebc7 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:00:13.093 7 INFO neutron.api.v2.resource [req-6345af41-a0ac-482b-90b2-2316ae31b7a5 req-4da1e5fb-062d-4fe3-8d6a-b0cd02f2f003 ce970733570a4c26ae8666091476664e 97d81cc6604147a08153665a5e81f2cf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 267/539] 10.0.0.229 () {34 vars in 991 bytes} [Thu Apr 2 10:00:13 2026] GET /v2.0/security-groups/00db40dc-55a4-40d5-8b30-720d37e99835 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:00:13.126 8 INFO neutron.api.v2.resource [req-d77f2aef-d31c-43fa-8ede-b9bfce3aab9e req-0662072e-ac08-4084-97ff-d569130be3aa ce970733570a4c26ae8666091476664e 97d81cc6604147a08153665a5e81f2cf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 273/540] 10.0.0.229 () {34 vars in 991 bytes} [Thu Apr 2 10:00:13 2026] GET /v2.0/security-groups/b7a67e6a-5e82-475d-b0af-454ff05877aa => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:00:13.569 7 INFO neutron_taas.services.taas.taas_plugin [None req-a8e7bf8a-8913-4831-9778-871a42b4393e 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: a3378248-a150-437d-b68c-608e48291fad 2026-04-02 10:00:13.575 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8e7bf8a-8913-4831-9778-871a42b4393e 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: a3378248-a150-437d-b68c-608e48291fad [pid: 8|app: 0|req: 274/541] 10.0.0.229 () {34 vars in 1100 bytes} [Thu Apr 2 10:00:13 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1893437008&fields=id&tenant_id=0aa451d1630849409e92a427f1601534 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/542] 10.0.0.229 () {34 vars in 982 bytes} [Thu Apr 2 10:00:13 2026] GET /v2.0/networks?id=5df058f5-f252-49bc-b811-28e1d21cfa68 => generated 675 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/543] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:13 2026] GET /v2.0/ports?device_id=f44944d5-bb90-41a8-8029-cfc38608b289 => 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: 277/544] 10.0.0.229 () {34 vars in 965 bytes} [Thu Apr 2 10:00:13 2026] GET /v2.0/quotas/0aa451d1630849409e92a427f1601534 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/545] 10.0.0.229 () {34 vars in 1002 bytes} [Thu Apr 2 10:00:13 2026] GET /v2.0/ports?tenant_id=0aa451d1630849409e92a427f1601534&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: 268/546] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:00:13 2026] PUT /v2.0/routers/fe1e6189-11ec-424a-b436-cec5f7fef295/remove_router_interface => generated 309 bytes in 983 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/547] 10.0.0.229 () {34 vars in 907 bytes} [Thu Apr 2 10:00:14 2026] GET /v2.0/extensions => generated 21537 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-02 10:00:14.313 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa9181f1-fb69-4247-9f29-18f5d8c8c3b7 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: bede1ad8-a6e9-4afa-b91a-9fd2cbb89266 2026-04-02 10:00:14.315 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa9181f1-fb69-4247-9f29-18f5d8c8c3b7 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: bede1ad8-a6e9-4afa-b91a-9fd2cbb89266 [pid: 7|app: 0|req: 270/548] 10.0.0.229 () {34 vars in 1008 bytes} [Thu Apr 2 10:00:14 2026] GET /v2.0/networks/5df058f5-f252-49bc-b811-28e1d21cfa68?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: 271/549] 10.0.0.229 () {34 vars in 1108 bytes} [Thu Apr 2 10:00:14 2026] GET /v2.0/networks/5df058f5-f252-49bc-b811-28e1d21cfa68?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:00:14.394 8 INFO neutron.services.segments.plugin [-] Segment 0fb0e771-f057-4bb9-b6f3-1824aaa3a464 resource provider aggregate not found 2026-04-02 10:00:14.429 8 INFO neutron.services.segments.plugin [-] Segment 0fb0e771-f057-4bb9-b6f3-1824aaa3a464 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fb0e771-f057-4bb9-b6f3-1824aaa3a464 found for delete ", "request_id": "req-5ad6841c-7e09-4866-9f76-201fdf71256f"}]} 2026-04-02 10:00:14.433 8 INFO neutron.services.segments.plugin [-] Segment 0fb0e771-f057-4bb9-b6f3-1824aaa3a464 resource provider aggregate not found 2026-04-02 10:00:14.455 8 INFO neutron.services.segments.plugin [-] Segment 0fb0e771-f057-4bb9-b6f3-1824aaa3a464 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fb0e771-f057-4bb9-b6f3-1824aaa3a464 found for delete ", "request_id": "req-d67e5e02-3b0f-4636-b2e6-7a13c50c6942"}]} [pid: 7|app: 0|req: 272/550] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:14 2026] GET /v2.0/ports?device_id=f931bb1e-ca12-4b86-81ee-6e9e563e34a1 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:00:14.662 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa9181f1-fb69-4247-9f29-18f5d8c8c3b7 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: b34d35ef-c0e5-4faf-8f8d-aa56da470096 2026-04-02 10:00:14.665 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa9181f1-fb69-4247-9f29-18f5d8c8c3b7 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: b34d35ef-c0e5-4faf-8f8d-aa56da470096 [pid: 7|app: 0|req: 273/551] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:00:14 2026] GET /v2.0/networks?id=9e7a0ced-53e5-4081-be2e-dd78248e8251 => generated 669 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/552] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:14 2026] GET /v2.0/ports?device_id=f44944d5-bb90-41a8-8029-cfc38608b289 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/553] 199.204.45.155 () {34 vars in 911 bytes} [Thu Apr 2 10:00:14 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: 276/554] 199.204.45.155 () {34 vars in 1050 bytes} [Thu Apr 2 10:00:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8d16529ae1c347eda1bde5df4b452b7e => generated 181 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:00:15.064 8 INFO neutron.db.l3_hamode_db [None req-fa9181f1-fb69-4247-9f29-18f5d8c8c3b7 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] HA network 68559f20-8ac5-46af-bea3-f88a28d2522d was deleted as no HA routers are present in tenant 97d81cc6604147a08153665a5e81f2cf. [pid: 8|app: 0|req: 279/555] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:00:14 2026] DELETE /v2.0/routers/fe1e6189-11ec-424a-b436-cec5f7fef295 => generated 0 bytes in 947 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/556] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:00:15 2026] DELETE /v2.0/subnets/c661a016-f31a-4b36-9ad4-465e1b90f070 => 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: 281/557] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:00:15 2026] DELETE /v2.0/networks/4b1dca2d-e001-44bd-a4a9-e1b0134d04db => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/558] 199.204.45.155 () {38 vars in 955 bytes} [Thu Apr 2 10:00:14 2026] POST /v2.0/ports => generated 958 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/559] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:00:15 2026] GET /v2.0/security-groups?tenant_id=97d81cc6604147a08153665a5e81f2cf&name=default => generated 2921 bytes in 25 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: 278/560] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:00:15 2026] DELETE /v2.0/security-groups/1fb5ec41-2a49-4bb1-8dab-3399017fcfbd => 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: 283/561] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:15 2026] GET /v2.0/ports?device_id=f931bb1e-ca12-4b86-81ee-6e9e563e34a1 => 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: 284/562] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:00:15 2026] GET /v2.0/security-groups?tenant_id=1edd300d37d84d1c95f5456b34185220&name=default => generated 2925 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/563] 199.204.45.155 () {38 vars in 1028 bytes} [Thu Apr 2 10:00:15 2026] PUT /v2.0/ports/0894bf6b-5e57-496b-991a-0a927d72f35e => generated 1239 bytes in 605 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: 285/564] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:16 2026] GET /v2.0/ports?device_id=f44944d5-bb90-41a8-8029-cfc38608b289 => generated 973 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:00:16.467 8 INFO neutron.services.segments.plugin [-] Segment 4d26976d-7772-4418-ae45-b965a1034292 resource provider aggregate not found [pid: 7|app: 0|req: 280/565] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:00:16 2026] DELETE /v2.0/security-groups/76d6c71f-6fd5-4069-a957-0a9a1a38336a => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/566] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:16 2026] GET /v2.0/security-groups?id=eeac94e4-8eeb-427b-9fff-f46be305addf&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:00:16.483 8 INFO neutron.services.segments.plugin [-] Segment 4d26976d-7772-4418-ae45-b965a1034292 resource provider aggregate not found 2026-04-02 10:00:16.498 8 INFO neutron.services.segments.plugin [-] Segment 4d26976d-7772-4418-ae45-b965a1034292 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d26976d-7772-4418-ae45-b965a1034292 found for delete ", "request_id": "req-512c4aee-b7c7-4e10-96c7-816b2c0ffd7f"}]} 2026-04-02 10:00:16.504 8 INFO neutron.services.segments.plugin [-] Segment 4d26976d-7772-4418-ae45-b965a1034292 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d26976d-7772-4418-ae45-b965a1034292 found for delete ", "request_id": "req-3b335229-b428-49a4-81c0-4a2cc7f800a6"}]} 2026-04-02 10:00:16.517 8 INFO neutron.services.segments.plugin [-] Segment ba0d7d28-b008-4900-bf6b-7786127bfaa0 resource provider aggregate not found 2026-04-02 10:00:16.522 8 INFO neutron.services.segments.plugin [-] Segment ba0d7d28-b008-4900-bf6b-7786127bfaa0 resource provider aggregate not found 2026-04-02 10:00:16.542 8 INFO neutron.services.segments.plugin [-] Segment ba0d7d28-b008-4900-bf6b-7786127bfaa0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba0d7d28-b008-4900-bf6b-7786127bfaa0 found for delete ", "request_id": "req-9398b170-4c1d-4369-a2b9-92a06eba32e1"}]} 2026-04-02 10:00:16.545 8 INFO neutron.services.segments.plugin [-] Segment ba0d7d28-b008-4900-bf6b-7786127bfaa0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba0d7d28-b008-4900-bf6b-7786127bfaa0 found for delete ", "request_id": "req-5502123d-2624-41a1-b999-d5d3a740264a"}]} [pid: 7|app: 0|req: 281/567] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:16 2026] GET /v2.0/ports?device_id=f931bb1e-ca12-4b86-81ee-6e9e563e34a1 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:00:16.910 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-566b823e-3a15-43ee-bf40-9b974f64757c'] response: {'name': 'network-changed', 'server_uuid': 'f44944d5-bb90-41a8-8029-cfc38608b289', 'tag': '0894bf6b-5e57-496b-991a-0a927d72f35e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 287/568] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:00:17 2026] GET /v2.0/ports?tenant_id=8d16529ae1c347eda1bde5df4b452b7e&device_id=f44944d5-bb90-41a8-8029-cfc38608b289 => generated 1242 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/569] 199.204.45.155 () {34 vars in 1060 bytes} [Thu Apr 2 10:00:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=0894bf6b-5e57-496b-991a-0a927d72f35e => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/570] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:00:17 2026] GET /v2.0/subnets?id=416b210b-708b-4075-9d7d-0934b3c864e8 => generated 687 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/571] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:00:17 2026] GET /v2.0/ports?network_id=9e7a0ced-53e5-4081-be2e-dd78248e8251&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/572] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:17 2026] GET /v2.0/ports?device_id=f44944d5-bb90-41a8-8029-cfc38608b289 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/573] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:00:17 2026] GET /v2.0/networks/9e7a0ced-53e5-4081-be2e-dd78248e8251?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: 286/574] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:17 2026] GET /v2.0/security-groups?id=eeac94e4-8eeb-427b-9fff-f46be305addf&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: 287/575] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:00:17 2026] GET /v2.0/networks/9e7a0ced-53e5-4081-be2e-dd78248e8251?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:00:17.803 8 INFO neutron.db.segments_db [None req-a6ff1e79-4c3e-4cbd-9c05-4f170dc9b38a 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment a64accc5-35b7-4d8f-ae61-f4ceb9d322d1 of type vxlan for network 4e9916ab-cf11-4400-9092-4a870e9c9634 [pid: 8|app: 0|req: 289/576] 10.0.0.20 () {34 vars in 670 bytes} [Thu Apr 2 10:00:17 2026] POST /v2.0/networks => generated 733 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/577] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:17 2026] GET /v2.0/ports?device_id=f931bb1e-ca12-4b86-81ee-6e9e563e34a1 => 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: 288/578] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:00:17 2026] POST /v2.0/subnets => generated 699 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:00:18.167 8 INFO neutron.db.segments_db [None req-63521cbe-51fe-4dc7-8e5b-323bebaa7639 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment 358d433a-49df-484f-beb7-2f4265afcf6e of type vxlan for network f4e89535-f6f6-4e80-8f55-e76efed38fbd 2026-04-02 10:00:18.393 8 INFO neutron.db.l3_hamode_db [None req-63521cbe-51fe-4dc7-8e5b-323bebaa7639 4622e6aab95146f982a3d0c3b8a409dc c5082e4137a6462d9300fc1c900bff1d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 291/581] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:00:18 2026] GET /v2.0/ports?tenant_id=8d16529ae1c347eda1bde5df4b452b7e&device_id=f44944d5-bb90-41a8-8029-cfc38608b289 => generated 1242 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/582] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:18 2026] GET /v2.0/ports?device_id=f44944d5-bb90-41a8-8029-cfc38608b289 => 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: 293/583] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:00:18 2026] GET /v2.0/networks?id=9e7a0ced-53e5-4081-be2e-dd78248e8251 => generated 765 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/584] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:18 2026] GET /v2.0/security-groups?id=eeac94e4-8eeb-427b-9fff-f46be305addf&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: 295/585] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:00:18 2026] GET /v2.0/networks?id=5df058f5-f252-49bc-b811-28e1d21cfa68 => generated 675 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/586] 199.204.45.155 () {34 vars in 1060 bytes} [Thu Apr 2 10:00:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=0894bf6b-5e57-496b-991a-0a927d72f35e => 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: 297/587] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:19 2026] GET /v2.0/ports?device_id=f931bb1e-ca12-4b86-81ee-6e9e563e34a1 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/588] 199.204.45.155 () {34 vars in 1050 bytes} [Thu Apr 2 10:00:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0aa451d1630849409e92a427f1601534 => generated 181 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/589] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:00:19 2026] GET /v2.0/subnets?id=416b210b-708b-4075-9d7d-0934b3c864e8 => generated 687 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:00:19.304 8 INFO neutron.db.l3_hamode_db [None req-63521cbe-51fe-4dc7-8e5b-323bebaa7639 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 300/590] 199.204.45.155 () {38 vars in 955 bytes} [Thu Apr 2 10:00:19 2026] POST /v2.0/ports => generated 954 bytes in 388 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: 301/591] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:00:19 2026] GET /v2.0/ports?network_id=9e7a0ced-53e5-4081-be2e-dd78248e8251&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/592] 199.204.45.155 () {38 vars in 1028 bytes} [Thu Apr 2 10:00:19 2026] PUT /v2.0/ports/866a8cb5-1b23-4861-94ce-564bc12ca049 => generated 1235 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 303/593] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:00:20 2026] GET /v2.0/networks/9e7a0ced-53e5-4081-be2e-dd78248e8251?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:00:20.114 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4456854f-1219-49b5-bd0c-ce07d40ca2a3'] response: {'name': 'network-changed', 'server_uuid': 'f931bb1e-ca12-4b86-81ee-6e9e563e34a1', 'tag': '866a8cb5-1b23-4861-94ce-564bc12ca049', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 304/594] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:20 2026] GET /v2.0/ports?device_id=f44944d5-bb90-41a8-8029-cfc38608b289 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/595] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:00:20 2026] GET /v2.0/networks/9e7a0ced-53e5-4081-be2e-dd78248e8251?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: 306/596] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:20 2026] GET /v2.0/security-groups?id=eeac94e4-8eeb-427b-9fff-f46be305addf&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/597] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:20 2026] GET /v2.0/ports?device_id=f931bb1e-ca12-4b86-81ee-6e9e563e34a1 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/598] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:20 2026] GET /v2.0/security-groups?id=1807d923-dece-483a-9db6-ae4a8cd74aa6&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/599] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:00:18 2026] POST /v2.0/routers => generated 739 bytes in 2182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/600] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:00:20 2026] GET /v2.0/ports?tenant_id=0aa451d1630849409e92a427f1601534&device_id=f931bb1e-ca12-4b86-81ee-6e9e563e34a1 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/601] 199.204.45.155 () {34 vars in 1018 bytes} [Thu Apr 2 10:00:20 2026] GET /v2.0/networks?tenant_id=0aa451d1630849409e92a427f1601534&shared=False => generated 771 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/602] 199.204.45.155 () {34 vars in 930 bytes} [Thu Apr 2 10:00:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/603] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:00:20 2026] GET /v2.0/security-groups?tenant_id=6228fa799f4b49ae8cc48c354fe662a4&name=default => generated 2925 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/604] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:21 2026] GET /v2.0/ports?device_id=f44944d5-bb90-41a8-8029-cfc38608b289 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/605] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:00:21 2026] DELETE /v2.0/security-groups/8ffff897-b693-43e1-ac31-6ed7345b3ef7 => 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: 309/606] 10.0.0.20 () {34 vars in 782 bytes} [Thu Apr 2 10:00:20 2026] PUT /v2.0/routers/5add8774-ebd2-416b-9f9c-a2956ce6849c/add_router_interface => generated 309 bytes in 1171 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/607] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:21 2026] GET /v2.0/security-groups?id=eeac94e4-8eeb-427b-9fff-f46be305addf&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/608] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:21 2026] GET /v2.0/ports?device_id=f931bb1e-ca12-4b86-81ee-6e9e563e34a1 => generated 969 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/609] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:21 2026] GET /v2.0/security-groups?id=1807d923-dece-483a-9db6-ae4a8cd74aa6&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/610] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:00:21 2026] GET /v2.0/security-groups?tenant_id=6eca298e31a84021ad7e478612f96ce2&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/611] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:00:21 2026] DELETE /v2.0/security-groups/d6c3ca70-cf71-4d44-a5b3-c4bd2aa05267 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/612] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:00:21 2026] GET /v2.0/ports?tenant_id=0aa451d1630849409e92a427f1601534&device_id=f931bb1e-ca12-4b86-81ee-6e9e563e34a1 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/613] 199.204.45.155 () {34 vars in 1058 bytes} [Thu Apr 2 10:00:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=866a8cb5-1b23-4861-94ce-564bc12ca049 => 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: 301/614] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:00:21 2026] GET /v2.0/subnets?id=6f05590f-714b-4768-8a04-a4cf03811295 => generated 693 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/615] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:00:21 2026] GET /v2.0/ports?network_id=5df058f5-f252-49bc-b811-28e1d21cfa68&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/616] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:00:22 2026] GET /v2.0/networks/5df058f5-f252-49bc-b811-28e1d21cfa68?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: 316/617] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:00:22 2026] GET /v2.0/networks/5df058f5-f252-49bc-b811-28e1d21cfa68?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: 302/618] 10.0.0.20 () {34 vars in 684 bytes} [Thu Apr 2 10:00:21 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) [pid: 7|app: 0|req: 317/619] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:00:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/620] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:00:22 2026] POST /v2.0/security-group-rules => generated 602 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/621] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:22 2026] GET /v2.0/ports?device_id=f44944d5-bb90-41a8-8029-cfc38608b289 => generated 973 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/622] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:22 2026] GET /v2.0/ports?device_id=f931bb1e-ca12-4b86-81ee-6e9e563e34a1 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/623] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:22 2026] GET /v2.0/security-groups?id=eeac94e4-8eeb-427b-9fff-f46be305addf&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/624] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:22 2026] GET /v2.0/security-groups?id=1807d923-dece-483a-9db6-ae4a8cd74aa6&fields=id&fields=name => generated 114 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/625] 10.0.0.20 () {34 vars in 675 bytes} [Thu Apr 2 10:00:22 2026] POST /v2.0/floatingips => generated 552 bytes in 558 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.229 () {34 vars in 1098 bytes} [Thu Apr 2 10:00:23 2026] GET /v2.0/security-groups?name=tempest-securitygroup--853812105&fields=id&tenant_id=c5082e4137a6462d9300fc1c900bff1d => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/627] 10.0.0.229 () {34 vars in 982 bytes} [Thu Apr 2 10:00:23 2026] GET /v2.0/networks?id=4e9916ab-cf11-4400-9092-4a870e9c9634 => generated 684 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/628] 10.0.0.229 () {34 vars in 965 bytes} [Thu Apr 2 10:00:23 2026] GET /v2.0/quotas/c5082e4137a6462d9300fc1c900bff1d => 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: 320/629] 10.0.0.229 () {34 vars in 1002 bytes} [Thu Apr 2 10:00:23 2026] GET /v2.0/ports?tenant_id=c5082e4137a6462d9300fc1c900bff1d&fields=id => generated 57 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/630] 10.0.0.229 () {34 vars in 1008 bytes} [Thu Apr 2 10:00:23 2026] GET /v2.0/networks/4e9916ab-cf11-4400-9092-4a870e9c9634?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/631] 10.0.0.229 () {34 vars in 1108 bytes} [Thu Apr 2 10:00:23 2026] GET /v2.0/networks/4e9916ab-cf11-4400-9092-4a870e9c9634?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/632] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:23 2026] GET /v2.0/ports?device_id=f44944d5-bb90-41a8-8029-cfc38608b289 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/633] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:23 2026] GET /v2.0/security-groups?id=eeac94e4-8eeb-427b-9fff-f46be305addf&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/634] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:23 2026] GET /v2.0/ports?device_id=f931bb1e-ca12-4b86-81ee-6e9e563e34a1 => 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: 323/635] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:24 2026] GET /v2.0/ports?device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => 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: 313/636] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:24 2026] GET /v2.0/security-groups?id=1807d923-dece-483a-9db6-ae4a8cd74aa6&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/637] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:25 2026] GET /v2.0/ports?device_id=f44944d5-bb90-41a8-8029-cfc38608b289 => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/638] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:25 2026] GET /v2.0/ports?device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => 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: 325/639] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:25 2026] GET /v2.0/security-groups?id=eeac94e4-8eeb-427b-9fff-f46be305addf&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/640] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:25 2026] GET /v2.0/ports?device_id=f931bb1e-ca12-4b86-81ee-6e9e563e34a1 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/641] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:25 2026] GET /v2.0/security-groups?id=1807d923-dece-483a-9db6-ae4a8cd74aa6&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/642] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:26 2026] GET /v2.0/ports?device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/643] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:26 2026] GET /v2.0/ports?device_id=f44944d5-bb90-41a8-8029-cfc38608b289 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/644] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:26 2026] GET /v2.0/security-groups?id=eeac94e4-8eeb-427b-9fff-f46be305addf&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: 328/645] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:26 2026] GET /v2.0/ports?device_id=f931bb1e-ca12-4b86-81ee-6e9e563e34a1 => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/646] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:26 2026] GET /v2.0/ports?device_id=f44944d5-bb90-41a8-8029-cfc38608b289 => 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: 329/647] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:26 2026] GET /v2.0/security-groups?id=1807d923-dece-483a-9db6-ae4a8cd74aa6&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:00:27.377 8 INFO neutron.db.l3_db [None req-548919b3-caba-438a-ab0a-519ebb0d1de2 281a856f2f9f46568bb09946991aea31 8d16529ae1c347eda1bde5df4b452b7e - - default default] Floating IP 8c8c324a-8708-44bc-9f70-17b77c1ca71b associated. External IP: 10.96.250.205, port: 0894bf6b-5e57-496b-991a-0a927d72f35e. [pid: 7|app: 0|req: 330/648] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:27 2026] GET /v2.0/ports?device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/649] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:27 2026] GET /v2.0/ports?device_id=f931bb1e-ca12-4b86-81ee-6e9e563e34a1 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/650] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:27 2026] GET /v2.0/security-groups?id=1807d923-dece-483a-9db6-ae4a8cd74aa6&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: 319/651] 10.0.0.20 () {34 vars in 748 bytes} [Thu Apr 2 10:00:26 2026] PUT /v2.0/floatingips/8c8c324a-8708-44bc-9f70-17b77c1ca71b => generated 856 bytes in 1224 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/652] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:27 2026] GET /v2.0/ports?device_id=f44944d5-bb90-41a8-8029-cfc38608b289 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/653] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:27 2026] GET /v2.0/security-groups?id=eeac94e4-8eeb-427b-9fff-f46be305addf&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:00:28.281 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2addfb21-ec21-430e-b72f-42fecd012b14'] response: {'name': 'network-changed', 'server_uuid': 'f44944d5-bb90-41a8-8029-cfc38608b289', 'tag': '0894bf6b-5e57-496b-991a-0a927d72f35e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 334/654] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:28 2026] GET /v2.0/ports?device_id=f44944d5-bb90-41a8-8029-cfc38608b289 => 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: 321/655] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:28 2026] GET /v2.0/security-groups?id=eeac94e4-8eeb-427b-9fff-f46be305addf&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/656] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:28 2026] GET /v2.0/ports?device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => 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: 323/657] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:00:28 2026] GET /v2.0/networks?id=4e9916ab-cf11-4400-9092-4a870e9c9634 => generated 684 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/658] 199.204.45.155 () {34 vars in 1050 bytes} [Thu Apr 2 10:00:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c5082e4137a6462d9300fc1c900bff1d => generated 180 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/659] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:00:28 2026] GET /v2.0/security-groups?tenant_id=c4ffceeb97fc458ab212fe45c044c64d&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/660] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:00:28 2026] DELETE /v2.0/security-groups/209fa723-8b38-4350-ab05-ac153a805f8d => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/661] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:00:28 2026] GET /v2.0/ports?tenant_id=8d16529ae1c347eda1bde5df4b452b7e&device_id=f44944d5-bb90-41a8-8029-cfc38608b289 => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/662] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:28 2026] GET /v2.0/ports?device_id=f931bb1e-ca12-4b86-81ee-6e9e563e34a1 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/663] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:00:28 2026] GET /v2.0/networks?id=9e7a0ced-53e5-4081-be2e-dd78248e8251 => generated 765 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/664] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:00:28 2026] GET /v2.0/security-groups?tenant_id=75cf5a64dfa344d3a45447400d7b433e&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: 341/665] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:29 2026] GET /v2.0/security-groups?id=1807d923-dece-483a-9db6-ae4a8cd74aa6&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/666] 199.204.45.155 () {38 vars in 955 bytes} [Thu Apr 2 10:00:28 2026] POST /v2.0/ports => generated 954 bytes in 478 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: 342/667] 199.204.45.155 () {34 vars in 1060 bytes} [Thu Apr 2 10:00:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=0894bf6b-5e57-496b-991a-0a927d72f35e => generated 859 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/668] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:00:29 2026] DELETE /v2.0/security-groups/21ba6a92-3bb6-4bf6-90e8-d3e4871da5d8 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/669] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:00:29 2026] GET /v2.0/subnets?id=416b210b-708b-4075-9d7d-0934b3c864e8 => generated 687 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/670] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:29 2026] GET /v2.0/ports?device_id=f931bb1e-ca12-4b86-81ee-6e9e563e34a1 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/671] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:00:29 2026] GET /v2.0/ports?network_id=9e7a0ced-53e5-4081-be2e-dd78248e8251&device_owner=network%3Adhcp => generated 1244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:00:29.765 8 INFO neutron.db.l3_db [None req-6a0e046f-4dfe-41d0-aff6-6b2396b32fb5 9e8d9796dac14f1690167dcac4fc7b9e 0aa451d1630849409e92a427f1601534 - - default default] Floating IP 9de60b6c-3c78-45b6-8a13-adb9e50e6c99 associated. External IP: 10.96.250.214, port: 866a8cb5-1b23-4861-94ce-564bc12ca049. [pid: 7|app: 0|req: 343/672] 199.204.45.155 () {38 vars in 1028 bytes} [Thu Apr 2 10:00:29 2026] PUT /v2.0/ports/f585fc01-8fdc-4c2f-ac68-c00e2817f746 => generated 1235 bytes in 685 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: 344/673] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:00:29 2026] GET /v2.0/networks/9e7a0ced-53e5-4081-be2e-dd78248e8251?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: 345/674] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:29 2026] GET /v2.0/ports?device_id=f44944d5-bb90-41a8-8029-cfc38608b289 => generated 975 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/675] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:29 2026] GET /v2.0/ports?device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/676] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:00:29 2026] GET /v2.0/networks/9e7a0ced-53e5-4081-be2e-dd78248e8251?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/677] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:29 2026] GET /v2.0/security-groups?id=eeac94e4-8eeb-427b-9fff-f46be305addf&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/678] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:29 2026] GET /v2.0/security-groups?id=6a91ef56-c54c-46a6-bc35-0e0a1e317a58&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:00:30.044 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-10539dce-d3fe-47b3-917f-60367ed4e09a'] response: {'name': 'network-changed', 'server_uuid': '30b65f60-da1a-4093-9c16-5cd016fab740', 'tag': 'f585fc01-8fdc-4c2f-ac68-c00e2817f746', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 330/679] 10.0.0.20 () {34 vars in 748 bytes} [Thu Apr 2 10:00:29 2026] PUT /v2.0/floatingips/9de60b6c-3c78-45b6-8a13-adb9e50e6c99 => generated 855 bytes in 666 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/680] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:30 2026] GET /v2.0/ports?device_id=f931bb1e-ca12-4b86-81ee-6e9e563e34a1 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/681] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:30 2026] GET /v2.0/security-groups?id=1807d923-dece-483a-9db6-ae4a8cd74aa6&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:00:30.346 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ed95c2c2-441c-4e32-880a-fbdd5e5b202f'] response: {'name': 'network-changed', 'server_uuid': 'f931bb1e-ca12-4b86-81ee-6e9e563e34a1', 'tag': '866a8cb5-1b23-4861-94ce-564bc12ca049', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 351/682] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:00:30 2026] GET /v2.0/ports?tenant_id=c5082e4137a6462d9300fc1c900bff1d&device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/683] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:30 2026] GET /v2.0/ports?device_id=f931bb1e-ca12-4b86-81ee-6e9e563e34a1 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/684] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:30 2026] GET /v2.0/security-groups?id=1807d923-dece-483a-9db6-ae4a8cd74aa6&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: 352/685] 199.204.45.155 () {34 vars in 1018 bytes} [Thu Apr 2 10:00:30 2026] GET /v2.0/networks?tenant_id=c5082e4137a6462d9300fc1c900bff1d&shared=False => generated 780 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/686] 199.204.45.155 () {34 vars in 930 bytes} [Thu Apr 2 10:00:30 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/687] 199.204.45.155 () {34 vars in 994 bytes} [Thu Apr 2 10:00:30 2026] GET /v2.0/ports?device_id=f44944d5-bb90-41a8-8029-cfc38608b289 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/688] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:00:30 2026] GET /v2.0/ports?tenant_id=0aa451d1630849409e92a427f1601534&device_id=f931bb1e-ca12-4b86-81ee-6e9e563e34a1 => generated 1240 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:00:30.948 7 INFO neutron_taas.services.taas.taas_plugin [req-524f328e-5437-4e8d-9fb9-9678fc3fe2c1 req-723720fa-633f-49ef-bb35-4a0ffefc6dbd 281a856f2f9f46568bb09946991aea31 8d16529ae1c347eda1bde5df4b452b7e - - default default] TaaS: Handle Delete Port: 0894bf6b-5e57-496b-991a-0a927d72f35e 2026-04-02 10:00:30.956 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-524f328e-5437-4e8d-9fb9-9678fc3fe2c1 req-723720fa-633f-49ef-bb35-4a0ffefc6dbd 281a856f2f9f46568bb09946991aea31 8d16529ae1c347eda1bde5df4b452b7e - - default default] Tap Mirror: Handle Delete Port: 0894bf6b-5e57-496b-991a-0a927d72f35e [pid: 8|app: 0|req: 336/689] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:00:30 2026] GET /v2.0/networks?id=5df058f5-f252-49bc-b811-28e1d21cfa68 => generated 771 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/690] 199.204.45.155 () {34 vars in 1058 bytes} [Thu Apr 2 10:00:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=866a8cb5-1b23-4861-94ce-564bc12ca049 => generated 858 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/691] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:00:31 2026] GET /v2.0/subnets?id=6f05590f-714b-4768-8a04-a4cf03811295 => generated 693 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/692] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:31 2026] GET /v2.0/ports?device_id=f44944d5-bb90-41a8-8029-cfc38608b289 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/693] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:00:31 2026] GET /v2.0/ports?network_id=5df058f5-f252-49bc-b811-28e1d21cfa68&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/694] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:31 2026] GET /v2.0/ports?device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => generated 969 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/695] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:31 2026] GET /v2.0/security-groups?id=eeac94e4-8eeb-427b-9fff-f46be305addf&fields=id&fields=name => generated 114 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:00:31.192 7 INFO neutron.db.l3_db [req-524f328e-5437-4e8d-9fb9-9678fc3fe2c1 req-723720fa-633f-49ef-bb35-4a0ffefc6dbd 281a856f2f9f46568bb09946991aea31 8d16529ae1c347eda1bde5df4b452b7e - - default default] Floating IP 8c8c324a-8708-44bc-9f70-17b77c1ca71b disassociated. External IP: 10.96.250.205, port: 0894bf6b-5e57-496b-991a-0a927d72f35e. [pid: 8|app: 0|req: 343/696] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:00:31 2026] GET /v2.0/networks/5df058f5-f252-49bc-b811-28e1d21cfa68?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: 344/697] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:31 2026] GET /v2.0/security-groups?id=6a91ef56-c54c-46a6-bc35-0e0a1e317a58&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/698] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:00:31 2026] GET /v2.0/networks/5df058f5-f252-49bc-b811-28e1d21cfa68?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/699] 199.204.45.155 () {36 vars in 997 bytes} [Thu Apr 2 10:00:30 2026] DELETE /v2.0/ports/0894bf6b-5e57-496b-991a-0a927d72f35e => generated 0 bytes in 785 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/700] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:00:31 2026] GET /v2.0/ports?tenant_id=c5082e4137a6462d9300fc1c900bff1d&device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => 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: 355/701] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:31 2026] GET /v2.0/ports?device_id=f931bb1e-ca12-4b86-81ee-6e9e563e34a1 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/702] 199.204.45.155 () {34 vars in 1058 bytes} [Thu Apr 2 10:00:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=f585fc01-8fdc-4c2f-ac68-c00e2817f746 => 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: 357/703] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:31 2026] GET /v2.0/security-groups?id=1807d923-dece-483a-9db6-ae4a8cd74aa6&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/704] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:00:31 2026] GET /v2.0/subnets?id=6a7994ea-a5be-4e62-8c2f-6a8d52af3d4f => generated 702 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/705] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:00:31 2026] GET /v2.0/ports?network_id=4e9916ab-cf11-4400-9092-4a870e9c9634&device_owner=network%3Adhcp => generated 1242 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/706] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:00:31 2026] GET /v2.0/networks/4e9916ab-cf11-4400-9092-4a870e9c9634?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: 361/707] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:00:32 2026] GET /v2.0/networks/4e9916ab-cf11-4400-9092-4a870e9c9634?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/708] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:00:31 2026] GET /v2.0/security-groups?tenant_id=4170fd9d46bb4420b24421a93afd2ea3&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:00:32.099 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a49d486-ee82-408f-ba5c-b2b98e51aac6'] response: {'server_uuid': 'f44944d5-bb90-41a8-8029-cfc38608b289', 'name': 'network-vif-deleted', 'tag': '0894bf6b-5e57-496b-991a-0a927d72f35e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 362/709] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:00:32 2026] DELETE /v2.0/security-groups/62753a3e-8b76-4455-8642-d585e4639c87 => 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: 348/710] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:32 2026] GET /v2.0/ports?device_id=f44944d5-bb90-41a8-8029-cfc38608b289 => 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: 363/711] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:32 2026] GET /v2.0/ports?device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/712] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:32 2026] GET /v2.0/security-groups?id=6a91ef56-c54c-46a6-bc35-0e0a1e317a58&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/713] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:32 2026] GET /v2.0/ports?device_id=f931bb1e-ca12-4b86-81ee-6e9e563e34a1 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/714] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:33 2026] GET /v2.0/security-groups?id=1807d923-dece-483a-9db6-ae4a8cd74aa6&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: 365/715] 199.204.45.155 () {34 vars in 994 bytes} [Thu Apr 2 10:00:33 2026] GET /v2.0/ports?device_id=f931bb1e-ca12-4b86-81ee-6e9e563e34a1 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:00:33.207 8 INFO neutron_taas.services.taas.taas_plugin [req-0ef38083-fb6a-4b93-ac94-e4b03df6cb8a req-acb681ec-24f6-4df4-88f5-6edd9a6de112 9e8d9796dac14f1690167dcac4fc7b9e 0aa451d1630849409e92a427f1601534 - - default default] TaaS: Handle Delete Port: 866a8cb5-1b23-4861-94ce-564bc12ca049 2026-04-02 10:00:33.212 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0ef38083-fb6a-4b93-ac94-e4b03df6cb8a req-acb681ec-24f6-4df4-88f5-6edd9a6de112 9e8d9796dac14f1690167dcac4fc7b9e 0aa451d1630849409e92a427f1601534 - - default default] Tap Mirror: Handle Delete Port: 866a8cb5-1b23-4861-94ce-564bc12ca049 [pid: 7|app: 0|req: 368/718] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:33 2026] GET /v2.0/ports?device_id=f44944d5-bb90-41a8-8029-cfc38608b289 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:00:33.408 8 INFO neutron.db.l3_db [req-0ef38083-fb6a-4b93-ac94-e4b03df6cb8a req-acb681ec-24f6-4df4-88f5-6edd9a6de112 9e8d9796dac14f1690167dcac4fc7b9e 0aa451d1630849409e92a427f1601534 - - default default] Floating IP 9de60b6c-3c78-45b6-8a13-adb9e50e6c99 disassociated. External IP: 10.96.250.214, port: 866a8cb5-1b23-4861-94ce-564bc12ca049. [pid: 7|app: 0|req: 369/719] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:33 2026] GET /v2.0/ports?device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/720] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:33 2026] GET /v2.0/security-groups?id=6a91ef56-c54c-46a6-bc35-0e0a1e317a58&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: 351/721] 199.204.45.155 () {36 vars in 997 bytes} [Thu Apr 2 10:00:33 2026] DELETE /v2.0/ports/866a8cb5-1b23-4861-94ce-564bc12ca049 => generated 0 bytes in 804 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:00:33.886 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-327dbee2-bccc-46c4-a79b-2a445d0c5a43'] response: {'server_uuid': 'f931bb1e-ca12-4b86-81ee-6e9e563e34a1', 'name': 'network-vif-deleted', 'tag': '866a8cb5-1b23-4861-94ce-564bc12ca049', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 371/722] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:34 2026] GET /v2.0/ports?device_id=f931bb1e-ca12-4b86-81ee-6e9e563e34a1 => 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: 352/723] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:34 2026] GET /v2.0/ports?device_id=f44944d5-bb90-41a8-8029-cfc38608b289 => 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: 353/724] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:34 2026] GET /v2.0/ports?device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/725] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:34 2026] GET /v2.0/security-groups?id=6a91ef56-c54c-46a6-bc35-0e0a1e317a58&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: 372/726] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:00:34 2026] GET /v2.0/security-groups?tenant_id=8bd0cd0b47d2441c97ea10a3bdb7a12a&name=default => generated 2925 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/727] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:00:34 2026] DELETE /v2.0/security-groups/6239076a-2309-4b03-bc79-98cfbf010898 => 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: 373/728] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:35 2026] GET /v2.0/ports?device_id=f931bb1e-ca12-4b86-81ee-6e9e563e34a1 => 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: 356/729] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:00:35 2026] DELETE /v2.0/security-groups/eeac94e4-8eeb-427b-9fff-f46be305addf => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:00:35.677 7 INFO neutron.api.v2.resource [None req-9da17484-ae01-43fb-894c-70918baba187 281a856f2f9f46568bb09946991aea31 8d16529ae1c347eda1bde5df4b452b7e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 374/730] 10.0.0.20 () {32 vars in 736 bytes} [Thu Apr 2 10:00:35 2026] GET /v2.0/security-groups/eeac94e4-8eeb-427b-9fff-f46be305addf => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:00:35.836 8 INFO neutron_taas.services.taas.taas_plugin [None req-bbc3334b-bad7-41ef-90b7-815c93b5b461 281a856f2f9f46568bb09946991aea31 8d16529ae1c347eda1bde5df4b452b7e - - default default] TaaS: Handle Delete Port: e610da0d-c71b-4afc-808e-77db346b56c3 2026-04-02 10:00:35.843 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbc3334b-bad7-41ef-90b7-815c93b5b461 281a856f2f9f46568bb09946991aea31 8d16529ae1c347eda1bde5df4b452b7e - - default default] Tap Mirror: Handle Delete Port: e610da0d-c71b-4afc-808e-77db346b56c3 [pid: 7|app: 0|req: 375/731] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:35 2026] GET /v2.0/ports?device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/732] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:35 2026] GET /v2.0/security-groups?id=6a91ef56-c54c-46a6-bc35-0e0a1e317a58&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: 357/733] 10.0.0.20 () {32 vars in 731 bytes} [Thu Apr 2 10:00:35 2026] DELETE /v2.0/floatingips/8c8c324a-8708-44bc-9f70-17b77c1ca71b => generated 0 bytes in 378 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/734] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:36 2026] GET /v2.0/ports?device_id=f931bb1e-ca12-4b86-81ee-6e9e563e34a1 => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:00:36.626 7 INFO neutron_taas.services.taas.taas_plugin [None req-2498706d-d3e9-47f9-9813-03688cd0e873 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 3123f38e-488e-4a01-83ac-1182aee697ba 2026-04-02 10:00:36.629 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2498706d-d3e9-47f9-9813-03688cd0e873 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 3123f38e-488e-4a01-83ac-1182aee697ba [pid: 8|app: 0|req: 359/735] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:37 2026] GET /v2.0/ports?device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/736] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:37 2026] GET /v2.0/security-groups?id=6a91ef56-c54c-46a6-bc35-0e0a1e317a58&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: 7|app: 0|req: 377/737] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:00:36 2026] PUT /v2.0/routers/9b9ad28c-919d-4dcc-b301-343fac57cf1e/remove_router_interface => generated 309 bytes in 1149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/738] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:37 2026] GET /v2.0/ports?device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:00:37.383 8 INFO neutron_taas.services.taas.taas_plugin [None req-29fee056-3029-49c0-9923-8a03a460d23b 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 1e38998f-9b58-4145-a852-efa104aeb79e 2026-04-02 10:00:37.386 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29fee056-3029-49c0-9923-8a03a460d23b 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 1e38998f-9b58-4145-a852-efa104aeb79e 2026-04-02 10:00:37.636 8 INFO neutron_taas.services.taas.taas_plugin [None req-29fee056-3029-49c0-9923-8a03a460d23b 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 658671d8-e056-42e0-82ee-aa8a91f9f60d 2026-04-02 10:00:37.639 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29fee056-3029-49c0-9923-8a03a460d23b 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 658671d8-e056-42e0-82ee-aa8a91f9f60d 2026-04-02 10:00:37.731 7 INFO neutron.db.l3_db [None req-e0b12165-3c49-4f8b-a486-95a19e7a4409 61d92283ee944738a9a77bca9ff687e3 c5082e4137a6462d9300fc1c900bff1d - - default default] Floating IP cd73456e-ab1c-4f4e-801a-ddcf77a81a77 associated. External IP: 10.96.250.204, port: f585fc01-8fdc-4c2f-ac68-c00e2817f746. 2026-04-02 10:00:37.987 8 INFO neutron.services.segments.plugin [-] Segment ff411443-583a-47cb-8f83-23c7e3306b30 resource provider aggregate not found 2026-04-02 10:00:37.994 8 INFO neutron.services.segments.plugin [-] Segment ff411443-583a-47cb-8f83-23c7e3306b30 resource provider aggregate not found 2026-04-02 10:00:38.011 8 INFO neutron.services.segments.plugin [-] Segment ff411443-583a-47cb-8f83-23c7e3306b30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff411443-583a-47cb-8f83-23c7e3306b30 found for delete ", "request_id": "req-0aca2eef-a7d9-4806-86df-7b80f3440141"}]} 2026-04-02 10:00:38.011 8 INFO neutron.services.segments.plugin [-] Segment ff411443-583a-47cb-8f83-23c7e3306b30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff411443-583a-47cb-8f83-23c7e3306b30 found for delete ", "request_id": "req-4218461e-c2c5-47ec-bc15-60afac99e335"}]} [pid: 7|app: 0|req: 379/739] 10.0.0.20 () {34 vars in 748 bytes} [Thu Apr 2 10:00:37 2026] PUT /v2.0/floatingips/cd73456e-ab1c-4f4e-801a-ddcf77a81a77 => generated 855 bytes in 698 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:00:38.027 8 INFO neutron.db.l3_hamode_db [None req-29fee056-3029-49c0-9923-8a03a460d23b 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] HA network af4fd368-80fa-49a9-a081-4a7b5e8c327d was deleted as no HA routers are present in tenant 8d16529ae1c347eda1bde5df4b452b7e. [pid: 8|app: 0|req: 361/740] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:00:37 2026] DELETE /v2.0/routers/9b9ad28c-919d-4dcc-b301-343fac57cf1e => generated 0 bytes in 816 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:00:38.070 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1b26d093-8b9e-4b18-ae83-2de5f163eca4'] response: {'name': 'network-changed', 'server_uuid': '30b65f60-da1a-4093-9c16-5cd016fab740', 'tag': 'f585fc01-8fdc-4c2f-ac68-c00e2817f746', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 380/741] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:00:38 2026] DELETE /v2.0/security-groups/1807d923-dece-483a-9db6-ae4a8cd74aa6 => 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: 381/742] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:00:38 2026] DELETE /v2.0/subnets/416b210b-708b-4075-9d7d-0934b3c864e8 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/743] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:38 2026] GET /v2.0/ports?device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => generated 971 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:00:38.241 7 INFO neutron.api.v2.resource [None req-36d3f0ec-55c2-41a4-8008-fb4bc9dc2ddd 9e8d9796dac14f1690167dcac4fc7b9e 0aa451d1630849409e92a427f1601534 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 383/744] 10.0.0.20 () {32 vars in 736 bytes} [Thu Apr 2 10:00:38 2026] GET /v2.0/security-groups/1807d923-dece-483a-9db6-ae4a8cd74aa6 => generated 146 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/745] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:00:38 2026] GET /v2.0/security-groups?tenant_id=913e65ad2cb34aedb7b9054f2a128b5c&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:00:38.327 7 INFO neutron_taas.services.taas.taas_plugin [None req-35b1c501-cc4b-4399-ad35-e7afb2fab61c 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 5c07023b-e643-4f07-9cce-1c9c69435b69 2026-04-02 10:00:38.329 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35b1c501-cc4b-4399-ad35-e7afb2fab61c 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 5c07023b-e643-4f07-9cce-1c9c69435b69 [pid: 8|app: 0|req: 363/746] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:38 2026] GET /v2.0/security-groups?id=6a91ef56-c54c-46a6-bc35-0e0a1e317a58&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:00:38.408 8 INFO neutron_taas.services.taas.taas_plugin [None req-25fe2c35-dc6a-4f97-843c-9b51a925e38b 9e8d9796dac14f1690167dcac4fc7b9e 0aa451d1630849409e92a427f1601534 - - default default] TaaS: Handle Delete Port: 12948cbc-9a24-47d8-98e9-40006f538b50 2026-04-02 10:00:38.411 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25fe2c35-dc6a-4f97-843c-9b51a925e38b 9e8d9796dac14f1690167dcac4fc7b9e 0aa451d1630849409e92a427f1601534 - - default default] Tap Mirror: Handle Delete Port: 12948cbc-9a24-47d8-98e9-40006f538b50 [pid: 7|app: 0|req: 384/747] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:00:38 2026] DELETE /v2.0/networks/9e7a0ced-53e5-4081-be2e-dd78248e8251 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/748] 10.0.0.20 () {32 vars in 731 bytes} [Thu Apr 2 10:00:38 2026] DELETE /v2.0/floatingips/9de60b6c-3c78-45b6-8a13-adb9e50e6c99 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/749] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:00:38 2026] DELETE /v2.0/security-groups/75f093b3-6599-4c77-8f72-651ea9bfe4f2 => 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: 386/750] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:00:38 2026] GET /v2.0/ports?tenant_id=c5082e4137a6462d9300fc1c900bff1d&device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/751] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:00:38 2026] GET /v2.0/networks?id=4e9916ab-cf11-4400-9092-4a870e9c9634 => generated 780 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/752] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:00:38 2026] GET /v2.0/security-groups?tenant_id=8d16529ae1c347eda1bde5df4b452b7e&name=default => generated 2921 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/753] 199.204.45.155 () {34 vars in 1058 bytes} [Thu Apr 2 10:00:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=f585fc01-8fdc-4c2f-ac68-c00e2817f746 => generated 858 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/754] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:00:38 2026] DELETE /v2.0/security-groups/ab51e796-c6a6-4503-ac31-c263eecb1aeb => 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: 391/755] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:00:38 2026] GET /v2.0/subnets?id=6a7994ea-a5be-4e62-8c2f-6a8d52af3d4f => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:00:38.909 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a707169-7e8c-4651-a126-a45a1aa1e39c 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: b6d282b1-b5c3-4beb-bbe7-83dca91214f5 2026-04-02 10:00:38.911 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a707169-7e8c-4651-a126-a45a1aa1e39c 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: b6d282b1-b5c3-4beb-bbe7-83dca91214f5 [pid: 7|app: 0|req: 392/756] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:00:38 2026] GET /v2.0/ports?network_id=4e9916ab-cf11-4400-9092-4a870e9c9634&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: 393/757] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:00:38 2026] GET /v2.0/networks/4e9916ab-cf11-4400-9092-4a870e9c9634?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/758] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:00:38 2026] GET /v2.0/networks/4e9916ab-cf11-4400-9092-4a870e9c9634?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:00:39.064 7 INFO neutron.services.segments.plugin [-] Segment e036e969-b6e1-4a94-810f-1fc5c61a60e9 resource provider aggregate not found 2026-04-02 10:00:39.082 7 INFO neutron.services.segments.plugin [-] Segment e036e969-b6e1-4a94-810f-1fc5c61a60e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e036e969-b6e1-4a94-810f-1fc5c61a60e9 found for delete ", "request_id": "req-ad29cd49-0ddc-4d48-919f-4420bcd3004c"}]} 2026-04-02 10:00:39.083 7 INFO neutron.services.segments.plugin [-] Segment e036e969-b6e1-4a94-810f-1fc5c61a60e9 resource provider aggregate not found 2026-04-02 10:00:39.099 7 INFO neutron.services.segments.plugin [-] Segment e036e969-b6e1-4a94-810f-1fc5c61a60e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e036e969-b6e1-4a94-810f-1fc5c61a60e9 found for delete ", "request_id": "req-b7a2768e-396e-4e9a-91a1-f80ea9ac67bc"}]} [pid: 8|app: 0|req: 365/759] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:00:38 2026] PUT /v2.0/routers/3dff33af-d8a9-40e8-8f80-1b25e012dd91/remove_router_interface => generated 309 bytes in 781 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:00:39.543 7 INFO neutron_taas.services.taas.taas_plugin [None req-0fb8356a-e590-4f18-9ff7-142ead926b84 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 55e06940-85b9-4d24-80bf-3b03e5859e00 2026-04-02 10:00:39.545 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fb8356a-e590-4f18-9ff7-142ead926b84 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 55e06940-85b9-4d24-80bf-3b03e5859e00 2026-04-02 10:00:39.756 7 INFO neutron_taas.services.taas.taas_plugin [None req-0fb8356a-e590-4f18-9ff7-142ead926b84 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 31c3e79e-d8fa-4f08-b3e9-b1a04cf69093 2026-04-02 10:00:39.758 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fb8356a-e590-4f18-9ff7-142ead926b84 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 31c3e79e-d8fa-4f08-b3e9-b1a04cf69093 2026-04-02 10:00:39.833 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-0fb8356a-e590-4f18-9ff7-142ead926b84 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - 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-04-02 10:00:40.078 7 INFO neutron.db.l3_hamode_db [None req-0fb8356a-e590-4f18-9ff7-142ead926b84 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] HA network f95d9a25-d4d7-4761-bc41-b91a979dfa0d was deleted as no HA routers are present in tenant 0aa451d1630849409e92a427f1601534. [pid: 7|app: 0|req: 395/760] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:00:39 2026] DELETE /v2.0/routers/3dff33af-d8a9-40e8-8f80-1b25e012dd91 => generated 0 bytes in 708 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/761] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:00:40 2026] DELETE /v2.0/subnets/6f05590f-714b-4768-8a04-a4cf03811295 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:00:40.374 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e13da8f-89eb-4740-8272-cb891852ef46 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: af23eaad-0472-4977-95b6-979902b81111 2026-04-02 10:00:40.376 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e13da8f-89eb-4740-8272-cb891852ef46 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: af23eaad-0472-4977-95b6-979902b81111 [pid: 7|app: 0|req: 396/762] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:00:40 2026] DELETE /v2.0/networks/5df058f5-f252-49bc-b811-28e1d21cfa68 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/763] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:00:40 2026] GET /v2.0/security-groups?tenant_id=0aa451d1630849409e92a427f1601534&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/764] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:00:40 2026] DELETE /v2.0/security-groups/864d5c43-6c41-474a-a3b8-6243b3f3964d => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:00:41.073 8 INFO neutron.db.segments_db [None req-3b9b6b4a-c50d-4414-b438-83326eda38df e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] Added segment b37f34bd-7471-4fd3-8588-814263bf36c4 of type vxlan for network be9e0050-9231-4f49-bd4c-45fe3809015b 2026-04-02 10:00:41.104 7 INFO neutron.services.segments.plugin [-] Segment 767a6845-a407-4cc6-8d6e-7ccf6dc0ced4 resource provider aggregate not found 2026-04-02 10:00:41.125 7 INFO neutron.services.segments.plugin [-] Segment 767a6845-a407-4cc6-8d6e-7ccf6dc0ced4 resource provider aggregate not found 2026-04-02 10:00:41.126 7 INFO neutron.services.segments.plugin [-] Segment 767a6845-a407-4cc6-8d6e-7ccf6dc0ced4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 767a6845-a407-4cc6-8d6e-7ccf6dc0ced4 found for delete ", "request_id": "req-7a5c1d5d-096a-457f-887c-5e95d262c048"}]} 2026-04-02 10:00:41.150 7 INFO neutron.services.segments.plugin [-] Segment 98093685-1eb4-4b81-8c18-8e0b6522dc21 resource provider aggregate not found 2026-04-02 10:00:41.154 7 INFO neutron.services.segments.plugin [-] Segment 767a6845-a407-4cc6-8d6e-7ccf6dc0ced4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 767a6845-a407-4cc6-8d6e-7ccf6dc0ced4 found for delete ", "request_id": "req-a2e85557-7ddd-4ba2-b178-4eb7b3eb62fd"}]} 2026-04-02 10:00:41.169 7 INFO neutron.db.segments_db [None req-112bf501-f2c2-49e0-b5c1-2d0301eb02f7 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment 44c92acc-305c-4436-b7bc-d518014cdcf5 of type vxlan for network 5832242a-bac8-445a-83e1-0aad1fc74c95 2026-04-02 10:00:41.180 7 INFO neutron.services.segments.plugin [-] Segment 98093685-1eb4-4b81-8c18-8e0b6522dc21 resource provider aggregate not found 2026-04-02 10:00:41.183 7 INFO neutron.services.segments.plugin [-] Segment 98093685-1eb4-4b81-8c18-8e0b6522dc21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98093685-1eb4-4b81-8c18-8e0b6522dc21 found for delete ", "request_id": "req-d30c22da-cecf-4ccc-aa8f-13f94ccd81fb"}]} 2026-04-02 10:00:41.197 7 INFO neutron.services.segments.plugin [-] Segment 98093685-1eb4-4b81-8c18-8e0b6522dc21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98093685-1eb4-4b81-8c18-8e0b6522dc21 found for delete ", "request_id": "req-380e2e30-cd9a-4762-b368-2f4cd29e818a"}]} [pid: 8|app: 0|req: 367/765] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:00:40 2026] POST /v2.0/networks => generated 611 bytes in 572 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/766] 10.0.0.20 () {34 vars in 670 bytes} [Thu Apr 2 10:00:40 2026] POST /v2.0/networks => generated 725 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:00:41.302 8 INFO neutron.db.segments_db [None req-0871d1c0-2ba1-4f9d-bfd5-3708def312ef e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] Added segment 01ac1218-8ce1-4ad5-8651-1cab9b4bf8d2 of type vxlan for network 496d4c85-cc63-437e-a419-eb648c601167 [pid: 8|app: 0|req: 368/767] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:00:41 2026] POST /v2.0/networks => generated 610 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/768] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:00:41 2026] POST /v2.0/subnets => generated 691 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:00:41.522 7 INFO neutron.db.segments_db [None req-32ef22a6-3e3d-434d-bea4-ede7d516f35c 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment bbff7032-1eec-4852-b404-96b296c9ccf2 of type vxlan for network 00b21630-f2bc-4ce7-a04b-b59291a56a4f [pid: 8|app: 0|req: 369/769] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:00:41 2026] POST /v2.0/subnets => generated 626 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:00:41.737 7 INFO neutron.db.l3_hamode_db [None req-32ef22a6-3e3d-434d-bea4-ede7d516f35c 4622e6aab95146f982a3d0c3b8a409dc beda3a3266514b2785c594648db1dc9c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 370/770] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:00:41 2026] POST /v2.0/subnets => generated 626 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:00:42.002 8 INFO neutron.db.segments_db [None req-e4e0b5ec-a4b0-40e5-bbf1-e6a92bf11d3b e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] Added segment 03678cf9-eeea-4e9b-aae8-9e6de5bbbd80 of type vxlan for network 8df4d37c-ad14-478e-914f-5f8d611fd066 2026-04-02 10:00:42.302 8 INFO neutron.db.l3_hamode_db [None req-e4e0b5ec-a4b0-40e5-bbf1-e6a92bf11d3b e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 10:00:42.442 8 INFO neutron.db.l3_hamode_db [None req-e4e0b5ec-a4b0-40e5-bbf1-e6a92bf11d3b e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 10:00:42.575 7 INFO neutron.db.l3_hamode_db [None req-32ef22a6-3e3d-434d-bea4-ede7d516f35c 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 371/771] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:00:41 2026] POST /v2.0/routers => generated 507 bytes in 1213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/772] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:00:41 2026] POST /v2.0/routers => generated 731 bytes in 2087 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/773] 10.0.0.20 () {34 vars in 782 bytes} [Thu Apr 2 10:00:43 2026] PUT /v2.0/routers/b73dd188-835d-49d6-9e86-a93007e91dfd/add_router_interface => generated 309 bytes in 1156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/774] 10.0.0.20 () {32 vars in 716 bytes} [Thu Apr 2 10:00:44 2026] GET /v2.0/ports/d4178dd2-481c-44c1-ae86-c6960b20cfe4 => generated 955 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/775] 10.0.0.20 () {34 vars in 782 bytes} [Thu Apr 2 10:00:43 2026] PUT /v2.0/routers/12a725c8-96d6-4d2e-a450-93a499d018d5/add_router_interface => generated 309 bytes in 1271 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/776] 10.0.0.20 () {34 vars in 782 bytes} [Thu Apr 2 10:00:44 2026] PUT /v2.0/routers/b73dd188-835d-49d6-9e86-a93007e91dfd/add_router_interface => generated 309 bytes in 1442 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/777] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:00:45 2026] GET /v2.0/security-groups?tenant_id=347692c73dcb418bbb10f609e6ba0fb5&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/778] 10.0.0.20 () {32 vars in 716 bytes} [Thu Apr 2 10:00:46 2026] GET /v2.0/ports/62b9fd0b-745e-4261-93da-ec0a2e785f76 => generated 955 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/779] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:00:46 2026] DELETE /v2.0/security-groups/e7b06b03-7b08-4e74-b00a-512c4aab3090 => 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: 403/780] 10.0.0.20 () {34 vars in 684 bytes} [Thu Apr 2 10:00:45 2026] POST /v2.0/security-groups => generated 1661 bytes in 793 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-02 10:00:46.480 8 INFO neutron_taas.services.taas.taas_plugin [None req-65edc407-e0a2-46d9-aec3-0199177241dd e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] TaaS: Handle Delete Port: 62b9fd0b-745e-4261-93da-ec0a2e785f76 2026-04-02 10:00:46.483 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65edc407-e0a2-46d9-aec3-0199177241dd e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] Tap Mirror: Handle Delete Port: 62b9fd0b-745e-4261-93da-ec0a2e785f76 [pid: 7|app: 0|req: 404/781] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:00:46 2026] GET /v2.0/security-groups?tenant_id=9c380b2faebc452db61d2e15ba98b5b4&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/782] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:00:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/783] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:00:46 2026] DELETE /v2.0/security-groups/8c36f75f-cdb7-4f8f-ab2a-5da2eb4834b1 => 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: 378/784] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:00:46 2026] PUT /v2.0/routers/b73dd188-835d-49d6-9e86-a93007e91dfd/remove_router_interface => generated 309 bytes in 673 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/785] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:00:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:00:47.129 8 INFO neutron_taas.services.taas.taas_plugin [None req-dea3c89d-4f34-4b7b-ba91-626c3a51fe8e e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] TaaS: Handle Delete Port: d4178dd2-481c-44c1-ae86-c6960b20cfe4 2026-04-02 10:00:47.132 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dea3c89d-4f34-4b7b-ba91-626c3a51fe8e e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] Tap Mirror: Handle Delete Port: d4178dd2-481c-44c1-ae86-c6960b20cfe4 [pid: 7|app: 0|req: 408/786] 10.0.0.20 () {34 vars in 675 bytes} [Thu Apr 2 10:00:46 2026] POST /v2.0/floatingips => generated 552 bytes in 541 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/787] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:00:46 2026] PUT /v2.0/routers/b73dd188-835d-49d6-9e86-a93007e91dfd/remove_router_interface => generated 309 bytes in 666 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/788] 10.0.0.20 () {32 vars in 735 bytes} [Thu Apr 2 10:00:47 2026] GET /v2.0/ports?device_id=b73dd188-835d-49d6-9e86-a93007e91dfd => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:00:47.730 8 INFO neutron_taas.services.taas.taas_plugin [None req-04548b0d-27d8-43a7-b752-342135b2af2f e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] TaaS: Handle Delete Port: 114303e5-4c8d-4a10-a275-f7b6dda8cac0 2026-04-02 10:00:47.733 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04548b0d-27d8-43a7-b752-342135b2af2f e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] Tap Mirror: Handle Delete Port: 114303e5-4c8d-4a10-a275-f7b6dda8cac0 [pid: 7|app: 0|req: 410/789] 10.0.0.229 () {34 vars in 1100 bytes} [Thu Apr 2 10:00:47 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1450149167&fields=id&tenant_id=beda3a3266514b2785c594648db1dc9c => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/790] 10.0.0.229 () {34 vars in 982 bytes} [Thu Apr 2 10:00:47 2026] GET /v2.0/networks?id=5832242a-bac8-445a-83e1-0aad1fc74c95 => 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: 412/791] 10.0.0.229 () {34 vars in 965 bytes} [Thu Apr 2 10:00:47 2026] GET /v2.0/quotas/beda3a3266514b2785c594648db1dc9c => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:00:48.091 8 INFO neutron.services.segments.plugin [-] Segment 03678cf9-eeea-4e9b-aae8-9e6de5bbbd80 resource provider aggregate not found [pid: 7|app: 0|req: 413/792] 10.0.0.229 () {34 vars in 1002 bytes} [Thu Apr 2 10:00:48 2026] GET /v2.0/ports?tenant_id=beda3a3266514b2785c594648db1dc9c&fields=id => generated 57 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:00:48.092 8 INFO neutron.services.segments.plugin [-] Segment 03678cf9-eeea-4e9b-aae8-9e6de5bbbd80 resource provider aggregate not found 2026-04-02 10:00:48.118 8 INFO neutron.services.segments.plugin [-] Segment 03678cf9-eeea-4e9b-aae8-9e6de5bbbd80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03678cf9-eeea-4e9b-aae8-9e6de5bbbd80 found for delete ", "request_id": "req-184d0f30-8ea5-4dad-b045-24e2dd2a6dab"}]} 2026-04-02 10:00:48.121 8 INFO neutron.services.segments.plugin [-] Segment 03678cf9-eeea-4e9b-aae8-9e6de5bbbd80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03678cf9-eeea-4e9b-aae8-9e6de5bbbd80 found for delete ", "request_id": "req-0ceedc4e-9ae7-4ba6-9a56-7cf6ff8fb794"}]} 2026-04-02 10:00:48.122 8 INFO neutron.db.l3_hamode_db [None req-04548b0d-27d8-43a7-b752-342135b2af2f e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] HA network 8df4d37c-ad14-478e-914f-5f8d611fd066 was deleted as no HA routers are present in tenant d6d217e1377144dc99a6a04f0a1fddd0. [pid: 8|app: 0|req: 380/793] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:00:47 2026] DELETE /v2.0/routers/b73dd188-835d-49d6-9e86-a93007e91dfd => generated 0 bytes in 572 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/794] 10.0.0.229 () {34 vars in 1008 bytes} [Thu Apr 2 10:00:48 2026] GET /v2.0/networks/5832242a-bac8-445a-83e1-0aad1fc74c95?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: 415/795] 10.0.0.229 () {34 vars in 1108 bytes} [Thu Apr 2 10:00:48 2026] GET /v2.0/networks/5832242a-bac8-445a-83e1-0aad1fc74c95?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/798] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:00:48 2026] DELETE /v2.0/subnets/b148a7e1-6b05-48be-8489-a1e6256eb4af => 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: 382/799] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:48 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => 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: 418/800] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:00:48 2026] DELETE /v2.0/subnets/e12e4315-a312-46aa-90d2-1de3a48bf86b => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:00:48.606 8 INFO neutron_taas.services.taas.taas_plugin [None req-e8c681b0-7a3a-418f-98c4-a860487573b9 e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] TaaS: Handle Delete Port: 51a546b6-c291-4f97-b9fe-d3f6eeeb93ac 2026-04-02 10:00:48.609 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8c681b0-7a3a-418f-98c4-a860487573b9 e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] Tap Mirror: Handle Delete Port: 51a546b6-c291-4f97-b9fe-d3f6eeeb93ac [pid: 8|app: 0|req: 383/801] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:00:48 2026] DELETE /v2.0/networks/496d4c85-cc63-437e-a419-eb648c601167 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:00:48.901 7 INFO neutron_taas.services.taas.taas_plugin [None req-822b0321-3152-4080-9040-b94641549638 e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] TaaS: Handle Delete Port: 486dab2a-8e97-475c-b389-7b074266fa5f 2026-04-02 10:00:48.904 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-822b0321-3152-4080-9040-b94641549638 e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] Tap Mirror: Handle Delete Port: 486dab2a-8e97-475c-b389-7b074266fa5f 2026-04-02 10:00:49.055 7 INFO neutron.services.segments.plugin [-] Segment b37f34bd-7471-4fd3-8588-814263bf36c4 resource provider aggregate not found 2026-04-02 10:00:49.059 7 INFO neutron.services.segments.plugin [-] Segment b37f34bd-7471-4fd3-8588-814263bf36c4 resource provider aggregate not found 2026-04-02 10:00:49.077 7 INFO neutron.services.segments.plugin [-] Segment b37f34bd-7471-4fd3-8588-814263bf36c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b37f34bd-7471-4fd3-8588-814263bf36c4 found for delete ", "request_id": "req-b380977c-a7a2-4815-b35b-9a7aff8ee8a4"}]} 2026-04-02 10:00:49.078 7 INFO neutron.services.segments.plugin [-] Segment b37f34bd-7471-4fd3-8588-814263bf36c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b37f34bd-7471-4fd3-8588-814263bf36c4 found for delete ", "request_id": "req-1f94789f-4af9-4680-83c2-25b5907648ab"}]} [pid: 7|app: 0|req: 419/802] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:00:48 2026] DELETE /v2.0/networks/be9e0050-9231-4f49-bd4c-45fe3809015b => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:00:49.194 8 INFO neutron.db.segments_db [None req-c5d843ad-5cfd-48c9-95e8-248a5c14893c e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] Added segment f6d390bd-a7bb-4838-aef6-93442542dde9 of type vxlan for network b2fe92c7-1ef8-49ce-9dcb-483c3698004e [pid: 8|app: 0|req: 384/803] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:00:49 2026] POST /v2.0/networks => generated 611 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/804] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:49 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/805] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:00:49 2026] POST /v2.0/subnets => generated 626 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:00:49.589 8 INFO neutron.db.segments_db [None req-08d9d4a2-04ac-4915-8e0d-3e0ecb8c1b25 e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] Added segment 9b4e79e7-8f1b-416a-8d97-3d99b52addcc of type vxlan for network 562616cb-8ae9-44f0-a440-abfb6531bbf2 [pid: 7|app: 0|req: 421/806] 10.0.0.169 () {34 vars in 990 bytes} [Thu Apr 2 10:00:49 2026] GET /v2.0/ports?device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => generated 1240 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:00:49.866 8 INFO neutron.db.l3_hamode_db [None req-08d9d4a2-04ac-4915-8e0d-3e0ecb8c1b25 e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 422/807] 10.0.0.169 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:49 2026] GET /v2.0/security-groups?id=6a91ef56-c54c-46a6-bc35-0e0a1e317a58&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-04-02 10:00:49.994 8 INFO neutron.db.l3_hamode_db [None req-08d9d4a2-04ac-4915-8e0d-3e0ecb8c1b25 e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 10:00:50.141 8 INFO neutron.services.segments.plugin [-] Segment 01ac1218-8ce1-4ad5-8651-1cab9b4bf8d2 resource provider aggregate not found 2026-04-02 10:00:50.148 8 INFO neutron.services.segments.plugin [-] Segment 01ac1218-8ce1-4ad5-8651-1cab9b4bf8d2 resource provider aggregate not found 2026-04-02 10:00:50.162 8 INFO neutron.services.segments.plugin [-] Segment 01ac1218-8ce1-4ad5-8651-1cab9b4bf8d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01ac1218-8ce1-4ad5-8651-1cab9b4bf8d2 found for delete ", "request_id": "req-9dc0148d-d7de-4955-a095-8515ef55ccb8"}]} 2026-04-02 10:00:50.185 8 INFO neutron.services.segments.plugin [-] Segment 01ac1218-8ce1-4ad5-8651-1cab9b4bf8d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01ac1218-8ce1-4ad5-8651-1cab9b4bf8d2 found for delete ", "request_id": "req-b4a773a3-d809-4b92-b38a-bbc874cc18ec"}]} [pid: 7|app: 0|req: 423/808] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:50 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => 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: 386/809] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:00:49 2026] POST /v2.0/routers => generated 507 bytes in 1103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/810] 10.0.0.20 () {34 vars in 664 bytes} [Thu Apr 2 10:00:50 2026] POST /v2.0/ports => generated 946 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 425/811] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:51 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => 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: 387/812] 10.0.0.20 () {34 vars in 782 bytes} [Thu Apr 2 10:00:50 2026] PUT /v2.0/routers/3640d59d-c48b-41e0-873e-7501d2d12ad0/add_router_interface => generated 309 bytes in 1105 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: 388/813] 10.0.0.20 () {32 vars in 716 bytes} [Thu Apr 2 10:00:52 2026] GET /v2.0/ports/fa9ec486-be4e-4901-907d-8f2f55e9d469 => generated 1020 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/814] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:00:52 2026] GET /v2.0/security-groups?tenant_id=b7e4d49bcb314f3f943781767c52d289&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/815] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:00:52 2026] DELETE /v2.0/security-groups/d3b6e0f8-c795-47bf-af69-2901b29dc83a => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:00:52.501 8 INFO neutron_taas.services.taas.taas_plugin [None req-15ca3a1e-0e89-4536-acea-34923fe5ee1a e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] TaaS: Handle Delete Port: fa9ec486-be4e-4901-907d-8f2f55e9d469 2026-04-02 10:00:52.506 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15ca3a1e-0e89-4536-acea-34923fe5ee1a e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] Tap Mirror: Handle Delete Port: fa9ec486-be4e-4901-907d-8f2f55e9d469 [pid: 7|app: 0|req: 428/816] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:00:52 2026] GET /v2.0/security-groups?tenant_id=3d6e4f0e7f78453b80160fe9066d96b5&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/817] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:00:52 2026] DELETE /v2.0/security-groups/9512dbf0-6acf-4e49-84af-59de2bed5950 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/818] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:00:52 2026] GET /v2.0/networks?id=5832242a-bac8-445a-83e1-0aad1fc74c95 => 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: 431/819] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:52 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/820] 199.204.45.155 () {34 vars in 1050 bytes} [Thu Apr 2 10:00:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=beda3a3266514b2785c594648db1dc9c => generated 181 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/821] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:00:52 2026] PUT /v2.0/routers/3640d59d-c48b-41e0-873e-7501d2d12ad0/remove_router_interface => generated 309 bytes in 797 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 10:00:53.033 8 INFO neutron.api.v2.resource [None req-c44cc675-b850-47d1-84c8-49b0cd7254da e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 390/822] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:00:52 2026] PUT /v2.0/routers/3640d59d-c48b-41e0-873e-7501d2d12ad0/remove_router_interface => generated 197 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/823] 10.0.0.20 () {32 vars in 735 bytes} [Thu Apr 2 10:00:53 2026] GET /v2.0/ports?device_id=3640d59d-c48b-41e0-873e-7501d2d12ad0 => 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: 433/824] 199.204.45.155 () {38 vars in 955 bytes} [Thu Apr 2 10:00:52 2026] POST /v2.0/ports => generated 958 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 10:00:53.233 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3f91ffd-985a-47bf-a0bf-a2de98539da6 e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] TaaS: Handle Delete Port: e5a84034-9e66-4e16-a9e8-1abbed5fa68d 2026-04-02 10:00:53.238 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3f91ffd-985a-47bf-a0bf-a2de98539da6 e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] Tap Mirror: Handle Delete Port: e5a84034-9e66-4e16-a9e8-1abbed5fa68d 2026-04-02 10:00:53.629 8 INFO neutron.services.segments.plugin [-] Segment 9b4e79e7-8f1b-416a-8d97-3d99b52addcc resource provider aggregate not found 2026-04-02 10:00:53.633 8 INFO neutron.services.segments.plugin [-] Segment 9b4e79e7-8f1b-416a-8d97-3d99b52addcc resource provider aggregate not found 2026-04-02 10:00:53.648 8 INFO neutron.services.segments.plugin [-] Segment 9b4e79e7-8f1b-416a-8d97-3d99b52addcc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b4e79e7-8f1b-416a-8d97-3d99b52addcc found for delete ", "request_id": "req-d8121c71-7bc1-4404-bbb8-6a70aaa34aa7"}]} 2026-04-02 10:00:53.651 8 INFO neutron.services.segments.plugin [-] Segment 9b4e79e7-8f1b-416a-8d97-3d99b52addcc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b4e79e7-8f1b-416a-8d97-3d99b52addcc found for delete ", "request_id": "req-ca2e5cbc-abf5-4b8a-bf5f-a048e787600c"}]} 2026-04-02 10:00:53.667 8 INFO neutron.db.l3_hamode_db [None req-c3f91ffd-985a-47bf-a0bf-a2de98539da6 e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] HA network 562616cb-8ae9-44f0-a440-abfb6531bbf2 was deleted as no HA routers are present in tenant d6d217e1377144dc99a6a04f0a1fddd0. [pid: 8|app: 0|req: 392/825] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:00:53 2026] DELETE /v2.0/routers/3640d59d-c48b-41e0-873e-7501d2d12ad0 => generated 0 bytes in 611 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/826] 199.204.45.155 () {38 vars in 1028 bytes} [Thu Apr 2 10:00:53 2026] PUT /v2.0/ports/98bcabc8-7562-4715-ac51-3acb154ab171 => generated 1239 bytes in 603 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:00:53.754 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2a3dd6e-889d-4cae-827b-99b2d766fb84'] response: {'name': 'network-changed', 'server_uuid': 'dabeade7-bb70-4cf8-b0c1-8e0be7310a0a', 'tag': '98bcabc8-7562-4715-ac51-3acb154ab171', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 393/827] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:00:53 2026] DELETE /v2.0/subnets/666d7134-b6e1-477c-8a14-d06f24343501 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 394/828] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:53 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/829] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:53 2026] GET /v2.0/security-groups?id=32ccb1f7-bac4-4f35-b965-78aaa4b344ab&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:00:53.949 7 INFO neutron.services.segments.plugin [-] Segment f6d390bd-a7bb-4838-aef6-93442542dde9 resource provider aggregate not found 2026-04-02 10:00:53.962 7 INFO neutron.services.segments.plugin [-] Segment f6d390bd-a7bb-4838-aef6-93442542dde9 resource provider aggregate not found 2026-04-02 10:00:53.967 7 INFO neutron.services.segments.plugin [-] Segment f6d390bd-a7bb-4838-aef6-93442542dde9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6d390bd-a7bb-4838-aef6-93442542dde9 found for delete ", "request_id": "req-9491f95f-2a28-4695-9cc4-674944b0d65a"}]} 2026-04-02 10:00:53.977 7 INFO neutron.services.segments.plugin [-] Segment f6d390bd-a7bb-4838-aef6-93442542dde9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6d390bd-a7bb-4838-aef6-93442542dde9 found for delete ", "request_id": "req-63250174-d093-454b-8d9f-4d3552f7da32"}]} [pid: 7|app: 0|req: 435/830] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:00:53 2026] DELETE /v2.0/networks/b2fe92c7-1ef8-49ce-9dcb-483c3698004e => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:00:54.035 8 INFO neutron.db.segments_db [None req-85793dd5-db21-40ed-9cdf-1fb31d4edbe3 e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] Added segment 3047ada9-3761-471f-9cc9-ff83827967f0 of type vxlan for network 3bf2b3c2-355c-479b-92cb-6f27a5958ffd [pid: 8|app: 0|req: 396/831] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:00:53 2026] POST /v2.0/networks => generated 611 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/832] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:00:54 2026] GET /v2.0/ports?tenant_id=beda3a3266514b2785c594648db1dc9c&device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/833] 199.204.45.155 () {34 vars in 1018 bytes} [Thu Apr 2 10:00:54 2026] GET /v2.0/networks?tenant_id=beda3a3266514b2785c594648db1dc9c&shared=False => generated 772 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/834] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:00:54 2026] POST /v2.0/subnets => generated 626 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/835] 199.204.45.155 () {34 vars in 930 bytes} [Thu Apr 2 10:00:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:00:54.396 7 INFO neutron.db.segments_db [None req-5c89c203-17f7-4772-9cf4-ab3984e8f392 e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] Added segment fd522799-1dbb-4e71-84bd-315382ada434 of type vxlan for network 6d30d89d-24fd-4c41-8062-91cec71c520c 2026-04-02 10:00:54.674 7 INFO neutron.db.l3_hamode_db [None req-5c89c203-17f7-4772-9cf4-ab3984e8f392 e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 10:00:54.792 7 INFO neutron.db.l3_hamode_db [None req-5c89c203-17f7-4772-9cf4-ab3984e8f392 e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 400/836] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:54 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/837] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:55 2026] GET /v2.0/security-groups?id=32ccb1f7-bac4-4f35-b965-78aaa4b344ab&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/838] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:00:54 2026] POST /v2.0/routers => generated 506 bytes in 961 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/839] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:00:55 2026] GET /v2.0/ports?tenant_id=beda3a3266514b2785c594648db1dc9c&device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/840] 199.204.45.155 () {34 vars in 1060 bytes} [Thu Apr 2 10:00:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=98bcabc8-7562-4715-ac51-3acb154ab171 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/841] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:00:55 2026] GET /v2.0/subnets?id=13cf6fe5-67ff-41e7-b7d3-e3fcd3ea4539 => generated 694 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/842] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:00:55 2026] GET /v2.0/ports?network_id=5832242a-bac8-445a-83e1-0aad1fc74c95&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/843] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:00:55 2026] GET /v2.0/networks/5832242a-bac8-445a-83e1-0aad1fc74c95?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/844] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:00:55 2026] GET /v2.0/networks/5832242a-bac8-445a-83e1-0aad1fc74c95?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/845] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:56 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/846] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:56 2026] GET /v2.0/security-groups?id=32ccb1f7-bac4-4f35-b965-78aaa4b344ab&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/847] 10.0.0.20 () {34 vars in 782 bytes} [Thu Apr 2 10:00:55 2026] PUT /v2.0/routers/f78369af-6e65-4dfb-a8e8-097634229dbf/add_router_interface => generated 309 bytes in 997 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/848] 10.0.0.20 () {32 vars in 716 bytes} [Thu Apr 2 10:00:56 2026] GET /v2.0/ports/73fa4539-8b2a-45ad-9c16-b7250c3f3040 => generated 955 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:00:56.667 8 INFO neutron_taas.services.taas.taas_plugin [None req-98966499-bf7d-43c1-a948-f0fcd5b82cfc e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] TaaS: Handle Delete Port: 73fa4539-8b2a-45ad-9c16-b7250c3f3040 2026-04-02 10:00:56.670 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98966499-bf7d-43c1-a948-f0fcd5b82cfc e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] Tap Mirror: Handle Delete Port: 73fa4539-8b2a-45ad-9c16-b7250c3f3040 [pid: 8|app: 0|req: 403/849] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:00:56 2026] PUT /v2.0/routers/f78369af-6e65-4dfb-a8e8-097634229dbf/remove_router_interface => generated 309 bytes in 736 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/850] 10.0.0.20 () {32 vars in 735 bytes} [Thu Apr 2 10:00:57 2026] GET /v2.0/ports?device_id=f78369af-6e65-4dfb-a8e8-097634229dbf => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:00:57.286 8 INFO neutron_taas.services.taas.taas_plugin [None req-3fa9e3ed-5978-4fa4-8472-3b682b4e8eec e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] TaaS: Handle Delete Port: 26be7d7e-3f4e-4da5-99dd-899f609cdde1 2026-04-02 10:00:57.288 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fa9e3ed-5978-4fa4-8472-3b682b4e8eec e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] Tap Mirror: Handle Delete Port: 26be7d7e-3f4e-4da5-99dd-899f609cdde1 [pid: 7|app: 0|req: 448/851] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:00:57 2026] GET /v2.0/security-groups?tenant_id=b0e14b9695564f80aba30d1b296522f4&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/852] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:57 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => generated 973 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/853] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:00:57 2026] DELETE /v2.0/security-groups/aa83e049-28f2-4b98-8899-41e4c3f68d95 => 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: 451/854] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:57 2026] GET /v2.0/security-groups?id=32ccb1f7-bac4-4f35-b965-78aaa4b344ab&fields=id&fields=name => generated 114 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:00:57.581 8 INFO neutron.services.segments.plugin [-] Segment fd522799-1dbb-4e71-84bd-315382ada434 resource provider aggregate not found 2026-04-02 10:00:57.587 8 INFO neutron.services.segments.plugin [-] Segment fd522799-1dbb-4e71-84bd-315382ada434 resource provider aggregate not found 2026-04-02 10:00:57.600 8 INFO neutron.services.segments.plugin [-] Segment fd522799-1dbb-4e71-84bd-315382ada434 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd522799-1dbb-4e71-84bd-315382ada434 found for delete ", "request_id": "req-12777818-95cd-4f20-88a5-1ac0a4872abf"}]} 2026-04-02 10:00:57.602 8 INFO neutron.services.segments.plugin [-] Segment fd522799-1dbb-4e71-84bd-315382ada434 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd522799-1dbb-4e71-84bd-315382ada434 found for delete ", "request_id": "req-0c7909b9-4473-4832-9040-017dc5fa797a"}]} 2026-04-02 10:00:57.606 8 INFO neutron.db.l3_hamode_db [None req-3fa9e3ed-5978-4fa4-8472-3b682b4e8eec e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] HA network 6d30d89d-24fd-4c41-8062-91cec71c520c was deleted as no HA routers are present in tenant d6d217e1377144dc99a6a04f0a1fddd0. [pid: 8|app: 0|req: 404/855] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:00:57 2026] DELETE /v2.0/routers/f78369af-6e65-4dfb-a8e8-097634229dbf => generated 0 bytes in 487 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/856] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:00:57 2026] GET /v2.0/security-groups?tenant_id=956bb59c47d5434bb009b3a012815064&name=default => generated 2925 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/857] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:00:57 2026] DELETE /v2.0/security-groups/c68a2f1e-55a6-4a1e-b2af-ba3f9583b37e => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/858] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:00:57 2026] DELETE /v2.0/subnets/e7bae21c-a36e-4545-9289-3dc537a89662 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:00:57.803 7 INFO neutron.services.segments.plugin [-] Segment 3047ada9-3761-471f-9cc9-ff83827967f0 resource provider aggregate not found 2026-04-02 10:00:57.807 7 INFO neutron.services.segments.plugin [-] Segment 3047ada9-3761-471f-9cc9-ff83827967f0 resource provider aggregate not found 2026-04-02 10:00:57.821 7 INFO neutron.services.segments.plugin [-] Segment 3047ada9-3761-471f-9cc9-ff83827967f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3047ada9-3761-471f-9cc9-ff83827967f0 found for delete ", "request_id": "req-3a63c035-b85d-4a68-9189-0ae1540bd5d8"}]} [pid: 7|app: 0|req: 454/859] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:00:57 2026] DELETE /v2.0/networks/3bf2b3c2-355c-479b-92cb-6f27a5958ffd => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:00:57.835 7 INFO neutron.services.segments.plugin [-] Segment 3047ada9-3761-471f-9cc9-ff83827967f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3047ada9-3761-471f-9cc9-ff83827967f0 found for delete ", "request_id": "req-9c43e1ca-5a2c-4c7e-ab62-709550f0d978"}]} 2026-04-02 10:00:57.883 8 INFO neutron.db.segments_db [None req-ff9c18e2-c080-4ced-b8f6-804323614a49 e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] Added segment 4b180ae5-c305-4c07-a76a-0c2cb89aa899 of type vxlan for network 28f07a60-3069-4995-806f-f45b539eb358 2026-04-02 10:00:58.105 8 INFO neutron.db.l3_hamode_db [None req-ff9c18e2-c080-4ced-b8f6-804323614a49 e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 455/860] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:58 2026] GET /v2.0/ports?device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/861] 10.0.0.229 () {34 vars in 971 bytes} [Thu Apr 2 10:00:58 2026] GET /v2.0/ports/f585fc01-8fdc-4c2f-ac68-c00e2817f746 => generated 968 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/862] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:58 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => generated 973 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/863] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:58 2026] GET /v2.0/security-groups?id=32ccb1f7-bac4-4f35-b965-78aaa4b344ab&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:00:58.877 8 INFO neutron.db.l3_hamode_db [None req-ff9c18e2-c080-4ced-b8f6-804323614a49 e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 459/864] 199.204.45.155 () {34 vars in 1000 bytes} [Thu Apr 2 10:00:59 2026] GET /v2.0/subnets?network_id=4e9916ab-cf11-4400-9092-4a870e9c9634 => generated 684 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/865] 199.204.45.155 () {34 vars in 1146 bytes} [Thu Apr 2 10:00:59 2026] GET /v2.0/ports?device_id=30b65f60-da1a-4093-9c16-5cd016fab740&device_owner=compute%3Anova&network_id=4e9916ab-cf11-4400-9092-4a870e9c9634 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/866] 199.204.45.155 () {38 vars in 1028 bytes} [Thu Apr 2 10:00:59 2026] PUT /v2.0/ports/f585fc01-8fdc-4c2f-ac68-c00e2817f746 => generated 1149 bytes in 551 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: 406/867] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:00:57 2026] POST /v2.0/routers => generated 687 bytes in 1892 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:00:59.745 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dda1dd8d-f36d-4270-87f9-d13a72429ce6'] response: {'name': 'network-changed', 'server_uuid': '30b65f60-da1a-4093-9c16-5cd016fab740', 'tag': 'f585fc01-8fdc-4c2f-ac68-c00e2817f746', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 462/868] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:00:59 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => 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: 463/869] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:00:59 2026] GET /v2.0/security-groups?id=32ccb1f7-bac4-4f35-b965-78aaa4b344ab&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/870] 10.0.0.20 () {32 vars in 720 bytes} [Thu Apr 2 10:00:59 2026] GET /v2.0/routers/703b25aa-eb30-4637-adf8-11acd96ddac3 => generated 693 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/871] 10.0.0.20 () {32 vars in 646 bytes} [Thu Apr 2 10:00:59 2026] GET /v2.0/routers => generated 696 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/872] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:01:00 2026] GET /v2.0/ports?tenant_id=c5082e4137a6462d9300fc1c900bff1d&device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => generated 1421 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/873] 10.0.0.20 () {34 vars in 740 bytes} [Thu Apr 2 10:00:59 2026] PUT /v2.0/routers/703b25aa-eb30-4637-adf8-11acd96ddac3 => generated 700 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/874] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:01:00 2026] GET /v2.0/networks?id=4e9916ab-cf11-4400-9092-4a870e9c9634 => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/875] 199.204.45.155 () {34 vars in 1060 bytes} [Thu Apr 2 10:01:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=f585fc01-8fdc-4c2f-ac68-c00e2817f746 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/876] 10.0.0.20 () {32 vars in 720 bytes} [Thu Apr 2 10:01:00 2026] GET /v2.0/routers/703b25aa-eb30-4637-adf8-11acd96ddac3 => generated 700 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/877] 10.0.0.20 () {32 vars in 735 bytes} [Thu Apr 2 10:01:00 2026] GET /v2.0/ports?device_id=703b25aa-eb30-4637-adf8-11acd96ddac3 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/878] 199.204.45.155 () {34 vars in 1058 bytes} [Thu Apr 2 10:01:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=f585fc01-8fdc-4c2f-ac68-c00e2817f746 => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/879] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:01:00 2026] GET /v2.0/subnets?id=6a7994ea-a5be-4e62-8c2f-6a8d52af3d4f => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/880] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:01:00 2026] GET /v2.0/ports?network_id=4e9916ab-cf11-4400-9092-4a870e9c9634&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/881] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:01:00 2026] GET /v2.0/networks/4e9916ab-cf11-4400-9092-4a870e9c9634?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: 472/882] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:01:00 2026] GET /v2.0/networks/4e9916ab-cf11-4400-9092-4a870e9c9634?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:01:00.639 8 INFO neutron_taas.services.taas.taas_plugin [None req-64f371ee-85e8-4715-9800-d041f5eb9858 e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] TaaS: Handle Delete Port: a354cd23-7124-4872-aa85-b1bc3005fe53 2026-04-02 10:01:00.641 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64f371ee-85e8-4715-9800-d041f5eb9858 e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] Tap Mirror: Handle Delete Port: a354cd23-7124-4872-aa85-b1bc3005fe53 2026-04-02 10:01:00.877 8 INFO neutron_taas.services.taas.taas_plugin [None req-64f371ee-85e8-4715-9800-d041f5eb9858 e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] TaaS: Handle Delete Port: c0fbeb41-3e48-48fb-9655-f4f350ff0d02 2026-04-02 10:01:00.887 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64f371ee-85e8-4715-9800-d041f5eb9858 e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] Tap Mirror: Handle Delete Port: c0fbeb41-3e48-48fb-9655-f4f350ff0d02 [pid: 7|app: 0|req: 473/883] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:00 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/884] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:00 2026] GET /v2.0/security-groups?id=32ccb1f7-bac4-4f35-b965-78aaa4b344ab&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: 475/885] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:01 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:01.261 8 INFO neutron.services.segments.plugin [-] Segment 4b180ae5-c305-4c07-a76a-0c2cb89aa899 resource provider aggregate not found 2026-04-02 10:01:01.269 8 INFO neutron.services.segments.plugin [-] Segment 4b180ae5-c305-4c07-a76a-0c2cb89aa899 resource provider aggregate not found 2026-04-02 10:01:01.282 8 INFO neutron.services.segments.plugin [-] Segment 4b180ae5-c305-4c07-a76a-0c2cb89aa899 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b180ae5-c305-4c07-a76a-0c2cb89aa899 found for delete ", "request_id": "req-507b9c26-d5b1-43fd-8b40-782cfee91b3f"}]} 2026-04-02 10:01:01.287 8 INFO neutron.services.segments.plugin [-] Segment 4b180ae5-c305-4c07-a76a-0c2cb89aa899 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b180ae5-c305-4c07-a76a-0c2cb89aa899 found for delete ", "request_id": "req-78de219d-c01b-4032-97f4-cd72cd41f7c5"}]} 2026-04-02 10:01:01.300 8 INFO neutron.db.l3_hamode_db [None req-64f371ee-85e8-4715-9800-d041f5eb9858 e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] HA network 28f07a60-3069-4995-806f-f45b539eb358 was deleted as no HA routers are present in tenant d6d217e1377144dc99a6a04f0a1fddd0. [pid: 8|app: 0|req: 411/886] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:00 2026] DELETE /v2.0/routers/703b25aa-eb30-4637-adf8-11acd96ddac3 => generated 0 bytes in 920 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/887] 10.0.0.20 () {32 vars in 735 bytes} [Thu Apr 2 10:01:01 2026] GET /v2.0/ports?device_id=703b25aa-eb30-4637-adf8-11acd96ddac3 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:01:01.348 8 INFO neutron.api.v2.resource [None req-b9353167-288d-462f-abd7-2a439c838fa1 e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 413/888] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:01 2026] DELETE /v2.0/routers/703b25aa-eb30-4637-adf8-11acd96ddac3 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/889] 10.0.0.20 () {32 vars in 735 bytes} [Thu Apr 2 10:01:01 2026] GET /v2.0/ports?device_id=f78369af-6e65-4dfb-a8e8-097634229dbf => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:01:01.379 7 INFO neutron.db.l3_db [None req-27e8d077-bc90-41e1-ae5d-d78d2b6ef760 a1234f2c143e4b99b020939ed875e477 beda3a3266514b2785c594648db1dc9c - - default default] Floating IP 3a1b393b-e7eb-4068-a484-c6d12ec4b0cc associated. External IP: 10.96.250.216, port: 98bcabc8-7562-4715-ac51-3acb154ab171. 2026-04-02 10:01:01.388 8 INFO neutron.api.v2.resource [None req-ce672ad3-b95b-4505-bbc6-c9700c21f56d e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 415/890] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:01 2026] DELETE /v2.0/routers/f78369af-6e65-4dfb-a8e8-097634229dbf => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:01:01.402 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cdfaa6ca-6483-4339-ae46-556a0077b29d e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 416/891] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:01 2026] DELETE /v2.0/subnets/e7bae21c-a36e-4545-9289-3dc537a89662 => 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: 417/892] 10.0.0.20 () {32 vars in 735 bytes} [Thu Apr 2 10:01:01 2026] GET /v2.0/ports?device_id=3640d59d-c48b-41e0-873e-7501d2d12ad0 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:01:01.443 8 INFO neutron.api.v2.resource [None req-900624f4-cbb1-47c0-82d1-ea49374d3602 e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 418/893] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:01 2026] DELETE /v2.0/routers/3640d59d-c48b-41e0-873e-7501d2d12ad0 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:01:01.458 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4a086225-79b5-4774-a90f-80b9fc95e584 e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 419/894] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:01 2026] DELETE /v2.0/subnets/666d7134-b6e1-477c-8a14-d06f24343501 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/895] 10.0.0.20 () {32 vars in 735 bytes} [Thu Apr 2 10:01:01 2026] GET /v2.0/ports?device_id=b73dd188-835d-49d6-9e86-a93007e91dfd => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:01:01.497 8 INFO neutron.api.v2.resource [None req-0251d6f2-7bfa-46fc-a1d8-324a4823b6a1 e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 421/896] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:01 2026] DELETE /v2.0/routers/b73dd188-835d-49d6-9e86-a93007e91dfd => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:01:01.521 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9f6bdb28-228b-4568-9c9b-52d3ce615133 e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 422/897] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:01 2026] DELETE /v2.0/subnets/b148a7e1-6b05-48be-8489-a1e6256eb4af => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:01:01.541 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f88d0e12-3e70-4aa5-a03c-22d385cc7c6b e65b17d7a5fd4ecbbce4d1178f5dbd7b d6d217e1377144dc99a6a04f0a1fddd0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 423/898] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:01 2026] DELETE /v2.0/subnets/e12e4315-a312-46aa-90d2-1de3a48bf86b => 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: 476/899] 10.0.0.20 () {34 vars in 748 bytes} [Thu Apr 2 10:01:01 2026] PUT /v2.0/floatingips/3a1b393b-e7eb-4068-a484-c6d12ec4b0cc => generated 856 bytes in 573 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/900] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:01:01 2026] GET /v2.0/ports?tenant_id=c5082e4137a6462d9300fc1c900bff1d&device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => generated 1421 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/901] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:01:01 2026] GET /v2.0/networks?id=4e9916ab-cf11-4400-9092-4a870e9c9634 => generated 780 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/902] 199.204.45.155 () {34 vars in 1060 bytes} [Thu Apr 2 10:01:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=f585fc01-8fdc-4c2f-ac68-c00e2817f746 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/903] 199.204.45.155 () {34 vars in 1058 bytes} [Thu Apr 2 10:01:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=f585fc01-8fdc-4c2f-ac68-c00e2817f746 => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:01.801 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-795beb46-7b6f-4081-bf85-29b404be3dc6'] response: {'name': 'network-changed', 'server_uuid': 'dabeade7-bb70-4cf8-b0c1-8e0be7310a0a', 'tag': '98bcabc8-7562-4715-ac51-3acb154ab171', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 479/904] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:01:01 2026] GET /v2.0/subnets?id=6a7994ea-a5be-4e62-8c2f-6a8d52af3d4f => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/905] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:01:01 2026] GET /v2.0/ports?network_id=4e9916ab-cf11-4400-9092-4a870e9c9634&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/906] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:01 2026] GET /v2.0/ports?device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => generated 1152 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/907] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:01:01 2026] GET /v2.0/networks/4e9916ab-cf11-4400-9092-4a870e9c9634?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: 427/908] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:01 2026] GET /v2.0/security-groups?id=6a91ef56-c54c-46a6-bc35-0e0a1e317a58&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: 482/909] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:01:01 2026] GET /v2.0/networks/4e9916ab-cf11-4400-9092-4a870e9c9634?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/910] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:01:02 2026] GET /v2.0/ports?tenant_id=beda3a3266514b2785c594648db1dc9c&device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => 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: 484/911] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:01:02 2026] GET /v2.0/networks?id=5832242a-bac8-445a-83e1-0aad1fc74c95 => generated 772 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/912] 199.204.45.155 () {34 vars in 1060 bytes} [Thu Apr 2 10:01:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=98bcabc8-7562-4715-ac51-3acb154ab171 => generated 859 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/913] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:01:02 2026] GET /v2.0/security-groups?tenant_id=d6d217e1377144dc99a6a04f0a1fddd0&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/914] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:01:02 2026] GET /v2.0/subnets?id=13cf6fe5-67ff-41e7-b7d3-e3fcd3ea4539 => generated 694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/915] 199.204.45.155 () {34 vars in 1120 bytes} [Thu Apr 2 10:01:02 2026] GET /v2.0/ports?device_id=30b65f60-da1a-4093-9c16-5cd016fab740&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.10 => generated 1152 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/916] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:01:02 2026] DELETE /v2.0/security-groups/703e0bda-5e03-4a91-928f-ff7c0925e035 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/917] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:01:02 2026] GET /v2.0/ports?network_id=5832242a-bac8-445a-83e1-0aad1fc74c95&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/918] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:01:02 2026] GET /v2.0/networks/5832242a-bac8-445a-83e1-0aad1fc74c95?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: 490/919] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:01:02 2026] GET /v2.0/networks/5832242a-bac8-445a-83e1-0aad1fc74c95?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: 430/920] 199.204.45.155 () {38 vars in 1028 bytes} [Thu Apr 2 10:01:02 2026] PUT /v2.0/ports/f585fc01-8fdc-4c2f-ac68-c00e2817f746 => generated 968 bytes in 627 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:03.275 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c3395e5-5691-487d-b640-63f716c8da10'] response: {'name': 'network-changed', 'server_uuid': '30b65f60-da1a-4093-9c16-5cd016fab740', 'tag': 'f585fc01-8fdc-4c2f-ac68-c00e2817f746', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 492/923] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:01:03 2026] GET /v2.0/ports?tenant_id=c5082e4137a6462d9300fc1c900bff1d&device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => generated 1240 bytes in 28 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: 432/924] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:01:03 2026] GET /v2.0/networks?id=4e9916ab-cf11-4400-9092-4a870e9c9634 => generated 780 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/925] 199.204.45.155 () {34 vars in 1058 bytes} [Thu Apr 2 10:01:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=f585fc01-8fdc-4c2f-ac68-c00e2817f746 => generated 860 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/926] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:01:03 2026] GET /v2.0/subnets?id=6a7994ea-a5be-4e62-8c2f-6a8d52af3d4f => generated 702 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/927] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:01:03 2026] GET /v2.0/ports?network_id=4e9916ab-cf11-4400-9092-4a870e9c9634&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: 434/928] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:01:03 2026] GET /v2.0/networks/4e9916ab-cf11-4400-9092-4a870e9c9634?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: 495/929] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:01:04 2026] GET /v2.0/networks/4e9916ab-cf11-4400-9092-4a870e9c9634?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/930] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:04 2026] GET /v2.0/ports?device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => 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: 496/931] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:04 2026] GET /v2.0/security-groups?id=6a91ef56-c54c-46a6-bc35-0e0a1e317a58&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: 436/932] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:01:05 2026] GET /v2.0/ports?tenant_id=c5082e4137a6462d9300fc1c900bff1d&device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/933] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:01:05 2026] GET /v2.0/networks?id=4e9916ab-cf11-4400-9092-4a870e9c9634 => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/934] 199.204.45.155 () {34 vars in 1058 bytes} [Thu Apr 2 10:01:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=f585fc01-8fdc-4c2f-ac68-c00e2817f746 => generated 860 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/935] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:01:05 2026] GET /v2.0/subnets?id=6a7994ea-a5be-4e62-8c2f-6a8d52af3d4f => generated 702 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/936] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:01:05 2026] GET /v2.0/ports?network_id=4e9916ab-cf11-4400-9092-4a870e9c9634&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/937] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:01:05 2026] GET /v2.0/networks/4e9916ab-cf11-4400-9092-4a870e9c9634?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: 500/938] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:01:05 2026] GET /v2.0/networks/4e9916ab-cf11-4400-9092-4a870e9c9634?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: 501/939] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:05 2026] GET /v2.0/ports?device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/940] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:05 2026] GET /v2.0/security-groups?id=6a91ef56-c54c-46a6-bc35-0e0a1e317a58&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: 439/941] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:01:05 2026] GET /v2.0/security-groups?tenant_id=901c89a8780f4a15b352db5a2bf235c8&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/942] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:01:05 2026] DELETE /v2.0/security-groups/acb475ae-77a3-49be-a50a-6dc07c913d25 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/943] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:01:05 2026] GET /v2.0/security-groups?tenant_id=a0b18c5a45cd4fb58d861bcab08f0bb0&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/944] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:01:06 2026] DELETE /v2.0/security-groups/6afbd8d5-04c4-49f6-97ba-b899e7245d44 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/945] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:06 2026] GET /v2.0/ports?device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/946] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:06 2026] GET /v2.0/security-groups?id=6a91ef56-c54c-46a6-bc35-0e0a1e317a58&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/947] 199.204.45.155 () {34 vars in 994 bytes} [Thu Apr 2 10:01:06 2026] GET /v2.0/ports?device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:06.952 7 INFO neutron_taas.services.taas.taas_plugin [req-9be27612-bdcb-4fff-8255-28e2a4f7e977 req-a494b767-8aeb-476a-a631-ce1f1acad201 61d92283ee944738a9a77bca9ff687e3 c5082e4137a6462d9300fc1c900bff1d - - default default] TaaS: Handle Delete Port: f585fc01-8fdc-4c2f-ac68-c00e2817f746 2026-04-02 10:01:06.955 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9be27612-bdcb-4fff-8255-28e2a4f7e977 req-a494b767-8aeb-476a-a631-ce1f1acad201 61d92283ee944738a9a77bca9ff687e3 c5082e4137a6462d9300fc1c900bff1d - - default default] Tap Mirror: Handle Delete Port: f585fc01-8fdc-4c2f-ac68-c00e2817f746 2026-04-02 10:01:07.060 7 INFO neutron.db.l3_db [req-9be27612-bdcb-4fff-8255-28e2a4f7e977 req-a494b767-8aeb-476a-a631-ce1f1acad201 61d92283ee944738a9a77bca9ff687e3 c5082e4137a6462d9300fc1c900bff1d - - default default] Floating IP cd73456e-ab1c-4f4e-801a-ddcf77a81a77 disassociated. External IP: 10.96.250.204, port: f585fc01-8fdc-4c2f-ac68-c00e2817f746. [pid: 8|app: 0|req: 443/948] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:01:06 2026] GET /v2.0/security-groups?tenant_id=394fc079b3114f0dbcfb44c6b0b5fa11&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/949] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:01:07 2026] DELETE /v2.0/security-groups/cc7d9640-8bd3-440c-977e-67b928bdc001 => 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: 506/950] 199.204.45.155 () {36 vars in 997 bytes} [Thu Apr 2 10:01:06 2026] DELETE /v2.0/ports/f585fc01-8fdc-4c2f-ac68-c00e2817f746 => generated 0 bytes in 543 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:01:07.420 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f99df62-130b-4ff4-bbc1-0abc01cea52e'] response: {'server_uuid': '30b65f60-da1a-4093-9c16-5cd016fab740', 'name': 'network-vif-deleted', 'tag': 'f585fc01-8fdc-4c2f-ac68-c00e2817f746', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 445/951] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:07 2026] GET /v2.0/ports?device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:01:08.267 7 INFO neutron.db.segments_db [None req-05b135cf-e058-4e08-8914-fa1f7ae545b2 1b348fd2e04f40109bfa026a59bcedfd 2fe41f2de103473ebc8ce435672e68bf - - default default] Added segment 7340cfe3-f1ee-487b-a58f-24919cd08203 of type vxlan for network 56b21d6f-c44a-409c-9ddd-e66d66e1a9b7 [pid: 7|app: 0|req: 507/952] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:01:08 2026] POST /v2.0/networks => generated 631 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/953] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:01:08 2026] POST /v2.0/subnets => generated 627 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:01:08.634 7 INFO neutron.db.segments_db [None req-539f1442-41b6-47b2-87ea-bc87a37aad25 1b348fd2e04f40109bfa026a59bcedfd 2fe41f2de103473ebc8ce435672e68bf - - default default] Added segment 7521bc53-072c-4d18-9fba-fb4e1b197f90 of type vxlan for network 406f7b2c-258e-40cb-9468-9a2c5ba38d0f 2026-04-02 10:01:08.868 7 INFO neutron.db.l3_hamode_db [None req-539f1442-41b6-47b2-87ea-bc87a37aad25 1b348fd2e04f40109bfa026a59bcedfd 2fe41f2de103473ebc8ce435672e68bf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 447/954] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:08 2026] GET /v2.0/ports?device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:01:09.673 7 INFO neutron.db.l3_hamode_db [None req-539f1442-41b6-47b2-87ea-bc87a37aad25 1b348fd2e04f40109bfa026a59bcedfd 2fe41f2de103473ebc8ce435672e68bf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 448/955] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:10 2026] GET /v2.0/ports?device_id=30b65f60-da1a-4093-9c16-5cd016fab740 => generated 12 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/956] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:01:08 2026] POST /v2.0/routers => generated 695 bytes in 1989 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/957] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:01:10 2026] GET /v2.0/security-groups?tenant_id=4af570c637d944179d49cdd9e78e7149&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/958] 10.0.0.169 () {34 vars in 990 bytes} [Thu Apr 2 10:01:10 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/959] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:01:10 2026] DELETE /v2.0/security-groups/9dbd0570-7654-4aa7-9615-2d42c668c690 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/960] 10.0.0.169 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:10 2026] GET /v2.0/security-groups?id=32ccb1f7-bac4-4f35-b965-78aaa4b344ab&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/961] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:01:11 2026] DELETE /v2.0/security-groups/6a91ef56-c54c-46a6-bc35-0e0a1e317a58 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:01:11.660 8 INFO neutron.api.v2.resource [None req-a965b8d2-be91-45d4-a505-80777943073e 61d92283ee944738a9a77bca9ff687e3 c5082e4137a6462d9300fc1c900bff1d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 454/962] 10.0.0.20 () {32 vars in 736 bytes} [Thu Apr 2 10:01:11 2026] GET /v2.0/security-groups/6a91ef56-c54c-46a6-bc35-0e0a1e317a58 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:01:11.758 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d141dc3-1983-4bb6-b2b2-019bab121a07 61d92283ee944738a9a77bca9ff687e3 c5082e4137a6462d9300fc1c900bff1d - - default default] TaaS: Handle Delete Port: a866ef9c-a118-4b17-a8ed-6699fc90a7c2 2026-04-02 10:01:11.761 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d141dc3-1983-4bb6-b2b2-019bab121a07 61d92283ee944738a9a77bca9ff687e3 c5082e4137a6462d9300fc1c900bff1d - - default default] Tap Mirror: Handle Delete Port: a866ef9c-a118-4b17-a8ed-6699fc90a7c2 [pid: 7|app: 0|req: 509/963] 10.0.0.20 () {34 vars in 782 bytes} [Thu Apr 2 10:01:10 2026] PUT /v2.0/routers/918632d8-17ba-40ce-8932-d7efb8207228/add_router_interface => generated 309 bytes in 1310 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/964] 10.0.0.20 () {32 vars in 731 bytes} [Thu Apr 2 10:01:11 2026] DELETE /v2.0/floatingips/cd73456e-ab1c-4f4e-801a-ddcf77a81a77 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/965] 10.0.0.20 () {34 vars in 664 bytes} [Thu Apr 2 10:01:11 2026] POST /v2.0/ports => generated 954 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 10:01:12.383 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e31f93e-ecef-4986-b883-b15e88c717e9 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: f8de7c08-2ca6-40fb-9fed-a12ea41e0436 2026-04-02 10:01:12.386 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e31f93e-ecef-4986-b883-b15e88c717e9 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: f8de7c08-2ca6-40fb-9fed-a12ea41e0436 [pid: 7|app: 0|req: 511/966] 10.0.0.20 () {34 vars in 664 bytes} [Thu Apr 2 10:01:12 2026] POST /v2.0/ports => generated 955 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 456/967] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:01:11 2026] PUT /v2.0/routers/5add8774-ebd2-416b-9f9c-a2956ce6849c/remove_router_interface => generated 309 bytes in 982 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:13.144 7 INFO neutron.db.l3_db [None req-e334fa7b-3810-49c4-94f5-a5145d333003 1b348fd2e04f40109bfa026a59bcedfd 2fe41f2de103473ebc8ce435672e68bf - - default default] Floating IP 09acee93-0723-4b9e-a17b-cd6d228a819f associated. External IP: 10.96.250.214, port: 6c2f6462-0b30-43ab-9a0e-5fde7592b947. 2026-04-02 10:01:13.271 8 INFO neutron.db.segments_db [None req-e38c2c77-ae58-44e3-9377-e073f93e1e35 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment b60c05b8-433d-48d6-8726-8fb4d7706fc1 of type vxlan for network fe63dc43-256e-480a-98c4-7e80fedad88c [pid: 8|app: 0|req: 457/968] 10.0.0.20 () {34 vars in 670 bytes} [Thu Apr 2 10:01:12 2026] POST /v2.0/networks => generated 722 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/969] 10.0.0.20 () {34 vars in 676 bytes} [Thu Apr 2 10:01:12 2026] POST /v2.0/floatingips => generated 842 bytes in 904 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:01:13.559 8 INFO neutron_taas.services.taas.taas_plugin [None req-18a2fc4d-8913-45dc-9c6c-167f78a1ee34 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 3268d115-63ad-45ee-a17e-df1eef50854d 2026-04-02 10:01:13.562 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18a2fc4d-8913-45dc-9c6c-167f78a1ee34 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 3268d115-63ad-45ee-a17e-df1eef50854d [pid: 7|app: 0|req: 513/970] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:01:13 2026] POST /v2.0/subnets => generated 688 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:01:13.746 7 INFO neutron.db.l3_db [None req-844f2402-a667-4772-ae1f-2a79ccc12675 1b348fd2e04f40109bfa026a59bcedfd 2fe41f2de103473ebc8ce435672e68bf - - default default] Floating IP 09acee93-0723-4b9e-a17b-cd6d228a819f disassociated. External IP: 10.96.250.214, port: 6c2f6462-0b30-43ab-9a0e-5fde7592b947. 2026-04-02 10:01:13.783 8 INFO neutron_taas.services.taas.taas_plugin [None req-18a2fc4d-8913-45dc-9c6c-167f78a1ee34 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 26d26ce4-3a63-48a8-89b6-4a130d533b07 2026-04-02 10:01:13.799 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18a2fc4d-8913-45dc-9c6c-167f78a1ee34 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 26d26ce4-3a63-48a8-89b6-4a130d533b07 [pid: 7|app: 0|req: 514/971] 10.0.0.20 () {34 vars in 748 bytes} [Thu Apr 2 10:01:13 2026] PUT /v2.0/floatingips/09acee93-0723-4b9e-a17b-cd6d228a819f => generated 552 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:14.133 7 INFO neutron.db.segments_db [None req-ed2dc01e-c276-4fa9-8cd3-ce7c82c85d89 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment 611527bd-c562-4115-8e7b-413c5e8c5f72 of type vxlan for network f7d029f2-a590-4b4a-bb7e-53f038347010 2026-04-02 10:01:14.158 8 INFO neutron.services.segments.plugin [-] Segment 358d433a-49df-484f-beb7-2f4265afcf6e resource provider aggregate not found 2026-04-02 10:01:14.169 8 INFO neutron.services.segments.plugin [-] Segment 358d433a-49df-484f-beb7-2f4265afcf6e resource provider aggregate not found 2026-04-02 10:01:14.187 8 INFO neutron.services.segments.plugin [-] Segment 358d433a-49df-484f-beb7-2f4265afcf6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 358d433a-49df-484f-beb7-2f4265afcf6e found for delete ", "request_id": "req-faa51ec9-0db7-409f-9414-51eedc2cacad"}]} 2026-04-02 10:01:14.188 8 INFO neutron.services.segments.plugin [-] Segment 358d433a-49df-484f-beb7-2f4265afcf6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 358d433a-49df-484f-beb7-2f4265afcf6e found for delete ", "request_id": "req-72066fc2-b11a-48ed-a107-64745da78c88"}]} 2026-04-02 10:01:14.205 8 INFO neutron.db.l3_hamode_db [None req-18a2fc4d-8913-45dc-9c6c-167f78a1ee34 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] HA network f4e89535-f6f6-4e80-8f55-e76efed38fbd was deleted as no HA routers are present in tenant c5082e4137a6462d9300fc1c900bff1d. [pid: 8|app: 0|req: 458/972] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:13 2026] DELETE /v2.0/routers/5add8774-ebd2-416b-9f9c-a2956ce6849c => generated 0 bytes in 841 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:01:14.324 8 INFO neutron_taas.services.taas.taas_plugin [None req-c88aff34-dd4e-4276-b1da-c5078e7b4bc4 1b348fd2e04f40109bfa026a59bcedfd 2fe41f2de103473ebc8ce435672e68bf - - default default] TaaS: Handle Delete Port: 37559d3a-e601-419e-9ef1-4fde762e533d 2026-04-02 10:01:14.327 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c88aff34-dd4e-4276-b1da-c5078e7b4bc4 1b348fd2e04f40109bfa026a59bcedfd 2fe41f2de103473ebc8ce435672e68bf - - default default] Tap Mirror: Handle Delete Port: 37559d3a-e601-419e-9ef1-4fde762e533d 2026-04-02 10:01:14.405 7 INFO neutron.db.l3_hamode_db [None req-ed2dc01e-c276-4fa9-8cd3-ce7c82c85d89 4622e6aab95146f982a3d0c3b8a409dc 2a15eb85e0e14e268b481b1c3143b565 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 459/973] 10.0.0.20 () {32 vars in 731 bytes} [Thu Apr 2 10:01:14 2026] DELETE /v2.0/floatingips/09acee93-0723-4b9e-a17b-cd6d228a819f => generated 0 bytes in 252 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/974] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:14 2026] DELETE /v2.0/subnets/6a7994ea-a5be-4e62-8c2f-6a8d52af3d4f => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:01:15.159 7 INFO neutron.db.l3_hamode_db [None req-ed2dc01e-c276-4fa9-8cd3-ce7c82c85d89 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 10:01:15.239 8 INFO neutron.db.l3_db [None req-917b5d64-2f5e-4dce-a3e0-67240142e5a6 1b348fd2e04f40109bfa026a59bcedfd 2fe41f2de103473ebc8ce435672e68bf - - default default] Floating IP 5f3caeff-fd54-4c0c-a146-6e56cfe9bdd6 associated. External IP: 10.96.250.214, port: ca1622a7-96ef-4aa7-b95b-27f7a78e16d0. [pid: 8|app: 0|req: 461/975] 10.0.0.20 () {34 vars in 676 bytes} [Thu Apr 2 10:01:14 2026] POST /v2.0/floatingips => generated 841 bytes in 948 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:01:15.626 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2f2c547-5e4d-4d56-a5af-51554dec7c54 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 71ff9b0f-b5e4-4bf2-a339-3fc3ebb83423 2026-04-02 10:01:15.628 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2f2c547-5e4d-4d56-a5af-51554dec7c54 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 71ff9b0f-b5e4-4bf2-a339-3fc3ebb83423 [pid: 8|app: 0|req: 462/976] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:01:15 2026] DELETE /v2.0/networks/4e9916ab-cf11-4400-9092-4a870e9c9634 => 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: 463/977] 10.0.0.20 () {32 vars in 728 bytes} [Thu Apr 2 10:01:15 2026] GET /v2.0/floatingips/5f3caeff-fd54-4c0c-a146-6e56cfe9bdd6 => generated 841 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/978] 10.0.0.20 () {32 vars in 654 bytes} [Thu Apr 2 10:01:15 2026] GET /v2.0/floatingips => generated 844 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:16.214 8 INFO neutron.services.segments.plugin [-] Segment a64accc5-35b7-4d8f-ae61-f4ceb9d322d1 resource provider aggregate not found 2026-04-02 10:01:16.221 8 INFO neutron.services.segments.plugin [-] Segment a64accc5-35b7-4d8f-ae61-f4ceb9d322d1 resource provider aggregate not found 2026-04-02 10:01:16.241 8 INFO neutron.services.segments.plugin [-] Segment a64accc5-35b7-4d8f-ae61-f4ceb9d322d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a64accc5-35b7-4d8f-ae61-f4ceb9d322d1 found for delete ", "request_id": "req-7a4efea1-a3f7-4080-afb4-c8192ac533ce"}]} 2026-04-02 10:01:16.248 8 INFO neutron.services.segments.plugin [-] Segment a64accc5-35b7-4d8f-ae61-f4ceb9d322d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a64accc5-35b7-4d8f-ae61-f4ceb9d322d1 found for delete ", "request_id": "req-b700a018-7417-4714-8b7e-c06b23999b4d"}]} 2026-04-02 10:01:16.287 8 INFO neutron.db.l3_db [None req-729b295a-d6c0-4a8d-98c5-95c22b365ffc 1b348fd2e04f40109bfa026a59bcedfd 2fe41f2de103473ebc8ce435672e68bf - - default default] Floating IP 5f3caeff-fd54-4c0c-a146-6e56cfe9bdd6 associated. External IP: 10.96.250.214, port: ca1622a7-96ef-4aa7-b95b-27f7a78e16d0. [pid: 7|app: 0|req: 515/979] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:01:14 2026] POST /v2.0/routers => generated 728 bytes in 2302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/980] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:01:16 2026] GET /v2.0/security-groups?tenant_id=c5082e4137a6462d9300fc1c900bff1d&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: 465/981] 10.0.0.20 () {34 vars in 748 bytes} [Thu Apr 2 10:01:15 2026] PUT /v2.0/floatingips/5f3caeff-fd54-4c0c-a146-6e56cfe9bdd6 => generated 842 bytes in 938 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/982] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:01:16 2026] DELETE /v2.0/security-groups/7abf93d5-1f8d-4918-aeda-5825aded9259 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:01:17.061 8 INFO neutron.db.l3_db [None req-0bf0112b-a9a3-4cce-b816-53ca2971a276 1b348fd2e04f40109bfa026a59bcedfd 2fe41f2de103473ebc8ce435672e68bf - - default default] Floating IP 5f3caeff-fd54-4c0c-a146-6e56cfe9bdd6 disassociated. External IP: 10.96.250.214, port: 6c2f6462-0b30-43ab-9a0e-5fde7592b947. [pid: 8|app: 0|req: 467/983] 10.0.0.20 () {34 vars in 748 bytes} [Thu Apr 2 10:01:16 2026] PUT /v2.0/floatingips/5f3caeff-fd54-4c0c-a146-6e56cfe9bdd6 => generated 552 bytes in 462 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:17.523 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c92da3b-1e6a-4d78-9205-3582b02e4c71 1b348fd2e04f40109bfa026a59bcedfd 2fe41f2de103473ebc8ce435672e68bf - - default default] TaaS: Handle Delete Port: a4e81a4a-326d-468d-9b0a-bc40e3253ef0 2026-04-02 10:01:17.526 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c92da3b-1e6a-4d78-9205-3582b02e4c71 1b348fd2e04f40109bfa026a59bcedfd 2fe41f2de103473ebc8ce435672e68bf - - default default] Tap Mirror: Handle Delete Port: a4e81a4a-326d-468d-9b0a-bc40e3253ef0 [pid: 7|app: 0|req: 517/984] 10.0.0.20 () {34 vars in 782 bytes} [Thu Apr 2 10:01:16 2026] PUT /v2.0/routers/63cdebb4-ad7b-491f-ad7c-b4702ad78b64/add_router_interface => generated 309 bytes in 1169 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/985] 10.0.0.20 () {32 vars in 731 bytes} [Thu Apr 2 10:01:17 2026] DELETE /v2.0/floatingips/5f3caeff-fd54-4c0c-a146-6e56cfe9bdd6 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:01:17.746 7 INFO neutron.api.v2.resource [None req-b98175ea-2e66-4b5e-aff7-07865901a44f 1b348fd2e04f40109bfa026a59bcedfd 2fe41f2de103473ebc8ce435672e68bf - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 518/986] 10.0.0.20 () {32 vars in 731 bytes} [Thu Apr 2 10:01:17 2026] DELETE /v2.0/floatingips/5f3caeff-fd54-4c0c-a146-6e56cfe9bdd6 => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:01:17.955 8 INFO neutron_taas.services.taas.taas_plugin [None req-970159ef-16c9-49b7-982c-1d3958ee81ed 1b348fd2e04f40109bfa026a59bcedfd 2fe41f2de103473ebc8ce435672e68bf - - default default] TaaS: Handle Delete Port: 6c2f6462-0b30-43ab-9a0e-5fde7592b947 2026-04-02 10:01:17.959 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-970159ef-16c9-49b7-982c-1d3958ee81ed 1b348fd2e04f40109bfa026a59bcedfd 2fe41f2de103473ebc8ce435672e68bf - - default default] Tap Mirror: Handle Delete Port: 6c2f6462-0b30-43ab-9a0e-5fde7592b947 [pid: 8|app: 0|req: 469/987] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:01:17 2026] DELETE /v2.0/ports/6c2f6462-0b30-43ab-9a0e-5fde7592b947 => generated 0 bytes in 363 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:01:18.313 7 INFO neutron_taas.services.taas.taas_plugin [None req-543c153d-3431-4934-a5ae-7ffbdb7980b0 1b348fd2e04f40109bfa026a59bcedfd 2fe41f2de103473ebc8ce435672e68bf - - default default] TaaS: Handle Delete Port: ca1622a7-96ef-4aa7-b95b-27f7a78e16d0 2026-04-02 10:01:18.322 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-543c153d-3431-4934-a5ae-7ffbdb7980b0 1b348fd2e04f40109bfa026a59bcedfd 2fe41f2de103473ebc8ce435672e68bf - - default default] Tap Mirror: Handle Delete Port: ca1622a7-96ef-4aa7-b95b-27f7a78e16d0 [pid: 7|app: 0|req: 519/990] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:01:18 2026] DELETE /v2.0/ports/ca1622a7-96ef-4aa7-b95b-27f7a78e16d0 => generated 0 bytes in 396 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/991] 10.0.0.20 () {32 vars in 735 bytes} [Thu Apr 2 10:01:18 2026] GET /v2.0/ports?device_id=918632d8-17ba-40ce-8932-d7efb8207228 => generated 958 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:19.011 7 INFO neutron_taas.services.taas.taas_plugin [None req-c4e1660b-3a43-411d-b7f2-89dca580b391 1b348fd2e04f40109bfa026a59bcedfd 2fe41f2de103473ebc8ce435672e68bf - - default default] TaaS: Handle Delete Port: 94a48f09-d239-497e-9a98-1afd13c6555c 2026-04-02 10:01:19.019 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4e1660b-3a43-411d-b7f2-89dca580b391 1b348fd2e04f40109bfa026a59bcedfd 2fe41f2de103473ebc8ce435672e68bf - - default default] Tap Mirror: Handle Delete Port: 94a48f09-d239-497e-9a98-1afd13c6555c 2026-04-02 10:01:19.179 8 INFO neutron.db.segments_db [None req-d2f92be7-fa03-4eb9-8858-2d5f4d0e2815 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment 27856bfa-e39f-4ed4-9749-8b972b4d3081 of type vxlan for network e2e029e9-e17d-4ae8-b6e8-5e4ec8f1c200 [pid: 8|app: 0|req: 473/992] 10.0.0.20 () {34 vars in 670 bytes} [Thu Apr 2 10:01:18 2026] POST /v2.0/networks => generated 729 bytes in 550 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/993] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:01:19 2026] POST /v2.0/subnets => generated 695 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/994] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:01:18 2026] PUT /v2.0/routers/918632d8-17ba-40ce-8932-d7efb8207228/remove_router_interface => generated 309 bytes in 942 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:19.579 8 INFO neutron.db.segments_db [None req-fa4e65a9-5d21-4352-b086-c13c3959398b 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment 35b30968-beda-4321-9d83-725064b05e40 of type vxlan for network d8ea912d-e00b-466f-a593-4e9cec15640c 2026-04-02 10:01:19.739 7 INFO neutron_taas.services.taas.taas_plugin [None req-8137612b-b711-4bcb-8ee0-ad51617003f1 1b348fd2e04f40109bfa026a59bcedfd 2fe41f2de103473ebc8ce435672e68bf - - default default] TaaS: Handle Delete Port: dbf18852-1e79-4e32-a777-a1a193826177 2026-04-02 10:01:19.741 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8137612b-b711-4bcb-8ee0-ad51617003f1 1b348fd2e04f40109bfa026a59bcedfd 2fe41f2de103473ebc8ce435672e68bf - - default default] Tap Mirror: Handle Delete Port: dbf18852-1e79-4e32-a777-a1a193826177 2026-04-02 10:01:19.837 8 INFO neutron.db.l3_hamode_db [None req-fa4e65a9-5d21-4352-b086-c13c3959398b 4622e6aab95146f982a3d0c3b8a409dc a09486ee8a2048d29e8af026578c8bc2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 10:01:19.947 7 INFO neutron_taas.services.taas.taas_plugin [None req-8137612b-b711-4bcb-8ee0-ad51617003f1 1b348fd2e04f40109bfa026a59bcedfd 2fe41f2de103473ebc8ce435672e68bf - - default default] TaaS: Handle Delete Port: 2dfad9cf-49b5-4d43-b9dd-6264bc6b295f 2026-04-02 10:01:19.950 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8137612b-b711-4bcb-8ee0-ad51617003f1 1b348fd2e04f40109bfa026a59bcedfd 2fe41f2de103473ebc8ce435672e68bf - - default default] Tap Mirror: Handle Delete Port: 2dfad9cf-49b5-4d43-b9dd-6264bc6b295f 2026-04-02 10:01:20.243 7 INFO neutron.services.segments.plugin [-] Segment 7521bc53-072c-4d18-9fba-fb4e1b197f90 resource provider aggregate not found 2026-04-02 10:01:20.253 7 INFO neutron.services.segments.plugin [-] Segment 7521bc53-072c-4d18-9fba-fb4e1b197f90 resource provider aggregate not found 2026-04-02 10:01:20.268 7 INFO neutron.services.segments.plugin [-] Segment 7521bc53-072c-4d18-9fba-fb4e1b197f90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7521bc53-072c-4d18-9fba-fb4e1b197f90 found for delete ", "request_id": "req-1f273afc-2815-4ba4-84a4-546c06972585"}]} 2026-04-02 10:01:20.270 7 INFO neutron.services.segments.plugin [-] Segment 7521bc53-072c-4d18-9fba-fb4e1b197f90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7521bc53-072c-4d18-9fba-fb4e1b197f90 found for delete ", "request_id": "req-5a2a2127-d06b-4308-93bb-a54d29a9801a"}]} 2026-04-02 10:01:20.276 7 INFO neutron.db.l3_hamode_db [None req-8137612b-b711-4bcb-8ee0-ad51617003f1 1b348fd2e04f40109bfa026a59bcedfd 2fe41f2de103473ebc8ce435672e68bf - - default default] HA network 406f7b2c-258e-40cb-9468-9a2c5ba38d0f was deleted as no HA routers are present in tenant 2fe41f2de103473ebc8ce435672e68bf. [pid: 7|app: 0|req: 521/995] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:19 2026] DELETE /v2.0/routers/918632d8-17ba-40ce-8932-d7efb8207228 => generated 0 bytes in 723 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/996] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:20 2026] DELETE /v2.0/subnets/78f02844-d24d-4fe2-b1fa-5d21075a5a98 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/997] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:01:20 2026] DELETE /v2.0/networks/56b21d6f-c44a-409c-9ddd-e66d66e1a9b7 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:01:20.627 8 INFO neutron.db.l3_hamode_db [None req-fa4e65a9-5d21-4352-b086-c13c3959398b 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 524/998] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:01:21 2026] GET /v2.0/security-groups?tenant_id=2fe41f2de103473ebc8ce435672e68bf&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/999] 10.0.0.229 () {34 vars in 982 bytes} [Thu Apr 2 10:01:21 2026] GET /v2.0/networks?id=fe63dc43-256e-480a-98c4-7e80fedad88c => generated 673 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1000] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:01:21 2026] DELETE /v2.0/security-groups/fe1b4697-7ef7-42a6-bd31-947bf364b351 => 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: 527/1001] 10.0.0.229 () {34 vars in 965 bytes} [Thu Apr 2 10:01:21 2026] GET /v2.0/quotas/2a15eb85e0e14e268b481b1c3143b565 => 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: 528/1002] 10.0.0.229 () {34 vars in 1002 bytes} [Thu Apr 2 10:01:21 2026] GET /v2.0/ports?tenant_id=2a15eb85e0e14e268b481b1c3143b565&fields=id => generated 103 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1003] 10.0.0.229 () {34 vars in 1008 bytes} [Thu Apr 2 10:01:21 2026] GET /v2.0/networks/fe63dc43-256e-480a-98c4-7e80fedad88c?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: 530/1004] 10.0.0.229 () {34 vars in 1108 bytes} [Thu Apr 2 10:01:21 2026] GET /v2.0/networks/fe63dc43-256e-480a-98c4-7e80fedad88c?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: 475/1005] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:01:19 2026] POST /v2.0/routers => generated 735 bytes in 2040 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/1006] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:21 2026] GET /v2.0/ports?device_id=c8c45a6c-ba25-4b67-8376-9db647878f92 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:01:22.290 7 INFO neutron.services.segments.plugin [-] Segment 7340cfe3-f1ee-487b-a58f-24919cd08203 resource provider aggregate not found 2026-04-02 10:01:22.303 7 INFO neutron.services.segments.plugin [-] Segment 7340cfe3-f1ee-487b-a58f-24919cd08203 resource provider aggregate not found 2026-04-02 10:01:22.318 7 INFO neutron.services.segments.plugin [-] Segment 7340cfe3-f1ee-487b-a58f-24919cd08203 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7340cfe3-f1ee-487b-a58f-24919cd08203 found for delete ", "request_id": "req-cd292fb7-2710-498f-96eb-4973abc0b664"}]} 2026-04-02 10:01:22.323 7 INFO neutron.services.segments.plugin [-] Segment 7340cfe3-f1ee-487b-a58f-24919cd08203 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7340cfe3-f1ee-487b-a58f-24919cd08203 found for delete ", "request_id": "req-8968b897-d234-41c3-819f-17e651a55fb5"}]} [pid: 8|app: 0|req: 477/1007] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:22 2026] GET /v2.0/ports?device_id=c8c45a6c-ba25-4b67-8376-9db647878f92 => 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: 531/1008] 10.0.0.20 () {34 vars in 782 bytes} [Thu Apr 2 10:01:21 2026] PUT /v2.0/routers/a310430b-1536-4346-9a06-565ace6e1493/add_router_interface => generated 309 bytes in 1208 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1009] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:23 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1010] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:23 2026] GET /v2.0/security-groups?id=32ccb1f7-bac4-4f35-b965-78aaa4b344ab&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:23.496 8 INFO neutron.db.segments_db [None req-0d4c0510-fec2-4769-a22a-9be5228ded14 af174b634702416bbe0fa1086dccabd9 398f0fbc626948288a0f086398a094ee - - default default] Added segment b2f3a4d3-605b-4b56-95da-ce8df7cb33d7 of type vxlan for network a7edcf86-0ae0-4e57-9a8a-0d3ce41accc7 [pid: 7|app: 0|req: 534/1011] 10.0.0.20 () {34 vars in 684 bytes} [Thu Apr 2 10:01:23 2026] POST /v2.0/security-groups => generated 1661 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1012] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:23 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:23.566 8 INFO neutron.db.segments_db [None req-0d4c0510-fec2-4769-a22a-9be5228ded14 af174b634702416bbe0fa1086dccabd9 398f0fbc626948288a0f086398a094ee - - default default] Added segment b399225a-1ce8-4fe2-938d-9b27598b706e of type vxlan for network 4fb16b7d-e2db-4924-a701-234c74220b52 [pid: 7|app: 0|req: 536/1013] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:01:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/1014] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:01:23 2026] POST /v2.0/networks => generated 1207 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1015] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:23 2026] GET /v2.0/security-groups?id=32ccb1f7-bac4-4f35-b965-78aaa4b344ab&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1016] 10.0.0.20 () {32 vars in 648 bytes} [Thu Apr 2 10:01:23 2026] GET /v2.0/networks => generated 1844 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/1017] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:01:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1018] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:01:23 2026] DELETE /v2.0/networks/a7edcf86-0ae0-4e57-9a8a-0d3ce41accc7 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1019] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:23 2026] GET /v2.0/ports?device_id=c8c45a6c-ba25-4b67-8376-9db647878f92 => 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: 541/1020] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:01:23 2026] DELETE /v2.0/networks/4fb16b7d-e2db-4924-a701-234c74220b52 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1021] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:24 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => 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: 543/1022] 10.0.0.20 () {32 vars in 648 bytes} [Thu Apr 2 10:01:24 2026] GET /v2.0/networks => generated 651 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1023] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:24 2026] GET /v2.0/security-groups?id=32ccb1f7-bac4-4f35-b965-78aaa4b344ab&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:24.226 7 INFO neutron.db.segments_db [None req-fbb09d79-8522-406a-87b0-50cfd2c3f420 af174b634702416bbe0fa1086dccabd9 398f0fbc626948288a0f086398a094ee - - default default] Added segment de0ab902-fff9-4926-9c63-c43be9ac05f6 of type vxlan for network 3e63b9b5-efb9-433c-9c39-13544a325d33 [pid: 7|app: 0|req: 545/1024] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:01:24 2026] POST /v2.0/networks => generated 630 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:01:24.345 7 INFO neutron.services.segments.plugin [-] Segment b2f3a4d3-605b-4b56-95da-ce8df7cb33d7 resource provider aggregate not found 2026-04-02 10:01:24.350 7 INFO neutron.services.segments.plugin [-] Segment b2f3a4d3-605b-4b56-95da-ce8df7cb33d7 resource provider aggregate not found [pid: 8|app: 0|req: 480/1025] 10.0.0.20 () {34 vars in 675 bytes} [Thu Apr 2 10:01:23 2026] POST /v2.0/floatingips => generated 552 bytes in 562 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:01:24.368 7 INFO neutron.services.segments.plugin [-] Segment b2f3a4d3-605b-4b56-95da-ce8df7cb33d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2f3a4d3-605b-4b56-95da-ce8df7cb33d7 found for delete ", "request_id": "req-f0d4f1bb-e51c-4085-9683-85d50c1723ce"}]} 2026-04-02 10:01:24.373 7 INFO neutron.services.segments.plugin [-] Segment b2f3a4d3-605b-4b56-95da-ce8df7cb33d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2f3a4d3-605b-4b56-95da-ce8df7cb33d7 found for delete ", "request_id": "req-5f200796-b482-47fa-a800-cda948bb1f92"}]} 2026-04-02 10:01:24.392 7 INFO neutron.services.segments.plugin [-] Segment b399225a-1ce8-4fe2-938d-9b27598b706e resource provider aggregate not found 2026-04-02 10:01:24.397 7 INFO neutron.services.segments.plugin [-] Segment b399225a-1ce8-4fe2-938d-9b27598b706e resource provider aggregate not found 2026-04-02 10:01:24.418 7 INFO neutron.db.segments_db [None req-630038ed-36c9-4eb5-aee2-b6860ca8f453 af174b634702416bbe0fa1086dccabd9 398f0fbc626948288a0f086398a094ee - - default default] Added segment 05bb3962-484c-450a-a1e1-60ec12f11c5d of type vxlan for network 9ba5c747-a57a-41e5-87b0-25f4038063fd 2026-04-02 10:01:24.425 7 INFO neutron.services.segments.plugin [-] Segment b399225a-1ce8-4fe2-938d-9b27598b706e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b399225a-1ce8-4fe2-938d-9b27598b706e found for delete ", "request_id": "req-56cfebff-6128-4a79-a82b-e2ab99f9073f"}]} 2026-04-02 10:01:24.426 7 INFO neutron.services.segments.plugin [-] Segment b399225a-1ce8-4fe2-938d-9b27598b706e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b399225a-1ce8-4fe2-938d-9b27598b706e found for delete ", "request_id": "req-5322d2da-9270-4e21-b847-97242004d135"}]} [pid: 7|app: 0|req: 546/1026] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:01:24 2026] POST /v2.0/networks => generated 631 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1027] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:25 2026] GET /v2.0/ports?device_id=c8c45a6c-ba25-4b67-8376-9db647878f92 => 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: 481/1028] 10.0.0.20 () {34 vars in 664 bytes} [Thu Apr 2 10:01:24 2026] POST /v2.0/ports => generated 1506 bytes in 649 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 548/1029] 10.0.0.20 () {32 vars in 642 bytes} [Thu Apr 2 10:01:25 2026] GET /v2.0/ports => generated 1506 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:01:25.371 7 INFO neutron_taas.services.taas.taas_plugin [None req-acf79ecd-9caf-4eef-afea-40d7b3c02d9b af174b634702416bbe0fa1086dccabd9 398f0fbc626948288a0f086398a094ee - - default default] TaaS: Handle Delete Port: 29bc19c8-5ec8-4433-9560-18d37c134e6b 2026-04-02 10:01:25.373 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-acf79ecd-9caf-4eef-afea-40d7b3c02d9b af174b634702416bbe0fa1086dccabd9 398f0fbc626948288a0f086398a094ee - - default default] Tap Mirror: Handle Delete Port: 29bc19c8-5ec8-4433-9560-18d37c134e6b [pid: 8|app: 0|req: 482/1030] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:25 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => 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: 483/1031] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:25 2026] GET /v2.0/security-groups?id=32ccb1f7-bac4-4f35-b965-78aaa4b344ab&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1032] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:01:25 2026] DELETE /v2.0/ports/29bc19c8-5ec8-4433-9560-18d37c134e6b => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:01:25.598 8 INFO neutron_taas.services.taas.taas_plugin [None req-e80d16cc-b455-4c4c-8d17-e4fd2b1421c9 af174b634702416bbe0fa1086dccabd9 398f0fbc626948288a0f086398a094ee - - default default] TaaS: Handle Delete Port: c8cb41e5-ff46-44fe-a6f0-25c6214f2bff [pid: 7|app: 0|req: 550/1033] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:01:25 2026] GET /v2.0/ports?tenant_id=beda3a3266514b2785c594648db1dc9c&device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:01:25.601 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e80d16cc-b455-4c4c-8d17-e4fd2b1421c9 af174b634702416bbe0fa1086dccabd9 398f0fbc626948288a0f086398a094ee - - default default] Tap Mirror: Handle Delete Port: c8cb41e5-ff46-44fe-a6f0-25c6214f2bff [pid: 7|app: 0|req: 551/1034] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:01:25 2026] GET /v2.0/networks?id=5832242a-bac8-445a-83e1-0aad1fc74c95 => generated 772 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/1035] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:01:25 2026] DELETE /v2.0/ports/c8cb41e5-ff46-44fe-a6f0-25c6214f2bff => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1036] 199.204.45.155 () {34 vars in 1060 bytes} [Thu Apr 2 10:01:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=98bcabc8-7562-4715-ac51-3acb154ab171 => generated 861 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/1037] 10.0.0.20 () {32 vars in 642 bytes} [Thu Apr 2 10:01:25 2026] GET /v2.0/ports => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1038] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:01:25 2026] GET /v2.0/subnets?id=13cf6fe5-67ff-41e7-b7d3-e3fcd3ea4539 => generated 694 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:25.773 7 INFO neutron.db.segments_db [None req-7e3cd1ae-1dc1-4f32-8aa8-bf96ef01818f af174b634702416bbe0fa1086dccabd9 398f0fbc626948288a0f086398a094ee - - default default] Added segment d37237c7-8cc8-45bd-82d2-fc5f387435e8 of type vxlan for network 1746cb2e-d7b1-4af3-a75e-9f50c131deb7 [pid: 8|app: 0|req: 487/1039] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:01:25 2026] GET /v2.0/ports?network_id=5832242a-bac8-445a-83e1-0aad1fc74c95&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1040] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:01:25 2026] GET /v2.0/networks/5832242a-bac8-445a-83e1-0aad1fc74c95?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1041] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:01:25 2026] POST /v2.0/networks => generated 631 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1042] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:01:25 2026] GET /v2.0/networks/5832242a-bac8-445a-83e1-0aad1fc74c95?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:01:25.968 7 INFO neutron.db.segments_db [None req-c985a7a9-a9c7-4932-9f17-16a3a5b1e01d af174b634702416bbe0fa1086dccabd9 398f0fbc626948288a0f086398a094ee - - default default] Added segment c0f7617b-223f-445c-944a-c293f839e350 of type vxlan for network 12ff4c43-562c-4dac-ac4b-7eadf338a0e3 [pid: 8|app: 0|req: 490/1043] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:01:25 2026] GET /v2.0/networks?id=fe63dc43-256e-480a-98c4-7e80fedad88c => generated 673 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1044] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:01:25 2026] POST /v2.0/networks => generated 631 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1045] 199.204.45.155 () {38 vars in 955 bytes} [Thu Apr 2 10:01:25 2026] POST /v2.0/ports => generated 954 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 492/1046] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:26 2026] GET /v2.0/ports?device_id=c8c45a6c-ba25-4b67-8376-9db647878f92 => generated 957 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1047] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:01:26 2026] POST /v2.0/subnets => generated 1273 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1048] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:26 2026] GET /v2.0/security-groups?id=93f1efa3-6e8e-4b66-bb1a-a8ad9adeea96&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1049] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:26 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => 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: 558/1050] 10.0.0.20 () {32 vars in 646 bytes} [Thu Apr 2 10:01:26 2026] GET /v2.0/subnets => generated 1909 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1051] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:26 2026] GET /v2.0/security-groups?id=32ccb1f7-bac4-4f35-b965-78aaa4b344ab&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1052] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:26 2026] DELETE /v2.0/subnets/950e6b8c-d166-463b-8256-bec9cb7670df => 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: 493/1053] 199.204.45.155 () {38 vars in 1028 bytes} [Thu Apr 2 10:01:26 2026] PUT /v2.0/ports/e8972af7-decf-449d-8851-d33ad52770c3 => generated 1235 bytes in 442 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:01:26.845 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2efbaf15-b863-44b9-b5ac-ef5dce5ec362'] response: {'name': 'network-changed', 'server_uuid': 'c8c45a6c-ba25-4b67-8376-9db647878f92', 'tag': 'e8972af7-decf-449d-8851-d33ad52770c3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 561/1054] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:26 2026] DELETE /v2.0/subnets/a9d038cf-0793-434a-9d07-866cf9a0e123 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 494/1055] 10.0.0.20 () {32 vars in 646 bytes} [Thu Apr 2 10:01:26 2026] GET /v2.0/subnets => generated 649 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:27.108 7 INFO neutron.services.segments.plugin [-] Segment c0f7617b-223f-445c-944a-c293f839e350 resource provider aggregate not found 2026-04-02 10:01:27.113 7 INFO neutron.services.segments.plugin [-] Segment c0f7617b-223f-445c-944a-c293f839e350 resource provider aggregate not found 2026-04-02 10:01:27.130 7 INFO neutron.services.segments.plugin [-] Segment c0f7617b-223f-445c-944a-c293f839e350 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0f7617b-223f-445c-944a-c293f839e350 found for delete ", "request_id": "req-18f8dadf-1cfc-4ad8-8bbe-e7c33eb5e4b3"}]} 2026-04-02 10:01:27.131 7 INFO neutron.services.segments.plugin [-] Segment c0f7617b-223f-445c-944a-c293f839e350 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0f7617b-223f-445c-944a-c293f839e350 found for delete ", "request_id": "req-e39832c9-16fa-473f-a542-b5c54d5c55c4"}]} [pid: 7|app: 0|req: 562/1056] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:01:26 2026] DELETE /v2.0/networks/12ff4c43-562c-4dac-ac4b-7eadf338a0e3 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:01:27.266 8 INFO neutron.services.segments.plugin [-] Segment d37237c7-8cc8-45bd-82d2-fc5f387435e8 resource provider aggregate not found 2026-04-02 10:01:27.269 8 INFO neutron.services.segments.plugin [-] Segment d37237c7-8cc8-45bd-82d2-fc5f387435e8 resource provider aggregate not found 2026-04-02 10:01:27.282 8 INFO neutron.services.segments.plugin [-] Segment d37237c7-8cc8-45bd-82d2-fc5f387435e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d37237c7-8cc8-45bd-82d2-fc5f387435e8 found for delete ", "request_id": "req-dc1829c3-b343-4c4c-bd57-d89832dd05d4"}]} 2026-04-02 10:01:27.293 8 INFO neutron.services.segments.plugin [-] Segment d37237c7-8cc8-45bd-82d2-fc5f387435e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d37237c7-8cc8-45bd-82d2-fc5f387435e8 found for delete ", "request_id": "req-bd057ef7-67c7-4146-8a66-c550d71a6ff4"}]} [pid: 8|app: 0|req: 495/1057] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:01:27 2026] DELETE /v2.0/networks/1746cb2e-d7b1-4af3-a75e-9f50c131deb7 => 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: 496/1058] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:01:27 2026] GET /v2.0/ports?tenant_id=2a15eb85e0e14e268b481b1c3143b565&device_id=c8c45a6c-ba25-4b67-8376-9db647878f92 => generated 1238 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1059] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:01:27 2026] DELETE /v2.0/networks/9ba5c747-a57a-41e5-87b0-25f4038063fd => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1060] 199.204.45.155 () {34 vars in 1018 bytes} [Thu Apr 2 10:01:27 2026] GET /v2.0/networks?tenant_id=2a15eb85e0e14e268b481b1c3143b565&shared=False => generated 769 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1061] 199.204.45.155 () {34 vars in 930 bytes} [Thu Apr 2 10:01:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1062] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:01:27 2026] DELETE /v2.0/networks/3e63b9b5-efb9-433c-9c39-13544a325d33 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1063] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:27 2026] GET /v2.0/ports?device_id=c8c45a6c-ba25-4b67-8376-9db647878f92 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1064] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:27 2026] GET /v2.0/security-groups?id=93f1efa3-6e8e-4b66-bb1a-a8ad9adeea96&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1065] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:27 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1066] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:27 2026] GET /v2.0/security-groups?id=32ccb1f7-bac4-4f35-b965-78aaa4b344ab&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1067] 10.0.0.229 () {34 vars in 1100 bytes} [Thu Apr 2 10:01:27 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1764748076&fields=id&tenant_id=a09486ee8a2048d29e8af026578c8bc2 => generated 69 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1068] 10.0.0.229 () {34 vars in 982 bytes} [Thu Apr 2 10:01:27 2026] GET /v2.0/networks?id=e2e029e9-e17d-4ae8-b6e8-5e4ec8f1c200 => generated 680 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1069] 10.0.0.229 () {34 vars in 965 bytes} [Thu Apr 2 10:01:27 2026] GET /v2.0/quotas/a09486ee8a2048d29e8af026578c8bc2 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1070] 10.0.0.229 () {34 vars in 1002 bytes} [Thu Apr 2 10:01:28 2026] GET /v2.0/ports?tenant_id=a09486ee8a2048d29e8af026578c8bc2&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: 503/1071] 10.0.0.229 () {34 vars in 1008 bytes} [Thu Apr 2 10:01:28 2026] GET /v2.0/networks/e2e029e9-e17d-4ae8-b6e8-5e4ec8f1c200?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: 569/1072] 10.0.0.229 () {34 vars in 1108 bytes} [Thu Apr 2 10:01:28 2026] GET /v2.0/networks/e2e029e9-e17d-4ae8-b6e8-5e4ec8f1c200?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: 504/1073] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:01:28 2026] GET /v2.0/security-groups?tenant_id=398f0fbc626948288a0f086398a094ee&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: 570/1074] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:01:28 2026] DELETE /v2.0/security-groups/d025ce11-2a54-45fd-a2f2-ffc6f0f808d5 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1075] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:28 2026] GET /v2.0/ports?device_id=a0513419-b1a7-43d1-beb9-ac4ab996300b => 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: 571/1076] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:01:28 2026] GET /v2.0/ports?tenant_id=2a15eb85e0e14e268b481b1c3143b565&device_id=c8c45a6c-ba25-4b67-8376-9db647878f92 => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1077] 199.204.45.155 () {34 vars in 1058 bytes} [Thu Apr 2 10:01:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=e8972af7-decf-449d-8851-d33ad52770c3 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1078] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:01:28 2026] GET /v2.0/subnets?id=d606b154-f04c-4a9e-83fd-55b11c0a6bb7 => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1079] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:01:28 2026] GET /v2.0/ports?network_id=fe63dc43-256e-480a-98c4-7e80fedad88c&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1080] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:01:28 2026] GET /v2.0/networks/fe63dc43-256e-480a-98c4-7e80fedad88c?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: 508/1081] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:01:28 2026] GET /v2.0/networks/fe63dc43-256e-480a-98c4-7e80fedad88c?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: 574/1082] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:28 2026] GET /v2.0/ports?device_id=c8c45a6c-ba25-4b67-8376-9db647878f92 => generated 969 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1083] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:28 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => 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: 575/1084] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:28 2026] GET /v2.0/security-groups?id=93f1efa3-6e8e-4b66-bb1a-a8ad9adeea96&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1085] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:28 2026] GET /v2.0/security-groups?id=32ccb1f7-bac4-4f35-b965-78aaa4b344ab&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:29.151 7 INFO neutron.services.segments.plugin [-] Segment 05bb3962-484c-450a-a1e1-60ec12f11c5d resource provider aggregate not found 2026-04-02 10:01:29.158 7 INFO neutron.services.segments.plugin [-] Segment 05bb3962-484c-450a-a1e1-60ec12f11c5d resource provider aggregate not found 2026-04-02 10:01:29.163 7 INFO neutron.services.segments.plugin [-] Segment 05bb3962-484c-450a-a1e1-60ec12f11c5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05bb3962-484c-450a-a1e1-60ec12f11c5d found for delete ", "request_id": "req-a19f4ec3-4280-4b5f-bfd5-dd89e5ff50d8"}]} 2026-04-02 10:01:29.174 7 INFO neutron.services.segments.plugin [-] Segment 05bb3962-484c-450a-a1e1-60ec12f11c5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05bb3962-484c-450a-a1e1-60ec12f11c5d found for delete ", "request_id": "req-5da99618-318d-41c1-ab98-3f76300015f8"}]} 2026-04-02 10:01:29.179 7 INFO neutron.services.segments.plugin [-] Segment de0ab902-fff9-4926-9c63-c43be9ac05f6 resource provider aggregate not found 2026-04-02 10:01:29.192 7 INFO neutron.services.segments.plugin [-] Segment de0ab902-fff9-4926-9c63-c43be9ac05f6 resource provider aggregate not found 2026-04-02 10:01:29.199 7 INFO neutron.services.segments.plugin [-] Segment de0ab902-fff9-4926-9c63-c43be9ac05f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de0ab902-fff9-4926-9c63-c43be9ac05f6 found for delete ", "request_id": "req-5b9f4305-ed8c-4a8c-a250-20a4512c2993"}]} 2026-04-02 10:01:29.204 7 INFO neutron.services.segments.plugin [-] Segment de0ab902-fff9-4926-9c63-c43be9ac05f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de0ab902-fff9-4926-9c63-c43be9ac05f6 found for delete ", "request_id": "req-27835c2c-3109-4e0e-b162-9043cb83949f"}]} [pid: 7|app: 0|req: 576/1086] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:29 2026] GET /v2.0/ports?device_id=a0513419-b1a7-43d1-beb9-ac4ab996300b => 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: 511/1087] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:30 2026] GET /v2.0/ports?device_id=c8c45a6c-ba25-4b67-8376-9db647878f92 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1088] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:30 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1089] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:30 2026] GET /v2.0/security-groups?id=93f1efa3-6e8e-4b66-bb1a-a8ad9adeea96&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1090] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:30 2026] GET /v2.0/security-groups?id=32ccb1f7-bac4-4f35-b965-78aaa4b344ab&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:30.344 7 INFO neutron.db.segments_db [None req-5819633d-2eff-46f2-93f9-1ca17a3f445d 10e52dd2331c4c90a43c66ad445ae749 7584dd6145cb4dafa8f00cc138c85205 - - default default] Added segment d45bcbe7-66e6-4962-8835-aa1c46d0df71 of type vxlan for network b9940b92-ec15-4fb7-854c-939001da93ec [pid: 7|app: 0|req: 577/1091] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:01:30 2026] POST /v2.0/networks => generated 624 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1092] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:30 2026] GET /v2.0/ports?device_id=a0513419-b1a7-43d1-beb9-ac4ab996300b => 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: 515/1093] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:01:30 2026] POST /v2.0/subnets => generated 641 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:01:30.744 7 INFO neutron.db.segments_db [None req-7bee5a0d-c7df-45c7-b657-d23fc8d2ae01 10e52dd2331c4c90a43c66ad445ae749 7584dd6145cb4dafa8f00cc138c85205 - - default default] Added segment 2126d1fb-3f9d-4ae8-96b3-2f687cbbd91d of type vxlan for network f4864f7e-a664-42d8-ab90-ce4371596110 [pid: 7|app: 0|req: 579/1094] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:01:30 2026] POST /v2.0/networks => generated 625 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1095] 10.0.0.20 () {34 vars in 742 bytes} [Thu Apr 2 10:01:30 2026] PUT /v2.0/networks/f4864f7e-a664-42d8-ab90-ce4371596110 => generated 592 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1096] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:01:30 2026] POST /v2.0/subnets => generated 626 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1097] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:31 2026] GET /v2.0/ports?device_id=c8c45a6c-ba25-4b67-8376-9db647878f92 => 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: 582/1098] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:31 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => 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: 517/1099] 10.0.0.20 () {34 vars in 740 bytes} [Thu Apr 2 10:01:31 2026] PUT /v2.0/subnets/ebdeccf6-3c48-488d-8b60-00c927494370 => generated 636 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1100] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:31 2026] GET /v2.0/security-groups?id=93f1efa3-6e8e-4b66-bb1a-a8ad9adeea96&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1101] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:31 2026] GET /v2.0/security-groups?id=32ccb1f7-bac4-4f35-b965-78aaa4b344ab&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:31.493 7 INFO neutron.services.segments.plugin [-] Segment 2126d1fb-3f9d-4ae8-96b3-2f687cbbd91d resource provider aggregate not found 2026-04-02 10:01:31.501 7 INFO neutron.services.segments.plugin [-] Segment 2126d1fb-3f9d-4ae8-96b3-2f687cbbd91d resource provider aggregate not found 2026-04-02 10:01:31.529 7 INFO neutron.services.segments.plugin [-] Segment 2126d1fb-3f9d-4ae8-96b3-2f687cbbd91d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2126d1fb-3f9d-4ae8-96b3-2f687cbbd91d found for delete ", "request_id": "req-8b5a249c-9cfb-401c-8789-25ad77df3587"}]} 2026-04-02 10:01:31.531 7 INFO neutron.services.segments.plugin [-] Segment 2126d1fb-3f9d-4ae8-96b3-2f687cbbd91d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2126d1fb-3f9d-4ae8-96b3-2f687cbbd91d found for delete ", "request_id": "req-e5fba0e8-00df-4bd5-bdd0-50e93a8068da"}]} [pid: 7|app: 0|req: 584/1102] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:01:31 2026] DELETE /v2.0/networks/f4864f7e-a664-42d8-ab90-ce4371596110 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:01:31.562 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e859c8c7-49c3-4023-913c-d310302feba5 10e52dd2331c4c90a43c66ad445ae749 7584dd6145cb4dafa8f00cc138c85205 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 519/1103] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:01:31 2026] DELETE /v2.0/networks/f4864f7e-a664-42d8-ab90-ce4371596110 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1104] 10.0.0.20 () {32 vars in 693 bytes} [Thu Apr 2 10:01:31 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1105] 10.0.0.20 () {32 vars in 741 bytes} [Thu Apr 2 10:01:31 2026] GET /v2.0/subnets?network_id=34f121f5-aaab-474d-96be-180217a6550a => generated 649 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1106] 10.0.0.20 () {32 vars in 652 bytes} [Thu Apr 2 10:01:31 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1107] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:31 2026] GET /v2.0/ports?device_id=a0513419-b1a7-43d1-beb9-ac4ab996300b => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1108] 10.0.0.20 () {32 vars in 648 bytes} [Thu Apr 2 10:01:31 2026] GET /v2.0/networks => generated 1308 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1109] 10.0.0.20 () {32 vars in 646 bytes} [Thu Apr 2 10:01:31 2026] GET /v2.0/subnets => generated 1280 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1110] 10.0.0.20 () {32 vars in 722 bytes} [Thu Apr 2 10:01:31 2026] GET /v2.0/networks/b9940b92-ec15-4fb7-854c-939001da93ec => generated 668 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1111] 10.0.0.20 () {32 vars in 720 bytes} [Thu Apr 2 10:01:31 2026] GET /v2.0/subnets/c2fe4d0d-a336-4203-82e3-902369ad6e75 => generated 641 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:31.986 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a3e6cba3-731d-4caf-8503-d47922ce0588 10e52dd2331c4c90a43c66ad445ae749 7584dd6145cb4dafa8f00cc138c85205 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 523/1112] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:31 2026] DELETE /v2.0/subnets/ebdeccf6-3c48-488d-8b60-00c927494370 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:01:32.007 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fae27ac9-b00f-4694-9eca-ea48b00ae77e 10e52dd2331c4c90a43c66ad445ae749 7584dd6145cb4dafa8f00cc138c85205 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 590/1113] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:01:31 2026] DELETE /v2.0/networks/f4864f7e-a664-42d8-ab90-ce4371596110 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1114] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:32 2026] DELETE /v2.0/subnets/c2fe4d0d-a336-4203-82e3-902369ad6e75 => 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: 591/1115] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:01:32 2026] DELETE /v2.0/networks/b9940b92-ec15-4fb7-854c-939001da93ec => 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: 525/1116] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:32 2026] GET /v2.0/ports?device_id=c8c45a6c-ba25-4b67-8376-9db647878f92 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1117] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:32 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1118] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:32 2026] GET /v2.0/security-groups?id=32ccb1f7-bac4-4f35-b965-78aaa4b344ab&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: 526/1119] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:32 2026] GET /v2.0/security-groups?id=93f1efa3-6e8e-4b66-bb1a-a8ad9adeea96&fields=id&fields=name => generated 88 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1120] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:01:32 2026] GET /v2.0/networks?id=e2e029e9-e17d-4ae8-b6e8-5e4ec8f1c200 => generated 680 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1121] 199.204.45.155 () {34 vars in 1050 bytes} [Thu Apr 2 10:01:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a09486ee8a2048d29e8af026578c8bc2 => generated 181 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1122] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:32 2026] GET /v2.0/ports?device_id=a0513419-b1a7-43d1-beb9-ac4ab996300b => 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: 596/1123] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:01:32 2026] GET /v2.0/security-groups?tenant_id=7584dd6145cb4dafa8f00cc138c85205&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1124] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:01:33 2026] DELETE /v2.0/security-groups/aa61f2b5-3d47-4f7e-9e48-1f21bd8b26ec => 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: 528/1127] 199.204.45.155 () {38 vars in 955 bytes} [Thu Apr 2 10:01:32 2026] POST /v2.0/ports => generated 954 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:01:33.571 7 INFO neutron.services.segments.plugin [-] Segment d45bcbe7-66e6-4962-8835-aa1c46d0df71 resource provider aggregate not found 2026-04-02 10:01:33.575 7 INFO neutron.services.segments.plugin [-] Segment d45bcbe7-66e6-4962-8835-aa1c46d0df71 resource provider aggregate not found 2026-04-02 10:01:33.601 7 INFO neutron.services.segments.plugin [-] Segment d45bcbe7-66e6-4962-8835-aa1c46d0df71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d45bcbe7-66e6-4962-8835-aa1c46d0df71 found for delete ", "request_id": "req-86dd7453-1ac9-4799-adda-530a64187e24"}]} 2026-04-02 10:01:33.622 7 INFO neutron.services.segments.plugin [-] Segment d45bcbe7-66e6-4962-8835-aa1c46d0df71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d45bcbe7-66e6-4962-8835-aa1c46d0df71 found for delete ", "request_id": "req-f749a604-ba1e-44c6-a9f8-23e604386c96"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 529/1128] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:33 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1129] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:33 2026] GET /v2.0/ports?device_id=c8c45a6c-ba25-4b67-8376-9db647878f92 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1130] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:33 2026] GET /v2.0/security-groups?id=32ccb1f7-bac4-4f35-b965-78aaa4b344ab&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1131] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:33 2026] GET /v2.0/security-groups?id=93f1efa3-6e8e-4b66-bb1a-a8ad9adeea96&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1132] 199.204.45.155 () {38 vars in 1028 bytes} [Thu Apr 2 10:01:33 2026] PUT /v2.0/ports/016eda39-056e-4f3e-aba2-0995eebad793 => generated 1235 bytes in 590 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:01:33.964 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-635647d1-cc6c-466c-846b-dbb5d30987fe'] response: {'name': 'network-changed', 'server_uuid': 'a0513419-b1a7-43d1-beb9-ac4ab996300b', 'tag': '016eda39-056e-4f3e-aba2-0995eebad793', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 533/1133] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:33 2026] GET /v2.0/ports?device_id=a0513419-b1a7-43d1-beb9-ac4ab996300b => generated 969 bytes in 27 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: 601/1134] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:34 2026] GET /v2.0/security-groups?id=d41e029d-9b47-4290-bfba-1b42ec53e855&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1135] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:01:34 2026] GET /v2.0/ports?tenant_id=a09486ee8a2048d29e8af026578c8bc2&device_id=a0513419-b1a7-43d1-beb9-ac4ab996300b => generated 1238 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1136] 199.204.45.155 () {34 vars in 1018 bytes} [Thu Apr 2 10:01:34 2026] GET /v2.0/networks?tenant_id=a09486ee8a2048d29e8af026578c8bc2&shared=False => generated 776 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1137] 199.204.45.155 () {34 vars in 930 bytes} [Thu Apr 2 10:01:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 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.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:34 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1139] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:34 2026] GET /v2.0/security-groups?id=32ccb1f7-bac4-4f35-b965-78aaa4b344ab&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1140] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:35 2026] GET /v2.0/ports?device_id=c8c45a6c-ba25-4b67-8376-9db647878f92 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1141] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:35 2026] GET /v2.0/ports?device_id=a0513419-b1a7-43d1-beb9-ac4ab996300b => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1142] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:35 2026] GET /v2.0/security-groups?id=93f1efa3-6e8e-4b66-bb1a-a8ad9adeea96&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1143] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:35 2026] GET /v2.0/security-groups?id=d41e029d-9b47-4290-bfba-1b42ec53e855&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:35.379 7 INFO neutron.db.segments_db [None req-f8b4e036-ef5b-4e31-ae68-f9a593cf7588 9dfad586fe4a4f528b4cd46bcb3d73fd 8c81437f54784872a0df09958d070092 - - default default] Added segment ca2bd46a-3ac4-43f0-af2a-3f2ac485fe46 of type vxlan for network 045f5618-0cd7-482d-917f-5c86a58b49bf [pid: 7|app: 0|req: 604/1144] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:01:35 2026] POST /v2.0/networks => generated 630 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1145] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:01:35 2026] GET /v2.0/ports?tenant_id=a09486ee8a2048d29e8af026578c8bc2&device_id=a0513419-b1a7-43d1-beb9-ac4ab996300b => generated 1238 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1146] 199.204.45.155 () {34 vars in 1058 bytes} [Thu Apr 2 10:01:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=016eda39-056e-4f3e-aba2-0995eebad793 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1147] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:01:35 2026] GET /v2.0/subnets?id=30736eb1-9c68-4b20-afa2-432ef6b41ce5 => generated 698 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1148] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:01:35 2026] GET /v2.0/ports?network_id=e2e029e9-e17d-4ae8-b6e8-5e4ec8f1c200&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: 541/1149] 10.0.0.20 () {34 vars in 664 bytes} [Thu Apr 2 10:01:35 2026] POST /v2.0/ports => generated 778 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 609/1150] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:01:35 2026] GET /v2.0/networks/e2e029e9-e17d-4ae8-b6e8-5e4ec8f1c200?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1151] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:01:35 2026] GET /v2.0/networks/e2e029e9-e17d-4ae8-b6e8-5e4ec8f1c200?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) 2026-04-02 10:01:35.916 8 INFO neutron.db.segments_db [None req-0c22d519-79d1-4009-bbec-e5a01123d92e 9dfad586fe4a4f528b4cd46bcb3d73fd 8c81437f54784872a0df09958d070092 - - default default] Added segment ceaa8014-392d-4def-9c37-b10856b94c0e of type vxlan for network 0e1966f6-c242-45d0-8d94-b0b58dc505e8 [pid: 8|app: 0|req: 542/1152] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:01:35 2026] POST /v2.0/networks => generated 616 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1153] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:01:36 2026] POST /v2.0/subnets => generated 646 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1154] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:36 2026] GET /v2.0/ports?device_id=c8c45a6c-ba25-4b67-8376-9db647878f92 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1155] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:36 2026] GET /v2.0/ports?device_id=a0513419-b1a7-43d1-beb9-ac4ab996300b => generated 969 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1156] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:36 2026] GET /v2.0/security-groups?id=93f1efa3-6e8e-4b66-bb1a-a8ad9adeea96&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1157] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:36 2026] GET /v2.0/security-groups?id=d41e029d-9b47-4290-bfba-1b42ec53e855&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: 543/1158] 10.0.0.20 () {34 vars in 664 bytes} [Thu Apr 2 10:01:36 2026] POST /v2.0/ports => generated 965 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:01:36.770 7 INFO neutron_taas.services.taas.taas_plugin [None req-54d7d44c-ada5-4950-b35c-a937c331d3aa 9dfad586fe4a4f528b4cd46bcb3d73fd 8c81437f54784872a0df09958d070092 - - default default] TaaS: Handle Delete Port: ac44e2e9-41db-42a0-a4c3-0b26213c1154 2026-04-02 10:01:36.773 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54d7d44c-ada5-4950-b35c-a937c331d3aa 9dfad586fe4a4f528b4cd46bcb3d73fd 8c81437f54784872a0df09958d070092 - - default default] Tap Mirror: Handle Delete Port: ac44e2e9-41db-42a0-a4c3-0b26213c1154 [pid: 7|app: 0|req: 616/1159] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:01:36 2026] DELETE /v2.0/ports/ac44e2e9-41db-42a0-a4c3-0b26213c1154 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 10:01:36.901 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0e6b61b8-70a4-4c93-8009-a60f2e641fa5 9dfad586fe4a4f528b4cd46bcb3d73fd 8c81437f54784872a0df09958d070092 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 544/1160] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:01:36 2026] DELETE /v2.0/ports/ac44e2e9-41db-42a0-a4c3-0b26213c1154 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:01:36.928 7 INFO neutron.pecan_wsgi.hooks.translation [None req-34033c9b-fad6-42f9-8cd9-9d14277bfe42 9dfad586fe4a4f528b4cd46bcb3d73fd 8c81437f54784872a0df09958d070092 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 617/1161] 10.0.0.20 () {32 vars in 716 bytes} [Thu Apr 2 10:01:36 2026] GET /v2.0/ports/ac44e2e9-41db-42a0-a4c3-0b26213c1154 => 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: 545/1162] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:36 2026] DELETE /v2.0/subnets/bee50e56-543f-4c17-8bb8-d7af60b655d1 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:01:37.196 7 INFO neutron.services.segments.plugin [-] Segment ceaa8014-392d-4def-9c37-b10856b94c0e resource provider aggregate not found 2026-04-02 10:01:37.201 7 INFO neutron.services.segments.plugin [-] Segment ceaa8014-392d-4def-9c37-b10856b94c0e resource provider aggregate not found 2026-04-02 10:01:37.224 7 INFO neutron.services.segments.plugin [-] Segment ceaa8014-392d-4def-9c37-b10856b94c0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ceaa8014-392d-4def-9c37-b10856b94c0e found for delete ", "request_id": "req-c2cc7290-8160-4cdc-916a-e4e08c344132"}]} 2026-04-02 10:01:37.225 7 INFO neutron.services.segments.plugin [-] Segment ceaa8014-392d-4def-9c37-b10856b94c0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ceaa8014-392d-4def-9c37-b10856b94c0e found for delete ", "request_id": "req-f1da48f6-79d1-402b-9994-ba380bb778f6"}]} [pid: 7|app: 0|req: 618/1163] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:01:37 2026] DELETE /v2.0/networks/0e1966f6-c242-45d0-8d94-b0b58dc505e8 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:01:37.298 8 INFO neutron.db.segments_db [None req-6858d830-fe5a-4286-91ae-c7d17e31c37f 9dfad586fe4a4f528b4cd46bcb3d73fd 8c81437f54784872a0df09958d070092 - - default default] Added segment 0b02c075-7051-4742-828f-62bc391d9700 of type vxlan for network d7a86e79-0f1a-48b2-9217-fdf8462d37d7 [pid: 8|app: 0|req: 546/1164] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:01:37 2026] POST /v2.0/networks => generated 617 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1165] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:01:37 2026] POST /v2.0/subnets => generated 646 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1166] 199.204.45.155 () {34 vars in 994 bytes} [Thu Apr 2 10:01:37 2026] GET /v2.0/ports?device_id=c8c45a6c-ba25-4b67-8376-9db647878f92 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1167] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:37 2026] GET /v2.0/ports?device_id=c8c45a6c-ba25-4b67-8376-9db647878f92 => 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: 549/1168] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:37 2026] GET /v2.0/ports?device_id=a0513419-b1a7-43d1-beb9-ac4ab996300b => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:37.921 8 INFO neutron_taas.services.taas.taas_plugin [req-5debb469-9d07-4c9c-bca3-92ee98b55bd5 req-7dc800e2-25e2-458a-86d6-3abb20accdfa 7ffffb47ca86415daa07ecc171abcf9f 2a15eb85e0e14e268b481b1c3143b565 - - default default] TaaS: Handle Delete Port: e8972af7-decf-449d-8851-d33ad52770c3 2026-04-02 10:01:37.925 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5debb469-9d07-4c9c-bca3-92ee98b55bd5 req-7dc800e2-25e2-458a-86d6-3abb20accdfa 7ffffb47ca86415daa07ecc171abcf9f 2a15eb85e0e14e268b481b1c3143b565 - - default default] Tap Mirror: Handle Delete Port: e8972af7-decf-449d-8851-d33ad52770c3 [pid: 7|app: 0|req: 620/1169] 10.0.0.20 () {34 vars in 664 bytes} [Thu Apr 2 10:01:37 2026] POST /v2.0/ports => generated 928 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1170] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:37 2026] GET /v2.0/security-groups?id=93f1efa3-6e8e-4b66-bb1a-a8ad9adeea96&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1171] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:37 2026] GET /v2.0/security-groups?id=d41e029d-9b47-4290-bfba-1b42ec53e855&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1172] 199.204.45.155 () {36 vars in 997 bytes} [Thu Apr 2 10:01:37 2026] DELETE /v2.0/ports/e8972af7-decf-449d-8851-d33ad52770c3 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:01:38.098 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b4f744a-67bc-462a-95d0-ddaf417c6401'] response: {'server_uuid': 'c8c45a6c-ba25-4b67-8376-9db647878f92', 'name': 'network-vif-deleted', 'tag': 'e8972af7-decf-449d-8851-d33ad52770c3', 'status': 'completed', 'code': 200} 2026-04-02 10:01:38.136 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ec5a0be-79aa-44ca-afed-9bd780398959 9dfad586fe4a4f528b4cd46bcb3d73fd 8c81437f54784872a0df09958d070092 - - default default] TaaS: Handle Delete Port: fefd479d-46f7-43d5-bcda-f0cdd1cd8643 2026-04-02 10:01:38.140 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ec5a0be-79aa-44ca-afed-9bd780398959 9dfad586fe4a4f528b4cd46bcb3d73fd 8c81437f54784872a0df09958d070092 - - default default] Tap Mirror: Handle Delete Port: fefd479d-46f7-43d5-bcda-f0cdd1cd8643 [pid: 7|app: 0|req: 623/1173] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:01:38 2026] DELETE /v2.0/ports/fefd479d-46f7-43d5-bcda-f0cdd1cd8643 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:01:38.292 8 INFO neutron.pecan_wsgi.hooks.translation [None req-061fc404-e8a2-4402-8c54-c9e711cff07a 9dfad586fe4a4f528b4cd46bcb3d73fd 8c81437f54784872a0df09958d070092 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 551/1174] 10.0.0.20 () {32 vars in 716 bytes} [Thu Apr 2 10:01:38 2026] GET /v2.0/ports/fefd479d-46f7-43d5-bcda-f0cdd1cd8643 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1175] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:38 2026] DELETE /v2.0/subnets/132b9f94-f751-41a4-9153-45bc7339f6e2 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:01:38.497 8 INFO neutron.services.segments.plugin [-] Segment 0b02c075-7051-4742-828f-62bc391d9700 resource provider aggregate not found 2026-04-02 10:01:38.501 8 INFO neutron.services.segments.plugin [-] Segment 0b02c075-7051-4742-828f-62bc391d9700 resource provider aggregate not found 2026-04-02 10:01:38.515 8 INFO neutron.services.segments.plugin [-] Segment 0b02c075-7051-4742-828f-62bc391d9700 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b02c075-7051-4742-828f-62bc391d9700 found for delete ", "request_id": "req-e82aceef-cbbe-43ac-83ef-9c42dca85605"}]} 2026-04-02 10:01:38.515 8 INFO neutron.services.segments.plugin [-] Segment 0b02c075-7051-4742-828f-62bc391d9700 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b02c075-7051-4742-828f-62bc391d9700 found for delete ", "request_id": "req-81a10764-3eaf-4902-b7e4-5713e6a5d0e1"}]} [pid: 8|app: 0|req: 552/1176] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:01:38 2026] DELETE /v2.0/networks/d7a86e79-0f1a-48b2-9217-fdf8462d37d7 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1177] 10.0.0.20 () {34 vars in 664 bytes} [Thu Apr 2 10:01:38 2026] POST /v2.0/ports => generated 778 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1178] 10.0.0.20 () {34 vars in 736 bytes} [Thu Apr 2 10:01:38 2026] PUT /v2.0/ports/fab9d521-2a51-4e4a-b2a5-a886e4e931e4 => generated 752 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 10:01:39.024 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e915d4f-7d52-49b3-8171-bd29dcb928fa 9dfad586fe4a4f528b4cd46bcb3d73fd 8c81437f54784872a0df09958d070092 - - default default] TaaS: Handle Delete Port: fab9d521-2a51-4e4a-b2a5-a886e4e931e4 2026-04-02 10:01:39.027 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e915d4f-7d52-49b3-8171-bd29dcb928fa 9dfad586fe4a4f528b4cd46bcb3d73fd 8c81437f54784872a0df09958d070092 - - default default] Tap Mirror: Handle Delete Port: fab9d521-2a51-4e4a-b2a5-a886e4e931e4 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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/1179] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:39 2026] GET /v2.0/ports?device_id=c8c45a6c-ba25-4b67-8376-9db647878f92 => 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: 626/1180] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:01:38 2026] DELETE /v2.0/ports/fab9d521-2a51-4e4a-b2a5-a886e4e931e4 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1181] 10.0.0.20 () {32 vars in 642 bytes} [Thu Apr 2 10:01:39 2026] GET /v2.0/ports => generated 781 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:39.183 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4e48bb30-3476-445d-8c70-0657f50fdf5c 9dfad586fe4a4f528b4cd46bcb3d73fd 8c81437f54784872a0df09958d070092 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 628/1182] 10.0.0.20 () {32 vars in 716 bytes} [Thu Apr 2 10:01:39 2026] GET /v2.0/ports/fab9d521-2a51-4e4a-b2a5-a886e4e931e4 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1183] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:39 2026] GET /v2.0/ports?device_id=a0513419-b1a7-43d1-beb9-ac4ab996300b => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1184] 10.0.0.20 () {32 vars in 642 bytes} [Thu Apr 2 10:01:39 2026] GET /v2.0/ports => generated 781 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1185] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:39 2026] GET /v2.0/security-groups?id=d41e029d-9b47-4290-bfba-1b42ec53e855&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1186] 10.0.0.20 () {32 vars in 716 bytes} [Thu Apr 2 10:01:39 2026] GET /v2.0/ports/122275b3-b161-4cb1-a322-a01712e5b89f => generated 778 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:39.289 8 INFO neutron.pecan_wsgi.hooks.translation [None req-01301623-ca24-4a20-8391-f4acabf155ce 9dfad586fe4a4f528b4cd46bcb3d73fd 8c81437f54784872a0df09958d070092 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 557/1187] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:01:39 2026] DELETE /v2.0/ports/fefd479d-46f7-43d5-bcda-f0cdd1cd8643 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:01:39.311 7 INFO neutron.pecan_wsgi.hooks.translation [None req-342dd18e-f745-44ce-94c3-a82e60782c8b 9dfad586fe4a4f528b4cd46bcb3d73fd 8c81437f54784872a0df09958d070092 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 631/1188] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:39 2026] DELETE /v2.0/subnets/132b9f94-f751-41a4-9153-45bc7339f6e2 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:01:39.332 8 INFO neutron.pecan_wsgi.hooks.translation [None req-afa3b7cc-d94d-4cb6-969f-b951dca7937e 9dfad586fe4a4f528b4cd46bcb3d73fd 8c81437f54784872a0df09958d070092 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 558/1189] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:39 2026] DELETE /v2.0/subnets/bee50e56-543f-4c17-8bb8-d7af60b655d1 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:01:39.431 7 INFO neutron_taas.services.taas.taas_plugin [None req-e6583e21-6c8b-4589-8831-ceef0f225ccc 9dfad586fe4a4f528b4cd46bcb3d73fd 8c81437f54784872a0df09958d070092 - - default default] TaaS: Handle Delete Port: 122275b3-b161-4cb1-a322-a01712e5b89f 2026-04-02 10:01:39.434 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6583e21-6c8b-4589-8831-ceef0f225ccc 9dfad586fe4a4f528b4cd46bcb3d73fd 8c81437f54784872a0df09958d070092 - - default default] Tap Mirror: Handle Delete Port: 122275b3-b161-4cb1-a322-a01712e5b89f [pid: 7|app: 0|req: 632/1190] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:01:39 2026] DELETE /v2.0/ports/122275b3-b161-4cb1-a322-a01712e5b89f => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1191] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:01:39 2026] DELETE /v2.0/networks/045f5618-0cd7-482d-917f-5c86a58b49bf => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1192] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:40 2026] GET /v2.0/ports?device_id=c8c45a6c-ba25-4b67-8376-9db647878f92 => 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: 633/1193] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:01:40 2026] GET /v2.0/security-groups?tenant_id=8c81437f54784872a0df09958d070092&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1194] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:40 2026] GET /v2.0/ports?device_id=a0513419-b1a7-43d1-beb9-ac4ab996300b => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1195] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:40 2026] GET /v2.0/security-groups?id=d41e029d-9b47-4290-bfba-1b42ec53e855&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1196] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:01:40 2026] DELETE /v2.0/security-groups/b98ba3ac-4d47-43ba-ba93-9eb793a4f20f => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:01:40.535 8 INFO neutron.services.segments.plugin [-] Segment ca2bd46a-3ac4-43f0-af2a-3f2ac485fe46 resource provider aggregate not found 2026-04-02 10:01:40.542 8 INFO neutron.services.segments.plugin [-] Segment ca2bd46a-3ac4-43f0-af2a-3f2ac485fe46 resource provider aggregate not found 2026-04-02 10:01:40.559 8 INFO neutron.services.segments.plugin [-] Segment ca2bd46a-3ac4-43f0-af2a-3f2ac485fe46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca2bd46a-3ac4-43f0-af2a-3f2ac485fe46 found for delete ", "request_id": "req-bbfc59af-289c-40bf-96eb-26d6d46c0bfe"}]} 2026-04-02 10:01:40.563 8 INFO neutron.services.segments.plugin [-] Segment ca2bd46a-3ac4-43f0-af2a-3f2ac485fe46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca2bd46a-3ac4-43f0-af2a-3f2ac485fe46 found for delete ", "request_id": "req-1e623608-0d74-455f-9c1b-ceaeedbd713e"}]} [pid: 7|app: 0|req: 636/1197] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:41 2026] GET /v2.0/ports?device_id=a0513419-b1a7-43d1-beb9-ac4ab996300b => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1198] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:41 2026] GET /v2.0/security-groups?id=d41e029d-9b47-4290-bfba-1b42ec53e855&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:42.338 7 INFO neutron.db.segments_db [None req-84b9b4a7-a4e9-4ac1-a4ac-5add3f39fc10 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] Added segment 94ad258b-2ce2-410d-aa02-6e17b810210e of type vxlan for network a4578e8b-5b05-4e1f-bc5d-02f1fd601e8b [pid: 7|app: 0|req: 637/1199] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:01:42 2026] POST /v2.0/networks => generated 614 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:01:42.535 8 INFO neutron.db.segments_db [None req-889ceb1d-4082-4935-81e5-63f74910c2c5 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] Added segment 0c238080-aef4-4d68-bc9d-57ba60dc858a of type vxlan for network 1ab79a64-2160-49bc-aa56-af55dd08cf68 [pid: 8|app: 0|req: 563/1200] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:01:42 2026] POST /v2.0/networks => generated 615 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1201] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:42 2026] GET /v2.0/ports?device_id=a0513419-b1a7-43d1-beb9-ac4ab996300b => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:42.732 7 INFO neutron_taas.services.taas.taas_plugin [None req-51172136-1299-48a0-8e42-94c47c097335 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 76fcf926-852c-437d-960f-1a98d662b410 2026-04-02 10:01:42.734 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51172136-1299-48a0-8e42-94c47c097335 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 76fcf926-852c-437d-960f-1a98d662b410 [pid: 8|app: 0|req: 565/1202] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:01:42 2026] POST /v2.0/subnets => generated 646 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1203] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:42 2026] GET /v2.0/security-groups?id=d41e029d-9b47-4290-bfba-1b42ec53e855&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1204] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:01:42 2026] PUT /v2.0/routers/63cdebb4-ad7b-491f-ad7c-b4702ad78b64/remove_router_interface => generated 309 bytes in 673 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1205] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:01:42 2026] POST /v2.0/subnets => generated 655 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:01:43.293 8 INFO neutron.db.segments_db [None req-e96c5552-1708-4340-be0e-46c30f4e10dc c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] Added segment 6ed9a0bd-abdd-4db1-ae09-b964b8350405 of type vxlan for network 906131bd-4050-4d82-908c-4082e7bf3a8d 2026-04-02 10:01:43.320 7 INFO neutron_taas.services.taas.taas_plugin [None req-73ce93af-402b-40b7-8d02-7f04eebc930f 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 91a489d3-a983-47a6-b21f-efa03cb001b9 2026-04-02 10:01:43.323 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73ce93af-402b-40b7-8d02-7f04eebc930f 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 91a489d3-a983-47a6-b21f-efa03cb001b9 2026-04-02 10:01:43.551 7 INFO neutron_taas.services.taas.taas_plugin [None req-73ce93af-402b-40b7-8d02-7f04eebc930f 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: e30d5970-312b-4e16-b5c4-b275b8eea3f8 2026-04-02 10:01:43.553 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73ce93af-402b-40b7-8d02-7f04eebc930f 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: e30d5970-312b-4e16-b5c4-b275b8eea3f8 2026-04-02 10:01:43.599 8 INFO neutron.db.l3_hamode_db [None req-e96c5552-1708-4340-be0e-46c30f4e10dc c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 10:01:43.722 8 INFO neutron.db.l3_hamode_db [None req-e96c5552-1708-4340-be0e-46c30f4e10dc c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 10:01:43.923 7 INFO neutron.services.segments.plugin [-] Segment 611527bd-c562-4115-8e7b-413c5e8c5f72 resource provider aggregate not found 2026-04-02 10:01:43.926 7 INFO neutron.services.segments.plugin [-] Segment 611527bd-c562-4115-8e7b-413c5e8c5f72 resource provider aggregate not found 2026-04-02 10:01:43.942 7 INFO neutron.services.segments.plugin [-] Segment 611527bd-c562-4115-8e7b-413c5e8c5f72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 611527bd-c562-4115-8e7b-413c5e8c5f72 found for delete ", "request_id": "req-a637e894-fa7e-44bd-99f8-fd5055a73096"}]} 2026-04-02 10:01:43.945 7 INFO neutron.services.segments.plugin [-] Segment 611527bd-c562-4115-8e7b-413c5e8c5f72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 611527bd-c562-4115-8e7b-413c5e8c5f72 found for delete ", "request_id": "req-3fbf9e8d-04c3-43cd-a56c-c99647430504"}]} 2026-04-02 10:01:43.956 7 INFO neutron.db.l3_hamode_db [None req-73ce93af-402b-40b7-8d02-7f04eebc930f 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] HA network f7d029f2-a590-4b4a-bb7e-53f038347010 was deleted as no HA routers are present in tenant 2a15eb85e0e14e268b481b1c3143b565. [pid: 7|app: 0|req: 639/1206] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:43 2026] DELETE /v2.0/routers/63cdebb4-ad7b-491f-ad7c-b4702ad78b64 => generated 0 bytes in 837 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1207] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:43 2026] DELETE /v2.0/subnets/d606b154-f04c-4a9e-83fd-55b11c0a6bb7 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1208] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:44 2026] GET /v2.0/ports?device_id=a0513419-b1a7-43d1-beb9-ac4ab996300b => generated 971 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:44.349 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e563b2f-fa80-4bfe-84b0-be1e945ba1e4 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 76c0b256-29e3-452a-9275-289555dc5e5a 2026-04-02 10:01:44.351 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e563b2f-fa80-4bfe-84b0-be1e945ba1e4 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 76c0b256-29e3-452a-9275-289555dc5e5a [pid: 8|app: 0|req: 568/1209] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:01:43 2026] POST /v2.0/routers => generated 511 bytes in 1124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1210] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:44 2026] GET /v2.0/security-groups?id=d41e029d-9b47-4290-bfba-1b42ec53e855&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1211] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:01:44 2026] DELETE /v2.0/networks/fe63dc43-256e-480a-98c4-7e80fedad88c => 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: 643/1212] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:44 2026] GET /v2.0/ports?device_id=a0513419-b1a7-43d1-beb9-ac4ab996300b => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:44.976 7 INFO neutron.db.l3_db [None req-e51498ae-7771-455d-85a3-4b7ed5069067 bcd0225d005049738138c97a800d3951 a09486ee8a2048d29e8af026578c8bc2 - - default default] Floating IP ba108b43-1ab7-44f2-9050-48a5d667b797 associated. External IP: 10.96.250.203, port: 016eda39-056e-4f3e-aba2-0995eebad793. [pid: 7|app: 0|req: 644/1213] 10.0.0.20 () {34 vars in 748 bytes} [Thu Apr 2 10:01:44 2026] PUT /v2.0/floatingips/ba108b43-1ab7-44f2-9050-48a5d667b797 => generated 855 bytes in 647 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1214] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:01:45 2026] GET /v2.0/security-groups?tenant_id=2a15eb85e0e14e268b481b1c3143b565&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:01:45.322 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-150bb414-d881-4cfb-b14c-1a51f7b7b6b2'] response: {'name': 'network-changed', 'server_uuid': 'a0513419-b1a7-43d1-beb9-ac4ab996300b', 'tag': '016eda39-056e-4f3e-aba2-0995eebad793', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 646/1215] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:01:45 2026] DELETE /v2.0/security-groups/93f1efa3-6e8e-4b66-bb1a-a8ad9adeea96 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1216] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:45 2026] GET /v2.0/ports?device_id=a0513419-b1a7-43d1-beb9-ac4ab996300b => 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: 570/1217] 10.0.0.20 () {34 vars in 782 bytes} [Thu Apr 2 10:01:44 2026] PUT /v2.0/routers/6871cfb4-1a44-4b52-b880-3a440c639d87/add_router_interface => generated 309 bytes in 1108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1218] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:45 2026] GET /v2.0/security-groups?id=d41e029d-9b47-4290-bfba-1b42ec53e855&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1219] 10.0.0.20 () {32 vars in 716 bytes} [Thu Apr 2 10:01:45 2026] GET /v2.0/ports/c98f4064-15e2-407a-9bd7-2fdded855a87 => generated 959 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1220] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:45 2026] GET /v2.0/ports?device_id=a0513419-b1a7-43d1-beb9-ac4ab996300b => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1221] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:01:45 2026] GET /v2.0/ports?tenant_id=a09486ee8a2048d29e8af026578c8bc2&device_id=a0513419-b1a7-43d1-beb9-ac4ab996300b => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1222] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:45 2026] GET /v2.0/security-groups?id=d41e029d-9b47-4290-bfba-1b42ec53e855&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:45.973 7 INFO neutron.services.segments.plugin [-] Segment b60c05b8-433d-48d6-8726-8fb4d7706fc1 resource provider aggregate not found 2026-04-02 10:01:45.992 7 INFO neutron.services.segments.plugin [-] Segment b60c05b8-433d-48d6-8726-8fb4d7706fc1 resource provider aggregate not found [pid: 8|app: 0|req: 575/1223] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:01:45 2026] GET /v2.0/networks?id=e2e029e9-e17d-4ae8-b6e8-5e4ec8f1c200 => generated 776 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:46.000 7 INFO neutron.services.segments.plugin [-] Segment b60c05b8-433d-48d6-8726-8fb4d7706fc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b60c05b8-433d-48d6-8726-8fb4d7706fc1 found for delete ", "request_id": "req-e38387a9-8aa0-4eb9-b7f3-3a289bd2605b"}]} 2026-04-02 10:01:46.020 7 INFO neutron.services.segments.plugin [-] Segment b60c05b8-433d-48d6-8726-8fb4d7706fc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b60c05b8-433d-48d6-8726-8fb4d7706fc1 found for delete ", "request_id": "req-6a53cba1-b1d0-4d3b-a0c7-d28b1214461a"}]} [pid: 8|app: 0|req: 576/1224] 199.204.45.155 () {34 vars in 1058 bytes} [Thu Apr 2 10:01:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=016eda39-056e-4f3e-aba2-0995eebad793 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1225] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:01:46 2026] GET /v2.0/subnets?id=30736eb1-9c68-4b20-afa2-432ef6b41ce5 => generated 698 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1226] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:01:46 2026] GET /v2.0/ports?network_id=e2e029e9-e17d-4ae8-b6e8-5e4ec8f1c200&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1227] 10.0.0.169 () {34 vars in 990 bytes} [Thu Apr 2 10:01:46 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => 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: 580/1228] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:01:46 2026] GET /v2.0/networks/e2e029e9-e17d-4ae8-b6e8-5e4ec8f1c200?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: 581/1229] 10.0.0.169 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:46 2026] GET /v2.0/security-groups?id=32ccb1f7-bac4-4f35-b965-78aaa4b344ab&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1230] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:01:46 2026] GET /v2.0/networks/e2e029e9-e17d-4ae8-b6e8-5e4ec8f1c200?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1231] 10.0.0.20 () {34 vars in 782 bytes} [Thu Apr 2 10:01:45 2026] PUT /v2.0/routers/6871cfb4-1a44-4b52-b880-3a440c639d87/add_router_interface => generated 309 bytes in 1135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1232] 10.0.0.20 () {32 vars in 716 bytes} [Thu Apr 2 10:01:46 2026] GET /v2.0/ports/12d3adc1-03c8-40ba-84e6-ae8e94873f69 => generated 967 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1233] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:47 2026] GET /v2.0/ports?device_id=a0513419-b1a7-43d1-beb9-ac4ab996300b => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1234] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:47 2026] GET /v2.0/security-groups?id=d41e029d-9b47-4290-bfba-1b42ec53e855&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:47.079 7 INFO neutron_taas.services.taas.taas_plugin [None req-56f4429d-4eb3-44a8-b407-b29405e2a290 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] TaaS: Handle Delete Port: 12d3adc1-03c8-40ba-84e6-ae8e94873f69 2026-04-02 10:01:47.082 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56f4429d-4eb3-44a8-b407-b29405e2a290 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] Tap Mirror: Handle Delete Port: 12d3adc1-03c8-40ba-84e6-ae8e94873f69 [pid: 7|app: 0|req: 650/1235] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:01:46 2026] PUT /v2.0/routers/6871cfb4-1a44-4b52-b880-3a440c639d87/remove_router_interface => generated 309 bytes in 712 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:47.795 8 INFO neutron_taas.services.taas.taas_plugin [None req-6144f7ed-e577-43e4-b547-41500cead21f c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] TaaS: Handle Delete Port: c98f4064-15e2-407a-9bd7-2fdded855a87 2026-04-02 10:01:47.798 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6144f7ed-e577-43e4-b547-41500cead21f c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] Tap Mirror: Handle Delete Port: c98f4064-15e2-407a-9bd7-2fdded855a87 [pid: 7|app: 0|req: 651/1236] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:48 2026] GET /v2.0/ports?device_id=a0513419-b1a7-43d1-beb9-ac4ab996300b => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1237] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:01:47 2026] PUT /v2.0/routers/6871cfb4-1a44-4b52-b880-3a440c639d87/remove_router_interface => generated 309 bytes in 743 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1238] 199.204.45.155 () {34 vars in 994 bytes} [Thu Apr 2 10:01:48 2026] GET /v2.0/ports?device_id=a0513419-b1a7-43d1-beb9-ac4ab996300b => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1239] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:48 2026] GET /v2.0/security-groups?id=d41e029d-9b47-4290-bfba-1b42ec53e855&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1242] 10.0.0.20 () {32 vars in 735 bytes} [Thu Apr 2 10:01:48 2026] GET /v2.0/ports?device_id=6871cfb4-1a44-4b52-b880-3a440c639d87 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:01:48.357 8 INFO neutron_taas.services.taas.taas_plugin [req-a2bcfca8-2981-4808-98f5-8155966308cc req-c185c123-c052-43db-852d-f552fe95c063 bcd0225d005049738138c97a800d3951 a09486ee8a2048d29e8af026578c8bc2 - - default default] TaaS: Handle Delete Port: 016eda39-056e-4f3e-aba2-0995eebad793 2026-04-02 10:01:48.360 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a2bcfca8-2981-4808-98f5-8155966308cc req-c185c123-c052-43db-852d-f552fe95c063 bcd0225d005049738138c97a800d3951 a09486ee8a2048d29e8af026578c8bc2 - - default default] Tap Mirror: Handle Delete Port: 016eda39-056e-4f3e-aba2-0995eebad793 2026-04-02 10:01:48.419 7 INFO neutron_taas.services.taas.taas_plugin [None req-7763c14d-0379-4ebc-a54b-5acbc65d20e8 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] TaaS: Handle Delete Port: d89ca743-d817-4888-b1fc-1b79dabccf26 2026-04-02 10:01:48.421 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7763c14d-0379-4ebc-a54b-5acbc65d20e8 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] Tap Mirror: Handle Delete Port: d89ca743-d817-4888-b1fc-1b79dabccf26 2026-04-02 10:01:48.450 8 INFO neutron.db.l3_db [req-a2bcfca8-2981-4808-98f5-8155966308cc req-c185c123-c052-43db-852d-f552fe95c063 bcd0225d005049738138c97a800d3951 a09486ee8a2048d29e8af026578c8bc2 - - default default] Floating IP ba108b43-1ab7-44f2-9050-48a5d667b797 disassociated. External IP: 10.96.250.203, port: 016eda39-056e-4f3e-aba2-0995eebad793. 2026-04-02 10:01:48.722 7 INFO neutron.services.segments.plugin [-] Segment 6ed9a0bd-abdd-4db1-ae09-b964b8350405 resource provider aggregate not found 2026-04-02 10:01:48.727 7 INFO neutron.services.segments.plugin [-] Segment 6ed9a0bd-abdd-4db1-ae09-b964b8350405 resource provider aggregate not found 2026-04-02 10:01:48.741 7 INFO neutron.services.segments.plugin [-] Segment 6ed9a0bd-abdd-4db1-ae09-b964b8350405 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ed9a0bd-abdd-4db1-ae09-b964b8350405 found for delete ", "request_id": "req-12c1223c-a890-47eb-85a5-9d38a6a92657"}]} 2026-04-02 10:01:48.747 7 INFO neutron.services.segments.plugin [-] Segment 6ed9a0bd-abdd-4db1-ae09-b964b8350405 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ed9a0bd-abdd-4db1-ae09-b964b8350405 found for delete ", "request_id": "req-2d7ec1e1-fb25-47dc-830c-b41463a262c9"}]} 2026-04-02 10:01:48.753 7 INFO neutron.db.l3_hamode_db [None req-7763c14d-0379-4ebc-a54b-5acbc65d20e8 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] HA network 906131bd-4050-4d82-908c-4082e7bf3a8d was deleted as no HA routers are present in tenant 684af8d6ec9d4a92889707738aab03c8. [pid: 7|app: 0|req: 654/1243] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:48 2026] DELETE /v2.0/routers/6871cfb4-1a44-4b52-b880-3a440c639d87 => generated 0 bytes in 486 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1244] 199.204.45.155 () {36 vars in 997 bytes} [Thu Apr 2 10:01:48 2026] DELETE /v2.0/ports/016eda39-056e-4f3e-aba2-0995eebad793 => generated 0 bytes in 509 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:01:48.804 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-19b1908a-dc35-4d8c-90cb-ea30f4569866'] response: {'server_uuid': 'a0513419-b1a7-43d1-beb9-ac4ab996300b', 'name': 'network-vif-deleted', 'tag': '016eda39-056e-4f3e-aba2-0995eebad793', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 591/1245] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:48 2026] DELETE /v2.0/subnets/be5bc519-674b-4395-9ed8-1ee9a3ca9516 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1246] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:48 2026] DELETE /v2.0/subnets/0eff2cc2-d79b-4307-bebb-75329a8a671f => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:01:49.090 7 INFO neutron.db.segments_db [None req-40446291-d541-490c-a457-0c6277d39164 5a0070d1c6be4f12b9247b071c583a5c 77e68d089149463b8bdd3b991b0900de - - default default] Added segment c96c99e8-775c-4b11-9022-b8941ae0c522 of type vxlan for network 108df791-efe6-46c9-a59b-5e6a3625e56b [pid: 7|app: 0|req: 655/1247] 10.0.0.20 () {34 vars in 670 bytes} [Thu Apr 2 10:01:48 2026] POST /v2.0/networks => generated 614 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:01:49.195 8 INFO neutron_taas.services.taas.taas_plugin [None req-99f5f76d-b4f8-490b-993c-e0e944f3ac3f c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] TaaS: Handle Delete Port: fa8343bf-a9f2-45f0-8c9f-6320057c2ff6 2026-04-02 10:01:49.198 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99f5f76d-b4f8-490b-993c-e0e944f3ac3f c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] Tap Mirror: Handle Delete Port: fa8343bf-a9f2-45f0-8c9f-6320057c2ff6 2026-04-02 10:01:49.231 7 INFO neutron.db.segments_db [None req-7204e338-e009-4c3f-b482-14e356eaca80 5a0070d1c6be4f12b9247b071c583a5c 77e68d089149463b8bdd3b991b0900de - - default default] Added segment 924b4fdf-957e-4b04-966e-d275c7c9347a of type vxlan for network c9d828e4-c3f4-480d-a04a-07c19cad0e1d 2026-04-02 10:01:49.372 8 INFO neutron.services.segments.plugin [-] Segment 0c238080-aef4-4d68-bc9d-57ba60dc858a resource provider aggregate not found 2026-04-02 10:01:49.376 8 INFO neutron.services.segments.plugin [-] Segment 0c238080-aef4-4d68-bc9d-57ba60dc858a resource provider aggregate not found 2026-04-02 10:01:49.396 8 INFO neutron.services.segments.plugin [-] Segment 0c238080-aef4-4d68-bc9d-57ba60dc858a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c238080-aef4-4d68-bc9d-57ba60dc858a found for delete ", "request_id": "req-9f882aaa-826b-43d6-96f4-b6f945deafa7"}]} 2026-04-02 10:01:49.402 8 INFO neutron.services.segments.plugin [-] Segment 0c238080-aef4-4d68-bc9d-57ba60dc858a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c238080-aef4-4d68-bc9d-57ba60dc858a found for delete ", "request_id": "req-c83129bf-df96-4131-9211-284206e7c884"}]} [pid: 8|app: 0|req: 593/1248] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:01:49 2026] DELETE /v2.0/networks/1ab79a64-2160-49bc-aa56-af55dd08cf68 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1249] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:49 2026] GET /v2.0/ports?device_id=a0513419-b1a7-43d1-beb9-ac4ab996300b => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:01:49.498 7 INFO neutron.db.l3_hamode_db [None req-7204e338-e009-4c3f-b482-14e356eaca80 5a0070d1c6be4f12b9247b071c583a5c 77e68d089149463b8bdd3b991b0900de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 595/1250] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:01:49 2026] DELETE /v2.0/networks/a4578e8b-5b05-4e1f-bc5d-02f1fd601e8b => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:01:49.605 8 INFO neutron.db.segments_db [None req-01b7735b-6538-4455-95e4-f74790d68a78 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] Added segment e0b3bb27-06f7-498e-81d1-b52e038fd0da of type vxlan for network 383d363c-301b-4ad2-aab2-89cf75fc3356 [pid: 8|app: 0|req: 596/1251] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:01:49 2026] POST /v2.0/networks => generated 614 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1252] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:01:49 2026] POST /v2.0/subnets => generated 646 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:01:49.957 8 INFO neutron.db.segments_db [None req-999ddf9d-7ec5-4848-9521-e7fc97101059 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] Added segment c00b8d3c-0392-4689-b8b2-3cbe93fcd5b1 of type vxlan for network 3cd8fd6c-94dc-4b46-9fc2-9a6d745ddc59 2026-04-02 10:01:50.195 8 INFO neutron.db.l3_hamode_db [None req-999ddf9d-7ec5-4848-9521-e7fc97101059 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 10:01:50.206 7 INFO neutron.db.l3_hamode_db [None req-7204e338-e009-4c3f-b482-14e356eaca80 5a0070d1c6be4f12b9247b071c583a5c 77e68d089149463b8bdd3b991b0900de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 10:01:51.081 8 INFO neutron.db.l3_hamode_db [None req-999ddf9d-7ec5-4848-9521-e7fc97101059 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 656/1253] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:01:49 2026] POST /v2.0/routers => generated 695 bytes in 1934 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1254] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:51 2026] GET /v2.0/ports?device_id=a0513419-b1a7-43d1-beb9-ac4ab996300b => 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: 658/1255] 10.0.0.20 () {32 vars in 775 bytes} [Thu Apr 2 10:01:51 2026] GET /v2.0/subnets?project_id=77e68d089149463b8bdd3b991b0900de&cidr=10.100.0.0%2F28 => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1256] 10.0.0.20 () {32 vars in 693 bytes} [Thu Apr 2 10:01:51 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1257] 10.0.0.20 () {32 vars in 783 bytes} [Thu Apr 2 10:01:51 2026] GET /v2.0/subnets?network_id=34f121f5-aaab-474d-96be-180217a6550a&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) 2026-04-02 10:01:51.419 8 INFO neutron.services.segments.plugin [-] Segment 94ad258b-2ce2-410d-aa02-6e17b810210e resource provider aggregate not found 2026-04-02 10:01:51.426 8 INFO neutron.services.segments.plugin [-] Segment 94ad258b-2ce2-410d-aa02-6e17b810210e resource provider aggregate not found 2026-04-02 10:01:51.441 8 INFO neutron.services.segments.plugin [-] Segment 94ad258b-2ce2-410d-aa02-6e17b810210e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94ad258b-2ce2-410d-aa02-6e17b810210e found for delete ", "request_id": "req-9464fc43-8367-493d-bcad-f1830a49b30d"}]} 2026-04-02 10:01:51.453 8 INFO neutron.services.segments.plugin [-] Segment 94ad258b-2ce2-410d-aa02-6e17b810210e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94ad258b-2ce2-410d-aa02-6e17b810210e found for delete ", "request_id": "req-05d50ab7-5627-4758-b9d9-b8ae23343902"}]} [pid: 7|app: 0|req: 661/1258] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:01:51 2026] POST /v2.0/subnets => generated 657 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1259] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:01:49 2026] POST /v2.0/routers => generated 509 bytes in 1749 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1260] 10.0.0.20 () {34 vars in 664 bytes} [Thu Apr 2 10:01:51 2026] POST /v2.0/ports => generated 964 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 600/1261] 10.0.0.20 () {34 vars in 782 bytes} [Thu Apr 2 10:01:52 2026] PUT /v2.0/routers/2525389c-5944-43fd-bf31-c839471b52da/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, ' [pid: 8|app: 0|req: 601/1262] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:53 2026] GET /v2.0/ports?device_id=a0513419-b1a7-43d1-beb9-ac4ab996300b => 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/1263] 10.0.0.20 () {32 vars in 716 bytes} [Thu Apr 2 10:01:53 2026] GET /v2.0/ports/1612e080-884b-4d0a-8e7f-502da6484bf6 => generated 1038 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1264] 10.0.0.20 () {34 vars in 782 bytes} [Thu Apr 2 10:01:51 2026] PUT /v2.0/routers/32109246-f069-4430-b8ff-4d7ef71fb89e/add_router_interface => generated 309 bytes in 1655 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1265] 10.0.0.20 () {32 vars in 648 bytes} [Thu Apr 2 10:01:53 2026] GET /v2.0/networks => generated 7956 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1266] 10.0.0.20 () {32 vars in 646 bytes} [Thu Apr 2 10:01:53 2026] GET /v2.0/subnets => generated 6481 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1267] 10.0.0.20 () {32 vars in 646 bytes} [Thu Apr 2 10:01:53 2026] GET /v2.0/routers => generated 2735 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:01:53.459 8 INFO neutron_taas.services.taas.taas_plugin [None req-cc6ff326-7bc9-4d6a-b390-95c40536e72b c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] TaaS: Handle Delete Port: 1612e080-884b-4d0a-8e7f-502da6484bf6 2026-04-02 10:01:53.463 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc6ff326-7bc9-4d6a-b390-95c40536e72b c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] Tap Mirror: Handle Delete Port: 1612e080-884b-4d0a-8e7f-502da6484bf6 [pid: 7|app: 0|req: 666/1268] 10.0.0.20 () {34 vars in 684 bytes} [Thu Apr 2 10:01:53 2026] POST /v2.0/security-groups => generated 1673 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1269] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:01:53 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: 7|app: 0|req: 668/1270] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:01:53 2026] POST /v2.0/security-group-rules => generated 596 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1271] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:01:53 2026] PUT /v2.0/routers/2525389c-5944-43fd-bf31-c839471b52da/remove_router_interface => generated 309 bytes in 803 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: 669/1272] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:01:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:01:54.027 8 INFO neutron.api.v2.resource [None req-7173bdca-0fff-4a98-9eb6-4353c78ca2d9 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 604/1273] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:01:53 2026] PUT /v2.0/routers/2525389c-5944-43fd-bf31-c839471b52da/remove_router_interface => generated 197 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1274] 10.0.0.20 () {32 vars in 735 bytes} [Thu Apr 2 10:01:54 2026] GET /v2.0/ports?device_id=2525389c-5944-43fd-bf31-c839471b52da => 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: 670/1275] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:01:53 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) 2026-04-02 10:01:54.126 7 INFO neutron.db.securitygroups_db [None req-24b67b53-782e-4379-9f1e-15a00d66abdf 5a0070d1c6be4f12b9247b071c583a5c 77e68d089149463b8bdd3b991b0900de - - default default] Project 77e68d089149463b8bdd3b991b0900de 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: 671/1276] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:01:54 2026] POST /v2.0/security-group-rules => generated 607 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:01:54.216 8 INFO neutron_taas.services.taas.taas_plugin [None req-3147b5ee-ccea-4a93-9ad7-732cf20a2127 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] TaaS: Handle Delete Port: 21303f7d-029f-45c9-b84e-0ecdd8a314e1 2026-04-02 10:01:54.219 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3147b5ee-ccea-4a93-9ad7-732cf20a2127 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] Tap Mirror: Handle Delete Port: 21303f7d-029f-45c9-b84e-0ecdd8a314e1 [pid: 7|app: 0|req: 672/1277] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:01:54 2026] DELETE /v2.0/security-groups/d41e029d-9b47-4290-bfba-1b42ec53e855 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:01:54.322 7 INFO neutron.db.securitygroups_db [None req-7cb68e7f-f0ae-4198-a08e-7f6383708923 5a0070d1c6be4f12b9247b071c583a5c 77e68d089149463b8bdd3b991b0900de - - default default] Project 77e68d089149463b8bdd3b991b0900de 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: 673/1278] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:01:54 2026] POST /v2.0/security-group-rules => generated 606 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:01:54.442 7 INFO neutron.api.v2.resource [None req-84c87516-a0f4-47f9-ace4-4860263ac245 bcd0225d005049738138c97a800d3951 a09486ee8a2048d29e8af026578c8bc2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 674/1279] 10.0.0.20 () {32 vars in 736 bytes} [Thu Apr 2 10:01:54 2026] GET /v2.0/security-groups/d41e029d-9b47-4290-bfba-1b42ec53e855 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:01:54.570 8 INFO neutron.services.segments.plugin [-] Segment c00b8d3c-0392-4689-b8b2-3cbe93fcd5b1 resource provider aggregate not found 2026-04-02 10:01:54.575 8 INFO neutron.services.segments.plugin [-] Segment c00b8d3c-0392-4689-b8b2-3cbe93fcd5b1 resource provider aggregate not found 2026-04-02 10:01:54.591 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b44dcfa-df32-4b3f-8d82-79b949730b64 bcd0225d005049738138c97a800d3951 a09486ee8a2048d29e8af026578c8bc2 - - default default] TaaS: Handle Delete Port: 6b36f0cf-d8de-4a67-a493-805358f7bc5b 2026-04-02 10:01:54.593 8 INFO neutron.services.segments.plugin [-] Segment c00b8d3c-0392-4689-b8b2-3cbe93fcd5b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c00b8d3c-0392-4689-b8b2-3cbe93fcd5b1 found for delete ", "request_id": "req-85accb6d-23c4-45b0-bd12-0fff2429194c"}]} 2026-04-02 10:01:54.594 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b44dcfa-df32-4b3f-8d82-79b949730b64 bcd0225d005049738138c97a800d3951 a09486ee8a2048d29e8af026578c8bc2 - - default default] Tap Mirror: Handle Delete Port: 6b36f0cf-d8de-4a67-a493-805358f7bc5b 2026-04-02 10:01:54.597 8 INFO neutron.services.segments.plugin [-] Segment c00b8d3c-0392-4689-b8b2-3cbe93fcd5b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c00b8d3c-0392-4689-b8b2-3cbe93fcd5b1 found for delete ", "request_id": "req-055e381e-46b1-4f3d-a98d-a4b71d87e7a4"}]} 2026-04-02 10:01:54.597 8 INFO neutron.db.l3_hamode_db [None req-3147b5ee-ccea-4a93-9ad7-732cf20a2127 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] HA network 3cd8fd6c-94dc-4b46-9fc2-9a6d745ddc59 was deleted as no HA routers are present in tenant 684af8d6ec9d4a92889707738aab03c8. [pid: 8|app: 0|req: 606/1280] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:54 2026] DELETE /v2.0/routers/2525389c-5944-43fd-bf31-c839471b52da => generated 0 bytes in 549 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1281] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:54 2026] DELETE /v2.0/subnets/457d9525-951e-4c63-a645-76992a04338b => 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: 675/1282] 10.0.0.20 () {32 vars in 731 bytes} [Thu Apr 2 10:01:54 2026] DELETE /v2.0/floatingips/ba108b43-1ab7-44f2-9050-48a5d667b797 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1283] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:01:54 2026] DELETE /v2.0/networks/383d363c-301b-4ad2-aab2-89cf75fc3356 => 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: 609/1284] 10.0.0.20 () {32 vars in 648 bytes} [Thu Apr 2 10:01:54 2026] GET /v2.0/networks => generated 1298 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:01:54.957 8 INFO neutron.db.segments_db [None req-e0685dae-385e-4d32-a19f-1ddb7bf96304 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] Added segment 92a25ffc-3a26-48da-8a4e-1d033a9c5b2c of type vxlan for network 8abca430-bf07-4d24-aa83-e17a1cc4fdfe [pid: 8|app: 0|req: 610/1285] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:01:54 2026] POST /v2.0/networks => generated 615 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1286] 10.0.0.229 () {34 vars in 1098 bytes} [Thu Apr 2 10:01:55 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-400829839&fields=id&tenant_id=77e68d089149463b8bdd3b991b0900de => generated 69 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:01:55.079 7 INFO neutron_taas.services.taas.taas_plugin [None req-d430d1e8-977a-4b33-983d-60570c81d310 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 3d5f62f4-c9ba-4207-9f12-bbe30b17be1d 2026-04-02 10:01:55.082 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d430d1e8-977a-4b33-983d-60570c81d310 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 3d5f62f4-c9ba-4207-9f12-bbe30b17be1d [pid: 8|app: 0|req: 612/1287] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:01:55 2026] POST /v2.0/subnets => generated 646 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1288] 10.0.0.229 () {34 vars in 982 bytes} [Thu Apr 2 10:01:55 2026] GET /v2.0/networks?id=108df791-efe6-46c9-a59b-5e6a3625e56b => generated 661 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:55.286 8 INFO neutron.db.segments_db [None req-b3c48bc9-9425-4e87-ba02-4e688ed72ea7 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] Added segment 98b3e13d-c707-45dd-88a4-c821b8b528d5 of type vxlan for network fe428d61-a158-420c-b3c8-8ab3f2969eec 2026-04-02 10:01:55.491 8 INFO neutron.db.l3_hamode_db [None req-b3c48bc9-9425-4e87-ba02-4e688ed72ea7 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 676/1289] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:01:54 2026] PUT /v2.0/routers/a310430b-1536-4346-9a06-565ace6e1493/remove_router_interface => generated 309 bytes in 758 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1290] 10.0.0.229 () {34 vars in 965 bytes} [Thu Apr 2 10:01:55 2026] GET /v2.0/quotas/77e68d089149463b8bdd3b991b0900de => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:55.609 8 INFO neutron.db.l3_hamode_db [None req-b3c48bc9-9425-4e87-ba02-4e688ed72ea7 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 10:01:55.659 7 INFO neutron_taas.services.taas.taas_plugin [None req-b75542e3-dbda-4a55-a597-1799cfe4aae4 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 01fd3008-cf15-47ef-bf1f-4f53cb3592cd 2026-04-02 10:01:55.661 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b75542e3-dbda-4a55-a597-1799cfe4aae4 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 01fd3008-cf15-47ef-bf1f-4f53cb3592cd 2026-04-02 10:01:55.840 7 INFO neutron_taas.services.taas.taas_plugin [None req-b75542e3-dbda-4a55-a597-1799cfe4aae4 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: fc676296-fbb3-4918-9bbb-c7c16b5be512 2026-04-02 10:01:55.842 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b75542e3-dbda-4a55-a597-1799cfe4aae4 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: fc676296-fbb3-4918-9bbb-c7c16b5be512 2026-04-02 10:01:56.198 7 INFO neutron.services.segments.plugin [-] Segment 35b30968-beda-4321-9d83-725064b05e40 resource provider aggregate not found 2026-04-02 10:01:56.201 7 INFO neutron.services.segments.plugin [-] Segment 35b30968-beda-4321-9d83-725064b05e40 resource provider aggregate not found 2026-04-02 10:01:56.218 7 INFO neutron.db.l3_hamode_db [None req-b75542e3-dbda-4a55-a597-1799cfe4aae4 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] HA network d8ea912d-e00b-466f-a593-4e9cec15640c was deleted as no HA routers are present in tenant a09486ee8a2048d29e8af026578c8bc2. 2026-04-02 10:01:56.219 7 INFO neutron.services.segments.plugin [-] Segment 35b30968-beda-4321-9d83-725064b05e40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35b30968-beda-4321-9d83-725064b05e40 found for delete ", "request_id": "req-a4573f2f-6c39-4693-8a26-238e19b477bb"}]} [pid: 8|app: 0|req: 614/1291] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:01:55 2026] POST /v2.0/routers => generated 510 bytes in 964 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:01:56.220 7 INFO neutron.services.segments.plugin [-] Segment 35b30968-beda-4321-9d83-725064b05e40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35b30968-beda-4321-9d83-725064b05e40 found for delete ", "request_id": "req-96a1cee4-135e-459d-b357-255c075e7e8b"}]} [pid: 7|app: 0|req: 678/1292] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:55 2026] DELETE /v2.0/routers/a310430b-1536-4346-9a06-565ace6e1493 => generated 0 bytes in 715 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1293] 10.0.0.229 () {34 vars in 1002 bytes} [Thu Apr 2 10:01:56 2026] GET /v2.0/ports?tenant_id=77e68d089149463b8bdd3b991b0900de&fields=id => generated 57 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1294] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:56 2026] DELETE /v2.0/subnets/30736eb1-9c68-4b20-afa2-432ef6b41ce5 => 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: 617/1295] 10.0.0.229 () {34 vars in 1008 bytes} [Thu Apr 2 10:01:56 2026] GET /v2.0/networks/108df791-efe6-46c9-a59b-5e6a3625e56b?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: 618/1296] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:56 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:56.616 8 INFO neutron.services.segments.plugin [-] Segment e0b3bb27-06f7-498e-81d1-b52e038fd0da resource provider aggregate not found 2026-04-02 10:01:56.621 8 INFO neutron.services.segments.plugin [-] Segment e0b3bb27-06f7-498e-81d1-b52e038fd0da resource provider aggregate not found 2026-04-02 10:01:56.633 8 INFO neutron.services.segments.plugin [-] Segment e0b3bb27-06f7-498e-81d1-b52e038fd0da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0b3bb27-06f7-498e-81d1-b52e038fd0da found for delete ", "request_id": "req-7d5b061e-84c7-4a29-bf16-d00d4be541f8"}]} 2026-04-02 10:01:56.639 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb9c9630-fcf7-4f61-be28-9d60811fd770 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 19a8bf18-5405-49e6-93fb-2b1f31029d9f 2026-04-02 10:01:56.642 8 INFO neutron.services.segments.plugin [-] Segment e0b3bb27-06f7-498e-81d1-b52e038fd0da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0b3bb27-06f7-498e-81d1-b52e038fd0da found for delete ", "request_id": "req-5806c1e6-27d1-4a26-b685-0eb046a825fa"}]} 2026-04-02 10:01:56.643 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb9c9630-fcf7-4f61-be28-9d60811fd770 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 19a8bf18-5405-49e6-93fb-2b1f31029d9f [pid: 8|app: 0|req: 619/1297] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:01:56 2026] DELETE /v2.0/networks/e2e029e9-e17d-4ae8-b6e8-5e4ec8f1c200 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1298] 10.0.0.229 () {34 vars in 1108 bytes} [Thu Apr 2 10:01:56 2026] GET /v2.0/networks/108df791-efe6-46c9-a59b-5e6a3625e56b?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: 621/1299] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:56 2026] GET /v2.0/security-groups?id=32ccb1f7-bac4-4f35-b965-78aaa4b344ab&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1300] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:56 2026] GET /v2.0/ports?device_id=4d826165-d51f-4a8e-b910-a71c44ce8639 => 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: 623/1301] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:01:57 2026] GET /v2.0/security-groups?tenant_id=a09486ee8a2048d29e8af026578c8bc2&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: 624/1302] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:01:57 2026] DELETE /v2.0/security-groups/d91cf210-ef3b-44ac-a12a-93ad8dddbf14 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1303] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:57 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => 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: 679/1304] 10.0.0.20 () {34 vars in 782 bytes} [Thu Apr 2 10:01:56 2026] PUT /v2.0/routers/0461cd80-5b9a-4d03-b1d9-430340c457f7/add_router_interface => generated 309 bytes in 1018 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1305] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:57 2026] GET /v2.0/security-groups?id=32ccb1f7-bac4-4f35-b965-78aaa4b344ab&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1306] 10.0.0.20 () {32 vars in 716 bytes} [Thu Apr 2 10:01:57 2026] GET /v2.0/ports/be6e16a0-af84-4cd1-9546-33c909cd64d0 => generated 959 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:57.717 8 INFO neutron_taas.services.taas.taas_plugin [None req-48a50ccc-8d03-4e88-9079-707d3f7c08f6 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] TaaS: Handle Delete Port: be6e16a0-af84-4cd1-9546-33c909cd64d0 2026-04-02 10:01:57.720 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48a50ccc-8d03-4e88-9079-707d3f7c08f6 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] Tap Mirror: Handle Delete Port: be6e16a0-af84-4cd1-9546-33c909cd64d0 [pid: 7|app: 0|req: 681/1307] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:58 2026] GET /v2.0/ports?device_id=4d826165-d51f-4a8e-b910-a71c44ce8639 => 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: 627/1308] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:01:57 2026] PUT /v2.0/routers/0461cd80-5b9a-4d03-b1d9-430340c457f7/remove_router_interface => generated 309 bytes in 764 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1309] 10.0.0.20 () {32 vars in 735 bytes} [Thu Apr 2 10:01:58 2026] GET /v2.0/ports?device_id=0461cd80-5b9a-4d03-b1d9-430340c457f7 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:01:58.310 8 INFO neutron_taas.services.taas.taas_plugin [None req-55148d7d-eee8-414f-9899-6068aefb1b40 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] TaaS: Handle Delete Port: c1bf0fb9-02c0-4443-85ee-971e6ccbb861 2026-04-02 10:01:58.313 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55148d7d-eee8-414f-9899-6068aefb1b40 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] Tap Mirror: Handle Delete Port: c1bf0fb9-02c0-4443-85ee-971e6ccbb861 [pid: 7|app: 0|req: 683/1310] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:58 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1311] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:01:58 2026] GET /v2.0/security-groups?id=32ccb1f7-bac4-4f35-b965-78aaa4b344ab&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:01:58.584 8 INFO neutron.db.l3_hamode_db [None req-55148d7d-eee8-414f-9899-6068aefb1b40 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] HA network fe428d61-a158-420c-b3c8-8ab3f2969eec was deleted as no HA routers are present in tenant 684af8d6ec9d4a92889707738aab03c8. [pid: 8|app: 0|req: 628/1312] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:58 2026] DELETE /v2.0/routers/0461cd80-5b9a-4d03-b1d9-430340c457f7 => generated 0 bytes in 434 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:01:58.656 8 INFO neutron.services.segments.plugin [-] Segment 27856bfa-e39f-4ed4-9749-8b972b4d3081 resource provider aggregate not found 2026-04-02 10:01:58.667 8 INFO neutron.services.segments.plugin [-] Segment 27856bfa-e39f-4ed4-9749-8b972b4d3081 resource provider aggregate not found 2026-04-02 10:01:58.672 8 INFO neutron.services.segments.plugin [-] Segment 27856bfa-e39f-4ed4-9749-8b972b4d3081 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27856bfa-e39f-4ed4-9749-8b972b4d3081 found for delete ", "request_id": "req-68b4ad2e-ccb0-4387-b5c4-857c0e49f888"}]} 2026-04-02 10:01:58.683 8 INFO neutron.services.segments.plugin [-] Segment 98b3e13d-c707-45dd-88a4-c821b8b528d5 resource provider aggregate not found 2026-04-02 10:01:58.686 8 INFO neutron.services.segments.plugin [-] Segment 27856bfa-e39f-4ed4-9749-8b972b4d3081 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27856bfa-e39f-4ed4-9749-8b972b4d3081 found for delete ", "request_id": "req-7470dd5d-a927-4099-9411-bc4b676e9b33"}]} 2026-04-02 10:01:58.695 8 INFO neutron.services.segments.plugin [-] Segment 98b3e13d-c707-45dd-88a4-c821b8b528d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98b3e13d-c707-45dd-88a4-c821b8b528d5 found for delete ", "request_id": "req-f35508c6-9492-4e80-bffd-7cd1f0cf16c9"}]} 2026-04-02 10:01:58.700 8 INFO neutron.services.segments.plugin [-] Segment 98b3e13d-c707-45dd-88a4-c821b8b528d5 resource provider aggregate not found 2026-04-02 10:01:58.712 8 INFO neutron.services.segments.plugin [-] Segment 98b3e13d-c707-45dd-88a4-c821b8b528d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98b3e13d-c707-45dd-88a4-c821b8b528d5 found for delete ", "request_id": "req-8ceb3b91-a6ee-4051-b14b-3a7e56778047"}]} [pid: 7|app: 0|req: 685/1313] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:01:58 2026] DELETE /v2.0/subnets/e79ec666-37bb-4172-811b-9dc8402ae6e3 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1314] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:01:58 2026] DELETE /v2.0/networks/8abca430-bf07-4d24-aa83-e17a1cc4fdfe => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:01:58.978 8 INFO neutron.db.segments_db [None req-acc8c63f-f1cb-47b1-8797-7a141a9d07ef c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] Added segment 8026362f-d391-4904-8121-3ca27dd5cba6 of type vxlan for network 50ecb317-5682-47cb-b823-bbc8791a4a16 2026-04-02 10:01:59.188 7 INFO neutron.db.segments_db [None req-cf6bc959-1979-46f4-9390-a67f015615b9 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment 21a1ed3c-a8ff-4719-8357-dc29395aff5a of type vxlan for network 7ff4a518-c8e5-4a9b-87d9-a71e625e5ac8 2026-04-02 10:01:59.235 8 INFO neutron.db.l3_hamode_db [None req-acc8c63f-f1cb-47b1-8797-7a141a9d07ef c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 686/1315] 10.0.0.20 () {34 vars in 670 bytes} [Thu Apr 2 10:01:58 2026] POST /v2.0/networks => generated 727 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1316] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:01:59 2026] GET /v2.0/ports?device_id=4d826165-d51f-4a8e-b910-a71c44ce8639 => 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: 688/1317] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:01:59 2026] POST /v2.0/subnets => generated 693 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:01:59.498 7 INFO neutron.db.segments_db [None req-9dec3fd2-4dc6-4bf7-9516-b0d3d7fa8e2f 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment ef4f38ec-4da1-44cc-9c78-f0f69141909f of type vxlan for network 0d040ed8-4d0d-476e-8715-bcbda53b8ca2 2026-04-02 10:01:59.756 7 INFO neutron.db.l3_hamode_db [None req-9dec3fd2-4dc6-4bf7-9516-b0d3d7fa8e2f 4622e6aab95146f982a3d0c3b8a409dc 8d72c9282c9e495eb8be0f90c84122de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 10:01:59.943 8 INFO neutron.db.l3_hamode_db [None req-acc8c63f-f1cb-47b1-8797-7a141a9d07ef c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 10:02:00.454 7 INFO neutron.db.l3_hamode_db [None req-9dec3fd2-4dc6-4bf7-9516-b0d3d7fa8e2f 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 10:02:00.716 8 INFO neutron.services.segments.plugin [-] Segment 92a25ffc-3a26-48da-8a4e-1d033a9c5b2c resource provider aggregate not found 2026-04-02 10:02:00.739 8 INFO neutron.services.segments.plugin [-] Segment 92a25ffc-3a26-48da-8a4e-1d033a9c5b2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92a25ffc-3a26-48da-8a4e-1d033a9c5b2c found for delete ", "request_id": "req-30f4f14b-9d36-4285-9998-a8a31085c1fd"}]} 2026-04-02 10:02:00.741 8 INFO neutron.services.segments.plugin [-] Segment 92a25ffc-3a26-48da-8a4e-1d033a9c5b2c resource provider aggregate not found 2026-04-02 10:02:00.763 8 INFO neutron.services.segments.plugin [-] Segment 92a25ffc-3a26-48da-8a4e-1d033a9c5b2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92a25ffc-3a26-48da-8a4e-1d033a9c5b2c found for delete ", "request_id": "req-14a0e304-1ccb-455d-b2f8-4d46cef8c321"}]} [pid: 8|app: 0|req: 630/1318] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:01:58 2026] POST /v2.0/routers => generated 692 bytes in 1882 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1319] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:00 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => 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: 632/1320] 199.204.45.155 () {34 vars in 994 bytes} [Thu Apr 2 10:02:00 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1321] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:00 2026] GET /v2.0/ports?device_id=4d826165-d51f-4a8e-b910-a71c44ce8639 => 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: 634/1322] 10.0.0.20 () {32 vars in 720 bytes} [Thu Apr 2 10:02:00 2026] GET /v2.0/routers/88c4be18-d14a-4807-9e22-c8b4c6cea705 => generated 698 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1323] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:02:00 2026] GET /v2.0/security-groups?id=32ccb1f7-bac4-4f35-b965-78aaa4b344ab&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:02:01.082 8 INFO neutron_taas.services.taas.taas_plugin [req-fce83288-0969-46ac-8342-0051ec6d7d1d req-99eb6566-19c8-4313-96c3-c46508b30623 a1234f2c143e4b99b020939ed875e477 beda3a3266514b2785c594648db1dc9c - - default default] TaaS: Handle Delete Port: 98bcabc8-7562-4715-ac51-3acb154ab171 2026-04-02 10:02:01.086 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fce83288-0969-46ac-8342-0051ec6d7d1d req-99eb6566-19c8-4313-96c3-c46508b30623 a1234f2c143e4b99b020939ed875e477 beda3a3266514b2785c594648db1dc9c - - default default] Tap Mirror: Handle Delete Port: 98bcabc8-7562-4715-ac51-3acb154ab171 2026-04-02 10:02:01.196 8 INFO neutron.db.l3_db [req-fce83288-0969-46ac-8342-0051ec6d7d1d req-99eb6566-19c8-4313-96c3-c46508b30623 a1234f2c143e4b99b020939ed875e477 beda3a3266514b2785c594648db1dc9c - - default default] Floating IP 3a1b393b-e7eb-4068-a484-c6d12ec4b0cc disassociated. External IP: 10.96.250.216, port: 98bcabc8-7562-4715-ac51-3acb154ab171. [pid: 7|app: 0|req: 689/1324] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:01:59 2026] POST /v2.0/routers => generated 733 bytes in 1818 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1325] 10.0.0.20 () {32 vars in 646 bytes} [Thu Apr 2 10:02:01 2026] GET /v2.0/routers => generated 701 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1326] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:02:01 2026] GET /v2.0/networks?id=108df791-efe6-46c9-a59b-5e6a3625e56b => generated 661 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1327] 199.204.45.155 () {36 vars in 997 bytes} [Thu Apr 2 10:02:00 2026] DELETE /v2.0/ports/98bcabc8-7562-4715-ac51-3acb154ab171 => generated 0 bytes in 530 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:02:01.556 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-31a52499-b08f-4d4d-ae91-e145ecf0a2c3'] response: {'server_uuid': 'dabeade7-bb70-4cf8-b0c1-8e0be7310a0a', 'name': 'network-vif-deleted', 'tag': '98bcabc8-7562-4715-ac51-3acb154ab171', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 637/1328] 10.0.0.20 () {34 vars in 740 bytes} [Thu Apr 2 10:02:01 2026] PUT /v2.0/routers/88c4be18-d14a-4807-9e22-c8b4c6cea705 => generated 705 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1329] 199.204.45.155 () {34 vars in 1050 bytes} [Thu Apr 2 10:02:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=77e68d089149463b8bdd3b991b0900de => generated 180 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1330] 10.0.0.20 () {32 vars in 720 bytes} [Thu Apr 2 10:02:01 2026] GET /v2.0/routers/88c4be18-d14a-4807-9e22-c8b4c6cea705 => generated 705 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1331] 199.204.45.155 () {38 vars in 955 bytes} [Thu Apr 2 10:02:01 2026] POST /v2.0/ports => generated 958 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 641/1332] 10.0.0.20 () {32 vars in 735 bytes} [Thu Apr 2 10:02:02 2026] GET /v2.0/ports?device_id=88c4be18-d14a-4807-9e22-c8b4c6cea705 => 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: 642/1333] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:02 2026] GET /v2.0/ports?device_id=4d826165-d51f-4a8e-b910-a71c44ce8639 => generated 961 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1334] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:02 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => 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: 692/1335] 10.0.0.20 () {34 vars in 782 bytes} [Thu Apr 2 10:02:01 2026] PUT /v2.0/routers/b25bbcf1-9823-4ee8-9f43-68cd1b33fc08/add_router_interface => generated 309 bytes in 1101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:02:02.667 7 INFO neutron_taas.services.taas.taas_plugin [None req-04e92878-1c3c-4c4b-a760-cd1056375738 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] TaaS: Handle Delete Port: 927e703d-9bd2-4340-a5e6-5ec74fe1cd14 2026-04-02 10:02:02.670 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04e92878-1c3c-4c4b-a760-cd1056375738 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] Tap Mirror: Handle Delete Port: 927e703d-9bd2-4340-a5e6-5ec74fe1cd14 [pid: 8|app: 0|req: 644/1336] 199.204.45.155 () {38 vars in 1028 bytes} [Thu Apr 2 10:02:02 2026] PUT /v2.0/ports/c5c1168b-71c4-450a-a8e5-12ddabbb1d9a => generated 1239 bytes in 352 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: 645/1337] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:02:02 2026] GET /v2.0/security-groups?id=2b7c7071-983b-4b1b-9506-8ad1157d412d&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-04-02 10:02:02.872 7 INFO neutron_taas.services.taas.taas_plugin [None req-04e92878-1c3c-4c4b-a760-cd1056375738 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] TaaS: Handle Delete Port: 68918417-33ba-4690-bb58-dbde27311065 2026-04-02 10:02:02.875 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04e92878-1c3c-4c4b-a760-cd1056375738 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] Tap Mirror: Handle Delete Port: 68918417-33ba-4690-bb58-dbde27311065 2026-04-02 10:02:03.264 7 INFO neutron.services.segments.plugin [-] Segment 8026362f-d391-4904-8121-3ca27dd5cba6 resource provider aggregate not found 2026-04-02 10:02:03.271 7 INFO neutron.services.segments.plugin [-] Segment 8026362f-d391-4904-8121-3ca27dd5cba6 resource provider aggregate not found 2026-04-02 10:02:03.287 7 INFO neutron.services.segments.plugin [-] Segment 8026362f-d391-4904-8121-3ca27dd5cba6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8026362f-d391-4904-8121-3ca27dd5cba6 found for delete ", "request_id": "req-10083fa9-94fe-4dca-ba5a-4da97b4d76ff"}]} 2026-04-02 10:02:03.290 7 INFO neutron.services.segments.plugin [-] Segment 8026362f-d391-4904-8121-3ca27dd5cba6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8026362f-d391-4904-8121-3ca27dd5cba6 found for delete ", "request_id": "req-0cb03713-af92-4183-b86d-2a8cbc12313d"}]} 2026-04-02 10:02:03.314 7 INFO neutron.db.l3_hamode_db [None req-04e92878-1c3c-4c4b-a760-cd1056375738 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] HA network 50ecb317-5682-47cb-b823-bbc8791a4a16 was deleted as no HA routers are present in tenant 684af8d6ec9d4a92889707738aab03c8. [pid: 7|app: 0|req: 693/1340] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:02:02 2026] DELETE /v2.0/routers/88c4be18-d14a-4807-9e22-c8b4c6cea705 => generated 0 bytes in 853 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1341] 10.0.0.20 () {32 vars in 735 bytes} [Thu Apr 2 10:02:03 2026] GET /v2.0/ports?device_id=88c4be18-d14a-4807-9e22-c8b4c6cea705 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:02:03.385 7 INFO neutron.api.v2.resource [None req-e95674bf-5d94-4a87-836e-0785d77371d9 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 694/1342] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:02:03 2026] DELETE /v2.0/routers/88c4be18-d14a-4807-9e22-c8b4c6cea705 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1343] 10.0.0.20 () {32 vars in 735 bytes} [Thu Apr 2 10:02:03 2026] GET /v2.0/ports?device_id=0461cd80-5b9a-4d03-b1d9-430340c457f7 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:02:03.433 8 INFO neutron.api.v2.resource [None req-bb9c7e3c-69b2-4291-9b6b-c324b0aa2312 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 650/1344] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:02:03 2026] DELETE /v2.0/routers/0461cd80-5b9a-4d03-b1d9-430340c457f7 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:02:03.449 8 INFO neutron.pecan_wsgi.hooks.translation [None req-150dd628-202c-4ded-be09-2546c09ee4af c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 651/1345] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:02:03 2026] DELETE /v2.0/subnets/e79ec666-37bb-4172-811b-9dc8402ae6e3 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1346] 10.0.0.20 () {32 vars in 735 bytes} [Thu Apr 2 10:02:03 2026] GET /v2.0/ports?device_id=2525389c-5944-43fd-bf31-c839471b52da => 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: 695/1347] 10.0.0.229 () {34 vars in 982 bytes} [Thu Apr 2 10:02:03 2026] GET /v2.0/networks?id=7ff4a518-c8e5-4a9b-87d9-a71e625e5ac8 => generated 678 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1348] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:03 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:02:03.513 7 INFO neutron.api.v2.resource [None req-4e43b0df-25e8-4899-90ef-7a56a405d1c3 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 696/1349] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:02:03 2026] DELETE /v2.0/routers/2525389c-5944-43fd-bf31-c839471b52da => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1350] 10.0.0.229 () {34 vars in 965 bytes} [Thu Apr 2 10:02:03 2026] GET /v2.0/quotas/8d72c9282c9e495eb8be0f90c84122de => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:02:03.535 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c73fb747-811d-4820-88ec-5718fe663af4 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 697/1351] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:02:03 2026] DELETE /v2.0/subnets/457d9525-951e-4c63-a645-76992a04338b => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1352] 10.0.0.20 () {32 vars in 735 bytes} [Thu Apr 2 10:02:03 2026] GET /v2.0/ports?device_id=6871cfb4-1a44-4b52-b880-3a440c639d87 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:02:03.577 7 INFO neutron.api.v2.resource [None req-3d0997ea-58d8-4961-9764-d746cdccb3da c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 699/1353] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:02:03 2026] DELETE /v2.0/routers/6871cfb4-1a44-4b52-b880-3a440c639d87 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:02:03.601 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d51bfab3-267f-40b9-94c3-80cb48b80978'] response: {'name': 'network-changed', 'server_uuid': '4d826165-d51f-4a8e-b910-a71c44ce8639', 'tag': 'c5c1168b-71c4-450a-a8e5-12ddabbb1d9a', 'status': 'completed', 'code': 200} 2026-04-02 10:02:03.617 7 INFO neutron.pecan_wsgi.hooks.translation [None req-55c74198-f18e-471a-87c9-150b7d7cf5f8 c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 700/1354] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:02:03 2026] DELETE /v2.0/subnets/be5bc519-674b-4395-9ed8-1ee9a3ca9516 => generated 136 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1355] 10.0.0.229 () {34 vars in 1002 bytes} [Thu Apr 2 10:02:03 2026] GET /v2.0/ports?tenant_id=8d72c9282c9e495eb8be0f90c84122de&fields=id => generated 57 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:02:03.641 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bb17bc5f-afd5-46f1-87c3-bfede853b87e c1e0e530b628447c84e847a6ad7b0957 684af8d6ec9d4a92889707738aab03c8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 701/1356] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:02:03 2026] DELETE /v2.0/subnets/0eff2cc2-d79b-4307-bebb-75329a8a671f => 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: 656/1357] 10.0.0.229 () {34 vars in 1008 bytes} [Thu Apr 2 10:02:03 2026] GET /v2.0/networks/7ff4a518-c8e5-4a9b-87d9-a71e625e5ac8?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: 702/1358] 10.0.0.229 () {34 vars in 1108 bytes} [Thu Apr 2 10:02:03 2026] GET /v2.0/networks/7ff4a518-c8e5-4a9b-87d9-a71e625e5ac8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1359] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:02:03 2026] GET /v2.0/ports?tenant_id=77e68d089149463b8bdd3b991b0900de&device_id=4d826165-d51f-4a8e-b910-a71c44ce8639 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1360] 199.204.45.155 () {34 vars in 1060 bytes} [Thu Apr 2 10:02:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=c5c1168b-71c4-450a-a8e5-12ddabbb1d9a => 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: 658/1361] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:02:03 2026] GET /v2.0/subnets?id=4b164f96-d75b-4b12-b5be-6f288810e5ed => generated 678 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1362] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:02:03 2026] GET /v2.0/ports?network_id=108df791-efe6-46c9-a59b-5e6a3625e56b&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: 704/1363] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:03 2026] GET /v2.0/ports?device_id=4d826165-d51f-4a8e-b910-a71c44ce8639 => generated 973 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1364] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:03 2026] GET /v2.0/ports?device_id=43ed6a85-fb5b-46f0-9cb6-04619c06e9c0 => 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: 661/1365] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:02:03 2026] GET /v2.0/security-groups?id=2b7c7071-983b-4b1b-9506-8ad1157d412d&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: 705/1366] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:02:03 2026] GET /v2.0/networks/108df791-efe6-46c9-a59b-5e6a3625e56b?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1367] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:02:03 2026] GET /v2.0/networks/108df791-efe6-46c9-a59b-5e6a3625e56b?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: 706/1368] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:04 2026] GET /v2.0/security-groups?tenant_id=684af8d6ec9d4a92889707738aab03c8&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1369] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:04 2026] DELETE /v2.0/security-groups/38012c6f-7151-4cde-b22d-eeed5fdbb6a6 => 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: 707/1370] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:04 2026] GET /v2.0/ports?device_id=dabeade7-bb70-4cf8-b0c1-8e0be7310a0a => 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: 664/1371] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:04 2026] GET /v2.0/ports?device_id=43ed6a85-fb5b-46f0-9cb6-04619c06e9c0 => 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: 708/1372] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:05 2026] GET /v2.0/ports?device_id=4d826165-d51f-4a8e-b910-a71c44ce8639 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1373] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:02:05 2026] GET /v2.0/ports?tenant_id=77e68d089149463b8bdd3b991b0900de&device_id=4d826165-d51f-4a8e-b910-a71c44ce8639 => generated 1242 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1374] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:02:05 2026] GET /v2.0/security-groups?id=2b7c7071-983b-4b1b-9506-8ad1157d412d&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: 666/1375] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:02:05 2026] GET /v2.0/networks?id=108df791-efe6-46c9-a59b-5e6a3625e56b => generated 757 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1376] 199.204.45.155 () {34 vars in 1060 bytes} [Thu Apr 2 10:02:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=c5c1168b-71c4-450a-a8e5-12ddabbb1d9a => 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: 667/1377] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:02:05 2026] GET /v2.0/subnets?id=4b164f96-d75b-4b12-b5be-6f288810e5ed => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1378] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:02:05 2026] GET /v2.0/ports?network_id=108df791-efe6-46c9-a59b-5e6a3625e56b&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1379] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:02:05 2026] GET /v2.0/networks/108df791-efe6-46c9-a59b-5e6a3625e56b?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: 712/1380] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:02:05 2026] GET /v2.0/networks/108df791-efe6-46c9-a59b-5e6a3625e56b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1381] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:06 2026] GET /v2.0/ports?device_id=43ed6a85-fb5b-46f0-9cb6-04619c06e9c0 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1382] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:05 2026] DELETE /v2.0/security-groups/32ccb1f7-bac4-4f35-b965-78aaa4b344ab => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:02:06.149 7 INFO neutron.api.v2.resource [None req-cd3e9f83-c41e-4225-9927-05d43cfb6f6e a1234f2c143e4b99b020939ed875e477 beda3a3266514b2785c594648db1dc9c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 714/1383] 10.0.0.20 () {32 vars in 736 bytes} [Thu Apr 2 10:02:06 2026] GET /v2.0/security-groups/32ccb1f7-bac4-4f35-b965-78aaa4b344ab => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1384] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:06 2026] GET /v2.0/ports?device_id=4d826165-d51f-4a8e-b910-a71c44ce8639 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1385] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:02:06 2026] GET /v2.0/security-groups?id=2b7c7071-983b-4b1b-9506-8ad1157d412d&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:02:06.262 8 INFO neutron_taas.services.taas.taas_plugin [None req-530673bb-3de0-4667-8746-4a83d4fbbedb a1234f2c143e4b99b020939ed875e477 beda3a3266514b2785c594648db1dc9c - - default default] TaaS: Handle Delete Port: 4fbfe2d2-3895-4d77-ba5c-b021f2bbac57 2026-04-02 10:02:06.264 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-530673bb-3de0-4667-8746-4a83d4fbbedb a1234f2c143e4b99b020939ed875e477 beda3a3266514b2785c594648db1dc9c - - default default] Tap Mirror: Handle Delete Port: 4fbfe2d2-3895-4d77-ba5c-b021f2bbac57 [pid: 8|app: 0|req: 670/1386] 10.0.0.20 () {32 vars in 731 bytes} [Thu Apr 2 10:02:06 2026] DELETE /v2.0/floatingips/3a1b393b-e7eb-4068-a484-c6d12ec4b0cc => generated 0 bytes in 255 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1387] 10.0.0.20 () {32 vars in 622 bytes} [Thu Apr 2 10:02:06 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: 672/1388] 10.0.0.20 () {32 vars in 632 bytes} [Thu Apr 2 10:02:06 2026] GET /v2.0/ => generated 632 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:02:06.851 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb223002-bd71-4aad-970c-c345a05ed447 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: f0dc4f3f-3b58-4af9-b506-8ff153f1d659 2026-04-02 10:02:06.853 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb223002-bd71-4aad-970c-c345a05ed447 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: f0dc4f3f-3b58-4af9-b506-8ff153f1d659 [pid: 8|app: 0|req: 673/1389] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:07 2026] GET /v2.0/ports?device_id=43ed6a85-fb5b-46f0-9cb6-04619c06e9c0 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1390] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:02:06 2026] PUT /v2.0/routers/12a725c8-96d6-4d2e-a450-93a499d018d5/remove_router_interface => generated 309 bytes in 1037 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1391] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:07 2026] GET /v2.0/ports?device_id=4d826165-d51f-4a8e-b910-a71c44ce8639 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1392] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:07 2026] GET /v2.0/security-groups?tenant_id=59a52fad672d420a8b77eeb3b82abf81&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1393] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:02:07 2026] GET /v2.0/security-groups?id=2b7c7071-983b-4b1b-9506-8ad1157d412d&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-04-02 10:02:07.709 7 INFO neutron_taas.services.taas.taas_plugin [None req-ba2f6051-d6bc-4508-a93c-f4388a289b7e 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 0b4b7f87-0ae3-42b2-b35b-5792f6dfbb04 2026-04-02 10:02:07.713 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba2f6051-d6bc-4508-a93c-f4388a289b7e 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 0b4b7f87-0ae3-42b2-b35b-5792f6dfbb04 [pid: 8|app: 0|req: 676/1394] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:07 2026] DELETE /v2.0/security-groups/547145cc-eac8-4938-8779-ef28c31b97f6 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:02:08.002 7 INFO neutron_taas.services.taas.taas_plugin [None req-ba2f6051-d6bc-4508-a93c-f4388a289b7e 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 25f47c28-6072-4bd8-a376-95788255599f 2026-04-02 10:02:08.007 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba2f6051-d6bc-4508-a93c-f4388a289b7e 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 25f47c28-6072-4bd8-a376-95788255599f [pid: 8|app: 0|req: 677/1395] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:08 2026] GET /v2.0/ports?device_id=43ed6a85-fb5b-46f0-9cb6-04619c06e9c0 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:02:08.379 7 INFO neutron.services.segments.plugin [-] Segment bbff7032-1eec-4852-b404-96b296c9ccf2 resource provider aggregate not found 2026-04-02 10:02:08.385 7 INFO neutron.services.segments.plugin [-] Segment bbff7032-1eec-4852-b404-96b296c9ccf2 resource provider aggregate not found 2026-04-02 10:02:08.402 7 INFO neutron.db.l3_hamode_db [None req-ba2f6051-d6bc-4508-a93c-f4388a289b7e 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] HA network 00b21630-f2bc-4ce7-a04b-b59291a56a4f was deleted as no HA routers are present in tenant beda3a3266514b2785c594648db1dc9c. 2026-04-02 10:02:08.411 7 INFO neutron.services.segments.plugin [-] Segment bbff7032-1eec-4852-b404-96b296c9ccf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbff7032-1eec-4852-b404-96b296c9ccf2 found for delete ", "request_id": "req-86c2430e-1303-40c4-9144-d9eb727474da"}]} [pid: 7|app: 0|req: 719/1396] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:02:07 2026] DELETE /v2.0/routers/12a725c8-96d6-4d2e-a450-93a499d018d5 => generated 0 bytes in 925 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:02:08.414 7 INFO neutron.services.segments.plugin [-] Segment bbff7032-1eec-4852-b404-96b296c9ccf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbff7032-1eec-4852-b404-96b296c9ccf2 found for delete ", "request_id": "req-7f880623-0b23-4a5e-b2ff-aba0fe032f88"}]} [pid: 8|app: 0|req: 678/1397] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:02:08 2026] DELETE /v2.0/subnets/13cf6fe5-67ff-41e7-b7d3-e3fcd3ea4539 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:02:08.689 7 INFO neutron_taas.services.taas.taas_plugin [None req-13ec2b89-94bd-4440-899c-2c6e1174f64b 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 8856532e-e30e-4aea-8fc5-06c4886e065b 2026-04-02 10:02:08.693 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13ec2b89-94bd-4440-899c-2c6e1174f64b 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 8856532e-e30e-4aea-8fc5-06c4886e065b [pid: 8|app: 0|req: 679/1398] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:02:08 2026] GET /v2.0/networks?id=7ff4a518-c8e5-4a9b-87d9-a71e625e5ac8 => generated 678 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1399] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:08 2026] GET /v2.0/ports?device_id=4d826165-d51f-4a8e-b910-a71c44ce8639 => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1400] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:02:08 2026] DELETE /v2.0/networks/5832242a-bac8-445a-83e1-0aad1fc74c95 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1401] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:02:08 2026] GET /v2.0/security-groups?id=2b7c7071-983b-4b1b-9506-8ad1157d412d&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: 681/1402] 199.204.45.155 () {38 vars in 955 bytes} [Thu Apr 2 10:02:08 2026] POST /v2.0/ports => generated 958 bytes in 359 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: 722/1403] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:09 2026] GET /v2.0/security-groups?tenant_id=beda3a3266514b2785c594648db1dc9c&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: 723/1404] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:09 2026] DELETE /v2.0/security-groups/bdc9d8df-533b-4cdc-b9d0-928decf393c8 => 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: 724/1405] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:09 2026] GET /v2.0/ports?device_id=43ed6a85-fb5b-46f0-9cb6-04619c06e9c0 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1406] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:02:09 2026] GET /v2.0/security-groups?id=cf107b12-b8c3-4802-9c24-5367c4db9de5&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: 682/1407] 199.204.45.155 () {38 vars in 1028 bytes} [Thu Apr 2 10:02:09 2026] PUT /v2.0/ports/88209906-6bd9-456d-ac78-08a903b07351 => generated 1239 bytes in 399 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:02:09.607 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-812dbc24-41de-4e2e-9e86-f6a5895e8244'] response: {'name': 'network-changed', 'server_uuid': '43ed6a85-fb5b-46f0-9cb6-04619c06e9c0', 'tag': '88209906-6bd9-456d-ac78-08a903b07351', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 726/1408] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:10 2026] GET /v2.0/ports?device_id=4d826165-d51f-4a8e-b910-a71c44ce8639 => generated 975 bytes in 94 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: 727/1409] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:02:10 2026] GET /v2.0/ports?tenant_id=8d72c9282c9e495eb8be0f90c84122de&device_id=43ed6a85-fb5b-46f0-9cb6-04619c06e9c0 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1410] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:02:10 2026] GET /v2.0/security-groups?id=2b7c7071-983b-4b1b-9506-8ad1157d412d&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1411] 199.204.45.155 () {34 vars in 1018 bytes} [Thu Apr 2 10:02:10 2026] GET /v2.0/networks?tenant_id=8d72c9282c9e495eb8be0f90c84122de&shared=False => generated 774 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1412] 199.204.45.155 () {34 vars in 930 bytes} [Thu Apr 2 10:02:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1413] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:10 2026] GET /v2.0/ports?device_id=4d826165-d51f-4a8e-b910-a71c44ce8639 => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1414] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:02:10 2026] GET /v2.0/security-groups?id=2b7c7071-983b-4b1b-9506-8ad1157d412d&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:02:10.460 7 INFO neutron.services.segments.plugin [-] Segment 44c92acc-305c-4436-b7bc-d518014cdcf5 resource provider aggregate not found [pid: 7|app: 0|req: 730/1415] 10.0.0.20 () {32 vars in 735 bytes} [Thu Apr 2 10:02:10 2026] GET /v2.0/ports?device_id=4d826165-d51f-4a8e-b910-a71c44ce8639 => generated 1244 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:02:10.461 7 INFO neutron.services.segments.plugin [-] Segment 44c92acc-305c-4436-b7bc-d518014cdcf5 resource provider aggregate not found 2026-04-02 10:02:10.478 7 INFO neutron.services.segments.plugin [-] Segment 44c92acc-305c-4436-b7bc-d518014cdcf5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44c92acc-305c-4436-b7bc-d518014cdcf5 found for delete ", "request_id": "req-47621f5d-a950-4067-be14-bc0636b9f97b"}]} 2026-04-02 10:02:10.479 7 INFO neutron.services.segments.plugin [-] Segment 44c92acc-305c-4436-b7bc-d518014cdcf5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44c92acc-305c-4436-b7bc-d518014cdcf5 found for delete ", "request_id": "req-1b50646e-94eb-440e-9b2b-e884348362a2"}]} [pid: 7|app: 0|req: 731/1416] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:10 2026] GET /v2.0/ports?device_id=43ed6a85-fb5b-46f0-9cb6-04619c06e9c0 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1417] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:02:10 2026] GET /v2.0/security-groups?id=cf107b12-b8c3-4802-9c24-5367c4db9de5&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1418] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:02:11 2026] GET /v2.0/ports?tenant_id=8d72c9282c9e495eb8be0f90c84122de&device_id=43ed6a85-fb5b-46f0-9cb6-04619c06e9c0 => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1419] 199.204.45.155 () {34 vars in 1060 bytes} [Thu Apr 2 10:02:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=88209906-6bd9-456d-ac78-08a903b07351 => 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: 735/1420] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:02:11 2026] GET /v2.0/subnets?id=7bdc1d92-6dab-4efd-a8c1-a7b8d32b3e88 => generated 696 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1421] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:02:11 2026] GET /v2.0/ports?network_id=7ff4a518-c8e5-4a9b-87d9-a71e625e5ac8&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1422] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:02:11 2026] GET /v2.0/networks/7ff4a518-c8e5-4a9b-87d9-a71e625e5ac8?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: 738/1423] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:02:11 2026] GET /v2.0/networks/7ff4a518-c8e5-4a9b-87d9-a71e625e5ac8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:02:11.671 8 INFO neutron.db.l3_db [None req-ae6f2c7f-bc23-4b3d-9257-eea99de34dde 5a0070d1c6be4f12b9247b071c583a5c 77e68d089149463b8bdd3b991b0900de - - default default] Floating IP 9fd123ab-96c0-42cb-834d-b9555d765c61 associated. External IP: 10.96.250.220, port: c5c1168b-71c4-450a-a8e5-12ddabbb1d9a. [pid: 7|app: 0|req: 739/1424] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:11 2026] GET /v2.0/ports?device_id=43ed6a85-fb5b-46f0-9cb6-04619c06e9c0 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1425] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:02:11 2026] GET /v2.0/security-groups?id=cf107b12-b8c3-4802-9c24-5367c4db9de5&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1426] 10.0.0.20 () {34 vars in 676 bytes} [Thu Apr 2 10:02:10 2026] POST /v2.0/floatingips => generated 856 bytes in 1587 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:02:12.087 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-96003556-5517-49c1-9e51-9597d6a7d049'] response: {'name': 'network-changed', 'server_uuid': '4d826165-d51f-4a8e-b910-a71c44ce8639', 'tag': 'c5c1168b-71c4-450a-a8e5-12ddabbb1d9a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 741/1427] 10.0.0.20 () {32 vars in 728 bytes} [Thu Apr 2 10:02:12 2026] GET /v2.0/floatingips/9fd123ab-96c0-42cb-834d-b9555d765c61 => generated 856 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1428] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:02:12 2026] GET /v2.0/ports?tenant_id=77e68d089149463b8bdd3b991b0900de&device_id=4d826165-d51f-4a8e-b910-a71c44ce8639 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1429] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:02:12 2026] GET /v2.0/networks?id=108df791-efe6-46c9-a59b-5e6a3625e56b => generated 757 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1430] 199.204.45.155 () {34 vars in 1060 bytes} [Thu Apr 2 10:02:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=c5c1168b-71c4-450a-a8e5-12ddabbb1d9a => generated 859 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1431] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:02:12 2026] GET /v2.0/subnets?id=4b164f96-d75b-4b12-b5be-6f288810e5ed => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1432] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:02:12 2026] GET /v2.0/ports?network_id=108df791-efe6-46c9-a59b-5e6a3625e56b&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1433] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:02:12 2026] GET /v2.0/networks/108df791-efe6-46c9-a59b-5e6a3625e56b?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: 690/1434] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:02:12 2026] GET /v2.0/networks/108df791-efe6-46c9-a59b-5e6a3625e56b?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: 745/1435] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:12 2026] GET /v2.0/ports?device_id=43ed6a85-fb5b-46f0-9cb6-04619c06e9c0 => generated 973 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1436] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:02:13 2026] GET /v2.0/security-groups?id=cf107b12-b8c3-4802-9c24-5367c4db9de5&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1437] 10.0.0.20 () {32 vars in 728 bytes} [Thu Apr 2 10:02:13 2026] GET /v2.0/floatingips/9fd123ab-96c0-42cb-834d-b9555d765c61 => generated 856 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1438] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:13 2026] GET /v2.0/security-groups?tenant_id=2185836ee0e245abae91c36b7460cf32&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1439] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:13 2026] GET /v2.0/security-groups?tenant_id=affbe37c449d4924b6c8e01740e63bae&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: 693/1440] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:13 2026] DELETE /v2.0/security-groups/7e2e97fa-f30b-4ec3-9217-73d1b3a3373c => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1441] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:14 2026] DELETE /v2.0/security-groups/4dcd8ae2-b2ee-4c85-a6e9-dbd515cd74c6 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1442] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:14 2026] GET /v2.0/ports?device_id=43ed6a85-fb5b-46f0-9cb6-04619c06e9c0 => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1443] 10.0.0.20 () {32 vars in 728 bytes} [Thu Apr 2 10:02:14 2026] GET /v2.0/floatingips/9fd123ab-96c0-42cb-834d-b9555d765c61 => generated 858 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1444] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:02:14 2026] GET /v2.0/security-groups?id=cf107b12-b8c3-4802-9c24-5367c4db9de5&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: 7|app: 0|req: 749/1445] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:14 2026] GET /v2.0/security-groups?tenant_id=3807aa6e81554618b39c0813757806c1&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1446] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:14 2026] GET /v2.0/security-groups?tenant_id=358909721ba343409879db2e54a71e89&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1447] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:14 2026] DELETE /v2.0/security-groups/8878743f-7ae9-44c3-b21d-50065af91e92 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1448] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:14 2026] DELETE /v2.0/security-groups/2bb3be1b-b002-458f-8ef3-ca46180ffd28 => 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: 751/1449] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:15 2026] GET /v2.0/ports?device_id=43ed6a85-fb5b-46f0-9cb6-04619c06e9c0 => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1450] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:02:15 2026] GET /v2.0/security-groups?id=cf107b12-b8c3-4802-9c24-5367c4db9de5&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1451] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:16 2026] GET /v2.0/ports?device_id=43ed6a85-fb5b-46f0-9cb6-04619c06e9c0 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1452] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:02:16 2026] GET /v2.0/security-groups?id=cf107b12-b8c3-4802-9c24-5367c4db9de5&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1453] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:16 2026] GET /v2.0/ports?device_id=43ed6a85-fb5b-46f0-9cb6-04619c06e9c0 => 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: 701/1454] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:02:17 2026] GET /v2.0/security-groups?id=cf107b12-b8c3-4802-9c24-5367c4db9de5&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: 754/1455] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:17 2026] GET /v2.0/security-groups?tenant_id=0b417c2c69fb43bf8ac4b13d9de3a58b&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1456] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:18 2026] DELETE /v2.0/security-groups/b3f64b71-87b9-4d8c-b601-21fd617bfae4 => 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: 755/1457] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:18 2026] GET /v2.0/ports?device_id=43ed6a85-fb5b-46f0-9cb6-04619c06e9c0 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1460] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:02:18 2026] GET /v2.0/security-groups?id=cf107b12-b8c3-4802-9c24-5367c4db9de5&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1461] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:19 2026] GET /v2.0/ports?device_id=43ed6a85-fb5b-46f0-9cb6-04619c06e9c0 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1462] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:02:19 2026] GET /v2.0/security-groups?id=cf107b12-b8c3-4802-9c24-5367c4db9de5&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1463] 199.204.45.155 () {34 vars in 994 bytes} [Thu Apr 2 10:02:19 2026] GET /v2.0/ports?device_id=43ed6a85-fb5b-46f0-9cb6-04619c06e9c0 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:02:19.641 8 INFO neutron_taas.services.taas.taas_plugin [req-05fe38e4-aca1-4260-ac9a-c9ead49a8bdb req-23cc70d3-22b6-4375-a26e-8d6a06ce4786 41774e43342147e3a78654a20f386434 8d72c9282c9e495eb8be0f90c84122de - - default default] TaaS: Handle Delete Port: 88209906-6bd9-456d-ac78-08a903b07351 2026-04-02 10:02:19.644 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-05fe38e4-aca1-4260-ac9a-c9ead49a8bdb req-23cc70d3-22b6-4375-a26e-8d6a06ce4786 41774e43342147e3a78654a20f386434 8d72c9282c9e495eb8be0f90c84122de - - default default] Tap Mirror: Handle Delete Port: 88209906-6bd9-456d-ac78-08a903b07351 [pid: 8|app: 0|req: 705/1464] 199.204.45.155 () {36 vars in 997 bytes} [Thu Apr 2 10:02:19 2026] DELETE /v2.0/ports/88209906-6bd9-456d-ac78-08a903b07351 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:02:19.795 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b319e62f-f743-44de-b7c3-1371618fbbd6'] response: {'server_uuid': '43ed6a85-fb5b-46f0-9cb6-04619c06e9c0', 'name': 'network-vif-deleted', 'tag': '88209906-6bd9-456d-ac78-08a903b07351', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 760/1465] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:19 2026] GET /v2.0/security-groups?tenant_id=29bd51c4264b49febec07414dfa2b732&name=default => generated 2925 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1466] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:19 2026] DELETE /v2.0/security-groups/0a2ef0ed-b21c-4cf0-9061-9f7a2294480b => 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: 761/1467] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:20 2026] GET /v2.0/ports?device_id=43ed6a85-fb5b-46f0-9cb6-04619c06e9c0 => 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: 762/1468] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:21 2026] GET /v2.0/ports?device_id=43ed6a85-fb5b-46f0-9cb6-04619c06e9c0 => 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: 707/1469] 10.0.0.20 () {32 vars in 652 bytes} [Thu Apr 2 10:02:21 2026] GET /v2.0/extensions => generated 21537 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1470] 10.0.0.20 () {32 vars in 680 bytes} [Thu Apr 2 10:02:21 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1471] 10.0.0.20 () {32 vars in 680 bytes} [Thu Apr 2 10:02:21 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1472] 10.0.0.20 () {32 vars in 728 bytes} [Thu Apr 2 10:02:21 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1473] 10.0.0.20 () {32 vars in 664 bytes} [Thu Apr 2 10:02:21 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1474] 10.0.0.20 () {32 vars in 698 bytes} [Thu Apr 2 10:02:21 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) [pid: 8|app: 0|req: 710/1475] 10.0.0.20 () {32 vars in 696 bytes} [Thu Apr 2 10:02:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1476] 10.0.0.20 () {32 vars in 700 bytes} [Thu Apr 2 10:02:21 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1477] 10.0.0.20 () {32 vars in 688 bytes} [Thu Apr 2 10:02:21 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1478] 10.0.0.20 () {32 vars in 702 bytes} [Thu Apr 2 10:02:21 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: 8|app: 0|req: 712/1479] 10.0.0.20 () {32 vars in 692 bytes} [Thu Apr 2 10:02:21 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1480] 10.0.0.20 () {32 vars in 694 bytes} [Thu Apr 2 10:02:21 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1481] 10.0.0.20 () {32 vars in 684 bytes} [Thu Apr 2 10:02:21 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: 769/1482] 10.0.0.20 () {32 vars in 686 bytes} [Thu Apr 2 10:02:21 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1483] 10.0.0.20 () {32 vars in 660 bytes} [Thu Apr 2 10:02:21 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1484] 10.0.0.20 () {32 vars in 698 bytes} [Thu Apr 2 10:02:21 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1485] 10.0.0.20 () {32 vars in 678 bytes} [Thu Apr 2 10:02:21 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1486] 10.0.0.20 () {32 vars in 682 bytes} [Thu Apr 2 10:02:21 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: 8|app: 0|req: 716/1487] 10.0.0.20 () {32 vars in 674 bytes} [Thu Apr 2 10:02:21 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1488] 10.0.0.20 () {32 vars in 688 bytes} [Thu Apr 2 10:02:21 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: 8|app: 0|req: 717/1489] 10.0.0.20 () {32 vars in 722 bytes} [Thu Apr 2 10:02:21 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1490] 10.0.0.20 () {32 vars in 686 bytes} [Thu Apr 2 10:02:21 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1491] 10.0.0.20 () {32 vars in 668 bytes} [Thu Apr 2 10:02:21 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1492] 10.0.0.20 () {32 vars in 686 bytes} [Thu Apr 2 10:02:21 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1493] 10.0.0.20 () {32 vars in 680 bytes} [Thu Apr 2 10:02:21 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: 775/1494] 10.0.0.20 () {32 vars in 698 bytes} [Thu Apr 2 10:02:21 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1495] 10.0.0.20 () {32 vars in 678 bytes} [Thu Apr 2 10:02:21 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1496] 10.0.0.20 () {32 vars in 666 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/router => generated 256 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1497] 10.0.0.20 () {32 vars in 676 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1498] 10.0.0.20 () {32 vars in 664 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1499] 10.0.0.20 () {32 vars in 674 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/l3-flavors => 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: 778/1500] 10.0.0.20 () {32 vars in 712 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1501] 10.0.0.20 () {32 vars in 690 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1502] 10.0.0.20 () {32 vars in 682 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1503] 10.0.0.20 () {32 vars in 668 bytes} [Thu Apr 2 10:02:22 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: 780/1504] 10.0.0.20 () {32 vars in 686 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1505] 10.0.0.20 () {32 vars in 704 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1506] 10.0.0.20 () {32 vars in 674 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1507] 10.0.0.20 () {32 vars in 700 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1508] 10.0.0.20 () {32 vars in 674 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1509] 10.0.0.20 () {32 vars in 692 bytes} [Thu Apr 2 10:02:22 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: 783/1510] 10.0.0.20 () {32 vars in 688 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1511] 10.0.0.20 () {32 vars in 708 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1512] 10.0.0.20 () {32 vars in 704 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1513] 10.0.0.20 () {32 vars in 718 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1514] 10.0.0.20 () {32 vars in 696 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1515] 10.0.0.20 () {32 vars in 710 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1516] 10.0.0.20 () {32 vars in 668 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/binding => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1517] 10.0.0.20 () {32 vars in 686 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1518] 10.0.0.20 () {32 vars in 680 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1519] 10.0.0.20 () {32 vars in 674 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1520] 10.0.0.20 () {32 vars in 670 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/provider => generated 191 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1521] 10.0.0.20 () {32 vars in 660 bytes} [Thu Apr 2 10:02:22 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: 789/1522] 10.0.0.20 () {32 vars in 698 bytes} [Thu Apr 2 10:02:22 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: 734/1523] 10.0.0.20 () {32 vars in 698 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1524] 10.0.0.20 () {32 vars in 676 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1525] 10.0.0.20 () {32 vars in 668 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1526] 10.0.0.20 () {32 vars in 682 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1527] 10.0.0.20 () {32 vars in 700 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1528] 10.0.0.20 () {32 vars in 684 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1529] 10.0.0.20 () {32 vars in 706 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1530] 10.0.0.20 () {32 vars in 668 bytes} [Thu Apr 2 10:02:22 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: 8|app: 0|req: 738/1531] 10.0.0.20 () {32 vars in 696 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1532] 10.0.0.20 () {32 vars in 694 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1533] 10.0.0.20 () {32 vars in 684 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1534] 10.0.0.20 () {32 vars in 688 bytes} [Thu Apr 2 10:02:22 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: 8|app: 0|req: 740/1535] 10.0.0.20 () {32 vars in 704 bytes} [Thu Apr 2 10:02:22 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: 796/1536] 10.0.0.20 () {32 vars in 666 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1537] 10.0.0.20 () {32 vars in 680 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1538] 10.0.0.20 () {32 vars in 680 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1539] 10.0.0.20 () {32 vars in 690 bytes} [Thu Apr 2 10:02:22 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: 798/1540] 10.0.0.20 () {32 vars in 690 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1541] 10.0.0.20 () {32 vars in 694 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1542] 10.0.0.20 () {32 vars in 684 bytes} [Thu Apr 2 10:02:22 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: 8|app: 0|req: 744/1543] 10.0.0.20 () {32 vars in 688 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1544] 10.0.0.20 () {32 vars in 700 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1545] 10.0.0.20 () {32 vars in 702 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1546] 10.0.0.20 () {32 vars in 712 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1547] 10.0.0.20 () {32 vars in 716 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1548] 10.0.0.20 () {32 vars in 714 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1549] 10.0.0.20 () {32 vars in 726 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1550] 10.0.0.20 () {32 vars in 740 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1551] 10.0.0.20 () {32 vars in 718 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1552] 10.0.0.20 () {32 vars in 682 bytes} [Thu Apr 2 10:02:22 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: 749/1553] 10.0.0.20 () {32 vars in 668 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/segment => generated 145 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1554] 10.0.0.20 () {32 vars in 718 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1555] 10.0.0.20 () {32 vars in 678 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1556] 10.0.0.20 () {32 vars in 668 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1557] 10.0.0.20 () {32 vars in 696 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1558] 10.0.0.20 () {32 vars in 704 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1559] 10.0.0.20 () {32 vars in 700 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1560] 10.0.0.20 () {32 vars in 700 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1561] 10.0.0.20 () {32 vars in 682 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1562] 10.0.0.20 () {32 vars in 704 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1563] 10.0.0.20 () {32 vars in 694 bytes} [Thu Apr 2 10:02:22 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: 810/1564] 10.0.0.20 () {32 vars in 688 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1565] 10.0.0.20 () {32 vars in 696 bytes} [Thu Apr 2 10:02:22 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: 811/1566] 10.0.0.20 () {32 vars in 678 bytes} [Thu Apr 2 10:02:22 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: 8|app: 0|req: 756/1567] 10.0.0.20 () {32 vars in 688 bytes} [Thu Apr 2 10:02:22 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: 812/1568] 10.0.0.20 () {32 vars in 700 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1569] 10.0.0.20 () {32 vars in 664 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1570] 10.0.0.20 () {32 vars in 680 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1571] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/ports?device_id=43ed6a85-fb5b-46f0-9cb6-04619c06e9c0 => 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: 815/1572] 10.0.0.20 () {32 vars in 676 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1573] 10.0.0.20 () {32 vars in 692 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1574] 10.0.0.20 () {32 vars in 676 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1575] 10.0.0.20 () {32 vars in 666 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1576] 10.0.0.20 () {32 vars in 662 bytes} [Thu Apr 2 10:02:22 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: 8|app: 0|req: 760/1577] 10.0.0.20 () {32 vars in 674 bytes} [Thu Apr 2 10:02:22 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: 818/1578] 10.0.0.20 () {32 vars in 686 bytes} [Thu Apr 2 10:02:22 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1579] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:23 2026] GET /v2.0/security-groups?tenant_id=9f89698d1e2144d1b02393f9480370ae&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1580] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:23 2026] DELETE /v2.0/security-groups/f945d446-fae3-4047-af09-5390a3060a69 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:02:24.182 8 INFO neutron_taas.services.taas.taas_plugin [None req-33f5d337-82d7-48f1-b012-d4795eb34b67 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: b9c31cf5-71e6-46cb-af18-d649e090ca15 2026-04-02 10:02:24.184 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33f5d337-82d7-48f1-b012-d4795eb34b67 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: b9c31cf5-71e6-46cb-af18-d649e090ca15 [pid: 8|app: 0|req: 762/1581] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:02:23 2026] PUT /v2.0/routers/b25bbcf1-9823-4ee8-9f43-68cd1b33fc08/remove_router_interface => generated 309 bytes in 901 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:02:24.896 7 INFO neutron_taas.services.taas.taas_plugin [None req-faa6d0b9-8104-461c-bc4f-9d940494245e 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 470c19bd-7751-41b3-ab8d-9293e27d1b21 2026-04-02 10:02:24.898 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-faa6d0b9-8104-461c-bc4f-9d940494245e 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 470c19bd-7751-41b3-ab8d-9293e27d1b21 2026-04-02 10:02:25.115 7 INFO neutron_taas.services.taas.taas_plugin [None req-faa6d0b9-8104-461c-bc4f-9d940494245e 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 95fda740-f7f2-4621-9a02-c0e1ed72277c 2026-04-02 10:02:25.117 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-faa6d0b9-8104-461c-bc4f-9d940494245e 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 95fda740-f7f2-4621-9a02-c0e1ed72277c 2026-04-02 10:02:25.540 7 INFO neutron.services.segments.plugin [-] Segment ef4f38ec-4da1-44cc-9c78-f0f69141909f resource provider aggregate not found 2026-04-02 10:02:25.546 7 INFO neutron.services.segments.plugin [-] Segment ef4f38ec-4da1-44cc-9c78-f0f69141909f resource provider aggregate not found 2026-04-02 10:02:25.563 7 INFO neutron.services.segments.plugin [-] Segment ef4f38ec-4da1-44cc-9c78-f0f69141909f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef4f38ec-4da1-44cc-9c78-f0f69141909f found for delete ", "request_id": "req-8ed131f7-3cbf-4fae-9e74-6303ce902619"}]} 2026-04-02 10:02:25.564 7 INFO neutron.db.l3_hamode_db [None req-faa6d0b9-8104-461c-bc4f-9d940494245e 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] HA network 0d040ed8-4d0d-476e-8715-bcbda53b8ca2 was deleted as no HA routers are present in tenant 8d72c9282c9e495eb8be0f90c84122de. 2026-04-02 10:02:25.566 7 INFO neutron.services.segments.plugin [-] Segment ef4f38ec-4da1-44cc-9c78-f0f69141909f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef4f38ec-4da1-44cc-9c78-f0f69141909f found for delete ", "request_id": "req-fdefe212-183d-40df-9691-caa06810dbdd"}]} 2026-04-02 10:02:25.568 8 INFO neutron.db.segments_db [None req-7beba200-681b-44c5-aee0-9ad39463a876 b53b1d2c039749a08da11444769acaf3 6887cced5ce54df4ae8801cc24623629 - - default default] Added segment cc81bf25-a41f-47d5-a5b7-450ee0d44edc of type vxlan for network 7388307f-e6f1-406b-88f8-79f581621021 [pid: 7|app: 0|req: 820/1582] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:02:24 2026] DELETE /v2.0/routers/b25bbcf1-9823-4ee8-9f43-68cd1b33fc08 => generated 0 bytes in 855 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:02:25.620 8 INFO neutron.db.segments_db [None req-7beba200-681b-44c5-aee0-9ad39463a876 b53b1d2c039749a08da11444769acaf3 6887cced5ce54df4ae8801cc24623629 - - default default] Added segment bcb9b6a5-8268-432a-83b1-f0a741cc2408 of type vxlan for network b8b361d0-8656-49a9-ace1-e5ba5915861e [pid: 8|app: 0|req: 763/1583] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:02:25 2026] POST /v2.0/networks => generated 1208 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1584] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:02:25 2026] DELETE /v2.0/subnets/7bdc1d92-6dab-4efd-a8c1-a7b8d32b3e88 => 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: 764/1585] 10.0.0.20 () {32 vars in 648 bytes} [Thu Apr 2 10:02:25 2026] GET /v2.0/networks => generated 1845 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:02:25.829 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b211702-9c0e-4b62-89a0-3ec8c441b5b2 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 2d526bc3-346b-4964-8b59-3be25d402d44 2026-04-02 10:02:25.832 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b211702-9c0e-4b62-89a0-3ec8c441b5b2 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 2d526bc3-346b-4964-8b59-3be25d402d44 2026-04-02 10:02:25.900 8 INFO neutron.services.segments.plugin [-] Segment cc81bf25-a41f-47d5-a5b7-450ee0d44edc resource provider aggregate not found 2026-04-02 10:02:25.926 8 INFO neutron.services.segments.plugin [-] Segment cc81bf25-a41f-47d5-a5b7-450ee0d44edc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc81bf25-a41f-47d5-a5b7-450ee0d44edc found for delete ", "request_id": "req-aead453a-79b1-45ad-8f65-6b29137e0d9a"}]} 2026-04-02 10:02:25.929 8 INFO neutron.services.segments.plugin [-] Segment cc81bf25-a41f-47d5-a5b7-450ee0d44edc resource provider aggregate not found [pid: 8|app: 0|req: 765/1586] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:02:25 2026] DELETE /v2.0/networks/7388307f-e6f1-406b-88f8-79f581621021 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:02:25.952 8 INFO neutron.services.segments.plugin [-] Segment cc81bf25-a41f-47d5-a5b7-450ee0d44edc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc81bf25-a41f-47d5-a5b7-450ee0d44edc found for delete ", "request_id": "req-49a1eabf-ed83-42bc-ad3b-d5bd36b5f51c"}]} [pid: 8|app: 0|req: 766/1587] 10.0.0.169 () {34 vars in 990 bytes} [Thu Apr 2 10:02:25 2026] GET /v2.0/ports?device_id=4d826165-d51f-4a8e-b910-a71c44ce8639 => generated 1244 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1588] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:02:25 2026] DELETE /v2.0/networks/7ff4a518-c8e5-4a9b-87d9-a71e625e5ac8 => generated 0 bytes in 374 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1589] 10.0.0.169 () {34 vars in 1040 bytes} [Thu Apr 2 10:02:26 2026] GET /v2.0/security-groups?id=2b7c7071-983b-4b1b-9506-8ad1157d412d&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: 767/1590] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:02:26 2026] DELETE /v2.0/networks/b8b361d0-8656-49a9-ace1-e5ba5915861e => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1591] 10.0.0.20 () {32 vars in 648 bytes} [Thu Apr 2 10:02:26 2026] GET /v2.0/networks => generated 651 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1592] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:26 2026] GET /v2.0/security-groups?tenant_id=8d72c9282c9e495eb8be0f90c84122de&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:02:26.312 8 INFO neutron.db.segments_db [None req-0e0396cc-7577-4e64-897c-0946bf373e3c b53b1d2c039749a08da11444769acaf3 6887cced5ce54df4ae8801cc24623629 - - default default] Added segment 47141d23-d00e-40f7-9141-bfa0cfc504f4 of type vxlan for network a00dc18b-24dd-4abf-868c-ba60ed13f469 [pid: 7|app: 0|req: 826/1593] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:26 2026] DELETE /v2.0/security-groups/cf107b12-b8c3-4802-9c24-5367c4db9de5 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1594] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:02:26 2026] POST /v2.0/networks => generated 634 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:02:26.468 7 INFO neutron.db.segments_db [None req-29d98187-0234-4ab2-9e8d-9e5ae83c8356 b53b1d2c039749a08da11444769acaf3 6887cced5ce54df4ae8801cc24623629 - - default default] Added segment 89b914e1-fd90-4d80-8460-96824b3adcec of type vxlan for network a166352a-9684-49d5-9408-489210448ec0 [pid: 7|app: 0|req: 827/1595] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:02:26 2026] POST /v2.0/networks => generated 635 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1596] 10.0.0.20 () {34 vars in 664 bytes} [Thu Apr 2 10:02:26 2026] POST /v2.0/ports => generated 1505 bytes in 558 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1597] 10.0.0.20 () {32 vars in 642 bytes} [Thu Apr 2 10:02:27 2026] GET /v2.0/ports => generated 1505 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 10:02:27.341 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c217a9e-faf2-41a3-86b3-b4fd895f3f1d b53b1d2c039749a08da11444769acaf3 6887cced5ce54df4ae8801cc24623629 - - default default] TaaS: Handle Delete Port: e6674e02-160f-4401-891b-516dd8bf0e6d 2026-04-02 10:02:27.344 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c217a9e-faf2-41a3-86b3-b4fd895f3f1d b53b1d2c039749a08da11444769acaf3 6887cced5ce54df4ae8801cc24623629 - - default default] Tap Mirror: Handle Delete Port: e6674e02-160f-4401-891b-516dd8bf0e6d [pid: 8|app: 0|req: 770/1598] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:02:27 2026] DELETE /v2.0/ports/e6674e02-160f-4401-891b-516dd8bf0e6d => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:02:27.523 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca8692cb-2629-4dbd-b3bd-60149d84bfd2 b53b1d2c039749a08da11444769acaf3 6887cced5ce54df4ae8801cc24623629 - - default default] TaaS: Handle Delete Port: c4c1a093-e560-48a8-8002-de2efa571f6e 2026-04-02 10:02:27.525 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca8692cb-2629-4dbd-b3bd-60149d84bfd2 b53b1d2c039749a08da11444769acaf3 6887cced5ce54df4ae8801cc24623629 - - default default] Tap Mirror: Handle Delete Port: c4c1a093-e560-48a8-8002-de2efa571f6e 2026-04-02 10:02:27.590 7 INFO neutron.services.segments.plugin [-] Segment 21a1ed3c-a8ff-4719-8357-dc29395aff5a resource provider aggregate not found 2026-04-02 10:02:27.601 7 INFO neutron.services.segments.plugin [-] Segment 21a1ed3c-a8ff-4719-8357-dc29395aff5a resource provider aggregate not found 2026-04-02 10:02:27.609 7 INFO neutron.services.segments.plugin [-] Segment 21a1ed3c-a8ff-4719-8357-dc29395aff5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21a1ed3c-a8ff-4719-8357-dc29395aff5a found for delete ", "request_id": "req-9019eacc-e806-4029-b30f-f9d97873f31c"}]} 2026-04-02 10:02:27.625 7 INFO neutron.services.segments.plugin [-] Segment 21a1ed3c-a8ff-4719-8357-dc29395aff5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21a1ed3c-a8ff-4719-8357-dc29395aff5a found for delete ", "request_id": "req-bc9fed34-a68e-4841-b932-d7b949bf9f38"}]} [pid: 7|app: 0|req: 829/1599] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:02:27 2026] DELETE /v2.0/ports/c4c1a093-e560-48a8-8002-de2efa571f6e => 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: 771/1600] 10.0.0.20 () {32 vars in 642 bytes} [Thu Apr 2 10:02:27 2026] GET /v2.0/ports => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:02:27.704 7 INFO neutron.db.segments_db [None req-7f387f6d-aaf3-4c7e-b841-d5a87e0c05ef b53b1d2c039749a08da11444769acaf3 6887cced5ce54df4ae8801cc24623629 - - default default] Added segment 0bee9817-89a1-4912-b187-1afc5376e35e of type vxlan for network c4feeb84-6551-494e-9d6f-2922c43e27e3 [pid: 7|app: 0|req: 830/1601] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:02:27 2026] POST /v2.0/networks => generated 634 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:02:27.839 8 INFO neutron.db.segments_db [None req-1092ea74-7159-4704-bbb6-bc0d9f864607 b53b1d2c039749a08da11444769acaf3 6887cced5ce54df4ae8801cc24623629 - - default default] Added segment b00aa48f-cefa-4773-ace3-d92088702018 of type vxlan for network fba4e7d2-dfab-45c5-9e4a-467b8ee2b98f [pid: 8|app: 0|req: 772/1602] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:02:27 2026] POST /v2.0/networks => generated 633 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:02:27.950 8 INFO neutron.services.segments.plugin [-] Segment bcb9b6a5-8268-432a-83b1-f0a741cc2408 resource provider aggregate not found 2026-04-02 10:02:27.976 8 INFO neutron.services.segments.plugin [-] Segment bcb9b6a5-8268-432a-83b1-f0a741cc2408 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcb9b6a5-8268-432a-83b1-f0a741cc2408 found for delete ", "request_id": "req-86943ac5-4c6c-4603-b61b-c6014e2f9674"}]} 2026-04-02 10:02:27.980 8 INFO neutron.services.segments.plugin [-] Segment bcb9b6a5-8268-432a-83b1-f0a741cc2408 resource provider aggregate not found 2026-04-02 10:02:27.998 8 INFO neutron.services.segments.plugin [-] Segment bcb9b6a5-8268-432a-83b1-f0a741cc2408 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcb9b6a5-8268-432a-83b1-f0a741cc2408 found for delete ", "request_id": "req-0c00926b-d2b5-4095-8077-e108f45b5857"}]} [pid: 7|app: 0|req: 831/1603] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:28 2026] GET /v2.0/security-groups?tenant_id=33eeebb42f714ea498adb8eef41bd3c2&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1604] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:28 2026] DELETE /v2.0/security-groups/9445c924-6985-46eb-addf-1e4967a263e4 => 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: 773/1605] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:02:28 2026] POST /v2.0/subnets => generated 1324 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1606] 10.0.0.20 () {32 vars in 646 bytes} [Thu Apr 2 10:02:28 2026] GET /v2.0/subnets => generated 1960 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1607] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:02:28 2026] DELETE /v2.0/subnets/87276c9b-f734-4413-a9d7-479eaf4c2f9f => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1608] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:02:29 2026] DELETE /v2.0/subnets/5da5a49d-dfec-491d-a4cc-93473f7aab89 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1609] 10.0.0.20 () {32 vars in 646 bytes} [Thu Apr 2 10:02:29 2026] GET /v2.0/subnets => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1610] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:02:29 2026] DELETE /v2.0/networks/fba4e7d2-dfab-45c5-9e4a-467b8ee2b98f => 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: 776/1611] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:02:29 2026] DELETE /v2.0/networks/c4feeb84-6551-494e-9d6f-2922c43e27e3 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:02:29.636 7 INFO neutron.services.segments.plugin [-] Segment b00aa48f-cefa-4773-ace3-d92088702018 resource provider aggregate not found 2026-04-02 10:02:29.654 7 INFO neutron.services.segments.plugin [-] Segment b00aa48f-cefa-4773-ace3-d92088702018 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b00aa48f-cefa-4773-ace3-d92088702018 found for delete ", "request_id": "req-0c397fdb-c841-45ec-885d-b030d40345d4"}]} 2026-04-02 10:02:29.656 7 INFO neutron.services.segments.plugin [-] Segment b00aa48f-cefa-4773-ace3-d92088702018 resource provider aggregate not found [pid: 7|app: 0|req: 836/1612] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:02:29 2026] DELETE /v2.0/networks/a166352a-9684-49d5-9408-489210448ec0 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:02:29.684 7 INFO neutron.services.segments.plugin [-] Segment b00aa48f-cefa-4773-ace3-d92088702018 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b00aa48f-cefa-4773-ace3-d92088702018 found for delete ", "request_id": "req-0412ee95-a5c6-4eb4-b5c4-4b4813f3198f"}]} 2026-04-02 10:02:29.711 7 INFO neutron.services.segments.plugin [-] Segment 89b914e1-fd90-4d80-8460-96824b3adcec resource provider aggregate not found 2026-04-02 10:02:29.727 7 INFO neutron.services.segments.plugin [-] Segment 89b914e1-fd90-4d80-8460-96824b3adcec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89b914e1-fd90-4d80-8460-96824b3adcec found for delete ", "request_id": "req-da8bb8f5-aef9-40c3-bfe6-34c4385e640f"}]} [pid: 8|app: 0|req: 777/1613] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:02:29 2026] DELETE /v2.0/networks/a00dc18b-24dd-4abf-868c-ba60ed13f469 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:02:30.004 8 INFO neutron.services.segments.plugin [-] Segment 0bee9817-89a1-4912-b187-1afc5376e35e resource provider aggregate not found 2026-04-02 10:02:30.019 8 INFO neutron.services.segments.plugin [-] Segment 0bee9817-89a1-4912-b187-1afc5376e35e resource provider aggregate not found 2026-04-02 10:02:30.023 8 INFO neutron.services.segments.plugin [-] Segment 0bee9817-89a1-4912-b187-1afc5376e35e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bee9817-89a1-4912-b187-1afc5376e35e found for delete ", "request_id": "req-d23d4434-8501-4039-839b-fbfac6e61f52"}]} 2026-04-02 10:02:30.033 8 INFO neutron.services.segments.plugin [-] Segment 0bee9817-89a1-4912-b187-1afc5376e35e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bee9817-89a1-4912-b187-1afc5376e35e found for delete ", "request_id": "req-2a4715be-656b-40fc-a8bc-eb698b127b63"}]} 2026-04-02 10:02:30.040 8 INFO neutron.services.segments.plugin [-] Segment 47141d23-d00e-40f7-9141-bfa0cfc504f4 resource provider aggregate not found 2026-04-02 10:02:30.045 8 INFO neutron.services.segments.plugin [-] Segment 47141d23-d00e-40f7-9141-bfa0cfc504f4 resource provider aggregate not found 2026-04-02 10:02:30.057 8 INFO neutron.services.segments.plugin [-] Segment 47141d23-d00e-40f7-9141-bfa0cfc504f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47141d23-d00e-40f7-9141-bfa0cfc504f4 found for delete ", "request_id": "req-26da3323-6ce8-4c47-9378-f4c645dbbd31"}]} 2026-04-02 10:02:30.058 8 INFO neutron.services.segments.plugin [-] Segment 47141d23-d00e-40f7-9141-bfa0cfc504f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47141d23-d00e-40f7-9141-bfa0cfc504f4 found for delete ", "request_id": "req-aa4ea46b-a848-4eb5-b453-e73be541db7a"}]} [pid: 7|app: 0|req: 837/1614] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:30 2026] GET /v2.0/security-groups?tenant_id=6887cced5ce54df4ae8801cc24623629&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1615] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:30 2026] DELETE /v2.0/security-groups/573ebd8e-6f23-4b12-8eb3-5d24b854e0fc => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:02:31.672 7 INFO neutron.services.segments.plugin [-] Segment 89b914e1-fd90-4d80-8460-96824b3adcec resource provider aggregate not found 2026-04-02 10:02:31.689 7 INFO neutron.services.segments.plugin [-] Segment 89b914e1-fd90-4d80-8460-96824b3adcec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89b914e1-fd90-4d80-8460-96824b3adcec found for delete ", "request_id": "req-50b0701f-0619-4986-b81f-dbda2fecb910"}]} [pid: 8|app: 0|req: 779/1616] 10.0.0.244 () {32 vars in 801 bytes} [Thu Apr 2 10:02:31 2026] GET /v2.0/extensions => generated 21537 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1617] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:31 2026] GET /v2.0/security-groups?tenant_id=e307fd77a1b147b19041e4b25fd42c43&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1618] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:32 2026] DELETE /v2.0/security-groups/bdaf9eda-5a38-4e06-9aa2-0a6a0d4c6d50 => 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: 839/1619] 10.0.0.244 () {30 vars in 724 bytes} [Thu Apr 2 10:02:32 2026] GET /v2.0/quotas/fe39bc05a719403784b1d015f41f7038/details => generated 847 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1620] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:32 2026] GET /v2.0/security-groups?tenant_id=69d61ebff2764e5fbdcffd92347ea612&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1621] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:32 2026] DELETE /v2.0/security-groups/1221f096-8b05-4c16-a511-6f9e425fc8af => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:02:32.594 7 INFO neutron.db.segments_db [None req-693e1c6e-15cb-445b-a5c2-e2cf45a26444 2b5621b7d6e54036b424af1239e4811d a721e5959c414fd4b4b9c3d353e77760 - - default default] Added segment 5f3b969d-e9cf-4903-84a6-acb914e44673 of type vxlan for network b36a3fb8-99ea-4d80-bb13-3d341cd0d241 [pid: 7|app: 0|req: 840/1622] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:02:32 2026] POST /v2.0/networks => generated 624 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1623] 10.0.0.20 () {34 vars in 664 bytes} [Thu Apr 2 10:02:32 2026] POST /v2.0/ports => generated 773 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:02:33.022 7 INFO neutron.db.segments_db [None req-f32a141d-7816-42fa-b0a1-706f119bdfd2 2b5621b7d6e54036b424af1239e4811d a721e5959c414fd4b4b9c3d353e77760 - - default default] Added segment f2a25a6d-cdfc-475f-8142-d6407075f24d of type vxlan for network 854c12f1-155a-4722-88a0-0f111791f885 [pid: 7|app: 0|req: 841/1624] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:02:32 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 784/1627] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:02:33 2026] POST /v2.0/subnets => generated 626 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1628] 10.0.0.20 () {34 vars in 664 bytes} [Thu Apr 2 10:02:33 2026] POST /v2.0/ports => generated 950 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:02:33.807 8 INFO neutron_taas.services.taas.taas_plugin [None req-e432d8cc-f2ea-410c-9fdf-63e98306d101 2b5621b7d6e54036b424af1239e4811d a721e5959c414fd4b4b9c3d353e77760 - - default default] TaaS: Handle Delete Port: ba0fe2ea-d582-4d6f-aa0e-8f8f878d89cf 2026-04-02 10:02:33.809 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e432d8cc-f2ea-410c-9fdf-63e98306d101 2b5621b7d6e54036b424af1239e4811d a721e5959c414fd4b4b9c3d353e77760 - - default default] Tap Mirror: Handle Delete Port: ba0fe2ea-d582-4d6f-aa0e-8f8f878d89cf [pid: 8|app: 0|req: 785/1629] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:02:33 2026] DELETE /v2.0/ports/ba0fe2ea-d582-4d6f-aa0e-8f8f878d89cf => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 10:02:33.978 7 INFO neutron.pecan_wsgi.hooks.translation [None req-13ac8433-814a-43cc-8e6d-2627ce507059 2b5621b7d6e54036b424af1239e4811d a721e5959c414fd4b4b9c3d353e77760 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 845/1630] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:02:33 2026] DELETE /v2.0/ports/ba0fe2ea-d582-4d6f-aa0e-8f8f878d89cf => generated 132 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:02:34.017 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5688ae0c-e746-43dc-8166-77470fa95fff 2b5621b7d6e54036b424af1239e4811d a721e5959c414fd4b4b9c3d353e77760 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 786/1631] 10.0.0.20 () {32 vars in 716 bytes} [Thu Apr 2 10:02:34 2026] GET /v2.0/ports/ba0fe2ea-d582-4d6f-aa0e-8f8f878d89cf => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1632] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:02:34 2026] DELETE /v2.0/subnets/8831f5ae-c7db-4c23-9a44-8316e369a531 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:02:34.295 8 INFO neutron.services.segments.plugin [-] Segment f2a25a6d-cdfc-475f-8142-d6407075f24d resource provider aggregate not found 2026-04-02 10:02:34.298 8 INFO neutron.services.segments.plugin [-] Segment f2a25a6d-cdfc-475f-8142-d6407075f24d resource provider aggregate not found 2026-04-02 10:02:34.314 8 INFO neutron.services.segments.plugin [-] Segment f2a25a6d-cdfc-475f-8142-d6407075f24d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2a25a6d-cdfc-475f-8142-d6407075f24d found for delete ", "request_id": "req-78f729bc-4615-47a1-94ef-59d6cbb84d63"}]} 2026-04-02 10:02:34.328 8 INFO neutron.services.segments.plugin [-] Segment f2a25a6d-cdfc-475f-8142-d6407075f24d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2a25a6d-cdfc-475f-8142-d6407075f24d found for delete ", "request_id": "req-1d44e0bd-f1c0-4149-8fc4-386ae3938b0e"}]} [pid: 8|app: 0|req: 787/1633] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:02:34 2026] DELETE /v2.0/networks/854c12f1-155a-4722-88a0-0f111791f885 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:02:34.392 7 INFO neutron.db.segments_db [None req-909a4a50-86f4-4c4a-9bae-203b25b6be29 2b5621b7d6e54036b424af1239e4811d a721e5959c414fd4b4b9c3d353e77760 - - default default] Added segment 2bf46ef9-6e2b-409a-a995-f63ce7bb2c2e of type vxlan for network 2e375dd8-3ecc-444d-aac9-6df2399df2af [pid: 7|app: 0|req: 847/1634] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:02:34 2026] POST /v2.0/networks => generated 612 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1635] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:02:34 2026] POST /v2.0/subnets => generated 626 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1636] 10.0.0.20 () {34 vars in 664 bytes} [Thu Apr 2 10:02:34 2026] POST /v2.0/ports => generated 916 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:02:35.198 8 INFO neutron_taas.services.taas.taas_plugin [None req-82120bbb-b45b-45ab-86cb-3d2fbc573ec5 2b5621b7d6e54036b424af1239e4811d a721e5959c414fd4b4b9c3d353e77760 - - default default] TaaS: Handle Delete Port: 4f39ec6c-57fb-4388-8570-ca469b0c7b6a 2026-04-02 10:02:35.202 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82120bbb-b45b-45ab-86cb-3d2fbc573ec5 2b5621b7d6e54036b424af1239e4811d a721e5959c414fd4b4b9c3d353e77760 - - default default] Tap Mirror: Handle Delete Port: 4f39ec6c-57fb-4388-8570-ca469b0c7b6a [pid: 7|app: 0|req: 849/1637] 10.0.0.244 () {32 vars in 801 bytes} [Thu Apr 2 10:02:35 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1638] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:02:35 2026] DELETE /v2.0/ports/4f39ec6c-57fb-4388-8570-ca469b0c7b6a => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:02:35.387 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c89c52c7-8268-472d-b99c-f49d6ef17de8 2b5621b7d6e54036b424af1239e4811d a721e5959c414fd4b4b9c3d353e77760 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 850/1639] 10.0.0.20 () {32 vars in 716 bytes} [Thu Apr 2 10:02:35 2026] GET /v2.0/ports/4f39ec6c-57fb-4388-8570-ca469b0c7b6a => 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: 851/1640] 10.0.0.244 () {30 vars in 724 bytes} [Thu Apr 2 10:02:35 2026] GET /v2.0/quotas/fe39bc05a719403784b1d015f41f7038/details => generated 847 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1641] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:02:35 2026] DELETE /v2.0/subnets/fbe04db1-6d60-43ae-b66b-f22dda1a84aa => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:02:35.652 7 INFO neutron.services.segments.plugin [-] Segment 2bf46ef9-6e2b-409a-a995-f63ce7bb2c2e resource provider aggregate not found 2026-04-02 10:02:35.658 7 INFO neutron.services.segments.plugin [-] Segment 2bf46ef9-6e2b-409a-a995-f63ce7bb2c2e resource provider aggregate not found [pid: 7|app: 0|req: 852/1642] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:02:35 2026] DELETE /v2.0/networks/2e375dd8-3ecc-444d-aac9-6df2399df2af => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:02:35.680 7 INFO neutron.services.segments.plugin [-] Segment 2bf46ef9-6e2b-409a-a995-f63ce7bb2c2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bf46ef9-6e2b-409a-a995-f63ce7bb2c2e found for delete ", "request_id": "req-58efca2a-b766-493b-bf55-ca87b989aaf0"}]} 2026-04-02 10:02:35.681 7 INFO neutron.services.segments.plugin [-] Segment 2bf46ef9-6e2b-409a-a995-f63ce7bb2c2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bf46ef9-6e2b-409a-a995-f63ce7bb2c2e found for delete ", "request_id": "req-fb674c0e-7228-4a8d-a7cb-edee40aeb5a5"}]} [pid: 7|app: 0|req: 853/1643] 10.0.0.20 () {34 vars in 664 bytes} [Thu Apr 2 10:02:35 2026] POST /v2.0/ports => generated 774 bytes in 278 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: 791/1644] 10.0.0.20 () {32 vars in 825 bytes} [Thu Apr 2 10:02:35 2026] GET /v2.0/ports?project_id=77e68d089149463b8bdd3b991b0900de&network_id=108df791-efe6-46c9-a59b-5e6a3625e56b => generated 3695 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1645] 10.0.0.20 () {34 vars in 736 bytes} [Thu Apr 2 10:02:35 2026] PUT /v2.0/ports/d05b40cb-22f2-414b-ba8d-75a6df7728d1 => 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-04-02 10:02:36.269 7 INFO neutron_taas.services.taas.taas_plugin [None req-a6d1cc34-775a-44a3-8b00-0b8537fc505f 2b5621b7d6e54036b424af1239e4811d a721e5959c414fd4b4b9c3d353e77760 - - default default] TaaS: Handle Delete Port: d05b40cb-22f2-414b-ba8d-75a6df7728d1 2026-04-02 10:02:36.272 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6d1cc34-775a-44a3-8b00-0b8537fc505f 2b5621b7d6e54036b424af1239e4811d a721e5959c414fd4b4b9c3d353e77760 - - default default] Tap Mirror: Handle Delete Port: d05b40cb-22f2-414b-ba8d-75a6df7728d1 [pid: 7|app: 0|req: 855/1646] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:02:36 2026] DELETE /v2.0/ports/d05b40cb-22f2-414b-ba8d-75a6df7728d1 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1647] 10.0.0.20 () {32 vars in 741 bytes} [Thu Apr 2 10:02:36 2026] GET /v2.0/subnets?network_id=34f121f5-aaab-474d-96be-180217a6550a => generated 667 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1648] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:36 2026] GET /v2.0/security-groups?tenant_id=00f1f85553f84f8289501b8b5462bb6b&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1649] 10.0.0.20 () {32 vars in 642 bytes} [Thu Apr 2 10:02:36 2026] GET /v2.0/ports => generated 776 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:02:36.495 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5ee08da9-87ed-4e8e-9fb0-2f0fc1d18ef1 2b5621b7d6e54036b424af1239e4811d a721e5959c414fd4b4b9c3d353e77760 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 858/1650] 10.0.0.20 () {32 vars in 716 bytes} [Thu Apr 2 10:02:36 2026] GET /v2.0/ports/d05b40cb-22f2-414b-ba8d-75a6df7728d1 => 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: 793/1651] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:36 2026] DELETE /v2.0/security-groups/c41e6aaa-a885-4c68-989a-ff7f6520b6b8 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1652] 10.0.0.20 () {32 vars in 642 bytes} [Thu Apr 2 10:02:36 2026] GET /v2.0/ports => generated 776 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1653] 10.0.0.20 () {32 vars in 716 bytes} [Thu Apr 2 10:02:36 2026] GET /v2.0/ports/033a3cc0-36cb-489e-9a18-a6a62613f76f => generated 773 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:02:36.592 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0380e190-c08b-4406-9c37-56abbb070ac1 2b5621b7d6e54036b424af1239e4811d a721e5959c414fd4b4b9c3d353e77760 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 860/1654] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:02:36 2026] DELETE /v2.0/ports/4f39ec6c-57fb-4388-8570-ca469b0c7b6a => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:02:36.657 8 INFO neutron.db.l3_db [None req-963d3f02-3281-44b6-8424-c4d7543bc678 5a0070d1c6be4f12b9247b071c583a5c 77e68d089149463b8bdd3b991b0900de - - default default] Floating IP 9fd123ab-96c0-42cb-834d-b9555d765c61 disassociated. External IP: 10.96.250.220, port: c5c1168b-71c4-450a-a8e5-12ddabbb1d9a. [pid: 7|app: 0|req: 861/1655] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:36 2026] GET /v2.0/security-groups?tenant_id=79ccba36123b4c35b5fade7804b94f15&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:02:36.723 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a194d770-0d75-4d6e-be3e-e06b43a0d9de 2b5621b7d6e54036b424af1239e4811d a721e5959c414fd4b4b9c3d353e77760 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 862/1656] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:02:36 2026] DELETE /v2.0/subnets/fbe04db1-6d60-43ae-b66b-f22dda1a84aa => 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: 863/1657] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:36 2026] DELETE /v2.0/security-groups/36908594-c4b6-4af3-ad1a-27e7d998e7ca => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:02:36.820 7 INFO neutron.pecan_wsgi.hooks.translation [None req-128fa857-f4a5-4890-af05-6fd35130e3b4 2b5621b7d6e54036b424af1239e4811d a721e5959c414fd4b4b9c3d353e77760 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 864/1658] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:02:36 2026] DELETE /v2.0/subnets/8831f5ae-c7db-4c23-9a44-8316e369a531 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1659] 10.0.0.20 () {34 vars in 748 bytes} [Thu Apr 2 10:02:36 2026] PUT /v2.0/floatingips/9fd123ab-96c0-42cb-834d-b9555d765c61 => generated 554 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:02:36.914 7 INFO neutron_taas.services.taas.taas_plugin [None req-f26a2eb0-ddef-453b-bed9-7767223cf21d 2b5621b7d6e54036b424af1239e4811d a721e5959c414fd4b4b9c3d353e77760 - - default default] TaaS: Handle Delete Port: 033a3cc0-36cb-489e-9a18-a6a62613f76f 2026-04-02 10:02:36.917 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f26a2eb0-ddef-453b-bed9-7767223cf21d 2b5621b7d6e54036b424af1239e4811d a721e5959c414fd4b4b9c3d353e77760 - - default default] Tap Mirror: Handle Delete Port: 033a3cc0-36cb-489e-9a18-a6a62613f76f [pid: 8|app: 0|req: 796/1660] 10.0.0.20 () {32 vars in 728 bytes} [Thu Apr 2 10:02:36 2026] GET /v2.0/floatingips/9fd123ab-96c0-42cb-834d-b9555d765c61 => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:02:36.941 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-12fa4d81-e565-44a0-8f7e-526a2cf104fb'] response: {'name': 'network-changed', 'server_uuid': '4d826165-d51f-4a8e-b910-a71c44ce8639', 'tag': 'c5c1168b-71c4-450a-a8e5-12ddabbb1d9a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 865/1661] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:02:36 2026] DELETE /v2.0/ports/033a3cc0-36cb-489e-9a18-a6a62613f76f => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:02:37.144 8 INFO neutron.services.segments.plugin [-] Segment 5f3b969d-e9cf-4903-84a6-acb914e44673 resource provider aggregate not found 2026-04-02 10:02:37.149 8 INFO neutron.services.segments.plugin [-] Segment 5f3b969d-e9cf-4903-84a6-acb914e44673 resource provider aggregate not found 2026-04-02 10:02:37.165 8 INFO neutron.services.segments.plugin [-] Segment 5f3b969d-e9cf-4903-84a6-acb914e44673 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f3b969d-e9cf-4903-84a6-acb914e44673 found for delete ", "request_id": "req-e977cacf-ace5-4ba2-8822-153edfe3141e"}]} 2026-04-02 10:02:37.173 8 INFO neutron.services.segments.plugin [-] Segment 5f3b969d-e9cf-4903-84a6-acb914e44673 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f3b969d-e9cf-4903-84a6-acb914e44673 found for delete ", "request_id": "req-f64d3394-ca7a-4f64-82fc-0cdf07450e54"}]} [pid: 8|app: 0|req: 797/1662] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:02:37 2026] DELETE /v2.0/networks/b36a3fb8-99ea-4d80-bb13-3d341cd0d241 => 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: 866/1663] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:02:37 2026] GET /v2.0/ports?tenant_id=77e68d089149463b8bdd3b991b0900de&device_id=4d826165-d51f-4a8e-b910-a71c44ce8639 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1664] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:02:37 2026] GET /v2.0/networks?id=108df791-efe6-46c9-a59b-5e6a3625e56b => generated 757 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1665] 199.204.45.155 () {34 vars in 1060 bytes} [Thu Apr 2 10:02:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=c5c1168b-71c4-450a-a8e5-12ddabbb1d9a => 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: 799/1666] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:02:37 2026] GET /v2.0/subnets?id=4b164f96-d75b-4b12-b5be-6f288810e5ed => generated 678 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1667] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:02:37 2026] GET /v2.0/ports?network_id=108df791-efe6-46c9-a59b-5e6a3625e56b&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: 800/1668] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:02:37 2026] GET /v2.0/networks/108df791-efe6-46c9-a59b-5e6a3625e56b?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1669] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:02:37 2026] GET /v2.0/networks/108df791-efe6-46c9-a59b-5e6a3625e56b?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: 869/1670] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:37 2026] GET /v2.0/security-groups?tenant_id=a721e5959c414fd4b4b9c3d353e77760&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1671] 10.0.0.20 () {32 vars in 728 bytes} [Thu Apr 2 10:02:37 2026] GET /v2.0/floatingips/9fd123ab-96c0-42cb-834d-b9555d765c61 => generated 554 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1672] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:37 2026] DELETE /v2.0/security-groups/113ccdaa-924d-4226-b5b1-751ac47e37f3 => 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: 871/1673] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:38 2026] GET /v2.0/security-groups?tenant_id=fe39bc05a719403784b1d015f41f7038&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:02:38.838 8 INFO neutron.db.segments_db [None req-750bcbfa-ee44-45a0-9338-82d9de0677b8 b47964fa3d4048489cbccd06fc20b21d 0bea00fa73b7407fa2a56f5207f2c026 - - default default] Added segment 90d953be-f1da-42ed-b905-99a8f9598aa0 of type vxlan for network bf52ea3c-24fe-4e7a-9978-a10a23db0025 [pid: 8|app: 0|req: 803/1674] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:02:38 2026] POST /v2.0/networks => generated 629 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1675] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:38 2026] DELETE /v2.0/security-groups/0004ff60-f7ee-4881-bd1e-8fe8f38515a0 => 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: 804/1676] 10.0.0.20 () {32 vars in 728 bytes} [Thu Apr 2 10:02:38 2026] GET /v2.0/floatingips/9fd123ab-96c0-42cb-834d-b9555d765c61 => generated 552 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1677] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:02:39 2026] POST /v2.0/subnets => generated 673 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:02:39.644 8 INFO neutron.db.segments_db [None req-703ca011-68a4-4ef2-8090-98214891a471 b47964fa3d4048489cbccd06fc20b21d 0bea00fa73b7407fa2a56f5207f2c026 - - default default] Added segment 4ca3a025-7516-44c8-9adc-cb6a0b092e44 of type vxlan for network 1a470677-ce26-4ac8-b1c5-3ae6b78ecd7b [pid: 8|app: 0|req: 805/1678] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:02:39 2026] POST /v2.0/networks => generated 629 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1679] 10.0.0.20 () {34 vars in 742 bytes} [Thu Apr 2 10:02:39 2026] PUT /v2.0/networks/1a470677-ce26-4ac8-b1c5-3ae6b78ecd7b => generated 592 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1680] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:02:39 2026] POST /v2.0/subnets => generated 646 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1681] 10.0.0.20 () {34 vars in 740 bytes} [Thu Apr 2 10:02:40 2026] PUT /v2.0/subnets/f3e99389-1c11-409f-a319-38b6545695cf => generated 656 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1682] 10.0.0.20 () {34 vars in 683 bytes} [Thu Apr 2 10:02:39 2026] POST /v2.0/security-groups => generated 1624 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1683] 10.0.0.20 () {34 vars in 684 bytes} [Thu Apr 2 10:02:40 2026] POST /v2.0/security-groups => generated 1673 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1684] 10.0.0.20 () {32 vars in 662 bytes} [Thu Apr 2 10:02:40 2026] GET /v2.0/security-groups => generated 4529 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1685] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:02:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:02:40.436 7 INFO neutron.services.segments.plugin [-] Segment 4ca3a025-7516-44c8-9adc-cb6a0b092e44 resource provider aggregate not found 2026-04-02 10:02:40.445 7 INFO neutron.services.segments.plugin [-] Segment 4ca3a025-7516-44c8-9adc-cb6a0b092e44 resource provider aggregate not found 2026-04-02 10:02:40.463 7 INFO neutron.services.segments.plugin [-] Segment 4ca3a025-7516-44c8-9adc-cb6a0b092e44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ca3a025-7516-44c8-9adc-cb6a0b092e44 found for delete ", "request_id": "req-e790b3c2-293e-4dec-af17-50676819c73b"}]} [pid: 7|app: 0|req: 876/1686] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:02:40 2026] DELETE /v2.0/networks/1a470677-ce26-4ac8-b1c5-3ae6b78ecd7b => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:02:40.471 7 INFO neutron.services.segments.plugin [-] Segment 4ca3a025-7516-44c8-9adc-cb6a0b092e44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ca3a025-7516-44c8-9adc-cb6a0b092e44 found for delete ", "request_id": "req-f26e7fdf-aece-4bc5-bc8a-450f3fc072e4"}]} [pid: 8|app: 0|req: 811/1687] 10.0.0.20 () {34 vars in 757 bytes} [Thu Apr 2 10:02:40 2026] PUT /v2.0/security-groups/df6b10db-7702-4f45-a3d1-e44e6a6fe967 => generated 1662 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:02:40.519 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6c6eef99-3f57-49f8-b1b5-0adae897a277 b47964fa3d4048489cbccd06fc20b21d 0bea00fa73b7407fa2a56f5207f2c026 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 812/1688] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:02:40 2026] DELETE /v2.0/networks/1a470677-ce26-4ac8-b1c5-3ae6b78ecd7b => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1689] 10.0.0.20 () {32 vars in 736 bytes} [Thu Apr 2 10:02:40 2026] GET /v2.0/security-groups/df6b10db-7702-4f45-a3d1-e44e6a6fe967 => generated 1662 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1690] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:02:40 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: 814/1691] 10.0.0.20 () {32 vars in 693 bytes} [Thu Apr 2 10:02:40 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1692] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:40 2026] DELETE /v2.0/security-groups/df6b10db-7702-4f45-a3d1-e44e6a6fe967 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1693] 10.0.0.20 () {32 vars in 741 bytes} [Thu Apr 2 10:02:40 2026] GET /v2.0/subnets?network_id=34f121f5-aaab-474d-96be-180217a6550a => generated 649 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1694] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:02:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1695] 10.0.0.20 () {32 vars in 652 bytes} [Thu Apr 2 10:02:40 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1696] 10.0.0.20 () {32 vars in 662 bytes} [Thu Apr 2 10:02:40 2026] GET /v2.0/security-groups => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1697] 10.0.0.20 () {32 vars in 648 bytes} [Thu Apr 2 10:02:40 2026] GET /v2.0/networks => generated 1313 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:02:40.782 7 INFO neutron.api.v2.resource [None req-4470dccf-7665-4c01-b92e-1b9668ea5c2c f944563618b646a786a06fa1b39a1892 1892db4f224640ba92563b3b16282fe3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 882/1698] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:40 2026] DELETE /v2.0/security-groups/df6b10db-7702-4f45-a3d1-e44e6a6fe967 => generated 146 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1699] 10.0.0.20 () {32 vars in 646 bytes} [Thu Apr 2 10:02:40 2026] GET /v2.0/subnets => generated 1312 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1700] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:02:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1701] 10.0.0.20 () {32 vars in 722 bytes} [Thu Apr 2 10:02:40 2026] GET /v2.0/networks/bf52ea3c-24fe-4e7a-9978-a10a23db0025 => generated 673 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:02:40.909 8 INFO neutron.db.securitygroups_db [None req-0a663455-338d-4005-9d17-d63d5389e304 5a0070d1c6be4f12b9247b071c583a5c 77e68d089149463b8bdd3b991b0900de - - default default] Project 77e68d089149463b8bdd3b991b0900de 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: 884/1702] 10.0.0.20 () {34 vars in 683 bytes} [Thu Apr 2 10:02:40 2026] POST /v2.0/security-groups => generated 1625 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1703] 10.0.0.20 () {32 vars in 720 bytes} [Thu Apr 2 10:02:40 2026] GET /v2.0/subnets/21e5e2b2-2dda-448c-96e1-5748dc7b04ab => generated 673 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1704] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:02:40 2026] POST /v2.0/security-group-rules => generated 607 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:02:40.994 8 INFO neutron.pecan_wsgi.hooks.translation [None req-28de8001-ac06-46ee-a7f9-03e16800b39a b47964fa3d4048489cbccd06fc20b21d 0bea00fa73b7407fa2a56f5207f2c026 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 820/1705] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:02:40 2026] DELETE /v2.0/subnets/f3e99389-1c11-409f-a319-38b6545695cf => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1706] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:02:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:02:41.023 8 INFO neutron.db.securitygroups_db [None req-5c5a717a-616c-4556-8c4d-b8495c320d5c 5a0070d1c6be4f12b9247b071c583a5c 77e68d089149463b8bdd3b991b0900de - - default default] Project 77e68d089149463b8bdd3b991b0900de added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-02 10:02:41.027 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fb70b127-ec81-4901-b56c-0fcc40ef4e7a b47964fa3d4048489cbccd06fc20b21d 0bea00fa73b7407fa2a56f5207f2c026 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 887/1707] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:02:41 2026] DELETE /v2.0/networks/1a470677-ce26-4ac8-b1c5-3ae6b78ecd7b => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1708] 10.0.0.20 () {32 vars in 746 bytes} [Thu Apr 2 10:02:41 2026] GET /v2.0/security-group-rules/0bd41e5c-822f-4bc9-aeba-b7baf4377c16 => generated 601 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1709] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:02:40 2026] POST /v2.0/security-group-rules => generated 606 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1710] 10.0.0.20 () {32 vars in 672 bytes} [Thu Apr 2 10:02:41 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1711] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:02:41 2026] DELETE /v2.0/subnets/21e5e2b2-2dda-448c-96e1-5748dc7b04ab => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1712] 10.0.0.20 () {32 vars in 749 bytes} [Thu Apr 2 10:02:41 2026] DELETE /v2.0/security-group-rules/0bd41e5c-822f-4bc9-aeba-b7baf4377c16 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:02:41.279 7 INFO neutron_taas.services.taas.taas_plugin [None req-65cae89a-d615-4e44-bb31-89c9da9f679d b47964fa3d4048489cbccd06fc20b21d 0bea00fa73b7407fa2a56f5207f2c026 - - default default] TaaS: Handle Delete Port: ee14e797-43cd-42bf-931a-6dfb3c73840a 2026-04-02 10:02:41.282 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65cae89a-d615-4e44-bb31-89c9da9f679d b47964fa3d4048489cbccd06fc20b21d 0bea00fa73b7407fa2a56f5207f2c026 - - default default] Tap Mirror: Handle Delete Port: ee14e797-43cd-42bf-931a-6dfb3c73840a [pid: 8|app: 0|req: 824/1713] 10.0.0.20 () {32 vars in 672 bytes} [Thu Apr 2 10:02:41 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) [pid: 8|app: 0|req: 825/1714] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:02:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1715] 10.0.0.20 () {32 vars in 746 bytes} [Thu Apr 2 10:02:41 2026] GET /v2.0/security-group-rules/b9ed2b9c-9767-417a-8732-dd11d4e66394 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1716] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:02:41 2026] DELETE /v2.0/networks/bf52ea3c-24fe-4e7a-9978-a10a23db0025 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1717] 10.0.0.20 () {32 vars in 672 bytes} [Thu Apr 2 10:02:41 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1718] 10.0.0.20 () {32 vars in 749 bytes} [Thu Apr 2 10:02:41 2026] DELETE /v2.0/security-group-rules/b9ed2b9c-9767-417a-8732-dd11d4e66394 => 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: 829/1719] 10.0.0.20 () {32 vars in 672 bytes} [Thu Apr 2 10:02:41 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1720] 10.0.0.20 () {32 vars in 648 bytes} [Thu Apr 2 10:02:41 2026] GET /v2.0/networks => generated 1298 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1721] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:02:41 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: 892/1722] 10.0.0.20 () {32 vars in 746 bytes} [Thu Apr 2 10:02:41 2026] GET /v2.0/security-group-rules/a2ea6452-012a-4263-b933-b3990074e3cf => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1723] 10.0.0.229 () {34 vars in 1098 bytes} [Thu Apr 2 10:02:41 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-577147998&fields=id&tenant_id=77e68d089149463b8bdd3b991b0900de => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1724] 10.0.0.20 () {32 vars in 672 bytes} [Thu Apr 2 10:02:41 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1725] 10.0.0.229 () {34 vars in 982 bytes} [Thu Apr 2 10:02:41 2026] GET /v2.0/networks?id=108df791-efe6-46c9-a59b-5e6a3625e56b => generated 661 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1726] 10.0.0.229 () {34 vars in 965 bytes} [Thu Apr 2 10:02:41 2026] GET /v2.0/quotas/77e68d089149463b8bdd3b991b0900de => 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: 832/1727] 10.0.0.20 () {32 vars in 749 bytes} [Thu Apr 2 10:02:41 2026] DELETE /v2.0/security-group-rules/a2ea6452-012a-4263-b933-b3990074e3cf => 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: 896/1728] 10.0.0.229 () {34 vars in 1002 bytes} [Thu Apr 2 10:02:41 2026] GET /v2.0/ports?tenant_id=77e68d089149463b8bdd3b991b0900de&fields=id => generated 149 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1729] 10.0.0.20 () {32 vars in 672 bytes} [Thu Apr 2 10:02:41 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1730] 10.0.0.229 () {34 vars in 1008 bytes} [Thu Apr 2 10:02:41 2026] GET /v2.0/networks/108df791-efe6-46c9-a59b-5e6a3625e56b?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: 897/1731] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:41 2026] DELETE /v2.0/security-groups/276a8223-7f24-481d-aefa-05f1704d724a => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1732] 10.0.0.229 () {34 vars in 1108 bytes} [Thu Apr 2 10:02:42 2026] GET /v2.0/networks/108df791-efe6-46c9-a59b-5e6a3625e56b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1733] 10.0.0.20 () {32 vars in 662 bytes} [Thu Apr 2 10:02:42 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1734] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:42 2026] GET /v2.0/security-groups?tenant_id=0bea00fa73b7407fa2a56f5207f2c026&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1735] 10.0.0.20 () {32 vars in 662 bytes} [Thu Apr 2 10:02:42 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1736] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:42 2026] GET /v2.0/ports?device_id=1b42bce2-1cbd-4b6d-a2c6-e57a6f84e580 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:02:42.383 7 INFO neutron.db.segments_db [None req-1836c435-b67c-4767-a39f-5b0d315e930f 4aa1d0233f534fe7915d9ab2e2f7bf61 b5bf1890d11d4fd89bafd324d95a911f - - default default] Added segment 3712ef33-2cb4-4492-a6ac-00f358bd41ee of type vxlan for network 4afbec0b-ef1b-430e-b7c8-30d1966afc07 [pid: 8|app: 0|req: 839/1737] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:42 2026] DELETE /v2.0/security-groups/46d85bdc-431a-4c53-b59f-579e1f1ec57f => 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: 899/1738] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:02:42 2026] POST /v2.0/networks => generated 612 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:02:42.487 7 INFO neutron.services.segments.plugin [-] Segment 90d953be-f1da-42ed-b905-99a8f9598aa0 resource provider aggregate not found 2026-04-02 10:02:42.498 7 INFO neutron.services.segments.plugin [-] Segment 90d953be-f1da-42ed-b905-99a8f9598aa0 resource provider aggregate not found 2026-04-02 10:02:42.512 7 INFO neutron.services.segments.plugin [-] Segment 90d953be-f1da-42ed-b905-99a8f9598aa0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90d953be-f1da-42ed-b905-99a8f9598aa0 found for delete ", "request_id": "req-e28cbd32-a60f-4a1a-8736-2776b0ca3c4b"}]} 2026-04-02 10:02:42.514 7 INFO neutron.services.segments.plugin [-] Segment 90d953be-f1da-42ed-b905-99a8f9598aa0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90d953be-f1da-42ed-b905-99a8f9598aa0 found for delete ", "request_id": "req-4c616b40-43e2-4388-9add-b5782e39891f"}]} [pid: 8|app: 0|req: 840/1739] 10.0.0.20 () {34 vars in 663 bytes} [Thu Apr 2 10:02:42 2026] POST /v2.0/ports => generated 743 bytes in 342 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: 841/1740] 10.0.0.20 () {34 vars in 746 bytes} [Thu Apr 2 10:02:42 2026] PUT /v2.0/ports/779498f2-4284-4215-bf7f-66e6946b729f/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 842/1741] 10.0.0.20 () {32 vars in 726 bytes} [Thu Apr 2 10:02:42 2026] GET /v2.0/ports/779498f2-4284-4215-bf7f-66e6946b729f/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 900/1742] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:42 2026] GET /v2.0/security-groups?tenant_id=1892db4f224640ba92563b3b16282fe3&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1743] 10.0.0.20 () {34 vars in 757 bytes} [Thu Apr 2 10:02:42 2026] PUT /v2.0/ports/779498f2-4284-4215-bf7f-66e6946b729f/tags/green => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 901/1744] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:42 2026] DELETE /v2.0/security-groups/09491dba-b2d0-485c-8d4c-7d7751f39100 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1745] 10.0.0.20 () {32 vars in 726 bytes} [Thu Apr 2 10:02:43 2026] GET /v2.0/ports/779498f2-4284-4215-bf7f-66e6946b729f/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: 902/1746] 10.0.0.20 () {34 vars in 753 bytes} [Thu Apr 2 10:02:43 2026] PUT /v2.0/ports/779498f2-4284-4215-bf7f-66e6946b729f/tags/red => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 845/1747] 10.0.0.20 () {32 vars in 726 bytes} [Thu Apr 2 10:02:43 2026] GET /v2.0/ports/779498f2-4284-4215-bf7f-66e6946b729f/tags => generated 34 bytes in 61 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: 903/1748] 10.0.0.20 () {34 vars in 775 bytes} [Thu Apr 2 10:02:43 2026] PUT /v2.0/ports/779498f2-4284-4215-bf7f-66e6946b729f/tags/black.or.white => generated 4 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 904/1749] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:43 2026] GET /v2.0/ports?device_id=1b42bce2-1cbd-4b6d-a2c6-e57a6f84e580 => 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: 846/1750] 10.0.0.20 () {32 vars in 726 bytes} [Thu Apr 2 10:02:43 2026] GET /v2.0/ports/779498f2-4284-4215-bf7f-66e6946b729f/tags => generated 52 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1751] 10.0.0.20 () {34 vars in 746 bytes} [Thu Apr 2 10:02:43 2026] PUT /v2.0/ports/779498f2-4284-4215-bf7f-66e6946b729f/tags => generated 37 bytes in 87 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: 847/1752] 10.0.0.20 () {32 vars in 726 bytes} [Thu Apr 2 10:02:43 2026] GET /v2.0/ports/779498f2-4284-4215-bf7f-66e6946b729f/tags => generated 37 bytes in 51 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: 906/1753] 10.0.0.20 () {32 vars in 734 bytes} [Thu Apr 2 10:02:43 2026] GET /v2.0/ports/779498f2-4284-4215-bf7f-66e6946b729f/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 10:02:43.674 8 INFO neutron.api.v2.resource [None req-8752e57d-a443-4004-95ff-4bc8fecf9cc2 4aa1d0233f534fe7915d9ab2e2f7bf61 b5bf1890d11d4fd89bafd324d95a911f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 848/1754] 10.0.0.20 () {32 vars in 738 bytes} [Thu Apr 2 10:02:43 2026] GET /v2.0/ports/779498f2-4284-4215-bf7f-66e6946b729f/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 907/1755] 10.0.0.20 () {32 vars in 737 bytes} [Thu Apr 2 10:02:43 2026] DELETE /v2.0/ports/779498f2-4284-4215-bf7f-66e6946b729f/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 849/1756] 10.0.0.20 () {32 vars in 726 bytes} [Thu Apr 2 10:02:43 2026] GET /v2.0/ports/779498f2-4284-4215-bf7f-66e6946b729f/tags => generated 30 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 10:02:43.852 7 INFO neutron.api.v2.resource [None req-4a3ac1bf-aeb8-4266-a80e-604d716f6bd2 4aa1d0233f534fe7915d9ab2e2f7bf61 b5bf1890d11d4fd89bafd324d95a911f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 908/1757] 10.0.0.20 () {32 vars in 741 bytes} [Thu Apr 2 10:02:43 2026] DELETE /v2.0/ports/779498f2-4284-4215-bf7f-66e6946b729f/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 850/1758] 10.0.0.20 () {32 vars in 729 bytes} [Thu Apr 2 10:02:43 2026] DELETE /v2.0/ports/779498f2-4284-4215-bf7f-66e6946b729f/tags => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 909/1759] 10.0.0.20 () {32 vars in 726 bytes} [Thu Apr 2 10:02:43 2026] GET /v2.0/ports/779498f2-4284-4215-bf7f-66e6946b729f/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 10:02:44.103 8 INFO neutron_taas.services.taas.taas_plugin [None req-ead256a9-ebd0-428d-a1c0-34077ec73d3d 4aa1d0233f534fe7915d9ab2e2f7bf61 b5bf1890d11d4fd89bafd324d95a911f - - default default] TaaS: Handle Delete Port: 779498f2-4284-4215-bf7f-66e6946b729f 2026-04-02 10:02:44.106 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ead256a9-ebd0-428d-a1c0-34077ec73d3d 4aa1d0233f534fe7915d9ab2e2f7bf61 b5bf1890d11d4fd89bafd324d95a911f - - default default] Tap Mirror: Handle Delete Port: 779498f2-4284-4215-bf7f-66e6946b729f [pid: 8|app: 0|req: 851/1760] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:02:43 2026] DELETE /v2.0/ports/779498f2-4284-4215-bf7f-66e6946b729f => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:02:44.301 8 INFO neutron.services.segments.plugin [-] Segment 3712ef33-2cb4-4492-a6ac-00f358bd41ee resource provider aggregate not found 2026-04-02 10:02:44.302 8 INFO neutron.services.segments.plugin [-] Segment 3712ef33-2cb4-4492-a6ac-00f358bd41ee resource provider aggregate not found 2026-04-02 10:02:44.321 8 INFO neutron.services.segments.plugin [-] Segment 3712ef33-2cb4-4492-a6ac-00f358bd41ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3712ef33-2cb4-4492-a6ac-00f358bd41ee found for delete ", "request_id": "req-c3b77e49-dc4e-4436-9379-554c07b7ca22"}]} 2026-04-02 10:02:44.324 8 INFO neutron.services.segments.plugin [-] Segment 3712ef33-2cb4-4492-a6ac-00f358bd41ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3712ef33-2cb4-4492-a6ac-00f358bd41ee found for delete ", "request_id": "req-fd4fced4-e8a6-4883-b78e-124509f8f335"}]} [pid: 8|app: 0|req: 852/1761] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:02:44 2026] DELETE /v2.0/networks/4afbec0b-ef1b-430e-b7c8-30d1966afc07 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 853/1762] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:44 2026] GET /v2.0/ports?device_id=1b42bce2-1cbd-4b6d-a2c6-e57a6f84e580 => 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: 910/1763] 10.0.0.20 () {34 vars in 683 bytes} [Thu Apr 2 10:02:44 2026] POST /v2.0/security-groups => generated 1625 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1764] 10.0.0.20 () {32 vars in 662 bytes} [Thu Apr 2 10:02:44 2026] GET /v2.0/security-groups => generated 4530 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1765] 10.0.0.20 () {34 vars in 757 bytes} [Thu Apr 2 10:02:44 2026] PUT /v2.0/security-groups/6e595aa3-fb16-47f7-9534-734bc726b9ce => generated 1664 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1766] 10.0.0.20 () {32 vars in 736 bytes} [Thu Apr 2 10:02:44 2026] GET /v2.0/security-groups/6e595aa3-fb16-47f7-9534-734bc726b9ce => generated 1664 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1767] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:44 2026] DELETE /v2.0/security-groups/6e595aa3-fb16-47f7-9534-734bc726b9ce => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1768] 10.0.0.20 () {32 vars in 662 bytes} [Thu Apr 2 10:02:44 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:02:44.915 7 INFO neutron.api.v2.resource [None req-119f10fb-b1b0-4c4d-a277-6c9e3ea89211 2a69102473474c7a9f2ecd2ef1dbfa6b 3a8afa743e704cb39347cd6b67bf7973 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 913/1769] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:44 2026] DELETE /v2.0/security-groups/6e595aa3-fb16-47f7-9534-734bc726b9ce => 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: 914/1770] 10.0.0.20 () {34 vars in 683 bytes} [Thu Apr 2 10:02:44 2026] POST /v2.0/security-groups => generated 1625 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1771] 10.0.0.20 () {34 vars in 676 bytes} [Thu Apr 2 10:02:44 2026] POST /v2.0/subnetpools => generated 549 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1772] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:45 2026] GET /v2.0/security-groups?tenant_id=b5bf1890d11d4fd89bafd324d95a911f&name=default => generated 2925 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1773] 10.0.0.20 () {32 vars in 728 bytes} [Thu Apr 2 10:02:45 2026] GET /v2.0/subnetpools/3f5193e7-736b-4cef-8c59-73a8316f6ae8 => generated 549 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1774] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:02:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1775] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:45 2026] DELETE /v2.0/security-groups/f5d9698e-ad8b-471f-bc3c-21512dccdfa2 => 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: 859/1776] 10.0.0.20 () {34 vars in 748 bytes} [Thu Apr 2 10:02:45 2026] PUT /v2.0/subnetpools/3f5193e7-736b-4cef-8c59-73a8316f6ae8 => generated 500 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1777] 10.0.0.20 () {32 vars in 746 bytes} [Thu Apr 2 10:02:45 2026] GET /v2.0/security-group-rules/b0bd23e7-67f8-4361-b2c7-f33dc6348c28 => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1778] 10.0.0.20 () {32 vars in 731 bytes} [Thu Apr 2 10:02:45 2026] DELETE /v2.0/subnetpools/3f5193e7-736b-4cef-8c59-73a8316f6ae8 => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:02:45.274 8 INFO neutron.api.v2.resource [None req-7b08526c-a6e4-4adc-90db-c71a9ffc7ecb ed0c43fc227240d2bb16404b34a194ff eaca559fb20948b8926665d1a42a8a6f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 861/1779] 10.0.0.20 () {32 vars in 728 bytes} [Thu Apr 2 10:02:45 2026] GET /v2.0/subnetpools/3f5193e7-736b-4cef-8c59-73a8316f6ae8 => generated 145 bytes in 6 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:02:45.285 8 INFO neutron.api.v2.resource [None req-28efe596-0f13-4207-a631-8d31e34c9ef4 ed0c43fc227240d2bb16404b34a194ff eaca559fb20948b8926665d1a42a8a6f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 862/1780] 10.0.0.20 () {32 vars in 731 bytes} [Thu Apr 2 10:02:45 2026] DELETE /v2.0/subnetpools/3f5193e7-736b-4cef-8c59-73a8316f6ae8 => generated 145 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1781] 10.0.0.20 () {32 vars in 672 bytes} [Thu Apr 2 10:02:45 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1782] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:45 2026] GET /v2.0/security-groups?tenant_id=bc7cd4079b714331bd0add24e69f5e3b&name=default => generated 2925 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1783] 10.0.0.20 () {32 vars in 749 bytes} [Thu Apr 2 10:02:45 2026] DELETE /v2.0/security-group-rules/b0bd23e7-67f8-4361-b2c7-f33dc6348c28 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1784] 10.0.0.20 () {32 vars in 672 bytes} [Thu Apr 2 10:02:45 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) [pid: 8|app: 0|req: 864/1785] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:45 2026] DELETE /v2.0/security-groups/e5949a94-3125-43dd-b2b4-a50bba242319 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1786] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:02:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1787] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:45 2026] GET /v2.0/ports?device_id=1b42bce2-1cbd-4b6d-a2c6-e57a6f84e580 => 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: 923/1788] 10.0.0.20 () {32 vars in 746 bytes} [Thu Apr 2 10:02:45 2026] GET /v2.0/security-group-rules/bded1470-e08c-4381-8c08-aefd738052af => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1789] 10.0.0.20 () {32 vars in 672 bytes} [Thu Apr 2 10:02:45 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1790] 10.0.0.20 () {32 vars in 749 bytes} [Thu Apr 2 10:02:45 2026] DELETE /v2.0/security-group-rules/bded1470-e08c-4381-8c08-aefd738052af => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1791] 10.0.0.20 () {32 vars in 672 bytes} [Thu Apr 2 10:02:45 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:02:45.796 7 INFO neutron.db.securitygroups_db [None req-1bf9d295-2bb9-4f69-bec5-56f54a72f47a 2a69102473474c7a9f2ecd2ef1dbfa6b 3a8afa743e704cb39347cd6b67bf7973 - - default default] Project 3a8afa743e704cb39347cd6b67bf7973 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: 925/1792] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:02:45 2026] POST /v2.0/security-group-rules => generated 607 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1793] 10.0.0.20 () {32 vars in 746 bytes} [Thu Apr 2 10:02:45 2026] GET /v2.0/security-group-rules/e382bd09-6825-49c6-9ec9-5a87e3a9b083 => generated 607 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1794] 10.0.0.20 () {32 vars in 672 bytes} [Thu Apr 2 10:02:45 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1795] 10.0.0.20 () {32 vars in 749 bytes} [Thu Apr 2 10:02:45 2026] DELETE /v2.0/security-group-rules/e382bd09-6825-49c6-9ec9-5a87e3a9b083 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1796] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:45 2026] GET /v2.0/security-groups?tenant_id=eaca559fb20948b8926665d1a42a8a6f&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1797] 10.0.0.20 () {32 vars in 672 bytes} [Thu Apr 2 10:02:45 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1798] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:46 2026] DELETE /v2.0/security-groups/6e75bb9c-09a4-4442-8734-20e40bfecefc => 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: 930/1799] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:46 2026] DELETE /v2.0/security-groups/6e18d9ec-2930-48f3-a6d4-2e89a485ae5e => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1800] 10.0.0.20 () {32 vars in 662 bytes} [Thu Apr 2 10:02:46 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1801] 10.0.0.20 () {32 vars in 662 bytes} [Thu Apr 2 10:02:46 2026] GET /v2.0/security-groups => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1802] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:46 2026] GET /v2.0/ports?device_id=1b42bce2-1cbd-4b6d-a2c6-e57a6f84e580 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1803] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:02:46 2026] GET /v2.0/networks?id=108df791-efe6-46c9-a59b-5e6a3625e56b => generated 661 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1804] 199.204.45.155 () {34 vars in 1050 bytes} [Thu Apr 2 10:02:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=77e68d089149463b8bdd3b991b0900de => generated 272 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1805] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:46 2026] GET /v2.0/security-groups?tenant_id=3a8afa743e704cb39347cd6b67bf7973&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1806] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:46 2026] DELETE /v2.0/security-groups/0e3e8619-544c-48ce-af5c-0cb1a70a238c => 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: 934/1807] 199.204.45.155 () {38 vars in 955 bytes} [Thu Apr 2 10:02:46 2026] POST /v2.0/ports => generated 954 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1808] 199.204.45.155 () {38 vars in 1028 bytes} [Thu Apr 2 10:02:47 2026] PUT /v2.0/ports/71da8b76-5a1f-4d77-80ad-e70b2f118f01 => generated 1235 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:02:47.539 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d8adbfa2-d355-42ff-9e6a-d3578bd5d3a6'] response: {'name': 'network-changed', 'server_uuid': '1b42bce2-1cbd-4b6d-a2c6-e57a6f84e580', 'tag': '71da8b76-5a1f-4d77-80ad-e70b2f118f01', '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: 935/1809] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:47 2026] GET /v2.0/ports?device_id=1b42bce2-1cbd-4b6d-a2c6-e57a6f84e580 => generated 969 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: 875/1810] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:02:47 2026] GET /v2.0/security-groups?id=d1a58187-3cad-4dab-a13a-e7f543860f95&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: 936/1811] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:02:48 2026] GET /v2.0/ports?tenant_id=77e68d089149463b8bdd3b991b0900de&device_id=1b42bce2-1cbd-4b6d-a2c6-e57a6f84e580 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1812] 199.204.45.155 () {34 vars in 1018 bytes} [Thu Apr 2 10:02:48 2026] GET /v2.0/networks?tenant_id=77e68d089149463b8bdd3b991b0900de&shared=False => 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: 937/1813] 199.204.45.155 () {34 vars in 930 bytes} [Thu Apr 2 10:02:48 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: 7|app: 0|req: 939/1816] 10.0.0.20 () {34 vars in 683 bytes} [Thu Apr 2 10:02:48 2026] POST /v2.0/security-groups => generated 1601 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1817] 10.0.0.20 () {34 vars in 766 bytes} [Thu Apr 2 10:02:48 2026] PUT /v2.0/security-groups/9d73a2f5-1460-4a39-9f8e-fc3ea01b78b5/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1818] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:48 2026] GET /v2.0/ports?device_id=1b42bce2-1cbd-4b6d-a2c6-e57a6f84e580 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1819] 10.0.0.20 () {32 vars in 746 bytes} [Thu Apr 2 10:02:48 2026] GET /v2.0/security-groups/9d73a2f5-1460-4a39-9f8e-fc3ea01b78b5/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1820] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:02:48 2026] GET /v2.0/security-groups?id=d1a58187-3cad-4dab-a13a-e7f543860f95&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1821] 10.0.0.20 () {34 vars in 777 bytes} [Thu Apr 2 10:02:49 2026] PUT /v2.0/security-groups/9d73a2f5-1460-4a39-9f8e-fc3ea01b78b5/tags/green => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1822] 10.0.0.20 () {32 vars in 746 bytes} [Thu Apr 2 10:02:49 2026] GET /v2.0/security-groups/9d73a2f5-1460-4a39-9f8e-fc3ea01b78b5/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1823] 10.0.0.20 () {34 vars in 773 bytes} [Thu Apr 2 10:02:49 2026] PUT /v2.0/security-groups/9d73a2f5-1460-4a39-9f8e-fc3ea01b78b5/tags/red => generated 4 bytes in 27 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1824] 10.0.0.20 () {32 vars in 746 bytes} [Thu Apr 2 10:02:49 2026] GET /v2.0/security-groups/9d73a2f5-1460-4a39-9f8e-fc3ea01b78b5/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1825] 10.0.0.20 () {34 vars in 795 bytes} [Thu Apr 2 10:02:49 2026] PUT /v2.0/security-groups/9d73a2f5-1460-4a39-9f8e-fc3ea01b78b5/tags/black.or.white => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1826] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:02:49 2026] GET /v2.0/ports?tenant_id=77e68d089149463b8bdd3b991b0900de&device_id=1b42bce2-1cbd-4b6d-a2c6-e57a6f84e580 => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1827] 10.0.0.20 () {32 vars in 746 bytes} [Thu Apr 2 10:02:49 2026] GET /v2.0/security-groups/9d73a2f5-1460-4a39-9f8e-fc3ea01b78b5/tags => generated 52 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1828] 199.204.45.155 () {34 vars in 1058 bytes} [Thu Apr 2 10:02:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=71da8b76-5a1f-4d77-80ad-e70b2f118f01 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1829] 10.0.0.20 () {34 vars in 766 bytes} [Thu Apr 2 10:02:49 2026] PUT /v2.0/security-groups/9d73a2f5-1460-4a39-9f8e-fc3ea01b78b5/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: 884/1830] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:02:49 2026] GET /v2.0/subnets?id=4b164f96-d75b-4b12-b5be-6f288810e5ed => 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: 947/1831] 10.0.0.20 () {32 vars in 746 bytes} [Thu Apr 2 10:02:49 2026] GET /v2.0/security-groups/9d73a2f5-1460-4a39-9f8e-fc3ea01b78b5/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1832] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:02:49 2026] GET /v2.0/ports?network_id=108df791-efe6-46c9-a59b-5e6a3625e56b&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: 948/1833] 10.0.0.20 () {32 vars in 754 bytes} [Thu Apr 2 10:02:49 2026] GET /v2.0/security-groups/9d73a2f5-1460-4a39-9f8e-fc3ea01b78b5/tags/red => 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: 886/1834] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:02:49 2026] GET /v2.0/networks/108df791-efe6-46c9-a59b-5e6a3625e56b?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1835] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:02:49 2026] GET /v2.0/networks/108df791-efe6-46c9-a59b-5e6a3625e56b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1836] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:50 2026] GET /v2.0/ports?device_id=1b42bce2-1cbd-4b6d-a2c6-e57a6f84e580 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:02:50.173 7 INFO neutron.api.v2.resource [None req-13dbf7c3-ff17-4e71-aa4a-6b3bdf210dbb a798112f8a5d41ca84ad163209aabe90 514b0c641ac94567946f466ce8cb62e5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 889/1837] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:02:50 2026] GET /v2.0/security-groups?id=d1a58187-3cad-4dab-a13a-e7f543860f95&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1838] 10.0.0.20 () {32 vars in 758 bytes} [Thu Apr 2 10:02:49 2026] GET /v2.0/security-groups/9d73a2f5-1460-4a39-9f8e-fc3ea01b78b5/tags/green => generated 99 bytes in 760 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1839] 10.0.0.20 () {32 vars in 757 bytes} [Thu Apr 2 10:02:50 2026] DELETE /v2.0/security-groups/9d73a2f5-1460-4a39-9f8e-fc3ea01b78b5/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1840] 10.0.0.20 () {32 vars in 746 bytes} [Thu Apr 2 10:02:50 2026] GET /v2.0/security-groups/9d73a2f5-1460-4a39-9f8e-fc3ea01b78b5/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:02:50.313 8 INFO neutron.api.v2.resource [None req-25e1d1a4-387d-47b1-8d43-23884f90f172 a798112f8a5d41ca84ad163209aabe90 514b0c641ac94567946f466ce8cb62e5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 891/1841] 10.0.0.20 () {32 vars in 761 bytes} [Thu Apr 2 10:02:50 2026] DELETE /v2.0/security-groups/9d73a2f5-1460-4a39-9f8e-fc3ea01b78b5/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1842] 10.0.0.20 () {32 vars in 749 bytes} [Thu Apr 2 10:02:50 2026] DELETE /v2.0/security-groups/9d73a2f5-1460-4a39-9f8e-fc3ea01b78b5/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: 892/1843] 10.0.0.20 () {32 vars in 746 bytes} [Thu Apr 2 10:02:50 2026] GET /v2.0/security-groups/9d73a2f5-1460-4a39-9f8e-fc3ea01b78b5/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1844] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:50 2026] DELETE /v2.0/security-groups/9d73a2f5-1460-4a39-9f8e-fc3ea01b78b5 => 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: 893/1845] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:50 2026] GET /v2.0/security-groups?tenant_id=7933dd7fb86e43a887ae94481cc929ba&name=default => generated 2925 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1846] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:50 2026] DELETE /v2.0/security-groups/32287a78-4520-4e01-a1ed-7d7addb5a393 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1847] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:51 2026] GET /v2.0/security-groups?tenant_id=67a3cfecf7044e9d95fc8d9bb4075848&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: 895/1848] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:51 2026] GET /v2.0/ports?device_id=1b42bce2-1cbd-4b6d-a2c6-e57a6f84e580 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1849] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:51 2026] GET /v2.0/security-groups?tenant_id=514b0c641ac94567946f466ce8cb62e5&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1850] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:02:51 2026] GET /v2.0/security-groups?id=d1a58187-3cad-4dab-a13a-e7f543860f95&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: 896/1851] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:51 2026] DELETE /v2.0/security-groups/396d0fbe-a821-4111-9525-00c666efa9d3 => 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: 956/1852] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:51 2026] DELETE /v2.0/security-groups/2d79ab4c-6ba1-43ed-a927-136f473d4f4a => 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: 897/1853] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:51 2026] GET /v2.0/security-groups?tenant_id=28a118f5aabf4b5c9653d489074f4ec6&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1854] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:51 2026] DELETE /v2.0/security-groups/157e6f0d-4708-4108-b54b-5e836bd94092 => 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: 898/1855] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:52 2026] GET /v2.0/ports?device_id=1b42bce2-1cbd-4b6d-a2c6-e57a6f84e580 => 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: 958/1856] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:02:52 2026] GET /v2.0/security-groups?id=d1a58187-3cad-4dab-a13a-e7f543860f95&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: 899/1857] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:53 2026] GET /v2.0/ports?device_id=1b42bce2-1cbd-4b6d-a2c6-e57a6f84e580 => 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: 959/1858] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:02:53 2026] GET /v2.0/security-groups?id=d1a58187-3cad-4dab-a13a-e7f543860f95&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: 900/1859] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:02:53 2026] GET /v2.0/security-groups?tenant_id=11e8bad37a3849eb9d3516d6e19e58b0&name=default => generated 2925 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1860] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:02:53 2026] DELETE /v2.0/security-groups/c01e4d57-eff2-49f3-a208-0c4a0d659972 => 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: 901/1861] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:54 2026] GET /v2.0/ports?device_id=1b42bce2-1cbd-4b6d-a2c6-e57a6f84e580 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1862] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:02:54 2026] GET /v2.0/security-groups?id=d1a58187-3cad-4dab-a13a-e7f543860f95&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: 902/1863] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:02:54 2026] GET /v2.0/ports?device_id=1b42bce2-1cbd-4b6d-a2c6-e57a6f84e580 => 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: 962/1864] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:02:54 2026] GET /v2.0/security-groups?id=d1a58187-3cad-4dab-a13a-e7f543860f95&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: 903/1865] 10.0.0.20 () {32 vars in 735 bytes} [Thu Apr 2 10:02:55 2026] GET /v2.0/ports?device_id=1b42bce2-1cbd-4b6d-a2c6-e57a6f84e580 => generated 1240 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:02:55.502 7 INFO neutron.db.l3_db [None req-2c170b2d-95f0-4083-b720-8a29fcde10c9 5a0070d1c6be4f12b9247b071c583a5c 77e68d089149463b8bdd3b991b0900de - - default default] Floating IP 9fd123ab-96c0-42cb-834d-b9555d765c61 associated. External IP: 10.96.250.220, port: 71da8b76-5a1f-4d77-80ad-e70b2f118f01. [pid: 7|app: 0|req: 963/1866] 10.0.0.20 () {34 vars in 748 bytes} [Thu Apr 2 10:02:55 2026] PUT /v2.0/floatingips/9fd123ab-96c0-42cb-834d-b9555d765c61 => generated 855 bytes in 699 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:02:55.892 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1c3dc6e8-8818-49d6-8e26-f4acbe01ec09'] response: {'name': 'network-changed', 'server_uuid': '1b42bce2-1cbd-4b6d-a2c6-e57a6f84e580', 'tag': '71da8b76-5a1f-4d77-80ad-e70b2f118f01', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 904/1867] 10.0.0.20 () {32 vars in 728 bytes} [Thu Apr 2 10:02:55 2026] GET /v2.0/floatingips/9fd123ab-96c0-42cb-834d-b9555d765c61 => generated 855 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1868] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:02:56 2026] GET /v2.0/ports?tenant_id=77e68d089149463b8bdd3b991b0900de&device_id=1b42bce2-1cbd-4b6d-a2c6-e57a6f84e580 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1869] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:02:56 2026] GET /v2.0/networks?id=108df791-efe6-46c9-a59b-5e6a3625e56b => generated 757 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1870] 199.204.45.155 () {34 vars in 1058 bytes} [Thu Apr 2 10:02:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=71da8b76-5a1f-4d77-80ad-e70b2f118f01 => generated 858 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1871] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:02:56 2026] GET /v2.0/subnets?id=4b164f96-d75b-4b12-b5be-6f288810e5ed => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1872] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:02:56 2026] GET /v2.0/ports?network_id=108df791-efe6-46c9-a59b-5e6a3625e56b&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1873] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:02:56 2026] GET /v2.0/networks/108df791-efe6-46c9-a59b-5e6a3625e56b?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1874] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:02:56 2026] GET /v2.0/networks/108df791-efe6-46c9-a59b-5e6a3625e56b?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: 908/1875] 10.0.0.20 () {32 vars in 728 bytes} [Thu Apr 2 10:02:56 2026] GET /v2.0/floatingips/9fd123ab-96c0-42cb-834d-b9555d765c61 => generated 857 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1876] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:03:00 2026] GET /v2.0/security-groups?tenant_id=50b80d1e1d8a4f2b85daa3430f03bdba&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1877] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:03:00 2026] DELETE /v2.0/security-groups/fe5f34fe-7dcd-4972-aa76-f9c676c1b689 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:03:02.464 7 INFO neutron.db.segments_db [None req-4a949f75-28f6-4d3b-a4d4-84ac3f6b28ba 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment 08cda920-0607-44d3-8a29-a2cba0d28626 of type vxlan for network d8cd0599-cc92-4273-b97d-b16878ef2aa4 [pid: 7|app: 0|req: 969/1878] 10.0.0.20 () {34 vars in 670 bytes} [Thu Apr 2 10:03:02 2026] POST /v2.0/networks => generated 722 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1879] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:03:02 2026] POST /v2.0/subnets => generated 688 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:03:02.800 7 INFO neutron.db.segments_db [None req-c7c5727b-728f-46f4-bcea-13bb8e06aa2a 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment 68cb05e1-55ba-4ee3-b499-9687ee65902b of type vxlan for network ab576302-7b87-4b75-9176-9243eed7cee2 2026-04-02 10:03:03.044 7 INFO neutron.db.l3_hamode_db [None req-c7c5727b-728f-46f4-bcea-13bb8e06aa2a 4622e6aab95146f982a3d0c3b8a409dc 323dfb019f994e19b6f691afd3ee022b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 10:03:03.096 8 INFO neutron.db.segments_db [None req-68ea2d8e-c48b-4dcd-b47b-42406d7b59e3 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] Added segment 7493c329-38e7-4d24-a863-dfb3598f8760 of type vxlan for network 612ff2ee-ee27-4eca-9ba1-ce24c74132e5 [pid: 8|app: 0|req: 911/1880] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:03:02 2026] POST /v2.0/networks => generated 621 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1881] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:03:03 2026] POST /v2.0/subnets => generated 658 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1884] 10.0.0.20 () {32 vars in 721 bytes} [Thu Apr 2 10:03:03 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1885] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:03:03 2026] POST /v2.0/subnets => generated 731 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:03:03.799 8 INFO neutron.db.segments_db [None req-7adc322c-8f34-407f-af68-feef22f152a3 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] Added segment de3a6f83-7308-47ff-8be2-9dab3774ff38 of type vxlan for network 2be51cf0-9e79-4fe0-9579-c4a5749a5549 2026-04-02 10:03:03.832 7 INFO neutron.db.l3_hamode_db [None req-c7c5727b-728f-46f4-bcea-13bb8e06aa2a 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 917/1886] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:03:03 2026] POST /v2.0/networks => generated 618 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1887] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:03:03 2026] POST /v2.0/subnets => generated 656 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1888] 10.0.0.169 () {34 vars in 990 bytes} [Thu Apr 2 10:03:04 2026] GET /v2.0/ports?device_id=1b42bce2-1cbd-4b6d-a2c6-e57a6f84e580 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1889] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:03:04 2026] POST /v2.0/subnets => generated 726 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1890] 10.0.0.169 () {34 vars in 1040 bytes} [Thu Apr 2 10:03:04 2026] GET /v2.0/security-groups?id=d1a58187-3cad-4dab-a13a-e7f543860f95&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:03:04.378 8 INFO neutron.db.segments_db [None req-562f6a3c-4763-4530-aff9-b976354ea618 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] Added segment 2696b5bb-17c6-4dbf-a9eb-b29a6a95f437 of type vxlan for network d85eadf2-a2d1-4cf7-a711-94415b430285 [pid: 8|app: 0|req: 922/1891] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:03:04 2026] POST /v2.0/networks => generated 618 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1892] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:03:02 2026] POST /v2.0/routers => generated 728 bytes in 1896 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1893] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:03:04 2026] POST /v2.0/subnets => generated 656 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1894] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:03:04 2026] POST /v2.0/subnets => generated 730 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:03:04.940 8 INFO neutron.db.segments_db [None req-0f2e668c-4cad-477f-b031-7bfa56cee96d 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] Added segment 3a8de451-49a6-4257-80b9-6d5f01e346af of type vxlan for network 14f78032-289a-4518-ae55-cf2504bff7cd 2026-04-02 10:03:05.195 8 INFO neutron.db.l3_hamode_db [None req-0f2e668c-4cad-477f-b031-7bfa56cee96d 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 971/1895] 10.0.0.20 () {34 vars in 782 bytes} [Thu Apr 2 10:03:04 2026] PUT /v2.0/routers/8e1105f7-5545-47ca-8faa-71b184f08bc3/add_router_interface => generated 309 bytes in 1078 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:03:05.932 8 INFO neutron.db.l3_hamode_db [None req-0f2e668c-4cad-477f-b031-7bfa56cee96d 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 925/1896] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:03:04 2026] POST /v2.0/routers => generated 685 bytes in 1846 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:03:06.955 8 INFO neutron.db.segments_db [None req-cf74fec4-1748-426c-bf21-2741426625ea 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment cc878d0d-73ff-4e70-a497-d902618035a8 of type vxlan for network 3677d792-c6f7-4ecc-85f3-e5ad19fe96e7 [pid: 8|app: 0|req: 926/1897] 10.0.0.20 () {34 vars in 670 bytes} [Thu Apr 2 10:03:06 2026] POST /v2.0/networks => generated 722 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1898] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:03:07 2026] POST /v2.0/subnets => generated 688 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:03:07.273 8 INFO neutron.db.segments_db [None req-2d6147d8-884b-467a-b252-70f55c4cda64 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Added segment e4118294-d4ab-4e47-ba8c-d98f72321253 of type vxlan for network 15eed1a4-c897-4749-9cca-77ad43c1f5bd 2026-04-02 10:03:07.460 8 INFO neutron.db.l3_hamode_db [None req-2d6147d8-884b-467a-b252-70f55c4cda64 4622e6aab95146f982a3d0c3b8a409dc ac4a8059b47643c988e24a6deba8af19 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 10:03:08.162 8 INFO neutron.db.l3_hamode_db [None req-2d6147d8-884b-467a-b252-70f55c4cda64 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 972/1899] 10.0.0.20 () {34 vars in 782 bytes} [Thu Apr 2 10:03:06 2026] PUT /v2.0/routers/c69ab552-097f-4d08-b7e5-666a7f2df636/add_router_interface => generated 309 bytes in 1483 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1900] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:03:07 2026] POST /v2.0/routers => generated 728 bytes in 1669 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1901] 10.0.0.20 () {34 vars in 782 bytes} [Thu Apr 2 10:03:08 2026] PUT /v2.0/routers/c69ab552-097f-4d08-b7e5-666a7f2df636/add_router_interface => generated 309 bytes in 1339 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1902] 10.0.0.20 () {34 vars in 782 bytes} [Thu Apr 2 10:03:08 2026] PUT /v2.0/routers/fadedad4-05e6-4edf-9730-0ce35df259ec/add_router_interface => generated 309 bytes in 1072 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1903] 10.0.0.20 () {34 vars in 684 bytes} [Thu Apr 2 10:03:10 2026] POST /v2.0/security-groups => generated 1675 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1904] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:03:10 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: 7|app: 0|req: 974/1905] 10.0.0.20 () {34 vars in 782 bytes} [Thu Apr 2 10:03:09 2026] PUT /v2.0/routers/c69ab552-097f-4d08-b7e5-666a7f2df636/add_router_interface => generated 309 bytes in 1438 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1906] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:03:11 2026] POST /v2.0/security-group-rules => generated 596 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1907] 10.0.0.20 () {34 vars in 683 bytes} [Thu Apr 2 10:03:11 2026] POST /v2.0/security-groups => generated 1628 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1908] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:03:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1909] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:03:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1910] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:03:11 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: 7|app: 0|req: 977/1911] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:03:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:03:11.482 8 INFO neutron.db.securitygroups_db [None req-816416b5-da77-4ef4-9c6c-4a468cd047e9 c04c62645bad479fb76b8e9f04d4e6a7 323dfb019f994e19b6f691afd3ee022b - - default default] Project 323dfb019f994e19b6f691afd3ee022b 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: 978/1912] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:03:11 2026] POST /v2.0/security-group-rules => generated 599 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1913] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:03:11 2026] POST /v2.0/security-group-rules => generated 607 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:03:11.610 8 INFO neutron.db.securitygroups_db [None req-cfa8adac-6cd4-4b26-ad7d-0e2c85eb0d0f c04c62645bad479fb76b8e9f04d4e6a7 323dfb019f994e19b6f691afd3ee022b - - default default] Project 323dfb019f994e19b6f691afd3ee022b 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: 979/1914] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:03:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1915] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:03:11 2026] POST /v2.0/security-group-rules => generated 606 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1916] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:03:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1917] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:03:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1918] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:03:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1919] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:03:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1920] 10.0.0.20 () {34 vars in 684 bytes} [Thu Apr 2 10:03:12 2026] POST /v2.0/security-groups => generated 1659 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1921] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:03:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1922] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:03:12 2026] POST /v2.0/security-group-rules => generated 599 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1923] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:03:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1924] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:03:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1925] 10.0.0.20 () {34 vars in 694 bytes} [Thu Apr 2 10:03:12 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: 985/1926] 10.0.0.20 () {34 vars in 675 bytes} [Thu Apr 2 10:03:12 2026] POST /v2.0/floatingips => generated 552 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1927] 10.0.0.229 () {34 vars in 1096 bytes} [Thu Apr 2 10:03:12 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1438095650&fields=id&tenant_id=0d11804c96ee4a328273f81bd492e673 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1928] 10.0.0.229 () {34 vars in 1098 bytes} [Thu Apr 2 10:03:12 2026] GET /v2.0/security-groups?name=tempest-securitygroup--463965107&fields=id&tenant_id=323dfb019f994e19b6f691afd3ee022b => generated 69 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1929] 10.0.0.229 () {34 vars in 982 bytes} [Thu Apr 2 10:03:12 2026] GET /v2.0/networks?id=2be51cf0-9e79-4fe0-9579-c4a5749a5549 => generated 704 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1930] 10.0.0.229 () {34 vars in 965 bytes} [Thu Apr 2 10:03:12 2026] GET /v2.0/quotas/0d11804c96ee4a328273f81bd492e673 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1931] 10.0.0.229 () {34 vars in 1100 bytes} [Thu Apr 2 10:03:12 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2144811600&fields=id&tenant_id=323dfb019f994e19b6f691afd3ee022b => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1932] 10.0.0.229 () {34 vars in 982 bytes} [Thu Apr 2 10:03:13 2026] GET /v2.0/networks?id=d8cd0599-cc92-4273-b97d-b16878ef2aa4 => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1933] 10.0.0.229 () {34 vars in 965 bytes} [Thu Apr 2 10:03:13 2026] GET /v2.0/quotas/323dfb019f994e19b6f691afd3ee022b => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1934] 10.0.0.229 () {34 vars in 1002 bytes} [Thu Apr 2 10:03:13 2026] GET /v2.0/ports?tenant_id=323dfb019f994e19b6f691afd3ee022b&fields=id => generated 103 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1935] 10.0.0.229 () {34 vars in 1002 bytes} [Thu Apr 2 10:03:13 2026] GET /v2.0/ports?tenant_id=0d11804c96ee4a328273f81bd492e673&fields=id => generated 241 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1936] 10.0.0.229 () {34 vars in 1008 bytes} [Thu Apr 2 10:03:13 2026] GET /v2.0/networks/d8cd0599-cc92-4273-b97d-b16878ef2aa4?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: 946/1937] 10.0.0.229 () {34 vars in 1008 bytes} [Thu Apr 2 10:03:13 2026] GET /v2.0/networks/2be51cf0-9e79-4fe0-9579-c4a5749a5549?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: 992/1938] 10.0.0.229 () {34 vars in 1108 bytes} [Thu Apr 2 10:03:13 2026] GET /v2.0/networks/d8cd0599-cc92-4273-b97d-b16878ef2aa4?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: 947/1939] 10.0.0.229 () {34 vars in 1108 bytes} [Thu Apr 2 10:03:13 2026] GET /v2.0/networks/2be51cf0-9e79-4fe0-9579-c4a5749a5549?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1940] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:13 2026] GET /v2.0/ports?device_id=7db0f575-6b5f-4369-9414-7cb5066fe79b => 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: 948/1941] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:13 2026] GET /v2.0/ports?device_id=1ff1a339-7aed-42f5-ad4a-9dc5e20d984e => 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: 994/1942] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:14 2026] GET /v2.0/ports?device_id=1b42bce2-1cbd-4b6d-a2c6-e57a6f84e580 => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1943] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:14 2026] GET /v2.0/ports?device_id=7db0f575-6b5f-4369-9414-7cb5066fe79b => 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: 949/1944] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:03:14 2026] GET /v2.0/security-groups?id=d1a58187-3cad-4dab-a13a-e7f543860f95&fields=id&fields=name => generated 113 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1945] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:15 2026] GET /v2.0/ports?device_id=7db0f575-6b5f-4369-9414-7cb5066fe79b => 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: 950/1946] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:15 2026] GET /v2.0/ports?device_id=1b42bce2-1cbd-4b6d-a2c6-e57a6f84e580 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1947] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:03:15 2026] GET /v2.0/security-groups?id=d1a58187-3cad-4dab-a13a-e7f543860f95&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: 951/1948] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:16 2026] GET /v2.0/ports?device_id=7db0f575-6b5f-4369-9414-7cb5066fe79b => 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: 998/1949] 199.204.45.155 () {34 vars in 994 bytes} [Thu Apr 2 10:03:16 2026] GET /v2.0/ports?device_id=1b42bce2-1cbd-4b6d-a2c6-e57a6f84e580 => 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: 999/1950] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:16 2026] GET /v2.0/ports?device_id=1b42bce2-1cbd-4b6d-a2c6-e57a6f84e580 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:03:16.945 8 INFO neutron_taas.services.taas.taas_plugin [req-e88bf750-a7a6-45a1-899a-2350b2265d4a req-4b8a12c9-9b5d-401d-a667-d0bdceb018dc 5a0070d1c6be4f12b9247b071c583a5c 77e68d089149463b8bdd3b991b0900de - - default default] TaaS: Handle Delete Port: 71da8b76-5a1f-4d77-80ad-e70b2f118f01 2026-04-02 10:03:16.949 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e88bf750-a7a6-45a1-899a-2350b2265d4a req-4b8a12c9-9b5d-401d-a667-d0bdceb018dc 5a0070d1c6be4f12b9247b071c583a5c 77e68d089149463b8bdd3b991b0900de - - default default] Tap Mirror: Handle Delete Port: 71da8b76-5a1f-4d77-80ad-e70b2f118f01 [pid: 7|app: 0|req: 1000/1951] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:03:16 2026] GET /v2.0/security-groups?id=d1a58187-3cad-4dab-a13a-e7f543860f95&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-04-02 10:03:17.041 8 INFO neutron.db.l3_db [req-e88bf750-a7a6-45a1-899a-2350b2265d4a req-4b8a12c9-9b5d-401d-a667-d0bdceb018dc 5a0070d1c6be4f12b9247b071c583a5c 77e68d089149463b8bdd3b991b0900de - - default default] Floating IP 9fd123ab-96c0-42cb-834d-b9555d765c61 disassociated. External IP: 10.96.250.220, port: 71da8b76-5a1f-4d77-80ad-e70b2f118f01. [pid: 8|app: 0|req: 952/1952] 199.204.45.155 () {36 vars in 997 bytes} [Thu Apr 2 10:03:16 2026] DELETE /v2.0/ports/71da8b76-5a1f-4d77-80ad-e70b2f118f01 => generated 0 bytes in 569 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:03:17.437 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c6bee63-7c88-4765-b2fa-932e2acada9a'] response: {'server_uuid': '1b42bce2-1cbd-4b6d-a2c6-e57a6f84e580', 'name': 'network-vif-deleted', 'tag': '71da8b76-5a1f-4d77-80ad-e70b2f118f01', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1001/1953] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:03:17 2026] GET /v2.0/networks?id=d8cd0599-cc92-4273-b97d-b16878ef2aa4 => generated 673 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1954] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:17 2026] GET /v2.0/ports?device_id=7db0f575-6b5f-4369-9414-7cb5066fe79b => 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: 953/1955] 199.204.45.155 () {34 vars in 1050 bytes} [Thu Apr 2 10:03:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=323dfb019f994e19b6f691afd3ee022b => generated 273 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1956] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:18 2026] GET /v2.0/ports?device_id=1b42bce2-1cbd-4b6d-a2c6-e57a6f84e580 => 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: 1003/1959] 199.204.45.155 () {38 vars in 955 bytes} [Thu Apr 2 10:03:17 2026] POST /v2.0/ports => generated 993 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1004/1960] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:18 2026] GET /v2.0/ports?device_id=1ff1a339-7aed-42f5-ad4a-9dc5e20d984e => 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: 957/1961] 199.204.45.155 () {38 vars in 1028 bytes} [Thu Apr 2 10:03:18 2026] PUT /v2.0/ports/b1ecaf97-4c37-4ac7-9fb9-53935afb7121 => generated 1274 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1962] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:18 2026] GET /v2.0/ports?device_id=7db0f575-6b5f-4369-9414-7cb5066fe79b => generated 1008 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: 958/1963] 10.0.0.229 () {34 vars in 1120 bytes} [Thu Apr 2 10:03:18 2026] GET /v2.0/security-groups?id=99bcfbca-b975-49a6-8a7c-8fcd66c38258&id=941be717-8291-47a1-b72d-7df58e227ad2&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1964] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:19 2026] GET /v2.0/ports?device_id=1b42bce2-1cbd-4b6d-a2c6-e57a6f84e580 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:03:19.473 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5013cacf-087d-481c-b5f8-6d5d91f6161a'] response: {'name': 'network-changed', 'server_uuid': '7db0f575-6b5f-4369-9414-7cb5066fe79b', 'tag': 'b1ecaf97-4c37-4ac7-9fb9-53935afb7121', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 959/1965] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:03:19 2026] GET /v2.0/ports?tenant_id=323dfb019f994e19b6f691afd3ee022b&device_id=7db0f575-6b5f-4369-9414-7cb5066fe79b => generated 1277 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1966] 199.204.45.155 () {34 vars in 1058 bytes} [Thu Apr 2 10:03:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=b1ecaf97-4c37-4ac7-9fb9-53935afb7121 => 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: 960/1967] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:03:19 2026] GET /v2.0/subnets?id=9f5d1120-c462-4a11-9fa7-e8f5a64cc1c4 => generated 691 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1968] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:03:19 2026] GET /v2.0/ports?network_id=d8cd0599-cc92-4273-b97d-b16878ef2aa4&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: 961/1969] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:03:19 2026] GET /v2.0/networks?id=2be51cf0-9e79-4fe0-9579-c4a5749a5549 => generated 704 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1970] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:03:19 2026] GET /v2.0/networks/d8cd0599-cc92-4273-b97d-b16878ef2aa4?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: 962/1971] 199.204.45.155 () {34 vars in 1050 bytes} [Thu Apr 2 10:03:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0d11804c96ee4a328273f81bd492e673 => generated 179 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1972] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:03:20 2026] GET /v2.0/networks/d8cd0599-cc92-4273-b97d-b16878ef2aa4?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: 1011/1973] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:20 2026] GET /v2.0/ports?device_id=7db0f575-6b5f-4369-9414-7cb5066fe79b => generated 1008 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1974] 10.0.0.229 () {34 vars in 1120 bytes} [Thu Apr 2 10:03:20 2026] GET /v2.0/security-groups?id=99bcfbca-b975-49a6-8a7c-8fcd66c38258&id=941be717-8291-47a1-b72d-7df58e227ad2&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1975] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:20 2026] GET /v2.0/ports?device_id=1b42bce2-1cbd-4b6d-a2c6-e57a6f84e580 => 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: 963/1976] 199.204.45.155 () {38 vars in 955 bytes} [Thu Apr 2 10:03:20 2026] POST /v2.0/ports => generated 1179 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1977] 199.204.45.155 () {38 vars in 1028 bytes} [Thu Apr 2 10:03:20 2026] PUT /v2.0/ports/fe1e0927-6fc8-4f7d-82c4-4b135d8ee6a6 => generated 1460 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:03:20.948 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-576f66a3-27a8-448a-b027-571b77367f19'] response: {'name': 'network-changed', 'server_uuid': '1ff1a339-7aed-42f5-ad4a-9dc5e20d984e', 'tag': 'fe1e0927-6fc8-4f7d-82c4-4b135d8ee6a6', '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: 964/1978] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:03:21 2026] GET /v2.0/ports?tenant_id=323dfb019f994e19b6f691afd3ee022b&device_id=7db0f575-6b5f-4369-9414-7cb5066fe79b => generated 1277 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: 1015/1979] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:03:21 2026] GET /v2.0/networks?id=d8cd0599-cc92-4273-b97d-b16878ef2aa4 => generated 769 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1980] 199.204.45.155 () {34 vars in 1058 bytes} [Thu Apr 2 10:03:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=b1ecaf97-4c37-4ac7-9fb9-53935afb7121 => 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: 1016/1981] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:03:21 2026] GET /v2.0/subnets?id=9f5d1120-c462-4a11-9fa7-e8f5a64cc1c4 => generated 691 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1982] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:03:21 2026] GET /v2.0/ports?network_id=d8cd0599-cc92-4273-b97d-b16878ef2aa4&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1983] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:21 2026] GET /v2.0/ports?device_id=7db0f575-6b5f-4369-9414-7cb5066fe79b => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1984] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:03:21 2026] GET /v2.0/networks/d8cd0599-cc92-4273-b97d-b16878ef2aa4?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: 1018/1985] 10.0.0.229 () {34 vars in 1120 bytes} [Thu Apr 2 10:03:21 2026] GET /v2.0/security-groups?id=99bcfbca-b975-49a6-8a7c-8fcd66c38258&id=941be717-8291-47a1-b72d-7df58e227ad2&fields=id&fields=name => generated 206 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1986] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:03:21 2026] GET /v2.0/networks/d8cd0599-cc92-4273-b97d-b16878ef2aa4?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: 1019/1987] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:03:21 2026] DELETE /v2.0/security-groups/d1a58187-3cad-4dab-a13a-e7f543860f95 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1988] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:03:21 2026] GET /v2.0/ports?tenant_id=0d11804c96ee4a328273f81bd492e673&device_id=1ff1a339-7aed-42f5-ad4a-9dc5e20d984e => generated 1463 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1989] 199.204.45.155 () {34 vars in 1018 bytes} [Thu Apr 2 10:03:21 2026] GET /v2.0/networks?tenant_id=0d11804c96ee4a328273f81bd492e673&shared=False => generated 2375 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:03:21.594 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea71f51e-8b92-4684-9ff3-87c64c730738 5a0070d1c6be4f12b9247b071c583a5c 77e68d089149463b8bdd3b991b0900de - - default default] TaaS: Handle Delete Port: 40c4d421-a5ea-4669-8ca4-eeb8796eb8f9 2026-04-02 10:03:21.596 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea71f51e-8b92-4684-9ff3-87c64c730738 5a0070d1c6be4f12b9247b071c583a5c 77e68d089149463b8bdd3b991b0900de - - default default] Tap Mirror: Handle Delete Port: 40c4d421-a5ea-4669-8ca4-eeb8796eb8f9 [pid: 8|app: 0|req: 971/1990] 199.204.45.155 () {34 vars in 930 bytes} [Thu Apr 2 10:03:21 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1991] 10.0.0.20 () {32 vars in 731 bytes} [Thu Apr 2 10:03:21 2026] DELETE /v2.0/floatingips/9fd123ab-96c0-42cb-834d-b9555d765c61 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1992] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:21 2026] GET /v2.0/ports?device_id=4d826165-d51f-4a8e-b910-a71c44ce8639 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1993] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:03:21 2026] GET /v2.0/security-groups?id=2b7c7071-983b-4b1b-9506-8ad1157d412d&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1994] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:22 2026] GET /v2.0/ports?device_id=7db0f575-6b5f-4369-9414-7cb5066fe79b => generated 1008 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1995] 10.0.0.229 () {34 vars in 1120 bytes} [Thu Apr 2 10:03:22 2026] GET /v2.0/security-groups?id=99bcfbca-b975-49a6-8a7c-8fcd66c38258&id=941be717-8291-47a1-b72d-7df58e227ad2&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1996] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:03:22 2026] GET /v2.0/ports?tenant_id=0d11804c96ee4a328273f81bd492e673&device_id=1ff1a339-7aed-42f5-ad4a-9dc5e20d984e => generated 1463 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1997] 199.204.45.155 () {34 vars in 1058 bytes} [Thu Apr 2 10:03:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=fe1e0927-6fc8-4f7d-82c4-4b135d8ee6a6 => 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: 975/1998] 199.204.45.155 () {34 vars in 1102 bytes} [Thu Apr 2 10:03:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A46&port_id=fe1e0927-6fc8-4f7d-82c4-4b135d8ee6a6 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1999] 199.204.45.155 () {34 vars in 1064 bytes} [Thu Apr 2 10:03:22 2026] GET /v2.0/subnets?id=bec4da7d-d7f0-4872-afe0-6f975a4aba29&id=abd56c3b-d130-4b86-8c72-fed18ebff307 => generated 1411 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2000] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:03:22 2026] GET /v2.0/ports?network_id=2be51cf0-9e79-4fe0-9579-c4a5749a5549&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2001] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:03:22 2026] GET /v2.0/ports?network_id=2be51cf0-9e79-4fe0-9579-c4a5749a5549&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2002] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:03:22 2026] GET /v2.0/networks/2be51cf0-9e79-4fe0-9579-c4a5749a5549?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: 1026/2003] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:03:22 2026] GET /v2.0/networks/2be51cf0-9e79-4fe0-9579-c4a5749a5549?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2004] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:23 2026] GET /v2.0/ports?device_id=4d826165-d51f-4a8e-b910-a71c44ce8639 => 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: 1027/2005] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:03:23 2026] GET /v2.0/security-groups?id=2b7c7071-983b-4b1b-9506-8ad1157d412d&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: 979/2006] 199.204.45.155 () {34 vars in 994 bytes} [Thu Apr 2 10:03:23 2026] GET /v2.0/ports?device_id=7db0f575-6b5f-4369-9414-7cb5066fe79b => generated 1277 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2007] 199.204.45.155 () {34 vars in 1124 bytes} [Thu Apr 2 10:03:23 2026] GET /v2.0/security-groups?id=99bcfbca-b975-49a6-8a7c-8fcd66c38258&id=941be717-8291-47a1-b72d-7df58e227ad2&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2008] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:23 2026] GET /v2.0/ports?device_id=7db0f575-6b5f-4369-9414-7cb5066fe79b => generated 1008 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2009] 10.0.0.229 () {34 vars in 1120 bytes} [Thu Apr 2 10:03:23 2026] GET /v2.0/security-groups?id=99bcfbca-b975-49a6-8a7c-8fcd66c38258&id=941be717-8291-47a1-b72d-7df58e227ad2&fields=id&fields=name => generated 206 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2010] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:23 2026] GET /v2.0/ports?device_id=1ff1a339-7aed-42f5-ad4a-9dc5e20d984e => generated 1194 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2011] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:03:23 2026] GET /v2.0/security-groups?id=5319f0c9-2447-4dc7-a8f9-7db507b3c7da&fields=id&fields=name => generated 112 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2012] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:24 2026] GET /v2.0/ports?device_id=4d826165-d51f-4a8e-b910-a71c44ce8639 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2013] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:03:24 2026] GET /v2.0/security-groups?id=2b7c7071-983b-4b1b-9506-8ad1157d412d&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2014] 199.204.45.155 () {34 vars in 994 bytes} [Thu Apr 2 10:03:24 2026] GET /v2.0/ports?device_id=4d826165-d51f-4a8e-b910-a71c44ce8639 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:03:24.462 8 INFO neutron_taas.services.taas.taas_plugin [req-5875894b-1955-4268-a263-b10a9458fa3e req-43454560-529c-480d-af9c-14babc1f809e 5a0070d1c6be4f12b9247b071c583a5c 77e68d089149463b8bdd3b991b0900de - - default default] TaaS: Handle Delete Port: c5c1168b-71c4-450a-a8e5-12ddabbb1d9a 2026-04-02 10:03:24.466 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5875894b-1955-4268-a263-b10a9458fa3e req-43454560-529c-480d-af9c-14babc1f809e 5a0070d1c6be4f12b9247b071c583a5c 77e68d089149463b8bdd3b991b0900de - - default default] Tap Mirror: Handle Delete Port: c5c1168b-71c4-450a-a8e5-12ddabbb1d9a [pid: 8|app: 0|req: 984/2015] 199.204.45.155 () {36 vars in 997 bytes} [Thu Apr 2 10:03:24 2026] DELETE /v2.0/ports/c5c1168b-71c4-450a-a8e5-12ddabbb1d9a => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:03:24.663 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef22aab7-69cd-4433-b1d5-c73da00c3b56'] response: {'server_uuid': '4d826165-d51f-4a8e-b910-a71c44ce8639', 'name': 'network-vif-deleted', 'tag': 'c5c1168b-71c4-450a-a8e5-12ddabbb1d9a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1032/2016] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:24 2026] GET /v2.0/ports?device_id=7db0f575-6b5f-4369-9414-7cb5066fe79b => generated 1010 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2017] 10.0.0.229 () {34 vars in 1120 bytes} [Thu Apr 2 10:03:24 2026] GET /v2.0/security-groups?id=99bcfbca-b975-49a6-8a7c-8fcd66c38258&id=941be717-8291-47a1-b72d-7df58e227ad2&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2018] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:25 2026] GET /v2.0/ports?device_id=4d826165-d51f-4a8e-b910-a71c44ce8639 => 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: 986/2019] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:25 2026] GET /v2.0/ports?device_id=7db0f575-6b5f-4369-9414-7cb5066fe79b => generated 1010 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2020] 10.0.0.229 () {34 vars in 1120 bytes} [Thu Apr 2 10:03:26 2026] GET /v2.0/security-groups?id=99bcfbca-b975-49a6-8a7c-8fcd66c38258&id=941be717-8291-47a1-b72d-7df58e227ad2&fields=id&fields=name => generated 206 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2021] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:26 2026] GET /v2.0/ports?device_id=7db0f575-6b5f-4369-9414-7cb5066fe79b => generated 1010 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2022] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:26 2026] GET /v2.0/ports?device_id=4d826165-d51f-4a8e-b910-a71c44ce8639 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:03:26.565 7 INFO neutron.db.l3_db [None req-c27b70e3-5b9a-4967-9613-c94dd797e00c c04c62645bad479fb76b8e9f04d4e6a7 323dfb019f994e19b6f691afd3ee022b - - default default] Floating IP 088d4877-ba7a-4f08-96f0-c77c8bfbbf9b associated. External IP: 10.96.250.209, port: b1ecaf97-4c37-4ac7-9fb9-53935afb7121. [pid: 7|app: 0|req: 1035/2023] 10.0.0.20 () {34 vars in 748 bytes} [Thu Apr 2 10:03:26 2026] PUT /v2.0/floatingips/088d4877-ba7a-4f08-96f0-c77c8bfbbf9b => generated 855 bytes in 726 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:03:26.982 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e6a4151c-7db4-4eab-ab4b-3b59fabbdd25'] response: {'name': 'network-changed', 'server_uuid': '7db0f575-6b5f-4369-9414-7cb5066fe79b', 'tag': 'b1ecaf97-4c37-4ac7-9fb9-53935afb7121', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 989/2024] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:03:27 2026] GET /v2.0/ports?tenant_id=323dfb019f994e19b6f691afd3ee022b&device_id=7db0f575-6b5f-4369-9414-7cb5066fe79b => generated 1279 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2025] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:03:27 2026] GET /v2.0/networks?id=d8cd0599-cc92-4273-b97d-b16878ef2aa4 => generated 769 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2026] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:27 2026] GET /v2.0/ports?device_id=4d826165-d51f-4a8e-b910-a71c44ce8639 => 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: 1037/2027] 199.204.45.155 () {34 vars in 1058 bytes} [Thu Apr 2 10:03:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=b1ecaf97-4c37-4ac7-9fb9-53935afb7121 => generated 858 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2028] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:03:27 2026] GET /v2.0/subnets?id=9f5d1120-c462-4a11-9fa7-e8f5a64cc1c4 => generated 691 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2029] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:03:27 2026] GET /v2.0/ports?network_id=d8cd0599-cc92-4273-b97d-b16878ef2aa4&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2030] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:03:27 2026] GET /v2.0/networks/d8cd0599-cc92-4273-b97d-b16878ef2aa4?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: 1039/2031] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:03:27 2026] GET /v2.0/networks/d8cd0599-cc92-4273-b97d-b16878ef2aa4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2032] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:03:28 2026] DELETE /v2.0/security-groups/2b7c7071-983b-4b1b-9506-8ad1157d412d => 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: 1040/2033] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:28 2026] GET /v2.0/ports?device_id=1ff1a339-7aed-42f5-ad4a-9dc5e20d984e => generated 1196 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2034] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:03:28 2026] GET /v2.0/security-groups?id=5319f0c9-2447-4dc7-a8f9-7db507b3c7da&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2035] 10.0.0.20 () {32 vars in 817 bytes} [Thu Apr 2 10:03:28 2026] GET /v2.0/ports?network_id=2be51cf0-9e79-4fe0-9579-c4a5749a5549&mac_address=fa%3A16%3A3e%3A71%3A80%3A5f => generated 1196 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:03:29.290 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef6f2a53-d441-4930-bfc2-f0353ed927e0 5a0070d1c6be4f12b9247b071c583a5c 77e68d089149463b8bdd3b991b0900de - - default default] TaaS: Handle Delete Port: a1f77e5b-13a7-40ce-9cb4-ff32b92c4e1c 2026-04-02 10:03:29.293 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef6f2a53-d441-4930-bfc2-f0353ed927e0 5a0070d1c6be4f12b9247b071c583a5c 77e68d089149463b8bdd3b991b0900de - - default default] Tap Mirror: Handle Delete Port: a1f77e5b-13a7-40ce-9cb4-ff32b92c4e1c [pid: 8|app: 0|req: 994/2036] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:03:28 2026] PUT /v2.0/routers/32109246-f069-4430-b8ff-4d7ef71fb89e/remove_router_interface => generated 309 bytes in 942 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:03:29.865 7 INFO neutron.db.l3_db [None req-6a4d222f-6d01-4a68-b496-c9f7a30d9bbf 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] Floating IP 8f59ca84-32b3-4a65-8573-83c8e1d86f16 associated. External IP: 10.96.250.216, port: fe1e0927-6fc8-4f7d-82c4-4b135d8ee6a6. [pid: 8|app: 0|req: 995/2037] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:03:29 2026] DELETE /v2.0/subnets/4b164f96-d75b-4b12-b5be-6f288810e5ed => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:03:30.155 8 INFO neutron_taas.services.taas.taas_plugin [None req-d409d4e1-3dde-47d2-bbcb-6cdee295fa8b 5a0070d1c6be4f12b9247b071c583a5c 77e68d089149463b8bdd3b991b0900de - - default default] TaaS: Handle Delete Port: eba93a52-be60-4c41-a697-ae48b71e1e22 2026-04-02 10:03:30.158 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d409d4e1-3dde-47d2-bbcb-6cdee295fa8b 5a0070d1c6be4f12b9247b071c583a5c 77e68d089149463b8bdd3b991b0900de - - default default] Tap Mirror: Handle Delete Port: eba93a52-be60-4c41-a697-ae48b71e1e22 [pid: 7|app: 0|req: 1043/2038] 10.0.0.20 () {34 vars in 676 bytes} [Thu Apr 2 10:03:29 2026] POST /v2.0/floatingips => generated 855 bytes in 1144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:03:30.246 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5a2b6161-b753-43c5-8f5c-c34702622189'] response: {'name': 'network-changed', 'server_uuid': '1ff1a339-7aed-42f5-ad4a-9dc5e20d984e', 'tag': 'fe1e0927-6fc8-4f7d-82c4-4b135d8ee6a6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1044/2039] 10.0.0.229 () {34 vars in 1096 bytes} [Thu Apr 2 10:03:30 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1438095650&fields=id&tenant_id=0d11804c96ee4a328273f81bd492e673 => generated 69 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2040] 10.0.0.229 () {34 vars in 982 bytes} [Thu Apr 2 10:03:30 2026] GET /v2.0/networks?id=d85eadf2-a2d1-4cf7-a711-94415b430285 => generated 704 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2041] 10.0.0.229 () {34 vars in 965 bytes} [Thu Apr 2 10:03:30 2026] GET /v2.0/quotas/0d11804c96ee4a328273f81bd492e673 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:03:30.476 8 INFO neutron_taas.services.taas.taas_plugin [None req-d409d4e1-3dde-47d2-bbcb-6cdee295fa8b 5a0070d1c6be4f12b9247b071c583a5c 77e68d089149463b8bdd3b991b0900de - - default default] TaaS: Handle Delete Port: 26ac896f-d2e4-45e0-bbdc-9fdacf60a252 2026-04-02 10:03:30.479 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d409d4e1-3dde-47d2-bbcb-6cdee295fa8b 5a0070d1c6be4f12b9247b071c583a5c 77e68d089149463b8bdd3b991b0900de - - default default] Tap Mirror: Handle Delete Port: 26ac896f-d2e4-45e0-bbdc-9fdacf60a252 [pid: 7|app: 0|req: 1047/2042] 10.0.0.229 () {34 vars in 1002 bytes} [Thu Apr 2 10:03:30 2026] GET /v2.0/ports?tenant_id=0d11804c96ee4a328273f81bd492e673&fields=id => generated 333 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2043] 10.0.0.229 () {34 vars in 1008 bytes} [Thu Apr 2 10:03:30 2026] GET /v2.0/networks/d85eadf2-a2d1-4cf7-a711-94415b430285?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: 1049/2044] 10.0.0.229 () {34 vars in 1108 bytes} [Thu Apr 2 10:03:30 2026] GET /v2.0/networks/d85eadf2-a2d1-4cf7-a711-94415b430285?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2045] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:03:30 2026] GET /v2.0/ports?tenant_id=0d11804c96ee4a328273f81bd492e673&device_id=1ff1a339-7aed-42f5-ad4a-9dc5e20d984e => generated 1465 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:03:30.824 8 INFO neutron.services.segments.plugin [-] Segment 924b4fdf-957e-4b04-966e-d275c7c9347a resource provider aggregate not found 2026-04-02 10:03:30.830 8 INFO neutron.services.segments.plugin [-] Segment 924b4fdf-957e-4b04-966e-d275c7c9347a resource provider aggregate not found 2026-04-02 10:03:30.841 8 INFO neutron.services.segments.plugin [-] Segment 924b4fdf-957e-4b04-966e-d275c7c9347a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 924b4fdf-957e-4b04-966e-d275c7c9347a found for delete ", "request_id": "req-03fb088c-c7f4-49e9-bdf2-f8dc6d895d24"}]} 2026-04-02 10:03:30.852 8 INFO neutron.services.segments.plugin [-] Segment 924b4fdf-957e-4b04-966e-d275c7c9347a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 924b4fdf-957e-4b04-966e-d275c7c9347a found for delete ", "request_id": "req-6fb4bc30-f03b-4a46-9fc8-3d754d7d1fe5"}]} [pid: 7|app: 0|req: 1051/2046] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:03:30 2026] GET /v2.0/networks?id=2be51cf0-9e79-4fe0-9579-c4a5749a5549 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:03:30.864 8 INFO neutron.db.l3_hamode_db [None req-d409d4e1-3dde-47d2-bbcb-6cdee295fa8b 5a0070d1c6be4f12b9247b071c583a5c 77e68d089149463b8bdd3b991b0900de - - default default] HA network c9d828e4-c3f4-480d-a04a-07c19cad0e1d was deleted as no HA routers are present in tenant 77e68d089149463b8bdd3b991b0900de. [pid: 8|app: 0|req: 996/2047] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:03:29 2026] DELETE /v2.0/routers/32109246-f069-4430-b8ff-4d7ef71fb89e => generated 0 bytes in 887 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2048] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:30 2026] GET /v2.0/ports?device_id=8eedcb64-b072-4fee-8ce2-bfeccd1fd86b => 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: 997/2049] 199.204.45.155 () {34 vars in 1058 bytes} [Thu Apr 2 10:03:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=fe1e0927-6fc8-4f7d-82c4-4b135d8ee6a6 => generated 858 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2050] 199.204.45.155 () {34 vars in 1102 bytes} [Thu Apr 2 10:03:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A46&port_id=fe1e0927-6fc8-4f7d-82c4-4b135d8ee6a6 => 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: 999/2051] 199.204.45.155 () {34 vars in 1064 bytes} [Thu Apr 2 10:03:30 2026] GET /v2.0/subnets?id=bec4da7d-d7f0-4872-afe0-6f975a4aba29&id=abd56c3b-d130-4b86-8c72-fed18ebff307 => generated 1411 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:03:30.963 7 INFO neutron_taas.services.taas.taas_plugin [None req-10187d3f-0ed8-4526-9bd7-b9d140f9368f 5a0070d1c6be4f12b9247b071c583a5c 77e68d089149463b8bdd3b991b0900de - - default default] TaaS: Handle Delete Port: 748e22a5-c496-4e0b-9685-9fd762601e94 2026-04-02 10:03:30.966 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10187d3f-0ed8-4526-9bd7-b9d140f9368f 5a0070d1c6be4f12b9247b071c583a5c 77e68d089149463b8bdd3b991b0900de - - default default] Tap Mirror: Handle Delete Port: 748e22a5-c496-4e0b-9685-9fd762601e94 [pid: 8|app: 0|req: 1000/2052] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:03:30 2026] GET /v2.0/ports?network_id=2be51cf0-9e79-4fe0-9579-c4a5749a5549&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2053] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:03:31 2026] GET /v2.0/ports?network_id=2be51cf0-9e79-4fe0-9579-c4a5749a5549&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: 1002/2054] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:03:31 2026] GET /v2.0/networks/2be51cf0-9e79-4fe0-9579-c4a5749a5549?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:03:31.125 7 INFO neutron.services.segments.plugin [-] Segment c96c99e8-775c-4b11-9022-b8941ae0c522 resource provider aggregate not found 2026-04-02 10:03:31.130 7 INFO neutron.services.segments.plugin [-] Segment c96c99e8-775c-4b11-9022-b8941ae0c522 resource provider aggregate not found 2026-04-02 10:03:31.138 7 INFO neutron.services.segments.plugin [-] Segment c96c99e8-775c-4b11-9022-b8941ae0c522 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c96c99e8-775c-4b11-9022-b8941ae0c522 found for delete ", "request_id": "req-b27db3f6-d8cb-4fa8-87a3-8b1b2f487023"}]} [pid: 8|app: 0|req: 1003/2055] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:03:31 2026] GET /v2.0/networks/2be51cf0-9e79-4fe0-9579-c4a5749a5549?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:03:31.150 7 INFO neutron.services.segments.plugin [-] Segment c96c99e8-775c-4b11-9022-b8941ae0c522 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c96c99e8-775c-4b11-9022-b8941ae0c522 found for delete ", "request_id": "req-826cd96c-9232-4ad5-941e-35bf95a7526c"}]} [pid: 7|app: 0|req: 1053/2056] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:03:30 2026] DELETE /v2.0/networks/108df791-efe6-46c9-a59b-5e6a3625e56b => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2057] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:03:31 2026] GET /v2.0/security-groups?tenant_id=a76b73a10f9a41358b06eaad968f1567&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2058] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:03:32 2026] DELETE /v2.0/security-groups/fdbf9ca9-c864-4b29-bfb8-a6bf51fb0cd1 => 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: 1005/2059] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:03:32 2026] GET /v2.0/security-groups?tenant_id=77e68d089149463b8bdd3b991b0900de&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: 1055/2060] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:03:32 2026] DELETE /v2.0/security-groups/72bde165-ddd2-4efa-8872-4575ede75b75 => 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: 1007/2063] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:34 2026] GET /v2.0/ports?device_id=7db0f575-6b5f-4369-9414-7cb5066fe79b => 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: 1057/2064] 10.0.0.229 () {34 vars in 1120 bytes} [Thu Apr 2 10:03:34 2026] GET /v2.0/security-groups?id=99bcfbca-b975-49a6-8a7c-8fcd66c38258&id=941be717-8291-47a1-b72d-7df58e227ad2&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2065] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:03:35 2026] GET /v2.0/networks?id=d85eadf2-a2d1-4cf7-a711-94415b430285 => generated 704 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2066] 199.204.45.155 () {34 vars in 1050 bytes} [Thu Apr 2 10:03:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0d11804c96ee4a328273f81bd492e673 => generated 179 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2067] 10.0.0.20 () {32 vars in 735 bytes} [Thu Apr 2 10:03:35 2026] GET /v2.0/ports?device_id=7db0f575-6b5f-4369-9414-7cb5066fe79b => generated 1279 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2068] 10.0.0.20 () {32 vars in 857 bytes} [Thu Apr 2 10:03:35 2026] GET /v2.0/floatingips?floating_network_id=34f121f5-aaab-474d-96be-180217a6550a&port_id=b1ecaf97-4c37-4ac7-9fb9-53935afb7121 => generated 860 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2069] 199.204.45.155 () {38 vars in 955 bytes} [Thu Apr 2 10:03:35 2026] POST /v2.0/ports => generated 1187 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2070] 199.204.45.155 () {38 vars in 1028 bytes} [Thu Apr 2 10:03:35 2026] PUT /v2.0/ports/c6644caa-4a6d-40be-8f05-03297cbc3205 => generated 1468 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 10:03:35.982 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-619e0167-5ae4-43c6-9f1c-a2e5aecf8fd5'] response: {'name': 'network-changed', 'server_uuid': '8eedcb64-b072-4fee-8ce2-bfeccd1fd86b', 'tag': 'c6644caa-4a6d-40be-8f05-03297cbc3205', '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: 1061/2071] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:35 2026] GET /v2.0/ports?device_id=8eedcb64-b072-4fee-8ce2-bfeccd1fd86b => generated 1202 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2072] 10.0.0.169 () {34 vars in 990 bytes} [Thu Apr 2 10:03:36 2026] GET /v2.0/ports?device_id=7db0f575-6b5f-4369-9414-7cb5066fe79b => generated 1279 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2073] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:03:36 2026] GET /v2.0/security-groups?id=5319f0c9-2447-4dc7-a8f9-7db507b3c7da&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2074] 10.0.0.169 () {34 vars in 1120 bytes} [Thu Apr 2 10:03:36 2026] GET /v2.0/security-groups?id=99bcfbca-b975-49a6-8a7c-8fcd66c38258&id=941be717-8291-47a1-b72d-7df58e227ad2&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2075] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:03:36 2026] GET /v2.0/ports?tenant_id=0d11804c96ee4a328273f81bd492e673&device_id=8eedcb64-b072-4fee-8ce2-bfeccd1fd86b => generated 1471 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2076] 199.204.45.155 () {34 vars in 1018 bytes} [Thu Apr 2 10:03:36 2026] GET /v2.0/networks?tenant_id=0d11804c96ee4a328273f81bd492e673&shared=False => generated 2375 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2077] 199.204.45.155 () {34 vars in 930 bytes} [Thu Apr 2 10:03:36 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: 1014/2078] 10.0.0.20 () {34 vars in 675 bytes} [Thu Apr 2 10:03:36 2026] POST /v2.0/floatingips => generated 552 bytes in 583 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2079] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:03:37 2026] GET /v2.0/ports?tenant_id=0d11804c96ee4a328273f81bd492e673&device_id=8eedcb64-b072-4fee-8ce2-bfeccd1fd86b => generated 1471 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2080] 199.204.45.155 () {34 vars in 1058 bytes} [Thu Apr 2 10:03:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.234&port_id=c6644caa-4a6d-40be-8f05-03297cbc3205 => 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: 1017/2081] 199.204.45.155 () {34 vars in 1106 bytes} [Thu Apr 2 10:03:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1ee&port_id=c6644caa-4a6d-40be-8f05-03297cbc3205 => 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: 1018/2082] 199.204.45.155 () {34 vars in 1064 bytes} [Thu Apr 2 10:03:37 2026] GET /v2.0/subnets?id=1fd15ee7-44c9-4685-b992-ba3776b7e192&id=f27b59cc-0a3f-450d-be11-3157f3cac7a5 => generated 1415 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2083] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:03:37 2026] GET /v2.0/ports?network_id=d85eadf2-a2d1-4cf7-a711-94415b430285&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2084] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:03:37 2026] GET /v2.0/ports?network_id=d85eadf2-a2d1-4cf7-a711-94415b430285&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2085] 10.0.0.20 () {34 vars in 675 bytes} [Thu Apr 2 10:03:37 2026] POST /v2.0/floatingips => generated 552 bytes in 643 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2086] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:03:37 2026] GET /v2.0/networks/d85eadf2-a2d1-4cf7-a711-94415b430285?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: 1022/2087] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:03:37 2026] GET /v2.0/networks/d85eadf2-a2d1-4cf7-a711-94415b430285?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: 1066/2088] 10.0.0.20 () {34 vars in 675 bytes} [Thu Apr 2 10:03:37 2026] POST /v2.0/floatingips => generated 552 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2089] 10.0.0.20 () {34 vars in 675 bytes} [Thu Apr 2 10:03:38 2026] POST /v2.0/floatingips => generated 552 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2090] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:38 2026] GET /v2.0/ports?device_id=7db0f575-6b5f-4369-9414-7cb5066fe79b => generated 1010 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2091] 10.0.0.229 () {34 vars in 1120 bytes} [Thu Apr 2 10:03:38 2026] GET /v2.0/security-groups?id=99bcfbca-b975-49a6-8a7c-8fcd66c38258&id=941be717-8291-47a1-b72d-7df58e227ad2&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2092] 10.0.0.169 () {34 vars in 990 bytes} [Thu Apr 2 10:03:39 2026] GET /v2.0/ports?device_id=1ff1a339-7aed-42f5-ad4a-9dc5e20d984e => generated 1465 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2093] 10.0.0.169 () {34 vars in 1040 bytes} [Thu Apr 2 10:03:39 2026] GET /v2.0/security-groups?id=5319f0c9-2447-4dc7-a8f9-7db507b3c7da&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2094] 10.0.0.20 () {34 vars in 675 bytes} [Thu Apr 2 10:03:38 2026] POST /v2.0/floatingips => generated 552 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2095] 10.0.0.20 () {34 vars in 758 bytes} [Thu Apr 2 10:03:39 2026] PUT /v2.0/floatingips/12951e50-53e1-4b9b-89fe-35b476a22575/tags => generated 17 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2096] 10.0.0.20 () {34 vars in 758 bytes} [Thu Apr 2 10:03:39 2026] PUT /v2.0/floatingips/4b2e860f-3aa4-4c7f-831e-35d6ceb0ce13/tags => generated 25 bytes in 487 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2097] 10.0.0.20 () {34 vars in 758 bytes} [Thu Apr 2 10:03:39 2026] PUT /v2.0/floatingips/0d5ebec2-787d-4cf7-896e-a3d29399ddc2/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2098] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:39 2026] GET /v2.0/ports?device_id=7db0f575-6b5f-4369-9414-7cb5066fe79b => generated 1010 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2099] 10.0.0.20 () {34 vars in 758 bytes} [Thu Apr 2 10:03:39 2026] PUT /v2.0/floatingips/842cdb9e-3946-458f-a3ad-0ea81e117e0d/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: 1074/2100] 10.0.0.229 () {34 vars in 1120 bytes} [Thu Apr 2 10:03:40 2026] GET /v2.0/security-groups?id=99bcfbca-b975-49a6-8a7c-8fcd66c38258&id=941be717-8291-47a1-b72d-7df58e227ad2&fields=id&fields=name => generated 206 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2101] 10.0.0.20 () {32 vars in 671 bytes} [Thu Apr 2 10:03:40 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2102] 10.0.0.20 () {32 vars in 685 bytes} [Thu Apr 2 10:03:40 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2103] 10.0.0.20 () {32 vars in 681 bytes} [Thu Apr 2 10:03:40 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: 7|app: 0|req: 1076/2104] 10.0.0.20 () {32 vars in 693 bytes} [Thu Apr 2 10:03:40 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2105] 10.0.0.20 () {32 vars in 679 bytes} [Thu Apr 2 10:03:40 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2106] 10.0.0.20 () {32 vars in 693 bytes} [Thu Apr 2 10:03:40 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2107] 10.0.0.20 () {32 vars in 689 bytes} [Thu Apr 2 10:03:40 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2108] 10.0.0.20 () {32 vars in 701 bytes} [Thu Apr 2 10:03:40 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:03:40.565 8 INFO neutron_taas.services.taas.taas_plugin [None req-202b0578-eaaf-484f-bba4-6370f00f9932 9224778cfade433c946d0d043968d197 d34896d81068455e8f339b2546300775 - - default default] TaaS: Handle Delete Port: 2bf7d231-321c-4594-8566-b970ac4c1112 2026-04-02 10:03:40.573 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-202b0578-eaaf-484f-bba4-6370f00f9932 9224778cfade433c946d0d043968d197 d34896d81068455e8f339b2546300775 - - default default] Tap Mirror: Handle Delete Port: 2bf7d231-321c-4594-8566-b970ac4c1112 [pid: 8|app: 0|req: 1031/2109] 10.0.0.20 () {32 vars in 731 bytes} [Thu Apr 2 10:03:40 2026] DELETE /v2.0/floatingips/12951e50-53e1-4b9b-89fe-35b476a22575 => generated 0 bytes in 354 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2110] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:41 2026] GET /v2.0/ports?device_id=7db0f575-6b5f-4369-9414-7cb5066fe79b => generated 1010 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2111] 199.204.45.155 () {34 vars in 994 bytes} [Thu Apr 2 10:03:41 2026] GET /v2.0/ports?device_id=7db0f575-6b5f-4369-9414-7cb5066fe79b => 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: 1034/2112] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:41 2026] GET /v2.0/ports?device_id=8eedcb64-b072-4fee-8ce2-bfeccd1fd86b => generated 1204 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:03:41.340 7 INFO neutron_taas.services.taas.taas_plugin [None req-e508be2b-a0c8-4040-b926-4ac60dacff08 9224778cfade433c946d0d043968d197 d34896d81068455e8f339b2546300775 - - default default] TaaS: Handle Delete Port: 18ed816a-3bb1-44e6-9c3c-a5c03730d1a7 2026-04-02 10:03:41.344 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e508be2b-a0c8-4040-b926-4ac60dacff08 9224778cfade433c946d0d043968d197 d34896d81068455e8f339b2546300775 - - default default] Tap Mirror: Handle Delete Port: 18ed816a-3bb1-44e6-9c3c-a5c03730d1a7 [pid: 8|app: 0|req: 1035/2113] 10.0.0.229 () {34 vars in 1120 bytes} [Thu Apr 2 10:03:41 2026] GET /v2.0/security-groups?id=99bcfbca-b975-49a6-8a7c-8fcd66c38258&id=941be717-8291-47a1-b72d-7df58e227ad2&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:03:41.494 8 INFO neutron_taas.services.taas.taas_plugin [req-0a1c3689-3b4d-4279-b703-eadddd36c1cd req-53d209b4-d756-4c7a-a544-11f74059ac4d c04c62645bad479fb76b8e9f04d4e6a7 323dfb019f994e19b6f691afd3ee022b - - default default] TaaS: Handle Delete Port: b1ecaf97-4c37-4ac7-9fb9-53935afb7121 2026-04-02 10:03:41.496 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0a1c3689-3b4d-4279-b703-eadddd36c1cd req-53d209b4-d756-4c7a-a544-11f74059ac4d c04c62645bad479fb76b8e9f04d4e6a7 323dfb019f994e19b6f691afd3ee022b - - default default] Tap Mirror: Handle Delete Port: b1ecaf97-4c37-4ac7-9fb9-53935afb7121 [pid: 7|app: 0|req: 1079/2114] 10.0.0.20 () {32 vars in 731 bytes} [Thu Apr 2 10:03:40 2026] DELETE /v2.0/floatingips/4b2e860f-3aa4-4c7f-831e-35d6ceb0ce13 => generated 0 bytes in 728 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2115] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:03:41 2026] GET /v2.0/security-groups?id=5319f0c9-2447-4dc7-a8f9-7db507b3c7da&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:03:41.601 8 INFO neutron.db.l3_db [req-0a1c3689-3b4d-4279-b703-eadddd36c1cd req-53d209b4-d756-4c7a-a544-11f74059ac4d c04c62645bad479fb76b8e9f04d4e6a7 323dfb019f994e19b6f691afd3ee022b - - default default] Floating IP 088d4877-ba7a-4f08-96f0-c77c8bfbbf9b disassociated. External IP: 10.96.250.209, port: b1ecaf97-4c37-4ac7-9fb9-53935afb7121. 2026-04-02 10:03:41.665 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e369f69-f2e9-45d2-8ad2-29a5626b6f50 9224778cfade433c946d0d043968d197 d34896d81068455e8f339b2546300775 - - default default] TaaS: Handle Delete Port: 8e0dc9c6-3b92-4eab-bb27-b9e57016b0bf 2026-04-02 10:03:41.667 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e369f69-f2e9-45d2-8ad2-29a5626b6f50 9224778cfade433c946d0d043968d197 d34896d81068455e8f339b2546300775 - - default default] Tap Mirror: Handle Delete Port: 8e0dc9c6-3b92-4eab-bb27-b9e57016b0bf [pid: 7|app: 0|req: 1081/2116] 10.0.0.20 () {32 vars in 731 bytes} [Thu Apr 2 10:03:41 2026] DELETE /v2.0/floatingips/0d5ebec2-787d-4cf7-896e-a3d29399ddc2 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:03:41.936 7 INFO neutron_taas.services.taas.taas_plugin [None req-922eb17b-791f-41e5-976b-1a7a972afdf4 9224778cfade433c946d0d043968d197 d34896d81068455e8f339b2546300775 - - default default] TaaS: Handle Delete Port: a6498ae0-6a4c-414e-aab1-3c92164a8978 2026-04-02 10:03:41.940 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-922eb17b-791f-41e5-976b-1a7a972afdf4 9224778cfade433c946d0d043968d197 d34896d81068455e8f339b2546300775 - - default default] Tap Mirror: Handle Delete Port: a6498ae0-6a4c-414e-aab1-3c92164a8978 [pid: 8|app: 0|req: 1036/2117] 199.204.45.155 () {36 vars in 997 bytes} [Thu Apr 2 10:03:41 2026] DELETE /v2.0/ports/b1ecaf97-4c37-4ac7-9fb9-53935afb7121 => generated 0 bytes in 627 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:03:42.028 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-737046ac-b1c6-464c-8c27-8dee2407b55b'] response: {'server_uuid': '7db0f575-6b5f-4369-9414-7cb5066fe79b', 'name': 'network-vif-deleted', 'tag': 'b1ecaf97-4c37-4ac7-9fb9-53935afb7121', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1082/2118] 10.0.0.20 () {32 vars in 731 bytes} [Thu Apr 2 10:03:41 2026] DELETE /v2.0/floatingips/842cdb9e-3946-458f-a3ad-0ea81e117e0d => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:03:42.210 8 INFO neutron_taas.services.taas.taas_plugin [None req-94d1d4b6-5810-4531-a6ee-fa55417585ba 9224778cfade433c946d0d043968d197 d34896d81068455e8f339b2546300775 - - default default] TaaS: Handle Delete Port: 95f26c53-6395-4c55-a10f-34c0d1a482eb 2026-04-02 10:03:42.214 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94d1d4b6-5810-4531-a6ee-fa55417585ba 9224778cfade433c946d0d043968d197 d34896d81068455e8f339b2546300775 - - default default] Tap Mirror: Handle Delete Port: 95f26c53-6395-4c55-a10f-34c0d1a482eb [pid: 8|app: 0|req: 1037/2119] 10.0.0.20 () {32 vars in 731 bytes} [Thu Apr 2 10:03:42 2026] DELETE /v2.0/floatingips/e6a7cc2d-56e1-4c4f-978b-c73ac6872f1a => generated 0 bytes in 245 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2120] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:42 2026] GET /v2.0/ports?device_id=7db0f575-6b5f-4369-9414-7cb5066fe79b => 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: 1084/2121] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:43 2026] GET /v2.0/ports?device_id=7db0f575-6b5f-4369-9414-7cb5066fe79b => 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: 1038/2122] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:03:43 2026] GET /v2.0/security-groups?tenant_id=e8ab0991c3124c0f84980dbc6a48fbd3&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2123] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:03:43 2026] DELETE /v2.0/security-groups/294bea7b-6e25-443b-aaf0-cff679b47f77 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2124] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:03:43 2026] GET /v2.0/security-groups?tenant_id=d34896d81068455e8f339b2546300775&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: 1086/2125] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:03:43 2026] DELETE /v2.0/security-groups/4ec1943c-1bdd-436c-97a4-312ff050a504 => 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: 1040/2126] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:03:44 2026] GET /v2.0/security-groups?tenant_id=5b4c648933c9407b8c1ce99c475c75a0&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2127] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:03:44 2026] DELETE /v2.0/security-groups/92761494-8663-4931-949a-a681c85d48c7 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2128] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:44 2026] GET /v2.0/ports?device_id=7db0f575-6b5f-4369-9414-7cb5066fe79b => 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: 1088/2129] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:03:45 2026] DELETE /v2.0/security-groups/941be717-8291-47a1-b72d-7df58e227ad2 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:03:45.900 8 INFO neutron.api.v2.resource [None req-57c85085-4888-4e3b-8dc3-17d2975df5b4 c04c62645bad479fb76b8e9f04d4e6a7 323dfb019f994e19b6f691afd3ee022b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1042/2130] 10.0.0.20 () {32 vars in 736 bytes} [Thu Apr 2 10:03:45 2026] GET /v2.0/security-groups/941be717-8291-47a1-b72d-7df58e227ad2 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:03:45.998 7 INFO neutron_taas.services.taas.taas_plugin [None req-5cf8f0bd-d277-45c7-92af-0be10255f68c c04c62645bad479fb76b8e9f04d4e6a7 323dfb019f994e19b6f691afd3ee022b - - default default] TaaS: Handle Delete Port: 09679e57-8350-4248-a4e8-47bf3350b878 2026-04-02 10:03:46.000 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5cf8f0bd-d277-45c7-92af-0be10255f68c c04c62645bad479fb76b8e9f04d4e6a7 323dfb019f994e19b6f691afd3ee022b - - default default] Tap Mirror: Handle Delete Port: 09679e57-8350-4248-a4e8-47bf3350b878 [pid: 7|app: 0|req: 1089/2131] 10.0.0.20 () {32 vars in 731 bytes} [Thu Apr 2 10:03:45 2026] DELETE /v2.0/floatingips/088d4877-ba7a-4f08-96f0-c77c8bfbbf9b => generated 0 bytes in 251 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2132] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:03:46 2026] DELETE /v2.0/security-groups/99bcfbca-b975-49a6-8a7c-8fcd66c38258 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2133] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:03:46 2026] GET /v2.0/ports?device_id=8eedcb64-b072-4fee-8ce2-bfeccd1fd86b => generated 1204 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:03:46.710 7 INFO neutron_taas.services.taas.taas_plugin [None req-b1b23649-3342-4d16-8dc6-b5c04c91236f 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 58cd6ddf-0d26-46d0-b4ac-87715d987543 2026-04-02 10:03:46.713 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1b23649-3342-4d16-8dc6-b5c04c91236f 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 58cd6ddf-0d26-46d0-b4ac-87715d987543 [pid: 8|app: 0|req: 1045/2134] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:03:46 2026] GET /v2.0/security-groups?id=5319f0c9-2447-4dc7-a8f9-7db507b3c7da&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2135] 10.0.0.20 () {32 vars in 817 bytes} [Thu Apr 2 10:03:46 2026] GET /v2.0/ports?network_id=d85eadf2-a2d1-4cf7-a711-94415b430285&mac_address=fa%3A16%3A3e%3A6b%3A13%3A25 => generated 1204 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2136] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:03:46 2026] PUT /v2.0/routers/8e1105f7-5545-47ca-8faa-71b184f08bc3/remove_router_interface => generated 309 bytes in 860 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:03:47.438 7 INFO neutron_taas.services.taas.taas_plugin [None req-b843604f-135a-48ee-9158-8417a13b40b3 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 595cc075-c936-4730-8fb4-6fbef59606b8 2026-04-02 10:03:47.441 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b843604f-135a-48ee-9158-8417a13b40b3 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 595cc075-c936-4730-8fb4-6fbef59606b8 2026-04-02 10:03:47.635 8 INFO neutron.db.l3_db [None req-7b4cf89a-f809-4b88-a9ca-42a3f5e7557a 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] Floating IP d1a37b56-8a18-405b-b8c0-3eeccc313a6c associated. External IP: 10.96.250.204, port: c6644caa-4a6d-40be-8f05-03297cbc3205. 2026-04-02 10:03:47.725 7 INFO neutron_taas.services.taas.taas_plugin [None req-b843604f-135a-48ee-9158-8417a13b40b3 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 27413d92-fd71-402d-b733-14f9e7c9979d 2026-04-02 10:03:47.728 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b843604f-135a-48ee-9158-8417a13b40b3 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 27413d92-fd71-402d-b733-14f9e7c9979d [pid: 8|app: 0|req: 1047/2137] 10.0.0.20 () {34 vars in 676 bytes} [Thu Apr 2 10:03:46 2026] POST /v2.0/floatingips => generated 855 bytes in 1155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:03:48.011 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f0bc8cf7-8f93-4b6f-b346-46ff3032f06c'] response: {'name': 'network-changed', 'server_uuid': '8eedcb64-b072-4fee-8ce2-bfeccd1fd86b', 'tag': 'c6644caa-4a6d-40be-8f05-03297cbc3205', 'status': 'completed', 'code': 200} 2026-04-02 10:03:48.058 7 INFO neutron.services.segments.plugin [-] Segment 68cb05e1-55ba-4ee3-b499-9687ee65902b resource provider aggregate not found 2026-04-02 10:03:48.061 7 INFO neutron.services.segments.plugin [-] Segment 68cb05e1-55ba-4ee3-b499-9687ee65902b resource provider aggregate not found 2026-04-02 10:03:48.080 7 INFO neutron.services.segments.plugin [-] Segment 68cb05e1-55ba-4ee3-b499-9687ee65902b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68cb05e1-55ba-4ee3-b499-9687ee65902b found for delete ", "request_id": "req-67b20354-4ed8-437e-989f-b4681f4fd856"}]} 2026-04-02 10:03:48.081 7 INFO neutron.services.segments.plugin [-] Segment 68cb05e1-55ba-4ee3-b499-9687ee65902b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68cb05e1-55ba-4ee3-b499-9687ee65902b found for delete ", "request_id": "req-727ad197-3e08-4647-88be-abf12f75f759"}]} 2026-04-02 10:03:48.095 7 INFO neutron.db.l3_hamode_db [None req-b843604f-135a-48ee-9158-8417a13b40b3 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] HA network ab576302-7b87-4b75-9176-9243eed7cee2 was deleted as no HA routers are present in tenant 323dfb019f994e19b6f691afd3ee022b. [pid: 7|app: 0|req: 1091/2138] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:03:47 2026] DELETE /v2.0/routers/8e1105f7-5545-47ca-8faa-71b184f08bc3 => generated 0 bytes in 908 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2141] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:03:48 2026] DELETE /v2.0/subnets/9f5d1120-c462-4a11-9fa7-e8f5a64cc1c4 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:03:48.398 7 INFO neutron_taas.services.taas.taas_plugin [None req-25a1624a-2f39-42c2-b0c5-8777e8372550 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 332e1601-9096-4a51-9778-65d6c67628c0 2026-04-02 10:03:48.400 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25a1624a-2f39-42c2-b0c5-8777e8372550 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 332e1601-9096-4a51-9778-65d6c67628c0 [pid: 7|app: 0|req: 1094/2142] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:03:48 2026] DELETE /v2.0/networks/d8cd0599-cc92-4273-b97d-b16878ef2aa4 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2143] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:03:48 2026] GET /v2.0/ports?tenant_id=0d11804c96ee4a328273f81bd492e673&device_id=8eedcb64-b072-4fee-8ce2-bfeccd1fd86b => generated 1473 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:03:48.685 8 INFO neutron.db.segments_db [None req-172a7d87-53a2-460f-b373-8b3a442ad318 1da385cdca1649e3a6816a4bbc874a0f 3a48a9aa71fa41fa8dedfa4ea717f144 - - default default] Added segment d7bd8b07-74f1-48dc-8708-cf295f901340 of type vxlan for network 42276030-5b6a-49b5-a2c7-096f6090c273 [pid: 8|app: 0|req: 1049/2144] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:03:48 2026] POST /v2.0/networks => generated 613 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2145] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:03:48 2026] GET /v2.0/networks?id=d85eadf2-a2d1-4cf7-a711-94415b430285 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:03:48.860 8 INFO neutron.db.segments_db [None req-3a7f50f5-c85f-4935-b79d-72cf5bd8a35c 1da385cdca1649e3a6816a4bbc874a0f 3a48a9aa71fa41fa8dedfa4ea717f144 - - default default] Added segment 09a3c508-472b-42bd-baf8-6a3a6b18ae35 of type vxlan for network cb7ce376-bfd6-42e0-bcb1-389847008c3d [pid: 8|app: 0|req: 1051/2146] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:03:48 2026] POST /v2.0/networks => generated 613 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2147] 199.204.45.155 () {34 vars in 1058 bytes} [Thu Apr 2 10:03:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.234&port_id=c6644caa-4a6d-40be-8f05-03297cbc3205 => generated 858 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:03:48.993 7 INFO neutron_taas.services.taas.taas_plugin [None req-56531cbc-dc03-41af-87e5-e542362d53ae 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: c2b19ead-0b03-4709-842c-76124d043ced 2026-04-02 10:03:48.997 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56531cbc-dc03-41af-87e5-e542362d53ae 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: c2b19ead-0b03-4709-842c-76124d043ced 2026-04-02 10:03:49.010 8 INFO neutron.db.segments_db [None req-cb52969b-ed64-4ea1-af81-130f827b66ca 1da385cdca1649e3a6816a4bbc874a0f 3a48a9aa71fa41fa8dedfa4ea717f144 - - default default] Added segment 434a50b9-91cf-4c4e-b76c-e1bd716f5f15 of type vxlan for network 360adb0f-b5bf-4183-8667-b4c2746bdf93 [pid: 8|app: 0|req: 1053/2148] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:03:48 2026] POST /v2.0/networks => generated 612 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2149] 199.204.45.155 () {34 vars in 1106 bytes} [Thu Apr 2 10:03:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1ee&port_id=c6644caa-4a6d-40be-8f05-03297cbc3205 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:03:49.148 8 INFO neutron.db.segments_db [None req-e8b909c3-7220-4501-b1d3-0d5f120b2f75 1da385cdca1649e3a6816a4bbc874a0f 3a48a9aa71fa41fa8dedfa4ea717f144 - - default default] Added segment 18ec94cb-695d-47b9-be34-814247dfeacb of type vxlan for network dd1cd541-916d-4820-8f64-f6e96daa45b3 [pid: 8|app: 0|req: 1055/2150] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:03:49 2026] POST /v2.0/networks => generated 612 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2151] 199.204.45.155 () {34 vars in 1064 bytes} [Thu Apr 2 10:03:49 2026] GET /v2.0/subnets?id=1fd15ee7-44c9-4685-b992-ba3776b7e192&id=f27b59cc-0a3f-450d-be11-3157f3cac7a5 => generated 1415 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:03:49.339 8 INFO neutron.db.segments_db [None req-6462fb0f-13f8-41d7-8f45-d92a33177ba7 1da385cdca1649e3a6816a4bbc874a0f 3a48a9aa71fa41fa8dedfa4ea717f144 - - default default] Added segment 046ac59a-5e28-4beb-b304-caa8b24ad57a of type vxlan for network 0367f64c-8c1d-4caf-843c-5a11a7a3118c [pid: 8|app: 0|req: 1057/2152] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:03:49 2026] POST /v2.0/networks => generated 613 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2153] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:03:49 2026] GET /v2.0/ports?network_id=d85eadf2-a2d1-4cf7-a711-94415b430285&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2154] 10.0.0.20 () {34 vars in 752 bytes} [Thu Apr 2 10:03:49 2026] PUT /v2.0/networks/42276030-5b6a-49b5-a2c7-096f6090c273/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2155] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:03:49 2026] GET /v2.0/ports?network_id=d85eadf2-a2d1-4cf7-a711-94415b430285&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2156] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:03:48 2026] PUT /v2.0/routers/fadedad4-05e6-4edf-9730-0ce35df259ec/remove_router_interface => generated 309 bytes in 945 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2157] 10.0.0.20 () {34 vars in 752 bytes} [Thu Apr 2 10:03:49 2026] PUT /v2.0/networks/cb7ce376-bfd6-42e0-bcb1-389847008c3d/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: 1097/2158] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:03:49 2026] GET /v2.0/networks/d85eadf2-a2d1-4cf7-a711-94415b430285?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: 1098/2159] 10.0.0.20 () {34 vars in 752 bytes} [Thu Apr 2 10:03:49 2026] PUT /v2.0/networks/360adb0f-b5bf-4183-8667-b4c2746bdf93/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2160] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:03:49 2026] GET /v2.0/networks/d85eadf2-a2d1-4cf7-a711-94415b430285?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: 1100/2161] 10.0.0.20 () {34 vars in 752 bytes} [Thu Apr 2 10:03:49 2026] PUT /v2.0/networks/dd1cd541-916d-4820-8f64-f6e96daa45b3/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:03:49.775 8 INFO neutron_taas.services.taas.taas_plugin [None req-52e07021-d156-4180-bc15-bd7e5de78e6d 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: a574893a-aa8b-42ee-8ac8-ff6651f548b2 2026-04-02 10:03:49.779 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52e07021-d156-4180-bc15-bd7e5de78e6d 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: a574893a-aa8b-42ee-8ac8-ff6651f548b2 [pid: 7|app: 0|req: 1101/2162] 10.0.0.20 () {32 vars in 665 bytes} [Thu Apr 2 10:03:49 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2163] 10.0.0.20 () {32 vars in 679 bytes} [Thu Apr 2 10:03:49 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2164] 10.0.0.20 () {32 vars in 675 bytes} [Thu Apr 2 10:03:49 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2165] 10.0.0.20 () {32 vars in 687 bytes} [Thu Apr 2 10:03:49 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:03:50.037 8 INFO neutron_taas.services.taas.taas_plugin [None req-52e07021-d156-4180-bc15-bd7e5de78e6d 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: cfb393a2-7011-415a-a777-8eede4bc5893 2026-04-02 10:03:50.040 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52e07021-d156-4180-bc15-bd7e5de78e6d 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: cfb393a2-7011-415a-a777-8eede4bc5893 [pid: 7|app: 0|req: 1105/2166] 10.0.0.20 () {32 vars in 673 bytes} [Thu Apr 2 10:03:50 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:03:50.103 7 INFO neutron.services.segments.plugin [-] Segment 08cda920-0607-44d3-8a29-a2cba0d28626 resource provider aggregate not found 2026-04-02 10:03:50.120 7 INFO neutron.services.segments.plugin [-] Segment 08cda920-0607-44d3-8a29-a2cba0d28626 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08cda920-0607-44d3-8a29-a2cba0d28626 found for delete ", "request_id": "req-f6cc3ec6-31af-4a78-ba98-a5503da3698a"}]} 2026-04-02 10:03:50.124 7 INFO neutron.services.segments.plugin [-] Segment 08cda920-0607-44d3-8a29-a2cba0d28626 resource provider aggregate not found 2026-04-02 10:03:50.148 7 INFO neutron.services.segments.plugin [-] Segment 08cda920-0607-44d3-8a29-a2cba0d28626 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08cda920-0607-44d3-8a29-a2cba0d28626 found for delete ", "request_id": "req-52fcbcac-08c2-48d0-8ff6-2d6638f1504c"}]} [pid: 7|app: 0|req: 1106/2167] 10.0.0.20 () {32 vars in 687 bytes} [Thu Apr 2 10:03:50 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2168] 10.0.0.20 () {32 vars in 683 bytes} [Thu Apr 2 10:03:50 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2169] 10.0.0.20 () {32 vars in 695 bytes} [Thu Apr 2 10:03:50 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:03:50.378 8 INFO neutron.services.segments.plugin [-] Segment e4118294-d4ab-4e47-ba8c-d98f72321253 resource provider aggregate not found 2026-04-02 10:03:50.386 8 INFO neutron.services.segments.plugin [-] Segment e4118294-d4ab-4e47-ba8c-d98f72321253 resource provider aggregate not found 2026-04-02 10:03:50.402 8 INFO neutron.services.segments.plugin [-] Segment e4118294-d4ab-4e47-ba8c-d98f72321253 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4118294-d4ab-4e47-ba8c-d98f72321253 found for delete ", "request_id": "req-3264719d-a13e-4b30-9541-d8533e69b4b8"}]} 2026-04-02 10:03:50.405 8 INFO neutron.services.segments.plugin [-] Segment e4118294-d4ab-4e47-ba8c-d98f72321253 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4118294-d4ab-4e47-ba8c-d98f72321253 found for delete ", "request_id": "req-94e315fe-b7f9-43ce-8944-6111534830ae"}]} 2026-04-02 10:03:50.413 8 INFO neutron.db.l3_hamode_db [None req-52e07021-d156-4180-bc15-bd7e5de78e6d 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] HA network 15eed1a4-c897-4749-9cca-77ad43c1f5bd was deleted as no HA routers are present in tenant ac4a8059b47643c988e24a6deba8af19. [pid: 8|app: 0|req: 1062/2170] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:03:49 2026] DELETE /v2.0/routers/fadedad4-05e6-4edf-9730-0ce35df259ec => generated 0 bytes in 832 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2171] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:03:50 2026] DELETE /v2.0/networks/42276030-5b6a-49b5-a2c7-096f6090c273 => 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: 1063/2172] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:03:50 2026] DELETE /v2.0/subnets/7a813d78-808f-471c-aa8b-b97f82a07b81 => 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: 1110/2173] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:03:50 2026] DELETE /v2.0/networks/cb7ce376-bfd6-42e0-bcb1-389847008c3d => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:03:50.671 8 INFO neutron_taas.services.taas.taas_plugin [None req-20283090-f718-40bc-81ef-70f4a199cdfa 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 6966580a-2760-43f2-a239-fe269fddb038 2026-04-02 10:03:50.675 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20283090-f718-40bc-81ef-70f4a199cdfa 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 6966580a-2760-43f2-a239-fe269fddb038 [pid: 7|app: 0|req: 1111/2174] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:03:50 2026] DELETE /v2.0/networks/360adb0f-b5bf-4183-8667-b4c2746bdf93 => 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: 1064/2175] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:03:50 2026] DELETE /v2.0/networks/3677d792-c6f7-4ecc-85f3-e5ad19fe96e7 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2176] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:03:50 2026] DELETE /v2.0/networks/dd1cd541-916d-4820-8f64-f6e96daa45b3 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2177] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:03:50 2026] DELETE /v2.0/networks/0367f64c-8c1d-4caf-843c-5a11a7a3118c => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2178] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:03:51 2026] GET /v2.0/security-groups?tenant_id=ac4a8059b47643c988e24a6deba8af19&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: 1066/2179] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:03:51 2026] DELETE /v2.0/security-groups/ff7d0032-de46-49a9-9af1-0065de19f115 => 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: 1114/2180] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:03:51 2026] GET /v2.0/security-groups?tenant_id=323dfb019f994e19b6f691afd3ee022b&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: 1067/2181] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:03:51 2026] DELETE /v2.0/security-groups/45406ceb-207e-442d-8767-451e30b9069b => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2182] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:03:51 2026] GET /v2.0/security-groups?tenant_id=d1dca4a9a6ac4e45b9a90302a3dcb638&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:03:52.139 7 INFO neutron.services.segments.plugin [-] Segment d7bd8b07-74f1-48dc-8708-cf295f901340 resource provider aggregate not found 2026-04-02 10:03:52.177 7 INFO neutron.services.segments.plugin [-] Segment d7bd8b07-74f1-48dc-8708-cf295f901340 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7bd8b07-74f1-48dc-8708-cf295f901340 found for delete ", "request_id": "req-3f028826-25f7-4af6-91b6-7bec63f0fd70"}]} 2026-04-02 10:03:52.177 7 INFO neutron.services.segments.plugin [-] Segment d7bd8b07-74f1-48dc-8708-cf295f901340 resource provider aggregate not found 2026-04-02 10:03:52.198 7 INFO neutron.services.segments.plugin [-] Segment 09a3c508-472b-42bd-baf8-6a3a6b18ae35 resource provider aggregate not found 2026-04-02 10:03:52.205 7 INFO neutron.services.segments.plugin [-] Segment d7bd8b07-74f1-48dc-8708-cf295f901340 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7bd8b07-74f1-48dc-8708-cf295f901340 found for delete ", "request_id": "req-41a660e3-98bb-4083-9930-0b4cd0df4b92"}]} 2026-04-02 10:03:52.211 7 INFO neutron.services.segments.plugin [-] Segment 09a3c508-472b-42bd-baf8-6a3a6b18ae35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09a3c508-472b-42bd-baf8-6a3a6b18ae35 found for delete ", "request_id": "req-0d62de44-bb7e-42d9-86e6-5de832895fed"}]} [pid: 8|app: 0|req: 1068/2183] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:03:52 2026] DELETE /v2.0/security-groups/b6c28ddc-d932-4dca-b45d-83f0176496ba => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:03:52.224 7 INFO neutron.services.segments.plugin [-] Segment 434a50b9-91cf-4c4e-b76c-e1bd716f5f15 resource provider aggregate not found 2026-04-02 10:03:52.226 7 INFO neutron.services.segments.plugin [-] Segment 09a3c508-472b-42bd-baf8-6a3a6b18ae35 resource provider aggregate not found 2026-04-02 10:03:52.246 7 INFO neutron.services.segments.plugin [-] Segment 09a3c508-472b-42bd-baf8-6a3a6b18ae35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09a3c508-472b-42bd-baf8-6a3a6b18ae35 found for delete ", "request_id": "req-c8603142-a5e1-4a89-a9b1-78ea87b3708c"}]} 2026-04-02 10:03:52.249 7 INFO neutron.services.segments.plugin [-] Segment 434a50b9-91cf-4c4e-b76c-e1bd716f5f15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 434a50b9-91cf-4c4e-b76c-e1bd716f5f15 found for delete ", "request_id": "req-e025e00b-cc49-4dff-a7d0-df2910f50505"}]} 2026-04-02 10:03:52.257 7 INFO neutron.services.segments.plugin [-] Segment 434a50b9-91cf-4c4e-b76c-e1bd716f5f15 resource provider aggregate not found 2026-04-02 10:03:52.271 7 INFO neutron.services.segments.plugin [-] Segment 434a50b9-91cf-4c4e-b76c-e1bd716f5f15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 434a50b9-91cf-4c4e-b76c-e1bd716f5f15 found for delete ", "request_id": "req-ab928798-9e2b-41e8-9202-d4e67a64a671"}]} 2026-04-02 10:03:52.273 7 INFO neutron.services.segments.plugin [-] Segment 18ec94cb-695d-47b9-be34-814247dfeacb resource provider aggregate not found 2026-04-02 10:03:52.283 7 INFO neutron.services.segments.plugin [-] Segment 18ec94cb-695d-47b9-be34-814247dfeacb resource provider aggregate not found 2026-04-02 10:03:52.293 7 INFO neutron.services.segments.plugin [-] Segment 18ec94cb-695d-47b9-be34-814247dfeacb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18ec94cb-695d-47b9-be34-814247dfeacb found for delete ", "request_id": "req-7e0f83b3-b6a0-4b5a-a8cb-51d3a03f913f"}]} 2026-04-02 10:03:52.297 7 INFO neutron.services.segments.plugin [-] Segment 18ec94cb-695d-47b9-be34-814247dfeacb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18ec94cb-695d-47b9-be34-814247dfeacb found for delete ", "request_id": "req-f94a2f66-f1e9-4683-bfde-2182559bfaa3"}]} [pid: 7|app: 0|req: 1116/2184] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:03:52 2026] GET /v2.0/security-groups?tenant_id=3a48a9aa71fa41fa8dedfa4ea717f144&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:03:52.430 8 INFO neutron.services.segments.plugin [-] Segment cc878d0d-73ff-4e70-a497-d902618035a8 resource provider aggregate not found 2026-04-02 10:03:52.438 8 INFO neutron.services.segments.plugin [-] Segment cc878d0d-73ff-4e70-a497-d902618035a8 resource provider aggregate not found 2026-04-02 10:03:52.455 8 INFO neutron.services.segments.plugin [-] Segment cc878d0d-73ff-4e70-a497-d902618035a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc878d0d-73ff-4e70-a497-d902618035a8 found for delete ", "request_id": "req-1862b5b8-f829-46a3-b8ab-7e3dd450bf49"}]} 2026-04-02 10:03:52.462 8 INFO neutron.services.segments.plugin [-] Segment cc878d0d-73ff-4e70-a497-d902618035a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc878d0d-73ff-4e70-a497-d902618035a8 found for delete ", "request_id": "req-6f6e2995-deda-4dc0-aea0-9b40ddbc8cf7"}]} 2026-04-02 10:03:52.474 8 INFO neutron.services.segments.plugin [-] Segment 046ac59a-5e28-4beb-b304-caa8b24ad57a resource provider aggregate not found 2026-04-02 10:03:52.485 8 INFO neutron.services.segments.plugin [-] Segment 046ac59a-5e28-4beb-b304-caa8b24ad57a resource provider aggregate not found 2026-04-02 10:03:52.494 8 INFO neutron.services.segments.plugin [-] Segment 046ac59a-5e28-4beb-b304-caa8b24ad57a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 046ac59a-5e28-4beb-b304-caa8b24ad57a found for delete ", "request_id": "req-ddd3765b-f48a-4874-a2f4-c5d90a527111"}]} 2026-04-02 10:03:52.507 8 INFO neutron.services.segments.plugin [-] Segment 046ac59a-5e28-4beb-b304-caa8b24ad57a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 046ac59a-5e28-4beb-b304-caa8b24ad57a found for delete ", "request_id": "req-33f97b81-f702-49d8-9f7d-8048d889f436"}]} [pid: 8|app: 0|req: 1069/2185] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:03:52 2026] DELETE /v2.0/security-groups/57576cba-c543-413c-95b2-91672aacec1b => generated 0 bytes in 166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2186] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:03:52 2026] GET /v2.0/security-groups?tenant_id=59cb88600d2042b4b771930ec816505e&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2187] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:03:52 2026] DELETE /v2.0/security-groups/429c0ce9-1b1b-4929-9ba6-337c6c1fdcb6 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:03:56.359 7 INFO neutron.db.segments_db [None req-ccd18a8e-e9ac-4349-b26e-5820df3e16b1 91f6b7b0560a4aa8b6701603c72693be f226cece9439499f87152fa1be2278e9 - - default default] Added segment db708978-e34f-4484-881d-2f29e82e7c82 of type vxlan for network d327db98-e838-4f17-bfe0-a91c5af8a2d9 [pid: 7|app: 0|req: 1118/2188] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:03:56 2026] POST /v2.0/networks => generated 613 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2189] 10.0.0.20 () {34 vars in 663 bytes} [Thu Apr 2 10:03:56 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) 2026-04-02 10:03:56.762 7 INFO neutron.db.segments_db [None req-333036ac-6aa7-4a02-b64e-ef210a39dced 91f6b7b0560a4aa8b6701603c72693be f226cece9439499f87152fa1be2278e9 - - default default] Added segment efe4bfd2-e7b8-412e-8bcb-f461d1eb82d6 of type vxlan for network fb15c652-9703-48c1-99dc-46b8324718b2 [pid: 7|app: 0|req: 1119/2190] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:03:56 2026] POST /v2.0/networks => generated 613 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1072/2191] 10.0.0.20 () {34 vars in 663 bytes} [Thu Apr 2 10:03:56 2026] POST /v2.0/ports => generated 743 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 10:03:57.185 8 INFO neutron.db.segments_db [None req-3af4f087-0d71-405e-b51d-70bbe12973dd 91f6b7b0560a4aa8b6701603c72693be f226cece9439499f87152fa1be2278e9 - - default default] Added segment 978daf7b-fc09-4119-94d6-ca1d74db0281 of type vxlan for network cc0e24c0-76f7-4905-87ca-35fcf51fe28c [pid: 8|app: 0|req: 1073/2192] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:03:57 2026] POST /v2.0/networks => generated 610 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2193] 10.0.0.20 () {34 vars in 677 bytes} [Thu Apr 2 10:03:57 2026] POST /v2.0/qos/policies => generated 359 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2194] 10.0.0.20 () {34 vars in 677 bytes} [Thu Apr 2 10:03:57 2026] POST /v2.0/qos/policies => generated 359 bytes in 24 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2195] 10.0.0.20 () {34 vars in 677 bytes} [Thu Apr 2 10:03:57 2026] POST /v2.0/qos/policies => generated 359 bytes in 23 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2196] 10.0.0.20 () {34 vars in 677 bytes} [Thu Apr 2 10:03:57 2026] POST /v2.0/qos/policies => generated 359 bytes in 21 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2197] 10.0.0.20 () {34 vars in 677 bytes} [Thu Apr 2 10:03:57 2026] POST /v2.0/qos/policies => generated 359 bytes in 24 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2198] 10.0.0.20 () {34 vars in 752 bytes} [Thu Apr 2 10:03:57 2026] PUT /v2.0/policies/65e9fced-979d-4972-8f2e-60e1da451f35/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2199] 10.0.0.20 () {34 vars in 752 bytes} [Thu Apr 2 10:03:57 2026] PUT /v2.0/policies/621df84f-ee96-482b-872b-05b81c68baa1/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2200] 10.0.0.20 () {34 vars in 752 bytes} [Thu Apr 2 10:03:57 2026] PUT /v2.0/policies/99b9ca69-b091-4e58-8afc-940301f96333/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2201] 10.0.0.20 () {34 vars in 663 bytes} [Thu Apr 2 10:03:57 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1128/2202] 10.0.0.20 () {34 vars in 752 bytes} [Thu Apr 2 10:03:57 2026] PUT /v2.0/policies/96d4a4f1-3d3c-4991-a9e8-b1c4056a6931/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:03:57.630 8 INFO neutron.db.segments_db [None req-409cd658-69f2-4082-b3c7-bc95439f6064 91f6b7b0560a4aa8b6701603c72693be f226cece9439499f87152fa1be2278e9 - - default default] Added segment 539a24ad-0750-44b8-a9b9-8ef577cfa0e2 of type vxlan for network 80c9d915-a985-4914-9b74-e60ca3d05efa [pid: 8|app: 0|req: 1075/2203] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:03:57 2026] POST /v2.0/networks => generated 612 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2204] 10.0.0.20 () {34 vars in 663 bytes} [Thu Apr 2 10:03:57 2026] POST /v2.0/ports => generated 743 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 10:03:58.030 7 INFO neutron.db.segments_db [None req-ccfa5ad9-2167-48ff-af47-14899f3dc33a 91f6b7b0560a4aa8b6701603c72693be f226cece9439499f87152fa1be2278e9 - - default default] Added segment 3accb765-d44f-423e-997b-097c272baffa of type vxlan for network ceb2103a-b1a5-4f58-a23f-2af8ac35f972 [pid: 8|app: 0|req: 1076/2205] 10.0.0.20 () {32 vars in 673 bytes} [Thu Apr 2 10:03:57 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2206] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:03:57 2026] POST /v2.0/networks => generated 613 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2207] 10.0.0.20 () {32 vars in 687 bytes} [Thu Apr 2 10:03:58 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2208] 10.0.0.20 () {32 vars in 683 bytes} [Thu Apr 2 10:03:58 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2209] 10.0.0.20 () {32 vars in 695 bytes} [Thu Apr 2 10:03:58 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2210] 10.0.0.20 () {32 vars in 681 bytes} [Thu Apr 2 10:03:58 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2211] 10.0.0.20 () {32 vars in 695 bytes} [Thu Apr 2 10:03:58 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2212] 10.0.0.20 () {34 vars in 663 bytes} [Thu Apr 2 10:03:58 2026] POST /v2.0/ports => generated 743 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1082/2213] 10.0.0.20 () {32 vars in 691 bytes} [Thu Apr 2 10:03:58 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2214] 10.0.0.20 () {32 vars in 703 bytes} [Thu Apr 2 10:03:58 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2215] 10.0.0.20 () {34 vars in 746 bytes} [Thu Apr 2 10:03:58 2026] PUT /v2.0/ports/2635d6e3-03d1-4bc5-86f4-97de95a54d7d/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1084/2216] 10.0.0.20 () {32 vars in 733 bytes} [Thu Apr 2 10:03:58 2026] DELETE /v2.0/qos/policies/65e9fced-979d-4972-8f2e-60e1da451f35 => 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: 1133/2217] 10.0.0.20 () {34 vars in 746 bytes} [Thu Apr 2 10:03:58 2026] PUT /v2.0/ports/6677ed94-642f-4ed5-80bd-cfd431e9cf06/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1085/2218] 10.0.0.20 () {32 vars in 733 bytes} [Thu Apr 2 10:03:58 2026] DELETE /v2.0/qos/policies/621df84f-ee96-482b-872b-05b81c68baa1 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2219] 10.0.0.20 () {34 vars in 746 bytes} [Thu Apr 2 10:03:58 2026] PUT /v2.0/ports/5c089a0a-8571-423b-84fd-b9e4a3e222f4/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: 1086/2220] 10.0.0.20 () {32 vars in 733 bytes} [Thu Apr 2 10:03:58 2026] DELETE /v2.0/qos/policies/99b9ca69-b091-4e58-8afc-940301f96333 => 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: 1087/2221] 10.0.0.20 () {32 vars in 733 bytes} [Thu Apr 2 10:03:58 2026] DELETE /v2.0/qos/policies/96d4a4f1-3d3c-4991-a9e8-b1c4056a6931 => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2222] 10.0.0.20 () {34 vars in 746 bytes} [Thu Apr 2 10:03:58 2026] PUT /v2.0/ports/71cdfded-60a1-4458-85e2-9effab1cc1c4/tags => generated 19 bytes in 71 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: 1088/2223] 10.0.0.20 () {32 vars in 733 bytes} [Thu Apr 2 10:03:58 2026] DELETE /v2.0/qos/policies/973ce049-9695-4bcd-b94b-4804698d7a32 => 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: 1136/2224] 10.0.0.20 () {32 vars in 659 bytes} [Thu Apr 2 10:03:58 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2225] 10.0.0.20 () {32 vars in 673 bytes} [Thu Apr 2 10:03:58 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: 1137/2226] 10.0.0.20 () {32 vars in 669 bytes} [Thu Apr 2 10:03:58 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2227] 10.0.0.20 () {32 vars in 681 bytes} [Thu Apr 2 10:03:58 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2228] 10.0.0.20 () {32 vars in 667 bytes} [Thu Apr 2 10:03:59 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2229] 10.0.0.20 () {32 vars in 681 bytes} [Thu Apr 2 10:03:59 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2230] 10.0.0.20 () {32 vars in 677 bytes} [Thu Apr 2 10:03:59 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: 1092/2231] 10.0.0.20 () {32 vars in 689 bytes} [Thu Apr 2 10:03:59 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:03:59.492 7 INFO neutron_taas.services.taas.taas_plugin [None req-695b7ca6-ebfa-4a09-8995-3266dc569377 91f6b7b0560a4aa8b6701603c72693be f226cece9439499f87152fa1be2278e9 - - default default] TaaS: Handle Delete Port: 2635d6e3-03d1-4bc5-86f4-97de95a54d7d 2026-04-02 10:03:59.494 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-695b7ca6-ebfa-4a09-8995-3266dc569377 91f6b7b0560a4aa8b6701603c72693be f226cece9439499f87152fa1be2278e9 - - default default] Tap Mirror: Handle Delete Port: 2635d6e3-03d1-4bc5-86f4-97de95a54d7d [pid: 7|app: 0|req: 1140/2232] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:03:59 2026] DELETE /v2.0/ports/2635d6e3-03d1-4bc5-86f4-97de95a54d7d => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:03:59.645 7 INFO neutron_taas.services.taas.taas_plugin [None req-cddf4744-71c6-4a9b-863d-cf0894180f30 91f6b7b0560a4aa8b6701603c72693be f226cece9439499f87152fa1be2278e9 - - default default] TaaS: Handle Delete Port: 6677ed94-642f-4ed5-80bd-cfd431e9cf06 2026-04-02 10:03:59.649 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cddf4744-71c6-4a9b-863d-cf0894180f30 91f6b7b0560a4aa8b6701603c72693be f226cece9439499f87152fa1be2278e9 - - default default] Tap Mirror: Handle Delete Port: 6677ed94-642f-4ed5-80bd-cfd431e9cf06 [pid: 8|app: 0|req: 1093/2233] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:03:59 2026] GET /v2.0/security-groups?tenant_id=b320c4f24ac94ac9aca252397fa25b4a&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2234] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:03:59 2026] DELETE /v2.0/ports/6677ed94-642f-4ed5-80bd-cfd431e9cf06 => 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: 1094/2235] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:03:59 2026] DELETE /v2.0/security-groups/48900128-25c0-4a97-8895-15bc8b70ec8c => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:03:59.837 7 INFO neutron_taas.services.taas.taas_plugin [None req-7fcee65a-f410-468a-aba3-8cbab3dfc1be 91f6b7b0560a4aa8b6701603c72693be f226cece9439499f87152fa1be2278e9 - - default default] TaaS: Handle Delete Port: 5c089a0a-8571-423b-84fd-b9e4a3e222f4 2026-04-02 10:03:59.839 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7fcee65a-f410-468a-aba3-8cbab3dfc1be 91f6b7b0560a4aa8b6701603c72693be f226cece9439499f87152fa1be2278e9 - - default default] Tap Mirror: Handle Delete Port: 5c089a0a-8571-423b-84fd-b9e4a3e222f4 [pid: 7|app: 0|req: 1142/2236] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:03:59 2026] DELETE /v2.0/ports/5c089a0a-8571-423b-84fd-b9e4a3e222f4 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:04:00.012 7 INFO neutron_taas.services.taas.taas_plugin [None req-15eb6dda-af69-4122-9496-5279cde7a756 91f6b7b0560a4aa8b6701603c72693be f226cece9439499f87152fa1be2278e9 - - default default] TaaS: Handle Delete Port: 71cdfded-60a1-4458-85e2-9effab1cc1c4 2026-04-02 10:04:00.014 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15eb6dda-af69-4122-9496-5279cde7a756 91f6b7b0560a4aa8b6701603c72693be f226cece9439499f87152fa1be2278e9 - - default default] Tap Mirror: Handle Delete Port: 71cdfded-60a1-4458-85e2-9effab1cc1c4 [pid: 8|app: 0|req: 1095/2237] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:03:59 2026] GET /v2.0/security-groups?tenant_id=285c15f5ccc842be931c49f6c95f5dc2&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2239] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:03:59 2026] DELETE /v2.0/ports/71cdfded-60a1-4458-85e2-9effab1cc1c4 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2239] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:00 2026] DELETE /v2.0/security-groups/89c48734-8d69-4c19-a018-6052c044ed99 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:04:00.197 7 INFO neutron_taas.services.taas.taas_plugin [None req-34b4aee1-ecfc-4f12-968f-17847e9a9761 91f6b7b0560a4aa8b6701603c72693be f226cece9439499f87152fa1be2278e9 - - default default] TaaS: Handle Delete Port: d2afa448-542e-4890-990a-a98cd048dfc1 2026-04-02 10:04:00.201 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34b4aee1-ecfc-4f12-968f-17847e9a9761 91f6b7b0560a4aa8b6701603c72693be f226cece9439499f87152fa1be2278e9 - - default default] Tap Mirror: Handle Delete Port: d2afa448-542e-4890-990a-a98cd048dfc1 [pid: 7|app: 0|req: 1144/2240] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:04:00 2026] DELETE /v2.0/ports/d2afa448-542e-4890-990a-a98cd048dfc1 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2241] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:04:00 2026] GET /v2.0/security-groups?tenant_id=4b56e9a46b2949e4b812afe1c581190a&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:04:00.430 7 INFO neutron.services.segments.plugin [-] Segment db708978-e34f-4484-881d-2f29e82e7c82 resource provider aggregate not found 2026-04-02 10:04:00.434 7 INFO neutron.services.segments.plugin [-] Segment db708978-e34f-4484-881d-2f29e82e7c82 resource provider aggregate not found 2026-04-02 10:04:00.450 7 INFO neutron.services.segments.plugin [-] Segment db708978-e34f-4484-881d-2f29e82e7c82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db708978-e34f-4484-881d-2f29e82e7c82 found for delete ", "request_id": "req-b019f4bb-112f-4363-a4db-75a76059c01c"}]} 2026-04-02 10:04:00.452 7 INFO neutron.services.segments.plugin [-] Segment db708978-e34f-4484-881d-2f29e82e7c82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db708978-e34f-4484-881d-2f29e82e7c82 found for delete ", "request_id": "req-89747671-1c83-4094-aea8-c6da64b3015e"}]} [pid: 7|app: 0|req: 1145/2242] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:04:00 2026] DELETE /v2.0/networks/d327db98-e838-4f17-bfe0-a91c5af8a2d9 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2243] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:00 2026] DELETE /v2.0/security-groups/5e64ccd4-063d-4486-8098-4baf4466c630 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2244] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:04:00 2026] DELETE /v2.0/networks/fb15c652-9703-48c1-99dc-46b8324718b2 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:04:00.685 8 INFO neutron.services.segments.plugin [-] Segment 978daf7b-fc09-4119-94d6-ca1d74db0281 resource provider aggregate not found 2026-04-02 10:04:00.689 8 INFO neutron.services.segments.plugin [-] Segment 978daf7b-fc09-4119-94d6-ca1d74db0281 resource provider aggregate not found 2026-04-02 10:04:00.707 8 INFO neutron.services.segments.plugin [-] Segment 978daf7b-fc09-4119-94d6-ca1d74db0281 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 978daf7b-fc09-4119-94d6-ca1d74db0281 found for delete ", "request_id": "req-2e243b6e-712b-40f2-9c0e-b81a7e08fc12"}]} 2026-04-02 10:04:00.710 8 INFO neutron.services.segments.plugin [-] Segment 978daf7b-fc09-4119-94d6-ca1d74db0281 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 978daf7b-fc09-4119-94d6-ca1d74db0281 found for delete ", "request_id": "req-6ca97235-96c5-411f-9f18-ccd953cb45d0"}]} [pid: 8|app: 0|req: 1099/2245] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:04:00 2026] DELETE /v2.0/networks/cc0e24c0-76f7-4905-87ca-35fcf51fe28c => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2246] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:04:00 2026] DELETE /v2.0/networks/80c9d915-a985-4914-9b74-e60ca3d05efa => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2247] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:04:00 2026] DELETE /v2.0/networks/ceb2103a-b1a5-4f58-a23f-2af8ac35f972 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2248] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:04:01 2026] GET /v2.0/security-groups?tenant_id=0cd08396fd454cc5ae82dac227bb171b&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2249] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:01 2026] DELETE /v2.0/security-groups/f8913c3d-f582-43fb-9356-ec08c7164ed3 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2250] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:04:02 2026] GET /v2.0/security-groups?tenant_id=f226cece9439499f87152fa1be2278e9&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2251] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:02 2026] DELETE /v2.0/security-groups/e7f2f7e1-8201-4cda-a806-7085354ebabd => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:04:02.475 7 INFO neutron.services.segments.plugin [-] Segment efe4bfd2-e7b8-412e-8bcb-f461d1eb82d6 resource provider aggregate not found 2026-04-02 10:04:02.489 7 INFO neutron.services.segments.plugin [-] Segment efe4bfd2-e7b8-412e-8bcb-f461d1eb82d6 resource provider aggregate not found 2026-04-02 10:04:02.503 7 INFO neutron.services.segments.plugin [-] Segment efe4bfd2-e7b8-412e-8bcb-f461d1eb82d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efe4bfd2-e7b8-412e-8bcb-f461d1eb82d6 found for delete ", "request_id": "req-8a8b265d-c7ab-4245-8c39-9650a4cc324b"}]} 2026-04-02 10:04:02.511 7 INFO neutron.services.segments.plugin [-] Segment efe4bfd2-e7b8-412e-8bcb-f461d1eb82d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efe4bfd2-e7b8-412e-8bcb-f461d1eb82d6 found for delete ", "request_id": "req-dc9f6ddf-7520-4cae-9fcd-6f57a4c3ae64"}]} 2026-04-02 10:04:02.521 7 INFO neutron.services.segments.plugin [-] Segment 539a24ad-0750-44b8-a9b9-8ef577cfa0e2 resource provider aggregate not found 2026-04-02 10:04:02.529 7 INFO neutron.services.segments.plugin [-] Segment 539a24ad-0750-44b8-a9b9-8ef577cfa0e2 resource provider aggregate not found 2026-04-02 10:04:02.539 7 INFO neutron.services.segments.plugin [-] Segment 539a24ad-0750-44b8-a9b9-8ef577cfa0e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 539a24ad-0750-44b8-a9b9-8ef577cfa0e2 found for delete ", "request_id": "req-ca014b52-9d0c-4105-970f-3109b2751a91"}]} 2026-04-02 10:04:02.540 7 INFO neutron.services.segments.plugin [-] Segment 539a24ad-0750-44b8-a9b9-8ef577cfa0e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 539a24ad-0750-44b8-a9b9-8ef577cfa0e2 found for delete ", "request_id": "req-9ed558c2-e36f-4593-9a41-af2af49bbff0"}]} [pid: 7|app: 0|req: 1150/2252] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:04:02 2026] GET /v2.0/security-groups?tenant_id=bbf4d7f23f42417aa7b38e55bd0a5a16&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:04:02.723 8 INFO neutron.services.segments.plugin [-] Segment 3accb765-d44f-423e-997b-097c272baffa resource provider aggregate not found [pid: 8|app: 0|req: 1103/2253] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:02 2026] DELETE /v2.0/security-groups/530b3f42-e42f-42bb-9cef-7468576d5c49 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:04:02.728 8 INFO neutron.services.segments.plugin [-] Segment 3accb765-d44f-423e-997b-097c272baffa resource provider aggregate not found 2026-04-02 10:04:02.738 8 INFO neutron.services.segments.plugin [-] Segment 3accb765-d44f-423e-997b-097c272baffa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3accb765-d44f-423e-997b-097c272baffa found for delete ", "request_id": "req-2d1a141a-406e-431b-bd85-febfa0378695"}]} 2026-04-02 10:04:02.739 8 INFO neutron.services.segments.plugin [-] Segment 3accb765-d44f-423e-997b-097c272baffa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3accb765-d44f-423e-997b-097c272baffa found for delete ", "request_id": "req-cf247c54-e995-4351-aa6d-33c1bc5e1f8f"}]} 2026-04-02 10:04:03.930 7 INFO neutron.db.segments_db [None req-ed17f970-e053-40f3-b913-877e30002bc9 6c1f266bc95f40ef9fec8dd2daefba8b c98c77c7d8c94e5b96e5764a41c9ad1c - - default default] Added segment b82b89bf-096d-4b8c-bb46-80b783263e52 of type vxlan for network 4c677efa-a52f-456b-828f-c763ec568adc [pid: 7|app: 0|req: 1152/2256] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:04:03 2026] POST /v2.0/networks => generated 613 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2257] 10.0.0.20 () {34 vars in 752 bytes} [Thu Apr 2 10:04:04 2026] PUT /v2.0/networks/4c677efa-a52f-456b-828f-c763ec568adc/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2258] 10.0.0.20 () {32 vars in 732 bytes} [Thu Apr 2 10:04:04 2026] GET /v2.0/networks/4c677efa-a52f-456b-828f-c763ec568adc/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: 1106/2259] 10.0.0.20 () {34 vars in 763 bytes} [Thu Apr 2 10:04:04 2026] PUT /v2.0/networks/4c677efa-a52f-456b-828f-c763ec568adc/tags/green => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2260] 10.0.0.20 () {32 vars in 732 bytes} [Thu Apr 2 10:04:04 2026] GET /v2.0/networks/4c677efa-a52f-456b-828f-c763ec568adc/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2261] 10.0.0.20 () {34 vars in 759 bytes} [Thu Apr 2 10:04:04 2026] PUT /v2.0/networks/4c677efa-a52f-456b-828f-c763ec568adc/tags/red => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2262] 10.0.0.20 () {32 vars in 732 bytes} [Thu Apr 2 10:04:04 2026] GET /v2.0/networks/4c677efa-a52f-456b-828f-c763ec568adc/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: 1108/2263] 10.0.0.20 () {34 vars in 781 bytes} [Thu Apr 2 10:04:04 2026] PUT /v2.0/networks/4c677efa-a52f-456b-828f-c763ec568adc/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: 1156/2264] 10.0.0.20 () {32 vars in 732 bytes} [Thu Apr 2 10:04:04 2026] GET /v2.0/networks/4c677efa-a52f-456b-828f-c763ec568adc/tags => generated 52 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2265] 10.0.0.20 () {34 vars in 752 bytes} [Thu Apr 2 10:04:04 2026] PUT /v2.0/networks/4c677efa-a52f-456b-828f-c763ec568adc/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2266] 10.0.0.20 () {32 vars in 732 bytes} [Thu Apr 2 10:04:04 2026] GET /v2.0/networks/4c677efa-a52f-456b-828f-c763ec568adc/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2267] 10.0.0.20 () {32 vars in 740 bytes} [Thu Apr 2 10:04:04 2026] GET /v2.0/networks/4c677efa-a52f-456b-828f-c763ec568adc/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:04:04.707 7 INFO neutron.api.v2.resource [None req-314da059-560b-4615-960c-a190027eb988 6c1f266bc95f40ef9fec8dd2daefba8b c98c77c7d8c94e5b96e5764a41c9ad1c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1158/2268] 10.0.0.20 () {32 vars in 744 bytes} [Thu Apr 2 10:04:04 2026] GET /v2.0/networks/4c677efa-a52f-456b-828f-c763ec568adc/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2269] 10.0.0.20 () {32 vars in 743 bytes} [Thu Apr 2 10:04:04 2026] DELETE /v2.0/networks/4c677efa-a52f-456b-828f-c763ec568adc/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2270] 10.0.0.20 () {32 vars in 732 bytes} [Thu Apr 2 10:04:04 2026] GET /v2.0/networks/4c677efa-a52f-456b-828f-c763ec568adc/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:04:04.877 8 INFO neutron.api.v2.resource [None req-5e0b5c14-a28d-48e7-aa66-b3db042d29ef 6c1f266bc95f40ef9fec8dd2daefba8b c98c77c7d8c94e5b96e5764a41c9ad1c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1112/2271] 10.0.0.20 () {32 vars in 747 bytes} [Thu Apr 2 10:04:04 2026] DELETE /v2.0/networks/4c677efa-a52f-456b-828f-c763ec568adc/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2272] 10.0.0.20 () {32 vars in 735 bytes} [Thu Apr 2 10:04:04 2026] DELETE /v2.0/networks/4c677efa-a52f-456b-828f-c763ec568adc/tags => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2273] 10.0.0.20 () {32 vars in 732 bytes} [Thu Apr 2 10:04:04 2026] GET /v2.0/networks/4c677efa-a52f-456b-828f-c763ec568adc/tags => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:04:05.122 7 INFO neutron.services.segments.plugin [-] Segment b82b89bf-096d-4b8c-bb46-80b783263e52 resource provider aggregate not found 2026-04-02 10:04:05.128 7 INFO neutron.services.segments.plugin [-] Segment b82b89bf-096d-4b8c-bb46-80b783263e52 resource provider aggregate not found 2026-04-02 10:04:05.142 7 INFO neutron.services.segments.plugin [-] Segment b82b89bf-096d-4b8c-bb46-80b783263e52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b82b89bf-096d-4b8c-bb46-80b783263e52 found for delete ", "request_id": "req-bffd3f5b-674c-4cd2-ae68-0467ce4676a7"}]} 2026-04-02 10:04:05.153 7 INFO neutron.services.segments.plugin [-] Segment b82b89bf-096d-4b8c-bb46-80b783263e52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b82b89bf-096d-4b8c-bb46-80b783263e52 found for delete ", "request_id": "req-0eab8cb7-be8c-42bd-8968-d6c560720b8f"}]} [pid: 7|app: 0|req: 1161/2274] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:04:05 2026] DELETE /v2.0/networks/4c677efa-a52f-456b-828f-c763ec568adc => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2275] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:04:05 2026] GET /v2.0/security-groups?tenant_id=91b19a8fe64b425c9d449bf0702e2608&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: 1162/2276] 10.0.0.169 () {34 vars in 990 bytes} [Thu Apr 2 10:04:06 2026] GET /v2.0/ports?device_id=8eedcb64-b072-4fee-8ce2-bfeccd1fd86b => generated 1473 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2277] 10.0.0.169 () {34 vars in 1040 bytes} [Thu Apr 2 10:04:06 2026] GET /v2.0/security-groups?id=5319f0c9-2447-4dc7-a8f9-7db507b3c7da&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2278] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:06 2026] DELETE /v2.0/security-groups/3435f7cf-5c42-4625-81e6-c732bce97e6b => 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: 1164/2279] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:04:06 2026] GET /v2.0/security-groups?tenant_id=c98c77c7d8c94e5b96e5764a41c9ad1c&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2280] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:06 2026] DELETE /v2.0/security-groups/7ca2d0be-7862-4742-9cd3-786c4a417a97 => 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: 1165/2281] 10.0.0.20 () {34 vars in 683 bytes} [Thu Apr 2 10:04:06 2026] POST /v2.0/security-groups => generated 1601 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2282] 10.0.0.20 () {34 vars in 683 bytes} [Thu Apr 2 10:04:07 2026] POST /v2.0/security-groups => generated 1601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2283] 10.0.0.20 () {34 vars in 683 bytes} [Thu Apr 2 10:04:07 2026] POST /v2.0/security-groups => generated 1601 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2284] 10.0.0.20 () {34 vars in 683 bytes} [Thu Apr 2 10:04:07 2026] POST /v2.0/security-groups => generated 1601 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2285] 10.0.0.20 () {34 vars in 683 bytes} [Thu Apr 2 10:04:07 2026] POST /v2.0/security-groups => generated 1601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2286] 10.0.0.20 () {34 vars in 766 bytes} [Thu Apr 2 10:04:07 2026] PUT /v2.0/security-groups/664177b4-ea79-41a5-ae33-d1c7b43dcbf1/tags => generated 17 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2287] 10.0.0.20 () {34 vars in 766 bytes} [Thu Apr 2 10:04:07 2026] PUT /v2.0/security-groups/58420b71-9e4e-4e26-93ee-acfe5231c3c5/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2288] 10.0.0.20 () {34 vars in 766 bytes} [Thu Apr 2 10:04:07 2026] PUT /v2.0/security-groups/44162c95-1e3b-481e-80b8-3a1307a212f0/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: 1169/2289] 10.0.0.20 () {34 vars in 766 bytes} [Thu Apr 2 10:04:07 2026] PUT /v2.0/security-groups/23684e22-37f0-4df6-8087-d9823195c386/tags => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2290] 10.0.0.20 () {32 vars in 679 bytes} [Thu Apr 2 10:04:07 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2291] 10.0.0.20 () {32 vars in 693 bytes} [Thu Apr 2 10:04:07 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2292] 10.0.0.20 () {32 vars in 689 bytes} [Thu Apr 2 10:04:07 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2293] 10.0.0.20 () {32 vars in 701 bytes} [Thu Apr 2 10:04:07 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2294] 10.0.0.20 () {32 vars in 687 bytes} [Thu Apr 2 10:04:07 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2295] 10.0.0.20 () {32 vars in 701 bytes} [Thu Apr 2 10:04:07 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2296] 10.0.0.20 () {32 vars in 697 bytes} [Thu Apr 2 10:04:08 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2297] 10.0.0.20 () {32 vars in 709 bytes} [Thu Apr 2 10:04:08 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2298] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:08 2026] DELETE /v2.0/security-groups/664177b4-ea79-41a5-ae33-d1c7b43dcbf1 => 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: 1174/2299] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:08 2026] DELETE /v2.0/security-groups/58420b71-9e4e-4e26-93ee-acfe5231c3c5 => 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: 1126/2300] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:08 2026] DELETE /v2.0/security-groups/44162c95-1e3b-481e-80b8-3a1307a212f0 => 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: 1175/2301] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:08 2026] DELETE /v2.0/security-groups/23684e22-37f0-4df6-8087-d9823195c386 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2302] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:08 2026] DELETE /v2.0/security-groups/1b37d1c8-d652-4231-8a8d-b52b28f5aae5 => 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: 1176/2303] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:04:09 2026] GET /v2.0/security-groups?tenant_id=e295d46b3d1e48eeae48f5bf7f8c9769&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2304] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:09 2026] DELETE /v2.0/security-groups/cbb23cb2-752a-4305-988f-1d84212ce2ea => 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: 1177/2305] 10.0.0.20 () {34 vars in 677 bytes} [Thu Apr 2 10:04:09 2026] POST /v2.0/qos/policies => generated 359 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2306] 10.0.0.20 () {34 vars in 752 bytes} [Thu Apr 2 10:04:09 2026] PUT /v2.0/policies/f3f08e32-d9f8-47c9-9d95-6be767b30fa5/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2307] 10.0.0.20 () {32 vars in 732 bytes} [Thu Apr 2 10:04:09 2026] GET /v2.0/policies/f3f08e32-d9f8-47c9-9d95-6be767b30fa5/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2308] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:04:09 2026] GET /v2.0/security-groups?tenant_id=5b2a6f51c82641b9921c610d65b3d243&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: 1179/2309] 10.0.0.20 () {34 vars in 763 bytes} [Thu Apr 2 10:04:09 2026] PUT /v2.0/policies/f3f08e32-d9f8-47c9-9d95-6be767b30fa5/tags/green => 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: 1131/2310] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:09 2026] DELETE /v2.0/security-groups/42b0264d-9f61-446e-a26c-7822a26e4b0a => 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: 1180/2311] 10.0.0.20 () {32 vars in 732 bytes} [Thu Apr 2 10:04:09 2026] GET /v2.0/policies/f3f08e32-d9f8-47c9-9d95-6be767b30fa5/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2312] 10.0.0.20 () {34 vars in 759 bytes} [Thu Apr 2 10:04:09 2026] PUT /v2.0/policies/f3f08e32-d9f8-47c9-9d95-6be767b30fa5/tags/red => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2313] 10.0.0.20 () {32 vars in 732 bytes} [Thu Apr 2 10:04:09 2026] GET /v2.0/policies/f3f08e32-d9f8-47c9-9d95-6be767b30fa5/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: 1133/2314] 10.0.0.20 () {34 vars in 781 bytes} [Thu Apr 2 10:04:09 2026] PUT /v2.0/policies/f3f08e32-d9f8-47c9-9d95-6be767b30fa5/tags/black.or.white => 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: 1134/2315] 10.0.0.20 () {32 vars in 732 bytes} [Thu Apr 2 10:04:09 2026] GET /v2.0/policies/f3f08e32-d9f8-47c9-9d95-6be767b30fa5/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: 1135/2316] 10.0.0.20 () {34 vars in 752 bytes} [Thu Apr 2 10:04:09 2026] PUT /v2.0/policies/f3f08e32-d9f8-47c9-9d95-6be767b30fa5/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2317] 10.0.0.20 () {32 vars in 732 bytes} [Thu Apr 2 10:04:10 2026] GET /v2.0/policies/f3f08e32-d9f8-47c9-9d95-6be767b30fa5/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2318] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:04:09 2026] GET /v2.0/security-groups?tenant_id=d947b09851294d53b37955cb2033c1cf&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2319] 10.0.0.20 () {32 vars in 740 bytes} [Thu Apr 2 10:04:10 2026] GET /v2.0/policies/f3f08e32-d9f8-47c9-9d95-6be767b30fa5/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:04:10.117 8 INFO neutron.api.v2.resource [None req-fd764a21-1fdc-4c16-bdf0-e2c49c38bb52 b42ba3939fe8491a91192142fb7a4d7e 61da8695f45c48139244a9ed6ff3a28f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1138/2320] 10.0.0.20 () {32 vars in 744 bytes} [Thu Apr 2 10:04:10 2026] GET /v2.0/policies/f3f08e32-d9f8-47c9-9d95-6be767b30fa5/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2321] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:10 2026] DELETE /v2.0/security-groups/1e0233ee-2307-4477-b6ca-53e4a1b6c6c7 => 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: 1139/2322] 10.0.0.20 () {32 vars in 743 bytes} [Thu Apr 2 10:04:10 2026] DELETE /v2.0/policies/f3f08e32-d9f8-47c9-9d95-6be767b30fa5/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2323] 10.0.0.20 () {32 vars in 732 bytes} [Thu Apr 2 10:04:10 2026] GET /v2.0/policies/f3f08e32-d9f8-47c9-9d95-6be767b30fa5/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:04:10.225 8 INFO neutron.api.v2.resource [None req-5debdf38-a0cd-4ab8-98ac-c19f089bbbd3 b42ba3939fe8491a91192142fb7a4d7e 61da8695f45c48139244a9ed6ff3a28f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1140/2324] 10.0.0.20 () {32 vars in 747 bytes} [Thu Apr 2 10:04:10 2026] DELETE /v2.0/policies/f3f08e32-d9f8-47c9-9d95-6be767b30fa5/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: 1185/2325] 10.0.0.20 () {32 vars in 735 bytes} [Thu Apr 2 10:04:10 2026] DELETE /v2.0/policies/f3f08e32-d9f8-47c9-9d95-6be767b30fa5/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2326] 10.0.0.20 () {32 vars in 732 bytes} [Thu Apr 2 10:04:10 2026] GET /v2.0/policies/f3f08e32-d9f8-47c9-9d95-6be767b30fa5/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: 1186/2327] 10.0.0.20 () {32 vars in 733 bytes} [Thu Apr 2 10:04:10 2026] DELETE /v2.0/qos/policies/f3f08e32-d9f8-47c9-9d95-6be767b30fa5 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2328] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:04:10 2026] GET /v2.0/security-groups?tenant_id=3900bb69d52c456ca0d10a2fa3b78202&name=default => generated 2927 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2329] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:11 2026] DELETE /v2.0/security-groups/62dbe7f1-30ba-4008-a345-e8f4c8c090ba => 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: 1143/2330] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:04:11 2026] GET /v2.0/security-groups?tenant_id=61da8695f45c48139244a9ed6ff3a28f&name=default => generated 2929 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2331] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:11 2026] DELETE /v2.0/security-groups/c1bfaf05-c322-4abc-94b7-2dd148cd2fa9 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:04:14.524 8 INFO neutron.db.segments_db [None req-527eb505-58e7-4585-ae0b-d941d94d63e9 2cc4584bce8f4935adf6bd8b7b4a2724 25e7cd2563ad4ba997fe70b43df70467 - - default default] Added segment 3b7a3979-34b2-428c-8016-d5db52d9e71e of type vxlan for network f3253d69-126d-4d36-b64b-46c0c94aa4d2 [pid: 8|app: 0|req: 1144/2332] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:04:14 2026] POST /v2.0/networks => generated 613 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2333] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:04:14 2026] POST /v2.0/subnets => generated 626 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:04:14.973 7 INFO neutron.db.segments_db [None req-b9644f49-565e-4377-b924-ec9a8d49c284 2cc4584bce8f4935adf6bd8b7b4a2724 25e7cd2563ad4ba997fe70b43df70467 - - default default] Added segment f17a09a6-8f68-449b-b749-282298f10efa of type vxlan for network 7c9e8c2b-982e-475e-81cc-edfdcda7e403 2026-04-02 10:04:14.987 8 INFO neutron.db.segments_db [None req-f4895cb6-9865-43a9-9bb7-ce697cef3226 c4bb7af1604f417fb66881df4f343c77 f7b2cf3e1603481a80f91fcdc5f30ebd - - default default] Added segment c5f82e9e-9331-4d43-bea1-ca501e2b73d4 of type vxlan for network 3ce357eb-0d31-4c63-94f5-47ac1ebfd464 [pid: 7|app: 0|req: 1190/2334] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:04:14 2026] POST /v2.0/networks => generated 613 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2335] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:04:14 2026] POST /v2.0/networks => generated 612 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:04:15.155 8 INFO neutron.db.segments_db [None req-22271fb3-760f-4fc8-987d-7324325a7171 c4bb7af1604f417fb66881df4f343c77 f7b2cf3e1603481a80f91fcdc5f30ebd - - default default] Added segment c03198de-f1b8-4ca9-b89e-8fbc996a24da of type vxlan for network fddc1769-a824-44ef-affd-48acac03bc7e [pid: 8|app: 0|req: 1146/2336] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:04:15 2026] POST /v2.0/networks => generated 613 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2337] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:04:15 2026] POST /v2.0/subnets => generated 629 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2338] 10.0.0.20 () {34 vars in 752 bytes} [Thu Apr 2 10:04:15 2026] PUT /v2.0/networks/3ce357eb-0d31-4c63-94f5-47ac1ebfd464/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2339] 10.0.0.20 () {32 vars in 732 bytes} [Thu Apr 2 10:04:15 2026] GET /v2.0/networks/3ce357eb-0d31-4c63-94f5-47ac1ebfd464/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:04:15.343 7 INFO neutron.db.segments_db [None req-795c0273-eafd-4965-8cb7-d6d75caa8e5b 2cc4584bce8f4935adf6bd8b7b4a2724 25e7cd2563ad4ba997fe70b43df70467 - - default default] Added segment d54d93b9-4a05-43b1-bf5d-2a02cd3197d2 of type vxlan for network a8f2149e-4984-4134-adb1-f22d72f04421 [pid: 8|app: 0|req: 1149/2340] 10.0.0.20 () {34 vars in 752 bytes} [Thu Apr 2 10:04:15 2026] PUT /v2.0/networks/fddc1769-a824-44ef-affd-48acac03bc7e/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: 1192/2341] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:04:15 2026] POST /v2.0/networks => generated 608 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2342] 10.0.0.20 () {32 vars in 732 bytes} [Thu Apr 2 10:04:15 2026] GET /v2.0/networks/fddc1769-a824-44ef-affd-48acac03bc7e/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: 1151/2343] 10.0.0.20 () {34 vars in 752 bytes} [Thu Apr 2 10:04:15 2026] PUT /v2.0/networks/fddc1769-a824-44ef-affd-48acac03bc7e/tags => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2344] 10.0.0.20 () {32 vars in 732 bytes} [Thu Apr 2 10:04:15 2026] GET /v2.0/networks/fddc1769-a824-44ef-affd-48acac03bc7e/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2345] 10.0.0.20 () {32 vars in 732 bytes} [Thu Apr 2 10:04:15 2026] GET /v2.0/networks/3ce357eb-0d31-4c63-94f5-47ac1ebfd464/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2346] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:04:15 2026] POST /v2.0/subnets => generated 629 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:04:15.694 7 INFO neutron.db.segments_db [None req-a386698f-6569-4223-9c8e-928262a6a543 2cc4584bce8f4935adf6bd8b7b4a2724 25e7cd2563ad4ba997fe70b43df70467 - - default default] Added segment ab60043f-c9ce-4309-b859-ce6688e57eea of type vxlan for network 2aba7e99-6b7b-4ce9-af19-b26ca220394d 2026-04-02 10:04:15.701 8 INFO neutron.services.segments.plugin [-] Segment c5f82e9e-9331-4d43-bea1-ca501e2b73d4 resource provider aggregate not found 2026-04-02 10:04:15.708 8 INFO neutron.services.segments.plugin [-] Segment c5f82e9e-9331-4d43-bea1-ca501e2b73d4 resource provider aggregate not found 2026-04-02 10:04:15.726 8 INFO neutron.services.segments.plugin [-] Segment c5f82e9e-9331-4d43-bea1-ca501e2b73d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5f82e9e-9331-4d43-bea1-ca501e2b73d4 found for delete ", "request_id": "req-e4ffaba5-9806-4796-8267-979c87c82bd8"}]} 2026-04-02 10:04:15.730 8 INFO neutron.services.segments.plugin [-] Segment c5f82e9e-9331-4d43-bea1-ca501e2b73d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5f82e9e-9331-4d43-bea1-ca501e2b73d4 found for delete ", "request_id": "req-077d4fce-40f4-457b-a2ee-039386e65883"}]} [pid: 8|app: 0|req: 1154/2347] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:04:15 2026] DELETE /v2.0/networks/3ce357eb-0d31-4c63-94f5-47ac1ebfd464 => 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: 1194/2348] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:04:15 2026] POST /v2.0/networks => generated 612 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2349] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:04:15 2026] DELETE /v2.0/networks/fddc1769-a824-44ef-affd-48acac03bc7e => 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: 1195/2350] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:04:15 2026] POST /v2.0/subnets => generated 629 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:04:16.098 8 INFO neutron.db.segments_db [None req-c4fd98db-b6a6-4b81-b748-e943aeb8fb0d 2cc4584bce8f4935adf6bd8b7b4a2724 25e7cd2563ad4ba997fe70b43df70467 - - default default] Added segment aa7862b5-2c3c-4048-bcdf-2a6b53505ead of type vxlan for network 95fa1d08-ef28-4d25-9d1f-fe0a157e7737 [pid: 8|app: 0|req: 1156/2351] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:04:16 2026] POST /v2.0/networks => generated 611 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2352] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:04:16 2026] POST /v2.0/subnets => generated 629 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2353] 10.0.0.20 () {34 vars in 750 bytes} [Thu Apr 2 10:04:16 2026] PUT /v2.0/subnets/4a09083b-c825-44d3-ba67-474db8697739/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2354] 10.0.0.20 () {34 vars in 750 bytes} [Thu Apr 2 10:04:16 2026] PUT /v2.0/subnets/670a4113-340a-4824-a3b1-e4cc8bef64e8/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2355] 10.0.0.20 () {34 vars in 750 bytes} [Thu Apr 2 10:04:16 2026] PUT /v2.0/subnets/87f7e2ce-e25f-4252-81c1-924e04726c4c/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2356] 10.0.0.20 () {34 vars in 750 bytes} [Thu Apr 2 10:04:16 2026] PUT /v2.0/subnets/a8e3f5df-25f0-4f3a-a667-74d14064e900/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2357] 10.0.0.20 () {32 vars in 663 bytes} [Thu Apr 2 10:04:16 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: 1161/2358] 10.0.0.20 () {32 vars in 677 bytes} [Thu Apr 2 10:04:16 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2359] 10.0.0.20 () {32 vars in 673 bytes} [Thu Apr 2 10:04:16 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2360] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:04:16 2026] GET /v2.0/security-groups?tenant_id=96215baaaace4974b5c8be338f2f64ad&name=default => generated 2929 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2361] 10.0.0.20 () {32 vars in 685 bytes} [Thu Apr 2 10:04:16 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2362] 10.0.0.20 () {32 vars in 671 bytes} [Thu Apr 2 10:04:16 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2363] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:16 2026] DELETE /v2.0/security-groups/89ebd42b-0cc4-4633-9f89-28b507190c1e => 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: 1165/2364] 10.0.0.20 () {32 vars in 685 bytes} [Thu Apr 2 10:04:16 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2365] 10.0.0.20 () {32 vars in 681 bytes} [Thu Apr 2 10:04:16 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2366] 10.0.0.20 () {32 vars in 693 bytes} [Thu Apr 2 10:04:16 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2367] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:04:17 2026] GET /v2.0/security-groups?tenant_id=f7b2cf3e1603481a80f91fcdc5f30ebd&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2368] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:04:17 2026] DELETE /v2.0/subnets/4a09083b-c825-44d3-ba67-474db8697739 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2369] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:17 2026] DELETE /v2.0/security-groups/1a419d3a-35f4-4093-8cf8-09992f7bf2b4 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2370] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:04:17 2026] DELETE /v2.0/subnets/670a4113-340a-4824-a3b1-e4cc8bef64e8 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2371] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:04:17 2026] DELETE /v2.0/subnets/87f7e2ce-e25f-4252-81c1-924e04726c4c => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2372] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:04:17 2026] DELETE /v2.0/subnets/a8e3f5df-25f0-4f3a-a667-74d14064e900 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2373] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:04:17 2026] DELETE /v2.0/subnets/9d55d9ab-4a6d-429a-a542-708af92d69fa => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:04:17.677 7 INFO neutron_taas.services.taas.taas_plugin [None req-c00462e0-79d5-45a7-a701-5001c4af0334 2cc4584bce8f4935adf6bd8b7b4a2724 25e7cd2563ad4ba997fe70b43df70467 - - default default] TaaS: Handle Delete Port: 0e2969c3-2bab-443e-a8a6-a4b2d0c063b8 2026-04-02 10:04:17.681 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c00462e0-79d5-45a7-a701-5001c4af0334 2cc4584bce8f4935adf6bd8b7b4a2724 25e7cd2563ad4ba997fe70b43df70467 - - default default] Tap Mirror: Handle Delete Port: 0e2969c3-2bab-443e-a8a6-a4b2d0c063b8 2026-04-02 10:04:17.743 8 INFO neutron.services.segments.plugin [-] Segment c03198de-f1b8-4ca9-b89e-8fbc996a24da resource provider aggregate not found 2026-04-02 10:04:17.755 8 INFO neutron.services.segments.plugin [-] Segment c03198de-f1b8-4ca9-b89e-8fbc996a24da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c03198de-f1b8-4ca9-b89e-8fbc996a24da found for delete ", "request_id": "req-437186b6-f9d8-4d8f-b94b-a1559d2d40af"}]} 2026-04-02 10:04:17.778 8 INFO neutron.services.segments.plugin [-] Segment c03198de-f1b8-4ca9-b89e-8fbc996a24da resource provider aggregate not found 2026-04-02 10:04:17.793 8 INFO neutron.services.segments.plugin [-] Segment c03198de-f1b8-4ca9-b89e-8fbc996a24da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c03198de-f1b8-4ca9-b89e-8fbc996a24da found for delete ", "request_id": "req-2fe1011f-ace5-4c54-8aa3-269ddb96ac03"}]} 2026-04-02 10:04:17.874 7 INFO neutron.services.segments.plugin [-] Segment 3b7a3979-34b2-428c-8016-d5db52d9e71e resource provider aggregate not found 2026-04-02 10:04:17.882 7 INFO neutron.services.segments.plugin [-] Segment 3b7a3979-34b2-428c-8016-d5db52d9e71e resource provider aggregate not found 2026-04-02 10:04:17.901 7 INFO neutron.services.segments.plugin [-] Segment 3b7a3979-34b2-428c-8016-d5db52d9e71e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b7a3979-34b2-428c-8016-d5db52d9e71e found for delete ", "request_id": "req-1bd10b45-4854-43ea-870b-bac7ccd5a1ae"}]} 2026-04-02 10:04:17.902 7 INFO neutron.services.segments.plugin [-] Segment 3b7a3979-34b2-428c-8016-d5db52d9e71e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b7a3979-34b2-428c-8016-d5db52d9e71e found for delete ", "request_id": "req-f422d035-04b0-48e8-880e-462caf40fb43"}]} [pid: 7|app: 0|req: 1204/2374] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:04:17 2026] DELETE /v2.0/networks/f3253d69-126d-4d36-b64b-46c0c94aa4d2 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2375] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:04:17 2026] DELETE /v2.0/networks/7c9e8c2b-982e-475e-81cc-edfdcda7e403 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2376] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:04:18 2026] DELETE /v2.0/networks/a8f2149e-4984-4134-adb1-f22d72f04421 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2379] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:04:18 2026] DELETE /v2.0/networks/2aba7e99-6b7b-4ce9-af19-b26ca220394d => 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: 1208/2380] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:04:18 2026] DELETE /v2.0/networks/95fa1d08-ef28-4d25-9d1f-fe0a157e7737 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2381] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:04:19 2026] GET /v2.0/security-groups?tenant_id=1efb1b4b5c7b4f479e18b57aac294929&name=default => generated 2929 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2382] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:19 2026] DELETE /v2.0/security-groups/4b69489b-0a13-4eb1-b698-094d06d0f0c1 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:04:19.779 8 INFO neutron.services.segments.plugin [-] Segment f17a09a6-8f68-449b-b749-282298f10efa resource provider aggregate not found 2026-04-02 10:04:19.800 8 INFO neutron.services.segments.plugin [-] Segment f17a09a6-8f68-449b-b749-282298f10efa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f17a09a6-8f68-449b-b749-282298f10efa found for delete ", "request_id": "req-344cecf8-0527-448f-b23c-6688c54259e2"}]} [pid: 8|app: 0|req: 1174/2383] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:04:19 2026] GET /v2.0/security-groups?tenant_id=26fd880515d74760994676a12307f3fb&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:04:19.816 8 INFO neutron.services.segments.plugin [-] Segment f17a09a6-8f68-449b-b749-282298f10efa resource provider aggregate not found 2026-04-02 10:04:19.821 8 INFO neutron.services.segments.plugin [-] Segment ab60043f-c9ce-4309-b859-ce6688e57eea resource provider aggregate not found 2026-04-02 10:04:19.837 8 INFO neutron.services.segments.plugin [-] Segment f17a09a6-8f68-449b-b749-282298f10efa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f17a09a6-8f68-449b-b749-282298f10efa found for delete ", "request_id": "req-07810796-b254-453a-a473-e121363a8401"}]} 2026-04-02 10:04:19.842 8 INFO neutron.services.segments.plugin [-] Segment ab60043f-c9ce-4309-b859-ce6688e57eea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab60043f-c9ce-4309-b859-ce6688e57eea found for delete ", "request_id": "req-f05a8dfb-e536-4709-8d36-d2279aeb5c32"}]} 2026-04-02 10:04:19.852 8 INFO neutron.services.segments.plugin [-] Segment ab60043f-c9ce-4309-b859-ce6688e57eea resource provider aggregate not found 2026-04-02 10:04:19.869 8 INFO neutron.services.segments.plugin [-] Segment ab60043f-c9ce-4309-b859-ce6688e57eea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab60043f-c9ce-4309-b859-ce6688e57eea found for delete ", "request_id": "req-3b266cb9-c2b9-4561-aefd-cf5ec4fd7f6c"}]} 2026-04-02 10:04:19.923 7 INFO neutron.services.segments.plugin [-] Segment d54d93b9-4a05-43b1-bf5d-2a02cd3197d2 resource provider aggregate not found 2026-04-02 10:04:19.929 7 INFO neutron.services.segments.plugin [-] Segment d54d93b9-4a05-43b1-bf5d-2a02cd3197d2 resource provider aggregate not found [pid: 7|app: 0|req: 1210/2384] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:19 2026] DELETE /v2.0/security-groups/4e28abfc-8627-4cf6-b949-5924cafeebc2 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:04:19.942 7 INFO neutron.services.segments.plugin [-] Segment d54d93b9-4a05-43b1-bf5d-2a02cd3197d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d54d93b9-4a05-43b1-bf5d-2a02cd3197d2 found for delete ", "request_id": "req-f6d46056-3ed7-4fc0-8282-90872b990418"}]} 2026-04-02 10:04:19.947 7 INFO neutron.services.segments.plugin [-] Segment d54d93b9-4a05-43b1-bf5d-2a02cd3197d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d54d93b9-4a05-43b1-bf5d-2a02cd3197d2 found for delete ", "request_id": "req-6ed00f9d-4a9f-4513-9dc9-c5ca0093c4ee"}]} 2026-04-02 10:04:19.959 7 INFO neutron.services.segments.plugin [-] Segment aa7862b5-2c3c-4048-bcdf-2a6b53505ead resource provider aggregate not found 2026-04-02 10:04:19.965 7 INFO neutron.services.segments.plugin [-] Segment aa7862b5-2c3c-4048-bcdf-2a6b53505ead resource provider aggregate not found 2026-04-02 10:04:19.973 7 INFO neutron.services.segments.plugin [-] Segment aa7862b5-2c3c-4048-bcdf-2a6b53505ead resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa7862b5-2c3c-4048-bcdf-2a6b53505ead found for delete ", "request_id": "req-de8565ff-7a6f-4033-9d8f-751c3188ab4b"}]} 2026-04-02 10:04:19.982 7 INFO neutron.services.segments.plugin [-] Segment aa7862b5-2c3c-4048-bcdf-2a6b53505ead resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa7862b5-2c3c-4048-bcdf-2a6b53505ead found for delete ", "request_id": "req-df9e2426-8094-4d56-9030-8542309bb198"}]} [pid: 8|app: 0|req: 1175/2385] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:04:20 2026] GET /v2.0/security-groups?tenant_id=25e7cd2563ad4ba997fe70b43df70467&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2386] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:20 2026] DELETE /v2.0/security-groups/77b3c355-c744-4dec-a800-b4c7200b7854 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2387] 10.0.0.20 () {32 vars in 720 bytes} [Thu Apr 2 10:04:21 2026] GET /v2.0/subnets/4cf719cb-5be5-4064-aa58-f0ea6153c648 => generated 676 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2388] 10.0.0.78 () {30 vars in 689 bytes} [Thu Apr 2 10:04:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2389] 10.0.0.78 () {30 vars in 691 bytes} [Thu Apr 2 10:04:22 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: 1213/2390] 10.0.0.78 () {30 vars in 667 bytes} [Thu Apr 2 10:04:22 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: 1178/2391] 10.0.0.78 () {30 vars in 703 bytes} [Thu Apr 2 10:04:22 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: 1179/2392] 10.0.0.78 () {28 vars in 438 bytes} [Thu Apr 2 10:04:23 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2393] 10.0.0.78 () {30 vars in 727 bytes} [Thu Apr 2 10:04:23 2026] GET /v2.0/subnets/4cf719cb-5be5-4064-aa58-f0ea6153c648 => generated 658 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2394] 10.0.0.78 () {30 vars in 689 bytes} [Thu Apr 2 10:04:23 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: 1182/2395] 10.0.0.78 () {30 vars in 691 bytes} [Thu Apr 2 10:04:23 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: 1183/2396] 10.0.0.78 () {30 vars in 667 bytes} [Thu Apr 2 10:04:23 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: 1184/2397] 10.0.0.78 () {30 vars in 703 bytes} [Thu Apr 2 10:04:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2398] 10.0.0.78 () {30 vars in 727 bytes} [Thu Apr 2 10:04:23 2026] GET /v2.0/subnets/4cf719cb-5be5-4064-aa58-f0ea6153c648 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2399] 10.0.0.78 () {30 vars in 689 bytes} [Thu Apr 2 10:04:23 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: 1187/2400] 10.0.0.78 () {30 vars in 691 bytes} [Thu Apr 2 10:04:23 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: 1188/2401] 10.0.0.78 () {30 vars in 667 bytes} [Thu Apr 2 10:04:23 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: 1189/2402] 10.0.0.78 () {30 vars in 703 bytes} [Thu Apr 2 10:04:23 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: 1190/2403] 10.0.0.78 () {30 vars in 729 bytes} [Thu Apr 2 10:04:23 2026] GET /v2.0/networks/612ff2ee-ee27-4eca-9ba1-ce24c74132e5 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2404] 10.0.0.78 () {30 vars in 681 bytes} [Thu Apr 2 10:04:23 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2405] 10.0.0.20 () {34 vars in 675 bytes} [Thu Apr 2 10:04:23 2026] POST /v2.0/floatingips => generated 552 bytes in 547 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2406] 10.0.0.20 () {34 vars in 758 bytes} [Thu Apr 2 10:04:23 2026] PUT /v2.0/floatingips/c9201bea-858f-415d-b26a-62ad15da858e/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2407] 10.0.0.20 () {32 vars in 738 bytes} [Thu Apr 2 10:04:23 2026] GET /v2.0/floatingips/c9201bea-858f-415d-b26a-62ad15da858e/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2408] 10.0.0.20 () {34 vars in 769 bytes} [Thu Apr 2 10:04:23 2026] PUT /v2.0/floatingips/c9201bea-858f-415d-b26a-62ad15da858e/tags/green => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2409] 10.0.0.20 () {32 vars in 738 bytes} [Thu Apr 2 10:04:24 2026] GET /v2.0/floatingips/c9201bea-858f-415d-b26a-62ad15da858e/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: 1219/2410] 10.0.0.20 () {34 vars in 765 bytes} [Thu Apr 2 10:04:24 2026] PUT /v2.0/floatingips/c9201bea-858f-415d-b26a-62ad15da858e/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2411] 10.0.0.78 () {34 vars in 703 bytes} [Thu Apr 2 10:04:23 2026] POST /v2.0/ports => generated 1128 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2412] 10.0.0.20 () {32 vars in 738 bytes} [Thu Apr 2 10:04:24 2026] GET /v2.0/floatingips/c9201bea-858f-415d-b26a-62ad15da858e/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1193/2413] 10.0.0.20 () {34 vars in 787 bytes} [Thu Apr 2 10:04:24 2026] PUT /v2.0/floatingips/c9201bea-858f-415d-b26a-62ad15da858e/tags/black.or.white => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2414] 10.0.0.20 () {32 vars in 738 bytes} [Thu Apr 2 10:04:24 2026] GET /v2.0/floatingips/c9201bea-858f-415d-b26a-62ad15da858e/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2415] 10.0.0.20 () {34 vars in 758 bytes} [Thu Apr 2 10:04:24 2026] PUT /v2.0/floatingips/c9201bea-858f-415d-b26a-62ad15da858e/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2416] 10.0.0.20 () {32 vars in 738 bytes} [Thu Apr 2 10:04:24 2026] GET /v2.0/floatingips/c9201bea-858f-415d-b26a-62ad15da858e/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2417] 10.0.0.20 () {32 vars in 746 bytes} [Thu Apr 2 10:04:24 2026] GET /v2.0/floatingips/c9201bea-858f-415d-b26a-62ad15da858e/tags/red => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:04:24.545 7 INFO neutron.api.v2.resource [None req-78ec9768-1757-491d-aac4-e6cfac2ac956 3ab35319e55d419d995220e52df7f98c 0f2d2bdd7bdc443cac149e45d583bd2e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1223/2418] 10.0.0.20 () {32 vars in 750 bytes} [Thu Apr 2 10:04:24 2026] GET /v2.0/floatingips/c9201bea-858f-415d-b26a-62ad15da858e/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2419] 10.0.0.20 () {32 vars in 749 bytes} [Thu Apr 2 10:04:24 2026] DELETE /v2.0/floatingips/c9201bea-858f-415d-b26a-62ad15da858e/tags/red => 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: 1224/2420] 10.0.0.20 () {32 vars in 738 bytes} [Thu Apr 2 10:04:24 2026] GET /v2.0/floatingips/c9201bea-858f-415d-b26a-62ad15da858e/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:04:24.701 8 INFO neutron.api.v2.resource [None req-7fd7f452-f05d-4c68-ab08-9001f31f54b7 3ab35319e55d419d995220e52df7f98c 0f2d2bdd7bdc443cac149e45d583bd2e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1197/2421] 10.0.0.20 () {32 vars in 753 bytes} [Thu Apr 2 10:04:24 2026] DELETE /v2.0/floatingips/c9201bea-858f-415d-b26a-62ad15da858e/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2422] 10.0.0.20 () {32 vars in 741 bytes} [Thu Apr 2 10:04:24 2026] DELETE /v2.0/floatingips/c9201bea-858f-415d-b26a-62ad15da858e/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2423] 10.0.0.20 () {32 vars in 738 bytes} [Thu Apr 2 10:04:24 2026] GET /v2.0/floatingips/c9201bea-858f-415d-b26a-62ad15da858e/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:04:24.912 7 INFO neutron_taas.services.taas.taas_plugin [None req-592e451c-5bdd-4e26-84b1-902e66747db6 3ab35319e55d419d995220e52df7f98c 0f2d2bdd7bdc443cac149e45d583bd2e - - default default] TaaS: Handle Delete Port: 3f6a08de-f56e-4696-a3ff-a7055c8cfff0 2026-04-02 10:04:24.915 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-592e451c-5bdd-4e26-84b1-902e66747db6 3ab35319e55d419d995220e52df7f98c 0f2d2bdd7bdc443cac149e45d583bd2e - - default default] Tap Mirror: Handle Delete Port: 3f6a08de-f56e-4696-a3ff-a7055c8cfff0 [pid: 7|app: 0|req: 1226/2424] 10.0.0.20 () {32 vars in 731 bytes} [Thu Apr 2 10:04:24 2026] DELETE /v2.0/floatingips/c9201bea-858f-415d-b26a-62ad15da858e => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2425] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:04:25 2026] GET /v2.0/security-groups?tenant_id=0f2d2bdd7bdc443cac149e45d583bd2e&name=default => generated 2929 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2426] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:25 2026] DELETE /v2.0/security-groups/806b3969-bca1-41c8-8936-819de3cf120e => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2427] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:04:26 2026] GET /v2.0/security-groups?tenant_id=2ca2eb3583a54d26a20b85c4fb9762d6&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2428] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:26 2026] DELETE /v2.0/security-groups/c5f81a1e-8bdb-4aab-889c-a59a088ad2c5 => 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: 1201/2429] 199.204.45.155 () {30 vars in 703 bytes} [Thu Apr 2 10:04:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2430] 199.204.45.155 () {30 vars in 705 bytes} [Thu Apr 2 10:04:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2431] 199.204.45.155 () {30 vars in 681 bytes} [Thu Apr 2 10:04:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2432] 199.204.45.155 () {30 vars in 717 bytes} [Thu Apr 2 10:04:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2433] 199.204.45.155 () {30 vars in 737 bytes} [Thu Apr 2 10:04:27 2026] GET /v2.0/ports/6bb3afc4-401b-44e3-80ad-3675798435a7 => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2434] 199.204.45.155 () {30 vars in 703 bytes} [Thu Apr 2 10:04:27 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: 1204/2435] 199.204.45.155 () {30 vars in 705 bytes} [Thu Apr 2 10:04:27 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: 1232/2436] 199.204.45.155 () {30 vars in 681 bytes} [Thu Apr 2 10:04:27 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: 1205/2437] 199.204.45.155 () {30 vars in 717 bytes} [Thu Apr 2 10:04:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:04:27.311 7 INFO neutron.api.v2.resource [None req-20fe42d8-bfa0-4e34-8b0a-fc80ad398e10 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1233/2438] 199.204.45.155 () {30 vars in 763 bytes} [Thu Apr 2 10:04:27 2026] GET /v2.0/security-groups/lb-4a6a4282-5a6a-43f1-b5cf-7df8db506350 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2439] 199.204.45.155 () {30 vars in 785 bytes} [Thu Apr 2 10:04:27 2026] GET /v2.0/security-groups?name=lb-4a6a4282-5a6a-43f1-b5cf-7df8db506350 => 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: 1234/2440] 199.204.45.155 () {34 vars in 736 bytes} [Thu Apr 2 10:04:27 2026] POST /v2.0/security-groups => generated 1638 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2441] 199.204.45.155 () {30 vars in 815 bytes} [Thu Apr 2 10:04:27 2026] GET /v2.0/security-group-rules?security_group_id=dc5ea37a-a4e9-40cb-8957-a2d1dbf26f8e => generated 1182 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2442] 199.204.45.155 () {34 vars in 789 bytes} [Thu Apr 2 10:04:27 2026] PUT /v2.0/ports/6bb3afc4-401b-44e3-80ad-3675798435a7 => generated 1128 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2443] 199.204.45.155 () {30 vars in 703 bytes} [Thu Apr 2 10:04:27 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: 7|app: 0|req: 1236/2444] 199.204.45.155 () {30 vars in 705 bytes} [Thu Apr 2 10:04:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2445] 199.204.45.155 () {30 vars in 681 bytes} [Thu Apr 2 10:04:27 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: 1237/2446] 199.204.45.155 () {30 vars in 717 bytes} [Thu Apr 2 10:04:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2447] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 10:04:27 2026] GET /v2.0/subnets/4cf719cb-5be5-4064-aa58-f0ea6153c648 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2448] 10.0.0.20 () {34 vars in 675 bytes} [Thu Apr 2 10:04:29 2026] POST /v2.0/subnetpools => generated 516 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2449] 10.0.0.20 () {34 vars in 758 bytes} [Thu Apr 2 10:04:29 2026] PUT /v2.0/subnetpools/a4f27bbc-3e5a-43ab-8e24-39802636da90/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2450] 10.0.0.20 () {32 vars in 738 bytes} [Thu Apr 2 10:04:29 2026] GET /v2.0/subnetpools/a4f27bbc-3e5a-43ab-8e24-39802636da90/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2451] 10.0.0.20 () {34 vars in 769 bytes} [Thu Apr 2 10:04:29 2026] PUT /v2.0/subnetpools/a4f27bbc-3e5a-43ab-8e24-39802636da90/tags/green => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2452] 10.0.0.20 () {32 vars in 738 bytes} [Thu Apr 2 10:04:29 2026] GET /v2.0/subnetpools/a4f27bbc-3e5a-43ab-8e24-39802636da90/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2453] 10.0.0.20 () {34 vars in 765 bytes} [Thu Apr 2 10:04:29 2026] PUT /v2.0/subnetpools/a4f27bbc-3e5a-43ab-8e24-39802636da90/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2454] 10.0.0.20 () {32 vars in 738 bytes} [Thu Apr 2 10:04:29 2026] GET /v2.0/subnetpools/a4f27bbc-3e5a-43ab-8e24-39802636da90/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2455] 10.0.0.20 () {34 vars in 787 bytes} [Thu Apr 2 10:04:29 2026] PUT /v2.0/subnetpools/a4f27bbc-3e5a-43ab-8e24-39802636da90/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: 1242/2456] 10.0.0.20 () {32 vars in 738 bytes} [Thu Apr 2 10:04:29 2026] GET /v2.0/subnetpools/a4f27bbc-3e5a-43ab-8e24-39802636da90/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2457] 10.0.0.20 () {34 vars in 758 bytes} [Thu Apr 2 10:04:30 2026] PUT /v2.0/subnetpools/a4f27bbc-3e5a-43ab-8e24-39802636da90/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2458] 10.0.0.20 () {32 vars in 738 bytes} [Thu Apr 2 10:04:30 2026] GET /v2.0/subnetpools/a4f27bbc-3e5a-43ab-8e24-39802636da90/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: 1216/2459] 10.0.0.20 () {32 vars in 746 bytes} [Thu Apr 2 10:04:30 2026] GET /v2.0/subnetpools/a4f27bbc-3e5a-43ab-8e24-39802636da90/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:04:30.161 7 INFO neutron.api.v2.resource [None req-a1d8a0fd-538c-45a1-9d8c-81392261c1bf 1d9693b27fb9424dbd42422946d3ad94 452a90a4fb794c9086fbf7a0c87705d4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1244/2460] 10.0.0.20 () {32 vars in 750 bytes} [Thu Apr 2 10:04:30 2026] GET /v2.0/subnetpools/a4f27bbc-3e5a-43ab-8e24-39802636da90/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2461] 10.0.0.20 () {32 vars in 749 bytes} [Thu Apr 2 10:04:30 2026] DELETE /v2.0/subnetpools/a4f27bbc-3e5a-43ab-8e24-39802636da90/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2462] 10.0.0.20 () {32 vars in 738 bytes} [Thu Apr 2 10:04:30 2026] GET /v2.0/subnetpools/a4f27bbc-3e5a-43ab-8e24-39802636da90/tags => generated 30 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:04:30.279 8 INFO neutron.api.v2.resource [None req-123e5785-7215-4b0b-b896-d708e4699dd9 1d9693b27fb9424dbd42422946d3ad94 452a90a4fb794c9086fbf7a0c87705d4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1218/2463] 10.0.0.20 () {32 vars in 753 bytes} [Thu Apr 2 10:04:30 2026] DELETE /v2.0/subnetpools/a4f27bbc-3e5a-43ab-8e24-39802636da90/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2464] 10.0.0.20 () {32 vars in 741 bytes} [Thu Apr 2 10:04:30 2026] DELETE /v2.0/subnetpools/a4f27bbc-3e5a-43ab-8e24-39802636da90/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: 1219/2465] 10.0.0.20 () {32 vars in 738 bytes} [Thu Apr 2 10:04:30 2026] GET /v2.0/subnetpools/a4f27bbc-3e5a-43ab-8e24-39802636da90/tags => 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: 1247/2466] 10.0.0.20 () {32 vars in 731 bytes} [Thu Apr 2 10:04:30 2026] DELETE /v2.0/subnetpools/a4f27bbc-3e5a-43ab-8e24-39802636da90 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2467] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:04:30 2026] GET /v2.0/security-groups?tenant_id=452a90a4fb794c9086fbf7a0c87705d4&name=default => generated 2929 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2468] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:31 2026] DELETE /v2.0/security-groups/4dc27c81-1e90-46dd-8e90-5d771611c5c9 => 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: 1221/2469] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:04:31 2026] GET /v2.0/security-groups?tenant_id=af05cb8e3f5d4cafae8fc6f1e3c706a4&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2470] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:31 2026] DELETE /v2.0/security-groups/efcc83d1-3af5-4c9a-8746-4c931c3fafdc => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:04:34.990 8 INFO neutron.db.segments_db [None req-cf2416b6-6f51-40ad-8884-7664a09f0c3c bc51242628ff4ff2baac3f3b9503cf87 777a6e8ad0024a27b90c4664d745e996 - - default default] Added segment 6821194e-2f56-48a2-ae79-d186f55756ce of type vxlan for network 782cda34-f551-4805-ac6b-a8ac92ffce36 [pid: 8|app: 0|req: 1223/2473] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:04:34 2026] POST /v2.0/networks => generated 612 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2474] 10.0.0.229 () {34 vars in 1016 bytes} [Thu Apr 2 10:04:35 2026] GET /v2.0/security-groups?id=687be8cd-a956-4ab5-82f9-cd4fe21f0ac7&fields=id => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2475] 10.0.0.229 () {34 vars in 982 bytes} [Thu Apr 2 10:04:35 2026] GET /v2.0/networks?id=ba4a1b13-ae7c-4086-8379-da008d553600 => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2476] 10.0.0.229 () {34 vars in 965 bytes} [Thu Apr 2 10:04:35 2026] GET /v2.0/quotas/2a1a70d8471747b993bd9addddfc3d3f => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2477] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:04:35 2026] POST /v2.0/subnets => generated 626 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2478] 10.0.0.20 () {34 vars in 750 bytes} [Thu Apr 2 10:04:35 2026] PUT /v2.0/subnets/c9173ad9-62b6-47c9-83df-2f2012f4260c/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2479] 10.0.0.229 () {34 vars in 1002 bytes} [Thu Apr 2 10:04:35 2026] GET /v2.0/ports?tenant_id=2a1a70d8471747b993bd9addddfc3d3f&fields=id => generated 149 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2480] 10.0.0.20 () {32 vars in 730 bytes} [Thu Apr 2 10:04:35 2026] GET /v2.0/subnets/c9173ad9-62b6-47c9-83df-2f2012f4260c/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: 1228/2481] 10.0.0.229 () {34 vars in 1008 bytes} [Thu Apr 2 10:04:35 2026] GET /v2.0/networks/ba4a1b13-ae7c-4086-8379-da008d553600?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: 1254/2482] 10.0.0.20 () {34 vars in 761 bytes} [Thu Apr 2 10:04:35 2026] PUT /v2.0/subnets/c9173ad9-62b6-47c9-83df-2f2012f4260c/tags/green => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2483] 10.0.0.20 () {32 vars in 730 bytes} [Thu Apr 2 10:04:35 2026] GET /v2.0/subnets/c9173ad9-62b6-47c9-83df-2f2012f4260c/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2484] 10.0.0.229 () {34 vars in 1108 bytes} [Thu Apr 2 10:04:35 2026] GET /v2.0/networks/ba4a1b13-ae7c-4086-8379-da008d553600?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2485] 10.0.0.20 () {34 vars in 757 bytes} [Thu Apr 2 10:04:35 2026] PUT /v2.0/subnets/c9173ad9-62b6-47c9-83df-2f2012f4260c/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2486] 10.0.0.20 () {32 vars in 730 bytes} [Thu Apr 2 10:04:35 2026] GET /v2.0/subnets/c9173ad9-62b6-47c9-83df-2f2012f4260c/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2487] 10.0.0.20 () {34 vars in 779 bytes} [Thu Apr 2 10:04:35 2026] PUT /v2.0/subnets/c9173ad9-62b6-47c9-83df-2f2012f4260c/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2488] 10.0.0.20 () {32 vars in 730 bytes} [Thu Apr 2 10:04:35 2026] GET /v2.0/subnets/c9173ad9-62b6-47c9-83df-2f2012f4260c/tags => generated 52 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2489] 10.0.0.20 () {34 vars in 750 bytes} [Thu Apr 2 10:04:35 2026] PUT /v2.0/subnets/c9173ad9-62b6-47c9-83df-2f2012f4260c/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2490] 10.0.0.20 () {32 vars in 730 bytes} [Thu Apr 2 10:04:35 2026] GET /v2.0/subnets/c9173ad9-62b6-47c9-83df-2f2012f4260c/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2491] 10.0.0.20 () {32 vars in 738 bytes} [Thu Apr 2 10:04:35 2026] GET /v2.0/subnets/c9173ad9-62b6-47c9-83df-2f2012f4260c/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:04:35.922 8 INFO neutron.api.v2.resource [None req-6ef23bd3-665a-40af-a565-de53cfbfb79c bc51242628ff4ff2baac3f3b9503cf87 777a6e8ad0024a27b90c4664d745e996 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1233/2492] 10.0.0.20 () {32 vars in 742 bytes} [Thu Apr 2 10:04:35 2026] GET /v2.0/subnets/c9173ad9-62b6-47c9-83df-2f2012f4260c/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2493] 10.0.0.20 () {32 vars in 741 bytes} [Thu Apr 2 10:04:35 2026] DELETE /v2.0/subnets/c9173ad9-62b6-47c9-83df-2f2012f4260c/tags/red => 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: 1234/2494] 10.0.0.20 () {32 vars in 730 bytes} [Thu Apr 2 10:04:35 2026] GET /v2.0/subnets/c9173ad9-62b6-47c9-83df-2f2012f4260c/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:04:36.069 7 INFO neutron.api.v2.resource [None req-698ae6b9-15e5-441d-8538-86ac10a3c200 bc51242628ff4ff2baac3f3b9503cf87 777a6e8ad0024a27b90c4664d745e996 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1261/2495] 10.0.0.20 () {32 vars in 745 bytes} [Thu Apr 2 10:04:36 2026] DELETE /v2.0/subnets/c9173ad9-62b6-47c9-83df-2f2012f4260c/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: 1235/2496] 10.0.0.20 () {32 vars in 733 bytes} [Thu Apr 2 10:04:36 2026] DELETE /v2.0/subnets/c9173ad9-62b6-47c9-83df-2f2012f4260c/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: 1236/2497] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:04:36 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => 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: 1262/2498] 10.0.0.20 () {32 vars in 730 bytes} [Thu Apr 2 10:04:36 2026] GET /v2.0/subnets/c9173ad9-62b6-47c9-83df-2f2012f4260c/tags => 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: 1263/2499] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:04:36 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2500] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:04:36 2026] DELETE /v2.0/subnets/c9173ad9-62b6-47c9-83df-2f2012f4260c => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:04:36.422 7 INFO neutron_taas.services.taas.taas_plugin [None req-f01a7716-3336-4c6e-b6be-642267869409 bc51242628ff4ff2baac3f3b9503cf87 777a6e8ad0024a27b90c4664d745e996 - - default default] TaaS: Handle Delete Port: 13de71b0-ef8b-451c-a86e-155a1dd79601 2026-04-02 10:04:36.427 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f01a7716-3336-4c6e-b6be-642267869409 bc51242628ff4ff2baac3f3b9503cf87 777a6e8ad0024a27b90c4664d745e996 - - default default] Tap Mirror: Handle Delete Port: 13de71b0-ef8b-451c-a86e-155a1dd79601 2026-04-02 10:04:36.576 7 INFO neutron.services.segments.plugin [-] Segment 6821194e-2f56-48a2-ae79-d186f55756ce resource provider aggregate not found 2026-04-02 10:04:36.583 7 INFO neutron.services.segments.plugin [-] Segment 6821194e-2f56-48a2-ae79-d186f55756ce resource provider aggregate not found 2026-04-02 10:04:36.597 7 INFO neutron.services.segments.plugin [-] Segment 6821194e-2f56-48a2-ae79-d186f55756ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6821194e-2f56-48a2-ae79-d186f55756ce found for delete ", "request_id": "req-8c5eb9de-53aa-491d-961f-2cbf74ca5d38"}]} 2026-04-02 10:04:36.601 7 INFO neutron.services.segments.plugin [-] Segment 6821194e-2f56-48a2-ae79-d186f55756ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6821194e-2f56-48a2-ae79-d186f55756ce found for delete ", "request_id": "req-1b28b4d8-3142-4057-b1ac-1e887dca71d0"}]} [pid: 7|app: 0|req: 1264/2501] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:04:36 2026] DELETE /v2.0/networks/782cda34-f551-4805-ac6b-a8ac92ffce36 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2502] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:04:37 2026] GET /v2.0/security-groups?tenant_id=777a6e8ad0024a27b90c4664d745e996&name=default => generated 2929 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2503] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:37 2026] DELETE /v2.0/security-groups/faf494ce-b5ca-4293-b499-e222c0f53a10 => 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: 1239/2504] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:04:37 2026] GET /v2.0/security-groups?tenant_id=d5e9374650d34367b4a90e8ef3139455&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2505] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:37 2026] DELETE /v2.0/security-groups/16b76336-3537-4817-bcf1-8b737ad85230 => 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: 1240/2506] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:04:39 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => 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: 1267/2507] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:04:39 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => 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: 1241/2508] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:04:40 2026] GET /v2.0/networks?id=ba4a1b13-ae7c-4086-8379-da008d553600 => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2509] 199.204.45.155 () {34 vars in 1050 bytes} [Thu Apr 2 10:04:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2a1a70d8471747b993bd9addddfc3d3f => generated 343 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2510] 199.204.45.155 () {38 vars in 955 bytes} [Thu Apr 2 10:04:40 2026] POST /v2.0/ports => generated 1082 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2511] 199.204.45.155 () {38 vars in 1028 bytes} [Thu Apr 2 10:04:40 2026] PUT /v2.0/ports/4aada007-9c02-4900-8671-143b50500e9e => generated 1243 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:04:40.875 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2206e7a6-b4e4-451a-a25e-9e414fcf7fa6'] response: {'name': 'network-changed', 'server_uuid': '4db33f2b-30e8-440e-8931-1a9c8d933b96', 'tag': '4aada007-9c02-4900-8671-143b50500e9e', '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-04-02 10:04:41.078 8 INFO neutron.db.segments_db [None req-249d0604-0c11-4e47-a64b-67b195747faa 408d1122b400423ab978257a7e70136b e86afcadde574a60b12a4d6698910366 - - default default] Added segment 6f63a0d6-f969-4560-8882-9f23b8bb6ae1 of type vxlan for network d9eb50fa-981b-4ac9-bb33-2e83a24c4cfd [pid: 8|app: 0|req: 1243/2512] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:04:40 2026] POST /v2.0/networks => generated 613 bytes in 382 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: 1270/2513] 10.0.0.20 () {34 vars in 663 bytes} [Thu Apr 2 10:04:41 2026] POST /v2.0/ports => generated 743 bytes in 230 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: 1244/2514] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:04:41 2026] GET /v2.0/ports?tenant_id=2a1a70d8471747b993bd9addddfc3d3f&device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 1246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2515] 199.204.45.155 () {34 vars in 1018 bytes} [Thu Apr 2 10:04:41 2026] GET /v2.0/networks?tenant_id=2a1a70d8471747b993bd9addddfc3d3f&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: 1246/2516] 199.204.45.155 () {34 vars in 930 bytes} [Thu Apr 2 10:04:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2517] 10.0.0.20 () {34 vars in 665 bytes} [Thu Apr 2 10:04:41 2026] POST /v2.0/trunks => generated 407 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2518] 10.0.0.20 () {34 vars in 748 bytes} [Thu Apr 2 10:04:41 2026] PUT /v2.0/trunks/86612c60-1351-4af9-9b70-108c8a71c1b6/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2519] 10.0.0.20 () {32 vars in 728 bytes} [Thu Apr 2 10:04:41 2026] GET /v2.0/trunks/86612c60-1351-4af9-9b70-108c8a71c1b6/tags => generated 25 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2520] 10.0.0.20 () {34 vars in 759 bytes} [Thu Apr 2 10:04:41 2026] PUT /v2.0/trunks/86612c60-1351-4af9-9b70-108c8a71c1b6/tags/green => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2521] 10.0.0.20 () {32 vars in 728 bytes} [Thu Apr 2 10:04:41 2026] GET /v2.0/trunks/86612c60-1351-4af9-9b70-108c8a71c1b6/tags => generated 34 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2522] 10.0.0.20 () {34 vars in 755 bytes} [Thu Apr 2 10:04:41 2026] PUT /v2.0/trunks/86612c60-1351-4af9-9b70-108c8a71c1b6/tags/red => generated 4 bytes in 22 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2523] 10.0.0.20 () {32 vars in 728 bytes} [Thu Apr 2 10:04:41 2026] GET /v2.0/trunks/86612c60-1351-4af9-9b70-108c8a71c1b6/tags => generated 34 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2524] 10.0.0.20 () {34 vars in 777 bytes} [Thu Apr 2 10:04:41 2026] PUT /v2.0/trunks/86612c60-1351-4af9-9b70-108c8a71c1b6/tags/black.or.white => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2525] 10.0.0.20 () {32 vars in 728 bytes} [Thu Apr 2 10:04:41 2026] GET /v2.0/trunks/86612c60-1351-4af9-9b70-108c8a71c1b6/tags => generated 52 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2526] 10.0.0.20 () {34 vars in 748 bytes} [Thu Apr 2 10:04:41 2026] PUT /v2.0/trunks/86612c60-1351-4af9-9b70-108c8a71c1b6/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: 1276/2527] 10.0.0.20 () {32 vars in 728 bytes} [Thu Apr 2 10:04:41 2026] GET /v2.0/trunks/86612c60-1351-4af9-9b70-108c8a71c1b6/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: 1252/2528] 10.0.0.20 () {32 vars in 736 bytes} [Thu Apr 2 10:04:41 2026] GET /v2.0/trunks/86612c60-1351-4af9-9b70-108c8a71c1b6/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:04:41.976 7 INFO neutron.api.v2.resource [None req-427c3c96-170a-419f-80f8-be7043da8523 408d1122b400423ab978257a7e70136b e86afcadde574a60b12a4d6698910366 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1277/2529] 10.0.0.20 () {32 vars in 740 bytes} [Thu Apr 2 10:04:41 2026] GET /v2.0/trunks/86612c60-1351-4af9-9b70-108c8a71c1b6/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: 1253/2530] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:41 2026] DELETE /v2.0/trunks/86612c60-1351-4af9-9b70-108c8a71c1b6/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2531] 10.0.0.20 () {32 vars in 728 bytes} [Thu Apr 2 10:04:42 2026] GET /v2.0/trunks/86612c60-1351-4af9-9b70-108c8a71c1b6/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:04:42.078 7 INFO neutron.api.v2.resource [None req-96f7dfca-91ce-4da1-888a-0eb33e5f5f84 408d1122b400423ab978257a7e70136b e86afcadde574a60b12a4d6698910366 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1279/2532] 10.0.0.20 () {32 vars in 743 bytes} [Thu Apr 2 10:04:42 2026] DELETE /v2.0/trunks/86612c60-1351-4af9-9b70-108c8a71c1b6/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2533] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:04:42 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2534] 10.0.0.20 () {32 vars in 731 bytes} [Thu Apr 2 10:04:42 2026] DELETE /v2.0/trunks/86612c60-1351-4af9-9b70-108c8a71c1b6/tags => 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: 1255/2535] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:04:42 2026] GET /v2.0/security-groups?id=687be8cd-a956-4ab5-82f9-cd4fe21f0ac7&fields=id&fields=name => generated 96 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2536] 10.0.0.20 () {32 vars in 728 bytes} [Thu Apr 2 10:04:42 2026] GET /v2.0/trunks/86612c60-1351-4af9-9b70-108c8a71c1b6/tags => 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: 1256/2537] 10.0.0.20 () {32 vars in 718 bytes} [Thu Apr 2 10:04:42 2026] GET /v2.0/trunks/86612c60-1351-4af9-9b70-108c8a71c1b6 => generated 407 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2538] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:04:42 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 1246 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2539] 10.0.0.20 () {32 vars in 716 bytes} [Thu Apr 2 10:04:42 2026] GET /v2.0/ports/7be4b9c5-3f47-4766-ac38-fa4f193e8359 => generated 826 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2540] 10.0.0.20 () {32 vars in 721 bytes} [Thu Apr 2 10:04:42 2026] DELETE /v2.0/trunks/86612c60-1351-4af9-9b70-108c8a71c1b6 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:04:42.501 8 INFO neutron_taas.services.taas.taas_plugin [None req-0102fa22-32f3-4f53-a50c-fa1252d7625b 408d1122b400423ab978257a7e70136b e86afcadde574a60b12a4d6698910366 - - default default] TaaS: Handle Delete Port: 7be4b9c5-3f47-4766-ac38-fa4f193e8359 2026-04-02 10:04:42.505 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0102fa22-32f3-4f53-a50c-fa1252d7625b 408d1122b400423ab978257a7e70136b e86afcadde574a60b12a4d6698910366 - - default default] Tap Mirror: Handle Delete Port: 7be4b9c5-3f47-4766-ac38-fa4f193e8359 [pid: 7|app: 0|req: 1284/2541] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:04:42 2026] GET /v2.0/ports?tenant_id=2a1a70d8471747b993bd9addddfc3d3f&device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 1246 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2542] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:04:42 2026] DELETE /v2.0/ports/7be4b9c5-3f47-4766-ac38-fa4f193e8359 => 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: 1285/2543] 199.204.45.155 () {34 vars in 1062 bytes} [Thu Apr 2 10:04:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.175&port_id=4aada007-9c02-4900-8671-143b50500e9e => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2544] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:04:42 2026] GET /v2.0/subnets?id=0035a110-fd9f-422e-974c-281602c06d7e => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2545] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:04:42 2026] GET /v2.0/ports?network_id=ba4a1b13-ae7c-4086-8379-da008d553600&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:04:42.679 8 INFO neutron.services.segments.plugin [-] Segment 6f63a0d6-f969-4560-8882-9f23b8bb6ae1 resource provider aggregate not found 2026-04-02 10:04:42.679 8 INFO neutron.services.segments.plugin [-] Segment 6f63a0d6-f969-4560-8882-9f23b8bb6ae1 resource provider aggregate not found 2026-04-02 10:04:42.699 8 INFO neutron.services.segments.plugin [-] Segment 6f63a0d6-f969-4560-8882-9f23b8bb6ae1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f63a0d6-f969-4560-8882-9f23b8bb6ae1 found for delete ", "request_id": "req-4a14b440-b4f5-488d-b7c2-1f86b765a519"}]} 2026-04-02 10:04:42.702 8 INFO neutron.services.segments.plugin [-] Segment 6f63a0d6-f969-4560-8882-9f23b8bb6ae1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f63a0d6-f969-4560-8882-9f23b8bb6ae1 found for delete ", "request_id": "req-6f8ab7b7-9c9a-41ab-896f-e9ada3b71b0b"}]} [pid: 8|app: 0|req: 1259/2546] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:04:42 2026] DELETE /v2.0/networks/d9eb50fa-981b-4ac9-bb33-2e83a24c4cfd => 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: 1288/2547] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:04:42 2026] GET /v2.0/networks/ba4a1b13-ae7c-4086-8379-da008d553600?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: 1260/2548] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:04:42 2026] GET /v2.0/networks/ba4a1b13-ae7c-4086-8379-da008d553600?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: 1289/2549] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:04:43 2026] GET /v2.0/security-groups?tenant_id=5a5356cbd63640ad964a92a75101083d&name=default => generated 2929 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2550] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:43 2026] DELETE /v2.0/security-groups/4d66a258-6d5a-4eb2-82bd-604b63e58deb => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2551] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:04:43 2026] GET /v2.0/security-groups?tenant_id=e86afcadde574a60b12a4d6698910366&name=default => 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: 1262/2552] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:43 2026] DELETE /v2.0/security-groups/45880f42-2c8d-4902-90c2-decff9976af6 => 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: 1291/2553] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:04:44 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2554] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:04:44 2026] GET /v2.0/security-groups?id=687be8cd-a956-4ab5-82f9-cd4fe21f0ac7&fields=id&fields=name => generated 96 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2555] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:04:45 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2556] 199.204.45.155 () {34 vars in 994 bytes} [Thu Apr 2 10:04:46 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 1248 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2557] 199.204.45.155 () {34 vars in 1044 bytes} [Thu Apr 2 10:04:46 2026] GET /v2.0/security-groups?id=687be8cd-a956-4ab5-82f9-cd4fe21f0ac7&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: 1265/2558] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:04:47 2026] GET /v2.0/security-groups?tenant_id=dc1c51e2f2f54f14a9d9b481e8c9001e&name=default => generated 2929 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2559] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:47 2026] DELETE /v2.0/security-groups/804cd370-085b-4411-b306-2350579d96a0 => 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: 1266/2560] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:04:47 2026] GET /v2.0/security-groups?tenant_id=e6be6253a9bb429f89095b4a3c55625b&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2561] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:04:47 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 1248 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2562] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:04:47 2026] DELETE /v2.0/security-groups/9f454e71-c449-45f3-b931-428f22cc6900 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2563] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:04:47 2026] GET /v2.0/security-groups?id=687be8cd-a956-4ab5-82f9-cd4fe21f0ac7&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: 1296/2564] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:04:48 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2567] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:04:50 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2568] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:04:50 2026] GET /v2.0/security-groups?id=687be8cd-a956-4ab5-82f9-cd4fe21f0ac7&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2569] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:04:50 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2574] 199.204.45.155 () {30 vars in 703 bytes} [Thu Apr 2 10:05:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2575] 199.204.45.155 () {30 vars in 705 bytes} [Thu Apr 2 10:05: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: 7|app: 0|req: 1303/2576] 199.204.45.155 () {30 vars in 681 bytes} [Thu Apr 2 10:05:26 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: 1274/2577] 199.204.45.155 () {30 vars in 717 bytes} [Thu Apr 2 10:05:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2578] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 10:05:26 2026] GET /v2.0/subnets/4cf719cb-5be5-4064-aa58-f0ea6153c648 => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2579] 199.204.45.155 () {30 vars in 769 bytes} [Thu Apr 2 10:05:26 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2580] 199.204.45.155 () {34 vars in 717 bytes} [Thu Apr 2 10:05:26 2026] POST /v2.0/ports => generated 1055 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2581] 10.0.0.229 () {34 vars in 971 bytes} [Thu Apr 2 10:05:26 2026] GET /v2.0/ports/b481deec-9539-4550-8f3a-75624e3e09c7 => generated 1055 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2582] 10.0.0.229 () {34 vars in 907 bytes} [Thu Apr 2 10:05:26 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2583] 199.204.45.155 () {34 vars in 1262 bytes} [Thu Apr 2 10:05:27 2026] GET /v2.0/ports/b481deec-9539-4550-8f3a-75624e3e09c7?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2584] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:05:27 2026] GET /v2.0/networks/612ff2ee-ee27-4eca-9ba1-ce24c74132e5?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2585] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:05:27 2026] GET /v2.0/networks/612ff2ee-ee27-4eca-9ba1-ce24c74132e5?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: 1308/2586] 199.204.45.155 () {34 vars in 975 bytes} [Thu Apr 2 10:05:28 2026] GET /v2.0/ports/b481deec-9539-4550-8f3a-75624e3e09c7 => generated 1055 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2587] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:05:28 2026] GET /v2.0/networks?id=612ff2ee-ee27-4eca-9ba1-ce24c74132e5 => generated 803 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2588] 199.204.45.155 () {38 vars in 1028 bytes} [Thu Apr 2 10:05:28 2026] PUT /v2.0/ports/b481deec-9539-4550-8f3a-75624e3e09c7 => generated 1245 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:05:29.022 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5a91ee5-4487-4e0d-b5c3-83ccb5511550'] response: {'name': 'network-changed', 'server_uuid': '4db33f2b-30e8-440e-8931-1a9c8d933b96', 'tag': 'b481deec-9539-4550-8f3a-75624e3e09c7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1280/2589] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:05:29 2026] GET /v2.0/ports?tenant_id=2a1a70d8471747b993bd9addddfc3d3f&device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 2485 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2590] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:05:29 2026] GET /v2.0/networks?id=612ff2ee-ee27-4eca-9ba1-ce24c74132e5 => generated 803 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2591] 199.204.45.155 () {34 vars in 1056 bytes} [Thu Apr 2 10:05:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.62&port_id=b481deec-9539-4550-8f3a-75624e3e09c7 => 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: 1311/2592] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:05:29 2026] GET /v2.0/subnets?id=4cf719cb-5be5-4064-aa58-f0ea6153c648 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2593] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:05:29 2026] GET /v2.0/ports?network_id=612ff2ee-ee27-4eca-9ba1-ce24c74132e5&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: 1312/2594] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:05:29 2026] GET /v2.0/networks/612ff2ee-ee27-4eca-9ba1-ce24c74132e5?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: 1283/2595] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:05:29 2026] GET /v2.0/networks/612ff2ee-ee27-4eca-9ba1-ce24c74132e5?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: 1313/2596] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:05:30 2026] GET /v2.0/ports?tenant_id=2a1a70d8471747b993bd9addddfc3d3f&device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 2485 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2597] 199.204.45.155 () {34 vars in 1062 bytes} [Thu Apr 2 10:05:30 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.175&port_id=4aada007-9c02-4900-8671-143b50500e9e => 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: 1314/2598] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:05:30 2026] GET /v2.0/subnets?id=0035a110-fd9f-422e-974c-281602c06d7e => generated 654 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2599] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:05:30 2026] GET /v2.0/ports?network_id=ba4a1b13-ae7c-4086-8379-da008d553600&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: 1315/2600] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:05:31 2026] GET /v2.0/networks/ba4a1b13-ae7c-4086-8379-da008d553600?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: 1286/2601] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:05:31 2026] GET /v2.0/networks/ba4a1b13-ae7c-4086-8379-da008d553600?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: 1316/2602] 199.204.45.155 () {34 vars in 1056 bytes} [Thu Apr 2 10:05:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.62&port_id=b481deec-9539-4550-8f3a-75624e3e09c7 => 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: 1287/2603] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:05:31 2026] GET /v2.0/subnets?id=4cf719cb-5be5-4064-aa58-f0ea6153c648 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2604] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:05:31 2026] GET /v2.0/ports?network_id=612ff2ee-ee27-4eca-9ba1-ce24c74132e5&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: 1288/2605] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:05:31 2026] GET /v2.0/networks/612ff2ee-ee27-4eca-9ba1-ce24c74132e5?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2606] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:05:31 2026] GET /v2.0/networks/612ff2ee-ee27-4eca-9ba1-ce24c74132e5?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: 1320/2609] 10.0.0.229 () {34 vars in 971 bytes} [Thu Apr 2 10:05:35 2026] GET /v2.0/ports/b481deec-9539-4550-8f3a-75624e3e09c7 => generated 1247 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2610] 199.204.45.155 () {34 vars in 789 bytes} [Thu Apr 2 10:05:35 2026] PUT /v2.0/ports/b481deec-9539-4550-8f3a-75624e3e09c7 => generated 1271 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:05:35.607 7 INFO neutron.api.v2.resource [None req-261f2833-2de9-4a17-b49a-17c69e517fd1 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1321/2611] 199.204.45.155 () {30 vars in 763 bytes} [Thu Apr 2 10:05:35 2026] GET /v2.0/security-groups/lb-4a6a4282-5a6a-43f1-b5cf-7df8db506350 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2612] 199.204.45.155 () {30 vars in 785 bytes} [Thu Apr 2 10:05:35 2026] GET /v2.0/security-groups?name=lb-4a6a4282-5a6a-43f1-b5cf-7df8db506350 => generated 1639 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:05:35.653 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c10f6e43-db96-4710-9d45-c49c3f30420c'] response: {'name': 'network-changed', 'server_uuid': '4db33f2b-30e8-440e-8931-1a9c8d933b96', 'tag': 'b481deec-9539-4550-8f3a-75624e3e09c7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1322/2613] 199.204.45.155 () {34 vars in 789 bytes} [Thu Apr 2 10:05:35 2026] PUT /v2.0/ports/b481deec-9539-4550-8f3a-75624e3e09c7 => generated 1309 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:05:35.913 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d277fcd4-3cf7-473e-96c1-743789c77a18'] response: {'name': 'network-changed', 'server_uuid': '4db33f2b-30e8-440e-8931-1a9c8d933b96', 'tag': 'b481deec-9539-4550-8f3a-75624e3e09c7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1292/2614] 199.204.45.155 () {30 vars in 703 bytes} [Thu Apr 2 10:05:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1323/2615] 199.204.45.155 () {30 vars in 705 bytes} [Thu Apr 2 10:05:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2616] 199.204.45.155 () {30 vars in 681 bytes} [Thu Apr 2 10:05:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2617] 199.204.45.155 () {30 vars in 717 bytes} [Thu Apr 2 10:05:36 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: 1294/2618] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 10:05:36 2026] GET /v2.0/subnets/4cf719cb-5be5-4064-aa58-f0ea6153c648 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2619] 199.204.45.155 () {30 vars in 737 bytes} [Thu Apr 2 10:05:36 2026] GET /v2.0/ports/6bb3afc4-401b-44e3-80ad-3675798435a7 => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2620] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:05:36 2026] GET /v2.0/ports?tenant_id=2a1a70d8471747b993bd9addddfc3d3f&device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 2585 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2621] 199.204.45.155 () {30 vars in 737 bytes} [Thu Apr 2 10:05:36 2026] GET /v2.0/ports/b481deec-9539-4550-8f3a-75624e3e09c7 => generated 1345 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2622] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:05:36 2026] GET /v2.0/networks?id=612ff2ee-ee27-4eca-9ba1-ce24c74132e5 => generated 803 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2623] 199.204.45.155 () {34 vars in 1056 bytes} [Thu Apr 2 10:05:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.62&port_id=b481deec-9539-4550-8f3a-75624e3e09c7 => 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: 1327/2624] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 10:05:36 2026] GET /v2.0/subnets/4cf719cb-5be5-4064-aa58-f0ea6153c648 => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2625] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:05:36 2026] GET /v2.0/subnets?id=4cf719cb-5be5-4064-aa58-f0ea6153c648 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2626] 199.204.45.155 () {30 vars in 743 bytes} [Thu Apr 2 10:05:36 2026] GET /v2.0/networks/612ff2ee-ee27-4eca-9ba1-ce24c74132e5 => 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: 1329/2627] 199.204.45.155 () {30 vars in 737 bytes} [Thu Apr 2 10:05:36 2026] GET /v2.0/ports/6bb3afc4-401b-44e3-80ad-3675798435a7 => generated 1128 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2628] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:05:36 2026] GET /v2.0/ports?network_id=612ff2ee-ee27-4eca-9ba1-ce24c74132e5&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: 1330/2629] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 10:05:36 2026] GET /v2.0/subnets/4cf719cb-5be5-4064-aa58-f0ea6153c648 => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2630] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:05:36 2026] GET /v2.0/networks/612ff2ee-ee27-4eca-9ba1-ce24c74132e5?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: 1331/2631] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:05:36 2026] GET /v2.0/networks/612ff2ee-ee27-4eca-9ba1-ce24c74132e5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2632] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:05:37 2026] GET /v2.0/ports?tenant_id=2a1a70d8471747b993bd9addddfc3d3f&device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 2585 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2633] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:05:37 2026] GET /v2.0/networks?id=612ff2ee-ee27-4eca-9ba1-ce24c74132e5 => generated 803 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2634] 199.204.45.155 () {34 vars in 1056 bytes} [Thu Apr 2 10:05:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.62&port_id=b481deec-9539-4550-8f3a-75624e3e09c7 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2635] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:05:37 2026] GET /v2.0/subnets?id=4cf719cb-5be5-4064-aa58-f0ea6153c648 => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2636] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:05:37 2026] GET /v2.0/ports?network_id=612ff2ee-ee27-4eca-9ba1-ce24c74132e5&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2637] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:05:37 2026] GET /v2.0/networks/612ff2ee-ee27-4eca-9ba1-ce24c74132e5?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: 1304/2638] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:05:37 2026] GET /v2.0/networks/612ff2ee-ee27-4eca-9ba1-ce24c74132e5?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) 2026-04-02 10:05:45.509 7 INFO neutron.db.l3_db [None req-50def3b1-f65c-4467-9168-e9ff43ee0e59 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] Floating IP 68e22cff-fc42-41f7-8d11-6157d3dad113 associated. External IP: 10.96.250.213, port: 6bb3afc4-401b-44e3-80ad-3675798435a7. [pid: 7|app: 0|req: 1335/2639] 10.0.0.20 () {34 vars in 676 bytes} [Thu Apr 2 10:05:44 2026] POST /v2.0/floatingips => generated 898 bytes in 1400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2642] 199.204.45.155 () {30 vars in 703 bytes} [Thu Apr 2 10:05:48 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: 1337/2643] 199.204.45.155 () {30 vars in 705 bytes} [Thu Apr 2 10:05:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2644] 199.204.45.155 () {30 vars in 681 bytes} [Thu Apr 2 10:05:48 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2645] 199.204.45.155 () {30 vars in 717 bytes} [Thu Apr 2 10:05:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:05:48.992 8 INFO neutron.api.v2.resource [None req-7bdd89fd-66fb-4024-b7cd-c80cf3ae2fb9 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1308/2646] 199.204.45.155 () {30 vars in 763 bytes} [Thu Apr 2 10:05:48 2026] GET /v2.0/security-groups/lb-4a6a4282-5a6a-43f1-b5cf-7df8db506350 => 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: 1339/2647] 199.204.45.155 () {30 vars in 785 bytes} [Thu Apr 2 10:05:49 2026] GET /v2.0/security-groups?name=lb-4a6a4282-5a6a-43f1-b5cf-7df8db506350 => generated 1639 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2648] 199.204.45.155 () {30 vars in 815 bytes} [Thu Apr 2 10:05:49 2026] GET /v2.0/security-group-rules?security_group_id=dc5ea37a-a4e9-40cb-8957-a2d1dbf26f8e => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2649] 199.204.45.155 () {34 vars in 747 bytes} [Thu Apr 2 10:05:49 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: 8|app: 0|req: 1310/2650] 199.204.45.155 () {34 vars in 747 bytes} [Thu Apr 2 10:05:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2651] 10.0.0.78 () {30 vars in 689 bytes} [Thu Apr 2 10:05:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2652] 10.0.0.78 () {30 vars in 691 bytes} [Thu Apr 2 10:05:57 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: 1342/2653] 10.0.0.78 () {30 vars in 667 bytes} [Thu Apr 2 10:05:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2654] 10.0.0.78 () {30 vars in 703 bytes} [Thu Apr 2 10:05:57 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: 1343/2655] 10.0.0.78 () {28 vars in 438 bytes} [Thu Apr 2 10:05:58 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2656] 10.0.0.78 () {30 vars in 727 bytes} [Thu Apr 2 10:05:58 2026] GET /v2.0/subnets/bec4da7d-d7f0-4872-afe0-6f975a4aba29 => generated 656 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2657] 199.204.45.155 () {30 vars in 703 bytes} [Thu Apr 2 10:05:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2658] 199.204.45.155 () {30 vars in 705 bytes} [Thu Apr 2 10:05:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2659] 199.204.45.155 () {30 vars in 681 bytes} [Thu Apr 2 10:05: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: 1315/2660] 199.204.45.155 () {30 vars in 717 bytes} [Thu Apr 2 10:05:59 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: 1346/2661] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 10:05:59 2026] GET /v2.0/subnets/bec4da7d-d7f0-4872-afe0-6f975a4aba29 => generated 674 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2662] 199.204.45.155 () {30 vars in 769 bytes} [Thu Apr 2 10:05:59 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 2585 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2663] 199.204.45.155 () {30 vars in 703 bytes} [Thu Apr 2 10:06:00 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: 1317/2664] 199.204.45.155 () {30 vars in 705 bytes} [Thu Apr 2 10:06:00 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: 1348/2665] 199.204.45.155 () {30 vars in 681 bytes} [Thu Apr 2 10:06:00 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: 1318/2666] 199.204.45.155 () {30 vars in 717 bytes} [Thu Apr 2 10:06:00 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: 1349/2667] 199.204.45.155 () {34 vars in 717 bytes} [Thu Apr 2 10:06:00 2026] POST /v2.0/ports => generated 1324 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2668] 10.0.0.229 () {34 vars in 971 bytes} [Thu Apr 2 10:06:00 2026] GET /v2.0/ports/8b9c4b7a-4c4e-4e98-89e3-950e65feed8f => generated 1324 bytes in 88 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: 1350/2669] 10.0.0.229 () {34 vars in 907 bytes} [Thu Apr 2 10:06:00 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: 1320/2670] 199.204.45.155 () {34 vars in 1262 bytes} [Thu Apr 2 10:06:01 2026] GET /v2.0/ports/8b9c4b7a-4c4e-4e98-89e3-950e65feed8f?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: 7|app: 0|req: 1351/2671] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:06:01 2026] GET /v2.0/networks/2be51cf0-9e79-4fe0-9579-c4a5749a5549?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: 1321/2672] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:06:01 2026] GET /v2.0/networks/2be51cf0-9e79-4fe0-9579-c4a5749a5549?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2673] 199.204.45.155 () {34 vars in 975 bytes} [Thu Apr 2 10:06:02 2026] GET /v2.0/ports/8b9c4b7a-4c4e-4e98-89e3-950e65feed8f => generated 1324 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2674] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:06:02 2026] GET /v2.0/networks?id=2be51cf0-9e79-4fe0-9579-c4a5749a5549 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2675] 199.204.45.155 () {38 vars in 1028 bytes} [Thu Apr 2 10:06:02 2026] PUT /v2.0/ports/8b9c4b7a-4c4e-4e98-89e3-950e65feed8f => generated 1514 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:06:02.829 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e899138-b908-4a87-9c5c-55ff82d9b300'] response: {'name': 'network-changed', 'server_uuid': '4db33f2b-30e8-440e-8931-1a9c8d933b96', 'tag': '8b9c4b7a-4c4e-4e98-89e3-950e65feed8f', '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: 1355/2678] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:06:03 2026] GET /v2.0/ports?tenant_id=2a1a70d8471747b993bd9addddfc3d3f&device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 4091 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2679] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:06:03 2026] GET /v2.0/networks?id=2be51cf0-9e79-4fe0-9579-c4a5749a5549 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2680] 199.204.45.155 () {34 vars in 1056 bytes} [Thu Apr 2 10:06:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.60&port_id=8b9c4b7a-4c4e-4e98-89e3-950e65feed8f => 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: 1325/2681] 199.204.45.155 () {34 vars in 1104 bytes} [Thu Apr 2 10:06:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1fb&port_id=8b9c4b7a-4c4e-4e98-89e3-950e65feed8f => 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: 1357/2682] 199.204.45.155 () {34 vars in 1064 bytes} [Thu Apr 2 10:06:03 2026] GET /v2.0/subnets?id=bec4da7d-d7f0-4872-afe0-6f975a4aba29&id=abd56c3b-d130-4b86-8c72-fed18ebff307 => generated 1411 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2683] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:06:03 2026] GET /v2.0/ports?network_id=2be51cf0-9e79-4fe0-9579-c4a5749a5549&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2684] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:06:03 2026] GET /v2.0/ports?network_id=2be51cf0-9e79-4fe0-9579-c4a5749a5549&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: 1327/2685] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:06:03 2026] GET /v2.0/networks/2be51cf0-9e79-4fe0-9579-c4a5749a5549?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: 1359/2686] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:06:03 2026] GET /v2.0/networks/2be51cf0-9e79-4fe0-9579-c4a5749a5549?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: 1328/2687] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:06:04 2026] GET /v2.0/ports?tenant_id=2a1a70d8471747b993bd9addddfc3d3f&device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 4091 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2688] 199.204.45.155 () {34 vars in 1062 bytes} [Thu Apr 2 10:06:04 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.175&port_id=4aada007-9c02-4900-8671-143b50500e9e => 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: 1329/2689] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:06:04 2026] GET /v2.0/subnets?id=0035a110-fd9f-422e-974c-281602c06d7e => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2690] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:06:04 2026] GET /v2.0/ports?network_id=ba4a1b13-ae7c-4086-8379-da008d553600&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: 1330/2691] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:06:04 2026] GET /v2.0/networks/ba4a1b13-ae7c-4086-8379-da008d553600?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: 1362/2692] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:06:04 2026] GET /v2.0/networks/ba4a1b13-ae7c-4086-8379-da008d553600?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: 1331/2693] 199.204.45.155 () {34 vars in 1056 bytes} [Thu Apr 2 10:06:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.62&port_id=b481deec-9539-4550-8f3a-75624e3e09c7 => 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: 1363/2694] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:06:05 2026] GET /v2.0/subnets?id=4cf719cb-5be5-4064-aa58-f0ea6153c648 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2695] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:06:05 2026] GET /v2.0/ports?network_id=612ff2ee-ee27-4eca-9ba1-ce24c74132e5&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: 1364/2696] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:06:05 2026] GET /v2.0/networks/612ff2ee-ee27-4eca-9ba1-ce24c74132e5?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: 1333/2697] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:06:05 2026] GET /v2.0/networks/612ff2ee-ee27-4eca-9ba1-ce24c74132e5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2698] 199.204.45.155 () {34 vars in 1056 bytes} [Thu Apr 2 10:06:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.60&port_id=8b9c4b7a-4c4e-4e98-89e3-950e65feed8f => 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: 1334/2699] 199.204.45.155 () {34 vars in 1104 bytes} [Thu Apr 2 10:06:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1fb&port_id=8b9c4b7a-4c4e-4e98-89e3-950e65feed8f => 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: 1366/2700] 199.204.45.155 () {34 vars in 1064 bytes} [Thu Apr 2 10:06:05 2026] GET /v2.0/subnets?id=bec4da7d-d7f0-4872-afe0-6f975a4aba29&id=abd56c3b-d130-4b86-8c72-fed18ebff307 => generated 1411 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2701] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:06:05 2026] GET /v2.0/ports?network_id=2be51cf0-9e79-4fe0-9579-c4a5749a5549&device_owner=network%3Adhcp => generated 1457 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2702] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:06:05 2026] GET /v2.0/ports?network_id=2be51cf0-9e79-4fe0-9579-c4a5749a5549&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: 1336/2703] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:06:05 2026] GET /v2.0/networks/2be51cf0-9e79-4fe0-9579-c4a5749a5549?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: 1368/2704] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:06:05 2026] GET /v2.0/networks/2be51cf0-9e79-4fe0-9579-c4a5749a5549?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: 1337/2705] 10.0.0.229 () {34 vars in 971 bytes} [Thu Apr 2 10:06:09 2026] GET /v2.0/ports/8b9c4b7a-4c4e-4e98-89e3-950e65feed8f => generated 1516 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2706] 199.204.45.155 () {30 vars in 743 bytes} [Thu Apr 2 10:06:09 2026] GET /v2.0/networks/2be51cf0-9e79-4fe0-9579-c4a5749a5549 => generated 797 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2707] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 10:06:09 2026] GET /v2.0/subnets/bec4da7d-d7f0-4872-afe0-6f975a4aba29 => 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: 1370/2708] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 10:06:09 2026] GET /v2.0/subnets/abd56c3b-d130-4b86-8c72-fed18ebff307 => generated 744 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2709] 199.204.45.155 () {30 vars in 703 bytes} [Thu Apr 2 10:06:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2710] 199.204.45.155 () {30 vars in 705 bytes} [Thu Apr 2 10:06: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: 1340/2711] 199.204.45.155 () {30 vars in 681 bytes} [Thu Apr 2 10:06:09 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2712] 199.204.45.155 () {30 vars in 717 bytes} [Thu Apr 2 10:06:09 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: 1341/2713] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 10:06:09 2026] GET /v2.0/subnets/4cf719cb-5be5-4064-aa58-f0ea6153c648 => 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: 1373/2714] 199.204.45.155 () {30 vars in 737 bytes} [Thu Apr 2 10:06:10 2026] GET /v2.0/ports/6bb3afc4-401b-44e3-80ad-3675798435a7 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2715] 199.204.45.155 () {30 vars in 737 bytes} [Thu Apr 2 10:06:10 2026] GET /v2.0/ports/b481deec-9539-4550-8f3a-75624e3e09c7 => generated 1345 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2716] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 10:06:10 2026] GET /v2.0/subnets/4cf719cb-5be5-4064-aa58-f0ea6153c648 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2717] 199.204.45.155 () {30 vars in 743 bytes} [Thu Apr 2 10:06:10 2026] GET /v2.0/networks/612ff2ee-ee27-4eca-9ba1-ce24c74132e5 => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2718] 199.204.45.155 () {30 vars in 737 bytes} [Thu Apr 2 10:06:10 2026] GET /v2.0/ports/6bb3afc4-401b-44e3-80ad-3675798435a7 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2719] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 10:06:10 2026] GET /v2.0/subnets/4cf719cb-5be5-4064-aa58-f0ea6153c648 => 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: 1377/2722] 10.0.0.78 () {30 vars in 689 bytes} [Thu Apr 2 10:06:19 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: 1346/2723] 10.0.0.78 () {30 vars in 691 bytes} [Thu Apr 2 10:06:19 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: 1378/2724] 10.0.0.78 () {30 vars in 667 bytes} [Thu Apr 2 10:06:19 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: 1347/2725] 10.0.0.78 () {30 vars in 703 bytes} [Thu Apr 2 10:06:19 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: 1379/2726] 10.0.0.78 () {28 vars in 438 bytes} [Thu Apr 2 10:06:19 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2727] 10.0.0.78 () {30 vars in 727 bytes} [Thu Apr 2 10:06:19 2026] GET /v2.0/subnets/f27b59cc-0a3f-450d-be11-3157f3cac7a5 => generated 656 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2728] 199.204.45.155 () {30 vars in 703 bytes} [Thu Apr 2 10:06:20 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: 1349/2729] 199.204.45.155 () {30 vars in 705 bytes} [Thu Apr 2 10:06:20 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: 1381/2730] 199.204.45.155 () {30 vars in 681 bytes} [Thu Apr 2 10:06:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2731] 199.204.45.155 () {30 vars in 717 bytes} [Thu Apr 2 10:06: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: 7|app: 0|req: 1382/2732] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 10:06:20 2026] GET /v2.0/subnets/bec4da7d-d7f0-4872-afe0-6f975a4aba29 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2733] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 10:06:20 2026] GET /v2.0/subnets/f27b59cc-0a3f-450d-be11-3157f3cac7a5 => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2734] 199.204.45.155 () {30 vars in 769 bytes} [Thu Apr 2 10:06:20 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 4093 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2735] 199.204.45.155 () {30 vars in 703 bytes} [Thu Apr 2 10:06:20 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: 1384/2736] 199.204.45.155 () {30 vars in 705 bytes} [Thu Apr 2 10:06:20 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: 1353/2737] 199.204.45.155 () {30 vars in 681 bytes} [Thu Apr 2 10:06:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2738] 199.204.45.155 () {30 vars in 717 bytes} [Thu Apr 2 10:06:20 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: 1354/2739] 199.204.45.155 () {34 vars in 717 bytes} [Thu Apr 2 10:06:20 2026] POST /v2.0/ports => generated 1324 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2740] 10.0.0.229 () {34 vars in 971 bytes} [Thu Apr 2 10:06:21 2026] GET /v2.0/ports/d2b9e4a7-d233-4499-a66c-282b3049d70c => generated 1324 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: 1355/2741] 199.204.45.155 () {34 vars in 1262 bytes} [Thu Apr 2 10:06:22 2026] GET /v2.0/ports/d2b9e4a7-d233-4499-a66c-282b3049d70c?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: 7|app: 0|req: 1387/2742] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:06:22 2026] GET /v2.0/networks/d85eadf2-a2d1-4cf7-a711-94415b430285?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2743] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:06:22 2026] GET /v2.0/networks/d85eadf2-a2d1-4cf7-a711-94415b430285?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: 1388/2744] 199.204.45.155 () {34 vars in 975 bytes} [Thu Apr 2 10:06:22 2026] GET /v2.0/ports/d2b9e4a7-d233-4499-a66c-282b3049d70c => generated 1324 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2745] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:06:22 2026] GET /v2.0/networks?id=d85eadf2-a2d1-4cf7-a711-94415b430285 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2746] 199.204.45.155 () {38 vars in 1028 bytes} [Thu Apr 2 10:06:23 2026] PUT /v2.0/ports/d2b9e4a7-d233-4499-a66c-282b3049d70c => generated 1514 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:06:23.502 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe40128c-5d9e-4b5f-97f8-44e9eb0bba2d'] response: {'name': 'network-changed', 'server_uuid': '4db33f2b-30e8-440e-8931-1a9c8d933b96', 'tag': 'd2b9e4a7-d233-4499-a66c-282b3049d70c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1358/2747] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:06:24 2026] GET /v2.0/ports?tenant_id=2a1a70d8471747b993bd9addddfc3d3f&device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 5599 bytes in 46 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: 1390/2748] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:06:24 2026] GET /v2.0/networks?id=d85eadf2-a2d1-4cf7-a711-94415b430285 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2749] 199.204.45.155 () {34 vars in 1054 bytes} [Thu Apr 2 10:06:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.8&port_id=d2b9e4a7-d233-4499-a66c-282b3049d70c => 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: 1391/2750] 199.204.45.155 () {34 vars in 1106 bytes} [Thu Apr 2 10:06:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A131&port_id=d2b9e4a7-d233-4499-a66c-282b3049d70c => 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: 1360/2751] 199.204.45.155 () {34 vars in 1064 bytes} [Thu Apr 2 10:06:24 2026] GET /v2.0/subnets?id=1fd15ee7-44c9-4685-b992-ba3776b7e192&id=f27b59cc-0a3f-450d-be11-3157f3cac7a5 => generated 1415 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2752] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:06:24 2026] GET /v2.0/ports?network_id=d85eadf2-a2d1-4cf7-a711-94415b430285&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: 1361/2753] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:06:24 2026] GET /v2.0/ports?network_id=d85eadf2-a2d1-4cf7-a711-94415b430285&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: 1393/2754] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:06:24 2026] GET /v2.0/networks/d85eadf2-a2d1-4cf7-a711-94415b430285?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: 1362/2755] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:06:24 2026] GET /v2.0/networks/d85eadf2-a2d1-4cf7-a711-94415b430285?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2756] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:06:25 2026] GET /v2.0/ports?tenant_id=2a1a70d8471747b993bd9addddfc3d3f&device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 5599 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2757] 199.204.45.155 () {34 vars in 1062 bytes} [Thu Apr 2 10:06:25 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.175&port_id=4aada007-9c02-4900-8671-143b50500e9e => 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: 1395/2758] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:06:25 2026] GET /v2.0/subnets?id=0035a110-fd9f-422e-974c-281602c06d7e => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2759] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:06:25 2026] GET /v2.0/ports?network_id=ba4a1b13-ae7c-4086-8379-da008d553600&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2760] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:06:25 2026] GET /v2.0/networks/ba4a1b13-ae7c-4086-8379-da008d553600?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: 1365/2761] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:06:25 2026] GET /v2.0/networks/ba4a1b13-ae7c-4086-8379-da008d553600?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: 1397/2762] 199.204.45.155 () {34 vars in 1056 bytes} [Thu Apr 2 10:06:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.62&port_id=b481deec-9539-4550-8f3a-75624e3e09c7 => 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: 1366/2763] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:06:25 2026] GET /v2.0/subnets?id=4cf719cb-5be5-4064-aa58-f0ea6153c648 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2764] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:06:25 2026] GET /v2.0/ports?network_id=612ff2ee-ee27-4eca-9ba1-ce24c74132e5&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: 1367/2765] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:06:25 2026] GET /v2.0/networks/612ff2ee-ee27-4eca-9ba1-ce24c74132e5?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2766] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:06:25 2026] GET /v2.0/networks/612ff2ee-ee27-4eca-9ba1-ce24c74132e5?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: 1368/2767] 199.204.45.155 () {34 vars in 1056 bytes} [Thu Apr 2 10:06:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.60&port_id=8b9c4b7a-4c4e-4e98-89e3-950e65feed8f => generated 19 bytes in 854 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2768] 199.204.45.155 () {34 vars in 1104 bytes} [Thu Apr 2 10:06:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1fb&port_id=8b9c4b7a-4c4e-4e98-89e3-950e65feed8f => 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: 1369/2769] 199.204.45.155 () {34 vars in 1064 bytes} [Thu Apr 2 10:06:26 2026] GET /v2.0/subnets?id=bec4da7d-d7f0-4872-afe0-6f975a4aba29&id=abd56c3b-d130-4b86-8c72-fed18ebff307 => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2770] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:06:26 2026] GET /v2.0/ports?network_id=2be51cf0-9e79-4fe0-9579-c4a5749a5549&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: 1370/2771] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:06:26 2026] GET /v2.0/ports?network_id=2be51cf0-9e79-4fe0-9579-c4a5749a5549&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: 1402/2772] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:06:26 2026] GET /v2.0/networks/2be51cf0-9e79-4fe0-9579-c4a5749a5549?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: 1371/2773] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:06:26 2026] GET /v2.0/networks/2be51cf0-9e79-4fe0-9579-c4a5749a5549?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: 1403/2774] 199.204.45.155 () {34 vars in 1054 bytes} [Thu Apr 2 10:06:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.8&port_id=d2b9e4a7-d233-4499-a66c-282b3049d70c => 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: 1372/2775] 199.204.45.155 () {34 vars in 1106 bytes} [Thu Apr 2 10:06:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A131&port_id=d2b9e4a7-d233-4499-a66c-282b3049d70c => 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: 1404/2776] 199.204.45.155 () {34 vars in 1064 bytes} [Thu Apr 2 10:06:27 2026] GET /v2.0/subnets?id=1fd15ee7-44c9-4685-b992-ba3776b7e192&id=f27b59cc-0a3f-450d-be11-3157f3cac7a5 => generated 1415 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2777] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:06:27 2026] GET /v2.0/ports?network_id=d85eadf2-a2d1-4cf7-a711-94415b430285&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: 1405/2778] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:06:27 2026] GET /v2.0/ports?network_id=d85eadf2-a2d1-4cf7-a711-94415b430285&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2779] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:06:27 2026] GET /v2.0/networks/d85eadf2-a2d1-4cf7-a711-94415b430285?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2780] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:06:27 2026] GET /v2.0/networks/d85eadf2-a2d1-4cf7-a711-94415b430285?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: 1375/2781] 10.0.0.229 () {34 vars in 971 bytes} [Thu Apr 2 10:06:31 2026] GET /v2.0/ports/d2b9e4a7-d233-4499-a66c-282b3049d70c => generated 1516 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2782] 199.204.45.155 () {30 vars in 743 bytes} [Thu Apr 2 10:06:31 2026] GET /v2.0/networks/d85eadf2-a2d1-4cf7-a711-94415b430285 => generated 797 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2783] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 10:06:31 2026] GET /v2.0/subnets/f27b59cc-0a3f-450d-be11-3157f3cac7a5 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2784] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 10:06:31 2026] GET /v2.0/subnets/1fd15ee7-44c9-4685-b992-ba3776b7e192 => generated 748 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2785] 199.204.45.155 () {30 vars in 737 bytes} [Thu Apr 2 10:06:31 2026] GET /v2.0/ports/8b9c4b7a-4c4e-4e98-89e3-950e65feed8f => 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: 1409/2786] 199.204.45.155 () {34 vars in 790 bytes} [Thu Apr 2 10:06:31 2026] PUT /v2.0/ports/8b9c4b7a-4c4e-4e98-89e3-950e65feed8f => generated 1251 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:06:31.911 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae6a4b43-cc42-4be1-be61-5358478c9cd5'] response: {'name': 'network-changed', 'server_uuid': '4db33f2b-30e8-440e-8931-1a9c8d933b96', 'tag': '8b9c4b7a-4c4e-4e98-89e3-950e65feed8f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1378/2787] 199.204.45.155 () {30 vars in 743 bytes} [Thu Apr 2 10:06:31 2026] GET /v2.0/networks/2be51cf0-9e79-4fe0-9579-c4a5749a5549 => generated 797 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1410/2788] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 10:06:31 2026] GET /v2.0/subnets/bec4da7d-d7f0-4872-afe0-6f975a4aba29 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2789] 199.204.45.155 () {30 vars in 703 bytes} [Thu Apr 2 10:06:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2790] 199.204.45.155 () {30 vars in 705 bytes} [Thu Apr 2 10:06:32 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: 1380/2791] 199.204.45.155 () {30 vars in 681 bytes} [Thu Apr 2 10:06:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2792] 199.204.45.155 () {30 vars in 717 bytes} [Thu Apr 2 10:06:32 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: 1381/2793] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 10:06:32 2026] GET /v2.0/subnets/4cf719cb-5be5-4064-aa58-f0ea6153c648 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2794] 199.204.45.155 () {30 vars in 737 bytes} [Thu Apr 2 10:06:32 2026] GET /v2.0/ports/6bb3afc4-401b-44e3-80ad-3675798435a7 => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2795] 199.204.45.155 () {30 vars in 737 bytes} [Thu Apr 2 10:06:32 2026] GET /v2.0/ports/b481deec-9539-4550-8f3a-75624e3e09c7 => generated 1345 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2796] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 10:06:32 2026] GET /v2.0/subnets/4cf719cb-5be5-4064-aa58-f0ea6153c648 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2797] 199.204.45.155 () {30 vars in 743 bytes} [Thu Apr 2 10:06:32 2026] GET /v2.0/networks/612ff2ee-ee27-4eca-9ba1-ce24c74132e5 => 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: 1415/2798] 199.204.45.155 () {30 vars in 737 bytes} [Thu Apr 2 10:06:32 2026] GET /v2.0/ports/6bb3afc4-401b-44e3-80ad-3675798435a7 => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2799] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 10:06:32 2026] GET /v2.0/subnets/4cf719cb-5be5-4064-aa58-f0ea6153c648 => 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: 1416/2800] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:06:32 2026] GET /v2.0/ports?tenant_id=2a1a70d8471747b993bd9addddfc3d3f&device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 5372 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2801] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:06:32 2026] GET /v2.0/networks?id=2be51cf0-9e79-4fe0-9579-c4a5749a5549 => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2802] 199.204.45.155 () {34 vars in 1056 bytes} [Thu Apr 2 10:06:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.60&port_id=8b9c4b7a-4c4e-4e98-89e3-950e65feed8f => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2803] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:06:32 2026] GET /v2.0/subnets?id=bec4da7d-d7f0-4872-afe0-6f975a4aba29 => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2804] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:06:32 2026] GET /v2.0/ports?network_id=2be51cf0-9e79-4fe0-9579-c4a5749a5549&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: 8|app: 0|req: 1387/2805] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:06:32 2026] GET /v2.0/networks/2be51cf0-9e79-4fe0-9579-c4a5749a5549?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: 1419/2806] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:06:32 2026] GET /v2.0/networks/2be51cf0-9e79-4fe0-9579-c4a5749a5549?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2809] 199.204.45.155 () {30 vars in 703 bytes} [Thu Apr 2 10:06:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2810] 199.204.45.155 () {30 vars in 705 bytes} [Thu Apr 2 10:06:46 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: 1390/2811] 199.204.45.155 () {30 vars in 681 bytes} [Thu Apr 2 10:06:46 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: 1422/2812] 199.204.45.155 () {30 vars in 717 bytes} [Thu Apr 2 10:06:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2813] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 10:06:46 2026] GET /v2.0/subnets/bec4da7d-d7f0-4872-afe0-6f975a4aba29 => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2814] 199.204.45.155 () {30 vars in 769 bytes} [Thu Apr 2 10:06:46 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 5372 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2815] 199.204.45.155 () {30 vars in 703 bytes} [Thu Apr 2 10:06:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2816] 199.204.45.155 () {30 vars in 705 bytes} [Thu Apr 2 10:06:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2817] 199.204.45.155 () {30 vars in 681 bytes} [Thu Apr 2 10:06:46 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: 1425/2818] 199.204.45.155 () {30 vars in 717 bytes} [Thu Apr 2 10:06:46 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: 1394/2819] 199.204.45.155 () {30 vars in 737 bytes} [Thu Apr 2 10:06:46 2026] GET /v2.0/ports/d2b9e4a7-d233-4499-a66c-282b3049d70c => generated 1516 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2820] 199.204.45.155 () {34 vars in 790 bytes} [Thu Apr 2 10:06:46 2026] PUT /v2.0/ports/d2b9e4a7-d233-4499-a66c-282b3049d70c => generated 1311 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:06:46.875 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5dc881e6-c7a1-40aa-8633-e79f7ce6fd00'] response: {'name': 'network-changed', 'server_uuid': '4db33f2b-30e8-440e-8931-1a9c8d933b96', 'tag': 'd2b9e4a7-d233-4499-a66c-282b3049d70c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1395/2821] 199.204.45.155 () {30 vars in 743 bytes} [Thu Apr 2 10:06:46 2026] GET /v2.0/networks/d85eadf2-a2d1-4cf7-a711-94415b430285 => 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: 1427/2822] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 10:06:46 2026] GET /v2.0/subnets/1fd15ee7-44c9-4685-b992-ba3776b7e192 => generated 748 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2823] 199.204.45.155 () {30 vars in 737 bytes} [Thu Apr 2 10:06:46 2026] GET /v2.0/ports/d2b9e4a7-d233-4499-a66c-282b3049d70c => generated 1347 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2824] 199.204.45.155 () {34 vars in 789 bytes} [Thu Apr 2 10:06:46 2026] PUT /v2.0/ports/d2b9e4a7-d233-4499-a66c-282b3049d70c => generated 1080 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2825] 199.204.45.155 () {30 vars in 743 bytes} [Thu Apr 2 10:06:47 2026] GET /v2.0/networks/d85eadf2-a2d1-4cf7-a711-94415b430285 => generated 797 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1429/2826] 199.204.45.155 () {30 vars in 769 bytes} [Thu Apr 2 10:06:47 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 4972 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2827] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:06:47 2026] GET /v2.0/ports?tenant_id=2a1a70d8471747b993bd9addddfc3d3f&device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 4972 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2828] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:06:47 2026] GET /v2.0/networks?id=d85eadf2-a2d1-4cf7-a711-94415b430285 => generated 800 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2829] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:06:47 2026] GET /v2.0/networks/d85eadf2-a2d1-4cf7-a711-94415b430285?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: 1431/2830] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:06:47 2026] GET /v2.0/networks/d85eadf2-a2d1-4cf7-a711-94415b430285?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2831] 199.204.45.155 () {30 vars in 769 bytes} [Thu Apr 2 10:06:47 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 4972 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2834] 199.204.45.155 () {30 vars in 769 bytes} [Thu Apr 2 10:06:48 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 4972 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:06:48.911 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-51279f82-369c-451f-a60a-d6fdad9e369b'] response: {'name': 'network-changed', 'server_uuid': '4db33f2b-30e8-440e-8931-1a9c8d933b96', 'tag': 'd2b9e4a7-d233-4499-a66c-282b3049d70c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1433/2835] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:06:49 2026] GET /v2.0/ports?tenant_id=2a1a70d8471747b993bd9addddfc3d3f&device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 4972 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2836] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:06:49 2026] GET /v2.0/networks?id=d85eadf2-a2d1-4cf7-a711-94415b430285 => 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: 1434/2837] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:06:49 2026] GET /v2.0/networks/d85eadf2-a2d1-4cf7-a711-94415b430285?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: 1404/2838] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:06:49 2026] GET /v2.0/networks/d85eadf2-a2d1-4cf7-a711-94415b430285?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: 1435/2839] 199.204.45.155 () {30 vars in 769 bytes} [Thu Apr 2 10:06:49 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 4972 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2840] 199.204.45.155 () {34 vars in 975 bytes} [Thu Apr 2 10:06:50 2026] GET /v2.0/ports/d2b9e4a7-d233-4499-a66c-282b3049d70c => generated 1116 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2841] 199.204.45.155 () {34 vars in 1060 bytes} [Thu Apr 2 10:06:50 2026] GET /v2.0/ports/d2b9e4a7-d233-4499-a66c-282b3049d70c?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: 1406/2842] 199.204.45.155 () {34 vars in 1016 bytes} [Thu Apr 2 10:06:50 2026] GET /v2.0/networks/d85eadf2-a2d1-4cf7-a711-94415b430285?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: 1437/2843] 199.204.45.155 () {38 vars in 1028 bytes} [Thu Apr 2 10:06:50 2026] PUT /v2.0/ports/d2b9e4a7-d233-4499-a66c-282b3049d70c => generated 917 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2844] 199.204.45.155 () {30 vars in 769 bytes} [Thu Apr 2 10:06:50 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 3864 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 10:06:51.180 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee88b0a2-085c-43af-9914-03171b3af32a 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: d2b9e4a7-d233-4499-a66c-282b3049d70c 2026-04-02 10:06:51.185 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee88b0a2-085c-43af-9914-03171b3af32a 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: d2b9e4a7-d233-4499-a66c-282b3049d70c [pid: 7|app: 0|req: 1438/2845] 199.204.45.155 () {32 vars in 759 bytes} [Thu Apr 2 10:06:51 2026] DELETE /v2.0/ports/d2b9e4a7-d233-4499-a66c-282b3049d70c => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2846] 199.204.45.155 () {30 vars in 703 bytes} [Thu Apr 2 10:06:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2847] 199.204.45.155 () {30 vars in 705 bytes} [Thu Apr 2 10:06:51 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: 1409/2848] 199.204.45.155 () {30 vars in 681 bytes} [Thu Apr 2 10:06:51 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/2849] 199.204.45.155 () {30 vars in 717 bytes} [Thu Apr 2 10:06:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2850] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 10:06:51 2026] GET /v2.0/subnets/4cf719cb-5be5-4064-aa58-f0ea6153c648 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2851] 199.204.45.155 () {30 vars in 737 bytes} [Thu Apr 2 10:06:51 2026] GET /v2.0/ports/6bb3afc4-401b-44e3-80ad-3675798435a7 => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2852] 199.204.45.155 () {30 vars in 737 bytes} [Thu Apr 2 10:06:51 2026] GET /v2.0/ports/b481deec-9539-4550-8f3a-75624e3e09c7 => generated 1345 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2853] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 10:06:51 2026] GET /v2.0/subnets/4cf719cb-5be5-4064-aa58-f0ea6153c648 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2854] 199.204.45.155 () {30 vars in 743 bytes} [Thu Apr 2 10:06:51 2026] GET /v2.0/networks/612ff2ee-ee27-4eca-9ba1-ce24c74132e5 => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2855] 199.204.45.155 () {30 vars in 737 bytes} [Thu Apr 2 10:06:51 2026] GET /v2.0/ports/6bb3afc4-401b-44e3-80ad-3675798435a7 => generated 1128 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2856] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 10:06:51 2026] GET /v2.0/subnets/4cf719cb-5be5-4064-aa58-f0ea6153c648 => generated 676 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2857] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:06:52 2026] GET /v2.0/ports?tenant_id=2a1a70d8471747b993bd9addddfc3d3f&device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 3864 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2858] 199.204.45.155 () {34 vars in 1226 bytes} [Thu Apr 2 10:06:52 2026] GET /v2.0/networks?id=ba4a1b13-ae7c-4086-8379-da008d553600&id=612ff2ee-ee27-4eca-9ba1-ce24c74132e5&id=2be51cf0-9e79-4fe0-9579-c4a5749a5549&id=d85eadf2-a2d1-4cf7-a711-94415b430285 => generated 3096 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2859] 199.204.45.155 () {34 vars in 1062 bytes} [Thu Apr 2 10:06:52 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.175&port_id=4aada007-9c02-4900-8671-143b50500e9e => 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: 1415/2860] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:06:52 2026] GET /v2.0/subnets?id=0035a110-fd9f-422e-974c-281602c06d7e => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2861] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:06:52 2026] GET /v2.0/ports?network_id=ba4a1b13-ae7c-4086-8379-da008d553600&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: 1416/2862] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:06:52 2026] GET /v2.0/networks/ba4a1b13-ae7c-4086-8379-da008d553600?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2863] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:06:52 2026] GET /v2.0/networks/ba4a1b13-ae7c-4086-8379-da008d553600?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: 1417/2864] 199.204.45.155 () {34 vars in 1056 bytes} [Thu Apr 2 10:06:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.62&port_id=b481deec-9539-4550-8f3a-75624e3e09c7 => 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: 1448/2865] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:06:52 2026] GET /v2.0/subnets?id=4cf719cb-5be5-4064-aa58-f0ea6153c648 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2866] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:06:52 2026] GET /v2.0/ports?network_id=612ff2ee-ee27-4eca-9ba1-ce24c74132e5&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2867] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:06:52 2026] GET /v2.0/networks/612ff2ee-ee27-4eca-9ba1-ce24c74132e5?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2868] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:06:52 2026] GET /v2.0/networks/612ff2ee-ee27-4eca-9ba1-ce24c74132e5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2869] 199.204.45.155 () {34 vars in 1056 bytes} [Thu Apr 2 10:06:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.60&port_id=8b9c4b7a-4c4e-4e98-89e3-950e65feed8f => 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: 1420/2870] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:06:52 2026] GET /v2.0/subnets?id=bec4da7d-d7f0-4872-afe0-6f975a4aba29 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2871] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:06:52 2026] GET /v2.0/ports?network_id=2be51cf0-9e79-4fe0-9579-c4a5749a5549&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: 1421/2872] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:06:52 2026] GET /v2.0/networks/2be51cf0-9e79-4fe0-9579-c4a5749a5549?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: 1452/2873] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:06:52 2026] GET /v2.0/networks/2be51cf0-9e79-4fe0-9579-c4a5749a5549?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: 1422/2874] 199.204.45.155 () {30 vars in 703 bytes} [Thu Apr 2 10:06:54 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: 1453/2875] 199.204.45.155 () {30 vars in 705 bytes} [Thu Apr 2 10:06: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: 1423/2876] 199.204.45.155 () {30 vars in 681 bytes} [Thu Apr 2 10:06:54 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: 1454/2877] 199.204.45.155 () {30 vars in 717 bytes} [Thu Apr 2 10:06:54 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: 1424/2878] 199.204.45.155 () {30 vars in 769 bytes} [Thu Apr 2 10:06:54 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 3864 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2879] 199.204.45.155 () {30 vars in 703 bytes} [Thu Apr 2 10:06: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: 8|app: 0|req: 1425/2880] 199.204.45.155 () {30 vars in 705 bytes} [Thu Apr 2 10:06:54 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: 1456/2881] 199.204.45.155 () {30 vars in 681 bytes} [Thu Apr 2 10:06:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2882] 199.204.45.155 () {30 vars in 717 bytes} [Thu Apr 2 10:06:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2883] 199.204.45.155 () {30 vars in 737 bytes} [Thu Apr 2 10:06:54 2026] GET /v2.0/ports/8b9c4b7a-4c4e-4e98-89e3-950e65feed8f => generated 1287 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2884] 199.204.45.155 () {34 vars in 789 bytes} [Thu Apr 2 10:06:54 2026] PUT /v2.0/ports/8b9c4b7a-4c4e-4e98-89e3-950e65feed8f => generated 1080 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:06:55.105 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d2aeb54a-9f9c-4632-a592-7e73e2d20e35'] response: {'name': 'network-changed', 'server_uuid': '4db33f2b-30e8-440e-8931-1a9c8d933b96', 'tag': '8b9c4b7a-4c4e-4e98-89e3-950e65feed8f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1458/2885] 199.204.45.155 () {30 vars in 743 bytes} [Thu Apr 2 10:06:55 2026] GET /v2.0/networks/2be51cf0-9e79-4fe0-9579-c4a5749a5549 => generated 797 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1428/2886] 199.204.45.155 () {30 vars in 769 bytes} [Thu Apr 2 10:06:55 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 3693 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2887] 199.204.45.155 () {30 vars in 769 bytes} [Thu Apr 2 10:06:55 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 3693 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2888] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:06:55 2026] GET /v2.0/ports?tenant_id=2a1a70d8471747b993bd9addddfc3d3f&device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 3693 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2889] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:06:55 2026] GET /v2.0/networks?id=2be51cf0-9e79-4fe0-9579-c4a5749a5549 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2890] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:06:55 2026] GET /v2.0/networks/2be51cf0-9e79-4fe0-9579-c4a5749a5549?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: 1461/2891] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:06:55 2026] GET /v2.0/networks/2be51cf0-9e79-4fe0-9579-c4a5749a5549?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: 1431/2892] 199.204.45.155 () {30 vars in 769 bytes} [Thu Apr 2 10:06:56 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 3693 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2893] 199.204.45.155 () {34 vars in 975 bytes} [Thu Apr 2 10:06:57 2026] GET /v2.0/ports/8b9c4b7a-4c4e-4e98-89e3-950e65feed8f => generated 1116 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2894] 199.204.45.155 () {34 vars in 1060 bytes} [Thu Apr 2 10:06:57 2026] GET /v2.0/ports/8b9c4b7a-4c4e-4e98-89e3-950e65feed8f?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2895] 199.204.45.155 () {34 vars in 1016 bytes} [Thu Apr 2 10:06:57 2026] GET /v2.0/networks/2be51cf0-9e79-4fe0-9579-c4a5749a5549?fields=dns_domain => generated 29 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2896] 199.204.45.155 () {30 vars in 769 bytes} [Thu Apr 2 10:06:57 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 3693 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2897] 199.204.45.155 () {38 vars in 1028 bytes} [Thu Apr 2 10:06:57 2026] PUT /v2.0/ports/8b9c4b7a-4c4e-4e98-89e3-950e65feed8f => generated 917 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2898] 199.204.45.155 () {30 vars in 769 bytes} [Thu Apr 2 10:06:58 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 2585 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 10:06:58.564 7 INFO neutron_taas.services.taas.taas_plugin [None req-6d80fc56-9d96-4e52-a695-73e702aa8e39 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 8b9c4b7a-4c4e-4e98-89e3-950e65feed8f 2026-04-02 10:06:58.567 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d80fc56-9d96-4e52-a695-73e702aa8e39 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 8b9c4b7a-4c4e-4e98-89e3-950e65feed8f [pid: 7|app: 0|req: 1465/2899] 199.204.45.155 () {32 vars in 759 bytes} [Thu Apr 2 10:06:58 2026] DELETE /v2.0/ports/8b9c4b7a-4c4e-4e98-89e3-950e65feed8f => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2900] 199.204.45.155 () {30 vars in 703 bytes} [Thu Apr 2 10:06:58 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: 1466/2901] 199.204.45.155 () {30 vars in 705 bytes} [Thu Apr 2 10:06:58 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: 1436/2902] 199.204.45.155 () {30 vars in 681 bytes} [Thu Apr 2 10:06:58 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: 1467/2903] 199.204.45.155 () {30 vars in 717 bytes} [Thu Apr 2 10:06:58 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: 1437/2904] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 10:06:58 2026] GET /v2.0/subnets/4cf719cb-5be5-4064-aa58-f0ea6153c648 => 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: 1468/2905] 199.204.45.155 () {30 vars in 737 bytes} [Thu Apr 2 10:06:58 2026] GET /v2.0/ports/6bb3afc4-401b-44e3-80ad-3675798435a7 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2906] 199.204.45.155 () {30 vars in 737 bytes} [Thu Apr 2 10:06:58 2026] GET /v2.0/ports/b481deec-9539-4550-8f3a-75624e3e09c7 => generated 1345 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2907] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 10:06:58 2026] GET /v2.0/subnets/4cf719cb-5be5-4064-aa58-f0ea6153c648 => generated 676 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2908] 199.204.45.155 () {30 vars in 743 bytes} [Thu Apr 2 10:06:58 2026] GET /v2.0/networks/612ff2ee-ee27-4eca-9ba1-ce24c74132e5 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2909] 199.204.45.155 () {30 vars in 737 bytes} [Thu Apr 2 10:06:59 2026] GET /v2.0/ports/6bb3afc4-401b-44e3-80ad-3675798435a7 => 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: 1440/2910] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 10:06:59 2026] GET /v2.0/subnets/4cf719cb-5be5-4064-aa58-f0ea6153c648 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2911] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:06:59 2026] GET /v2.0/ports?tenant_id=2a1a70d8471747b993bd9addddfc3d3f&device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 2585 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2912] 199.204.45.155 () {34 vars in 1146 bytes} [Thu Apr 2 10:06:59 2026] GET /v2.0/networks?id=ba4a1b13-ae7c-4086-8379-da008d553600&id=612ff2ee-ee27-4eca-9ba1-ce24c74132e5&id=2be51cf0-9e79-4fe0-9579-c4a5749a5549 => generated 2310 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2913] 199.204.45.155 () {34 vars in 1062 bytes} [Thu Apr 2 10:06:59 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.175&port_id=4aada007-9c02-4900-8671-143b50500e9e => 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: 1442/2914] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:06:59 2026] GET /v2.0/subnets?id=0035a110-fd9f-422e-974c-281602c06d7e => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2915] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:06:59 2026] GET /v2.0/ports?network_id=ba4a1b13-ae7c-4086-8379-da008d553600&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2916] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:06:59 2026] GET /v2.0/networks/ba4a1b13-ae7c-4086-8379-da008d553600?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: 1474/2917] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:06:59 2026] GET /v2.0/networks/ba4a1b13-ae7c-4086-8379-da008d553600?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: 1444/2918] 199.204.45.155 () {34 vars in 1056 bytes} [Thu Apr 2 10:06:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.62&port_id=b481deec-9539-4550-8f3a-75624e3e09c7 => 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: 1475/2919] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:06:59 2026] GET /v2.0/subnets?id=4cf719cb-5be5-4064-aa58-f0ea6153c648 => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2920] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:06:59 2026] GET /v2.0/ports?network_id=612ff2ee-ee27-4eca-9ba1-ce24c74132e5&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: 1476/2921] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:06:59 2026] GET /v2.0/networks/612ff2ee-ee27-4eca-9ba1-ce24c74132e5?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: 1446/2922] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:06:59 2026] GET /v2.0/networks/612ff2ee-ee27-4eca-9ba1-ce24c74132e5?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: 1448/2925] 199.204.45.155 () {30 vars in 703 bytes} [Thu Apr 2 10:07:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2926] 199.204.45.155 () {30 vars in 705 bytes} [Thu Apr 2 10:07:11 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: 1449/2927] 199.204.45.155 () {30 vars in 681 bytes} [Thu Apr 2 10:07:11 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: 1479/2928] 199.204.45.155 () {30 vars in 717 bytes} [Thu Apr 2 10:07:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:07:11.909 8 INFO neutron.api.v2.resource [None req-b2919fa9-22ef-4846-aad0-49f354ccaa1d 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1450/2929] 199.204.45.155 () {30 vars in 763 bytes} [Thu Apr 2 10:07:11 2026] GET /v2.0/security-groups/lb-4a6a4282-5a6a-43f1-b5cf-7df8db506350 => generated 149 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2930] 199.204.45.155 () {30 vars in 785 bytes} [Thu Apr 2 10:07:11 2026] GET /v2.0/security-groups?name=lb-4a6a4282-5a6a-43f1-b5cf-7df8db506350 => generated 2865 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2931] 199.204.45.155 () {30 vars in 815 bytes} [Thu Apr 2 10:07:11 2026] GET /v2.0/security-group-rules?security_group_id=dc5ea37a-a4e9-40cb-8957-a2d1dbf26f8e => generated 2334 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2932] 199.204.45.155 () {32 vars in 789 bytes} [Thu Apr 2 10:07:12 2026] DELETE /v2.0/security-group-rules/c4b4519f-cf91-48b3-b519-cf246126e153 => 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: 1452/2933] 199.204.45.155 () {32 vars in 789 bytes} [Thu Apr 2 10:07:12 2026] DELETE /v2.0/security-group-rules/f3263cbc-8f41-4edb-8608-d5381fee62b7 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:07:14.785 7 INFO neutron_taas.services.taas.taas_plugin [None req-d6613c95-6392-4798-9a7b-7a442ac9f92e 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] TaaS: Handle Delete Port: a826040d-5b54-4aa0-a2fe-6854cf70f87e 2026-04-02 10:07:14.788 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6613c95-6392-4798-9a7b-7a442ac9f92e 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] Tap Mirror: Handle Delete Port: a826040d-5b54-4aa0-a2fe-6854cf70f87e 2026-04-02 10:07:14.954 7 INFO neutron.db.l3_db [None req-d6613c95-6392-4798-9a7b-7a442ac9f92e 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] Floating IP 68e22cff-fc42-41f7-8d11-6157d3dad113 disassociated (deleted). External IP: 10.96.250.213, port: 6bb3afc4-401b-44e3-80ad-3675798435a7. [pid: 7|app: 0|req: 1482/2934] 10.0.0.20 () {32 vars in 731 bytes} [Thu Apr 2 10:07:14 2026] DELETE /v2.0/floatingips/68e22cff-fc42-41f7-8d11-6157d3dad113 => generated 0 bytes in 616 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:07:15.286 8 INFO neutron.api.v2.resource [None req-4c9b2182-e88a-468d-94ed-3396827fa8c0 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1453/2935] 10.0.0.20 () {32 vars in 728 bytes} [Thu Apr 2 10:07:15 2026] GET /v2.0/floatingips/68e22cff-fc42-41f7-8d11-6157d3dad113 => 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: 1483/2936] 199.204.45.155 () {30 vars in 703 bytes} [Thu Apr 2 10:07:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2937] 199.204.45.155 () {30 vars in 705 bytes} [Thu Apr 2 10:07:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2938] 199.204.45.155 () {30 vars in 681 bytes} [Thu Apr 2 10:07:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2939] 199.204.45.155 () {30 vars in 717 bytes} [Thu Apr 2 10:07:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:07:15.957 7 INFO neutron.api.v2.resource [None req-53d4f42b-c8a2-4275-a4c7-343c9f7f07d8 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1485/2940] 199.204.45.155 () {30 vars in 763 bytes} [Thu Apr 2 10:07:15 2026] GET /v2.0/security-groups/lb-4a6a4282-5a6a-43f1-b5cf-7df8db506350 => 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: 1456/2941] 199.204.45.155 () {30 vars in 785 bytes} [Thu Apr 2 10:07:15 2026] GET /v2.0/security-groups?name=lb-4a6a4282-5a6a-43f1-b5cf-7df8db506350 => generated 1639 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2942] 199.204.45.155 () {30 vars in 815 bytes} [Thu Apr 2 10:07:16 2026] GET /v2.0/security-group-rules?security_group_id=dc5ea37a-a4e9-40cb-8957-a2d1dbf26f8e => generated 1182 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2943] 199.204.45.155 () {30 vars in 703 bytes} [Thu Apr 2 10:07:16 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: 1487/2944] 199.204.45.155 () {30 vars in 705 bytes} [Thu Apr 2 10:07:16 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: 1458/2945] 199.204.45.155 () {30 vars in 681 bytes} [Thu Apr 2 10:07:16 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: 1488/2946] 199.204.45.155 () {30 vars in 717 bytes} [Thu Apr 2 10:07:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2947] 199.204.45.155 () {30 vars in 741 bytes} [Thu Apr 2 10:07:16 2026] GET /v2.0/subnets/4cf719cb-5be5-4064-aa58-f0ea6153c648 => 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: 1489/2948] 199.204.45.155 () {30 vars in 769 bytes} [Thu Apr 2 10:07:16 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 2585 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2949] 199.204.45.155 () {30 vars in 769 bytes} [Thu Apr 2 10:07:16 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 2585 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2950] 199.204.45.155 () {30 vars in 769 bytes} [Thu Apr 2 10:07:16 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 2585 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2951] 199.204.45.155 () {30 vars in 769 bytes} [Thu Apr 2 10:07:17 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 2585 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2954] 199.204.45.155 () {34 vars in 975 bytes} [Thu Apr 2 10:07:18 2026] GET /v2.0/ports/b481deec-9539-4550-8f3a-75624e3e09c7 => generated 1345 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2955] 199.204.45.155 () {34 vars in 1060 bytes} [Thu Apr 2 10:07:18 2026] GET /v2.0/ports/b481deec-9539-4550-8f3a-75624e3e09c7?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2956] 199.204.45.155 () {30 vars in 769 bytes} [Thu Apr 2 10:07:18 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 2585 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2957] 199.204.45.155 () {34 vars in 1016 bytes} [Thu Apr 2 10:07:18 2026] GET /v2.0/networks/612ff2ee-ee27-4eca-9ba1-ce24c74132e5?fields=dns_domain => generated 29 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2958] 199.204.45.155 () {38 vars in 1028 bytes} [Thu Apr 2 10:07:18 2026] PUT /v2.0/ports/b481deec-9539-4550-8f3a-75624e3e09c7 => generated 1146 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2959] 199.204.45.155 () {30 vars in 769 bytes} [Thu Apr 2 10:07:19 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1494/2960] 199.204.45.155 () {34 vars in 789 bytes} [Thu Apr 2 10:07:19 2026] PUT /v2.0/ports/b481deec-9539-4550-8f3a-75624e3e09c7 => generated 1086 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2961] 199.204.45.155 () {30 vars in 737 bytes} [Thu Apr 2 10:07:19 2026] GET /v2.0/ports/b481deec-9539-4550-8f3a-75624e3e09c7 => generated 1086 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 10:07:19.965 7 INFO neutron_taas.services.taas.taas_plugin [None req-da545443-d107-4a93-9a06-d448ac4e09df 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: b481deec-9539-4550-8f3a-75624e3e09c7 2026-04-02 10:07:19.968 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da545443-d107-4a93-9a06-d448ac4e09df 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: b481deec-9539-4550-8f3a-75624e3e09c7 [pid: 7|app: 0|req: 1495/2962] 199.204.45.155 () {32 vars in 759 bytes} [Thu Apr 2 10:07:19 2026] DELETE /v2.0/ports/b481deec-9539-4550-8f3a-75624e3e09c7 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2963] 199.204.45.155 () {30 vars in 703 bytes} [Thu Apr 2 10:07:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2964] 199.204.45.155 () {30 vars in 705 bytes} [Thu Apr 2 10:07:20 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: 1469/2965] 199.204.45.155 () {30 vars in 681 bytes} [Thu Apr 2 10:07:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2966] 199.204.45.155 () {30 vars in 717 bytes} [Thu Apr 2 10:07:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:07:20.259 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fee915ee-d606-4baa-8a5d-5bd0c9895de3 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1470/2967] 199.204.45.155 () {32 vars in 759 bytes} [Thu Apr 2 10:07:20 2026] DELETE /v2.0/ports/b481deec-9539-4550-8f3a-75624e3e09c7 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2968] 199.204.45.155 () {30 vars in 737 bytes} [Thu Apr 2 10:07:20 2026] GET /v2.0/ports/6bb3afc4-401b-44e3-80ad-3675798435a7 => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:07:20.323 8 INFO neutron.api.v2.resource [None req-4c095705-ce89-4fb2-b918-ec946960f85c 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1471/2969] 199.204.45.155 () {30 vars in 763 bytes} [Thu Apr 2 10:07:20 2026] GET /v2.0/security-groups/lb-4a6a4282-5a6a-43f1-b5cf-7df8db506350 => 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: 1499/2970] 199.204.45.155 () {30 vars in 785 bytes} [Thu Apr 2 10:07:20 2026] GET /v2.0/security-groups?name=lb-4a6a4282-5a6a-43f1-b5cf-7df8db506350 => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2971] 199.204.45.155 () {30 vars in 737 bytes} [Thu Apr 2 10:07:20 2026] GET /v2.0/ports/6bb3afc4-401b-44e3-80ad-3675798435a7 => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2972] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:07:20 2026] GET /v2.0/ports?tenant_id=2a1a70d8471747b993bd9addddfc3d3f&device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2973] 199.204.45.155 () {34 vars in 1066 bytes} [Thu Apr 2 10:07:20 2026] GET /v2.0/networks?id=ba4a1b13-ae7c-4086-8379-da008d553600&id=612ff2ee-ee27-4eca-9ba1-ce24c74132e5 => generated 1524 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2974] 199.204.45.155 () {34 vars in 1062 bytes} [Thu Apr 2 10:07:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.175&port_id=4aada007-9c02-4900-8671-143b50500e9e => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2975] 199.204.45.155 () {34 vars in 984 bytes} [Thu Apr 2 10:07:20 2026] GET /v2.0/subnets?id=0035a110-fd9f-422e-974c-281602c06d7e => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2976] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:07:20 2026] GET /v2.0/ports?network_id=ba4a1b13-ae7c-4086-8379-da008d553600&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2977] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:07:20 2026] GET /v2.0/networks/ba4a1b13-ae7c-4086-8379-da008d553600?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2978] 199.204.45.155 () {34 vars in 789 bytes} [Thu Apr 2 10:07:20 2026] PUT /v2.0/ports/6bb3afc4-401b-44e3-80ad-3675798435a7 => generated 1090 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2979] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:07:20 2026] GET /v2.0/networks/ba4a1b13-ae7c-4086-8379-da008d553600?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: 1474/2980] 199.204.45.155 () {32 vars in 779 bytes} [Thu Apr 2 10:07:20 2026] DELETE /v2.0/security-groups/dc5ea37a-a4e9-40cb-8957-a2d1dbf26f8e => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:07:20.848 7 INFO neutron_taas.services.taas.taas_plugin [None req-43f93e6d-5a65-48ff-bbb1-319dbc0ba152 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 6bb3afc4-401b-44e3-80ad-3675798435a7 2026-04-02 10:07:20.851 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43f93e6d-5a65-48ff-bbb1-319dbc0ba152 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 6bb3afc4-401b-44e3-80ad-3675798435a7 [pid: 7|app: 0|req: 1507/2981] 199.204.45.155 () {32 vars in 759 bytes} [Thu Apr 2 10:07:20 2026] DELETE /v2.0/ports/6bb3afc4-401b-44e3-80ad-3675798435a7 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2982] 199.204.45.155 () {34 vars in 994 bytes} [Thu Apr 2 10:07:23 2026] GET /v2.0/ports?device_id=4db33f2b-30e8-440e-8931-1a9c8d933b96 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:07:24.007 7 INFO neutron_taas.services.taas.taas_plugin [req-cd8c3eef-bbfa-4b36-8534-18df6a8d2cfc req-dd8af7a9-bbce-440a-925a-9d774fc437b4 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] TaaS: Handle Delete Port: 4aada007-9c02-4900-8671-143b50500e9e 2026-04-02 10:07:24.010 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cd8c3eef-bbfa-4b36-8534-18df6a8d2cfc req-dd8af7a9-bbce-440a-925a-9d774fc437b4 4622e6aab95146f982a3d0c3b8a409dc 2a1a70d8471747b993bd9addddfc3d3f - - default default] Tap Mirror: Handle Delete Port: 4aada007-9c02-4900-8671-143b50500e9e [pid: 7|app: 0|req: 1508/2983] 199.204.45.155 () {36 vars in 997 bytes} [Thu Apr 2 10:07:23 2026] DELETE /v2.0/ports/4aada007-9c02-4900-8671-143b50500e9e => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:07:24.215 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a65608b9-4f79-4b6c-af2b-6427e69106a6'] response: {'server_uuid': '4db33f2b-30e8-440e-8931-1a9c8d933b96', 'name': 'network-vif-deleted', 'tag': '4aada007-9c02-4900-8671-143b50500e9e', 'status': 'completed', 'code': 200} 2026-04-02 10:07:25.627 8 INFO neutron_taas.services.taas.taas_plugin [None req-37641451-d3d6-4daa-b712-3d13c9a3175f 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] TaaS: Handle Delete Port: 2c19a592-e300-44cf-b9ba-6afce3e2488b 2026-04-02 10:07:25.630 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37641451-d3d6-4daa-b712-3d13c9a3175f 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] Tap Mirror: Handle Delete Port: 2c19a592-e300-44cf-b9ba-6afce3e2488b 2026-04-02 10:07:25.779 8 INFO neutron.db.l3_db [None req-37641451-d3d6-4daa-b712-3d13c9a3175f 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] Floating IP d1a37b56-8a18-405b-b8c0-3eeccc313a6c disassociated (deleted). External IP: 10.96.250.204, port: c6644caa-4a6d-40be-8f05-03297cbc3205. [pid: 8|app: 0|req: 1476/2984] 10.0.0.20 () {32 vars in 731 bytes} [Thu Apr 2 10:07:25 2026] DELETE /v2.0/floatingips/d1a37b56-8a18-405b-b8c0-3eeccc313a6c => generated 0 bytes in 687 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:07:26.203 7 INFO neutron.api.v2.resource [None req-a12970b8-b67a-4de1-92b6-108032d85dc5 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1509/2985] 10.0.0.20 () {32 vars in 728 bytes} [Thu Apr 2 10:07:26 2026] GET /v2.0/floatingips/d1a37b56-8a18-405b-b8c0-3eeccc313a6c => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:07:26.222 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e8784ec-1fa4-498a-8a03-7438bb59d9c2'] response: {'name': 'network-changed', 'server_uuid': '8eedcb64-b072-4fee-8ce2-bfeccd1fd86b', 'tag': 'c6644caa-4a6d-40be-8f05-03297cbc3205', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1477/2986] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:07:26 2026] GET /v2.0/ports?device_id=8eedcb64-b072-4fee-8ce2-bfeccd1fd86b => generated 1204 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2987] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:07:26 2026] GET /v2.0/security-groups?id=5319f0c9-2447-4dc7-a8f9-7db507b3c7da&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2988] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:07:26 2026] GET /v2.0/ports?tenant_id=0d11804c96ee4a328273f81bd492e673&device_id=8eedcb64-b072-4fee-8ce2-bfeccd1fd86b => generated 1473 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2989] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:07:26 2026] GET /v2.0/networks?id=d85eadf2-a2d1-4cf7-a711-94415b430285 => generated 800 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2990] 199.204.45.155 () {34 vars in 1058 bytes} [Thu Apr 2 10:07:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.234&port_id=c6644caa-4a6d-40be-8f05-03297cbc3205 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2991] 199.204.45.155 () {34 vars in 1106 bytes} [Thu Apr 2 10:07:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1ee&port_id=c6644caa-4a6d-40be-8f05-03297cbc3205 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2992] 199.204.45.155 () {34 vars in 1064 bytes} [Thu Apr 2 10:07:26 2026] GET /v2.0/subnets?id=1fd15ee7-44c9-4685-b992-ba3776b7e192&id=f27b59cc-0a3f-450d-be11-3157f3cac7a5 => generated 1415 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2993] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:07:26 2026] GET /v2.0/ports?network_id=d85eadf2-a2d1-4cf7-a711-94415b430285&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2994] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:07:26 2026] GET /v2.0/ports?network_id=d85eadf2-a2d1-4cf7-a711-94415b430285&device_owner=network%3Adhcp => generated 1461 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2995] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:07:27 2026] GET /v2.0/networks/d85eadf2-a2d1-4cf7-a711-94415b430285?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: 1482/2996] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:07:27 2026] GET /v2.0/networks/d85eadf2-a2d1-4cf7-a711-94415b430285?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: 1515/2997] 199.204.45.155 () {34 vars in 994 bytes} [Thu Apr 2 10:07:28 2026] GET /v2.0/ports?device_id=8eedcb64-b072-4fee-8ce2-bfeccd1fd86b => generated 1204 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:07:28.974 8 INFO neutron_taas.services.taas.taas_plugin [req-df08913c-fac9-47fc-bb5c-90727b4e1409 req-381c68fe-6863-4377-875e-ad457d2712f1 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] TaaS: Handle Delete Port: c6644caa-4a6d-40be-8f05-03297cbc3205 2026-04-02 10:07:28.977 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-df08913c-fac9-47fc-bb5c-90727b4e1409 req-381c68fe-6863-4377-875e-ad457d2712f1 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] Tap Mirror: Handle Delete Port: c6644caa-4a6d-40be-8f05-03297cbc3205 [pid: 8|app: 0|req: 1483/2998] 199.204.45.155 () {36 vars in 997 bytes} [Thu Apr 2 10:07:28 2026] DELETE /v2.0/ports/c6644caa-4a6d-40be-8f05-03297cbc3205 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:07:29.202 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d5813f7e-18e2-4e7a-950b-5ee5a3efe7bb'] response: {'server_uuid': '8eedcb64-b072-4fee-8ce2-bfeccd1fd86b', 'name': 'network-vif-deleted', 'tag': 'c6644caa-4a6d-40be-8f05-03297cbc3205', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1516/2999] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:07:31 2026] GET /v2.0/ports?device_id=8eedcb64-b072-4fee-8ce2-bfeccd1fd86b => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:07:36.802 8 INFO neutron_taas.services.taas.taas_plugin [None req-c0f43224-48ac-4c58-897e-80a471ec6951 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] TaaS: Handle Delete Port: dc0c6a87-44aa-4853-b947-11d51fa66aa4 2026-04-02 10:07:36.805 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0f43224-48ac-4c58-897e-80a471ec6951 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] Tap Mirror: Handle Delete Port: dc0c6a87-44aa-4853-b947-11d51fa66aa4 2026-04-02 10:07:36.958 8 INFO neutron.db.l3_db [None req-c0f43224-48ac-4c58-897e-80a471ec6951 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] Floating IP 8f59ca84-32b3-4a65-8573-83c8e1d86f16 disassociated (deleted). External IP: 10.96.250.216, port: fe1e0927-6fc8-4f7d-82c4-4b135d8ee6a6. [pid: 8|app: 0|req: 1485/3002] 10.0.0.20 () {32 vars in 731 bytes} [Thu Apr 2 10:07:36 2026] DELETE /v2.0/floatingips/8f59ca84-32b3-4a65-8573-83c8e1d86f16 => generated 0 bytes in 548 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:07:37.245 7 INFO neutron.api.v2.resource [None req-2febf3f9-812b-4c4e-a9c0-8442970b7067 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1518/3003] 10.0.0.20 () {32 vars in 728 bytes} [Thu Apr 2 10:07:37 2026] GET /v2.0/floatingips/8f59ca84-32b3-4a65-8573-83c8e1d86f16 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:07:37.262 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-321be727-5a85-46c5-b68b-1f848778d79d'] response: {'name': 'network-changed', 'server_uuid': '1ff1a339-7aed-42f5-ad4a-9dc5e20d984e', 'tag': 'fe1e0927-6fc8-4f7d-82c4-4b135d8ee6a6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1486/3004] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:07:37 2026] GET /v2.0/ports?device_id=1ff1a339-7aed-42f5-ad4a-9dc5e20d984e => generated 1196 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3005] 10.0.0.229 () {34 vars in 1040 bytes} [Thu Apr 2 10:07:37 2026] GET /v2.0/security-groups?id=5319f0c9-2447-4dc7-a8f9-7db507b3c7da&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3006] 199.204.45.155 () {34 vars in 1080 bytes} [Thu Apr 2 10:07:37 2026] GET /v2.0/ports?tenant_id=0d11804c96ee4a328273f81bd492e673&device_id=1ff1a339-7aed-42f5-ad4a-9dc5e20d984e => generated 1465 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3007] 199.204.45.155 () {34 vars in 986 bytes} [Thu Apr 2 10:07:37 2026] GET /v2.0/networks?id=2be51cf0-9e79-4fe0-9579-c4a5749a5549 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3008] 199.204.45.155 () {34 vars in 1058 bytes} [Thu Apr 2 10:07:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=fe1e0927-6fc8-4f7d-82c4-4b135d8ee6a6 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3009] 199.204.45.155 () {34 vars in 1102 bytes} [Thu Apr 2 10:07:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A46&port_id=fe1e0927-6fc8-4f7d-82c4-4b135d8ee6a6 => 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: 1489/3010] 199.204.45.155 () {34 vars in 1064 bytes} [Thu Apr 2 10:07:37 2026] GET /v2.0/subnets?id=bec4da7d-d7f0-4872-afe0-6f975a4aba29&id=abd56c3b-d130-4b86-8c72-fed18ebff307 => generated 1411 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3011] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:07:37 2026] GET /v2.0/ports?network_id=2be51cf0-9e79-4fe0-9579-c4a5749a5549&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3012] 199.204.45.155 () {34 vars in 1052 bytes} [Thu Apr 2 10:07:37 2026] GET /v2.0/ports?network_id=2be51cf0-9e79-4fe0-9579-c4a5749a5549&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3013] 199.204.45.155 () {34 vars in 1012 bytes} [Thu Apr 2 10:07:38 2026] GET /v2.0/networks/2be51cf0-9e79-4fe0-9579-c4a5749a5549?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: 1491/3014] 199.204.45.155 () {34 vars in 1112 bytes} [Thu Apr 2 10:07:38 2026] GET /v2.0/networks/2be51cf0-9e79-4fe0-9579-c4a5749a5549?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3015] 199.204.45.155 () {34 vars in 994 bytes} [Thu Apr 2 10:07:39 2026] GET /v2.0/ports?device_id=1ff1a339-7aed-42f5-ad4a-9dc5e20d984e => generated 1196 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:07:39.999 8 INFO neutron_taas.services.taas.taas_plugin [req-973da92a-8360-4055-9dbd-e2f165abd0ed req-41f13bf8-db6e-42c0-9b41-93a371906328 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] TaaS: Handle Delete Port: fe1e0927-6fc8-4f7d-82c4-4b135d8ee6a6 2026-04-02 10:07:40.002 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-973da92a-8360-4055-9dbd-e2f165abd0ed req-41f13bf8-db6e-42c0-9b41-93a371906328 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] Tap Mirror: Handle Delete Port: fe1e0927-6fc8-4f7d-82c4-4b135d8ee6a6 [pid: 8|app: 0|req: 1492/3016] 199.204.45.155 () {36 vars in 997 bytes} [Thu Apr 2 10:07:39 2026] DELETE /v2.0/ports/fe1e0927-6fc8-4f7d-82c4-4b135d8ee6a6 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:07:40.201 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dd127785-bf6d-4994-acee-30406c173288'] response: {'server_uuid': '1ff1a339-7aed-42f5-ad4a-9dc5e20d984e', 'name': 'network-vif-deleted', 'tag': 'fe1e0927-6fc8-4f7d-82c4-4b135d8ee6a6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1525/3017] 10.0.0.229 () {34 vars in 990 bytes} [Thu Apr 2 10:07:42 2026] GET /v2.0/ports?device_id=1ff1a339-7aed-42f5-ad4a-9dc5e20d984e => 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: 1493/3018] 10.0.0.20 () {32 vars in 749 bytes} [Thu Apr 2 10:07:47 2026] DELETE /v2.0/security-group-rules/0d289a62-d7f4-4f49-9614-57f8daa01d92 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:07:47.798 7 INFO neutron.api.v2.resource [None req-7371fbf8-d534-4081-8635-a525f1102f8b 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1526/3019] 10.0.0.20 () {32 vars in 746 bytes} [Thu Apr 2 10:07:47 2026] GET /v2.0/security-group-rules/0d289a62-d7f4-4f49-9614-57f8daa01d92 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3020] 10.0.0.20 () {32 vars in 749 bytes} [Thu Apr 2 10:07:47 2026] DELETE /v2.0/security-group-rules/30c4b7c3-368a-4ab0-a8e8-917b09696b06 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:07:47.883 7 INFO neutron.api.v2.resource [None req-520e0a10-c500-449d-9db5-9564a4c16b49 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1527/3021] 10.0.0.20 () {32 vars in 746 bytes} [Thu Apr 2 10:07:47 2026] GET /v2.0/security-group-rules/30c4b7c3-368a-4ab0-a8e8-917b09696b06 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3022] 10.0.0.20 () {32 vars in 749 bytes} [Thu Apr 2 10:07:47 2026] DELETE /v2.0/security-group-rules/799f192e-39fd-4ece-adb3-460c48d5ac31 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:07:47.963 7 INFO neutron.api.v2.resource [None req-ede50eb2-2373-49cd-9f26-a74219a76d69 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1528/3023] 10.0.0.20 () {32 vars in 746 bytes} [Thu Apr 2 10:07:47 2026] GET /v2.0/security-group-rules/799f192e-39fd-4ece-adb3-460c48d5ac31 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3024] 10.0.0.20 () {32 vars in 749 bytes} [Thu Apr 2 10:07:47 2026] DELETE /v2.0/security-group-rules/018fabbe-c842-4d05-a4ff-fecba4c2cb6d => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:07:48.039 7 INFO neutron.api.v2.resource [None req-6dbd38f4-4678-4033-86f3-fbde947f02e0 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1529/3025] 10.0.0.20 () {32 vars in 746 bytes} [Thu Apr 2 10:07:48 2026] GET /v2.0/security-group-rules/018fabbe-c842-4d05-a4ff-fecba4c2cb6d => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3026] 10.0.0.20 () {32 vars in 749 bytes} [Thu Apr 2 10:07:48 2026] DELETE /v2.0/security-group-rules/c7b0ffbc-dcca-45ea-bbd7-27619c927852 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:07:48.116 7 INFO neutron.api.v2.resource [None req-cba4baf1-0c83-4198-88c1-29c9d06aacf1 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1530/3027] 10.0.0.20 () {32 vars in 746 bytes} [Thu Apr 2 10:07:48 2026] GET /v2.0/security-group-rules/c7b0ffbc-dcca-45ea-bbd7-27619c927852 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3028] 10.0.0.20 () {32 vars in 749 bytes} [Thu Apr 2 10:07:48 2026] DELETE /v2.0/security-group-rules/29739aca-dfb1-4c26-ba6c-d35fbc17e51e => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:07:48.193 7 INFO neutron.api.v2.resource [None req-5a073850-ef60-4958-8788-517f109cc51e 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1531/3029] 10.0.0.20 () {32 vars in 746 bytes} [Thu Apr 2 10:07:48 2026] GET /v2.0/security-group-rules/29739aca-dfb1-4c26-ba6c-d35fbc17e51e => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3032] 10.0.0.20 () {32 vars in 749 bytes} [Thu Apr 2 10:07:48 2026] DELETE /v2.0/security-group-rules/b8bf76c7-25f9-4198-875b-fcc55fd4493d => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:07:48.287 7 INFO neutron.api.v2.resource [None req-91008566-659c-4a28-8789-fd258274e631 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1534/3033] 10.0.0.20 () {32 vars in 746 bytes} [Thu Apr 2 10:07:48 2026] GET /v2.0/security-group-rules/b8bf76c7-25f9-4198-875b-fcc55fd4493d => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3034] 10.0.0.20 () {32 vars in 749 bytes} [Thu Apr 2 10:07:48 2026] DELETE /v2.0/security-group-rules/e38b2bec-3663-4e25-bac0-43a6a18120c3 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:07:48.375 7 INFO neutron.api.v2.resource [None req-32b45819-2ca1-469d-9fcc-78ef921deb9c 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1535/3035] 10.0.0.20 () {32 vars in 746 bytes} [Thu Apr 2 10:07:48 2026] GET /v2.0/security-group-rules/e38b2bec-3663-4e25-bac0-43a6a18120c3 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3036] 10.0.0.20 () {32 vars in 749 bytes} [Thu Apr 2 10:07:48 2026] DELETE /v2.0/security-group-rules/f064b8f8-07da-4a75-b0f8-794a70b9bceb => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:07:48.455 7 INFO neutron.api.v2.resource [None req-14454407-8929-4ffb-8ea5-77c2ca2f25ce 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1536/3037] 10.0.0.20 () {32 vars in 746 bytes} [Thu Apr 2 10:07:48 2026] GET /v2.0/security-group-rules/f064b8f8-07da-4a75-b0f8-794a70b9bceb => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3038] 10.0.0.20 () {32 vars in 749 bytes} [Thu Apr 2 10:07:48 2026] DELETE /v2.0/security-group-rules/05b7b6ec-1dc3-4f0d-b019-1b1b31e38051 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:07:48.533 7 INFO neutron.api.v2.resource [None req-9e999675-a573-42ed-8538-cbc0abf97360 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1537/3039] 10.0.0.20 () {32 vars in 746 bytes} [Thu Apr 2 10:07:48 2026] GET /v2.0/security-group-rules/05b7b6ec-1dc3-4f0d-b019-1b1b31e38051 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3040] 10.0.0.20 () {32 vars in 749 bytes} [Thu Apr 2 10:07:48 2026] DELETE /v2.0/security-group-rules/f7b08793-4795-408a-b0a2-f72307a2eab1 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:07:48.615 7 INFO neutron.api.v2.resource [None req-40c97db1-adf9-4843-9e5e-b5e86ee0cf62 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1538/3041] 10.0.0.20 () {32 vars in 746 bytes} [Thu Apr 2 10:07:48 2026] GET /v2.0/security-group-rules/f7b08793-4795-408a-b0a2-f72307a2eab1 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3042] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:07:48 2026] DELETE /v2.0/security-groups/5319f0c9-2447-4dc7-a8f9-7db507b3c7da => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:07:48.714 7 INFO neutron.api.v2.resource [None req-6b939be8-de2c-499b-bad0-1e213ea0ced0 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1539/3043] 10.0.0.20 () {32 vars in 736 bytes} [Thu Apr 2 10:07:48 2026] GET /v2.0/security-groups/5319f0c9-2447-4dc7-a8f9-7db507b3c7da => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:07:49.137 8 INFO neutron_taas.services.taas.taas_plugin [None req-c36f00d3-c790-41b6-b38a-ca0ca14b3846 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] TaaS: Handle Delete Port: 4eacd034-6c1d-4226-b911-37ae22080323 2026-04-02 10:07:49.140 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c36f00d3-c790-41b6-b38a-ca0ca14b3846 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] Tap Mirror: Handle Delete Port: 4eacd034-6c1d-4226-b911-37ae22080323 [pid: 8|app: 0|req: 1505/3044] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:07:48 2026] PUT /v2.0/routers/c69ab552-097f-4d08-b7e5-666a7f2df636/remove_router_interface => generated 309 bytes in 889 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:07:49.800 7 INFO neutron.api.v2.resource [None req-d5a26d6a-28e5-40b1-a0c3-6680034b4b26 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1540/3045] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:07:49 2026] PUT /v2.0/routers/c69ab552-097f-4d08-b7e5-666a7f2df636/remove_router_interface => generated 198 bytes in 148 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:07:50.201 8 INFO neutron_taas.services.taas.taas_plugin [None req-463690a9-3899-456d-91f0-b7b181b3a32f 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] TaaS: Handle Delete Port: 6a91a8a5-fc18-4c1e-b66a-405f13e0cae6 2026-04-02 10:07:50.207 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-463690a9-3899-456d-91f0-b7b181b3a32f 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] Tap Mirror: Handle Delete Port: 6a91a8a5-fc18-4c1e-b66a-405f13e0cae6 [pid: 8|app: 0|req: 1506/3046] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:07:49 2026] PUT /v2.0/routers/c69ab552-097f-4d08-b7e5-666a7f2df636/remove_router_interface => generated 309 bytes in 921 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:07:50.881 7 INFO neutron.api.v2.resource [None req-43424ea6-7874-47e7-b24c-719f416e1f88 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1541/3047] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:07:50 2026] PUT /v2.0/routers/c69ab552-097f-4d08-b7e5-666a7f2df636/remove_router_interface => generated 198 bytes in 150 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:07:51.267 8 INFO neutron_taas.services.taas.taas_plugin [None req-88b57239-3320-4493-a083-8e9a51514031 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] TaaS: Handle Delete Port: 2c3a4c79-36d9-4064-bcf5-49395482e9a2 2026-04-02 10:07:51.271 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88b57239-3320-4493-a083-8e9a51514031 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] Tap Mirror: Handle Delete Port: 2c3a4c79-36d9-4064-bcf5-49395482e9a2 [pid: 8|app: 0|req: 1507/3048] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:07:50 2026] PUT /v2.0/routers/c69ab552-097f-4d08-b7e5-666a7f2df636/remove_router_interface => generated 309 bytes in 907 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:07:51.937 7 INFO neutron.api.v2.resource [None req-2da4c28b-e1b3-4d18-8c52-12c604d2eeef 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1542/3049] 10.0.0.20 () {34 vars in 788 bytes} [Thu Apr 2 10:07:51 2026] PUT /v2.0/routers/c69ab552-097f-4d08-b7e5-666a7f2df636/remove_router_interface => generated 198 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:07:52.129 8 INFO neutron_taas.services.taas.taas_plugin [None req-a9c4dd4c-ea6d-4e1d-97c8-9cda51fc570f 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] TaaS: Handle Delete Port: 1390b972-86be-41cd-9b96-2a0d7512b2f5 2026-04-02 10:07:52.132 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9c4dd4c-ea6d-4e1d-97c8-9cda51fc570f 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] Tap Mirror: Handle Delete Port: 1390b972-86be-41cd-9b96-2a0d7512b2f5 2026-04-02 10:07:52.352 8 INFO neutron_taas.services.taas.taas_plugin [None req-a9c4dd4c-ea6d-4e1d-97c8-9cda51fc570f 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] TaaS: Handle Delete Port: fca6bd1c-14a6-41de-a4ed-ed5fe4921438 2026-04-02 10:07:52.354 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9c4dd4c-ea6d-4e1d-97c8-9cda51fc570f 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] Tap Mirror: Handle Delete Port: fca6bd1c-14a6-41de-a4ed-ed5fe4921438 2026-04-02 10:07:52.722 8 INFO neutron.db.l3_hamode_db [None req-a9c4dd4c-ea6d-4e1d-97c8-9cda51fc570f 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] HA network 14f78032-289a-4518-ae55-cf2504bff7cd was deleted as no HA routers are present in tenant 0d11804c96ee4a328273f81bd492e673. [pid: 8|app: 0|req: 1508/3050] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:07:51 2026] DELETE /v2.0/routers/c69ab552-097f-4d08-b7e5-666a7f2df636 => generated 0 bytes in 788 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:07:52.753 7 INFO neutron.api.v2.resource [None req-382aa8d2-3f20-49bc-82e6-847a9e298b05 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1543/3051] 10.0.0.20 () {32 vars in 720 bytes} [Thu Apr 2 10:07:52 2026] GET /v2.0/routers/c69ab552-097f-4d08-b7e5-666a7f2df636 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:07:52.797 8 INFO neutron.services.segments.plugin [-] Segment 3a8de451-49a6-4257-80b9-6d5f01e346af resource provider aggregate not found 2026-04-02 10:07:52.807 8 INFO neutron.services.segments.plugin [-] Segment 3a8de451-49a6-4257-80b9-6d5f01e346af resource provider aggregate not found 2026-04-02 10:07:52.810 8 INFO neutron.services.segments.plugin [-] Segment 3a8de451-49a6-4257-80b9-6d5f01e346af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a8de451-49a6-4257-80b9-6d5f01e346af found for delete ", "request_id": "req-66c50d5b-8686-4a43-bb15-d73ef7d5dbea"}]} 2026-04-02 10:07:52.828 8 INFO neutron.services.segments.plugin [-] Segment 3a8de451-49a6-4257-80b9-6d5f01e346af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a8de451-49a6-4257-80b9-6d5f01e346af found for delete ", "request_id": "req-09b818a4-1f26-42a5-acd8-6386173a1008"}]} [pid: 8|app: 0|req: 1509/3052] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:07:52 2026] DELETE /v2.0/subnets/1fd15ee7-44c9-4685-b992-ba3776b7e192 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:07:52.950 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4efcf91d-0ca8-4942-82fc-a93de0d9812c 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1544/3053] 10.0.0.20 () {32 vars in 720 bytes} [Thu Apr 2 10:07:52 2026] GET /v2.0/subnets/1fd15ee7-44c9-4685-b992-ba3776b7e192 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3054] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:07:52 2026] DELETE /v2.0/subnets/f27b59cc-0a3f-450d-be11-3157f3cac7a5 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:07:53.100 7 INFO neutron.pecan_wsgi.hooks.translation [None req-256477e7-658c-4968-9fc0-e5ddb4b96145 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1545/3055] 10.0.0.20 () {32 vars in 720 bytes} [Thu Apr 2 10:07:53 2026] GET /v2.0/subnets/f27b59cc-0a3f-450d-be11-3157f3cac7a5 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:07:53.175 8 INFO neutron_taas.services.taas.taas_plugin [None req-02855237-0d6e-44f7-9261-53d9c8f02929 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] TaaS: Handle Delete Port: 2ed892c0-f32c-4651-b144-e0e4fedc5fd3 2026-04-02 10:07:53.177 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02855237-0d6e-44f7-9261-53d9c8f02929 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] Tap Mirror: Handle Delete Port: 2ed892c0-f32c-4651-b144-e0e4fedc5fd3 [pid: 8|app: 0|req: 1511/3056] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:07:53 2026] DELETE /v2.0/networks/d85eadf2-a2d1-4cf7-a711-94415b430285 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:07:53.407 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f8dd8936-9b53-4f70-9d33-a94463ef0c7e 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1546/3057] 10.0.0.20 () {32 vars in 722 bytes} [Thu Apr 2 10:07:53 2026] GET /v2.0/networks/d85eadf2-a2d1-4cf7-a711-94415b430285 => 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: 1512/3058] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:07:53 2026] DELETE /v2.0/subnets/abd56c3b-d130-4b86-8c72-fed18ebff307 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:07:53.632 7 INFO neutron.pecan_wsgi.hooks.translation [None req-daff6856-eb8d-40e6-a50b-5c7a0a8cc06f 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1547/3059] 10.0.0.20 () {32 vars in 720 bytes} [Thu Apr 2 10:07:53 2026] GET /v2.0/subnets/abd56c3b-d130-4b86-8c72-fed18ebff307 => 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: 1513/3060] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:07:53 2026] DELETE /v2.0/subnets/bec4da7d-d7f0-4872-afe0-6f975a4aba29 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:07:53.812 7 INFO neutron.pecan_wsgi.hooks.translation [None req-66c049ee-fcd5-4a6c-8fd7-b069d466fb54 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1548/3061] 10.0.0.20 () {32 vars in 720 bytes} [Thu Apr 2 10:07:53 2026] GET /v2.0/subnets/bec4da7d-d7f0-4872-afe0-6f975a4aba29 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:07:53.913 8 INFO neutron_taas.services.taas.taas_plugin [None req-a2c7a055-dc3d-4b33-a873-90f531e13c04 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] TaaS: Handle Delete Port: 718a4f66-455f-4566-8621-17e6be2e688d 2026-04-02 10:07:53.916 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2c7a055-dc3d-4b33-a873-90f531e13c04 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] Tap Mirror: Handle Delete Port: 718a4f66-455f-4566-8621-17e6be2e688d [pid: 8|app: 0|req: 1514/3062] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:07:53 2026] DELETE /v2.0/networks/2be51cf0-9e79-4fe0-9579-c4a5749a5549 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:07:54.112 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4c641ee4-ee37-4451-853e-84cc1980ee8d 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1549/3063] 10.0.0.20 () {32 vars in 722 bytes} [Thu Apr 2 10:07:54 2026] GET /v2.0/networks/2be51cf0-9e79-4fe0-9579-c4a5749a5549 => 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: 1515/3064] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:07:54 2026] DELETE /v2.0/subnets/5f97aa12-2c30-4407-9330-f2bef4998a2c => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:07:54.289 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0d378271-a54d-4c4e-b0f8-e9c05587ed2b 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1550/3065] 10.0.0.20 () {32 vars in 720 bytes} [Thu Apr 2 10:07:54 2026] GET /v2.0/subnets/5f97aa12-2c30-4407-9330-f2bef4998a2c => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3066] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:07:54 2026] DELETE /v2.0/subnets/4cf719cb-5be5-4064-aa58-f0ea6153c648 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:07:54.452 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8221d4cf-6eed-499d-a33a-9e407f7097a4 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1551/3067] 10.0.0.20 () {32 vars in 720 bytes} [Thu Apr 2 10:07:54 2026] GET /v2.0/subnets/4cf719cb-5be5-4064-aa58-f0ea6153c648 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:07:54.538 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc787259-c73a-4070-beec-6cf3db6b5610 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] TaaS: Handle Delete Port: f8d1fed2-2412-405c-8956-23be17951257 2026-04-02 10:07:54.540 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc787259-c73a-4070-beec-6cf3db6b5610 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] Tap Mirror: Handle Delete Port: f8d1fed2-2412-405c-8956-23be17951257 [pid: 8|app: 0|req: 1517/3068] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:07:54 2026] DELETE /v2.0/networks/612ff2ee-ee27-4eca-9ba1-ce24c74132e5 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:07:54.729 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c3be69cc-2632-4281-a193-e26c918a9c8f 590d6c97cb414d60aad419e6cb9c3e9c 0d11804c96ee4a328273f81bd492e673 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1552/3069] 10.0.0.20 () {32 vars in 722 bytes} [Thu Apr 2 10:07:54 2026] GET /v2.0/networks/612ff2ee-ee27-4eca-9ba1-ce24c74132e5 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:07:54.834 8 INFO neutron.services.segments.plugin [-] Segment 2696b5bb-17c6-4dbf-a9eb-b29a6a95f437 resource provider aggregate not found 2026-04-02 10:07:54.852 8 INFO neutron.services.segments.plugin [-] Segment 2696b5bb-17c6-4dbf-a9eb-b29a6a95f437 resource provider aggregate not found 2026-04-02 10:07:54.856 8 INFO neutron.services.segments.plugin [-] Segment 2696b5bb-17c6-4dbf-a9eb-b29a6a95f437 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2696b5bb-17c6-4dbf-a9eb-b29a6a95f437 found for delete ", "request_id": "req-acf58d34-5514-4acf-be46-14337bb18793"}]} 2026-04-02 10:07:54.868 8 INFO neutron.services.segments.plugin [-] Segment 2696b5bb-17c6-4dbf-a9eb-b29a6a95f437 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2696b5bb-17c6-4dbf-a9eb-b29a6a95f437 found for delete ", "request_id": "req-65f69545-9ec9-4b87-9173-8dd97b29188e"}]} 2026-04-02 10:07:54.875 8 INFO neutron.services.segments.plugin [-] Segment de3a6f83-7308-47ff-8be2-9dab3774ff38 resource provider aggregate not found 2026-04-02 10:07:54.887 8 INFO neutron.services.segments.plugin [-] Segment de3a6f83-7308-47ff-8be2-9dab3774ff38 resource provider aggregate not found 2026-04-02 10:07:54.890 8 INFO neutron.services.segments.plugin [-] Segment de3a6f83-7308-47ff-8be2-9dab3774ff38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de3a6f83-7308-47ff-8be2-9dab3774ff38 found for delete ", "request_id": "req-069665d5-c4ca-40b4-82d1-d88b097f8ce1"}]} 2026-04-02 10:07:54.906 8 INFO neutron.services.segments.plugin [-] Segment 7493c329-38e7-4d24-a863-dfb3598f8760 resource provider aggregate not found 2026-04-02 10:07:54.909 8 INFO neutron.services.segments.plugin [-] Segment de3a6f83-7308-47ff-8be2-9dab3774ff38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de3a6f83-7308-47ff-8be2-9dab3774ff38 found for delete ", "request_id": "req-d2fefbaa-9767-4714-873d-4bbab5380870"}]} 2026-04-02 10:07:54.921 8 INFO neutron.services.segments.plugin [-] Segment 7493c329-38e7-4d24-a863-dfb3598f8760 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7493c329-38e7-4d24-a863-dfb3598f8760 found for delete ", "request_id": "req-bd62e8c1-3231-4fe4-80e8-446c7c51acaf"}]} 2026-04-02 10:07:54.927 8 INFO neutron.services.segments.plugin [-] Segment 7493c329-38e7-4d24-a863-dfb3598f8760 resource provider aggregate not found 2026-04-02 10:07:54.943 8 INFO neutron.services.segments.plugin [-] Segment 7493c329-38e7-4d24-a863-dfb3598f8760 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7493c329-38e7-4d24-a863-dfb3598f8760 found for delete ", "request_id": "req-ae8cd45d-b955-44df-a39b-45653a5d0b7a"}]} [pid: 8|app: 0|req: 1518/3070] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:07:56 2026] GET /v2.0/security-groups?tenant_id=0d11804c96ee4a328273f81bd492e673&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3071] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:07:56 2026] DELETE /v2.0/security-groups/a39ff2fa-fc6e-4721-9d0d-4c7bc514404e => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3072] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:07:56 2026] GET /v2.0/security-groups?tenant_id=a77af59064814b689990f1b60a150d0a&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3073] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:07:57 2026] DELETE /v2.0/security-groups/e64fa6bd-fc46-41c7-8d94-2779bba6eea0 => 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: 1520/3074] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:07:57 2026] GET /v2.0/security-groups?tenant_id=78bf37aa5f8c41e5be99456caf18bba6&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3075] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:07:57 2026] DELETE /v2.0/security-groups/eeb1a1d8-89e5-4669-8320-45466a422f92 => 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: 1521/3076] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:07:57 2026] GET /v2.0/security-groups?tenant_id=672de267657f47ff8845fcb6db587188&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3077] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:07:57 2026] DELETE /v2.0/security-groups/02717987-d2fe-4b34-9078-094ee4d6fa37 => 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: 1522/3078] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:07:57 2026] GET /v2.0/security-groups?tenant_id=858f3ed9c41e4c79a4f0319b21d323d2&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3079] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:07:58 2026] DELETE /v2.0/security-groups/c67aa2c0-9d0c-47b5-abcc-d690d53a4c2d => 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: 1523/3080] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:07:58 2026] GET /v2.0/security-groups?tenant_id=51e310892ba246b8826b6ad12e40cb8d&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3081] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:07:58 2026] DELETE /v2.0/security-groups/625a55a6-f204-4574-a040-b079eaae4ee2 => 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: 1524/3082] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:07:58 2026] GET /v2.0/security-groups?tenant_id=308d2b21475e48cb8e25ca4ee7af7734&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3083] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:07:58 2026] DELETE /v2.0/security-groups/15230c4f-493a-4e24-bb6d-1a9593404c1d => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:08:02.987 8 INFO neutron.db.segments_db [None req-eef3cc62-9677-4778-ad35-874bf206b6c1 2181e942d5cc45b7858fc2da337306da bd8bac615a2c41c9b0ffa51ac9e1aff2 - - default default] Added segment 3618cd80-dd6a-48ad-b01b-dc3b259be80d of type vxlan for network 2849f25e-5e8e-4df5-9f89-c84406e1571b [pid: 8|app: 0|req: 1525/3084] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:08:02 2026] POST /v2.0/networks => generated 708 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3085] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:08:03 2026] POST /v2.0/subnets => generated 644 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:08:03.236 8 WARNING neutron.api.v2.base [None req-d103add2-4c08-4c7c-b985-c09a834e9e34 2181e942d5cc45b7858fc2da337306da bd8bac615a2c41c9b0ffa51ac9e1aff2 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-04-02 10:08:03.237 8 INFO neutron.api.v2.resource [None req-d103add2-4c08-4c7c-b985-c09a834e9e34 2181e942d5cc45b7858fc2da337306da bd8bac615a2c41c9b0ffa51ac9e1aff2 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1526/3086] 10.0.0.20 () {34 vars in 680 bytes} [Thu Apr 2 10:08:03 2026] POST /v2.0/rbac-policies => generated 143 bytes in 12 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3089] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:08:03 2026] DELETE /v2.0/networks/2849f25e-5e8e-4df5-9f89-c84406e1571b => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:08:03.437 8 INFO neutron.db.segments_db [None req-398b6ea2-570a-4ca9-a56f-c69d4d9225d5 2181e942d5cc45b7858fc2da337306da bd8bac615a2c41c9b0ffa51ac9e1aff2 - - default default] Added segment 2bcba2b2-b83e-4073-99f7-d6173aa55e8e of type vxlan for network 2664fc1c-71ab-460d-9614-3ca042362b3b 2026-04-02 10:08:03.482 7 INFO neutron.services.segments.plugin [-] Segment 3618cd80-dd6a-48ad-b01b-dc3b259be80d resource provider aggregate not found 2026-04-02 10:08:03.488 7 INFO neutron.services.segments.plugin [-] Segment 3618cd80-dd6a-48ad-b01b-dc3b259be80d resource provider aggregate not found 2026-04-02 10:08:03.498 7 INFO neutron.services.segments.plugin [-] Segment 3618cd80-dd6a-48ad-b01b-dc3b259be80d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3618cd80-dd6a-48ad-b01b-dc3b259be80d found for delete ", "request_id": "req-a478a5ec-b292-4ff5-8eb6-1e90952b2861"}]} 2026-04-02 10:08:03.501 7 INFO neutron.services.segments.plugin [-] Segment 3618cd80-dd6a-48ad-b01b-dc3b259be80d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3618cd80-dd6a-48ad-b01b-dc3b259be80d found for delete ", "request_id": "req-ec499a43-b40e-4959-8939-f5f6cb1c05c3"}]} [pid: 8|app: 0|req: 1529/3090] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:08:03 2026] POST /v2.0/networks => generated 708 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3091] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:08:03 2026] POST /v2.0/subnets => generated 647 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:08:03.760 8 WARNING neutron.api.v2.base [None req-b83d550a-411f-4798-8169-e99864a31587 2181e942d5cc45b7858fc2da337306da bd8bac615a2c41c9b0ffa51ac9e1aff2 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-04-02 10:08:03.761 8 INFO neutron.api.v2.resource [None req-b83d550a-411f-4798-8169-e99864a31587 2181e942d5cc45b7858fc2da337306da bd8bac615a2c41c9b0ffa51ac9e1aff2 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1530/3092] 10.0.0.20 () {34 vars in 680 bytes} [Thu Apr 2 10:08:03 2026] POST /v2.0/rbac-policies => generated 547 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3093] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:08:03 2026] DELETE /v2.0/networks/2664fc1c-71ab-460d-9614-3ca042362b3b => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:08:04.055 8 INFO neutron.db.segments_db [None req-586caedb-441e-4c21-8b00-50f6a37b75c7 2181e942d5cc45b7858fc2da337306da bd8bac615a2c41c9b0ffa51ac9e1aff2 - - default default] Added segment fa35fcad-833b-49cb-adb4-8abc0cd17f16 of type vxlan for network 7d0c1ad4-aad7-45d7-93dd-5239c1c97392 [pid: 8|app: 0|req: 1531/3094] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:08:04 2026] POST /v2.0/networks => generated 708 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3095] 10.0.0.20 () {34 vars in 668 bytes} [Thu Apr 2 10:08:04 2026] POST /v2.0/subnets => generated 647 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3096] 10.0.0.20 () {34 vars in 680 bytes} [Thu Apr 2 10:08:04 2026] POST /v2.0/rbac-policies => generated 324 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3097] 10.0.0.20 () {32 vars in 722 bytes} [Thu Apr 2 10:08:04 2026] GET /v2.0/networks/7d0c1ad4-aad7-45d7-93dd-5239c1c97392 => generated 655 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-02 10:08:05.397 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e0f8bb3f-0f0a-4ae8-871a-a586f5941603 59370be6767e4a9880c6eb514090ed7c 32bc7b9b0947441b9d55202ed96cd455 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1533/3098] 10.0.0.20 () {32 vars in 722 bytes} [Thu Apr 2 10:08:05 2026] GET /v2.0/networks/7d0c1ad4-aad7-45d7-93dd-5239c1c97392 => generated 138 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:08:05.520 7 INFO neutron.services.segments.plugin [-] Segment 2bcba2b2-b83e-4073-99f7-d6173aa55e8e resource provider aggregate not found 2026-04-02 10:08:05.527 7 INFO neutron.services.segments.plugin [-] Segment 2bcba2b2-b83e-4073-99f7-d6173aa55e8e resource provider aggregate not found 2026-04-02 10:08:05.541 7 INFO neutron.services.segments.plugin [-] Segment 2bcba2b2-b83e-4073-99f7-d6173aa55e8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bcba2b2-b83e-4073-99f7-d6173aa55e8e found for delete ", "request_id": "req-2a4085d9-969d-4dfc-9e6b-06172bcd82a8"}]} 2026-04-02 10:08:05.542 7 INFO neutron.services.segments.plugin [-] Segment 2bcba2b2-b83e-4073-99f7-d6173aa55e8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bcba2b2-b83e-4073-99f7-d6173aa55e8e found for delete ", "request_id": "req-36039a2c-72ca-4db0-b8d3-72b603d1fb7f"}]} [pid: 7|app: 0|req: 1566/3099] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:08:05 2026] DELETE /v2.0/networks/7d0c1ad4-aad7-45d7-93dd-5239c1c97392 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:08:05.645 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aa3c3372-f371-4a27-9088-ae5e32fe5d19 2181e942d5cc45b7858fc2da337306da bd8bac615a2c41c9b0ffa51ac9e1aff2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1534/3100] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:08:05 2026] DELETE /v2.0/subnets/918f29f0-5143-4681-857e-a197d79c9b30 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:08:05.667 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f66e8630-0bd8-4f8d-bc9c-bf31533cd93c 2181e942d5cc45b7858fc2da337306da bd8bac615a2c41c9b0ffa51ac9e1aff2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1567/3101] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:08:05 2026] DELETE /v2.0/subnets/6749d50c-1ab6-4fed-a6fd-9ca5637b7104 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-02 10:08:05.687 8 INFO neutron.pecan_wsgi.hooks.translation [None req-60c3f476-4700-4573-9b77-7e71bdd5d09b 2181e942d5cc45b7858fc2da337306da bd8bac615a2c41c9b0ffa51ac9e1aff2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1535/3102] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:08:05 2026] DELETE /v2.0/subnets/3497819f-393e-47a0-b46f-886e644abfbc => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3103] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:08:06 2026] GET /v2.0/security-groups?tenant_id=32bc7b9b0947441b9d55202ed96cd455&name=default => generated 2929 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3104] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:08:06 2026] DELETE /v2.0/security-groups/95f344b6-b886-41a3-b7bc-dda99b0735bc => 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: 1569/3105] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:08:06 2026] GET /v2.0/security-groups?tenant_id=bd8bac615a2c41c9b0ffa51ac9e1aff2&name=default => 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: 1537/3106] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:08:06 2026] DELETE /v2.0/security-groups/7951f9c4-6893-4bf3-863e-cf9316213577 => 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: 1570/3107] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:08:07 2026] GET /v2.0/security-groups?tenant_id=f64df45f496e4f1fa575e7bd9391007d&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3108] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:08:07 2026] DELETE /v2.0/security-groups/b53ae4ca-7cf1-4164-90c6-7aaf94cb21b6 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:08:07.570 7 INFO neutron.services.segments.plugin [-] Segment fa35fcad-833b-49cb-adb4-8abc0cd17f16 resource provider aggregate not found 2026-04-02 10:08:07.578 7 INFO neutron.services.segments.plugin [-] Segment fa35fcad-833b-49cb-adb4-8abc0cd17f16 resource provider aggregate not found 2026-04-02 10:08:07.588 7 INFO neutron.services.segments.plugin [-] Segment fa35fcad-833b-49cb-adb4-8abc0cd17f16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa35fcad-833b-49cb-adb4-8abc0cd17f16 found for delete ", "request_id": "req-49f7f458-8434-4020-b41c-1d1f12ad7e53"}]} 2026-04-02 10:08:07.598 7 INFO neutron.services.segments.plugin [-] Segment fa35fcad-833b-49cb-adb4-8abc0cd17f16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa35fcad-833b-49cb-adb4-8abc0cd17f16 found for delete ", "request_id": "req-30e71be5-7d32-45bd-9536-5e5f1fd137e5"}]} 2026-04-02 10:08:11.498 7 INFO neutron.db.segments_db [None req-ce460cc5-61a6-4bb9-b5a0-7dff5e5e4ead 76e4abfdd138441a8ecbce1bc8fb732e 5c909187471c4c6b91198e4c8d1cfa60 - - default default] Added segment 73dfcc43-a05f-4257-8938-8f2c4a26e11c of type vxlan for network c4623f35-901c-4b16-9a76-88b19c95047a 2026-04-02 10:08:11.740 7 INFO neutron.db.l3_hamode_db [None req-ce460cc5-61a6-4bb9-b5a0-7dff5e5e4ead 76e4abfdd138441a8ecbce1bc8fb732e 5c909187471c4c6b91198e4c8d1cfa60 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 10:08:11.840 7 INFO neutron.db.l3_hamode_db [None req-ce460cc5-61a6-4bb9-b5a0-7dff5e5e4ead 76e4abfdd138441a8ecbce1bc8fb732e 5c909187471c4c6b91198e4c8d1cfa60 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1571/3109] 10.0.0.20 () {34 vars in 667 bytes} [Thu Apr 2 10:08:11 2026] POST /v2.0/routers => generated 474 bytes in 1037 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:08:12.399 8 INFO neutron.db.l3_hamode_db [None req-21f60f4a-7290-453e-a0f1-4a48ba68e779 76e4abfdd138441a8ecbce1bc8fb732e 5c909187471c4c6b91198e4c8d1cfa60 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 10:08:12.542 8 INFO neutron.db.l3_hamode_db [None req-21f60f4a-7290-453e-a0f1-4a48ba68e779 76e4abfdd138441a8ecbce1bc8fb732e 5c909187471c4c6b91198e4c8d1cfa60 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1539/3110] 10.0.0.20 () {34 vars in 667 bytes} [Thu Apr 2 10:08:12 2026] POST /v2.0/routers => generated 474 bytes in 769 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:08:13.178 7 INFO neutron.db.l3_hamode_db [None req-00f47616-7f98-4219-a74b-ada8333faef1 76e4abfdd138441a8ecbce1bc8fb732e 5c909187471c4c6b91198e4c8d1cfa60 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 10:08:13.337 7 INFO neutron.db.l3_hamode_db [None req-00f47616-7f98-4219-a74b-ada8333faef1 76e4abfdd138441a8ecbce1bc8fb732e 5c909187471c4c6b91198e4c8d1cfa60 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1572/3111] 10.0.0.20 () {34 vars in 667 bytes} [Thu Apr 2 10:08:13 2026] POST /v2.0/routers => generated 474 bytes in 860 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:08:14.026 8 INFO neutron.db.l3_hamode_db [None req-f50053a0-ae7e-44dc-94c8-901d76317d2a 76e4abfdd138441a8ecbce1bc8fb732e 5c909187471c4c6b91198e4c8d1cfa60 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 10:08:14.134 8 INFO neutron.db.l3_hamode_db [None req-f50053a0-ae7e-44dc-94c8-901d76317d2a 76e4abfdd138441a8ecbce1bc8fb732e 5c909187471c4c6b91198e4c8d1cfa60 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1540/3112] 10.0.0.20 () {34 vars in 667 bytes} [Thu Apr 2 10:08:13 2026] POST /v2.0/routers => generated 474 bytes in 701 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-02 10:08:14.728 7 INFO neutron.db.l3_hamode_db [None req-714b85db-5ad2-4ee5-894a-4556fd4aaa9c 76e4abfdd138441a8ecbce1bc8fb732e 5c909187471c4c6b91198e4c8d1cfa60 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 10:08:14.834 7 INFO neutron.db.l3_hamode_db [None req-714b85db-5ad2-4ee5-894a-4556fd4aaa9c 76e4abfdd138441a8ecbce1bc8fb732e 5c909187471c4c6b91198e4c8d1cfa60 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1573/3113] 10.0.0.20 () {34 vars in 667 bytes} [Thu Apr 2 10:08:14 2026] POST /v2.0/routers => generated 474 bytes in 664 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3114] 10.0.0.20 () {34 vars in 750 bytes} [Thu Apr 2 10:08:15 2026] PUT /v2.0/routers/cdd5cbfe-db85-4bc3-a215-51775d71e316/tags => generated 17 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3115] 10.0.0.20 () {34 vars in 750 bytes} [Thu Apr 2 10:08:15 2026] PUT /v2.0/routers/339c1851-ce4a-47fb-83a4-15b7ca9cdcf3/tags => generated 25 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3116] 10.0.0.20 () {34 vars in 750 bytes} [Thu Apr 2 10:08:15 2026] PUT /v2.0/routers/bd297b62-8a0a-44fb-9e34-c745a6356afd/tags => generated 34 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3117] 10.0.0.20 () {34 vars in 750 bytes} [Thu Apr 2 10:08:15 2026] PUT /v2.0/routers/b8e15ee0-1c23-44ef-8337-7880e9b68fd2/tags => generated 19 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3118] 10.0.0.20 () {32 vars in 663 bytes} [Thu Apr 2 10:08:15 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3119] 10.0.0.20 () {32 vars in 677 bytes} [Thu Apr 2 10:08:15 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3120] 10.0.0.20 () {32 vars in 673 bytes} [Thu Apr 2 10:08:15 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3121] 10.0.0.20 () {32 vars in 685 bytes} [Thu Apr 2 10:08:16 2026] GET /v2.0/routers?tags-any=red%2Cblue => 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: 1545/3122] 10.0.0.20 () {32 vars in 671 bytes} [Thu Apr 2 10:08:16 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3123] 10.0.0.20 () {32 vars in 685 bytes} [Thu Apr 2 10:08:16 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3124] 10.0.0.20 () {32 vars in 681 bytes} [Thu Apr 2 10:08:16 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3125] 10.0.0.20 () {32 vars in 693 bytes} [Thu Apr 2 10:08:16 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3126] 10.0.0.20 () {32 vars in 720 bytes} [Thu Apr 2 10:08:16 2026] GET /v2.0/routers/cdd5cbfe-db85-4bc3-a215-51775d71e316 => generated 485 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3127] 10.0.0.20 () {34 vars in 741 bytes} [Thu Apr 2 10:08:16 2026] PUT /v2.0/routers/cdd5cbfe-db85-4bc3-a215-51775d71e316 => generated 485 bytes in 507 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3128] 10.0.0.20 () {32 vars in 735 bytes} [Thu Apr 2 10:08:17 2026] GET /v2.0/ports?device_id=cdd5cbfe-db85-4bc3-a215-51775d71e316 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:08:17.214 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf7a5b27-6940-444b-8501-a5c60e43316b 76e4abfdd138441a8ecbce1bc8fb732e 5c909187471c4c6b91198e4c8d1cfa60 - - default default] TaaS: Handle Delete Port: 1256d731-06c3-4417-8c3c-513d7c8c632c 2026-04-02 10:08:17.217 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf7a5b27-6940-444b-8501-a5c60e43316b 76e4abfdd138441a8ecbce1bc8fb732e 5c909187471c4c6b91198e4c8d1cfa60 - - default default] Tap Mirror: Handle Delete Port: 1256d731-06c3-4417-8c3c-513d7c8c632c [pid: 7|app: 0|req: 1581/3129] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:08:17 2026] DELETE /v2.0/routers/cdd5cbfe-db85-4bc3-a215-51775d71e316 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3130] 10.0.0.20 () {32 vars in 720 bytes} [Thu Apr 2 10:08:17 2026] GET /v2.0/routers/339c1851-ce4a-47fb-83a4-15b7ca9cdcf3 => generated 493 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3131] 10.0.0.20 () {34 vars in 741 bytes} [Thu Apr 2 10:08:17 2026] PUT /v2.0/routers/339c1851-ce4a-47fb-83a4-15b7ca9cdcf3 => generated 493 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3132] 10.0.0.20 () {32 vars in 735 bytes} [Thu Apr 2 10:08:17 2026] GET /v2.0/ports?device_id=339c1851-ce4a-47fb-83a4-15b7ca9cdcf3 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:08:18.118 7 INFO neutron_taas.services.taas.taas_plugin [None req-b748fb23-9f33-477f-b0ec-6f6ca885134f 76e4abfdd138441a8ecbce1bc8fb732e 5c909187471c4c6b91198e4c8d1cfa60 - - default default] TaaS: Handle Delete Port: ac186bb2-fab3-406c-9831-1b15f03e0602 2026-04-02 10:08:18.120 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b748fb23-9f33-477f-b0ec-6f6ca885134f 76e4abfdd138441a8ecbce1bc8fb732e 5c909187471c4c6b91198e4c8d1cfa60 - - default default] Tap Mirror: Handle Delete Port: ac186bb2-fab3-406c-9831-1b15f03e0602 [pid: 7|app: 0|req: 1583/3135] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:08:18 2026] DELETE /v2.0/routers/339c1851-ce4a-47fb-83a4-15b7ca9cdcf3 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3136] 10.0.0.20 () {32 vars in 720 bytes} [Thu Apr 2 10:08:18 2026] GET /v2.0/routers/bd297b62-8a0a-44fb-9e34-c745a6356afd => generated 502 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3137] 10.0.0.20 () {34 vars in 741 bytes} [Thu Apr 2 10:08:18 2026] PUT /v2.0/routers/bd297b62-8a0a-44fb-9e34-c745a6356afd => generated 502 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3138] 10.0.0.20 () {32 vars in 735 bytes} [Thu Apr 2 10:08:18 2026] GET /v2.0/ports?device_id=bd297b62-8a0a-44fb-9e34-c745a6356afd => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:08:19.036 7 INFO neutron_taas.services.taas.taas_plugin [None req-c315c6b5-bc97-43bb-9845-34ab14447fd8 76e4abfdd138441a8ecbce1bc8fb732e 5c909187471c4c6b91198e4c8d1cfa60 - - default default] TaaS: Handle Delete Port: d674933c-5f1d-43b6-934f-95f848457292 2026-04-02 10:08:19.039 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c315c6b5-bc97-43bb-9845-34ab14447fd8 76e4abfdd138441a8ecbce1bc8fb732e 5c909187471c4c6b91198e4c8d1cfa60 - - default default] Tap Mirror: Handle Delete Port: d674933c-5f1d-43b6-934f-95f848457292 [pid: 7|app: 0|req: 1585/3139] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:08:18 2026] DELETE /v2.0/routers/bd297b62-8a0a-44fb-9e34-c745a6356afd => generated 0 bytes in 337 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3140] 10.0.0.20 () {32 vars in 720 bytes} [Thu Apr 2 10:08:19 2026] GET /v2.0/routers/b8e15ee0-1c23-44ef-8337-7880e9b68fd2 => generated 487 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3141] 10.0.0.20 () {34 vars in 741 bytes} [Thu Apr 2 10:08:19 2026] PUT /v2.0/routers/b8e15ee0-1c23-44ef-8337-7880e9b68fd2 => generated 487 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3142] 10.0.0.20 () {32 vars in 735 bytes} [Thu Apr 2 10:08:19 2026] GET /v2.0/ports?device_id=b8e15ee0-1c23-44ef-8337-7880e9b68fd2 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:08:19.839 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a6a7d3f-3464-43ae-8a79-e7458d0be50b 76e4abfdd138441a8ecbce1bc8fb732e 5c909187471c4c6b91198e4c8d1cfa60 - - default default] TaaS: Handle Delete Port: a972c7cb-ad3e-46ae-9c54-dd9b6b636a46 2026-04-02 10:08:19.841 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a6a7d3f-3464-43ae-8a79-e7458d0be50b 76e4abfdd138441a8ecbce1bc8fb732e 5c909187471c4c6b91198e4c8d1cfa60 - - default default] Tap Mirror: Handle Delete Port: a972c7cb-ad3e-46ae-9c54-dd9b6b636a46 [pid: 7|app: 0|req: 1587/3143] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:08:19 2026] DELETE /v2.0/routers/b8e15ee0-1c23-44ef-8337-7880e9b68fd2 => generated 0 bytes in 839 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3144] 10.0.0.20 () {32 vars in 720 bytes} [Thu Apr 2 10:08:20 2026] GET /v2.0/routers/0e1aff4a-d96d-46b9-a467-a697c7b56361 => generated 480 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3145] 10.0.0.20 () {34 vars in 741 bytes} [Thu Apr 2 10:08:20 2026] PUT /v2.0/routers/0e1aff4a-d96d-46b9-a467-a697c7b56361 => generated 480 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3146] 10.0.0.20 () {32 vars in 735 bytes} [Thu Apr 2 10:08:21 2026] GET /v2.0/ports?device_id=0e1aff4a-d96d-46b9-a467-a697c7b56361 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:08:21.257 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a3d4143-359e-44d7-b634-9198f5be31a6 76e4abfdd138441a8ecbce1bc8fb732e 5c909187471c4c6b91198e4c8d1cfa60 - - default default] TaaS: Handle Delete Port: 9ca98d9f-25c0-4f4b-9564-5f55bf634152 2026-04-02 10:08:21.260 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a3d4143-359e-44d7-b634-9198f5be31a6 76e4abfdd138441a8ecbce1bc8fb732e 5c909187471c4c6b91198e4c8d1cfa60 - - default default] Tap Mirror: Handle Delete Port: 9ca98d9f-25c0-4f4b-9564-5f55bf634152 2026-04-02 10:08:21.581 7 INFO neutron.services.segments.plugin [-] Segment 73dfcc43-a05f-4257-8938-8f2c4a26e11c resource provider aggregate not found 2026-04-02 10:08:21.592 7 INFO neutron.services.segments.plugin [-] Segment 73dfcc43-a05f-4257-8938-8f2c4a26e11c resource provider aggregate not found 2026-04-02 10:08:21.604 7 INFO neutron.services.segments.plugin [-] Segment 73dfcc43-a05f-4257-8938-8f2c4a26e11c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73dfcc43-a05f-4257-8938-8f2c4a26e11c found for delete ", "request_id": "req-b11a0267-b520-4db8-bc19-67330290d543"}]} 2026-04-02 10:08:21.611 7 INFO neutron.services.segments.plugin [-] Segment 73dfcc43-a05f-4257-8938-8f2c4a26e11c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73dfcc43-a05f-4257-8938-8f2c4a26e11c found for delete ", "request_id": "req-0fc6ed9d-60aa-47c8-9977-e890eee7a47a"}]} 2026-04-02 10:08:21.618 7 INFO neutron.db.l3_hamode_db [None req-8a3d4143-359e-44d7-b634-9198f5be31a6 76e4abfdd138441a8ecbce1bc8fb732e 5c909187471c4c6b91198e4c8d1cfa60 - - default default] HA network c4623f35-901c-4b16-9a76-88b19c95047a was deleted as no HA routers are present in tenant 5c909187471c4c6b91198e4c8d1cfa60. [pid: 7|app: 0|req: 1589/3147] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:08:21 2026] DELETE /v2.0/routers/0e1aff4a-d96d-46b9-a467-a697c7b56361 => generated 0 bytes in 523 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3148] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:08:22 2026] GET /v2.0/security-groups?tenant_id=13e40b571f1e42ed95c5ee5d6141b4d8&name=default => generated 2929 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3149] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:08:22 2026] DELETE /v2.0/security-groups/4b70be8b-f4f6-41fb-9759-65b0e6902812 => 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: 1560/3150] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:08:22 2026] GET /v2.0/security-groups?tenant_id=dddf22e4b4ff4daf8e9c3749f2cde733&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3151] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:08:22 2026] DELETE /v2.0/security-groups/d1a779cc-70d4-48c4-a152-2cf3753b7179 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3152] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:08:23 2026] GET /v2.0/security-groups?tenant_id=5c909187471c4c6b91198e4c8d1cfa60&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3153] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:08:23 2026] DELETE /v2.0/security-groups/117579a6-a650-4b10-b8da-8fdab8d0e09d => 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: 1562/3154] 10.0.0.20 () {34 vars in 675 bytes} [Thu Apr 2 10:08:27 2026] POST /v2.0/subnetpools => generated 516 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3155] 10.0.0.20 () {34 vars in 675 bytes} [Thu Apr 2 10:08:27 2026] POST /v2.0/subnetpools => generated 516 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3156] 10.0.0.20 () {34 vars in 675 bytes} [Thu Apr 2 10:08:27 2026] POST /v2.0/subnetpools => generated 516 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3157] 10.0.0.20 () {34 vars in 675 bytes} [Thu Apr 2 10:08:27 2026] POST /v2.0/subnetpools => generated 516 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3158] 10.0.0.20 () {34 vars in 675 bytes} [Thu Apr 2 10:08:27 2026] POST /v2.0/subnetpools => generated 516 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3159] 10.0.0.20 () {34 vars in 758 bytes} [Thu Apr 2 10:08:27 2026] PUT /v2.0/subnetpools/ac3ba50e-6565-4b7c-9278-9dc676d98e75/tags => generated 17 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3160] 10.0.0.20 () {34 vars in 758 bytes} [Thu Apr 2 10:08:27 2026] PUT /v2.0/subnetpools/acabead5-94b1-49f1-b4e4-2568ddea3f91/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3161] 10.0.0.20 () {34 vars in 758 bytes} [Thu Apr 2 10:08:27 2026] PUT /v2.0/subnetpools/5975551f-caf3-4fa0-88f0-bf97ed4f07b2/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3162] 10.0.0.20 () {34 vars in 758 bytes} [Thu Apr 2 10:08:27 2026] PUT /v2.0/subnetpools/bae2c919-248b-48c0-968c-96a2385c8d03/tags => 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: 1597/3163] 10.0.0.20 () {32 vars in 671 bytes} [Thu Apr 2 10:08:27 2026] GET /v2.0/subnetpools?tags=red => 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: 1567/3164] 10.0.0.20 () {32 vars in 685 bytes} [Thu Apr 2 10:08:27 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3165] 10.0.0.20 () {32 vars in 681 bytes} [Thu Apr 2 10:08:27 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3166] 10.0.0.20 () {32 vars in 693 bytes} [Thu Apr 2 10:08:28 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3167] 10.0.0.20 () {32 vars in 679 bytes} [Thu Apr 2 10:08:28 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3168] 10.0.0.20 () {32 vars in 693 bytes} [Thu Apr 2 10:08:28 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3169] 10.0.0.20 () {32 vars in 689 bytes} [Thu Apr 2 10:08:28 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3170] 10.0.0.20 () {32 vars in 701 bytes} [Thu Apr 2 10:08:28 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3171] 10.0.0.20 () {32 vars in 731 bytes} [Thu Apr 2 10:08:28 2026] DELETE /v2.0/subnetpools/ac3ba50e-6565-4b7c-9278-9dc676d98e75 => 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: 1571/3172] 10.0.0.20 () {32 vars in 731 bytes} [Thu Apr 2 10:08:28 2026] DELETE /v2.0/subnetpools/acabead5-94b1-49f1-b4e4-2568ddea3f91 => 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: 1602/3173] 10.0.0.20 () {32 vars in 731 bytes} [Thu Apr 2 10:08:28 2026] DELETE /v2.0/subnetpools/5975551f-caf3-4fa0-88f0-bf97ed4f07b2 => 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: 1572/3174] 10.0.0.20 () {32 vars in 731 bytes} [Thu Apr 2 10:08:28 2026] DELETE /v2.0/subnetpools/bae2c919-248b-48c0-968c-96a2385c8d03 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3175] 10.0.0.20 () {32 vars in 731 bytes} [Thu Apr 2 10:08:28 2026] DELETE /v2.0/subnetpools/c692431a-1741-4ba7-9b56-07433b34ad81 => 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: 1573/3176] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:08:29 2026] GET /v2.0/security-groups?tenant_id=7996713141894cd0a0d878ce19c55d26&name=default => generated 2929 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3177] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:08:29 2026] DELETE /v2.0/security-groups/4ba028c9-8538-4d4a-a85f-474315ab56ed => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3178] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:08:29 2026] GET /v2.0/security-groups?tenant_id=94cf0e579a15466d82e999482e3397d3&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3179] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:08:29 2026] DELETE /v2.0/security-groups/875a53fb-2dc9-4796-806d-729286ca5584 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3180] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:08:29 2026] GET /v2.0/security-groups?tenant_id=939d4087abc2434b950907e935761014&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3181] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:08:29 2026] DELETE /v2.0/security-groups/1a7b3df5-bc09-47bb-8324-4fd87564d826 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:08:34.197 7 INFO neutron.db.segments_db [None req-55b78e00-4293-4597-9b39-15d7c690083d 22ae1d8f1ce742bb93bc875256020619 ee0c0407d8194e13b0b7546008d487ee - - default default] Added segment 55890597-893d-4b5b-8b72-e4c434e94d94 of type vxlan for network c25233ca-d09f-42b4-9f0e-fc463bc7838c [pid: 7|app: 0|req: 1608/3184] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:08:33 2026] POST /v2.0/networks => generated 613 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3185] 10.0.0.20 () {34 vars in 663 bytes} [Thu Apr 2 10:08:34 2026] POST /v2.0/ports => generated 743 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3186] 10.0.0.20 () {34 vars in 665 bytes} [Thu Apr 2 10:08:34 2026] POST /v2.0/trunks => generated 407 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 10:08:34.759 8 INFO neutron.db.segments_db [None req-4f5152de-4d15-495e-b575-b7b004294a00 22ae1d8f1ce742bb93bc875256020619 ee0c0407d8194e13b0b7546008d487ee - - default default] Added segment 4e24fe2b-d22d-41ca-a735-1f5708fd38cf of type vxlan for network 2243551d-d186-40d1-aa48-40ad4fc7986d [pid: 8|app: 0|req: 1578/3187] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:08:34 2026] POST /v2.0/networks => generated 612 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3188] 10.0.0.20 () {34 vars in 663 bytes} [Thu Apr 2 10:08:34 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: 8|app: 0|req: 1579/3189] 10.0.0.20 () {34 vars in 665 bytes} [Thu Apr 2 10:08:35 2026] POST /v2.0/trunks => generated 407 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 10:08:35.373 7 INFO neutron.db.segments_db [None req-751e58f4-7540-498e-8acb-30db6d87a650 22ae1d8f1ce742bb93bc875256020619 ee0c0407d8194e13b0b7546008d487ee - - default default] Added segment 9097fa5b-7291-4ce1-b272-00e943e2da92 of type vxlan for network a37eb4e2-e52e-4135-a244-3ed115ad3b69 [pid: 7|app: 0|req: 1611/3190] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:08:35 2026] POST /v2.0/networks => generated 613 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3191] 10.0.0.20 () {34 vars in 663 bytes} [Thu Apr 2 10:08:35 2026] POST /v2.0/ports => generated 743 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3192] 10.0.0.20 () {34 vars in 665 bytes} [Thu Apr 2 10:08:35 2026] POST /v2.0/trunks => generated 407 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 10:08:35.930 8 INFO neutron.db.segments_db [None req-9e3c1f2c-4ff8-42d5-98e1-15cfc01c7bec 22ae1d8f1ce742bb93bc875256020619 ee0c0407d8194e13b0b7546008d487ee - - default default] Added segment 0652a7ee-9827-405e-968c-26b6614a4ea6 of type vxlan for network 2b0ef8e0-73ff-4c35-8404-74fa34fe2180 [pid: 8|app: 0|req: 1581/3193] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:08:35 2026] POST /v2.0/networks => generated 612 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3194] 10.0.0.20 () {34 vars in 663 bytes} [Thu Apr 2 10:08:36 2026] POST /v2.0/ports => generated 743 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3195] 10.0.0.20 () {34 vars in 665 bytes} [Thu Apr 2 10:08:36 2026] POST /v2.0/trunks => generated 407 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-02 10:08:36.493 7 INFO neutron.db.segments_db [None req-e0063602-7db3-42e0-a78f-5a2bf806f886 22ae1d8f1ce742bb93bc875256020619 ee0c0407d8194e13b0b7546008d487ee - - default default] Added segment 4ef6e91a-6ce7-4ee2-bf6d-dfb7cd34dd1d of type vxlan for network d0b964ed-9c32-4fea-a696-3efd1a3dbe94 [pid: 7|app: 0|req: 1614/3196] 10.0.0.20 () {34 vars in 669 bytes} [Thu Apr 2 10:08:36 2026] POST /v2.0/networks => generated 613 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3197] 10.0.0.20 () {34 vars in 663 bytes} [Thu Apr 2 10:08:36 2026] POST /v2.0/ports => generated 743 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3198] 10.0.0.20 () {34 vars in 665 bytes} [Thu Apr 2 10:08:36 2026] POST /v2.0/trunks => generated 407 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: 1584/3199] 10.0.0.20 () {34 vars in 748 bytes} [Thu Apr 2 10:08:36 2026] PUT /v2.0/trunks/b361e39d-f892-45d0-8cbf-28d4e1203c4c/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3200] 10.0.0.20 () {34 vars in 748 bytes} [Thu Apr 2 10:08:37 2026] PUT /v2.0/trunks/e0b3c1fd-ca47-43a9-9aa9-a2fb1ef1a5b2/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: 1585/3201] 10.0.0.20 () {34 vars in 748 bytes} [Thu Apr 2 10:08:37 2026] PUT /v2.0/trunks/41882c32-6f3a-4361-890b-0dbfc9e17ad8/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3202] 10.0.0.20 () {34 vars in 748 bytes} [Thu Apr 2 10:08:37 2026] PUT /v2.0/trunks/740a30d2-2794-46d6-9efd-89b0816fcb6f/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: 1586/3203] 10.0.0.20 () {32 vars in 661 bytes} [Thu Apr 2 10:08:37 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3204] 10.0.0.20 () {32 vars in 675 bytes} [Thu Apr 2 10:08:37 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3205] 10.0.0.20 () {32 vars in 671 bytes} [Thu Apr 2 10:08:37 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: 1619/3206] 10.0.0.20 () {32 vars in 683 bytes} [Thu Apr 2 10:08:37 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: 1588/3207] 10.0.0.20 () {32 vars in 669 bytes} [Thu Apr 2 10:08:37 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3208] 10.0.0.20 () {32 vars in 683 bytes} [Thu Apr 2 10:08:37 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3209] 10.0.0.20 () {32 vars in 679 bytes} [Thu Apr 2 10:08:37 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3210] 10.0.0.20 () {32 vars in 691 bytes} [Thu Apr 2 10:08:37 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3211] 10.0.0.20 () {32 vars in 718 bytes} [Thu Apr 2 10:08:37 2026] GET /v2.0/trunks/b361e39d-f892-45d0-8cbf-28d4e1203c4c => generated 412 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3212] 10.0.0.20 () {32 vars in 716 bytes} [Thu Apr 2 10:08:37 2026] GET /v2.0/ports/617d502a-44ea-446d-a880-916cdb190f63 => generated 826 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3213] 10.0.0.20 () {32 vars in 721 bytes} [Thu Apr 2 10:08:37 2026] DELETE /v2.0/trunks/b361e39d-f892-45d0-8cbf-28d4e1203c4c => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3214] 10.0.0.20 () {32 vars in 718 bytes} [Thu Apr 2 10:08:37 2026] GET /v2.0/trunks/e0b3c1fd-ca47-43a9-9aa9-a2fb1ef1a5b2 => generated 420 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3215] 10.0.0.20 () {32 vars in 716 bytes} [Thu Apr 2 10:08:37 2026] GET /v2.0/ports/d66c6524-4c6e-460a-a26a-1ce64fcfad1b => generated 826 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3216] 10.0.0.20 () {32 vars in 721 bytes} [Thu Apr 2 10:08:37 2026] DELETE /v2.0/trunks/e0b3c1fd-ca47-43a9-9aa9-a2fb1ef1a5b2 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3217] 10.0.0.20 () {32 vars in 718 bytes} [Thu Apr 2 10:08:37 2026] GET /v2.0/trunks/41882c32-6f3a-4361-890b-0dbfc9e17ad8 => generated 429 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3218] 10.0.0.20 () {32 vars in 716 bytes} [Thu Apr 2 10:08:37 2026] GET /v2.0/ports/0bede570-45b3-4e7c-a032-1985a8a2be45 => generated 826 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3219] 10.0.0.20 () {32 vars in 721 bytes} [Thu Apr 2 10:08:37 2026] DELETE /v2.0/trunks/41882c32-6f3a-4361-890b-0dbfc9e17ad8 => 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: 1626/3220] 10.0.0.20 () {32 vars in 718 bytes} [Thu Apr 2 10:08:37 2026] GET /v2.0/trunks/740a30d2-2794-46d6-9efd-89b0816fcb6f => generated 414 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3221] 10.0.0.20 () {32 vars in 716 bytes} [Thu Apr 2 10:08:38 2026] GET /v2.0/ports/69501579-d0bb-43d9-9c20-8f97fad49ea7 => generated 826 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3222] 10.0.0.20 () {32 vars in 721 bytes} [Thu Apr 2 10:08:38 2026] DELETE /v2.0/trunks/740a30d2-2794-46d6-9efd-89b0816fcb6f => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3223] 10.0.0.20 () {32 vars in 718 bytes} [Thu Apr 2 10:08:38 2026] GET /v2.0/trunks/3b79c487-060f-4f52-8cd8-0a6c7945e87a => 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: 1628/3224] 10.0.0.20 () {32 vars in 716 bytes} [Thu Apr 2 10:08:38 2026] GET /v2.0/ports/03887493-5230-4b46-86c2-4524486ddbe2 => generated 826 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3225] 10.0.0.20 () {32 vars in 721 bytes} [Thu Apr 2 10:08:38 2026] DELETE /v2.0/trunks/3b79c487-060f-4f52-8cd8-0a6c7945e87a => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:08:38.395 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b654b97-1977-45d2-a2b1-214e71b2435e 22ae1d8f1ce742bb93bc875256020619 ee0c0407d8194e13b0b7546008d487ee - - default default] TaaS: Handle Delete Port: 617d502a-44ea-446d-a880-916cdb190f63 2026-04-02 10:08:38.399 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b654b97-1977-45d2-a2b1-214e71b2435e 22ae1d8f1ce742bb93bc875256020619 ee0c0407d8194e13b0b7546008d487ee - - default default] Tap Mirror: Handle Delete Port: 617d502a-44ea-446d-a880-916cdb190f63 [pid: 7|app: 0|req: 1629/3226] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:08:38 2026] DELETE /v2.0/ports/617d502a-44ea-446d-a880-916cdb190f63 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:08:38.566 8 INFO neutron_taas.services.taas.taas_plugin [None req-76d51224-a6a3-4796-9374-ab0c1a1bd8ad 22ae1d8f1ce742bb93bc875256020619 ee0c0407d8194e13b0b7546008d487ee - - default default] TaaS: Handle Delete Port: d66c6524-4c6e-460a-a26a-1ce64fcfad1b 2026-04-02 10:08:38.569 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76d51224-a6a3-4796-9374-ab0c1a1bd8ad 22ae1d8f1ce742bb93bc875256020619 ee0c0407d8194e13b0b7546008d487ee - - default default] Tap Mirror: Handle Delete Port: d66c6524-4c6e-460a-a26a-1ce64fcfad1b [pid: 8|app: 0|req: 1598/3227] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:08:38 2026] DELETE /v2.0/ports/d66c6524-4c6e-460a-a26a-1ce64fcfad1b => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:08:38.715 7 INFO neutron_taas.services.taas.taas_plugin [None req-2973a458-1fec-43cb-9e42-60bc14039165 22ae1d8f1ce742bb93bc875256020619 ee0c0407d8194e13b0b7546008d487ee - - default default] TaaS: Handle Delete Port: 0bede570-45b3-4e7c-a032-1985a8a2be45 2026-04-02 10:08:38.717 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2973a458-1fec-43cb-9e42-60bc14039165 22ae1d8f1ce742bb93bc875256020619 ee0c0407d8194e13b0b7546008d487ee - - default default] Tap Mirror: Handle Delete Port: 0bede570-45b3-4e7c-a032-1985a8a2be45 [pid: 7|app: 0|req: 1630/3228] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:08:38 2026] DELETE /v2.0/ports/0bede570-45b3-4e7c-a032-1985a8a2be45 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:08:38.883 8 INFO neutron_taas.services.taas.taas_plugin [None req-b6a0a543-1813-4428-9166-823e10ddbb49 22ae1d8f1ce742bb93bc875256020619 ee0c0407d8194e13b0b7546008d487ee - - default default] TaaS: Handle Delete Port: 69501579-d0bb-43d9-9c20-8f97fad49ea7 2026-04-02 10:08:38.886 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6a0a543-1813-4428-9166-823e10ddbb49 22ae1d8f1ce742bb93bc875256020619 ee0c0407d8194e13b0b7546008d487ee - - default default] Tap Mirror: Handle Delete Port: 69501579-d0bb-43d9-9c20-8f97fad49ea7 [pid: 8|app: 0|req: 1599/3229] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:08:38 2026] DELETE /v2.0/ports/69501579-d0bb-43d9-9c20-8f97fad49ea7 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:08:39.053 7 INFO neutron_taas.services.taas.taas_plugin [None req-005c3586-3076-4ae3-84bc-195cebbc0ad2 22ae1d8f1ce742bb93bc875256020619 ee0c0407d8194e13b0b7546008d487ee - - default default] TaaS: Handle Delete Port: 03887493-5230-4b46-86c2-4524486ddbe2 2026-04-02 10:08:39.055 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-005c3586-3076-4ae3-84bc-195cebbc0ad2 22ae1d8f1ce742bb93bc875256020619 ee0c0407d8194e13b0b7546008d487ee - - default default] Tap Mirror: Handle Delete Port: 03887493-5230-4b46-86c2-4524486ddbe2 [pid: 7|app: 0|req: 1631/3230] 10.0.0.20 () {32 vars in 719 bytes} [Thu Apr 2 10:08:38 2026] DELETE /v2.0/ports/03887493-5230-4b46-86c2-4524486ddbe2 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:08:39.262 8 INFO neutron.services.segments.plugin [-] Segment 55890597-893d-4b5b-8b72-e4c434e94d94 resource provider aggregate not found 2026-04-02 10:08:39.267 8 INFO neutron.services.segments.plugin [-] Segment 55890597-893d-4b5b-8b72-e4c434e94d94 resource provider aggregate not found 2026-04-02 10:08:39.283 8 INFO neutron.services.segments.plugin [-] Segment 55890597-893d-4b5b-8b72-e4c434e94d94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55890597-893d-4b5b-8b72-e4c434e94d94 found for delete ", "request_id": "req-13ade663-289b-4003-87e4-05072e81adf5"}]} 2026-04-02 10:08:39.287 8 INFO neutron.services.segments.plugin [-] Segment 55890597-893d-4b5b-8b72-e4c434e94d94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55890597-893d-4b5b-8b72-e4c434e94d94 found for delete ", "request_id": "req-ca07a768-0101-4d1e-8232-78d7c83b3f72"}]} [pid: 8|app: 0|req: 1600/3231] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:08:39 2026] DELETE /v2.0/networks/c25233ca-d09f-42b4-9f0e-fc463bc7838c => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-02 10:08:39.405 7 INFO neutron.services.segments.plugin [-] Segment 4e24fe2b-d22d-41ca-a735-1f5708fd38cf resource provider aggregate not found 2026-04-02 10:08:39.406 7 INFO neutron.services.segments.plugin [-] Segment 4e24fe2b-d22d-41ca-a735-1f5708fd38cf resource provider aggregate not found 2026-04-02 10:08:39.424 7 INFO neutron.services.segments.plugin [-] Segment 4e24fe2b-d22d-41ca-a735-1f5708fd38cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e24fe2b-d22d-41ca-a735-1f5708fd38cf found for delete ", "request_id": "req-0ca0b852-ea4f-47ae-9169-2e80d2ad4975"}]} 2026-04-02 10:08:39.425 7 INFO neutron.services.segments.plugin [-] Segment 4e24fe2b-d22d-41ca-a735-1f5708fd38cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e24fe2b-d22d-41ca-a735-1f5708fd38cf found for delete ", "request_id": "req-029a5fc1-bcab-4dd2-9644-5023ef54611f"}]} [pid: 7|app: 0|req: 1632/3232] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:08:39 2026] DELETE /v2.0/networks/2243551d-d186-40d1-aa48-40ad4fc7986d => 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: 1601/3233] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:08:39 2026] DELETE /v2.0/networks/a37eb4e2-e52e-4135-a244-3ed115ad3b69 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3234] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:08:39 2026] DELETE /v2.0/networks/2b0ef8e0-73ff-4c35-8404-74fa34fe2180 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3235] 10.0.0.20 () {32 vars in 725 bytes} [Thu Apr 2 10:08:39 2026] DELETE /v2.0/networks/d0b964ed-9c32-4fea-a696-3efd1a3dbe94 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3236] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:08:40 2026] GET /v2.0/security-groups?tenant_id=b0ad88c1a0b4443d9279dffe58041a88&name=default => generated 2929 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3237] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:08:40 2026] DELETE /v2.0/security-groups/283251ab-cf7b-4cb2-86fc-bbdeed87410b => 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: 1635/3238] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:08:40 2026] GET /v2.0/security-groups?tenant_id=ee0c0407d8194e13b0b7546008d487ee&name=default => 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: 1604/3239] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:08:41 2026] DELETE /v2.0/security-groups/11e419a8-9081-429c-b18f-e3b872d3b2dc => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:08:41.306 8 INFO neutron.services.segments.plugin [-] Segment 9097fa5b-7291-4ce1-b272-00e943e2da92 resource provider aggregate not found 2026-04-02 10:08:41.309 8 INFO neutron.services.segments.plugin [-] Segment 9097fa5b-7291-4ce1-b272-00e943e2da92 resource provider aggregate not found 2026-04-02 10:08:41.317 8 INFO neutron.services.segments.plugin [-] Segment 9097fa5b-7291-4ce1-b272-00e943e2da92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9097fa5b-7291-4ce1-b272-00e943e2da92 found for delete ", "request_id": "req-d8981616-983c-43ac-8c64-89d996e68944"}]} 2026-04-02 10:08:41.320 8 INFO neutron.services.segments.plugin [-] Segment 9097fa5b-7291-4ce1-b272-00e943e2da92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9097fa5b-7291-4ce1-b272-00e943e2da92 found for delete ", "request_id": "req-9b6a2876-d34b-48b8-b133-81334d2ee922"}]} 2026-04-02 10:08:41.328 8 INFO neutron.services.segments.plugin [-] Segment 4ef6e91a-6ce7-4ee2-bf6d-dfb7cd34dd1d resource provider aggregate not found 2026-04-02 10:08:41.331 8 INFO neutron.services.segments.plugin [-] Segment 4ef6e91a-6ce7-4ee2-bf6d-dfb7cd34dd1d resource provider aggregate not found 2026-04-02 10:08:41.339 8 INFO neutron.services.segments.plugin [-] Segment 4ef6e91a-6ce7-4ee2-bf6d-dfb7cd34dd1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ef6e91a-6ce7-4ee2-bf6d-dfb7cd34dd1d found for delete ", "request_id": "req-9359f2e1-6cb1-4a7b-96fe-f486c9888b2b"}]} 2026-04-02 10:08:41.340 8 INFO neutron.services.segments.plugin [-] Segment 4ef6e91a-6ce7-4ee2-bf6d-dfb7cd34dd1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ef6e91a-6ce7-4ee2-bf6d-dfb7cd34dd1d found for delete ", "request_id": "req-6a1302af-e8d8-4a71-9f8a-8113a79c754a"}]} [pid: 7|app: 0|req: 1636/3240] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:08:41 2026] GET /v2.0/security-groups?tenant_id=a33e0762602140ac8d1061365393c340&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-02 10:08:41.437 7 INFO neutron.services.segments.plugin [-] Segment 0652a7ee-9827-405e-968c-26b6614a4ea6 resource provider aggregate not found 2026-04-02 10:08:41.441 7 INFO neutron.services.segments.plugin [-] Segment 0652a7ee-9827-405e-968c-26b6614a4ea6 resource provider aggregate not found 2026-04-02 10:08:41.451 7 INFO neutron.services.segments.plugin [-] Segment 0652a7ee-9827-405e-968c-26b6614a4ea6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0652a7ee-9827-405e-968c-26b6614a4ea6 found for delete ", "request_id": "req-7e73af28-4d3b-48a7-83b9-6867dddf7c5f"}]} 2026-04-02 10:08:41.453 7 INFO neutron.services.segments.plugin [-] Segment 0652a7ee-9827-405e-968c-26b6614a4ea6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0652a7ee-9827-405e-968c-26b6614a4ea6 found for delete ", "request_id": "req-bff3775b-ec10-47d7-a95e-0d800f7923e8"}]} [pid: 8|app: 0|req: 1605/3241] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:08:41 2026] DELETE /v2.0/security-groups/dcf6242c-4c08-4ca6-8108-c8b9bdc9ea73 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:08:44.615 7 INFO neutron.db.segments_db [None req-0844303a-fa44-4f67-8aa4-fb0cf2c151e0 79e07c055d5d4650a67afedeb05d4093 0ce33ee7a73049919a5aabbb8da8425e - - default default] Added segment 7dd1fdcd-75ab-435f-b277-72da018dfc6b of type vxlan for network 9d525bf5-70ae-41ff-b7fe-26181ab7f362 2026-04-02 10:08:44.824 7 INFO neutron.db.l3_hamode_db [None req-0844303a-fa44-4f67-8aa4-fb0cf2c151e0 79e07c055d5d4650a67afedeb05d4093 0ce33ee7a73049919a5aabbb8da8425e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-02 10:08:44.938 7 INFO neutron.db.l3_hamode_db [None req-0844303a-fa44-4f67-8aa4-fb0cf2c151e0 79e07c055d5d4650a67afedeb05d4093 0ce33ee7a73049919a5aabbb8da8425e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1637/3242] 10.0.0.20 () {34 vars in 667 bytes} [Thu Apr 2 10:08:44 2026] POST /v2.0/routers => generated 474 bytes in 1071 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3243] 10.0.0.20 () {34 vars in 750 bytes} [Thu Apr 2 10:08:45 2026] PUT /v2.0/routers/2ab38ab1-f4ff-44fb-9392-7b0cd5396e60/tags => generated 25 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3244] 10.0.0.20 () {32 vars in 730 bytes} [Thu Apr 2 10:08:45 2026] GET /v2.0/routers/2ab38ab1-f4ff-44fb-9392-7b0cd5396e60/tags => generated 25 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3245] 10.0.0.20 () {34 vars in 761 bytes} [Thu Apr 2 10:08:45 2026] PUT /v2.0/routers/2ab38ab1-f4ff-44fb-9392-7b0cd5396e60/tags/green => generated 4 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3246] 10.0.0.20 () {32 vars in 730 bytes} [Thu Apr 2 10:08:45 2026] GET /v2.0/routers/2ab38ab1-f4ff-44fb-9392-7b0cd5396e60/tags => generated 34 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3247] 10.0.0.20 () {34 vars in 757 bytes} [Thu Apr 2 10:08:45 2026] PUT /v2.0/routers/2ab38ab1-f4ff-44fb-9392-7b0cd5396e60/tags/red => generated 4 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3248] 10.0.0.20 () {32 vars in 730 bytes} [Thu Apr 2 10:08:46 2026] GET /v2.0/routers/2ab38ab1-f4ff-44fb-9392-7b0cd5396e60/tags => generated 34 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3249] 10.0.0.20 () {34 vars in 779 bytes} [Thu Apr 2 10:08:46 2026] PUT /v2.0/routers/2ab38ab1-f4ff-44fb-9392-7b0cd5396e60/tags/black.or.white => generated 4 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3250] 10.0.0.20 () {32 vars in 730 bytes} [Thu Apr 2 10:08:46 2026] GET /v2.0/routers/2ab38ab1-f4ff-44fb-9392-7b0cd5396e60/tags => generated 52 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3251] 10.0.0.20 () {34 vars in 750 bytes} [Thu Apr 2 10:08:46 2026] PUT /v2.0/routers/2ab38ab1-f4ff-44fb-9392-7b0cd5396e60/tags => generated 37 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3252] 10.0.0.20 () {32 vars in 730 bytes} [Thu Apr 2 10:08:46 2026] GET /v2.0/routers/2ab38ab1-f4ff-44fb-9392-7b0cd5396e60/tags => generated 37 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3253] 10.0.0.20 () {32 vars in 738 bytes} [Thu Apr 2 10:08:46 2026] GET /v2.0/routers/2ab38ab1-f4ff-44fb-9392-7b0cd5396e60/tags/red => generated 0 bytes in 570 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-02 10:08:47.179 7 INFO neutron.api.v2.resource [None req-23fb0cee-2da5-49a5-a4db-13c1b5276ed2 79e07c055d5d4650a67afedeb05d4093 0ce33ee7a73049919a5aabbb8da8425e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1643/3254] 10.0.0.20 () {32 vars in 742 bytes} [Thu Apr 2 10:08:47 2026] GET /v2.0/routers/2ab38ab1-f4ff-44fb-9392-7b0cd5396e60/tags/green => generated 99 bytes in 90 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3255] 10.0.0.20 () {32 vars in 741 bytes} [Thu Apr 2 10:08:47 2026] DELETE /v2.0/routers/2ab38ab1-f4ff-44fb-9392-7b0cd5396e60/tags/red => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3256] 10.0.0.20 () {32 vars in 730 bytes} [Thu Apr 2 10:08:47 2026] GET /v2.0/routers/2ab38ab1-f4ff-44fb-9392-7b0cd5396e60/tags => generated 30 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:08:47.470 8 INFO neutron.api.v2.resource [None req-0f31325f-fe86-472f-bda8-983582c6eec4 79e07c055d5d4650a67afedeb05d4093 0ce33ee7a73049919a5aabbb8da8425e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1613/3257] 10.0.0.20 () {32 vars in 745 bytes} [Thu Apr 2 10:08:47 2026] DELETE /v2.0/routers/2ab38ab1-f4ff-44fb-9392-7b0cd5396e60/tags/green => generated 99 bytes in 90 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3258] 10.0.0.20 () {32 vars in 733 bytes} [Thu Apr 2 10:08:47 2026] DELETE /v2.0/routers/2ab38ab1-f4ff-44fb-9392-7b0cd5396e60/tags => 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: 1614/3259] 10.0.0.20 () {32 vars in 730 bytes} [Thu Apr 2 10:08:47 2026] GET /v2.0/routers/2ab38ab1-f4ff-44fb-9392-7b0cd5396e60/tags => generated 12 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3260] 10.0.0.20 () {32 vars in 720 bytes} [Thu Apr 2 10:08:47 2026] GET /v2.0/routers/2ab38ab1-f4ff-44fb-9392-7b0cd5396e60 => generated 480 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3263] 10.0.0.20 () {34 vars in 741 bytes} [Thu Apr 2 10:08:47 2026] PUT /v2.0/routers/2ab38ab1-f4ff-44fb-9392-7b0cd5396e60 => generated 480 bytes in 531 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3264] 10.0.0.20 () {32 vars in 735 bytes} [Thu Apr 2 10:08:48 2026] GET /v2.0/ports?device_id=2ab38ab1-f4ff-44fb-9392-7b0cd5396e60 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-02 10:08:48.451 8 INFO neutron_taas.services.taas.taas_plugin [None req-a35e1a08-06b6-4758-9bf2-96ab18851a67 79e07c055d5d4650a67afedeb05d4093 0ce33ee7a73049919a5aabbb8da8425e - - default default] TaaS: Handle Delete Port: 4f7f24be-0cfe-418e-9397-469479004b3a 2026-04-02 10:08:48.453 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a35e1a08-06b6-4758-9bf2-96ab18851a67 79e07c055d5d4650a67afedeb05d4093 0ce33ee7a73049919a5aabbb8da8425e - - default default] Tap Mirror: Handle Delete Port: 4f7f24be-0cfe-418e-9397-469479004b3a 2026-04-02 10:08:48.743 8 INFO neutron.services.segments.plugin [-] Segment 7dd1fdcd-75ab-435f-b277-72da018dfc6b resource provider aggregate not found 2026-04-02 10:08:48.749 8 INFO neutron.services.segments.plugin [-] Segment 7dd1fdcd-75ab-435f-b277-72da018dfc6b resource provider aggregate not found 2026-04-02 10:08:48.765 8 INFO neutron.services.segments.plugin [-] Segment 7dd1fdcd-75ab-435f-b277-72da018dfc6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7dd1fdcd-75ab-435f-b277-72da018dfc6b found for delete ", "request_id": "req-e0f34719-f415-4993-8a22-d44aa35efa2d"}]} 2026-04-02 10:08:48.768 8 INFO neutron.services.segments.plugin [-] Segment 7dd1fdcd-75ab-435f-b277-72da018dfc6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7dd1fdcd-75ab-435f-b277-72da018dfc6b found for delete ", "request_id": "req-49aa8f97-29b1-44d3-8a72-0ea02678a134"}]} 2026-04-02 10:08:48.769 8 INFO neutron.db.l3_hamode_db [None req-a35e1a08-06b6-4758-9bf2-96ab18851a67 79e07c055d5d4650a67afedeb05d4093 0ce33ee7a73049919a5aabbb8da8425e - - default default] HA network 9d525bf5-70ae-41ff-b7fe-26181ab7f362 was deleted as no HA routers are present in tenant 0ce33ee7a73049919a5aabbb8da8425e. [pid: 8|app: 0|req: 1616/3265] 10.0.0.20 () {32 vars in 723 bytes} [Thu Apr 2 10:08:48 2026] DELETE /v2.0/routers/2ab38ab1-f4ff-44fb-9392-7b0cd5396e60 => generated 0 bytes in 469 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3266] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:08:49 2026] GET /v2.0/security-groups?tenant_id=8cbeb9c4183a448f94ff276c28cca285&name=default => generated 2929 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3267] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:08:49 2026] DELETE /v2.0/security-groups/e1c36043-48ea-4696-a4ac-71ddddf646c5 => 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: 1651/3268] 10.0.0.20 () {32 vars in 773 bytes} [Thu Apr 2 10:08:49 2026] GET /v2.0/security-groups?tenant_id=0ce33ee7a73049919a5aabbb8da8425e&name=default => generated 2929 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3269] 10.0.0.20 () {32 vars in 739 bytes} [Thu Apr 2 10:08:49 2026] DELETE /v2.0/security-groups/cac9eb86-7c0f-47d9-9277-e15245dbe1f0 => 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: 1652/3270] 10.0.0.20 () {32 vars in 648 bytes} [Thu Apr 2 10:08:52 2026] GET /v2.0/networks => generated 2168 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3271] 10.0.0.20 () {32 vars in 654 bytes} [Thu Apr 2 10:08:53 2026] GET /v2.0/floatingips => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3272] 10.0.0.20 () {32 vars in 646 bytes} [Thu Apr 2 10:08:53 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3273] 10.0.0.20 () {32 vars in 642 bytes} [Thu Apr 2 10:08:53 2026] GET /v2.0/ports => generated 4717 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3274] 10.0.0.20 () {32 vars in 646 bytes} [Thu Apr 2 10:08:53 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: 1621/3275] 10.0.0.20 () {32 vars in 648 bytes} [Thu Apr 2 10:08:53 2026] GET /v2.0/networks => generated 2168 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3276] 10.0.0.20 () {32 vars in 662 bytes} [Thu Apr 2 10:08:53 2026] GET /v2.0/security-groups => generated 17393 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3277] 10.0.0.20 () {32 vars in 654 bytes} [Thu Apr 2 10:08:53 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)