+ 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 Mar 19 07:53:25 2026] *** compiled with version: 13.3.0 on 27 February 2026 14:41:32 os: Linux-5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 nodename: neutron-server-6cf458787d-n6t86 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, Jan 22 2026, 20:57:42) [GCC 13.3.0] Python main interpreter initialized at 0x7f7d55af1668 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-03-19 07:53:30.073 7 INFO neutron.common.config [-] Logging enabled! 2026-03-19 07:53:30.074 7 INFO neutron.common.config [-] uwsgi version 27.0.2.dev36 2026-03-19 07:53:30.226 8 INFO neutron.common.config [-] Logging enabled! 2026-03-19 07:53:30.227 8 INFO neutron.common.config [-] uwsgi version 27.0.2.dev36 2026-03-19 07:53:30.507 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-19 07:53:30.670 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-19 07:53:32.042 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-19 07:53:32.045 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-19 07:53:32.049 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-19 07:53:32.050 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-19 07:53:32.050 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-19 07:53:32.050 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-19 07:53:32.050 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-19 07:53:32.058 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-19 07:53:32.058 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-19 07:53:32.058 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-19 07:53:32.080 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-19 07:53:32.081 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-19 07:53:32.081 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-19 07:53:32.111 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-19 07:53:32.112 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-19 07:53:32.112 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-19 07:53:32.112 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-19 07:53:32.153 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-19 07:53:32.156 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-19 07:53:32.160 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-19 07:53:32.161 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-19 07:53:32.161 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-19 07:53:32.161 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-19 07:53:32.161 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-19 07:53:32.169 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-19 07:53:32.169 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-19 07:53:32.170 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-19 07:53:32.192 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-19 07:53:32.193 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-19 07:53:32.193 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-19 07:53:32.221 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-19 07:53:32.222 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-19 07:53:32.222 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-19 07:53:32.222 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-19 07:53:32.456 7 INFO neutron.plugins.ml2.managers [None req-322980c1-c117-44fa-8227-09e02baf8734 - - - - - -] Initializing driver for type 'vlan' 2026-03-19 07:53:32.524 8 INFO neutron.plugins.ml2.managers [None req-d323853f-ece6-43e0-b200-fcc7b212d168 - - - - - -] Initializing driver for type 'vlan' 2026-03-19 07:53:32.778 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-322980c1-c117-44fa-8227-09e02baf8734 - - - - - -] VlanTypeDriver initialization complete 2026-03-19 07:53:32.778 7 INFO neutron.plugins.ml2.managers [None req-322980c1-c117-44fa-8227-09e02baf8734 - - - - - -] Initializing driver for type 'vxlan' 2026-03-19 07:53:32.779 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-322980c1-c117-44fa-8227-09e02baf8734 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-19 07:53:32.794 7 INFO neutron.plugins.ml2.managers [None req-322980c1-c117-44fa-8227-09e02baf8734 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-19 07:53:32.795 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-322980c1-c117-44fa-8227-09e02baf8734 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-19 07:53:32.795 7 INFO neutron.plugins.ml2.managers [None req-322980c1-c117-44fa-8227-09e02baf8734 - - - - - -] Initializing extension driver 'port_security' 2026-03-19 07:53:32.795 7 INFO neutron.plugins.ml2.extensions.port_security [None req-322980c1-c117-44fa-8227-09e02baf8734 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-19 07:53:32.795 7 INFO neutron.plugins.ml2.managers [None req-322980c1-c117-44fa-8227-09e02baf8734 - - - - - -] Initializing extension driver 'qos' 2026-03-19 07:53:32.796 7 INFO neutron.plugins.ml2.managers [None req-322980c1-c117-44fa-8227-09e02baf8734 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-19 07:53:32.796 7 INFO neutron.plugins.ml2.managers [None req-322980c1-c117-44fa-8227-09e02baf8734 - - - - - -] Initializing mechanism driver 'l2population' 2026-03-19 07:53:32.811 7 INFO neutron.quota [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded quota_driver: . 2026-03-19 07:53:32.812 7 INFO neutron.plugins.ml2.plugin [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Modular L2 Plugin initialization complete 2026-03-19 07:53:32.812 7 INFO neutron.plugins.ml2.managers [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-19 07:53:32.812 7 INFO neutron.plugins.ml2.managers [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-19 07:53:32.812 7 INFO neutron.plugins.ml2.managers [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Got port-security extension from driver 'port_security' 2026-03-19 07:53:32.812 7 INFO neutron.manager [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loading Plugin: qos 2026-03-19 07:53:32.820 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-d323853f-ece6-43e0-b200-fcc7b212d168 - - - - - -] VlanTypeDriver initialization complete 2026-03-19 07:53:32.820 8 INFO neutron.plugins.ml2.managers [None req-d323853f-ece6-43e0-b200-fcc7b212d168 - - - - - -] Initializing driver for type 'vxlan' 2026-03-19 07:53:32.821 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-d323853f-ece6-43e0-b200-fcc7b212d168 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-19 07:53:32.825 7 INFO neutron.manager [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loading Plugin: router 2026-03-19 07:53:32.834 8 INFO neutron.plugins.ml2.managers [None req-d323853f-ece6-43e0-b200-fcc7b212d168 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-19 07:53:32.834 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-d323853f-ece6-43e0-b200-fcc7b212d168 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-19 07:53:32.835 8 INFO neutron.plugins.ml2.managers [None req-d323853f-ece6-43e0-b200-fcc7b212d168 - - - - - -] Initializing extension driver 'port_security' 2026-03-19 07:53:32.835 8 INFO neutron.plugins.ml2.extensions.port_security [None req-d323853f-ece6-43e0-b200-fcc7b212d168 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-19 07:53:32.835 8 INFO neutron.plugins.ml2.managers [None req-d323853f-ece6-43e0-b200-fcc7b212d168 - - - - - -] Initializing extension driver 'qos' 2026-03-19 07:53:32.835 8 INFO neutron.plugins.ml2.managers [None req-d323853f-ece6-43e0-b200-fcc7b212d168 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-19 07:53:32.835 8 INFO neutron.plugins.ml2.managers [None req-d323853f-ece6-43e0-b200-fcc7b212d168 - - - - - -] Initializing mechanism driver 'l2population' 2026-03-19 07:53:32.851 8 INFO neutron.quota [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded quota_driver: . 2026-03-19 07:53:32.851 8 INFO neutron.plugins.ml2.plugin [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Modular L2 Plugin initialization complete 2026-03-19 07:53:32.852 8 INFO neutron.plugins.ml2.managers [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-19 07:53:32.852 8 INFO neutron.plugins.ml2.managers [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-19 07:53:32.852 8 INFO neutron.plugins.ml2.managers [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Got port-security extension from driver 'port_security' 2026-03-19 07:53:32.852 8 INFO neutron.manager [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loading Plugin: qos 2026-03-19 07:53:32.865 7 INFO neutron.services.service_base [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-19 07:53:32.865 7 INFO neutron.manager [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loading Plugin: segments 2026-03-19 07:53:32.866 8 INFO neutron.manager [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loading Plugin: router 2026-03-19 07:53:32.911 8 INFO neutron.services.service_base [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-19 07:53:32.911 8 INFO neutron.manager [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loading Plugin: segments 2026-03-19 07:53:32.961 7 INFO neutron.manager [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loading Plugin: trunk 2026-03-19 07:53:32.977 7 INFO neutron.manager [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loading Plugin: vpnaas 2026-03-19 07:53:33.008 8 INFO neutron.manager [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loading Plugin: trunk 2026-03-19 07:53:33.015 7 WARNING stevedore.named [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-19 07:53:33.023 8 INFO neutron.manager [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loading Plugin: vpnaas 2026-03-19 07:53:33.061 8 WARNING stevedore.named [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-19 07:53:33.081 7 INFO neutron_vpnaas.services.vpn.plugin [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-19 07:53:33.082 7 INFO neutron.common.utils [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-19 07:53:33.082 7 INFO neutron.manager [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loading Plugin: taas 2026-03-19 07:53:33.108 7 WARNING stevedore.named [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-19 07:53:33.109 7 WARNING stevedore.named [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-19 07:53:33.123 8 INFO neutron_vpnaas.services.vpn.plugin [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-19 07:53:33.124 8 INFO neutron.common.utils [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-19 07:53:33.124 8 INFO neutron.manager [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loading Plugin: taas 2026-03-19 07:53:33.130 7 INFO neutron_taas.services.taas.taas_plugin [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-19 07:53:33.131 7 INFO neutron.manager [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loading Plugin: tapmirror 2026-03-19 07:53:33.144 7 WARNING stevedore.named [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-19 07:53:33.144 7 WARNING stevedore.named [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-19 07:53:33.149 8 WARNING stevedore.named [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-19 07:53:33.149 8 WARNING stevedore.named [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-19 07:53:33.163 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-19 07:53:33.164 7 INFO neutron.manager [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loading Plugin: auto_allocate 2026-03-19 07:53:33.169 8 INFO neutron_taas.services.taas.taas_plugin [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-19 07:53:33.170 8 INFO neutron.manager [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loading Plugin: tapmirror 2026-03-19 07:53:33.174 7 INFO neutron.manager [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loading Plugin: tag 2026-03-19 07:53:33.183 8 WARNING stevedore.named [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-19 07:53:33.184 8 WARNING stevedore.named [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-19 07:53:33.185 7 INFO neutron.manager [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loading Plugin: timestamp 2026-03-19 07:53:33.187 7 INFO neutron.manager [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loading Plugin: network_ip_availability 2026-03-19 07:53:33.191 7 INFO neutron.manager [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loading Plugin: flavors 2026-03-19 07:53:33.195 7 INFO neutron.manager [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loading Plugin: revisions 2026-03-19 07:53:33.198 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Initializing extension manager. 2026-03-19 07:53:33.199 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: address-group 2026-03-19 07:53:33.200 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-19 07:53:33.200 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: address-scope 2026-03-19 07:53:33.200 8 INFO neutron.manager [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loading Plugin: auto_allocate 2026-03-19 07:53:33.201 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-19 07:53:33.202 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: agent 2026-03-19 07:53:33.202 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: agent-resources-synced 2026-03-19 07:53:33.203 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: allowed-address-pairs 2026-03-19 07:53:33.204 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: auto-allocated-topology 2026-03-19 07:53:33.205 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: availability_zone 2026-03-19 07:53:33.205 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: availability_zone_filter 2026-03-19 07:53:33.206 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-19 07:53:33.206 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: default-subnetpools 2026-03-19 07:53:33.208 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-19 07:53:33.209 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: dns-integration 2026-03-19 07:53:33.210 8 INFO neutron.manager [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loading Plugin: tag 2026-03-19 07:53:33.210 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: dns-domain-ports 2026-03-19 07:53:33.210 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-19 07:53:33.212 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: dvr 2026-03-19 07:53:33.213 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-19 07:53:33.213 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: empty-string-filtering 2026-03-19 07:53:33.214 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-19 07:53:33.215 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-19 07:53:33.215 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: external-net 2026-03-19 07:53:33.216 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-19 07:53:33.217 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: extraroute 2026-03-19 07:53:33.218 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: extraroute-atomic 2026-03-19 07:53:33.219 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-19 07:53:33.219 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-19 07:53:33.220 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-19 07:53:33.221 8 INFO neutron.manager [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loading Plugin: timestamp 2026-03-19 07:53:33.221 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-19 07:53:33.221 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: fip-port-details 2026-03-19 07:53:33.223 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: flavors 2026-03-19 07:53:33.223 8 INFO neutron.manager [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loading Plugin: network_ip_availability 2026-03-19 07:53:33.224 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-19 07:53:33.225 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: floatingip-pools 2026-03-19 07:53:33.225 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: ip_allocation 2026-03-19 07:53:33.226 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: ip-substring-filtering 2026-03-19 07:53:33.226 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: l2_adjacency 2026-03-19 07:53:33.227 8 INFO neutron.manager [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loading Plugin: flavors 2026-03-19 07:53:33.228 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: router 2026-03-19 07:53:33.229 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-19 07:53:33.230 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-19 07:53:33.230 8 INFO neutron.manager [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loading Plugin: revisions 2026-03-19 07:53:33.231 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-19 07:53:33.231 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: ext-gw-mode 2026-03-19 07:53:33.232 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: l3-ha 2026-03-19 07:53:33.232 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-19 07:53:33.233 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-19 07:53:33.233 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: l3-flavors 2026-03-19 07:53:33.234 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Initializing extension manager. 2026-03-19 07:53:33.234 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-19 07:53:33.235 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-19 07:53:33.235 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: address-group 2026-03-19 07:53:33.236 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: address-scope 2026-03-19 07:53:33.237 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-19 07:53:33.237 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-19 07:53:33.238 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: agent 2026-03-19 07:53:33.238 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-19 07:53:33.238 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: agent-resources-synced 2026-03-19 07:53:33.239 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-19 07:53:33.240 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: allowed-address-pairs 2026-03-19 07:53:33.240 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: auto-allocated-topology 2026-03-19 07:53:33.240 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-19 07:53:33.241 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-19 07:53:33.241 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: availability_zone 2026-03-19 07:53:33.241 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: availability_zone_filter 2026-03-19 07:53:33.242 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: multi-provider 2026-03-19 07:53:33.242 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-19 07:53:33.242 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: net-mtu 2026-03-19 07:53:33.242 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: default-subnetpools 2026-03-19 07:53:33.243 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: net-mtu-writable 2026-03-19 07:53:33.243 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: network_availability_zone 2026-03-19 07:53:33.244 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: network_ha 2026-03-19 07:53:33.244 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-19 07:53:33.245 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: dns-integration 2026-03-19 07:53:33.245 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: network-ip-availability 2026-03-19 07:53:33.245 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: dns-domain-ports 2026-03-19 07:53:33.246 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-19 07:53:33.246 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-19 07:53:33.246 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: dvr 2026-03-19 07:53:33.246 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: pagination 2026-03-19 07:53:33.247 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-19 07:53:33.247 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: port-device-profile 2026-03-19 07:53:33.247 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: empty-string-filtering 2026-03-19 07:53:33.247 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-19 07:53:33.248 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-19 07:53:33.248 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-19 07:53:33.248 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-19 07:53:33.249 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-19 07:53:33.249 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: port-mac-override 2026-03-19 07:53:33.249 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: external-net 2026-03-19 07:53:33.249 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-19 07:53:33.250 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-19 07:53:33.250 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-19 07:53:33.250 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: extraroute 2026-03-19 07:53:33.251 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-19 07:53:33.251 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: port-resource-request 2026-03-19 07:53:33.252 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: port-resource-request-groups 2026-03-19 07:53:33.252 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: extraroute-atomic 2026-03-19 07:53:33.252 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-19 07:53:33.252 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-19 07:53:33.253 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: binding 2026-03-19 07:53:33.253 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-19 07:53:33.253 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-19 07:53:33.253 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: binding-extended 2026-03-19 07:53:33.254 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-19 07:53:33.254 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: port-security 2026-03-19 07:53:33.254 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: fip-port-details 2026-03-19 07:53:33.254 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: project-id 2026-03-19 07:53:33.255 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: flavors 2026-03-19 07:53:33.255 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: provider 2026-03-19 07:53:33.256 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-19 07:53:33.256 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-19 07:53:33.257 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: floatingip-pools 2026-03-19 07:53:33.257 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: ip_allocation 2026-03-19 07:53:33.258 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: ip-substring-filtering 2026-03-19 07:53:33.258 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: l2_adjacency 2026-03-19 07:53:33.259 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: router 2026-03-19 07:53:33.259 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: qos 2026-03-19 07:53:33.260 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-19 07:53:33.261 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-19 07:53:33.261 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-19 07:53:33.261 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: qos-default 2026-03-19 07:53:33.261 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-19 07:53:33.262 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: qos-fip 2026-03-19 07:53:33.262 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-19 07:53:33.262 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-19 07:53:33.263 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: ext-gw-mode 2026-03-19 07:53:33.263 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: qos-gateway-ip 2026-03-19 07:53:33.263 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: l3-ha 2026-03-19 07:53:33.264 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: qos-port-network-policy 2026-03-19 07:53:33.264 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-19 07:53:33.264 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: qos-pps-minimum 2026-03-19 07:53:33.264 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-19 07:53:33.265 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: l3-flavors 2026-03-19 07:53:33.265 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-19 07:53:33.266 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: qos-pps 2026-03-19 07:53:33.266 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-19 07:53:33.266 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: qos-rule-type-details 2026-03-19 07:53:33.266 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-19 07:53:33.267 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-19 07:53:33.267 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: qos-rules-alias 2026-03-19 07:53:33.268 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: quota-check-limit 2026-03-19 07:53:33.268 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-19 07:53:33.269 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: quota-check-limit-default 2026-03-19 07:53:33.270 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-19 07:53:33.271 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-19 07:53:33.271 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: quotas 2026-03-19 07:53:33.272 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-19 07:53:33.272 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: quota_details 2026-03-19 07:53:33.273 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-19 07:53:33.273 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: multi-provider 2026-03-19 07:53:33.273 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: rbac-policies 2026-03-19 07:53:33.273 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: net-mtu 2026-03-19 07:53:33.274 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: net-mtu-writable 2026-03-19 07:53:33.274 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: rbac-address-group 2026-03-19 07:53:33.275 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: network_availability_zone 2026-03-19 07:53:33.275 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: network_ha 2026-03-19 07:53:33.275 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: rbac-address-scope 2026-03-19 07:53:33.276 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: rbac-security-groups 2026-03-19 07:53:33.276 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: network-ip-availability 2026-03-19 07:53:33.276 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: rbac-subnetpool 2026-03-19 07:53:33.277 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: revision-if-match 2026-03-19 07:53:33.277 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-19 07:53:33.277 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: pagination 2026-03-19 07:53:33.277 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: standard-attr-revisions 2026-03-19 07:53:33.278 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: port-device-profile 2026-03-19 07:53:33.278 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-19 07:53:33.278 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: router_availability_zone 2026-03-19 07:53:33.278 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-19 07:53:33.279 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-19 07:53:33.279 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-19 07:53:33.279 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: port-mac-override 2026-03-19 07:53:33.280 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-19 07:53:33.280 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: security-groups-default-rules 2026-03-19 07:53:33.281 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-19 07:53:33.281 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-19 07:53:33.281 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-19 07:53:33.282 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-19 07:53:33.282 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: port-resource-request 2026-03-19 07:53:33.282 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-19 07:53:33.282 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: port-resource-request-groups 2026-03-19 07:53:33.283 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-19 07:53:33.283 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-19 07:53:33.283 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-19 07:53:33.283 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: binding 2026-03-19 07:53:33.284 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: binding-extended 2026-03-19 07:53:33.285 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: port-security 2026-03-19 07:53:33.285 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: project-id 2026-03-19 07:53:33.286 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: provider 2026-03-19 07:53:33.286 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-19 07:53:33.288 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: security-group 2026-03-19 07:53:33.289 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: segment 2026-03-19 07:53:33.289 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-19 07:53:33.290 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: service-type 2026-03-19 07:53:33.290 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: qos 2026-03-19 07:53:33.290 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: sorting 2026-03-19 07:53:33.291 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: standard-attr-segment 2026-03-19 07:53:33.291 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-19 07:53:33.292 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-19 07:53:33.292 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: standard-attr-description 2026-03-19 07:53:33.292 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: qos-default 2026-03-19 07:53:33.292 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: stateful-security-group 2026-03-19 07:53:33.292 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: qos-fip 2026-03-19 07:53:33.293 7 WARNING neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-19 07:53:33.293 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-19 07:53:33.293 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-19 07:53:33.293 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: qos-gateway-ip 2026-03-19 07:53:33.294 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: subnet-external-network 2026-03-19 07:53:33.294 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: qos-port-network-policy 2026-03-19 07:53:33.295 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: qos-pps-minimum 2026-03-19 07:53:33.295 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: subnet_onboard 2026-03-19 07:53:33.295 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-19 07:53:33.295 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-19 07:53:33.296 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: subnet-service-types 2026-03-19 07:53:33.296 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: qos-pps 2026-03-19 07:53:33.296 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: subnet_allocation 2026-03-19 07:53:33.296 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: qos-rule-type-details 2026-03-19 07:53:33.297 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-19 07:53:33.297 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-19 07:53:33.297 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: qos-rules-alias 2026-03-19 07:53:33.298 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: tag-creation 2026-03-19 07:53:33.298 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: quota-check-limit 2026-03-19 07:53:33.298 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-19 07:53:33.299 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: quota-check-limit-default 2026-03-19 07:53:33.301 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: quotas 2026-03-19 07:53:33.302 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: quota_details 2026-03-19 07:53:33.302 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: standard-attr-tag 2026-03-19 07:53:33.303 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-19 07:53:33.303 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: rbac-policies 2026-03-19 07:53:33.304 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: trunk 2026-03-19 07:53:33.304 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: rbac-address-group 2026-03-19 07:53:33.304 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: trunk-details 2026-03-19 07:53:33.304 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: rbac-address-scope 2026-03-19 07:53:33.305 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-19 07:53:33.305 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: rbac-security-groups 2026-03-19 07:53:33.305 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: rbac-subnetpool 2026-03-19 07:53:33.305 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-19 07:53:33.306 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: revision-if-match 2026-03-19 07:53:33.306 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-19 07:53:33.306 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: standard-attr-revisions 2026-03-19 07:53:33.306 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-19 07:53:33.307 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: router_availability_zone 2026-03-19 07:53:33.307 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-19 07:53:33.309 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-19 07:53:33.309 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: security-groups-default-rules 2026-03-19 07:53:33.309 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-19 07:53:33.309 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-19 07:53:33.310 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-19 07:53:33.310 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: vpn-flavors 2026-03-19 07:53:33.310 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-19 07:53:33.311 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-19 07:53:33.311 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-19 07:53:33.312 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: vpnaas 2026-03-19 07:53:33.313 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: taas 2026-03-19 07:53:33.314 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: tap-mirror 2026-03-19 07:53:33.315 7 INFO neutron.api.extensions [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Loaded extension: taas-vlan-filter 2026-03-19 07:53:33.316 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: security-group 2026-03-19 07:53:33.317 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of TrackedResource for resource:network 2026-03-19 07:53:33.317 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-03-19 07:53:33.318 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-19 07:53:33.318 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: segment 2026-03-19 07:53:33.318 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of TrackedResource for resource:port 2026-03-19 07:53:33.318 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-19 07:53:33.319 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: service-type 2026-03-19 07:53:33.319 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: sorting 2026-03-19 07:53:33.320 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: standard-attr-segment 2026-03-19 07:53:33.321 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: standard-attr-description 2026-03-19 07:53:33.321 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-19 07:53:33.321 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: stateful-security-group 2026-03-19 07:53:33.322 8 WARNING neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-19 07:53:33.322 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-19 07:53:33.322 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-19 07:53:33.323 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: subnet-external-network 2026-03-19 07:53:33.323 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: subnet_onboard 2026-03-19 07:53:33.324 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-19 07:53:33.324 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: subnet-service-types 2026-03-19 07:53:33.325 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: subnet_allocation 2026-03-19 07:53:33.325 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-19 07:53:33.326 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: tag-creation 2026-03-19 07:53:33.326 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-19 07:53:33.327 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-19 07:53:33.327 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-19 07:53:33.327 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-19 07:53:33.328 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-19 07:53:33.329 7 WARNING neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] subnetpool is already registered 2026-03-19 07:53:33.329 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-19 07:53:33.329 7 WARNING neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] subnetpool is already registered 2026-03-19 07:53:33.330 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-19 07:53:33.330 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-19 07:53:33.330 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: standard-attr-tag 2026-03-19 07:53:33.330 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-19 07:53:33.331 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-19 07:53:33.331 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-19 07:53:33.331 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-19 07:53:33.332 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: trunk 2026-03-19 07:53:33.332 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-19 07:53:33.332 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: trunk-details 2026-03-19 07:53:33.332 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-19 07:53:33.332 7 WARNING neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] ipsecpolicy is already registered 2026-03-19 07:53:33.333 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-19 07:53:33.333 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-19 07:53:33.333 7 WARNING neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] ikepolicy is already registered 2026-03-19 07:53:33.333 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-19 07:53:33.334 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-19 07:53:33.334 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-19 07:53:33.336 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-19 07:53:33.337 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-19 07:53:33.338 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: vpn-flavors 2026-03-19 07:53:33.338 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-19 07:53:33.338 7 WARNING neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] router is already registered 2026-03-19 07:53:33.338 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-19 07:53:33.339 7 WARNING neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] floatingip is already registered 2026-03-19 07:53:33.339 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: vpnaas 2026-03-19 07:53:33.340 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: taas 2026-03-19 07:53:33.341 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: tap-mirror 2026-03-19 07:53:33.342 8 INFO neutron.api.extensions [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Loaded extension: taas-vlan-filter 2026-03-19 07:53:33.342 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-19 07:53:33.342 7 WARNING neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] rbac_policy is already registered 2026-03-19 07:53:33.343 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-19 07:53:33.343 7 WARNING neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] security_group is already registered 2026-03-19 07:53:33.344 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-19 07:53:33.344 7 WARNING neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] security_group_rule is already registered 2026-03-19 07:53:33.344 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of TrackedResource for resource:network 2026-03-19 07:53:33.345 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-19 07:53:33.345 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-03-19 07:53:33.345 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-19 07:53:33.345 7 WARNING neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] subnetpool is already registered 2026-03-19 07:53:33.345 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of TrackedResource for resource:port 2026-03-19 07:53:33.345 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-19 07:53:33.345 7 WARNING neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] subnetpool is already registered 2026-03-19 07:53:33.346 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-19 07:53:33.346 7 WARNING neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] trunk is already registered 2026-03-19 07:53:33.346 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-19 07:53:33.347 7 WARNING neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] ikepolicy is already registered 2026-03-19 07:53:33.347 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-19 07:53:33.347 7 WARNING neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] ipsecpolicy is already registered 2026-03-19 07:53:33.348 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-19 07:53:33.348 7 WARNING neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] endpoint_group is already registered 2026-03-19 07:53:33.348 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-19 07:53:33.348 7 WARNING neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] vpnservice is already registered 2026-03-19 07:53:33.349 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-19 07:53:33.349 7 WARNING neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] ipsec_site_connection is already registered 2026-03-19 07:53:33.349 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-19 07:53:33.349 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-19 07:53:33.349 7 WARNING neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] ipsecpolicy is already registered 2026-03-19 07:53:33.350 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-19 07:53:33.350 7 INFO neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-19 07:53:33.350 7 WARNING neutron.quota.resource_registry [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] ikepolicy is already registered 2026-03-19 07:53:33.354 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-19 07:53:33.355 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-19 07:53:33.355 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-19 07:53:33.356 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-19 07:53:33.356 8 WARNING neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] subnetpool is already registered 2026-03-19 07:53:33.357 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-19 07:53:33.357 8 WARNING neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] subnetpool is already registered 2026-03-19 07:53:33.357 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-19 07:53:33.358 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-19 07:53:33.358 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-19 07:53:33.359 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-19 07:53:33.359 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-19 07:53:33.359 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-19 07:53:33.360 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-19 07:53:33.360 8 WARNING neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] ipsecpolicy is already registered 2026-03-19 07:53:33.360 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-19 07:53:33.360 8 WARNING neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] ikepolicy is already registered 2026-03-19 07:53:33.365 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-19 07:53:33.365 8 WARNING neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] router is already registered 2026-03-19 07:53:33.365 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-19 07:53:33.365 8 WARNING neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] floatingip is already registered 2026-03-19 07:53:33.369 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-19 07:53:33.369 8 WARNING neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] rbac_policy is already registered 2026-03-19 07:53:33.370 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-19 07:53:33.370 8 WARNING neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] security_group is already registered 2026-03-19 07:53:33.370 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-19 07:53:33.371 8 WARNING neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] security_group_rule is already registered 2026-03-19 07:53:33.371 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-19 07:53:33.371 8 WARNING neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] subnetpool is already registered 2026-03-19 07:53:33.372 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-19 07:53:33.372 8 WARNING neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] subnetpool is already registered 2026-03-19 07:53:33.372 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-19 07:53:33.372 8 WARNING neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] trunk is already registered 2026-03-19 07:53:33.373 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-19 07:53:33.373 8 WARNING neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] ikepolicy is already registered 2026-03-19 07:53:33.373 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-19 07:53:33.374 8 WARNING neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] ipsecpolicy is already registered 2026-03-19 07:53:33.374 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-19 07:53:33.374 8 WARNING neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] endpoint_group is already registered 2026-03-19 07:53:33.374 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-19 07:53:33.375 8 WARNING neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] vpnservice is already registered 2026-03-19 07:53:33.375 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-19 07:53:33.375 8 WARNING neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] ipsec_site_connection is already registered 2026-03-19 07:53:33.375 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-19 07:53:33.375 8 WARNING neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] ipsecpolicy is already registered 2026-03-19 07:53:33.376 8 INFO neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-19 07:53:33.376 8 WARNING neutron.quota.resource_registry [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] ikepolicy is already registered 2026-03-19 07:53:33.390 7 WARNING keystonemiddleware._common.config [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-03-19 07:53:33.402 7 WARNING oslo_config.cfg [None req-52393195-a38b-40ca-942c-803e203f3a77 - - - - - -] 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 0x7f7d55af1668 pid: 7 (default app) 2026-03-19 07:53:33.418 8 WARNING keystonemiddleware._common.config [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-03-19 07:53:33.424 8 WARNING oslo_config.cfg [None req-74a311b6-1585-4167-b8ef-ab31b8f326e6 - - - - - -] 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 0x7f7d55af1668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-19 07:53:38.955 7 INFO neutron.pecan_wsgi.hooks.translation [None req-83e94b54-b766-4fee-a5d8-d2c479c8c969 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.138 () {44 vars in 928 bytes} [Thu Mar 19 07:53:38 2026] GET /v2.0/networks/public => generated 108 bytes in 895 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 199.204.45.138 () {44 vars in 950 bytes} [Thu Mar 19 07:53:38 2026] GET /v2.0/networks?name=public => generated 15 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 07:53:39.813 7 WARNING neutron.services.revisions.revision_plugin [None req-c0dc8ca9-df81-41d0-8674-d0d7a0af1810 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Could not find related network for resource to bump revision. 2026-03-19 07:53:39.830 7 INFO neutron.db.segments_db [None req-c0dc8ca9-df81-41d0-8674-d0d7a0af1810 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment 318a0051-2e73-4506-b5a7-c41035079227 of type flat for network c7c5f2e0-aed7-42ba-ab35-599a6ff27be2 2026-03-19 07:53:39.876 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c0dc8ca9-df81-41d0-8674-d0d7a0af1810 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.138 () {48 vars in 968 bytes} [Thu Mar 19 07:53:39 2026] POST /v2.0/networks => generated 124 bytes in 497 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 07:53:46.058 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8ab20ef3-ac48-48e3-8882-8726a44f8b0c 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/7] 199.204.45.138 () {44 vars in 928 bytes} [Thu Mar 19 07:53:45 2026] GET /v2.0/networks/public => generated 108 bytes in 404 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/8] 199.204.45.138 () {44 vars in 950 bytes} [Thu Mar 19 07:53:46 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 07:53:46.337 8 WARNING neutron.services.revisions.revision_plugin [None req-346146ee-7159-4e74-a977-6bb98deb0ff4 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Could not find related network for resource to bump revision. 2026-03-19 07:53:46.363 8 INFO neutron.db.segments_db [None req-346146ee-7159-4e74-a977-6bb98deb0ff4 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment f65e9754-fa75-4e27-b545-785206264aee of type flat for network c05a1f15-495e-4796-afb6-b0acdf808ebf 2026-03-19 07:53:46.421 8 INFO neutron.pecan_wsgi.hooks.translation [None req-346146ee-7159-4e74-a977-6bb98deb0ff4 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/9] 199.204.45.138 () {48 vars in 968 bytes} [Thu Mar 19 07:53:46 2026] POST /v2.0/networks => generated 124 bytes in 343 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 07:53:52.288 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a36daa21-6cc7-438e-8477-1cc67efa78e5 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/10] 199.204.45.138 () {44 vars in 928 bytes} [Thu Mar 19 07:53:52 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4/11] 199.204.45.138 () {44 vars in 950 bytes} [Thu Mar 19 07:53:52 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-03-19 07:53:52.364 7 WARNING neutron.services.revisions.revision_plugin [None req-6caf2468-a3dc-40e9-bb43-74ad5d192713 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Could not find related network for resource to bump revision. 2026-03-19 07:53:52.378 7 INFO neutron.db.segments_db [None req-6caf2468-a3dc-40e9-bb43-74ad5d192713 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment 15b5896b-75fb-4b2e-9a86-24443f9fb715 of type flat for network 126ba9c7-f2e2-4df1-aa2a-062fc85494d9 2026-03-19 07:53:52.405 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6caf2468-a3dc-40e9-bb43-74ad5d192713 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/12] 199.204.45.138 () {48 vars in 968 bytes} [Thu Mar 19 07:53:52 2026] POST /v2.0/networks => generated 124 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 07:53:58.246 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5508f755-556a-44b2-b26a-603054571b9e 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/14] 199.204.45.138 () {44 vars in 928 bytes} [Thu Mar 19 07:53:58 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/15] 199.204.45.138 () {44 vars in 950 bytes} [Thu Mar 19 07:53:58 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 07:53:58.318 7 WARNING neutron.services.revisions.revision_plugin [None req-784bc266-38e3-4dc5-b1da-646c695579ac 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Could not find related network for resource to bump revision. 2026-03-19 07:53:58.336 7 INFO neutron.db.segments_db [None req-784bc266-38e3-4dc5-b1da-646c695579ac 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment e66bef6a-d05d-482e-be2f-ff81e3d92e8f of type flat for network db7c4da7-58cf-4fda-b2c2-31bc199c4f66 2026-03-19 07:53:58.362 7 INFO neutron.pecan_wsgi.hooks.translation [None req-784bc266-38e3-4dc5-b1da-646c695579ac 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/16] 199.204.45.138 () {48 vars in 968 bytes} [Thu Mar 19 07:53:58 2026] POST /v2.0/networks => generated 124 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 07:54:04.217 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e1b0bec4-cd06-4171-b4af-fc1a9c6c9d91 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/17] 199.204.45.138 () {44 vars in 928 bytes} [Thu Mar 19 07:54:04 2026] GET /v2.0/networks/public => generated 108 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/18] 199.204.45.138 () {44 vars in 950 bytes} [Thu Mar 19 07:54:04 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 07:54:04.295 8 WARNING neutron.services.revisions.revision_plugin [None req-6678326f-747d-4abb-8fbf-e08188e8ffcb 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Could not find related network for resource to bump revision. 2026-03-19 07:54:04.316 8 INFO neutron.db.segments_db [None req-6678326f-747d-4abb-8fbf-e08188e8ffcb 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment 8e7b0836-f4d8-4b84-ae69-26c2803317e8 of type flat for network 118a3818-4bb1-443b-bb90-548cee8f2e98 2026-03-19 07:54:04.341 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6678326f-747d-4abb-8fbf-e08188e8ffcb 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/19] 199.204.45.138 () {48 vars in 968 bytes} [Thu Mar 19 07:54:04 2026] POST /v2.0/networks => generated 124 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 07:54:10.195 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2bda0e46-6c4a-4fd4-aa0b-dd896df0e238 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.204.45.138 () {44 vars in 928 bytes} [Thu Mar 19 07:54:10 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: 13/22] 199.204.45.138 () {44 vars in 950 bytes} [Thu Mar 19 07:54:10 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-03-19 07:54:10.281 8 WARNING neutron.services.revisions.revision_plugin [None req-2f18a680-68e4-4a55-a44e-38adbd9e5fb5 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Could not find related network for resource to bump revision. 2026-03-19 07:54:10.303 8 INFO neutron.db.segments_db [None req-2f18a680-68e4-4a55-a44e-38adbd9e5fb5 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment 3916f45d-0ec6-4f5f-9a3c-7d66b6edfcdd of type flat for network 017839f0-909c-40dd-ad39-6b213fc39912 [pid: 8|app: 0|req: 10/23] 199.204.45.138 () {48 vars in 968 bytes} [Thu Mar 19 07:54:10 2026] POST /v2.0/networks => generated 706 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 07:54:11.639 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dd4085a1-8e42-46b2-831a-269dfe73450d 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/24] 199.204.45.138 () {44 vars in 928 bytes} [Thu Mar 19 07:54:11 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 199.204.45.138 () {44 vars in 950 bytes} [Thu Mar 19 07:54:11 2026] GET /v2.0/networks?name=public => generated 709 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 07:54:11.705 7 INFO neutron.pecan_wsgi.hooks.translation [None req-343fcf65-b9e9-4e2c-9340-a7b58b67394f 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/26] 199.204.45.138 () {44 vars in 1035 bytes} [Thu Mar 19 07:54:11 2026] GET /v2.0/subnets/public-subnet?network_id=017839f0-909c-40dd-ad39-6b213fc39912 => generated 113 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/27] 199.204.45.138 () {44 vars in 1058 bytes} [Thu Mar 19 07:54:11 2026] GET /v2.0/subnets?name=public-subnet&network_id=017839f0-909c-40dd-ad39-6b213fc39912 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 16/28] 199.204.45.138 () {48 vars in 966 bytes} [Thu Mar 19 07:54:11 2026] POST /v2.0/subnets => generated 664 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 07:59:03.636 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1a762269-aa94-4be2-bd2a-c117f9d7a0be 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/66] 199.204.45.138 () {44 vars in 938 bytes} [Thu Mar 19 07:59:03 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/67] 199.204.45.138 () {44 vars in 960 bytes} [Thu Mar 19 07:59:03 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 07:59:03.710 8 INFO neutron.db.segments_db [None req-7b7e8fd5-ca19-4a86-a7d8-33d931894af0 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment 430f47eb-9d29-455a-99f9-d07e83322246 of type vxlan for network e8a7cd18-c69d-4ba7-a327-295a7561a033 [pid: 8|app: 0|req: 33/68] 199.204.45.138 () {48 vars in 967 bytes} [Thu Mar 19 07:59:03 2026] POST /v2.0/networks => generated 707 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 07:59:04.740 7 INFO neutron.pecan_wsgi.hooks.translation [None req-34bd1565-b350-45fe-9cdd-b5d766ccaea4 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/69] 199.204.45.138 () {44 vars in 938 bytes} [Thu Mar 19 07:59:04 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/70] 199.204.45.138 () {44 vars in 960 bytes} [Thu Mar 19 07:59:04 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 07:59:04.806 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e3016b62-ff8b-457c-9f5d-c9125fef8b2b 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/71] 199.204.45.138 () {44 vars in 1037 bytes} [Thu Mar 19 07:59:04 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=e8a7cd18-c69d-4ba7-a327-295a7561a033 => generated 114 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/72] 199.204.45.138 () {44 vars in 1060 bytes} [Thu Mar 19 07:59:04 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=e8a7cd18-c69d-4ba7-a327-295a7561a033 => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/73] 199.204.45.138 () {48 vars in 966 bytes} [Thu Mar 19 07:59:04 2026] POST /v2.0/subnets => generated 651 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 07:59:06.008 8 INFO neutron.api.v2.resource [None req-5ee62ee1-704e-4cef-bffd-e806aff87f27 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/74] 199.204.45.138 () {44 vars in 972 bytes} [Thu Mar 19 07:59:05 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/75] 199.204.45.138 () {44 vars in 994 bytes} [Thu Mar 19 07:59:06 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/76] 199.204.45.138 () {48 vars in 981 bytes} [Thu Mar 19 07:59:06 2026] POST /v2.0/security-groups => generated 1616 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/77] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 07:59:07 2026] GET /v2.0/security-groups/7d7cd76d-f7f8-46ec-bff9-46a11d2bf977 => generated 1616 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/78] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 07:59:07 2026] GET /v2.0/security-groups/7d7cd76d-f7f8-46ec-bff9-46a11d2bf977 => generated 1616 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/79] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 07:59:07 2026] GET /v2.0/security-groups/7d7cd76d-f7f8-46ec-bff9-46a11d2bf977 => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/80] 199.204.45.138 () {48 vars in 992 bytes} [Thu Mar 19 07:59:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/81] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 07:59:08 2026] GET /v2.0/security-groups/7d7cd76d-f7f8-46ec-bff9-46a11d2bf977 => generated 2230 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/82] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 07:59:08 2026] GET /v2.0/security-groups/7d7cd76d-f7f8-46ec-bff9-46a11d2bf977 => generated 2230 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/83] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 07:59:08 2026] GET /v2.0/security-groups/7d7cd76d-f7f8-46ec-bff9-46a11d2bf977 => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/84] 199.204.45.138 () {48 vars in 992 bytes} [Thu Mar 19 07:59:08 2026] POST /v2.0/security-group-rules => generated 603 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/87] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 07:59:09 2026] GET /v2.0/security-groups/7d7cd76d-f7f8-46ec-bff9-46a11d2bf977 => generated 2846 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/88] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 07:59:09 2026] GET /v2.0/security-groups/7d7cd76d-f7f8-46ec-bff9-46a11d2bf977 => 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: 45/89] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 07:59:09 2026] GET /v2.0/security-groups/7d7cd76d-f7f8-46ec-bff9-46a11d2bf977 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/90] 199.204.45.138 () {48 vars in 992 bytes} [Thu Mar 19 07:59:09 2026] POST /v2.0/security-group-rules => generated 603 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/91] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 07:59:10 2026] GET /v2.0/security-groups/7d7cd76d-f7f8-46ec-bff9-46a11d2bf977 => generated 3462 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/92] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 07:59:10 2026] GET /v2.0/security-groups/7d7cd76d-f7f8-46ec-bff9-46a11d2bf977 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/93] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 07:59:10 2026] GET /v2.0/security-groups/7d7cd76d-f7f8-46ec-bff9-46a11d2bf977 => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/94] 199.204.45.138 () {48 vars in 992 bytes} [Thu Mar 19 07:59:10 2026] POST /v2.0/security-group-rules => generated 603 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/95] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 07:59:11 2026] GET /v2.0/security-groups/7d7cd76d-f7f8-46ec-bff9-46a11d2bf977 => generated 4078 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/96] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 07:59:11 2026] GET /v2.0/security-groups/7d7cd76d-f7f8-46ec-bff9-46a11d2bf977 => generated 4078 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/97] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 07:59:11 2026] GET /v2.0/security-groups/7d7cd76d-f7f8-46ec-bff9-46a11d2bf977 => generated 4078 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/98] 199.204.45.138 () {48 vars in 992 bytes} [Thu Mar 19 07:59:11 2026] POST /v2.0/security-group-rules => generated 603 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/99] 199.204.45.138 () {44 vars in 988 bytes} [Thu Mar 19 07:59:12 2026] GET /v2.0/networks/e8a7cd18-c69d-4ba7-a327-295a7561a033 => generated 732 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 07:59:12.736 8 INFO neutron.pecan_wsgi.hooks.translation [None req-091640dc-83db-41b4-b64c-0223dfc82b9f 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/100] 199.204.45.138 () {44 vars in 1077 bytes} [Thu Mar 19 07:59:12 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=e8a7cd18-c69d-4ba7-a327-295a7561a033 => 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: 51/101] 199.204.45.138 () {44 vars in 1100 bytes} [Thu Mar 19 07:59:12 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=e8a7cd18-c69d-4ba7-a327-295a7561a033 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/102] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 07:59:12 2026] GET /v2.0/security-groups/7d7cd76d-f7f8-46ec-bff9-46a11d2bf977 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/103] 199.204.45.138 () {48 vars in 962 bytes} [Thu Mar 19 07:59:12 2026] POST /v2.0/ports => generated 1100 bytes in 657 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-19 07:59:22.008 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3fbfde24-011f-4107-ac4b-3afa0071546b 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/104] 199.204.45.138 () {44 vars in 980 bytes} [Thu Mar 19 07:59:21 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 53 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: 53/105] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 07:59:22 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/106] 199.204.45.138 () {48 vars in 1032 bytes} [Thu Mar 19 07:59:22 2026] PUT /v2.0/ports/e268a686-c8c2-45db-bb11-df4939074d9b => generated 1249 bytes in 753 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/109] 199.204.45.138 () {44 vars in 921 bytes} [Thu Mar 19 07:59:24 2026] GET /v2.0/ports => generated 3730 bytes in 96 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-03-19 07:59:25.631 8 INFO neutron.api.v2.resource [None req-3624b8db-c51b-4c0e-a188-353a688bf5d1 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/110] 199.204.45.138 () {44 vars in 960 bytes} [Thu Mar 19 07:59:25 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/111] 199.204.45.138 () {44 vars in 982 bytes} [Thu Mar 19 07:59:25 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/112] 199.204.45.138 () {48 vars in 981 bytes} [Thu Mar 19 07:59:25 2026] POST /v2.0/security-groups => generated 1610 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/113] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 07:59:26 2026] GET /v2.0/security-groups/b7cf33c2-4111-462b-89c0-f9d065293f65 => generated 1610 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/114] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 07:59:26 2026] GET /v2.0/security-groups/b7cf33c2-4111-462b-89c0-f9d065293f65 => generated 1610 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/115] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 07:59:26 2026] GET /v2.0/security-groups/b7cf33c2-4111-462b-89c0-f9d065293f65 => generated 1610 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/116] 199.204.45.138 () {48 vars in 992 bytes} [Thu Mar 19 07:59:26 2026] POST /v2.0/security-group-rules => generated 623 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/117] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 07:59:27 2026] GET /v2.0/security-groups/b7cf33c2-4111-462b-89c0-f9d065293f65 => generated 2246 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/118] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 07:59:27 2026] GET /v2.0/security-groups/b7cf33c2-4111-462b-89c0-f9d065293f65 => generated 2246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/119] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 07:59:27 2026] GET /v2.0/security-groups/b7cf33c2-4111-462b-89c0-f9d065293f65 => generated 2246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/120] 199.204.45.138 () {48 vars in 992 bytes} [Thu Mar 19 07:59:27 2026] POST /v2.0/security-group-rules => generated 627 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/129] 199.204.45.138 () {44 vars in 976 bytes} [Thu Mar 19 08:00:38 2026] GET /v2.0/quotas/f8249dbc805c4cb58c90d8cf4b1a0e2a => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/130] 199.204.45.138 () {48 vars in 1028 bytes} [Thu Mar 19 08:00:38 2026] PUT /v2.0/quotas/f8249dbc805c4cb58c90d8cf4b1a0e2a => generated 291 bytes in 31 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-03-19 08:02:59.412 8 INFO neutron.pecan_wsgi.hooks.translation [None req-55b0a1cc-7680-4f24-9325-cdbe186ba220 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/151] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:02:59 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 76/152] 199.204.45.138 () {30 vars in 763 bytes} [Thu Mar 19 08:02:59 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:03:01.317 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ddeaafd9-6fa8-4f78-b085-0a43728487d6 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/153] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:03:01 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 77/154] 199.204.45.138 () {30 vars in 763 bytes} [Thu Mar 19 08:03:01 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:09:49.629 8 INFO neutron.api.v2.resource [None req-f3cb254d-4a98-4e9f-8b14-97cf2f9f91f3 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 105/209] 199.204.45.138 () {44 vars in 1075 bytes} [Thu Mar 19 08:09:49 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=0e3eabc641f0405299fa675b7beb273d => generated 139 bytes in 156 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/210] 199.204.45.138 () {44 vars in 1098 bytes} [Thu Mar 19 08:09:49 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=0e3eabc641f0405299fa675b7beb273d => generated 23 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/211] 199.204.45.138 () {48 vars in 982 bytes} [Thu Mar 19 08:09:49 2026] POST /v2.0/security-groups => generated 1624 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/212] 199.204.45.138 () {44 vars in 1089 bytes} [Thu Mar 19 08:09:50 2026] GET /v2.0/security-groups/51da6cf3-7578-4845-90bd-6bd8f4ab68e8?project_id=0e3eabc641f0405299fa675b7beb273d => generated 1624 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/213] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 08:09:51 2026] GET /v2.0/security-groups/51da6cf3-7578-4845-90bd-6bd8f4ab68e8 => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/214] 199.204.45.138 () {44 vars in 1089 bytes} [Thu Mar 19 08:09:51 2026] GET /v2.0/security-groups/51da6cf3-7578-4845-90bd-6bd8f4ab68e8?project_id=0e3eabc641f0405299fa675b7beb273d => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/215] 199.204.45.138 () {48 vars in 992 bytes} [Thu Mar 19 08:09:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/216] 199.204.45.138 () {44 vars in 1089 bytes} [Thu Mar 19 08:09:52 2026] GET /v2.0/security-groups/51da6cf3-7578-4845-90bd-6bd8f4ab68e8?project_id=0e3eabc641f0405299fa675b7beb273d => generated 2234 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/217] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 08:09:52 2026] GET /v2.0/security-groups/51da6cf3-7578-4845-90bd-6bd8f4ab68e8 => generated 2234 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/218] 199.204.45.138 () {44 vars in 1089 bytes} [Thu Mar 19 08:09:52 2026] GET /v2.0/security-groups/51da6cf3-7578-4845-90bd-6bd8f4ab68e8?project_id=0e3eabc641f0405299fa675b7beb273d => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/219] 199.204.45.138 () {48 vars in 992 bytes} [Thu Mar 19 08:09:52 2026] POST /v2.0/security-group-rules => generated 599 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/220] 199.204.45.138 () {44 vars in 1089 bytes} [Thu Mar 19 08:09:53 2026] GET /v2.0/security-groups/51da6cf3-7578-4845-90bd-6bd8f4ab68e8?project_id=0e3eabc641f0405299fa675b7beb273d => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/221] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 08:09:53 2026] GET /v2.0/security-groups/51da6cf3-7578-4845-90bd-6bd8f4ab68e8 => generated 2846 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/222] 199.204.45.138 () {44 vars in 1089 bytes} [Thu Mar 19 08:09:53 2026] GET /v2.0/security-groups/51da6cf3-7578-4845-90bd-6bd8f4ab68e8?project_id=0e3eabc641f0405299fa675b7beb273d => 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: 112/223] 199.204.45.138 () {48 vars in 992 bytes} [Thu Mar 19 08:09:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/226] 199.204.45.138 () {44 vars in 1089 bytes} [Thu Mar 19 08:09:54 2026] GET /v2.0/security-groups/51da6cf3-7578-4845-90bd-6bd8f4ab68e8?project_id=0e3eabc641f0405299fa675b7beb273d => generated 3460 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/227] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 08:09:54 2026] GET /v2.0/security-groups/51da6cf3-7578-4845-90bd-6bd8f4ab68e8 => generated 3460 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/228] 199.204.45.138 () {44 vars in 1089 bytes} [Thu Mar 19 08:09:54 2026] GET /v2.0/security-groups/51da6cf3-7578-4845-90bd-6bd8f4ab68e8?project_id=0e3eabc641f0405299fa675b7beb273d => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/229] 199.204.45.138 () {48 vars in 992 bytes} [Thu Mar 19 08:09:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/248] 199.204.45.138 () {30 vars in 740 bytes} [Thu Mar 19 08:12:10 2026] GET /v2.0/networks?tenant_id=0e3eabc641f0405299fa675b7beb273d&shared=False => generated 15 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:12:10.944 8 INFO neutron.db.segments_db [None req-2e6b4cc4-10dc-49df-980a-8750fc581160 76cd637fbf574bb7b3cd2d41d969a34f 0e3eabc641f0405299fa675b7beb273d - - e9142a31601d46d1a1b29ee3575fa954 e9142a31601d46d1a1b29ee3575fa954] Added segment de2f46e5-0a16-444d-9d8f-89812d867006 of type vxlan for network 0cc4e41e-60a4-4e27-af89-0d969d926cd4 [pid: 8|app: 0|req: 125/249] 199.204.45.138 () {34 vars in 682 bytes} [Thu Mar 19 08:12:10 2026] POST /v2.0/networks => generated 718 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/250] 199.204.45.138 () {30 vars in 722 bytes} [Thu Mar 19 08:12:11 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/251] 199.204.45.138 () {30 vars in 633 bytes} [Thu Mar 19 08:12:11 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/252] 199.204.45.138 () {34 vars in 677 bytes} [Thu Mar 19 08:12:11 2026] POST /v2.0/ports => generated 999 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/253] 199.204.45.138 () {30 vars in 703 bytes} [Thu Mar 19 08:12:11 2026] GET /v2.0/networks/0cc4e41e-60a4-4e27-af89-0d969d926cd4 => generated 705 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/254] 199.204.45.138 () {30 vars in 722 bytes} [Thu Mar 19 08:12:13 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/255] 199.204.45.138 () {30 vars in 703 bytes} [Thu Mar 19 08:12:13 2026] GET /v2.0/networks/0cc4e41e-60a4-4e27-af89-0d969d926cd4 => generated 705 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/258] 199.204.45.138 () {44 vars in 976 bytes} [Thu Mar 19 08:12:28 2026] GET /v2.0/quotas/0e3eabc641f0405299fa675b7beb273d => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/259] 199.204.45.138 () {48 vars in 1028 bytes} [Thu Mar 19 08:12:28 2026] PUT /v2.0/quotas/0e3eabc641f0405299fa675b7beb273d => generated 291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/272] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:13:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/273] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:13:55 2026] GET /v2.0/ports => generated 4725 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/274] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:13:55 2026] GET /v2.0/agents => generated 3385 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/275] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:13:55 2026] GET /v2.0/floatingips => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/276] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:13:55 2026] GET /v2.0/routers => generated 15 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/277] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:13:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/278] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:13:55 2026] GET /v2.0/networks => generated 2168 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/279] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:13:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/280] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:13:55 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/281] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:13:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/282] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:13:55 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/291] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:14:55 2026] GET /v2.0/subnets => generated 1308 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/292] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:14:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/293] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:14:55 2026] GET /v2.0/networks => generated 2168 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/294] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:14:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 148/295] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:14:55 2026] GET /v2.0/routers => generated 15 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/296] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:14:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/297] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:14:55 2026] GET /v2.0/agents => generated 3385 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 149/298] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:14:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 150/299] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:14:55 2026] GET /v2.0/floatingips => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 150/300] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:14:55 2026] GET /v2.0/subnets => generated 1308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 151/301] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:14:55 2026] GET /v2.0/ports => generated 4725 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 156/310] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:15:55 2026] GET /v2.0/floatingips => generated 19 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/311] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:15:55 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 157/312] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:15:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 156/313] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:15:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 158/314] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:15:55 2026] GET /v2.0/subnets => generated 1308 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/315] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:15:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 159/316] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:15:55 2026] GET /v2.0/routers => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 158/317] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:15:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 160/318] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:15:55 2026] GET /v2.0/networks => generated 2168 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 159/319] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:15:55 2026] GET /v2.0/ports => generated 4725 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 161/320] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:15:55 2026] GET /v2.0/agents => generated 3385 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 164/329] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:16:55 2026] GET /v2.0/agents => generated 3385 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 166/330] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:16:55 2026] GET /v2.0/networks => generated 2168 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 165/331] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:16:55 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 167/332] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:16:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/333] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:16:55 2026] GET /v2.0/floatingips => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 168/334] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:16:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/335] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:16:55 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/336] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:16:55 2026] GET /v2.0/ports => generated 4725 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 168/337] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:16:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/338] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:16:55 2026] GET /v2.0/subnets => generated 1308 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 169/339] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:16:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/348] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:17:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/349] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:17:55 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/350] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:17:55 2026] GET /v2.0/ports => generated 4725 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/351] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:17:55 2026] GET /v2.0/networks => generated 2168 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/352] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:17:55 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/353] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:17:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/354] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:17:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/355] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:17:55 2026] GET /v2.0/floatingips => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/356] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:17:55 2026] GET /v2.0/subnets => generated 1308 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/357] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:17:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/358] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:17:55 2026] GET /v2.0/agents => generated 3385 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/367] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:18:55 2026] GET /v2.0/agents => generated 3385 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/368] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:18:55 2026] GET /v2.0/ports => generated 4725 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/369] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:18:55 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/370] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:18:55 2026] GET /v2.0/networks => generated 2168 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/371] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:18:55 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/372] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:18:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/373] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:18:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/374] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:18:55 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/375] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:18:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/376] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:18:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/377] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:18:55 2026] GET /v2.0/floatingips => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/386] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:19:55 2026] GET /v2.0/ports => generated 4725 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/387] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:19:55 2026] GET /v2.0/floatingips => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/388] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:19:55 2026] GET /v2.0/agents => generated 3385 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/389] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:19:55 2026] GET /v2.0/subnets => generated 1308 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/390] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:19:55 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/391] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:19:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/392] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:19:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/393] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:19:55 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/394] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:19:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/395] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:19:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/396] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:19:55 2026] GET /v2.0/networks => generated 2168 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/405] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:20:55 2026] GET /v2.0/subnets => generated 1308 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/406] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:20:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/407] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:20:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/408] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:20:55 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/409] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:20:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/410] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:20:55 2026] GET /v2.0/floatingips => 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: 205/411] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:20:55 2026] GET /v2.0/networks => generated 2168 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/412] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:20:55 2026] GET /v2.0/ports => generated 4725 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/413] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:20:55 2026] GET /v2.0/agents => generated 3385 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/414] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:20:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/415] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:20:55 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/424] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:21:55 2026] GET /v2.0/subnets => generated 1308 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/425] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:21:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/426] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:21:55 2026] GET /v2.0/agents => generated 3385 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/427] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:21:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/428] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:21:55 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/429] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:21:55 2026] GET /v2.0/floatingips => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/430] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:21:55 2026] GET /v2.0/networks => generated 2168 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/431] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:21:55 2026] GET /v2.0/ports => generated 4725 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/432] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:21:55 2026] GET /v2.0/routers => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/433] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:21:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/434] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:21:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/443] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:22:55 2026] GET /v2.0/routers => generated 15 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/444] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:22:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/445] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:22:55 2026] GET /v2.0/floatingips => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/446] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:22:55 2026] GET /v2.0/networks => generated 2168 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/447] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:22:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/448] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:22:55 2026] GET /v2.0/agents => generated 3385 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/449] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:22:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/450] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:22:55 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/451] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:22:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/452] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:22:55 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/453] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:22:55 2026] GET /v2.0/ports => generated 4725 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:23:44.227 8 INFO neutron.pecan_wsgi.hooks.translation [None req-746f5624-3104-4712-9c28-7cbb4456e551 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 232/460] 199.204.45.138 () {44 vars in 928 bytes} [Thu Mar 19 08:23:44 2026] GET /v2.0/networks/public => generated 108 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/461] 199.204.45.138 () {44 vars in 950 bytes} [Thu Mar 19 08:23:44 2026] GET /v2.0/networks?name=public => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:23:45.493 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8b29f622-48a0-4d28-ad7b-4cf67b3167c7 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 233/462] 199.204.45.138 () {44 vars in 928 bytes} [Thu Mar 19 08:23:45 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/463] 199.204.45.138 () {44 vars in 950 bytes} [Thu Mar 19 08:23:45 2026] GET /v2.0/networks?name=public => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:23:45.566 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fbfcc1fc-5f6b-496b-a893-3f152cec8c5e 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 234/464] 199.204.45.138 () {44 vars in 1035 bytes} [Thu Mar 19 08:23:45 2026] GET /v2.0/subnets/public-subnet?network_id=017839f0-909c-40dd-ad39-6b213fc39912 => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/465] 199.204.45.138 () {44 vars in 1058 bytes} [Thu Mar 19 08:23:45 2026] GET /v2.0/subnets?name=public-subnet&network_id=017839f0-909c-40dd-ad39-6b213fc39912 => generated 667 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/468] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:23:55 2026] GET /v2.0/floatingips => generated 19 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/469] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:23:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/470] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:23:55 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/471] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:23:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/472] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:23:55 2026] GET /v2.0/ports => generated 4725 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/473] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:23:55 2026] GET /v2.0/routers => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/474] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:23:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/475] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:23:55 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: 240/476] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:23:55 2026] GET /v2.0/agents => generated 3385 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/477] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:23:55 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/478] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:23:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:24:14.192 8 INFO neutron.pecan_wsgi.hooks.translation [None req-627eb061-67c7-40f7-a685-479900832a51 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 243/481] 199.204.45.138 () {44 vars in 938 bytes} [Thu Mar 19 08:24:14 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: 7|app: 0|req: 239/482] 199.204.45.138 () {44 vars in 960 bytes} [Thu Mar 19 08:24:14 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:24:15.218 8 INFO neutron.pecan_wsgi.hooks.translation [None req-df6d6edb-353e-4f17-894f-67be7b6c8a58 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 244/483] 199.204.45.138 () {44 vars in 938 bytes} [Thu Mar 19 08:24:15 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/484] 199.204.45.138 () {44 vars in 960 bytes} [Thu Mar 19 08:24:15 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:24:15.288 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b30ed4d4-7d8d-4115-a049-d2ae9a789902 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 245/485] 199.204.45.138 () {44 vars in 1037 bytes} [Thu Mar 19 08:24:15 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=e8a7cd18-c69d-4ba7-a327-295a7561a033 => generated 114 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/486] 199.204.45.138 () {44 vars in 1060 bytes} [Thu Mar 19 08:24:15 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=e8a7cd18-c69d-4ba7-a327-295a7561a033 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:24:16.551 8 INFO neutron.api.v2.resource [None req-e6687fef-f759-4110-bd49-ccaa782bcb17 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 246/487] 199.204.45.138 () {44 vars in 972 bytes} [Thu Mar 19 08:24:16 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/488] 199.204.45.138 () {44 vars in 994 bytes} [Thu Mar 19 08:24:16 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/489] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 08:24:17 2026] GET /v2.0/security-groups/7d7cd76d-f7f8-46ec-bff9-46a11d2bf977 => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/490] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 08:24:17 2026] GET /v2.0/security-groups/7d7cd76d-f7f8-46ec-bff9-46a11d2bf977 => generated 4694 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/491] 199.204.45.138 () {44 vars in 1012 bytes} [Thu Mar 19 08:24:17 2026] GET /v2.0/security-group-rules/b2855744-833b-407f-be16-39fbd2987ff5 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/492] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 08:24:18 2026] GET /v2.0/security-groups/7d7cd76d-f7f8-46ec-bff9-46a11d2bf977 => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/493] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 08:24:18 2026] GET /v2.0/security-groups/7d7cd76d-f7f8-46ec-bff9-46a11d2bf977 => 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: 245/494] 199.204.45.138 () {44 vars in 1012 bytes} [Thu Mar 19 08:24:18 2026] GET /v2.0/security-group-rules/b3ab3810-20ba-4835-a05b-1ac30af8f7ab => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/495] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 08:24:19 2026] GET /v2.0/security-groups/7d7cd76d-f7f8-46ec-bff9-46a11d2bf977 => 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: 246/496] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 08:24:19 2026] GET /v2.0/security-groups/7d7cd76d-f7f8-46ec-bff9-46a11d2bf977 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/497] 199.204.45.138 () {44 vars in 1012 bytes} [Thu Mar 19 08:24:19 2026] GET /v2.0/security-group-rules/15aaaed8-8700-4cf4-a47e-ebc26e30c5f4 => 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: 247/498] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 08:24:20 2026] GET /v2.0/security-groups/7d7cd76d-f7f8-46ec-bff9-46a11d2bf977 => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/499] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 08:24:20 2026] GET /v2.0/security-groups/7d7cd76d-f7f8-46ec-bff9-46a11d2bf977 => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/500] 199.204.45.138 () {44 vars in 1012 bytes} [Thu Mar 19 08:24:20 2026] GET /v2.0/security-group-rules/4aa714c7-8015-4837-8f06-1d771f8415db => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/501] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 08:24:21 2026] GET /v2.0/security-groups/7d7cd76d-f7f8-46ec-bff9-46a11d2bf977 => generated 4694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/502] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 08:24:21 2026] GET /v2.0/security-groups/7d7cd76d-f7f8-46ec-bff9-46a11d2bf977 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/503] 199.204.45.138 () {44 vars in 1012 bytes} [Thu Mar 19 08:24:21 2026] GET /v2.0/security-group-rules/771f5a3d-d8be-468e-aad8-7ea618cfb653 => 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: 250/504] 199.204.45.138 () {44 vars in 988 bytes} [Thu Mar 19 08:24:23 2026] GET /v2.0/networks/e8a7cd18-c69d-4ba7-a327-295a7561a033 => generated 732 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:24:23.190 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5ce59af5-d718-43d9-8f49-297dfea9b466 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 255/505] 199.204.45.138 () {44 vars in 1077 bytes} [Thu Mar 19 08:24:23 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=e8a7cd18-c69d-4ba7-a327-295a7561a033 => 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: 251/506] 199.204.45.138 () {44 vars in 1100 bytes} [Thu Mar 19 08:24:23 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=e8a7cd18-c69d-4ba7-a327-295a7561a033 => generated 1254 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/507] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 08:24:23 2026] GET /v2.0/security-groups/7d7cd76d-f7f8-46ec-bff9-46a11d2bf977 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:24:31.628 8 INFO neutron.pecan_wsgi.hooks.translation [None req-30073dff-516c-4929-aa77-a97d1d166d39 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 258/510] 199.204.45.138 () {44 vars in 980 bytes} [Thu Mar 19 08:24:31 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/511] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 08:24:31 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/512] 199.204.45.138 () {44 vars in 921 bytes} [Thu Mar 19 08:24:33 2026] GET /v2.0/ports => generated 4725 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:24:34.525 7 INFO neutron.api.v2.resource [None req-8170c58e-4879-4fbf-88bb-a6dea6b350d7 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 254/513] 199.204.45.138 () {44 vars in 960 bytes} [Thu Mar 19 08:24:34 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/514] 199.204.45.138 () {44 vars in 982 bytes} [Thu Mar 19 08:24:34 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/515] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 08:24:35 2026] GET /v2.0/security-groups/b7cf33c2-4111-462b-89c0-f9d065293f65 => generated 2886 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/516] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 08:24:35 2026] GET /v2.0/security-groups/b7cf33c2-4111-462b-89c0-f9d065293f65 => generated 2886 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/517] 199.204.45.138 () {44 vars in 1012 bytes} [Thu Mar 19 08:24:35 2026] GET /v2.0/security-group-rules/916adec8-d369-4df4-9512-1075f202e13d => generated 623 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/518] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 08:24:36 2026] GET /v2.0/security-groups/b7cf33c2-4111-462b-89c0-f9d065293f65 => generated 2886 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/519] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 08:24:36 2026] GET /v2.0/security-groups/b7cf33c2-4111-462b-89c0-f9d065293f65 => generated 2886 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/520] 199.204.45.138 () {44 vars in 1012 bytes} [Thu Mar 19 08:24:36 2026] GET /v2.0/security-group-rules/bc3083ef-eb46-4212-8767-e2df5f0944b6 => generated 627 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/523] 199.204.45.138 () {44 vars in 976 bytes} [Thu Mar 19 08:24:48 2026] GET /v2.0/quotas/f8249dbc805c4cb58c90d8cf4b1a0e2a => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/526] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:24:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/527] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:24:55 2026] GET /v2.0/agents => generated 3385 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/528] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:24:55 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/529] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:24:55 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/530] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:24:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/531] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:24:55 2026] GET /v2.0/floatingips => 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: 269/532] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:24:55 2026] GET /v2.0/ports => generated 4725 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/533] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:24:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/534] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:24:55 2026] GET /v2.0/networks => generated 2168 bytes in 41 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.121 () {28 vars in 583 bytes} [Thu Mar 19 08:24:55 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/536] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:24:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:25:42.823 8 INFO neutron.api.v2.resource [None req-b0420a93-b7cd-4946-9603-0b6aeb384849 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 275/543] 199.204.45.138 () {44 vars in 1075 bytes} [Thu Mar 19 08:25:42 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=0e3eabc641f0405299fa675b7beb273d => generated 139 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/544] 199.204.45.138 () {44 vars in 1098 bytes} [Thu Mar 19 08:25:42 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=0e3eabc641f0405299fa675b7beb273d => generated 4072 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/545] 199.204.45.138 () {44 vars in 1089 bytes} [Thu Mar 19 08:25:43 2026] GET /v2.0/security-groups/51da6cf3-7578-4845-90bd-6bd8f4ab68e8?project_id=0e3eabc641f0405299fa675b7beb273d => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/546] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 08:25:43 2026] GET /v2.0/security-groups/51da6cf3-7578-4845-90bd-6bd8f4ab68e8 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/547] 199.204.45.138 () {44 vars in 1012 bytes} [Thu Mar 19 08:25:43 2026] GET /v2.0/security-group-rules/43b2eee6-fd27-48a5-bf1e-e2810290b835 => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/548] 199.204.45.138 () {44 vars in 1089 bytes} [Thu Mar 19 08:25:44 2026] GET /v2.0/security-groups/51da6cf3-7578-4845-90bd-6bd8f4ab68e8?project_id=0e3eabc641f0405299fa675b7beb273d => generated 4075 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/549] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 08:25:44 2026] GET /v2.0/security-groups/51da6cf3-7578-4845-90bd-6bd8f4ab68e8 => generated 4075 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/550] 199.204.45.138 () {44 vars in 1012 bytes} [Thu Mar 19 08:25:44 2026] GET /v2.0/security-group-rules/33e752ff-17f2-40fe-a7df-258989dbbde7 => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/551] 199.204.45.138 () {44 vars in 1089 bytes} [Thu Mar 19 08:25:45 2026] GET /v2.0/security-groups/51da6cf3-7578-4845-90bd-6bd8f4ab68e8?project_id=0e3eabc641f0405299fa675b7beb273d => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/552] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 08:25:45 2026] GET /v2.0/security-groups/51da6cf3-7578-4845-90bd-6bd8f4ab68e8 => generated 4075 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/553] 199.204.45.138 () {44 vars in 1012 bytes} [Thu Mar 19 08:25:45 2026] GET /v2.0/security-group-rules/6535b2ac-bf49-4ca5-ae9b-ed63a1cd7bac => 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: 274/554] 199.204.45.138 () {44 vars in 1089 bytes} [Thu Mar 19 08:25:46 2026] GET /v2.0/security-groups/51da6cf3-7578-4845-90bd-6bd8f4ab68e8?project_id=0e3eabc641f0405299fa675b7beb273d => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/555] 199.204.45.138 () {44 vars in 1002 bytes} [Thu Mar 19 08:25:47 2026] GET /v2.0/security-groups/51da6cf3-7578-4845-90bd-6bd8f4ab68e8 => generated 4075 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/556] 199.204.45.138 () {44 vars in 1012 bytes} [Thu Mar 19 08:25:47 2026] GET /v2.0/security-group-rules/899e22f0-22b8-4017-9152-def80fd487db => generated 602 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/559] 199.204.45.138 () {44 vars in 976 bytes} [Thu Mar 19 08:25:55 2026] GET /v2.0/quotas/0e3eabc641f0405299fa675b7beb273d => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/560] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:25:55 2026] GET /v2.0/floatingips => generated 19 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/561] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:25:55 2026] GET /v2.0/subnets => generated 1308 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/562] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:25:55 2026] GET /v2.0/agents => generated 3385 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/563] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:25:55 2026] GET /v2.0/networks => generated 2168 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/564] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:25:55 2026] GET /v2.0/ports => generated 4725 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/565] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:25:55 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/566] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:25:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/567] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:25:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/568] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:25:55 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/569] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:25:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/570] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:25:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/577] 199.204.45.138 () {44 vars in 950 bytes} [Thu Mar 19 08:26:42 2026] GET /v2.0/networks?name=public => generated 753 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/580] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:26:55 2026] GET /v2.0/floatingips => generated 19 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/581] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:26:55 2026] GET /v2.0/networks => generated 2168 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/582] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:26:55 2026] GET /v2.0/ports => generated 4725 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/583] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:26:55 2026] GET /v2.0/routers => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/584] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:26:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/585] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:26:55 2026] GET /v2.0/subnets => generated 1308 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/586] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:26:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/587] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:26:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/588] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:26:55 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/589] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:26:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/590] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:26:55 2026] GET /v2.0/agents => generated 3385 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/593] 10.0.0.201 () {32 vars in 649 bytes} [Thu Mar 19 08:27:22 2026] GET /v2.0/networks => generated 2168 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/594] 10.0.0.201 () {32 vars in 655 bytes} [Thu Mar 19 08:27:23 2026] GET /v2.0/floatingips => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/595] 10.0.0.201 () {32 vars in 647 bytes} [Thu Mar 19 08:27:23 2026] GET /v2.0/routers => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/596] 10.0.0.201 () {32 vars in 643 bytes} [Thu Mar 19 08:27:23 2026] GET /v2.0/ports => generated 4725 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/597] 10.0.0.201 () {32 vars in 647 bytes} [Thu Mar 19 08:27:23 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/598] 10.0.0.201 () {32 vars in 649 bytes} [Thu Mar 19 08:27:23 2026] GET /v2.0/networks => generated 2168 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/599] 10.0.0.201 () {32 vars in 663 bytes} [Thu Mar 19 08:27:23 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/600] 10.0.0.201 () {32 vars in 655 bytes} [Thu Mar 19 08:27:23 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:27:35.228 8 INFO neutron.db.segments_db [None req-493e68b3-e52e-4943-a9fe-1d81bcaeb287 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment 225dbc05-2c15-444c-80eb-759a080bfa4d of type vxlan for network 80a83b86-2c24-479b-bb0e-2db2006d75d6 2026-03-19 08:27:35.248 7 INFO neutron.db.segments_db [None req-6ee27c5f-1427-4616-85dc-43896b8da5e3 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment 5fb2b333-3166-4c3f-93cc-c40814745080 of type vxlan for network eda1761f-fb9b-4367-9d0b-d71a6241fc2d [pid: 8|app: 0|req: 305/603] 10.0.0.201 () {34 vars in 671 bytes} [Thu Mar 19 08:27:35 2026] POST /v2.0/networks => generated 751 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/604] 10.0.0.201 () {34 vars in 671 bytes} [Thu Mar 19 08:27:34 2026] POST /v2.0/networks => generated 749 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/605] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:27:35 2026] POST /v2.0/subnets => generated 699 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:27:35.558 8 INFO neutron.db.segments_db [None req-253f4093-e8d6-4af2-8091-f2019f3a264b 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment 3c4b901d-cd20-40dc-a404-d473cd9f52db of type vxlan for network 68476c7d-e2c7-4809-93f7-e270465f16ef [pid: 8|app: 0|req: 306/606] 10.0.0.201 () {34 vars in 671 bytes} [Thu Mar 19 08:27:35 2026] POST /v2.0/networks => generated 745 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/607] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:27:35 2026] POST /v2.0/subnets => generated 696 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:27:35.737 7 INFO neutron.db.segments_db [None req-58880651-862e-4c32-9900-45abd2afdb46 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment fe774f1a-a6de-4f10-831b-f41b2fe80ab3 of type vxlan for network f9f986d6-f494-4531-9d40-c64a420073c9 [pid: 8|app: 0|req: 307/608] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:27:35 2026] GET /v2.0/security-groups?tenant_id=833da06673fe43b8b04809008c485414&name=default => generated 2921 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/609] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:27:35 2026] POST /v2.0/subnets => generated 692 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:27:35.974 7 INFO neutron.db.l3_hamode_db [None req-58880651-862e-4c32-9900-45abd2afdb46 4dc1459707a841c98e4188535c999b88 7fe0d9791c174f3db2491427b37aee6f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-19 08:27:35.990 8 INFO neutron.db.segments_db [None req-d7632aca-7373-4934-9581-eff53c8b7822 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment 91b169c6-3777-4fff-90be-7a78bc68f677 of type vxlan for network e4031fd3-c373-4559-b481-b37e16a7edea 2026-03-19 08:27:36.209 8 INFO neutron.db.l3_hamode_db [None req-d7632aca-7373-4934-9581-eff53c8b7822 4dc1459707a841c98e4188535c999b88 1c5d604901b245578ffb490835081141 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-19 08:27:37.129 7 INFO neutron.db.l3_hamode_db [None req-58880651-862e-4c32-9900-45abd2afdb46 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-19 08:27:37.335 8 INFO neutron.db.l3_hamode_db [None req-d7632aca-7373-4934-9581-eff53c8b7822 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 302/610] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:27:35 2026] POST /v2.0/routers => generated 739 bytes in 2293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/611] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:27:37 2026] DELETE /v2.0/security-groups/30fa3953-7bf6-4238-bba7-7dc991d0bb33 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:27:38.147 7 INFO neutron.db.segments_db [None req-a8c53c44-5a2a-417c-9b65-6c57ab6067af 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment ea64f1e3-d24b-4133-90bd-8c04bf117379 of type vxlan for network 1f44cef2-7567-4d56-b437-b4f9c9b380ed [pid: 8|app: 0|req: 309/612] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:27:35 2026] POST /v2.0/routers => generated 736 bytes in 2375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:27:38.369 7 INFO neutron.db.l3_hamode_db [None req-a8c53c44-5a2a-417c-9b65-6c57ab6067af 4dc1459707a841c98e4188535c999b88 f5ed30c532ac417cb95bb76ef53639a2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-19 08:27:39.100 7 INFO neutron.db.l3_hamode_db [None req-a8c53c44-5a2a-417c-9b65-6c57ab6067af 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 310/613] 10.0.0.201 () {34 vars in 783 bytes} [Thu Mar 19 08:27:38 2026] PUT /v2.0/routers/20f5248a-d513-4d02-a6be-637899045430/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: 304/614] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:27:38 2026] POST /v2.0/routers => generated 732 bytes in 1847 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:27:40.241 7 INFO neutron.db.segments_db [None req-ee56a703-4ecb-4259-8dcc-59fd19d01bd1 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment da850c99-1aa8-43ff-9f7c-daff4dd6903a of type vxlan for network 3fae845d-1865-4f19-8671-0695d7ceeb16 [pid: 8|app: 0|req: 311/617] 10.0.0.201 () {34 vars in 783 bytes} [Thu Mar 19 08:27:39 2026] PUT /v2.0/routers/0bc733c4-0e6a-45fe-8732-1db8399ed228/add_router_interface => generated 309 bytes in 1001 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/618] 10.0.0.201 () {34 vars in 671 bytes} [Thu Mar 19 08:27:39 2026] POST /v2.0/networks => generated 744 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/619] 10.0.0.201 () {34 vars in 685 bytes} [Thu Mar 19 08:27:40 2026] POST /v2.0/security-groups => generated 1660 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/620] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:27:40 2026] POST /v2.0/subnets => generated 691 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/621] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:27:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:27:40.841 7 INFO neutron.db.segments_db [None req-35a65541-5668-4add-b2e7-3ded29908567 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment d2d8c1c7-4510-45bc-b402-7633d03b3178 of type vxlan for network c67d8c09-cf5c-4bf0-99a1-f79fb9919b23 2026-03-19 08:27:41.056 7 INFO neutron.db.l3_hamode_db [None req-35a65541-5668-4add-b2e7-3ded29908567 4dc1459707a841c98e4188535c999b88 3b8e62e8e60c49b49a85621d83732c78 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 312/622] 10.0.0.201 () {34 vars in 783 bytes} [Thu Mar 19 08:27:40 2026] PUT /v2.0/routers/e6e09d9e-a8e4-4464-85b2-c150ad45e07a/add_router_interface => generated 309 bytes in 983 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/623] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:27:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/624] 10.0.0.110 () {38 vars in 971 bytes} [Thu Mar 19 08:27:41 2026] POST /v2.0/security-groups => generated 1684 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-19 08:27:41.842 7 INFO neutron.db.l3_hamode_db [None req-35a65541-5668-4add-b2e7-3ded29908567 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 315/625] 10.0.0.201 () {34 vars in 676 bytes} [Thu Mar 19 08:27:41 2026] POST /v2.0/floatingips => generated 552 bytes in 764 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/626] 10.0.0.110 () {38 vars in 971 bytes} [Thu Mar 19 08:27:42 2026] POST /v2.0/security-groups => generated 1682 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/627] 10.0.0.110 () {34 vars in 991 bytes} [Thu Mar 19 08:27:42 2026] GET /v2.0/security-groups/2cbd5357-9ab4-465b-b055-9d436b46518e => generated 1684 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/628] 10.0.0.110 () {38 vars in 971 bytes} [Thu Mar 19 08:27:42 2026] POST /v2.0/security-groups => generated 1682 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/629] 10.0.0.110 () {38 vars in 981 bytes} [Thu Mar 19 08:27:42 2026] POST /v2.0/security-group-rules => generated 614 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/630] 10.0.0.110 () {34 vars in 1100 bytes} [Thu Mar 19 08:27:42 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1613302187&fields=id&tenant_id=7fe0d9791c174f3db2491427b37aee6f => 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: 321/631] 10.0.0.110 () {38 vars in 971 bytes} [Thu Mar 19 08:27:42 2026] POST /v2.0/security-groups => generated 1681 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/632] 10.0.0.110 () {34 vars in 982 bytes} [Thu Mar 19 08:27:43 2026] GET /v2.0/networks?id=80a83b86-2c24-479b-bb0e-2db2006d75d6 => generated 684 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/633] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:27:40 2026] POST /v2.0/routers => generated 731 bytes in 2329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/634] 10.0.0.110 () {34 vars in 965 bytes} [Thu Mar 19 08:27:43 2026] GET /v2.0/quotas/7fe0d9791c174f3db2491427b37aee6f => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/635] 10.0.0.110 () {38 vars in 971 bytes} [Thu Mar 19 08:27:43 2026] POST /v2.0/security-groups => generated 1684 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/636] 10.0.0.110 () {34 vars in 1002 bytes} [Thu Mar 19 08:27:43 2026] GET /v2.0/ports?tenant_id=7fe0d9791c174f3db2491427b37aee6f&fields=id => generated 103 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/637] 10.0.0.110 () {34 vars in 1002 bytes} [Thu Mar 19 08:27:43 2026] GET /v2.0/security-groups?tenant_id=f5ed30c532ac417cb95bb76ef53639a2 => generated 7906 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/638] 10.0.0.110 () {34 vars in 991 bytes} [Thu Mar 19 08:27:43 2026] GET /v2.0/security-groups/ecb8b490-9f21-47f4-a3b2-2214326c69d0 => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/639] 10.0.0.110 () {34 vars in 991 bytes} [Thu Mar 19 08:27:43 2026] GET /v2.0/security-groups/ecb8b490-9f21-47f4-a3b2-2214326c69d0 => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/640] 10.0.0.110 () {34 vars in 991 bytes} [Thu Mar 19 08:27:43 2026] GET /v2.0/security-groups/e58dc153-4abd-4427-b0fa-216262ea42d0 => generated 1684 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/641] 10.0.0.110 () {38 vars in 981 bytes} [Thu Mar 19 08:27:43 2026] POST /v2.0/security-group-rules => generated 614 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/642] 10.0.0.110 () {34 vars in 991 bytes} [Thu Mar 19 08:27:43 2026] GET /v2.0/security-groups/53b6ec4d-07e2-4dca-93bb-6a5a67017939 => generated 1682 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/643] 10.0.0.110 () {36 vars in 1013 bytes} [Thu Mar 19 08:27:43 2026] DELETE /v2.0/security-groups/53b6ec4d-07e2-4dca-93bb-6a5a67017939 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/644] 10.0.0.110 () {34 vars in 907 bytes} [Thu Mar 19 08:27:43 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: 8|app: 0|req: 333/645] 10.0.0.110 () {34 vars in 991 bytes} [Thu Mar 19 08:27:43 2026] GET /v2.0/security-groups/e58dc153-4abd-4427-b0fa-216262ea42d0 => generated 2309 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/646] 10.0.0.110 () {34 vars in 1008 bytes} [Thu Mar 19 08:27:43 2026] GET /v2.0/networks/80a83b86-2c24-479b-bb0e-2db2006d75d6?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: 335/647] 10.0.0.110 () {38 vars in 981 bytes} [Thu Mar 19 08:27:43 2026] POST /v2.0/security-group-rules => generated 619 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/648] 10.0.0.110 () {34 vars in 1108 bytes} [Thu Mar 19 08:27:43 2026] GET /v2.0/networks/80a83b86-2c24-479b-bb0e-2db2006d75d6?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) 2026-03-19 08:27:43.968 8 INFO neutron.api.v2.resource [req-9be7ff98-ae31-43aa-8a40-73142b68728c req-9d82f2e5-a695-4b84-b9bd-b5d8df93a3ce 8ac22695df1140fd994de97fca65ce68 f5ed30c532ac417cb95bb76ef53639a2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 337/649] 10.0.0.110 () {34 vars in 991 bytes} [Thu Mar 19 08:27:43 2026] GET /v2.0/security-groups/53b6ec4d-07e2-4dca-93bb-6a5a67017939 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/650] 10.0.0.110 () {34 vars in 991 bytes} [Thu Mar 19 08:27:43 2026] GET /v2.0/security-groups/e58dc153-4abd-4427-b0fa-216262ea42d0 => generated 2939 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/651] 10.0.0.110 () {34 vars in 991 bytes} [Thu Mar 19 08:27:44 2026] GET /v2.0/security-groups/f3a8bb15-7f87-40b1-acd4-dcf6f07939ea => generated 1682 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/652] 10.0.0.110 () {36 vars in 1013 bytes} [Thu Mar 19 08:27:44 2026] DELETE /v2.0/security-groups/f3a8bb15-7f87-40b1-acd4-dcf6f07939ea => 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: 341/653] 10.0.0.110 () {34 vars in 1001 bytes} [Thu Mar 19 08:27:44 2026] GET /v2.0/security-group-rules/f80a2444-80d0-4c1e-be57-ed500094e2fb => generated 616 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/654] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:27:44 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/655] 10.0.0.110 () {34 vars in 991 bytes} [Thu Mar 19 08:27:44 2026] GET /v2.0/security-groups/e58dc153-4abd-4427-b0fa-216262ea42d0 => generated 2939 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:27:44.255 8 INFO neutron.api.v2.resource [req-fa880401-0624-46b9-b504-e533ff99fbdc req-7b59dcde-120d-4871-ad56-57b1b2b17b33 8ac22695df1140fd994de97fca65ce68 f5ed30c532ac417cb95bb76ef53639a2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 344/656] 10.0.0.110 () {34 vars in 991 bytes} [Thu Mar 19 08:27:44 2026] GET /v2.0/security-groups/f3a8bb15-7f87-40b1-acd4-dcf6f07939ea => 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: 313/657] 10.0.0.201 () {34 vars in 783 bytes} [Thu Mar 19 08:27:43 2026] PUT /v2.0/routers/dad9b7f2-f376-4a7e-b732-00d702050db4/add_router_interface => generated 309 bytes in 1145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/658] 10.0.0.110 () {34 vars in 991 bytes} [Thu Mar 19 08:27:44 2026] GET /v2.0/security-groups/bf87ccaa-c2d3-4cc7-b122-483183f9af4a => generated 1681 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/659] 10.0.0.110 () {36 vars in 1023 bytes} [Thu Mar 19 08:27:44 2026] DELETE /v2.0/security-group-rules/f80a2444-80d0-4c1e-be57-ed500094e2fb => 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: 346/660] 10.0.0.110 () {34 vars in 991 bytes} [Thu Mar 19 08:27:44 2026] GET /v2.0/security-groups/e58dc153-4abd-4427-b0fa-216262ea42d0 => generated 2309 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/661] 10.0.0.110 () {36 vars in 1013 bytes} [Thu Mar 19 08:27:44 2026] DELETE /v2.0/security-groups/bf87ccaa-c2d3-4cc7-b122-483183f9af4a => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:27:44.415 7 INFO neutron.api.v2.resource [req-dc99151b-c3fb-4c3b-bcd9-e50831588ce9 req-0b34d9c6-6d7a-4a3b-af5c-5b692bbc7c6f 8ac22695df1140fd994de97fca65ce68 f5ed30c532ac417cb95bb76ef53639a2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 316/662] 10.0.0.110 () {34 vars in 991 bytes} [Thu Mar 19 08:27:44 2026] GET /v2.0/security-groups/bf87ccaa-c2d3-4cc7-b122-483183f9af4a => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/663] 10.0.0.110 () {36 vars in 1013 bytes} [Thu Mar 19 08:27:44 2026] DELETE /v2.0/security-groups/e58dc153-4abd-4427-b0fa-216262ea42d0 => 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: 317/664] 10.0.0.110 () {34 vars in 1002 bytes} [Thu Mar 19 08:27:44 2026] GET /v2.0/security-groups?tenant_id=f5ed30c532ac417cb95bb76ef53639a2 => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/665] 10.0.0.110 () {34 vars in 991 bytes} [Thu Mar 19 08:27:44 2026] GET /v2.0/security-groups/ecb8b490-9f21-47f4-a3b2-2214326c69d0 => generated 2918 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/666] 10.0.0.110 () {34 vars in 991 bytes} [Thu Mar 19 08:27:44 2026] GET /v2.0/security-groups/2cbd5357-9ab4-465b-b055-9d436b46518e => generated 2309 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/667] 10.0.0.110 () {34 vars in 991 bytes} [Thu Mar 19 08:27:44 2026] GET /v2.0/security-groups/ecb8b490-9f21-47f4-a3b2-2214326c69d0 => generated 2918 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/668] 10.0.0.110 () {36 vars in 1013 bytes} [Thu Mar 19 08:27:44 2026] DELETE /v2.0/security-groups/2cbd5357-9ab4-465b-b055-9d436b46518e => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:27:44.616 7 INFO neutron.api.v2.resource [req-ffe581b9-03d4-41ce-960f-4490f8b8b410 req-2e24e331-2ff4-46c4-b26c-9611acec2d9b 8ac22695df1140fd994de97fca65ce68 f5ed30c532ac417cb95bb76ef53639a2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 320/669] 10.0.0.110 () {34 vars in 991 bytes} [Thu Mar 19 08:27:44 2026] GET /v2.0/security-groups/bf87ccaa-c2d3-4cc7-b122-483183f9af4a => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:27:44.654 7 INFO neutron.api.v2.resource [req-d257da40-b8e3-4cde-9001-9b78bf8cef99 req-cd176a35-ac3c-4774-8480-e2a4b0fad96f 8ac22695df1140fd994de97fca65ce68 f5ed30c532ac417cb95bb76ef53639a2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 321/670] 10.0.0.110 () {34 vars in 991 bytes} [Thu Mar 19 08:27:44 2026] GET /v2.0/security-groups/f3a8bb15-7f87-40b1-acd4-dcf6f07939ea => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:27:44.695 7 INFO neutron.api.v2.resource [req-0ed7ac8a-b06b-4a00-b681-70d02e52e782 req-4820d788-2442-4511-9c20-2d8096010772 8ac22695df1140fd994de97fca65ce68 f5ed30c532ac417cb95bb76ef53639a2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 322/671] 10.0.0.110 () {34 vars in 991 bytes} [Thu Mar 19 08:27:44 2026] GET /v2.0/security-groups/53b6ec4d-07e2-4dca-93bb-6a5a67017939 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:27:45.030 8 INFO neutron_taas.services.taas.taas_plugin [None req-e7b9ec00-21cf-40b9-93fc-5613793ca4bd 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: d121cfc4-b603-47bb-93c1-46afb37f112b 2026-03-19 08:27:45.038 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7b9ec00-21cf-40b9-93fc-5613793ca4bd 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: d121cfc4-b603-47bb-93c1-46afb37f112b 2026-03-19 08:27:45.148 7 INFO neutron_taas.services.taas.taas_plugin [None req-4204def6-856d-4b0f-bf27-c092a2974d08 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: 27952b74-ed6e-4e57-9e94-f2cb958c1343 2026-03-19 08:27:45.156 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4204def6-856d-4b0f-bf27-c092a2974d08 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: 27952b74-ed6e-4e57-9e94-f2cb958c1343 [pid: 8|app: 0|req: 350/672] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:27:44 2026] PUT /v2.0/routers/0bc733c4-0e6a-45fe-8732-1db8399ed228/remove_router_interface => generated 309 bytes in 935 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/673] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:27:44 2026] PUT /v2.0/routers/e6e09d9e-a8e4-4464-85b2-c150ad45e07a/remove_router_interface => generated 309 bytes in 934 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/674] 10.0.0.201 () {34 vars in 685 bytes} [Thu Mar 19 08:27:45 2026] POST /v2.0/security-groups => generated 1660 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/675] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:27:45 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:27:45.820 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a26d3b0-675d-4ddb-9223-f072ad90657f 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: c6637479-ed38-4cce-996e-05f5b40be508 2026-03-19 08:27:45.823 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a26d3b0-675d-4ddb-9223-f072ad90657f 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: c6637479-ed38-4cce-996e-05f5b40be508 2026-03-19 08:27:45.848 7 INFO neutron_taas.services.taas.taas_plugin [None req-b70ce411-33b3-4d0f-9f77-d682e68d8d9e 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: 97346b83-9841-4e7e-912b-5219764cd9fe 2026-03-19 08:27:45.851 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b70ce411-33b3-4d0f-9f77-d682e68d8d9e 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: 97346b83-9841-4e7e-912b-5219764cd9fe 2026-03-19 08:27:46.056 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a26d3b0-675d-4ddb-9223-f072ad90657f 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: f267021c-5033-463b-b8c9-794db89a18e1 2026-03-19 08:27:46.059 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a26d3b0-675d-4ddb-9223-f072ad90657f 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: f267021c-5033-463b-b8c9-794db89a18e1 2026-03-19 08:27:46.099 7 INFO neutron_taas.services.taas.taas_plugin [None req-b70ce411-33b3-4d0f-9f77-d682e68d8d9e 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: a4e7a118-0860-4b63-947e-f7b236559e1d 2026-03-19 08:27:46.102 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b70ce411-33b3-4d0f-9f77-d682e68d8d9e 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: a4e7a118-0860-4b63-947e-f7b236559e1d 2026-03-19 08:27:46.140 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-7a26d3b0-675d-4ddb-9223-f072ad90657f 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - 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-03-19 08:27:46.192 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-b70ce411-33b3-4d0f-9f77-d682e68d8d9e 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - 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-03-19 08:27:46.508 8 INFO neutron.db.l3_hamode_db [None req-7a26d3b0-675d-4ddb-9223-f072ad90657f 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] HA network e4031fd3-c373-4559-b481-b37e16a7edea was deleted as no HA routers are present in tenant 1c5d604901b245578ffb490835081141. [pid: 8|app: 0|req: 352/676] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:27:45 2026] DELETE /v2.0/routers/0bc733c4-0e6a-45fe-8732-1db8399ed228 => generated 0 bytes in 866 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:27:46.538 7 INFO neutron.db.l3_hamode_db [None req-b70ce411-33b3-4d0f-9f77-d682e68d8d9e 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] HA network 1f44cef2-7567-4d56-b437-b4f9c9b380ed was deleted as no HA routers are present in tenant f5ed30c532ac417cb95bb76ef53639a2. [pid: 7|app: 0|req: 325/677] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:27:45 2026] DELETE /v2.0/routers/e6e09d9e-a8e4-4464-85b2-c150ad45e07a => generated 0 bytes in 871 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/678] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:27:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/679] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:27:46 2026] DELETE /v2.0/subnets/5130c33e-fd7f-4888-a220-0f7468af2b57 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:27:46.835 8 INFO neutron.services.segments.plugin [-] Segment 91b169c6-3777-4fff-90be-7a78bc68f677 resource provider aggregate not found [pid: 7|app: 0|req: 327/680] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:27:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:27:46.857 8 INFO neutron.services.segments.plugin [-] Segment 91b169c6-3777-4fff-90be-7a78bc68f677 resource provider aggregate not found 2026-03-19 08:27:46.896 7 INFO neutron.services.segments.plugin [-] Segment ea64f1e3-d24b-4133-90bd-8c04bf117379 resource provider aggregate not found 2026-03-19 08:27:46.904 7 INFO neutron.services.segments.plugin [-] Segment ea64f1e3-d24b-4133-90bd-8c04bf117379 resource provider aggregate not found 2026-03-19 08:27:46.906 8 INFO neutron.services.segments.plugin [-] Segment 91b169c6-3777-4fff-90be-7a78bc68f677 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91b169c6-3777-4fff-90be-7a78bc68f677 found for delete ", "request_id": "req-d0974873-a861-4954-a396-5da5ba075962"}]} 2026-03-19 08:27:46.907 8 INFO neutron.services.segments.plugin [-] Segment 91b169c6-3777-4fff-90be-7a78bc68f677 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91b169c6-3777-4fff-90be-7a78bc68f677 found for delete ", "request_id": "req-22199908-4789-44d9-966c-c87ced6c5a0c"}]} [pid: 8|app: 0|req: 354/681] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:27:46 2026] DELETE /v2.0/subnets/18ac8285-2488-4f42-a86c-6cff3137c88c => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:27:46.919 7 INFO neutron.services.segments.plugin [-] Segment ea64f1e3-d24b-4133-90bd-8c04bf117379 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea64f1e3-d24b-4133-90bd-8c04bf117379 found for delete ", "request_id": "req-71d585c3-ac72-4820-a727-45f79a917f75"}]} 2026-03-19 08:27:46.922 7 INFO neutron.services.segments.plugin [-] Segment ea64f1e3-d24b-4133-90bd-8c04bf117379 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea64f1e3-d24b-4133-90bd-8c04bf117379 found for delete ", "request_id": "req-d5dbfb9c-90fa-4197-aa38-c54b9e259393"}]} [pid: 8|app: 0|req: 355/682] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:27:46 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => 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: 328/683] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:27:46 2026] DELETE /v2.0/networks/eda1761f-fb9b-4367-9d0b-d71a6241fc2d => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:27:47.046 7 INFO neutron_taas.services.taas.taas_plugin [None req-d490f837-1670-4a64-9900-dc64349ed47f 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: 646573dd-ca8c-4164-84fd-4837d4526ac5 2026-03-19 08:27:47.049 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d490f837-1670-4a64-9900-dc64349ed47f 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: 646573dd-ca8c-4164-84fd-4837d4526ac5 [pid: 7|app: 0|req: 329/684] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:27:46 2026] DELETE /v2.0/networks/68476c7d-e2c7-4809-93f7-e270465f16ef => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/685] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:27:47 2026] GET /v2.0/security-groups?tenant_id=1c5d604901b245578ffb490835081141&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/686] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:27:47 2026] DELETE /v2.0/security-groups/f199f477-b1ea-4639-b564-8de6fbdb5bb8 => 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: 356/687] 10.0.0.201 () {34 vars in 676 bytes} [Thu Mar 19 08:27:46 2026] POST /v2.0/floatingips => generated 552 bytes in 521 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/688] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:27:47 2026] GET /v2.0/security-groups?tenant_id=f5ed30c532ac417cb95bb76ef53639a2&name=default => generated 2921 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/689] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:27:47 2026] DELETE /v2.0/security-groups/ecb8b490-9f21-47f4-a3b2-2214326c69d0 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/690] 10.0.0.110 () {34 vars in 1098 bytes} [Thu Mar 19 08:27:47 2026] GET /v2.0/security-groups?name=tempest-securitygroup--850708849&fields=id&tenant_id=3b8e62e8e60c49b49a85621d83732c78 => 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: 358/691] 10.0.0.110 () {34 vars in 982 bytes} [Thu Mar 19 08:27:47 2026] GET /v2.0/networks?id=3fae845d-1865-4f19-8671-0695d7ceeb16 => 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: 359/692] 10.0.0.110 () {34 vars in 965 bytes} [Thu Mar 19 08:27:48 2026] GET /v2.0/quotas/3b8e62e8e60c49b49a85621d83732c78 => 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: 334/693] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:27:48 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/694] 10.0.0.110 () {34 vars in 1002 bytes} [Thu Mar 19 08:27:48 2026] GET /v2.0/ports?tenant_id=3b8e62e8e60c49b49a85621d83732c78&fields=id => generated 57 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/695] 10.0.0.110 () {34 vars in 907 bytes} [Thu Mar 19 08:27:48 2026] GET /v2.0/extensions => generated 21537 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/696] 10.0.0.110 () {34 vars in 1008 bytes} [Thu Mar 19 08:27:48 2026] GET /v2.0/networks/3fae845d-1865-4f19-8671-0695d7ceeb16?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: 336/697] 10.0.0.110 () {34 vars in 1108 bytes} [Thu Mar 19 08:27:48 2026] GET /v2.0/networks/3fae845d-1865-4f19-8671-0695d7ceeb16?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: 362/698] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:27:48 2026] GET /v2.0/ports?device_id=9275e48e-5146-466d-b55a-be1f1f800ad2 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:27:48.943 7 INFO neutron.services.segments.plugin [-] Segment 5fb2b333-3166-4c3f-93cc-c40814745080 resource provider aggregate not found 2026-03-19 08:27:48.952 7 INFO neutron.services.segments.plugin [-] Segment 5fb2b333-3166-4c3f-93cc-c40814745080 resource provider aggregate not found 2026-03-19 08:27:48.962 7 INFO neutron.services.segments.plugin [-] Segment 5fb2b333-3166-4c3f-93cc-c40814745080 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fb2b333-3166-4c3f-93cc-c40814745080 found for delete ", "request_id": "req-4a29c805-4b1f-4ccb-b5f1-75f08fa406b3"}]} 2026-03-19 08:27:48.968 7 INFO neutron.services.segments.plugin [-] Segment 5fb2b333-3166-4c3f-93cc-c40814745080 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fb2b333-3166-4c3f-93cc-c40814745080 found for delete ", "request_id": "req-0b45e642-cfa5-4c98-9f1c-fe53901d9af8"}]} 2026-03-19 08:27:48.973 7 INFO neutron.services.segments.plugin [-] Segment 3c4b901d-cd20-40dc-a404-d473cd9f52db resource provider aggregate not found 2026-03-19 08:27:48.988 7 INFO neutron.services.segments.plugin [-] Segment 3c4b901d-cd20-40dc-a404-d473cd9f52db resource provider aggregate not found 2026-03-19 08:27:48.996 7 INFO neutron.services.segments.plugin [-] Segment 3c4b901d-cd20-40dc-a404-d473cd9f52db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c4b901d-cd20-40dc-a404-d473cd9f52db found for delete ", "request_id": "req-de2c65b5-86df-4e51-95d2-57ba43efe26b"}]} 2026-03-19 08:27:49.009 7 INFO neutron.services.segments.plugin [-] Segment 3c4b901d-cd20-40dc-a404-d473cd9f52db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c4b901d-cd20-40dc-a404-d473cd9f52db found for delete ", "request_id": "req-efa4d34b-2525-4fab-b33f-6ecf3d815c92"}]} [pid: 7|app: 0|req: 337/699] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:27:49 2026] GET /v2.0/networks?id=80a83b86-2c24-479b-bb0e-2db2006d75d6 => generated 684 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/700] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:27:49 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => 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: 339/701] 199.204.45.138 () {34 vars in 911 bytes} [Thu Mar 19 08:27:49 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-03-19 08:27:49.490 8 INFO neutron.db.segments_db [None req-ee5d7160-d823-4a56-a5f6-6dcc5aef8ddf 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment 2a755747-a24d-495e-af88-f4141fb15ddf of type vxlan for network 14d94e25-eee7-4dbd-8edc-e5f757bd7cd8 [pid: 8|app: 0|req: 363/702] 10.0.0.201 () {34 vars in 671 bytes} [Thu Mar 19 08:27:49 2026] POST /v2.0/networks => generated 745 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:27:49.568 7 INFO neutron.db.segments_db [None req-a374fba2-73c6-4d69-901e-657a35bd5a8e 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment 4dc97cef-51ea-4901-b9a4-8a5368b47e1d of type vxlan for network 138624b2-bf86-4157-9614-d278d6ffc4cb [pid: 8|app: 0|req: 364/703] 199.204.45.138 () {34 vars in 1050 bytes} [Thu Mar 19 08:27:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7fe0d9791c174f3db2491427b37aee6f => generated 181 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/704] 10.0.0.201 () {34 vars in 671 bytes} [Thu Mar 19 08:27:49 2026] POST /v2.0/networks => generated 747 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/705] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:27:49 2026] POST /v2.0/subnets => generated 692 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/706] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:27:49 2026] POST /v2.0/subnets => generated 695 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:27:49.963 8 INFO neutron.db.segments_db [None req-d0cc834e-79bc-45ed-8f6d-b7f0cf797a63 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment 424beefd-9d4e-4610-9f0f-170eb6edd9e6 of type vxlan for network bd3cbfb7-6d00-4b17-8d62-c942b608500d 2026-03-19 08:27:50.330 8 INFO neutron.db.l3_hamode_db [None req-d0cc834e-79bc-45ed-8f6d-b7f0cf797a63 4dc1459707a841c98e4188535c999b88 1952c2180ca64e07bde5a7241814e03f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 341/707] 199.204.45.138 () {38 vars in 955 bytes} [Thu Mar 19 08:27:49 2026] POST /v2.0/ports => generated 954 bytes in 969 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-03-19 08:27:50.735 7 INFO neutron.db.segments_db [None req-5c12e1ce-2cd7-4c6b-9b5f-6e3d2346fffb 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment 64309403-2dd9-434e-bea1-424e03d16fb7 of type vxlan for network 24b3a06c-db09-45f7-9cb7-06ff36eae521 2026-03-19 08:27:50.988 7 INFO neutron.db.l3_hamode_db [None req-5c12e1ce-2cd7-4c6b-9b5f-6e3d2346fffb 4dc1459707a841c98e4188535c999b88 95438e57a97b44f2817879173109c988 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-19 08:27:51.337 8 INFO neutron.db.l3_hamode_db [None req-d0cc834e-79bc-45ed-8f6d-b7f0cf797a63 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-19 08:27:51.829 7 INFO neutron.db.l3_hamode_db [None req-5c12e1ce-2cd7-4c6b-9b5f-6e3d2346fffb 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 367/708] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:27:49 2026] POST /v2.0/routers => generated 732 bytes in 2364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/709] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:27:52 2026] GET /v2.0/ports?device_id=9275e48e-5146-466d-b55a-be1f1f800ad2 => 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: 369/710] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:27:52 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => generated 957 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/711] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:27:50 2026] POST /v2.0/routers => generated 735 bytes in 2101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/712] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Mar 19 08:27:52 2026] PUT /v2.0/ports/9299fc3a-ff65-473b-98ab-4d38ad37acb3 => generated 1235 bytes in 891 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 371/713] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:27:53 2026] GET /v2.0/security-groups?id=878b07c4-b4ae-462e-a8a6-b763f86b14cd&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:27:53.772 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-99004990-8771-4bb0-a962-7ae7a316d215'] response: {'name': 'network-changed', 'server_uuid': '00b3942f-dfdd-4bdf-8d51-b462afe2e66e', 'tag': '9299fc3a-ff65-473b-98ab-4d38ad37acb3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 343/714] 10.0.0.201 () {34 vars in 783 bytes} [Thu Mar 19 08:27:52 2026] PUT /v2.0/routers/90d5b5b4-e4bb-4f74-b05f-628788518c92/add_router_interface => generated 309 bytes in 1107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/715] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:27:53 2026] GET /v2.0/ports?device_id=9275e48e-5146-466d-b55a-be1f1f800ad2 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/716] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:27:53 2026] GET /v2.0/networks?id=3fae845d-1865-4f19-8671-0695d7ceeb16 => 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: 346/717] 199.204.45.138 () {34 vars in 1050 bytes} [Thu Mar 19 08:27:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3b8e62e8e60c49b49a85621d83732c78 => generated 180 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/718] 10.0.0.201 () {34 vars in 783 bytes} [Thu Mar 19 08:27:53 2026] PUT /v2.0/routers/8bc65cf7-e1f9-45a7-a034-3d2577839059/add_router_interface => generated 309 bytes in 859 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/721] 199.204.45.138 () {38 vars in 955 bytes} [Thu Mar 19 08:27:53 2026] POST /v2.0/ports => generated 958 bytes in 333 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: 348/722] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:27:54 2026] GET /v2.0/ports?tenant_id=7fe0d9791c174f3db2491427b37aee6f&device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => generated 1238 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/723] 199.204.45.138 () {34 vars in 1018 bytes} [Thu Mar 19 08:27:54 2026] GET /v2.0/networks?tenant_id=7fe0d9791c174f3db2491427b37aee6f&shared=False => generated 779 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/724] 199.204.45.138 () {34 vars in 930 bytes} [Thu Mar 19 08:27:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/725] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:27:54 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/726] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:27:54 2026] GET /v2.0/security-groups?id=878b07c4-b4ae-462e-a8a6-b763f86b14cd&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: 375/727] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Mar 19 08:27:54 2026] PUT /v2.0/ports/c195a9cc-435e-4755-b250-d08408fc63f5 => generated 1239 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/728] 10.0.0.110 () {34 vars in 982 bytes} [Thu Mar 19 08:27:54 2026] GET /v2.0/networks?id=14d94e25-eee7-4dbd-8edc-e5f757bd7cd8 => generated 677 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 376/729] 10.0.0.110 () {34 vars in 965 bytes} [Thu Mar 19 08:27:54 2026] GET /v2.0/quotas/1952c2180ca64e07bde5a7241814e03f => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/730] 10.0.0.110 () {34 vars in 1002 bytes} [Thu Mar 19 08:27:54 2026] GET /v2.0/ports?tenant_id=1952c2180ca64e07bde5a7241814e03f&fields=id => generated 57 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/731] 10.0.0.201 () {34 vars in 685 bytes} [Thu Mar 19 08:27:54 2026] POST /v2.0/security-groups => generated 1660 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/732] 10.0.0.110 () {34 vars in 1008 bytes} [Thu Mar 19 08:27:54 2026] GET /v2.0/networks/14d94e25-eee7-4dbd-8edc-e5f757bd7cd8?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: 356/733] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:27:54 2026] GET /v2.0/ports?device_id=9275e48e-5146-466d-b55a-be1f1f800ad2 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/734] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:27:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/735] 10.0.0.110 () {34 vars in 1108 bytes} [Thu Mar 19 08:27:54 2026] GET /v2.0/networks/14d94e25-eee7-4dbd-8edc-e5f757bd7cd8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/736] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:27:54 2026] GET /v2.0/security-groups?id=9e8f7442-73dd-45eb-a646-f2195301c98e&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/737] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:27:54 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: 7|app: 0|req: 359/738] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:27:55 2026] GET /v2.0/ports?device_id=5a42abcd-ed0b-4db8-a9f3-64fc19b8d932 => 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: 360/739] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:27:55 2026] GET /v2.0/floatingips => generated 1093 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/740] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:27:55 2026] GET /v2.0/routers => generated 2934 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/741] 10.0.0.110 () {34 vars in 1178 bytes} [Thu Mar 19 08:27:55 2026] GET /v2.0/ports?device_id=5a42abcd-ed0b-4db8-a9f3-64fc19b8d932&device_id=9275e48e-5146-466d-b55a-be1f1f800ad2&device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => generated 2469 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/742] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:27:55 2026] GET /v2.0/ports?tenant_id=7fe0d9791c174f3db2491427b37aee6f&device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => generated 1238 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/743] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:27:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/744] 10.0.0.201 () {34 vars in 676 bytes} [Thu Mar 19 08:27:55 2026] POST /v2.0/floatingips => generated 552 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/745] 10.0.0.110 () {34 vars in 1120 bytes} [Thu Mar 19 08:27:55 2026] GET /v2.0/security-groups?id=878b07c4-b4ae-462e-a8a6-b763f86b14cd&id=9e8f7442-73dd-45eb-a646-f2195301c98e&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: 381/746] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:27:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=9299fc3a-ff65-473b-98ab-4d38ad37acb3 => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/747] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:27:55 2026] GET /v2.0/subnets?id=1b369849-b320-46fc-a8ea-5ede9e089742 => generated 702 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/748] 10.0.0.121 () {28 vars in 677 bytes} [Thu Mar 19 08:27:55 2026] GET /v2.0/routers/20f5248a-d513-4d02-a6be-637899045430/l3-agents => generated 682 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/749] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:27:55 2026] GET /v2.0/ports?tenant_id=3b8e62e8e60c49b49a85621d83732c78&device_id=9275e48e-5146-466d-b55a-be1f1f800ad2 => generated 1242 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/750] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:27:55 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/751] 10.0.0.121 () {28 vars in 677 bytes} [Thu Mar 19 08:27:55 2026] GET /v2.0/routers/8bc65cf7-e1f9-45a7-a034-3d2577839059/l3-agents => generated 682 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/752] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:27:55 2026] GET /v2.0/ports?network_id=80a83b86-2c24-479b-bb0e-2db2006d75d6&device_owner=network%3Adhcp => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/753] 199.204.45.138 () {34 vars in 1060 bytes} [Thu Mar 19 08:27:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=c195a9cc-435e-4755-b250-d08408fc63f5 => 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: 385/754] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:27:55 2026] GET /v2.0/security-groups?id=878b07c4-b4ae-462e-a8a6-b763f86b14cd&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-03-19 08:27:55.842 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-de31eabd-cb1c-49a9-a867-4a5075b263bd'] response: {'name': 'network-changed', 'server_uuid': '9275e48e-5146-466d-b55a-be1f1f800ad2', 'tag': 'c195a9cc-435e-4755-b250-d08408fc63f5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 386/755] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:27:55 2026] GET /v2.0/networks/80a83b86-2c24-479b-bb0e-2db2006d75d6?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: 370/756] 10.0.0.121 () {28 vars in 677 bytes} [Thu Mar 19 08:27:55 2026] GET /v2.0/routers/90d5b5b4-e4bb-4f74-b05f-628788518c92/l3-agents => generated 682 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/757] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:27:55 2026] GET /v2.0/subnets?id=dd07ba7a-761d-4056-9608-931a45e97d3e => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/758] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:27:55 2026] GET /v2.0/networks/80a83b86-2c24-479b-bb0e-2db2006d75d6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/759] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:27:55 2026] GET /v2.0/ports?network_id=3fae845d-1865-4f19-8671-0695d7ceeb16&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: 373/760] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:27:56 2026] GET /v2.0/networks/3fae845d-1865-4f19-8671-0695d7ceeb16?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/761] 10.0.0.121 () {28 vars in 677 bytes} [Thu Mar 19 08:27:55 2026] GET /v2.0/routers/dad9b7f2-f376-4a7e-b732-00d702050db4/l3-agents => generated 682 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/762] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:27:56 2026] GET /v2.0/network-ip-availabilities => generated 4750 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/763] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:27:56 2026] GET /v2.0/networks/3fae845d-1865-4f19-8671-0695d7ceeb16?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: 375/764] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:27:56 2026] GET /v2.0/security-groups => generated 37608 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/765] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:27:56 2026] GET /v2.0/networks => generated 7994 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/766] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:27:56 2026] GET /v2.0/ports?device_id=9275e48e-5146-466d-b55a-be1f1f800ad2 => generated 973 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/767] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:27:56 2026] GET /v2.0/ports?device_id=5a42abcd-ed0b-4db8-a9f3-64fc19b8d932 => 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: 378/768] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:27:56 2026] GET /v2.0/security-groups?id=9e8f7442-73dd-45eb-a646-f2195301c98e&fields=id&fields=name => generated 113 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/769] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:27:56 2026] GET /v2.0/subnets => generated 6533 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/770] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:27:56 2026] GET /v2.0/ports => generated 25733 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/771] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:27:56 2026] GET /v2.0/agents => generated 3385 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/772] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:27:56 2026] GET /v2.0/subnets => generated 6533 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/773] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:27:56 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/774] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:27:56 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => generated 969 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/775] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:27:57 2026] GET /v2.0/security-groups?id=878b07c4-b4ae-462e-a8a6-b763f86b14cd&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: 382/776] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:27:57 2026] GET /v2.0/ports?tenant_id=3b8e62e8e60c49b49a85621d83732c78&device_id=9275e48e-5146-466d-b55a-be1f1f800ad2 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/777] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:27:57 2026] GET /v2.0/networks?id=3fae845d-1865-4f19-8671-0695d7ceeb16 => generated 772 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/778] 199.204.45.138 () {34 vars in 1060 bytes} [Thu Mar 19 08:27:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=c195a9cc-435e-4755-b250-d08408fc63f5 => 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: 384/779] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:27:57 2026] GET /v2.0/ports?device_id=5a42abcd-ed0b-4db8-a9f3-64fc19b8d932 => 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: 396/780] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:27:57 2026] GET /v2.0/subnets?id=dd07ba7a-761d-4056-9608-931a45e97d3e => generated 694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/781] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:27:57 2026] GET /v2.0/ports?network_id=3fae845d-1865-4f19-8671-0695d7ceeb16&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/782] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:27:57 2026] GET /v2.0/ports?device_id=9275e48e-5146-466d-b55a-be1f1f800ad2 => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/783] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:27:57 2026] GET /v2.0/security-groups?id=9e8f7442-73dd-45eb-a646-f2195301c98e&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/784] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:27:57 2026] GET /v2.0/networks/3fae845d-1865-4f19-8671-0695d7ceeb16?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/785] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:27:57 2026] GET /v2.0/networks/3fae845d-1865-4f19-8671-0695d7ceeb16?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: 387/786] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:27:58 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/787] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:27:58 2026] GET /v2.0/security-groups?id=878b07c4-b4ae-462e-a8a6-b763f86b14cd&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: 388/788] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:27:58 2026] GET /v2.0/ports?device_id=5a42abcd-ed0b-4db8-a9f3-64fc19b8d932 => 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: 401/789] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:27:58 2026] GET /v2.0/ports?device_id=9275e48e-5146-466d-b55a-be1f1f800ad2 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/790] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:27:58 2026] GET /v2.0/security-groups?id=9e8f7442-73dd-45eb-a646-f2195301c98e&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/791] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:27:59 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => generated 969 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/792] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:27:59 2026] GET /v2.0/security-groups?id=878b07c4-b4ae-462e-a8a6-b763f86b14cd&fields=id&fields=name => generated 114 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/793] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:27:59 2026] GET /v2.0/networks?id=14d94e25-eee7-4dbd-8edc-e5f757bd7cd8 => generated 677 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/794] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:27:59 2026] GET /v2.0/ports?device_id=5a42abcd-ed0b-4db8-a9f3-64fc19b8d932 => 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: 405/795] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:27:59 2026] GET /v2.0/ports?device_id=9275e48e-5146-466d-b55a-be1f1f800ad2 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/796] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:27:59 2026] GET /v2.0/security-groups?id=9e8f7442-73dd-45eb-a646-f2195301c98e&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: 391/797] 199.204.45.138 () {38 vars in 955 bytes} [Thu Mar 19 08:27:59 2026] POST /v2.0/ports => generated 954 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/798] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Mar 19 08:27:59 2026] PUT /v2.0/ports/978cebbb-429a-4385-a1c9-3889fead617a => generated 1235 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:28:00.238 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6cd5130a-cde7-47b0-a08c-3f8bec08faf5'] response: {'name': 'network-changed', 'server_uuid': '5a42abcd-ed0b-4db8-a9f3-64fc19b8d932', 'tag': '978cebbb-429a-4385-a1c9-3889fead617a', '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: 392/799] 10.0.0.110 () {34 vars in 1100 bytes} [Thu Mar 19 08:28:00 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1927774577&fields=id&tenant_id=95438e57a97b44f2817879173109c988 => generated 69 bytes in 34 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: 408/800] 10.0.0.110 () {34 vars in 982 bytes} [Thu Mar 19 08:28:00 2026] GET /v2.0/networks?id=138624b2-bf86-4157-9614-d278d6ffc4cb => generated 680 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/801] 10.0.0.110 () {34 vars in 965 bytes} [Thu Mar 19 08:28:00 2026] GET /v2.0/quotas/95438e57a97b44f2817879173109c988 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/802] 10.0.0.110 () {34 vars in 1002 bytes} [Thu Mar 19 08:28:00 2026] GET /v2.0/ports?tenant_id=95438e57a97b44f2817879173109c988&fields=id => generated 57 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/803] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:00 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/804] 10.0.0.110 () {34 vars in 1008 bytes} [Thu Mar 19 08:28:00 2026] GET /v2.0/networks/138624b2-bf86-4157-9614-d278d6ffc4cb?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/805] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:00 2026] GET /v2.0/security-groups?id=878b07c4-b4ae-462e-a8a6-b763f86b14cd&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: 395/806] 10.0.0.110 () {34 vars in 1108 bytes} [Thu Mar 19 08:28:00 2026] GET /v2.0/networks/138624b2-bf86-4157-9614-d278d6ffc4cb?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: 412/807] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:00 2026] GET /v2.0/ports?device_id=5a42abcd-ed0b-4db8-a9f3-64fc19b8d932 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/808] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:00 2026] GET /v2.0/security-groups?id=cc2510f4-1cc5-4a31-aa9b-90db7658bf76&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: 396/809] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:28:00 2026] GET /v2.0/ports?tenant_id=1952c2180ca64e07bde5a7241814e03f&device_id=5a42abcd-ed0b-4db8-a9f3-64fc19b8d932 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/810] 199.204.45.138 () {34 vars in 1018 bytes} [Thu Mar 19 08:28:00 2026] GET /v2.0/networks?tenant_id=1952c2180ca64e07bde5a7241814e03f&shared=False => generated 773 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/811] 199.204.45.138 () {34 vars in 930 bytes} [Thu Mar 19 08:28:00 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/812] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:00 2026] GET /v2.0/ports?device_id=9275e48e-5146-466d-b55a-be1f1f800ad2 => 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: 398/813] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:00 2026] GET /v2.0/security-groups?id=9e8f7442-73dd-45eb-a646-f2195301c98e&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/814] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:01 2026] GET /v2.0/ports?device_id=24ed8214-872d-4750-bf7e-d4a41367e27e => 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: 399/815] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:01 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/816] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:01 2026] GET /v2.0/security-groups?id=878b07c4-b4ae-462e-a8a6-b763f86b14cd&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: 400/817] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:01 2026] GET /v2.0/ports?device_id=5a42abcd-ed0b-4db8-a9f3-64fc19b8d932 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/818] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:01 2026] GET /v2.0/security-groups?id=cc2510f4-1cc5-4a31-aa9b-90db7658bf76&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/819] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:28:01 2026] GET /v2.0/ports?tenant_id=1952c2180ca64e07bde5a7241814e03f&device_id=5a42abcd-ed0b-4db8-a9f3-64fc19b8d932 => generated 1238 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/820] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:28:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=978cebbb-429a-4385-a1c9-3889fead617a => 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: 419/821] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:28:02 2026] GET /v2.0/subnets?id=f316fd5f-f17c-4ca5-bd48-62cf946e64c4 => generated 695 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/822] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:28:02 2026] GET /v2.0/ports?network_id=14d94e25-eee7-4dbd-8edc-e5f757bd7cd8&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: 403/823] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:02 2026] GET /v2.0/ports?device_id=9275e48e-5146-466d-b55a-be1f1f800ad2 => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/824] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:28:02 2026] GET /v2.0/networks/14d94e25-eee7-4dbd-8edc-e5f757bd7cd8?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: 422/825] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:02 2026] GET /v2.0/security-groups?id=9e8f7442-73dd-45eb-a646-f2195301c98e&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/826] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:02 2026] GET /v2.0/ports?device_id=24ed8214-872d-4750-bf7e-d4a41367e27e => 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: 404/827] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:28:02 2026] GET /v2.0/networks/14d94e25-eee7-4dbd-8edc-e5f757bd7cd8?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: 424/828] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:02 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => 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: 405/829] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:02 2026] GET /v2.0/security-groups?id=878b07c4-b4ae-462e-a8a6-b763f86b14cd&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: 425/830] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:03 2026] GET /v2.0/ports?device_id=5a42abcd-ed0b-4db8-a9f3-64fc19b8d932 => 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: 406/831] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:03 2026] GET /v2.0/security-groups?id=cc2510f4-1cc5-4a31-aa9b-90db7658bf76&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/832] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:03 2026] GET /v2.0/ports?device_id=24ed8214-872d-4750-bf7e-d4a41367e27e => 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: 426/833] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:03 2026] GET /v2.0/ports?device_id=9275e48e-5146-466d-b55a-be1f1f800ad2 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/834] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:03 2026] GET /v2.0/security-groups?id=9e8f7442-73dd-45eb-a646-f2195301c98e&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/835] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:04 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/836] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:04 2026] GET /v2.0/security-groups?id=878b07c4-b4ae-462e-a8a6-b763f86b14cd&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/837] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:04 2026] GET /v2.0/ports?device_id=5a42abcd-ed0b-4db8-a9f3-64fc19b8d932 => 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: 410/838] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:04 2026] GET /v2.0/security-groups?id=cc2510f4-1cc5-4a31-aa9b-90db7658bf76&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/839] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:04 2026] GET /v2.0/ports?device_id=24ed8214-872d-4750-bf7e-d4a41367e27e => 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: 411/840] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:04 2026] GET /v2.0/ports?device_id=9275e48e-5146-466d-b55a-be1f1f800ad2 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/841] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:04 2026] GET /v2.0/security-groups?id=9e8f7442-73dd-45eb-a646-f2195301c98e&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/842] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:05 2026] GET /v2.0/ports?device_id=5a42abcd-ed0b-4db8-a9f3-64fc19b8d932 => 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: 431/843] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:28:05 2026] GET /v2.0/networks?id=138624b2-bf86-4157-9614-d278d6ffc4cb => generated 680 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/844] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:05 2026] GET /v2.0/security-groups?id=cc2510f4-1cc5-4a31-aa9b-90db7658bf76&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/845] 199.204.45.138 () {34 vars in 1050 bytes} [Thu Mar 19 08:28:05 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=95438e57a97b44f2817879173109c988 => generated 181 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/846] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:05 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => 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: 414/847] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:05 2026] GET /v2.0/security-groups?id=878b07c4-b4ae-462e-a8a6-b763f86b14cd&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/848] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:05 2026] GET /v2.0/ports?device_id=24ed8214-872d-4750-bf7e-d4a41367e27e => 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: 416/849] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:05 2026] GET /v2.0/ports?device_id=9275e48e-5146-466d-b55a-be1f1f800ad2 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/850] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:05 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/851] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:05 2026] GET /v2.0/security-groups?id=9e8f7442-73dd-45eb-a646-f2195301c98e&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: 434/852] 199.204.45.138 () {38 vars in 955 bytes} [Thu Mar 19 08:28:05 2026] POST /v2.0/ports => generated 954 bytes in 439 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-03-19 08:28:06.224 7 INFO neutron.db.l3_db [None req-1cf771e2-9f89-415d-9d4a-02ac20ab06be ef2423be869741deba22f1f331e629e4 7fe0d9791c174f3db2491427b37aee6f - - default default] Floating IP 2d7ea69d-7ac9-4914-949b-af0c3e2969b0 associated. External IP: 10.96.250.208, port: 9299fc3a-ff65-473b-98ab-4d38ad37acb3. [pid: 8|app: 0|req: 435/853] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Mar 19 08:28:05 2026] PUT /v2.0/ports/0fd3a49b-c7ee-4995-a9eb-80a2fea18be6 => generated 1235 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:28:06.451 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e703e847-3449-4e55-acd2-154990fefaa2'] response: {'name': 'network-changed', 'server_uuid': '24ed8214-872d-4750-bf7e-d4a41367e27e', 'tag': '0fd3a49b-c7ee-4995-a9eb-80a2fea18be6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 419/854] 10.0.0.201 () {34 vars in 749 bytes} [Thu Mar 19 08:28:05 2026] PUT /v2.0/floatingips/2d7ea69d-7ac9-4914-949b-af0c3e2969b0 => generated 855 bytes in 705 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: 420/855] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:06 2026] GET /v2.0/ports?device_id=5a42abcd-ed0b-4db8-a9f3-64fc19b8d932 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/856] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:06 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/857] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:06 2026] GET /v2.0/security-groups?id=cc2510f4-1cc5-4a31-aa9b-90db7658bf76&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: 437/858] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:06 2026] GET /v2.0/security-groups?id=878b07c4-b4ae-462e-a8a6-b763f86b14cd&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: 422/859] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:06 2026] GET /v2.0/ports?device_id=24ed8214-872d-4750-bf7e-d4a41367e27e => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/860] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:06 2026] GET /v2.0/security-groups?id=3779c490-cc45-4f56-856a-8fcf746d2b86&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-03-19 08:28:06.902 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff5d1116-2d4c-498a-9195-d2d656709098'] response: {'name': 'network-changed', 'server_uuid': '00b3942f-dfdd-4bdf-8d51-b462afe2e66e', 'tag': '9299fc3a-ff65-473b-98ab-4d38ad37acb3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 423/861] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:06 2026] GET /v2.0/ports?device_id=9275e48e-5146-466d-b55a-be1f1f800ad2 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/862] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:28:06 2026] GET /v2.0/ports?tenant_id=95438e57a97b44f2817879173109c988&device_id=24ed8214-872d-4750-bf7e-d4a41367e27e => 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: 439/863] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:06 2026] GET /v2.0/security-groups?id=9e8f7442-73dd-45eb-a646-f2195301c98e&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: 425/864] 199.204.45.138 () {34 vars in 1018 bytes} [Thu Mar 19 08:28:07 2026] GET /v2.0/networks?tenant_id=95438e57a97b44f2817879173109c988&shared=False => generated 775 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/865] 199.204.45.138 () {34 vars in 930 bytes} [Thu Mar 19 08:28:07 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/866] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:07 2026] GET /v2.0/ports?device_id=9275e48e-5146-466d-b55a-be1f1f800ad2 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/867] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:28:07 2026] GET /v2.0/ports?tenant_id=7fe0d9791c174f3db2491427b37aee6f&device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/868] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:28:07 2026] GET /v2.0/networks?id=80a83b86-2c24-479b-bb0e-2db2006d75d6 => generated 779 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/869] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:28:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=9299fc3a-ff65-473b-98ab-4d38ad37acb3 => generated 858 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/870] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:28:07 2026] GET /v2.0/subnets?id=1b369849-b320-46fc-a8ea-5ede9e089742 => generated 702 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:28:07.677 8 INFO neutron.db.l3_db [None req-47df8652-4200-44aa-a613-b6a66a954e71 e11efba4b2304595a78be4b6ebeaa9da 3b8e62e8e60c49b49a85621d83732c78 - - default default] Floating IP fc73f589-ef2f-4764-bdf6-c7b8041d9b4e associated. External IP: 10.96.250.217, port: c195a9cc-435e-4755-b250-d08408fc63f5. [pid: 7|app: 0|req: 431/871] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:28:07 2026] GET /v2.0/ports?network_id=80a83b86-2c24-479b-bb0e-2db2006d75d6&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/872] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:28:07 2026] GET /v2.0/networks/80a83b86-2c24-479b-bb0e-2db2006d75d6?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/873] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:07 2026] GET /v2.0/ports?device_id=5a42abcd-ed0b-4db8-a9f3-64fc19b8d932 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/874] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:28:07 2026] GET /v2.0/networks/80a83b86-2c24-479b-bb0e-2db2006d75d6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/875] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:07 2026] GET /v2.0/security-groups?id=cc2510f4-1cc5-4a31-aa9b-90db7658bf76&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/876] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:07 2026] GET /v2.0/ports?device_id=24ed8214-872d-4750-bf7e-d4a41367e27e => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/877] 10.0.0.201 () {34 vars in 749 bytes} [Thu Mar 19 08:28:07 2026] PUT /v2.0/floatingips/fc73f589-ef2f-4764-bdf6-c7b8041d9b4e => generated 856 bytes in 787 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/878] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:07 2026] GET /v2.0/security-groups?id=3779c490-cc45-4f56-856a-8fcf746d2b86&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: 8|app: 0|req: 442/879] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:08 2026] GET /v2.0/ports?device_id=9275e48e-5146-466d-b55a-be1f1f800ad2 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/880] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:08 2026] GET /v2.0/security-groups?id=9e8f7442-73dd-45eb-a646-f2195301c98e&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: 443/881] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:28:08 2026] GET /v2.0/ports?tenant_id=95438e57a97b44f2817879173109c988&device_id=24ed8214-872d-4750-bf7e-d4a41367e27e => generated 1238 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/882] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:28:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=0fd3a49b-c7ee-4995-a9eb-80a2fea18be6 => 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: 444/883] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:28:08 2026] GET /v2.0/subnets?id=903fb88c-7475-497b-bd76-7de2da870f7a => generated 698 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/884] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:28:08 2026] GET /v2.0/ports?network_id=138624b2-bf86-4157-9614-d278d6ffc4cb&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: 445/885] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:28:08 2026] GET /v2.0/networks/138624b2-bf86-4157-9614-d278d6ffc4cb?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/886] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:28:08 2026] GET /v2.0/networks/138624b2-bf86-4157-9614-d278d6ffc4cb?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-03-19 08:28:08.488 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bd930c45-5591-4d6c-afe5-8d9e01782ae8'] response: {'name': 'network-changed', 'server_uuid': '9275e48e-5146-466d-b55a-be1f1f800ad2', 'tag': 'c195a9cc-435e-4755-b250-d08408fc63f5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 446/887] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:08 2026] GET /v2.0/ports?device_id=9275e48e-5146-466d-b55a-be1f1f800ad2 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/888] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:08 2026] GET /v2.0/security-groups?id=9e8f7442-73dd-45eb-a646-f2195301c98e&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: 443/889] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:28:09 2026] GET /v2.0/ports?tenant_id=3b8e62e8e60c49b49a85621d83732c78&device_id=9275e48e-5146-466d-b55a-be1f1f800ad2 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/890] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:08 2026] GET /v2.0/ports?device_id=5a42abcd-ed0b-4db8-a9f3-64fc19b8d932 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/891] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:28:09 2026] GET /v2.0/networks?id=3fae845d-1865-4f19-8671-0695d7ceeb16 => generated 772 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/892] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:09 2026] GET /v2.0/security-groups?id=cc2510f4-1cc5-4a31-aa9b-90db7658bf76&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/893] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:09 2026] GET /v2.0/ports?device_id=24ed8214-872d-4750-bf7e-d4a41367e27e => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/894] 199.204.45.138 () {34 vars in 1060 bytes} [Thu Mar 19 08:28:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=c195a9cc-435e-4755-b250-d08408fc63f5 => generated 859 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/895] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:28:09 2026] GET /v2.0/subnets?id=dd07ba7a-761d-4056-9608-931a45e97d3e => generated 694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/896] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:09 2026] GET /v2.0/security-groups?id=3779c490-cc45-4f56-856a-8fcf746d2b86&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/899] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:28:09 2026] GET /v2.0/ports?network_id=3fae845d-1865-4f19-8671-0695d7ceeb16&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: 449/900] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:28:09 2026] GET /v2.0/networks/3fae845d-1865-4f19-8671-0695d7ceeb16?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/901] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:28:09 2026] GET /v2.0/networks/3fae845d-1865-4f19-8671-0695d7ceeb16?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: 450/902] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:09 2026] GET /v2.0/ports?device_id=5a42abcd-ed0b-4db8-a9f3-64fc19b8d932 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/903] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:09 2026] GET /v2.0/security-groups?id=cc2510f4-1cc5-4a31-aa9b-90db7658bf76&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/904] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:09 2026] GET /v2.0/ports?device_id=9275e48e-5146-466d-b55a-be1f1f800ad2 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/905] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:09 2026] GET /v2.0/security-groups?id=9e8f7442-73dd-45eb-a646-f2195301c98e&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/906] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:10 2026] GET /v2.0/ports?device_id=24ed8214-872d-4750-bf7e-d4a41367e27e => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/907] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:10 2026] GET /v2.0/security-groups?id=3779c490-cc45-4f56-856a-8fcf746d2b86&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/908] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:10 2026] GET /v2.0/ports?device_id=5a42abcd-ed0b-4db8-a9f3-64fc19b8d932 => 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: 456/909] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:10 2026] GET /v2.0/security-groups?id=cc2510f4-1cc5-4a31-aa9b-90db7658bf76&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: 454/910] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:10 2026] GET /v2.0/ports?device_id=9275e48e-5146-466d-b55a-be1f1f800ad2 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/911] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:10 2026] GET /v2.0/security-groups?id=9e8f7442-73dd-45eb-a646-f2195301c98e&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: 455/912] 199.204.45.138 () {34 vars in 994 bytes} [Thu Mar 19 08:28:11 2026] GET /v2.0/ports?device_id=9275e48e-5146-466d-b55a-be1f1f800ad2 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:28:11.166 8 INFO neutron_taas.services.taas.taas_plugin [req-85a985d3-fad3-48e0-8170-deac8488e1a0 req-1a5f4cda-d91c-41e3-865f-83ebfb467501 e11efba4b2304595a78be4b6ebeaa9da 3b8e62e8e60c49b49a85621d83732c78 - - default default] TaaS: Handle Delete Port: c195a9cc-435e-4755-b250-d08408fc63f5 2026-03-19 08:28:11.171 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-85a985d3-fad3-48e0-8170-deac8488e1a0 req-1a5f4cda-d91c-41e3-865f-83ebfb467501 e11efba4b2304595a78be4b6ebeaa9da 3b8e62e8e60c49b49a85621d83732c78 - - default default] Tap Mirror: Handle Delete Port: c195a9cc-435e-4755-b250-d08408fc63f5 2026-03-19 08:28:11.332 8 INFO neutron.db.l3_db [req-85a985d3-fad3-48e0-8170-deac8488e1a0 req-1a5f4cda-d91c-41e3-865f-83ebfb467501 e11efba4b2304595a78be4b6ebeaa9da 3b8e62e8e60c49b49a85621d83732c78 - - default default] Floating IP fc73f589-ef2f-4764-bdf6-c7b8041d9b4e disassociated. External IP: 10.96.250.217, port: c195a9cc-435e-4755-b250-d08408fc63f5. [pid: 7|app: 0|req: 456/913] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:11 2026] GET /v2.0/ports?device_id=24ed8214-872d-4750-bf7e-d4a41367e27e => 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: 457/914] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:11 2026] GET /v2.0/security-groups?id=3779c490-cc45-4f56-856a-8fcf746d2b86&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: 458/915] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:11 2026] GET /v2.0/ports?device_id=5a42abcd-ed0b-4db8-a9f3-64fc19b8d932 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/916] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:11 2026] GET /v2.0/security-groups?id=cc2510f4-1cc5-4a31-aa9b-90db7658bf76&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/917] 199.204.45.138 () {34 vars in 994 bytes} [Thu Mar 19 08:28:11 2026] GET /v2.0/ports?device_id=5a42abcd-ed0b-4db8-a9f3-64fc19b8d932 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/918] 199.204.45.138 () {36 vars in 997 bytes} [Thu Mar 19 08:28:11 2026] DELETE /v2.0/ports/c195a9cc-435e-4755-b250-d08408fc63f5 => generated 0 bytes in 1038 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/919] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:12 2026] GET /v2.0/ports?device_id=9275e48e-5146-466d-b55a-be1f1f800ad2 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:28:12.132 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0513b0f-2f28-4bb4-a79a-01d9a2cc396c'] response: {'server_uuid': '9275e48e-5146-466d-b55a-be1f1f800ad2', 'name': 'network-vif-deleted', 'tag': 'c195a9cc-435e-4755-b250-d08408fc63f5', 'status': 'completed', 'code': 200} 2026-03-19 08:28:12.514 7 INFO neutron_taas.services.taas.taas_plugin [req-938d2c8d-6e6a-4ef4-bf02-36a52fdd3582 req-7cb0717d-f227-4382-b115-0050f1929b51 9ef6e61750e448ec88d6066b34f3d5b3 1952c2180ca64e07bde5a7241814e03f - - default default] TaaS: Handle Delete Port: 978cebbb-429a-4385-a1c9-3889fead617a 2026-03-19 08:28:12.519 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-938d2c8d-6e6a-4ef4-bf02-36a52fdd3582 req-7cb0717d-f227-4382-b115-0050f1929b51 9ef6e61750e448ec88d6066b34f3d5b3 1952c2180ca64e07bde5a7241814e03f - - default default] Tap Mirror: Handle Delete Port: 978cebbb-429a-4385-a1c9-3889fead617a [pid: 7|app: 0|req: 461/920] 199.204.45.138 () {36 vars in 997 bytes} [Thu Mar 19 08:28:11 2026] DELETE /v2.0/ports/978cebbb-429a-4385-a1c9-3889fead617a => generated 0 bytes in 714 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/921] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:12 2026] GET /v2.0/ports?device_id=24ed8214-872d-4750-bf7e-d4a41367e27e => generated 969 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/922] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:12 2026] GET /v2.0/security-groups?id=3779c490-cc45-4f56-856a-8fcf746d2b86&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-03-19 08:28:12.794 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a60aaf0c-8b34-4fd2-a5b8-d05cd7116df8'] response: {'server_uuid': '5a42abcd-ed0b-4db8-a9f3-64fc19b8d932', 'name': 'network-vif-deleted', 'tag': '978cebbb-429a-4385-a1c9-3889fead617a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 461/923] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:12 2026] GET /v2.0/ports?device_id=5a42abcd-ed0b-4db8-a9f3-64fc19b8d932 => 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: 463/924] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:13 2026] GET /v2.0/ports?device_id=9275e48e-5146-466d-b55a-be1f1f800ad2 => 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: 462/925] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:13 2026] GET /v2.0/ports?device_id=24ed8214-872d-4750-bf7e-d4a41367e27e => 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: 464/926] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:13 2026] GET /v2.0/security-groups?id=3779c490-cc45-4f56-856a-8fcf746d2b86&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/927] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:14 2026] GET /v2.0/ports?device_id=5a42abcd-ed0b-4db8-a9f3-64fc19b8d932 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/928] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:14 2026] GET /v2.0/ports?device_id=9275e48e-5146-466d-b55a-be1f1f800ad2 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/929] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:15 2026] GET /v2.0/ports?device_id=24ed8214-872d-4750-bf7e-d4a41367e27e => 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: 466/930] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:15 2026] GET /v2.0/security-groups?id=3779c490-cc45-4f56-856a-8fcf746d2b86&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/931] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:15 2026] GET /v2.0/ports?device_id=5a42abcd-ed0b-4db8-a9f3-64fc19b8d932 => 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: 467/932] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:15 2026] GET /v2.0/ports?device_id=9275e48e-5146-466d-b55a-be1f1f800ad2 => 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: 466/933] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:16 2026] GET /v2.0/ports?device_id=24ed8214-872d-4750-bf7e-d4a41367e27e => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/934] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:16 2026] GET /v2.0/ports?device_id=5a42abcd-ed0b-4db8-a9f3-64fc19b8d932 => 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: 467/935] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:16 2026] GET /v2.0/security-groups?id=3779c490-cc45-4f56-856a-8fcf746d2b86&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: 469/936] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:16 2026] GET /v2.0/ports?device_id=24ed8214-872d-4750-bf7e-d4a41367e27e => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/937] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:28:16 2026] DELETE /v2.0/security-groups/9e8f7442-73dd-45eb-a646-f2195301c98e => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:28:16.675 7 INFO neutron.api.v2.resource [None req-e362f201-e7f9-4271-940c-15ef4c3a371d e11efba4b2304595a78be4b6ebeaa9da 3b8e62e8e60c49b49a85621d83732c78 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 471/938] 10.0.0.201 () {32 vars in 737 bytes} [Thu Mar 19 08:28:16 2026] GET /v2.0/security-groups/9e8f7442-73dd-45eb-a646-f2195301c98e => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:28:16.796 7 INFO neutron_taas.services.taas.taas_plugin [None req-16695b4c-1156-4a0f-862c-3fe66f8b3968 e11efba4b2304595a78be4b6ebeaa9da 3b8e62e8e60c49b49a85621d83732c78 - - default default] TaaS: Handle Delete Port: 6e54beb5-67f2-4da5-8bc3-fe8b7fc88794 2026-03-19 08:28:16.801 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16695b4c-1156-4a0f-862c-3fe66f8b3968 e11efba4b2304595a78be4b6ebeaa9da 3b8e62e8e60c49b49a85621d83732c78 - - default default] Tap Mirror: Handle Delete Port: 6e54beb5-67f2-4da5-8bc3-fe8b7fc88794 2026-03-19 08:28:16.834 8 INFO neutron.db.l3_db [None req-289d3dea-212d-44b5-88e5-8ad92737b7e3 527ba6c916794991bbab7327b1ff70d3 95438e57a97b44f2817879173109c988 - - default default] Floating IP d938d8ea-0a3f-4ff1-84af-6955c75935cb associated. External IP: 10.96.250.209, port: 0fd3a49b-c7ee-4995-a9eb-80a2fea18be6. [pid: 7|app: 0|req: 472/939] 10.0.0.201 () {32 vars in 732 bytes} [Thu Mar 19 08:28:16 2026] DELETE /v2.0/floatingips/fc73f589-ef2f-4764-bdf6-c7b8041d9b4e => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/940] 10.0.0.201 () {34 vars in 749 bytes} [Thu Mar 19 08:28:16 2026] PUT /v2.0/floatingips/d938d8ea-0a3f-4ff1-84af-6955c75935cb => generated 855 bytes in 803 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:28:17.270 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fcd94df4-f000-4786-94c6-9864d9f12d85'] response: {'name': 'network-changed', 'server_uuid': '24ed8214-872d-4750-bf7e-d4a41367e27e', 'tag': '0fd3a49b-c7ee-4995-a9eb-80a2fea18be6', 'status': 'completed', 'code': 200} 2026-03-19 08:28:17.295 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf44dbb4-ea0c-40ae-8777-2acc8c523fa1 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: 67352000-dab1-4843-b6f2-20e9d00ac32a 2026-03-19 08:28:17.298 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf44dbb4-ea0c-40ae-8777-2acc8c523fa1 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: 67352000-dab1-4843-b6f2-20e9d00ac32a [pid: 8|app: 0|req: 469/941] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:17 2026] GET /v2.0/ports?device_id=24ed8214-872d-4750-bf7e-d4a41367e27e => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:28:17.701 8 INFO neutron_taas.services.taas.taas_plugin [None req-795320bd-3ee2-4405-b5c0-2924d80a5b11 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: 6e73a179-f6d4-4489-b862-a7b801eede31 2026-03-19 08:28:17.710 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-795320bd-3ee2-4405-b5c0-2924d80a5b11 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: 6e73a179-f6d4-4489-b862-a7b801eede31 [pid: 7|app: 0|req: 473/942] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:28:16 2026] PUT /v2.0/routers/dad9b7f2-f376-4a7e-b732-00d702050db4/remove_router_interface => generated 309 bytes in 815 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/943] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:17 2026] GET /v2.0/security-groups?id=3779c490-cc45-4f56-856a-8fcf746d2b86&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/944] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:28:17 2026] GET /v2.0/ports?tenant_id=95438e57a97b44f2817879173109c988&device_id=24ed8214-872d-4750-bf7e-d4a41367e27e => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:28:18.008 7 INFO neutron_taas.services.taas.taas_plugin [None req-9a029c1e-2ef6-4e65-8b95-da15e59f12cb 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: 6f8a56b3-9e37-4981-abd0-e391e2ea030b 2026-03-19 08:28:18.010 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a029c1e-2ef6-4e65-8b95-da15e59f12cb 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: 6f8a56b3-9e37-4981-abd0-e391e2ea030b 2026-03-19 08:28:18.249 7 INFO neutron_taas.services.taas.taas_plugin [None req-9a029c1e-2ef6-4e65-8b95-da15e59f12cb 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: e1e40dc4-17f0-4560-a56c-29ed1e7993be 2026-03-19 08:28:18.253 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a029c1e-2ef6-4e65-8b95-da15e59f12cb 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: e1e40dc4-17f0-4560-a56c-29ed1e7993be [pid: 8|app: 0|req: 470/945] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:28:17 2026] PUT /v2.0/routers/90d5b5b4-e4bb-4f74-b05f-628788518c92/remove_router_interface => generated 309 bytes in 1036 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/946] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:28:18 2026] GET /v2.0/networks?id=138624b2-bf86-4157-9614-d278d6ffc4cb => generated 775 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/947] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:18 2026] GET /v2.0/ports?device_id=24ed8214-872d-4750-bf7e-d4a41367e27e => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:28:18.583 7 INFO neutron.services.segments.plugin [-] Segment d2d8c1c7-4510-45bc-b402-7633d03b3178 resource provider aggregate not found 2026-03-19 08:28:18.593 7 INFO neutron.services.segments.plugin [-] Segment d2d8c1c7-4510-45bc-b402-7633d03b3178 resource provider aggregate not found 2026-03-19 08:28:18.605 7 INFO neutron.services.segments.plugin [-] Segment d2d8c1c7-4510-45bc-b402-7633d03b3178 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2d8c1c7-4510-45bc-b402-7633d03b3178 found for delete ", "request_id": "req-b01747b7-f6cd-41ea-a1fe-b42f1eb3a0ba"}]} 2026-03-19 08:28:18.616 7 INFO neutron.db.l3_hamode_db [None req-9a029c1e-2ef6-4e65-8b95-da15e59f12cb 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] HA network c67d8c09-cf5c-4bf0-99a1-f79fb9919b23 was deleted as no HA routers are present in tenant 3b8e62e8e60c49b49a85621d83732c78. 2026-03-19 08:28:18.618 7 INFO neutron.services.segments.plugin [-] Segment d2d8c1c7-4510-45bc-b402-7633d03b3178 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2d8c1c7-4510-45bc-b402-7633d03b3178 found for delete ", "request_id": "req-e9148549-64af-4ad0-a2fd-3c1d11499bab"}]} [pid: 7|app: 0|req: 476/948] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:17 2026] DELETE /v2.0/routers/dad9b7f2-f376-4a7e-b732-00d702050db4 => generated 0 bytes in 780 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/949] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:28:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=0fd3a49b-c7ee-4995-a9eb-80a2fea18be6 => generated 858 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/950] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:18 2026] GET /v2.0/security-groups?id=3779c490-cc45-4f56-856a-8fcf746d2b86&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:28:18.691 8 INFO neutron_taas.services.taas.taas_plugin [None req-4ffac8c7-ba52-454b-858c-febbfcc220dc 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: 890bdd4b-a6cb-44df-b181-430aa9e6853c 2026-03-19 08:28:18.694 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ffac8c7-ba52-454b-858c-febbfcc220dc 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: 890bdd4b-a6cb-44df-b181-430aa9e6853c [pid: 7|app: 0|req: 479/951] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:18 2026] DELETE /v2.0/subnets/dd07ba7a-761d-4056-9608-931a45e97d3e => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/952] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:28:18 2026] GET /v2.0/subnets?id=903fb88c-7475-497b-bd76-7de2da870f7a => generated 698 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:28:18.936 8 INFO neutron_taas.services.taas.taas_plugin [None req-4ffac8c7-ba52-454b-858c-febbfcc220dc 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: 7e6466a1-7a94-4c3e-830a-5131f97ee106 2026-03-19 08:28:18.939 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ffac8c7-ba52-454b-858c-febbfcc220dc 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: 7e6466a1-7a94-4c3e-830a-5131f97ee106 2026-03-19 08:28:18.972 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f0c33c3-03ae-4af8-99c0-b395c0ade802 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: e3607b81-6b0e-4964-92c2-d94ce6dc5933 2026-03-19 08:28:18.974 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f0c33c3-03ae-4af8-99c0-b395c0ade802 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: e3607b81-6b0e-4964-92c2-d94ce6dc5933 [pid: 7|app: 0|req: 481/953] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:28:18 2026] DELETE /v2.0/networks/3fae845d-1865-4f19-8671-0695d7ceeb16 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/954] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:28:19 2026] GET /v2.0/ports?network_id=138624b2-bf86-4157-9614-d278d6ffc4cb&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/955] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:28:19 2026] GET /v2.0/networks/138624b2-bf86-4157-9614-d278d6ffc4cb?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: 484/956] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:28:19 2026] GET /v2.0/networks/138624b2-bf86-4157-9614-d278d6ffc4cb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:28:19.292 8 INFO neutron.services.segments.plugin [-] Segment 424beefd-9d4e-4610-9f0f-170eb6edd9e6 resource provider aggregate not found 2026-03-19 08:28:19.318 8 INFO neutron.services.segments.plugin [-] Segment 424beefd-9d4e-4610-9f0f-170eb6edd9e6 resource provider aggregate not found 2026-03-19 08:28:19.323 8 INFO neutron.services.segments.plugin [-] Segment 424beefd-9d4e-4610-9f0f-170eb6edd9e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 424beefd-9d4e-4610-9f0f-170eb6edd9e6 found for delete ", "request_id": "req-1f82f810-ec74-4fd6-afd1-73a3cc00769f"}]} 2026-03-19 08:28:19.341 8 INFO neutron.services.segments.plugin [-] Segment 424beefd-9d4e-4610-9f0f-170eb6edd9e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 424beefd-9d4e-4610-9f0f-170eb6edd9e6 found for delete ", "request_id": "req-8d93b07e-8c60-4b17-ac64-508d50f7c49d"}]} 2026-03-19 08:28:19.342 8 INFO neutron.db.l3_hamode_db [None req-4ffac8c7-ba52-454b-858c-febbfcc220dc 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] HA network bd3cbfb7-6d00-4b17-8d62-c942b608500d was deleted as no HA routers are present in tenant 1952c2180ca64e07bde5a7241814e03f. [pid: 8|app: 0|req: 473/957] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:18 2026] DELETE /v2.0/routers/90d5b5b4-e4bb-4f74-b05f-628788518c92 => generated 0 bytes in 883 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/958] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:28:19 2026] GET /v2.0/security-groups?tenant_id=3b8e62e8e60c49b49a85621d83732c78&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/959] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:28:19 2026] DELETE /v2.0/security-groups/36dfb7c1-d1a0-463f-a68b-cfe26f607eb7 => 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: 486/960] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:19 2026] DELETE /v2.0/subnets/f316fd5f-f17c-4ca5-bd48-62cf946e64c4 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:28:19.614 8 INFO neutron_taas.services.taas.taas_plugin [None req-1902c3a9-ecd9-47c3-accf-3328036e459a 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: 701ad29c-84e5-45c0-bb46-31f1eb7c760e 2026-03-19 08:28:19.616 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1902c3a9-ecd9-47c3-accf-3328036e459a 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: 701ad29c-84e5-45c0-bb46-31f1eb7c760e [pid: 7|app: 0|req: 487/961] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:19 2026] GET /v2.0/ports?device_id=24ed8214-872d-4750-bf7e-d4a41367e27e => 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: 488/962] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:19 2026] GET /v2.0/security-groups?id=3779c490-cc45-4f56-856a-8fcf746d2b86&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/963] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:28:19 2026] DELETE /v2.0/networks/14d94e25-eee7-4dbd-8edc-e5f757bd7cd8 => generated 0 bytes in 353 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/964] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:28:20 2026] GET /v2.0/security-groups?tenant_id=1952c2180ca64e07bde5a7241814e03f&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/965] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:28:20 2026] DELETE /v2.0/security-groups/cc2510f4-1cc5-4a31-aa9b-90db7658bf76 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:28:20.622 7 INFO neutron.services.segments.plugin [-] Segment da850c99-1aa8-43ff-9f7c-daff4dd6903a resource provider aggregate not found 2026-03-19 08:28:20.650 7 INFO neutron.services.segments.plugin [-] Segment da850c99-1aa8-43ff-9f7c-daff4dd6903a resource provider aggregate not found 2026-03-19 08:28:20.668 7 INFO neutron.services.segments.plugin [-] Segment da850c99-1aa8-43ff-9f7c-daff4dd6903a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da850c99-1aa8-43ff-9f7c-daff4dd6903a found for delete ", "request_id": "req-548a6992-5ffa-45d2-8dcc-1564302ef17a"}]} 2026-03-19 08:28:20.681 7 INFO neutron.services.segments.plugin [-] Segment da850c99-1aa8-43ff-9f7c-daff4dd6903a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da850c99-1aa8-43ff-9f7c-daff4dd6903a found for delete ", "request_id": "req-9327620b-ef3e-49dd-b7f6-134f74fb51ba"}]} [pid: 7|app: 0|req: 490/966] 199.204.45.138 () {34 vars in 994 bytes} [Thu Mar 19 08:28:20 2026] GET /v2.0/ports?device_id=24ed8214-872d-4750-bf7e-d4a41367e27e => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:28:20.859 8 INFO neutron_taas.services.taas.taas_plugin [req-ba6c0d8b-67cb-44c2-9af7-b1ee2542d3d6 req-bb39e2ca-7991-4410-a774-15fbf8477cba 527ba6c916794991bbab7327b1ff70d3 95438e57a97b44f2817879173109c988 - - default default] TaaS: Handle Delete Port: 0fd3a49b-c7ee-4995-a9eb-80a2fea18be6 2026-03-19 08:28:20.862 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ba6c0d8b-67cb-44c2-9af7-b1ee2542d3d6 req-bb39e2ca-7991-4410-a774-15fbf8477cba 527ba6c916794991bbab7327b1ff70d3 95438e57a97b44f2817879173109c988 - - default default] Tap Mirror: Handle Delete Port: 0fd3a49b-c7ee-4995-a9eb-80a2fea18be6 [pid: 7|app: 0|req: 491/967] 10.0.0.134 () {34 vars in 990 bytes} [Thu Mar 19 08:28:20 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => generated 1240 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/968] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:20 2026] GET /v2.0/ports?device_id=24ed8214-872d-4750-bf7e-d4a41367e27e => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:28:20.988 8 INFO neutron.db.l3_db [req-ba6c0d8b-67cb-44c2-9af7-b1ee2542d3d6 req-bb39e2ca-7991-4410-a774-15fbf8477cba 527ba6c916794991bbab7327b1ff70d3 95438e57a97b44f2817879173109c988 - - default default] Floating IP d938d8ea-0a3f-4ff1-84af-6955c75935cb disassociated. External IP: 10.96.250.209, port: 0fd3a49b-c7ee-4995-a9eb-80a2fea18be6. [pid: 7|app: 0|req: 493/969] 10.0.0.134 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:20 2026] GET /v2.0/security-groups?id=878b07c4-b4ae-462e-a8a6-b763f86b14cd&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: 494/970] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:21 2026] GET /v2.0/security-groups?id=3779c490-cc45-4f56-856a-8fcf746d2b86&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:28:21.349 8 INFO neutron.services.segments.plugin [-] Segment 2a755747-a24d-495e-af88-f4141fb15ddf resource provider aggregate not found 2026-03-19 08:28:21.374 8 INFO neutron.services.segments.plugin [-] Segment 2a755747-a24d-495e-af88-f4141fb15ddf resource provider aggregate not found 2026-03-19 08:28:21.377 8 INFO neutron.services.segments.plugin [-] Segment 2a755747-a24d-495e-af88-f4141fb15ddf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a755747-a24d-495e-af88-f4141fb15ddf found for delete ", "request_id": "req-9d515cc0-2a6b-451a-bf29-86cc33c29e6c"}]} 2026-03-19 08:28:21.427 8 INFO neutron.services.segments.plugin [-] Segment 2a755747-a24d-495e-af88-f4141fb15ddf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a755747-a24d-495e-af88-f4141fb15ddf found for delete ", "request_id": "req-66cc014a-57e9-4a19-b267-2f3c80045e09"}]} [pid: 8|app: 0|req: 477/971] 199.204.45.138 () {36 vars in 997 bytes} [Thu Mar 19 08:28:20 2026] DELETE /v2.0/ports/0fd3a49b-c7ee-4995-a9eb-80a2fea18be6 => generated 0 bytes in 725 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:28:21.486 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-02e246db-30a7-4ee4-b616-970ac4631def'] response: {'server_uuid': '24ed8214-872d-4750-bf7e-d4a41367e27e', 'name': 'network-vif-deleted', 'tag': '0fd3a49b-c7ee-4995-a9eb-80a2fea18be6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 495/972] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:22 2026] GET /v2.0/ports?device_id=24ed8214-872d-4750-bf7e-d4a41367e27e => 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: 496/973] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:23 2026] GET /v2.0/ports?device_id=24ed8214-872d-4750-bf7e-d4a41367e27e => 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: 478/974] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:28:23 2026] GET /v2.0/security-groups?tenant_id=2e98a54720284db582131baf404a0992&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/975] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:28:23 2026] DELETE /v2.0/security-groups/bf46c1d6-501a-40e1-81d4-9d5f915fc312 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/976] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:28:23 2026] GET /v2.0/security-groups?tenant_id=136850f4cff14453b8698d274b2513a4&name=default => generated 2925 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/977] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:28:24 2026] DELETE /v2.0/security-groups/fca2d907-de0d-4025-8d7c-9da3cfe1a559 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/980] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:24 2026] GET /v2.0/ports?device_id=24ed8214-872d-4750-bf7e-d4a41367e27e => 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: 480/981] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:28:24 2026] GET /v2.0/security-groups?tenant_id=dafb509d010f44eba2066776c97ef42c&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: 502/982] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:28:24 2026] DELETE /v2.0/security-groups/231b0229-0144-4423-9486-683d0866367d => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/983] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:28:25 2026] DELETE /v2.0/security-groups/3779c490-cc45-4f56-856a-8fcf746d2b86 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:28:25.509 7 INFO neutron.api.v2.resource [None req-461a1c0e-6201-4395-9e7a-acf500661683 527ba6c916794991bbab7327b1ff70d3 95438e57a97b44f2817879173109c988 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 503/984] 10.0.0.201 () {32 vars in 737 bytes} [Thu Mar 19 08:28:25 2026] GET /v2.0/security-groups/3779c490-cc45-4f56-856a-8fcf746d2b86 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:28:25.625 8 INFO neutron_taas.services.taas.taas_plugin [None req-28d392e7-1f76-4a18-9713-71a779355c8b 527ba6c916794991bbab7327b1ff70d3 95438e57a97b44f2817879173109c988 - - default default] TaaS: Handle Delete Port: ae45efde-4763-4cb8-a167-e5b412f6645a 2026-03-19 08:28:25.628 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28d392e7-1f76-4a18-9713-71a779355c8b 527ba6c916794991bbab7327b1ff70d3 95438e57a97b44f2817879173109c988 - - default default] Tap Mirror: Handle Delete Port: ae45efde-4763-4cb8-a167-e5b412f6645a [pid: 8|app: 0|req: 482/985] 10.0.0.201 () {32 vars in 732 bytes} [Thu Mar 19 08:28:25 2026] DELETE /v2.0/floatingips/d938d8ea-0a3f-4ff1-84af-6955c75935cb => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:28:26.238 7 INFO neutron_taas.services.taas.taas_plugin [None req-5b196c3d-576c-4c26-a849-4c261dce81a0 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: f526e2f6-6550-4c84-8038-9bd4a029b6f4 2026-03-19 08:28:26.241 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b196c3d-576c-4c26-a849-4c261dce81a0 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: f526e2f6-6550-4c84-8038-9bd4a029b6f4 2026-03-19 08:28:26.578 8 INFO neutron.db.segments_db [None req-a3d8016f-e5c1-488e-b590-c9e6ff043470 97da4ad5a58f494781a27abb2d109d6f 5e5db89e85da40eab71107be52eda2d8 - - default default] Added segment 885d26f1-86c5-4ec0-8bc1-f5470ad14f03 of type vxlan for network ed91e27e-0d8e-49a6-bb5f-84a850f9b7e9 2026-03-19 08:28:26.648 8 INFO neutron.db.segments_db [None req-a3d8016f-e5c1-488e-b590-c9e6ff043470 97da4ad5a58f494781a27abb2d109d6f 5e5db89e85da40eab71107be52eda2d8 - - default default] Added segment c34ebfc2-1065-464a-9c1d-6f73f65daec9 of type vxlan for network 78545383-3c22-483c-a7bc-8c25749dda07 [pid: 7|app: 0|req: 504/986] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:28:25 2026] PUT /v2.0/routers/8bc65cf7-e1f9-45a7-a034-3d2577839059/remove_router_interface => generated 309 bytes in 928 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/987] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:28:26 2026] POST /v2.0/networks => generated 1245 bytes in 552 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/988] 10.0.0.201 () {32 vars in 649 bytes} [Thu Mar 19 08:28:26 2026] GET /v2.0/networks => generated 1844 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:28:26.933 7 INFO neutron_taas.services.taas.taas_plugin [None req-f2616088-5bb2-45dd-b367-7d2408f71209 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: 46652d96-7b3d-43a8-9788-4e0ef0aeb69d 2026-03-19 08:28:26.936 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2616088-5bb2-45dd-b367-7d2408f71209 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: 46652d96-7b3d-43a8-9788-4e0ef0aeb69d 2026-03-19 08:28:26.984 8 INFO neutron.services.segments.plugin [-] Segment 885d26f1-86c5-4ec0-8bc1-f5470ad14f03 resource provider aggregate not found 2026-03-19 08:28:26.988 8 INFO neutron.services.segments.plugin [-] Segment 885d26f1-86c5-4ec0-8bc1-f5470ad14f03 resource provider aggregate not found [pid: 8|app: 0|req: 485/989] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:28:26 2026] DELETE /v2.0/networks/ed91e27e-0d8e-49a6-bb5f-84a850f9b7e9 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:28:27.011 8 INFO neutron.services.segments.plugin [-] Segment 885d26f1-86c5-4ec0-8bc1-f5470ad14f03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 885d26f1-86c5-4ec0-8bc1-f5470ad14f03 found for delete ", "request_id": "req-ef17f968-cdc9-4eed-a9e5-f16a4c550fda"}]} 2026-03-19 08:28:27.013 8 INFO neutron.services.segments.plugin [-] Segment 885d26f1-86c5-4ec0-8bc1-f5470ad14f03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 885d26f1-86c5-4ec0-8bc1-f5470ad14f03 found for delete ", "request_id": "req-1522fb14-37a3-4bf9-990a-2fef3e39f012"}]} [pid: 8|app: 0|req: 486/990] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:28:27 2026] DELETE /v2.0/networks/78545383-3c22-483c-a7bc-8c25749dda07 => 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: 487/991] 10.0.0.201 () {32 vars in 649 bytes} [Thu Mar 19 08:28:27 2026] GET /v2.0/networks => generated 651 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:28:27.216 8 INFO neutron.db.segments_db [None req-8fdbec80-7bf2-4168-b945-a35c50785178 97da4ad5a58f494781a27abb2d109d6f 5e5db89e85da40eab71107be52eda2d8 - - default default] Added segment 830479d9-0f0d-4683-a24e-0e4dd1e7a60f of type vxlan for network 28b49055-eff4-41ce-bc35-c483f05f48f7 2026-03-19 08:28:27.228 7 INFO neutron_taas.services.taas.taas_plugin [None req-f2616088-5bb2-45dd-b367-7d2408f71209 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: 75bd3ad9-c116-41d0-a433-0b58188990f4 2026-03-19 08:28:27.231 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2616088-5bb2-45dd-b367-7d2408f71209 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: 75bd3ad9-c116-41d0-a433-0b58188990f4 [pid: 8|app: 0|req: 488/992] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:28:27 2026] POST /v2.0/networks => generated 652 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:28:27.373 8 INFO neutron.db.segments_db [None req-593ea215-b362-4ab6-b4b2-52bc5e90865a 97da4ad5a58f494781a27abb2d109d6f 5e5db89e85da40eab71107be52eda2d8 - - default default] Added segment a2f08fb3-dc5b-40f9-b9ce-4ca21efe46e6 of type vxlan for network ee5c3392-9218-47b0-99c9-a2f60b2a47b4 [pid: 8|app: 0|req: 489/993] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:28:27 2026] POST /v2.0/networks => generated 654 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:28:27.520 7 INFO neutron.services.segments.plugin [-] Segment 64309403-2dd9-434e-bea1-424e03d16fb7 resource provider aggregate not found 2026-03-19 08:28:27.525 7 INFO neutron.services.segments.plugin [-] Segment 64309403-2dd9-434e-bea1-424e03d16fb7 resource provider aggregate not found 2026-03-19 08:28:27.542 7 INFO neutron.db.l3_hamode_db [None req-f2616088-5bb2-45dd-b367-7d2408f71209 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] HA network 24b3a06c-db09-45f7-9cb7-06ff36eae521 was deleted as no HA routers are present in tenant 95438e57a97b44f2817879173109c988. 2026-03-19 08:28:27.547 7 INFO neutron.services.segments.plugin [-] Segment 64309403-2dd9-434e-bea1-424e03d16fb7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64309403-2dd9-434e-bea1-424e03d16fb7 found for delete ", "request_id": "req-d4241463-81ed-45e5-a940-98083ea1857c"}]} [pid: 7|app: 0|req: 505/994] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:26 2026] DELETE /v2.0/routers/8bc65cf7-e1f9-45a7-a034-3d2577839059 => generated 0 bytes in 809 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:28:27.551 7 INFO neutron.services.segments.plugin [-] Segment 64309403-2dd9-434e-bea1-424e03d16fb7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64309403-2dd9-434e-bea1-424e03d16fb7 found for delete ", "request_id": "req-5bf9e961-170b-4446-b3b6-afe775e63bd0"}]} [pid: 7|app: 0|req: 506/995] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:27 2026] DELETE /v2.0/subnets/903fb88c-7475-497b-bd76-7de2da870f7a => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:28:27.736 7 INFO neutron_taas.services.taas.taas_plugin [None req-34798dca-c731-4057-b247-045cbc630d96 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: 52fccf67-60e3-400b-9fdb-34f2fc6ec9f3 2026-03-19 08:28:27.738 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34798dca-c731-4057-b247-045cbc630d96 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: 52fccf67-60e3-400b-9fdb-34f2fc6ec9f3 [pid: 7|app: 0|req: 507/996] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:28:27 2026] DELETE /v2.0/networks/138624b2-bf86-4157-9614-d278d6ffc4cb => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/997] 10.0.0.201 () {34 vars in 665 bytes} [Thu Mar 19 08:28:27 2026] POST /v2.0/ports => generated 1506 bytes in 576 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 491/998] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:28:28 2026] GET /v2.0/security-groups?tenant_id=95438e57a97b44f2817879173109c988&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/999] 10.0.0.201 () {32 vars in 643 bytes} [Thu Mar 19 08:28:28 2026] GET /v2.0/ports => generated 1506 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1000] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:28:28 2026] DELETE /v2.0/security-groups/3084c6ba-3124-42af-b44e-9c147eafb790 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:28:28.253 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbc94aa8-0fee-4a0c-b4d4-0059b37c9878 97da4ad5a58f494781a27abb2d109d6f 5e5db89e85da40eab71107be52eda2d8 - - default default] TaaS: Handle Delete Port: f6b0ff6b-d323-4848-af5b-83d3c35d199d 2026-03-19 08:28:28.256 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbc94aa8-0fee-4a0c-b4d4-0059b37c9878 97da4ad5a58f494781a27abb2d109d6f 5e5db89e85da40eab71107be52eda2d8 - - default default] Tap Mirror: Handle Delete Port: f6b0ff6b-d323-4848-af5b-83d3c35d199d [pid: 7|app: 0|req: 509/1001] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:28:28 2026] DELETE /v2.0/ports/f6b0ff6b-d323-4848-af5b-83d3c35d199d => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:28:28.426 8 INFO neutron_taas.services.taas.taas_plugin [None req-385558b5-709f-49ba-9937-79c21cb9cbdf 97da4ad5a58f494781a27abb2d109d6f 5e5db89e85da40eab71107be52eda2d8 - - default default] TaaS: Handle Delete Port: 92681558-bada-46de-9888-71d3316eb01c 2026-03-19 08:28:28.429 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-385558b5-709f-49ba-9937-79c21cb9cbdf 97da4ad5a58f494781a27abb2d109d6f 5e5db89e85da40eab71107be52eda2d8 - - default default] Tap Mirror: Handle Delete Port: 92681558-bada-46de-9888-71d3316eb01c [pid: 8|app: 0|req: 493/1002] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:28:28 2026] DELETE /v2.0/ports/92681558-bada-46de-9888-71d3316eb01c => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1003] 10.0.0.201 () {32 vars in 643 bytes} [Thu Mar 19 08:28:28 2026] GET /v2.0/ports => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:28:28.604 8 INFO neutron.db.segments_db [None req-3ff5b8a3-0bcd-4fab-a301-228b53cae766 97da4ad5a58f494781a27abb2d109d6f 5e5db89e85da40eab71107be52eda2d8 - - default default] Added segment fad7789a-4fa7-4c73-b557-ec95de66b267 of type vxlan for network 87a6552c-8ca1-4c10-a3e0-5d6ab9bf3119 [pid: 8|app: 0|req: 494/1004] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:28:28 2026] POST /v2.0/networks => generated 653 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:28:28.744 7 INFO neutron.db.segments_db [None req-bd5853b2-07ec-44ff-8423-7742ad57e3fd 97da4ad5a58f494781a27abb2d109d6f 5e5db89e85da40eab71107be52eda2d8 - - default default] Added segment 78379c2d-522a-4619-b9ed-dae34198ab9b of type vxlan for network f80192d1-9761-4f65-bfc9-e7387e323c36 [pid: 7|app: 0|req: 511/1005] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:28:28 2026] POST /v2.0/networks => generated 654 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1006] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:28:28 2026] GET /v2.0/security-groups?tenant_id=be439a93daf84ae1b4b71ed4dafb1900&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:28:29.046 8 INFO neutron.services.segments.plugin [-] Segment c34ebfc2-1065-464a-9c1d-6f73f65daec9 resource provider aggregate not found 2026-03-19 08:28:29.051 8 INFO neutron.services.segments.plugin [-] Segment c34ebfc2-1065-464a-9c1d-6f73f65daec9 resource provider aggregate not found 2026-03-19 08:28:29.070 8 INFO neutron.services.segments.plugin [-] Segment c34ebfc2-1065-464a-9c1d-6f73f65daec9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c34ebfc2-1065-464a-9c1d-6f73f65daec9 found for delete ", "request_id": "req-173bdebf-5fd2-4153-b433-e9faafb5d4ff"}]} 2026-03-19 08:28:29.077 8 INFO neutron.services.segments.plugin [-] Segment c34ebfc2-1065-464a-9c1d-6f73f65daec9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c34ebfc2-1065-464a-9c1d-6f73f65daec9 found for delete ", "request_id": "req-c923bbd3-f314-4f15-b84a-5b0062425612"}]} [pid: 7|app: 0|req: 512/1007] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:28:29 2026] DELETE /v2.0/security-groups/861cd960-5703-4424-a95e-a59183a91b47 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1008] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:28:29 2026] GET /v2.0/security-groups?tenant_id=e412f243dff249d8858d5097f4c86654&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1009] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:28:29 2026] DELETE /v2.0/security-groups/5b357847-e5a9-4274-9f79-6d7f4925bd9f => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:28:29.576 7 INFO neutron.services.segments.plugin [-] Segment 4dc97cef-51ea-4901-b9a4-8a5368b47e1d resource provider aggregate not found 2026-03-19 08:28:29.586 7 INFO neutron.services.segments.plugin [-] Segment 4dc97cef-51ea-4901-b9a4-8a5368b47e1d resource provider aggregate not found 2026-03-19 08:28:29.616 7 INFO neutron.services.segments.plugin [-] Segment 4dc97cef-51ea-4901-b9a4-8a5368b47e1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dc97cef-51ea-4901-b9a4-8a5368b47e1d found for delete ", "request_id": "req-b385e1b4-6300-44fd-88be-56ce7cfb1220"}]} 2026-03-19 08:28:29.616 7 INFO neutron.services.segments.plugin [-] Segment 4dc97cef-51ea-4901-b9a4-8a5368b47e1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dc97cef-51ea-4901-b9a4-8a5368b47e1d found for delete ", "request_id": "req-73838859-b576-49df-9da8-396237bc097a"}]} [pid: 7|app: 0|req: 513/1010] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:28:29 2026] POST /v2.0/subnets => generated 1324 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1011] 10.0.0.201 () {32 vars in 647 bytes} [Thu Mar 19 08:28:29 2026] GET /v2.0/subnets => generated 1960 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1012] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:29 2026] DELETE /v2.0/subnets/a5417653-682b-4130-a764-a81df82b132e => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1013] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:29 2026] DELETE /v2.0/subnets/678a5b10-e885-47d3-ab06-ceb39b1f9d14 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1014] 10.0.0.201 () {32 vars in 647 bytes} [Thu Mar 19 08:28:30 2026] GET /v2.0/subnets => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1015] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:28:30 2026] DELETE /v2.0/networks/f80192d1-9761-4f65-bfc9-e7387e323c36 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:28:30.325 7 INFO neutron.db.segments_db [None req-56180a91-7e54-4e8a-88a5-aa3292c2c8f0 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment 8e4230c3-831d-41c6-a1ef-edbd746dbf82 of type vxlan for network 014f6775-c1d7-436e-a0eb-aafc5baad24a [pid: 8|app: 0|req: 502/1016] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:28:30 2026] DELETE /v2.0/networks/87a6552c-8ca1-4c10-a3e0-5d6ab9bf3119 => 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: 515/1017] 10.0.0.201 () {34 vars in 671 bytes} [Thu Mar 19 08:28:30 2026] POST /v2.0/networks => generated 738 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1018] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:28:30 2026] DELETE /v2.0/networks/ee5c3392-9218-47b0-99c9-a2f60b2a47b4 => 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: 516/1019] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:28:30 2026] POST /v2.0/subnets => generated 685 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:28:30.657 7 INFO neutron.db.segments_db [None req-c8b20463-f5f0-45ac-9041-f1fbf51229c8 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment 421f7f66-152e-4b0d-8a0b-3533c38ae2ad of type vxlan for network 09799de1-61c8-4f23-9d0c-1d7c7da0ffe2 [pid: 8|app: 0|req: 504/1020] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:28:30 2026] DELETE /v2.0/networks/28b49055-eff4-41ce-bc35-c483f05f48f7 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:28:30.865 7 INFO neutron.db.l3_hamode_db [None req-c8b20463-f5f0-45ac-9041-f1fbf51229c8 4dc1459707a841c98e4188535c999b88 bfcfe286aec5495e89a11db0aa6fa9e3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-19 08:28:31.095 8 INFO neutron.services.segments.plugin [-] Segment 78379c2d-522a-4619-b9ed-dae34198ab9b resource provider aggregate not found 2026-03-19 08:28:31.101 8 INFO neutron.services.segments.plugin [-] Segment 78379c2d-522a-4619-b9ed-dae34198ab9b resource provider aggregate not found 2026-03-19 08:28:31.116 8 INFO neutron.services.segments.plugin [-] Segment 78379c2d-522a-4619-b9ed-dae34198ab9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78379c2d-522a-4619-b9ed-dae34198ab9b found for delete ", "request_id": "req-44a2f20b-2521-4bb1-a73f-4d3b795728e1"}]} 2026-03-19 08:28:31.121 8 INFO neutron.services.segments.plugin [-] Segment 78379c2d-522a-4619-b9ed-dae34198ab9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78379c2d-522a-4619-b9ed-dae34198ab9b found for delete ", "request_id": "req-1fa74e3e-9a09-4de0-bbe1-59907276c694"}]} 2026-03-19 08:28:31.138 8 INFO neutron.services.segments.plugin [-] Segment fad7789a-4fa7-4c73-b557-ec95de66b267 resource provider aggregate not found 2026-03-19 08:28:31.143 8 INFO neutron.services.segments.plugin [-] Segment fad7789a-4fa7-4c73-b557-ec95de66b267 resource provider aggregate not found 2026-03-19 08:28:31.159 8 INFO neutron.services.segments.plugin [-] Segment fad7789a-4fa7-4c73-b557-ec95de66b267 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fad7789a-4fa7-4c73-b557-ec95de66b267 found for delete ", "request_id": "req-89d83667-4b42-4dcd-9b76-c447981de68e"}]} 2026-03-19 08:28:31.163 8 INFO neutron.services.segments.plugin [-] Segment fad7789a-4fa7-4c73-b557-ec95de66b267 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fad7789a-4fa7-4c73-b557-ec95de66b267 found for delete ", "request_id": "req-8407ce23-9651-4bea-94a2-75db02b714c2"}]} 2026-03-19 08:28:31.176 8 INFO neutron.services.segments.plugin [-] Segment a2f08fb3-dc5b-40f9-b9ce-4ca21efe46e6 resource provider aggregate not found 2026-03-19 08:28:31.186 8 INFO neutron.services.segments.plugin [-] Segment a2f08fb3-dc5b-40f9-b9ce-4ca21efe46e6 resource provider aggregate not found 2026-03-19 08:28:31.195 8 INFO neutron.services.segments.plugin [-] Segment a2f08fb3-dc5b-40f9-b9ce-4ca21efe46e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2f08fb3-dc5b-40f9-b9ce-4ca21efe46e6 found for delete ", "request_id": "req-29981462-e61b-4e84-814e-c599753ebf59"}]} 2026-03-19 08:28:31.200 8 INFO neutron.services.segments.plugin [-] Segment a2f08fb3-dc5b-40f9-b9ce-4ca21efe46e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2f08fb3-dc5b-40f9-b9ce-4ca21efe46e6 found for delete ", "request_id": "req-b9190435-0722-4e2f-bcfc-30a831bdde52"}]} 2026-03-19 08:28:31.215 8 INFO neutron.services.segments.plugin [-] Segment 830479d9-0f0d-4683-a24e-0e4dd1e7a60f resource provider aggregate not found 2026-03-19 08:28:31.221 8 INFO neutron.services.segments.plugin [-] Segment 830479d9-0f0d-4683-a24e-0e4dd1e7a60f resource provider aggregate not found 2026-03-19 08:28:31.250 8 INFO neutron.services.segments.plugin [-] Segment 830479d9-0f0d-4683-a24e-0e4dd1e7a60f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 830479d9-0f0d-4683-a24e-0e4dd1e7a60f found for delete ", "request_id": "req-6c1faf4d-c0e7-4a4b-9967-6f1360cdfc70"}]} 2026-03-19 08:28:31.251 8 INFO neutron.services.segments.plugin [-] Segment 830479d9-0f0d-4683-a24e-0e4dd1e7a60f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 830479d9-0f0d-4683-a24e-0e4dd1e7a60f found for delete ", "request_id": "req-3ecea0c3-07c4-4892-b6fc-916abe9c8687"}]} [pid: 8|app: 0|req: 505/1021] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:28:31 2026] GET /v2.0/security-groups?tenant_id=5e5db89e85da40eab71107be52eda2d8&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1022] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:28:31 2026] DELETE /v2.0/security-groups/98cd6874-37e1-4883-bc6d-c92af4191af5 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:28:31.649 7 INFO neutron.db.l3_hamode_db [None req-c8b20463-f5f0-45ac-9041-f1fbf51229c8 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 517/1023] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:28:30 2026] POST /v2.0/routers => generated 725 bytes in 1891 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:28:33.382 7 INFO neutron.db.segments_db [None req-5978252f-451e-4c1c-ba5a-5350b07c3ae9 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] Added segment 20e69b14-d413-4ce8-8b03-9c80864cb5c4 of type vxlan for network 1a3b2951-1b85-4408-b149-acde833847b6 [pid: 7|app: 0|req: 518/1024] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:28:33 2026] POST /v2.0/networks => generated 628 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:28:33.533 7 INFO neutron.db.segments_db [None req-e7e11cc5-1deb-4dfc-9e72-919c748457b8 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] Added segment ee7f279f-10cf-41c8-9864-edc2c801acce of type vxlan for network aaad76cc-e40a-4253-9bfd-698a1959bc86 [pid: 7|app: 0|req: 519/1025] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:28:33 2026] POST /v2.0/networks => generated 629 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1026] 10.0.0.201 () {34 vars in 783 bytes} [Thu Mar 19 08:28:32 2026] PUT /v2.0/routers/6f4e0f09-0652-4fbe-8967-66ade3197f4c/add_router_interface => generated 309 bytes in 1127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1027] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:28:33 2026] POST /v2.0/subnets => generated 626 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1028] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:28:33 2026] POST /v2.0/subnets => generated 626 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:28:34.267 7 INFO neutron.db.segments_db [None req-3ffdf546-8698-4aa6-85da-4b2309040559 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] Added segment 9f8d5391-0d82-42c8-bf6a-d837dc0e692d of type vxlan for network 49d46f99-5dde-4750-bf3e-f0e7246a8804 [pid: 8|app: 0|req: 509/1029] 10.0.0.201 () {34 vars in 685 bytes} [Thu Mar 19 08:28:34 2026] POST /v2.0/security-groups => generated 1660 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-19 08:28:34.515 7 INFO neutron.db.l3_hamode_db [None req-3ffdf546-8698-4aa6-85da-4b2309040559 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 510/1030] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:28:34 2026] GET /v2.0/security-groups?tenant_id=b349ec3cc0994649bac31056e0ca22af&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:28:34.681 7 INFO neutron.db.l3_hamode_db [None req-3ffdf546-8698-4aa6-85da-4b2309040559 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 511/1031] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:28:34 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: 512/1032] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:28:34 2026] DELETE /v2.0/security-groups/41995e51-12dc-4e3f-8214-0461e9f27cbe => 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: 513/1033] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:28:34 2026] POST /v2.0/security-group-rules => generated 602 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1034] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:28:35 2026] GET /v2.0/security-groups?tenant_id=02633f2d87c0431f9073eff781b4c267&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: 521/1035] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:28:34 2026] POST /v2.0/routers => generated 507 bytes in 1054 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1036] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:35 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1037] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:28:35 2026] DELETE /v2.0/security-groups/2fe9624d-7123-4d8a-85cd-28ed0b87307b => 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: 515/1038] 10.0.0.201 () {34 vars in 676 bytes} [Thu Mar 19 08:28:35 2026] POST /v2.0/floatingips => generated 552 bytes in 548 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1039] 10.0.0.110 () {34 vars in 971 bytes} [Thu Mar 19 08:28:35 2026] GET /v2.0/ports/9299fc3a-ff65-473b-98ab-4d38ad37acb3 => generated 968 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1040] 10.0.0.110 () {34 vars in 1098 bytes} [Thu Mar 19 08:28:36 2026] GET /v2.0/security-groups?name=tempest-securitygroup--346895265&fields=id&tenant_id=bfcfe286aec5495e89a11db0aa6fa9e3 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1041] 10.0.0.110 () {34 vars in 982 bytes} [Thu Mar 19 08:28:36 2026] GET /v2.0/networks?id=014f6775-c1d7-436e-a0eb-aafc5baad24a => generated 670 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1042] 10.0.0.110 () {34 vars in 965 bytes} [Thu Mar 19 08:28:36 2026] GET /v2.0/quotas/bfcfe286aec5495e89a11db0aa6fa9e3 => 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: 520/1043] 10.0.0.110 () {34 vars in 1002 bytes} [Thu Mar 19 08:28:36 2026] GET /v2.0/ports?tenant_id=bfcfe286aec5495e89a11db0aa6fa9e3&fields=id => generated 103 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1044] 199.204.45.138 () {34 vars in 1000 bytes} [Thu Mar 19 08:28:36 2026] GET /v2.0/subnets?network_id=80a83b86-2c24-479b-bb0e-2db2006d75d6 => generated 684 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1045] 10.0.0.110 () {34 vars in 1008 bytes} [Thu Mar 19 08:28:36 2026] GET /v2.0/networks/014f6775-c1d7-436e-a0eb-aafc5baad24a?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: 523/1046] 199.204.45.138 () {34 vars in 1146 bytes} [Thu Mar 19 08:28:36 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e&device_owner=compute%3Anova&network_id=80a83b86-2c24-479b-bb0e-2db2006d75d6 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1047] 10.0.0.110 () {34 vars in 1108 bytes} [Thu Mar 19 08:28:36 2026] GET /v2.0/networks/014f6775-c1d7-436e-a0eb-aafc5baad24a?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: 524/1048] 10.0.0.201 () {34 vars in 783 bytes} [Thu Mar 19 08:28:35 2026] PUT /v2.0/routers/52923dcb-1eca-4c01-bf86-2bd3fbd865dc/add_router_interface => generated 309 bytes in 1173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1049] 10.0.0.201 () {32 vars in 717 bytes} [Thu Mar 19 08:28:36 2026] GET /v2.0/ports/7eb97518-3585-4613-8201-2972ef7a4728 => generated 955 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1050] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Mar 19 08:28:36 2026] PUT /v2.0/ports/9299fc3a-ff65-473b-98ab-4d38ad37acb3 => generated 1145 bytes in 571 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: 526/1051] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:37 2026] GET /v2.0/ports?device_id=50e23126-90b0-4fcb-8963-7f888ad54647 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:28:37.236 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ac38bc44-aa9c-450f-bbf6-1fee6da29ee4'] response: {'name': 'network-changed', 'server_uuid': '00b3942f-dfdd-4bdf-8d51-b462afe2e66e', 'tag': '9299fc3a-ff65-473b-98ab-4d38ad37acb3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 527/1052] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:28:37 2026] GET /v2.0/ports?tenant_id=7fe0d9791c174f3db2491427b37aee6f&device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => generated 1417 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1053] 10.0.0.201 () {34 vars in 783 bytes} [Thu Mar 19 08:28:36 2026] PUT /v2.0/routers/52923dcb-1eca-4c01-bf86-2bd3fbd865dc/add_router_interface => generated 309 bytes in 1086 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1054] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:28:37 2026] GET /v2.0/networks?id=80a83b86-2c24-479b-bb0e-2db2006d75d6 => generated 779 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1055] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:28:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=9299fc3a-ff65-473b-98ab-4d38ad37acb3 => generated 860 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1056] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:28:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=9299fc3a-ff65-473b-98ab-4d38ad37acb3 => 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: 527/1057] 10.0.0.201 () {32 vars in 717 bytes} [Thu Mar 19 08:28:37 2026] GET /v2.0/ports/e3bbf2f2-40e1-4239-b2c6-7df36f15e162 => generated 955 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1058] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:28:37 2026] GET /v2.0/subnets?id=1b369849-b320-46fc-a8ea-5ede9e089742 => 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: 529/1059] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:28:37 2026] GET /v2.0/ports?network_id=80a83b86-2c24-479b-bb0e-2db2006d75d6&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1060] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:28:37 2026] GET /v2.0/networks/80a83b86-2c24-479b-bb0e-2db2006d75d6?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: 531/1061] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:28:38 2026] GET /v2.0/networks/80a83b86-2c24-479b-bb0e-2db2006d75d6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:28:38.238 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4128271-131b-45b0-89ec-193b958e7a14 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] TaaS: Handle Delete Port: e3bbf2f2-40e1-4239-b2c6-7df36f15e162 2026-03-19 08:28:38.243 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4128271-131b-45b0-89ec-193b958e7a14 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] Tap Mirror: Handle Delete Port: e3bbf2f2-40e1-4239-b2c6-7df36f15e162 [pid: 7|app: 0|req: 532/1062] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:38 2026] GET /v2.0/ports?device_id=50e23126-90b0-4fcb-8963-7f888ad54647 => 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: 531/1063] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:28:37 2026] PUT /v2.0/routers/52923dcb-1eca-4c01-bf86-2bd3fbd865dc/remove_router_interface => generated 309 bytes in 850 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:28:39.021 7 INFO neutron_taas.services.taas.taas_plugin [None req-1284e983-5757-42f5-962e-eaadf2b79199 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] TaaS: Handle Delete Port: 7eb97518-3585-4613-8201-2972ef7a4728 2026-03-19 08:28:39.024 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1284e983-5757-42f5-962e-eaadf2b79199 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] Tap Mirror: Handle Delete Port: 7eb97518-3585-4613-8201-2972ef7a4728 [pid: 8|app: 0|req: 532/1064] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:28:39 2026] GET /v2.0/ports?tenant_id=7fe0d9791c174f3db2491427b37aee6f&device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => generated 1417 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1065] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:39 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => generated 1148 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1066] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:28:39 2026] GET /v2.0/networks?id=80a83b86-2c24-479b-bb0e-2db2006d75d6 => generated 779 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1067] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:39 2026] GET /v2.0/security-groups?id=878b07c4-b4ae-462e-a8a6-b763f86b14cd&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: 536/1068] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:28:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=9299fc3a-ff65-473b-98ab-4d38ad37acb3 => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1071] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:28:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=9299fc3a-ff65-473b-98ab-4d38ad37acb3 => 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: 540/1072] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:28:39 2026] GET /v2.0/subnets?id=1b369849-b320-46fc-a8ea-5ede9e089742 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1073] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:28:39 2026] GET /v2.0/ports?network_id=80a83b86-2c24-479b-bb0e-2db2006d75d6&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1074] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:39 2026] GET /v2.0/ports?device_id=50e23126-90b0-4fcb-8963-7f888ad54647 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1075] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:28:39 2026] GET /v2.0/networks/80a83b86-2c24-479b-bb0e-2db2006d75d6?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1076] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:28:38 2026] PUT /v2.0/routers/52923dcb-1eca-4c01-bf86-2bd3fbd865dc/remove_router_interface => generated 309 bytes in 744 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1077] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:28:39 2026] GET /v2.0/networks/80a83b86-2c24-479b-bb0e-2db2006d75d6?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: 534/1078] 10.0.0.201 () {32 vars in 736 bytes} [Thu Mar 19 08:28:39 2026] GET /v2.0/ports?device_id=52923dcb-1eca-4c01-bf86-2bd3fbd865dc => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:28:39.709 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ee9ba1a-a63e-4ef4-9c4c-92b6d0998dcb 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] TaaS: Handle Delete Port: 72d6fbbe-9421-49a2-8e7f-1955d0e2904f 2026-03-19 08:28:39.713 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ee9ba1a-a63e-4ef4-9c4c-92b6d0998dcb 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] Tap Mirror: Handle Delete Port: 72d6fbbe-9421-49a2-8e7f-1955d0e2904f [pid: 7|app: 0|req: 535/1079] 199.204.45.138 () {34 vars in 1118 bytes} [Thu Mar 19 08:28:39 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.7 => generated 1148 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:28:40.091 8 INFO neutron.services.segments.plugin [-] Segment 9f8d5391-0d82-42c8-bf6a-d837dc0e692d resource provider aggregate not found 2026-03-19 08:28:40.095 8 INFO neutron.services.segments.plugin [-] Segment 9f8d5391-0d82-42c8-bf6a-d837dc0e692d resource provider aggregate not found 2026-03-19 08:28:40.112 8 INFO neutron.services.segments.plugin [-] Segment 9f8d5391-0d82-42c8-bf6a-d837dc0e692d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f8d5391-0d82-42c8-bf6a-d837dc0e692d found for delete ", "request_id": "req-1589adcc-9695-4e4b-9606-6e2efbbeddcd"}]} 2026-03-19 08:28:40.115 8 INFO neutron.services.segments.plugin [-] Segment 9f8d5391-0d82-42c8-bf6a-d837dc0e692d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f8d5391-0d82-42c8-bf6a-d837dc0e692d found for delete ", "request_id": "req-9ff7955c-ccf9-43fa-89dc-f2eed9116700"}]} 2026-03-19 08:28:40.117 8 INFO neutron.db.l3_hamode_db [None req-9ee9ba1a-a63e-4ef4-9c4c-92b6d0998dcb 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] HA network 49d46f99-5dde-4750-bf3e-f0e7246a8804 was deleted as no HA routers are present in tenant ac139c6a1d64421a9cbd854243e6795c. [pid: 8|app: 0|req: 545/1080] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:39 2026] DELETE /v2.0/routers/52923dcb-1eca-4c01-bf86-2bd3fbd865dc => generated 0 bytes in 620 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1081] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:40 2026] DELETE /v2.0/subnets/9cde6d69-6471-4acc-aab5-e384496efa7c => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1082] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:40 2026] DELETE /v2.0/subnets/3e127377-14d0-41fc-ae4b-3fe4f1955429 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1083] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:28:40 2026] DELETE /v2.0/networks/aaad76cc-e40a-4253-9bfd-698a1959bc86 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1084] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:28:40 2026] DELETE /v2.0/networks/1a3b2951-1b85-4408-b149-acde833847b6 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1085] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:40 2026] GET /v2.0/ports?device_id=50e23126-90b0-4fcb-8963-7f888ad54647 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:28:40.643 8 INFO neutron.db.segments_db [None req-1098b9c9-d7d2-45a2-9413-9b1d48388022 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] Added segment be88df77-e813-47e1-8457-2e1200d6a60d of type vxlan for network c85f2438-80bd-4a98-96e5-731a9400bae5 [pid: 8|app: 0|req: 551/1086] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:28:40 2026] POST /v2.0/networks => generated 629 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1087] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:28:40 2026] POST /v2.0/subnets => generated 626 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:28:41.061 8 INFO neutron.db.segments_db [None req-ddacd7b9-5e4b-423b-b4c0-1c4f43cd7787 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] Added segment d6f36d0b-de32-442d-93ab-f906970317bd of type vxlan for network 9e05606b-272a-4134-9c36-fea82a9cbe8d [pid: 7|app: 0|req: 536/1088] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Mar 19 08:28:40 2026] PUT /v2.0/ports/9299fc3a-ff65-473b-98ab-4d38ad37acb3 => generated 968 bytes in 1033 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-03-19 08:28:41.129 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d27b132-735e-4060-b2d8-94f533181e88'] response: {'name': 'network-changed', 'server_uuid': '00b3942f-dfdd-4bdf-8d51-b462afe2e66e', 'tag': '9299fc3a-ff65-473b-98ab-4d38ad37acb3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 537/1089] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:28:41 2026] GET /v2.0/networks?id=014f6775-c1d7-436e-a0eb-aafc5baad24a => generated 670 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1090] 199.204.45.138 () {34 vars in 1050 bytes} [Thu Mar 19 08:28:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bfcfe286aec5495e89a11db0aa6fa9e3 => generated 180 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:28:41.250 8 INFO neutron.db.l3_hamode_db [None req-ddacd7b9-5e4b-423b-b4c0-1c4f43cd7787 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-19 08:28:41.353 8 INFO neutron.db.l3_hamode_db [None req-ddacd7b9-5e4b-423b-b4c0-1c4f43cd7787 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 539/1091] 199.204.45.138 () {38 vars in 955 bytes} [Thu Mar 19 08:28:41 2026] POST /v2.0/ports => generated 954 bytes in 303 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: 540/1092] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Mar 19 08:28:41 2026] PUT /v2.0/ports/c351225c-9957-48fa-a753-3005d3ae263f => generated 1235 bytes in 359 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: 541/1093] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:28:41 2026] GET /v2.0/ports?tenant_id=7fe0d9791c174f3db2491427b37aee6f&device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1094] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:41 2026] GET /v2.0/ports?device_id=50e23126-90b0-4fcb-8963-7f888ad54647 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1095] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:28:41 2026] POST /v2.0/routers => generated 506 bytes in 950 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1096] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:28:41 2026] GET /v2.0/networks?id=80a83b86-2c24-479b-bb0e-2db2006d75d6 => generated 779 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1097] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:41 2026] GET /v2.0/security-groups?id=7310161f-4fa7-4131-8a1e-0ea05d296a66&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:28:42.135 8 INFO neutron.services.segments.plugin [-] Segment ee7f279f-10cf-41c8-9864-edc2c801acce resource provider aggregate not found 2026-03-19 08:28:42.141 8 INFO neutron.services.segments.plugin [-] Segment ee7f279f-10cf-41c8-9864-edc2c801acce resource provider aggregate not found 2026-03-19 08:28:42.161 8 INFO neutron.services.segments.plugin [-] Segment ee7f279f-10cf-41c8-9864-edc2c801acce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee7f279f-10cf-41c8-9864-edc2c801acce found for delete ", "request_id": "req-1c7cb27d-d504-41dc-ab8c-6b3bad065675"}]} 2026-03-19 08:28:42.165 8 INFO neutron.services.segments.plugin [-] Segment ee7f279f-10cf-41c8-9864-edc2c801acce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee7f279f-10cf-41c8-9864-edc2c801acce found for delete ", "request_id": "req-61670c00-fbf6-493b-82db-5ccb617a24c9"}]} 2026-03-19 08:28:42.185 8 INFO neutron.services.segments.plugin [-] Segment 20e69b14-d413-4ce8-8b03-9c80864cb5c4 resource provider aggregate not found 2026-03-19 08:28:42.189 8 INFO neutron.services.segments.plugin [-] Segment 20e69b14-d413-4ce8-8b03-9c80864cb5c4 resource provider aggregate not found 2026-03-19 08:28:42.201 8 INFO neutron.services.segments.plugin [-] Segment 20e69b14-d413-4ce8-8b03-9c80864cb5c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20e69b14-d413-4ce8-8b03-9c80864cb5c4 found for delete ", "request_id": "req-2edbae4f-fa23-4a6b-893d-71cdc0da9f3a"}]} 2026-03-19 08:28:42.210 8 INFO neutron.services.segments.plugin [-] Segment 20e69b14-d413-4ce8-8b03-9c80864cb5c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20e69b14-d413-4ce8-8b03-9c80864cb5c4 found for delete ", "request_id": "req-f453e5e4-68e8-4ae4-afa6-b6b912b0bc75"}]} [pid: 8|app: 0|req: 555/1098] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:28:42 2026] GET /v2.0/security-groups?tenant_id=0a32820a9ade474591087da17b87fe6e&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1099] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:28:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=9299fc3a-ff65-473b-98ab-4d38ad37acb3 => generated 860 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1100] 10.0.0.201 () {34 vars in 665 bytes} [Thu Mar 19 08:28:41 2026] POST /v2.0/ports => generated 948 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 545/1101] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:28:42 2026] GET /v2.0/subnets?id=1b369849-b320-46fc-a8ea-5ede9e089742 => 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: 557/1102] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:28:42 2026] DELETE /v2.0/security-groups/921b151b-ed04-40a9-a03d-8fb2e08d0a8e => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1103] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:28:42 2026] GET /v2.0/ports?network_id=80a83b86-2c24-479b-bb0e-2db2006d75d6&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1104] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:28:42 2026] GET /v2.0/networks/80a83b86-2c24-479b-bb0e-2db2006d75d6?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: 560/1105] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:28:42 2026] GET /v2.0/security-groups?tenant_id=f286f29cfb634df6b6acdde80e8fab10&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1106] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:28:42 2026] GET /v2.0/networks/80a83b86-2c24-479b-bb0e-2db2006d75d6?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: 562/1107] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:28:42 2026] DELETE /v2.0/security-groups/83d7f35e-0ad1-43e5-95d8-80d686e827fd => 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: 563/1108] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:28:42 2026] GET /v2.0/ports?tenant_id=bfcfe286aec5495e89a11db0aa6fa9e3&device_id=50e23126-90b0-4fcb-8963-7f888ad54647 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1109] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:28:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=c351225c-9957-48fa-a753-3005d3ae263f => 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: 565/1110] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:28:42 2026] GET /v2.0/subnets?id=b7ae144b-c96c-4092-9629-f512484eef78 => generated 688 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1111] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:28:42 2026] GET /v2.0/ports?network_id=014f6775-c1d7-436e-a0eb-aafc5baad24a&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1112] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:28:43 2026] GET /v2.0/networks/014f6775-c1d7-436e-a0eb-aafc5baad24a?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1113] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:28:43 2026] GET /v2.0/networks/014f6775-c1d7-436e-a0eb-aafc5baad24a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1114] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:43 2026] GET /v2.0/ports?device_id=50e23126-90b0-4fcb-8963-7f888ad54647 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:28:43.174 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cb7568d9-2c2b-4c8a-917c-a912bd140c42'] response: {'name': 'network-changed', 'server_uuid': '50e23126-90b0-4fcb-8963-7f888ad54647', 'tag': 'c351225c-9957-48fa-a753-3005d3ae263f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 570/1115] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:43 2026] GET /v2.0/security-groups?id=7310161f-4fa7-4131-8a1e-0ea05d296a66&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: 546/1116] 10.0.0.201 () {34 vars in 783 bytes} [Thu Mar 19 08:28:42 2026] PUT /v2.0/routers/a1822d66-17fb-4d84-ae73-85a52d755413/add_router_interface => generated 309 bytes in 1175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1117] 10.0.0.201 () {32 vars in 717 bytes} [Thu Mar 19 08:28:43 2026] GET /v2.0/ports/d084940b-47cd-4e55-a4b9-ba3ddf0f51bb => generated 1022 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: 8|app: 0|req: 572/1118] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:43 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1119] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:28:43 2026] GET /v2.0/ports?tenant_id=7fe0d9791c174f3db2491427b37aee6f&device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1120] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:43 2026] GET /v2.0/security-groups?id=878b07c4-b4ae-462e-a8a6-b763f86b14cd&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: 575/1121] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:28:43 2026] GET /v2.0/networks?id=80a83b86-2c24-479b-bb0e-2db2006d75d6 => generated 779 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1122] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:28:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=9299fc3a-ff65-473b-98ab-4d38ad37acb3 => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1123] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:28:43 2026] GET /v2.0/subnets?id=1b369849-b320-46fc-a8ea-5ede9e089742 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1124] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:28:43 2026] GET /v2.0/ports?network_id=80a83b86-2c24-479b-bb0e-2db2006d75d6&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:28:43.953 7 INFO neutron_taas.services.taas.taas_plugin [None req-8d058b7b-2825-4e74-bdb1-726d70253caf 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] TaaS: Handle Delete Port: d084940b-47cd-4e55-a4b9-ba3ddf0f51bb 2026-03-19 08:28:43.957 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d058b7b-2825-4e74-bdb1-726d70253caf 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] Tap Mirror: Handle Delete Port: d084940b-47cd-4e55-a4b9-ba3ddf0f51bb [pid: 8|app: 0|req: 579/1125] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:28:43 2026] GET /v2.0/networks/80a83b86-2c24-479b-bb0e-2db2006d75d6?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: 580/1126] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:28:43 2026] GET /v2.0/networks/80a83b86-2c24-479b-bb0e-2db2006d75d6?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: 581/1127] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:28:44 2026] GET /v2.0/ports?tenant_id=bfcfe286aec5495e89a11db0aa6fa9e3&device_id=50e23126-90b0-4fcb-8963-7f888ad54647 => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1128] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:28:44 2026] GET /v2.0/networks?id=014f6775-c1d7-436e-a0eb-aafc5baad24a => generated 766 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1129] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:28:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=c351225c-9957-48fa-a753-3005d3ae263f => 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: 584/1130] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:28:44 2026] GET /v2.0/subnets?id=b7ae144b-c96c-4092-9629-f512484eef78 => generated 688 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1131] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:44 2026] GET /v2.0/ports?device_id=50e23126-90b0-4fcb-8963-7f888ad54647 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1132] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:28:44 2026] GET /v2.0/ports?network_id=014f6775-c1d7-436e-a0eb-aafc5baad24a&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: 587/1133] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:44 2026] GET /v2.0/security-groups?id=7310161f-4fa7-4131-8a1e-0ea05d296a66&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1134] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:28:44 2026] GET /v2.0/networks/014f6775-c1d7-436e-a0eb-aafc5baad24a?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1135] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:28:43 2026] PUT /v2.0/routers/a1822d66-17fb-4d84-ae73-85a52d755413/remove_router_interface => generated 309 bytes in 809 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: 589/1136] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:28:44 2026] GET /v2.0/networks/014f6775-c1d7-436e-a0eb-aafc5baad24a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:28:44.522 7 INFO neutron.api.v2.resource [None req-78f0273b-9cfc-4d70-a87d-cca0dad5628b 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 548/1137] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:28:44 2026] PUT /v2.0/routers/a1822d66-17fb-4d84-ae73-85a52d755413/remove_router_interface => generated 197 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1138] 10.0.0.201 () {32 vars in 736 bytes} [Thu Mar 19 08:28:44 2026] GET /v2.0/ports?device_id=a1822d66-17fb-4d84-ae73-85a52d755413 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:28:44.722 7 INFO neutron_taas.services.taas.taas_plugin [None req-09bab4f2-76b9-4a49-b5a5-f119c746dfba 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] TaaS: Handle Delete Port: 308c6247-e8c9-4856-ac3e-15c9f441f07d 2026-03-19 08:28:44.725 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09bab4f2-76b9-4a49-b5a5-f119c746dfba 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] Tap Mirror: Handle Delete Port: 308c6247-e8c9-4856-ac3e-15c9f441f07d [pid: 8|app: 0|req: 591/1139] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:44 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1140] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:44 2026] GET /v2.0/security-groups?id=878b07c4-b4ae-462e-a8a6-b763f86b14cd&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:28:45.067 7 INFO neutron.services.segments.plugin [-] Segment d6f36d0b-de32-442d-93ab-f906970317bd resource provider aggregate not found 2026-03-19 08:28:45.075 7 INFO neutron.services.segments.plugin [-] Segment d6f36d0b-de32-442d-93ab-f906970317bd resource provider aggregate not found 2026-03-19 08:28:45.092 7 INFO neutron.services.segments.plugin [-] Segment d6f36d0b-de32-442d-93ab-f906970317bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6f36d0b-de32-442d-93ab-f906970317bd found for delete ", "request_id": "req-e84fac1c-4386-498f-a7b4-031fd007201b"}]} 2026-03-19 08:28:45.093 7 INFO neutron.services.segments.plugin [-] Segment d6f36d0b-de32-442d-93ab-f906970317bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6f36d0b-de32-442d-93ab-f906970317bd found for delete ", "request_id": "req-c904d869-b871-4878-8b9a-cb59fb3ac019"}]} 2026-03-19 08:28:45.104 7 INFO neutron.db.l3_hamode_db [None req-09bab4f2-76b9-4a49-b5a5-f119c746dfba 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] HA network 9e05606b-272a-4134-9c36-fea82a9cbe8d was deleted as no HA routers are present in tenant ac139c6a1d64421a9cbd854243e6795c. [pid: 7|app: 0|req: 549/1141] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:44 2026] DELETE /v2.0/routers/a1822d66-17fb-4d84-ae73-85a52d755413 => generated 0 bytes in 539 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1142] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:45 2026] DELETE /v2.0/subnets/6ec1af10-303a-4a9a-9767-acecaa226621 => 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: 550/1143] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:28:45 2026] DELETE /v2.0/networks/c85f2438-80bd-4a98-96e5-731a9400bae5 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:28:45.456 8 INFO neutron.db.segments_db [None req-6898ba01-8fcf-41dd-aa7c-735b155c1d20 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] Added segment e2e643e5-e300-4964-a84c-7a17a0446bd7 of type vxlan for network 743dbbd8-2d2e-4f28-9090-58db5f4e4c2e [pid: 7|app: 0|req: 551/1144] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:45 2026] GET /v2.0/ports?device_id=50e23126-90b0-4fcb-8963-7f888ad54647 => 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: 552/1145] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:45 2026] GET /v2.0/security-groups?id=7310161f-4fa7-4131-8a1e-0ea05d296a66&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: 594/1146] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:28:45 2026] POST /v2.0/networks => generated 630 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1147] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:28:45 2026] POST /v2.0/subnets => generated 626 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:28:45.836 8 INFO neutron.db.segments_db [None req-257aa19f-13d5-4a39-90f9-dcf52cc94625 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] Added segment 64350172-0133-4639-ae62-92ee91e9899f of type vxlan for network acb6ebc5-f3b3-40db-8270-cf864cf9618d [pid: 7|app: 0|req: 554/1148] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:45 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => 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: 555/1149] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:46 2026] GET /v2.0/security-groups?id=878b07c4-b4ae-462e-a8a6-b763f86b14cd&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-03-19 08:28:46.117 8 INFO neutron.db.l3_hamode_db [None req-257aa19f-13d5-4a39-90f9-dcf52cc94625 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 556/1150] 199.204.45.138 () {34 vars in 994 bytes} [Thu Mar 19 08:28:46 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:28:46.280 8 INFO neutron.db.l3_hamode_db [None req-257aa19f-13d5-4a39-90f9-dcf52cc94625 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-19 08:28:46.363 7 INFO neutron_taas.services.taas.taas_plugin [req-7a87f914-47d1-4197-81bd-bb57c376858e req-4c85c0a1-b527-46f4-bfd6-3b4d2c570794 ef2423be869741deba22f1f331e629e4 7fe0d9791c174f3db2491427b37aee6f - - default default] TaaS: Handle Delete Port: 9299fc3a-ff65-473b-98ab-4d38ad37acb3 2026-03-19 08:28:46.366 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7a87f914-47d1-4197-81bd-bb57c376858e req-4c85c0a1-b527-46f4-bfd6-3b4d2c570794 ef2423be869741deba22f1f331e629e4 7fe0d9791c174f3db2491427b37aee6f - - default default] Tap Mirror: Handle Delete Port: 9299fc3a-ff65-473b-98ab-4d38ad37acb3 2026-03-19 08:28:46.512 7 INFO neutron.db.l3_db [req-7a87f914-47d1-4197-81bd-bb57c376858e req-4c85c0a1-b527-46f4-bfd6-3b4d2c570794 ef2423be869741deba22f1f331e629e4 7fe0d9791c174f3db2491427b37aee6f - - default default] Floating IP 2d7ea69d-7ac9-4914-949b-af0c3e2969b0 disassociated. External IP: 10.96.250.208, port: 9299fc3a-ff65-473b-98ab-4d38ad37acb3. [pid: 8|app: 0|req: 595/1151] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:28:45 2026] POST /v2.0/routers => generated 506 bytes in 1041 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1152] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:46 2026] GET /v2.0/ports?device_id=50e23126-90b0-4fcb-8963-7f888ad54647 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1153] 199.204.45.138 () {36 vars in 997 bytes} [Thu Mar 19 08:28:46 2026] DELETE /v2.0/ports/9299fc3a-ff65-473b-98ab-4d38ad37acb3 => generated 0 bytes in 657 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1154] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:46 2026] GET /v2.0/security-groups?id=7310161f-4fa7-4131-8a1e-0ea05d296a66&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:28:46.954 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-226991b7-c37a-4e1f-91a2-bc9f92a19019'] response: {'server_uuid': '00b3942f-dfdd-4bdf-8d51-b462afe2e66e', 'name': 'network-vif-deleted', 'tag': '9299fc3a-ff65-473b-98ab-4d38ad37acb3', 'status': 'completed', 'code': 200} 2026-03-19 08:28:47.125 7 INFO neutron.services.segments.plugin [-] Segment be88df77-e813-47e1-8457-2e1200d6a60d resource provider aggregate not found 2026-03-19 08:28:47.132 7 INFO neutron.services.segments.plugin [-] Segment be88df77-e813-47e1-8457-2e1200d6a60d resource provider aggregate not found 2026-03-19 08:28:47.151 7 INFO neutron.services.segments.plugin [-] Segment be88df77-e813-47e1-8457-2e1200d6a60d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be88df77-e813-47e1-8457-2e1200d6a60d found for delete ", "request_id": "req-fb68e234-de8c-4755-a4b4-26208c948fff"}]} 2026-03-19 08:28:47.152 7 INFO neutron.services.segments.plugin [-] Segment be88df77-e813-47e1-8457-2e1200d6a60d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be88df77-e813-47e1-8457-2e1200d6a60d found for delete ", "request_id": "req-ee397449-6e10-41e9-b34e-ab2506030842"}]} [pid: 7|app: 0|req: 559/1155] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:47 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => 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: 560/1156] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:48 2026] GET /v2.0/ports?device_id=50e23126-90b0-4fcb-8963-7f888ad54647 => generated 971 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1157] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:48 2026] GET /v2.0/security-groups?id=7310161f-4fa7-4131-8a1e-0ea05d296a66&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1158] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:48 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => 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: 563/1159] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:48 2026] GET /v2.0/ports?device_id=50e23126-90b0-4fcb-8963-7f888ad54647 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1160] 10.0.0.201 () {34 vars in 783 bytes} [Thu Mar 19 08:28:46 2026] PUT /v2.0/routers/0788a23d-04b7-4ddb-9cb3-c7b8a896c21a/add_router_interface => generated 309 bytes in 1736 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:28:48.723 7 INFO neutron.db.l3_db [None req-824e51b3-8873-4960-8572-289cccb7e381 c30bc870139745ad96581701ab374d1f bfcfe286aec5495e89a11db0aa6fa9e3 - - default default] Floating IP 12bce0ff-21eb-4d67-b7fc-1345be6ae3e2 associated. External IP: 10.96.250.219, port: c351225c-9957-48fa-a753-3005d3ae263f. [pid: 8|app: 0|req: 598/1161] 10.0.0.201 () {32 vars in 717 bytes} [Thu Mar 19 08:28:48 2026] GET /v2.0/ports/d62d6f42-0cd0-4663-a36c-7ae1d455c24c => generated 955 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1162] 10.0.0.201 () {34 vars in 749 bytes} [Thu Mar 19 08:28:48 2026] PUT /v2.0/floatingips/12bce0ff-21eb-4d67-b7fc-1345be6ae3e2 => generated 855 bytes in 722 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:28:49.090 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-126272fe-0939-4e30-83ad-07ff84658acf'] response: {'name': 'network-changed', 'server_uuid': '50e23126-90b0-4fcb-8963-7f888ad54647', 'tag': 'c351225c-9957-48fa-a753-3005d3ae263f', 'status': 'completed', 'code': 200} 2026-03-19 08:28:49.104 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb6eb2a3-4b48-4de8-840c-ea454da35639 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] TaaS: Handle Delete Port: d62d6f42-0cd0-4663-a36c-7ae1d455c24c 2026-03-19 08:28:49.108 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb6eb2a3-4b48-4de8-840c-ea454da35639 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] Tap Mirror: Handle Delete Port: d62d6f42-0cd0-4663-a36c-7ae1d455c24c [pid: 7|app: 0|req: 565/1163] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:28:49 2026] GET /v2.0/security-groups?tenant_id=3500ea45dec44cc4949bba4aac095b79&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1164] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:49 2026] GET /v2.0/ports?device_id=50e23126-90b0-4fcb-8963-7f888ad54647 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1165] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:49 2026] GET /v2.0/ports?device_id=00b3942f-dfdd-4bdf-8d51-b462afe2e66e => 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: 568/1166] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:28:49 2026] DELETE /v2.0/security-groups/60b72838-9aca-46df-a599-8a27f4b50b40 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1167] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:28:48 2026] PUT /v2.0/routers/0788a23d-04b7-4ddb-9cb3-c7b8a896c21a/remove_router_interface => generated 309 bytes in 877 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1168] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:49 2026] GET /v2.0/security-groups?id=7310161f-4fa7-4131-8a1e-0ea05d296a66&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1169] 10.0.0.201 () {32 vars in 736 bytes} [Thu Mar 19 08:28:49 2026] GET /v2.0/ports?device_id=0788a23d-04b7-4ddb-9cb3-c7b8a896c21a => 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: 600/1170] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:28:49 2026] GET /v2.0/ports?tenant_id=bfcfe286aec5495e89a11db0aa6fa9e3&device_id=50e23126-90b0-4fcb-8963-7f888ad54647 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1171] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:28:49 2026] GET /v2.0/networks?id=014f6775-c1d7-436e-a0eb-aafc5baad24a => generated 766 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1172] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:28:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=c351225c-9957-48fa-a753-3005d3ae263f => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:28:49.856 7 INFO neutron_taas.services.taas.taas_plugin [None req-64684b80-50ed-4868-be9e-6b0e5f148e35 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] TaaS: Handle Delete Port: d5e68def-5e2f-40b6-bd32-af0887db8cce 2026-03-19 08:28:49.859 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64684b80-50ed-4868-be9e-6b0e5f148e35 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] Tap Mirror: Handle Delete Port: d5e68def-5e2f-40b6-bd32-af0887db8cce [pid: 8|app: 0|req: 603/1173] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:28:49 2026] GET /v2.0/security-groups?tenant_id=22853e216e394a8999f33c2b60706e3b&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1174] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:28:49 2026] GET /v2.0/subnets?id=b7ae144b-c96c-4092-9629-f512484eef78 => generated 688 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1175] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:49 2026] GET /v2.0/ports?device_id=50e23126-90b0-4fcb-8963-7f888ad54647 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1176] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:28:49 2026] DELETE /v2.0/security-groups/919eba6f-8d6d-426e-99d4-3ef27afb6188 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1177] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:28:50 2026] GET /v2.0/ports?network_id=014f6775-c1d7-436e-a0eb-aafc5baad24a&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: 608/1178] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:50 2026] GET /v2.0/security-groups?id=7310161f-4fa7-4131-8a1e-0ea05d296a66&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-03-19 08:28:50.223 7 INFO neutron.services.segments.plugin [-] Segment 64350172-0133-4639-ae62-92ee91e9899f resource provider aggregate not found [pid: 8|app: 0|req: 609/1179] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:28:50 2026] GET /v2.0/networks/014f6775-c1d7-436e-a0eb-aafc5baad24a?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:28:50.231 7 INFO neutron.services.segments.plugin [-] Segment 64350172-0133-4639-ae62-92ee91e9899f resource provider aggregate not found 2026-03-19 08:28:50.245 7 INFO neutron.services.segments.plugin [-] Segment 64350172-0133-4639-ae62-92ee91e9899f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64350172-0133-4639-ae62-92ee91e9899f found for delete ", "request_id": "req-d7bd28fe-a0ee-4685-848f-07d27869c60d"}]} 2026-03-19 08:28:50.253 7 INFO neutron.services.segments.plugin [-] Segment 64350172-0133-4639-ae62-92ee91e9899f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64350172-0133-4639-ae62-92ee91e9899f found for delete ", "request_id": "req-dcbcede1-bfdf-474b-93ce-556b1f74a39a"}]} 2026-03-19 08:28:50.268 7 INFO neutron.db.l3_hamode_db [None req-64684b80-50ed-4868-be9e-6b0e5f148e35 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] HA network acb6ebc5-f3b3-40db-8270-cf864cf9618d was deleted as no HA routers are present in tenant ac139c6a1d64421a9cbd854243e6795c. [pid: 7|app: 0|req: 571/1180] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:49 2026] DELETE /v2.0/routers/0788a23d-04b7-4ddb-9cb3-c7b8a896c21a => generated 0 bytes in 608 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1181] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:28:50 2026] GET /v2.0/networks/014f6775-c1d7-436e-a0eb-aafc5baad24a?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: 572/1182] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:50 2026] DELETE /v2.0/subnets/40fbf6cf-8c3c-4772-a92d-09bf3fb152fe => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:28:50.561 8 INFO neutron.services.segments.plugin [-] Segment e2e643e5-e300-4964-a84c-7a17a0446bd7 resource provider aggregate not found 2026-03-19 08:28:50.568 8 INFO neutron.services.segments.plugin [-] Segment e2e643e5-e300-4964-a84c-7a17a0446bd7 resource provider aggregate not found 2026-03-19 08:28:50.588 8 INFO neutron.services.segments.plugin [-] Segment e2e643e5-e300-4964-a84c-7a17a0446bd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2e643e5-e300-4964-a84c-7a17a0446bd7 found for delete ", "request_id": "req-5b1d579f-19ae-46c8-ac50-1a8ed7ccc1c8"}]} 2026-03-19 08:28:50.604 8 INFO neutron.services.segments.plugin [-] Segment e2e643e5-e300-4964-a84c-7a17a0446bd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2e643e5-e300-4964-a84c-7a17a0446bd7 found for delete ", "request_id": "req-7f898e12-cfa0-47cf-8f94-d38ebc2eea05"}]} [pid: 8|app: 0|req: 611/1183] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:28:50 2026] DELETE /v2.0/networks/743dbbd8-2d2e-4f28-9090-58db5f4e4c2e => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1184] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:28:50 2026] DELETE /v2.0/security-groups/878b07c4-b4ae-462e-a8a6-b763f86b14cd => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:28:50.693 8 INFO neutron.db.segments_db [None req-682cf475-d954-4dec-a64b-bb5370b1555e 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] Added segment 9837ece8-c56a-42db-92bf-6f3d48b3f57e of type vxlan for network a94649f7-8a52-4b53-ba70-e7c2452f30bd 2026-03-19 08:28:50.700 7 INFO neutron.api.v2.resource [None req-aef0a73b-ce0d-4c9c-8769-0eadebca5491 ef2423be869741deba22f1f331e629e4 7fe0d9791c174f3db2491427b37aee6f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 574/1185] 10.0.0.201 () {32 vars in 737 bytes} [Thu Mar 19 08:28:50 2026] GET /v2.0/security-groups/878b07c4-b4ae-462e-a8a6-b763f86b14cd => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:28:50.822 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b2228e1-f41e-4683-bc98-7a06f90b3f4f ef2423be869741deba22f1f331e629e4 7fe0d9791c174f3db2491427b37aee6f - - default default] TaaS: Handle Delete Port: c5be346c-1b87-4eb7-848a-8806493a67fd 2026-03-19 08:28:50.826 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b2228e1-f41e-4683-bc98-7a06f90b3f4f ef2423be869741deba22f1f331e629e4 7fe0d9791c174f3db2491427b37aee6f - - default default] Tap Mirror: Handle Delete Port: c5be346c-1b87-4eb7-848a-8806493a67fd 2026-03-19 08:28:50.976 8 INFO neutron.db.l3_hamode_db [None req-682cf475-d954-4dec-a64b-bb5370b1555e 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 575/1186] 10.0.0.201 () {32 vars in 732 bytes} [Thu Mar 19 08:28:50 2026] DELETE /v2.0/floatingips/2d7ea69d-7ac9-4914-949b-af0c3e2969b0 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:28:51.448 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a411ce5-eab2-4ebc-942f-79c8fa04329b 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: fc54d9bc-19e2-4723-b02f-442b9cc6257d 2026-03-19 08:28:51.452 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a411ce5-eab2-4ebc-942f-79c8fa04329b 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: fc54d9bc-19e2-4723-b02f-442b9cc6257d 2026-03-19 08:28:51.797 8 INFO neutron.db.l3_hamode_db [None req-682cf475-d954-4dec-a64b-bb5370b1555e 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 576/1187] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:28:51 2026] PUT /v2.0/routers/20f5248a-d513-4d02-a6be-637899045430/remove_router_interface => generated 309 bytes in 888 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1188] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:51 2026] GET /v2.0/ports?device_id=50e23126-90b0-4fcb-8963-7f888ad54647 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:28:52.176 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b6cf791-0a52-43ea-9de2-ae0f372262ad 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: 96238189-f58a-4866-a979-fe2435d3a194 2026-03-19 08:28:52.178 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b6cf791-0a52-43ea-9de2-ae0f372262ad 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: 96238189-f58a-4866-a979-fe2435d3a194 2026-03-19 08:28:52.373 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b6cf791-0a52-43ea-9de2-ae0f372262ad 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: 28b6dcce-5c74-47a6-8cd9-147b6c822780 2026-03-19 08:28:52.375 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b6cf791-0a52-43ea-9de2-ae0f372262ad 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: 28b6dcce-5c74-47a6-8cd9-147b6c822780 2026-03-19 08:28:52.658 7 INFO neutron.services.segments.plugin [-] Segment fe774f1a-a6de-4f10-831b-f41b2fe80ab3 resource provider aggregate not found 2026-03-19 08:28:52.664 7 INFO neutron.services.segments.plugin [-] Segment fe774f1a-a6de-4f10-831b-f41b2fe80ab3 resource provider aggregate not found 2026-03-19 08:28:52.681 7 INFO neutron.db.l3_hamode_db [None req-0b6cf791-0a52-43ea-9de2-ae0f372262ad 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] HA network f9f986d6-f494-4531-9d40-c64a420073c9 was deleted as no HA routers are present in tenant 7fe0d9791c174f3db2491427b37aee6f. 2026-03-19 08:28:52.682 7 INFO neutron.services.segments.plugin [-] Segment fe774f1a-a6de-4f10-831b-f41b2fe80ab3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe774f1a-a6de-4f10-831b-f41b2fe80ab3 found for delete ", "request_id": "req-8875bc45-fddc-47ac-aa2d-907a9906ed9e"}]} 2026-03-19 08:28:52.687 7 INFO neutron.services.segments.plugin [-] Segment fe774f1a-a6de-4f10-831b-f41b2fe80ab3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe774f1a-a6de-4f10-831b-f41b2fe80ab3 found for delete ", "request_id": "req-ee15a857-9ac8-41b1-8ee3-12fd51f7fa0d"}]} [pid: 7|app: 0|req: 578/1189] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:51 2026] DELETE /v2.0/routers/20f5248a-d513-4d02-a6be-637899045430 => generated 0 bytes in 696 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1190] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:28:50 2026] POST /v2.0/routers => generated 687 bytes in 2081 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1191] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:28:52 2026] GET /v2.0/security-groups?id=7310161f-4fa7-4131-8a1e-0ea05d296a66&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1192] 199.204.45.138 () {34 vars in 994 bytes} [Thu Mar 19 08:28:52 2026] GET /v2.0/ports?device_id=50e23126-90b0-4fcb-8963-7f888ad54647 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1193] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:52 2026] DELETE /v2.0/subnets/1b369849-b320-46fc-a8ea-5ede9e089742 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1194] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:28:52 2026] GET /v2.0/security-groups?tenant_id=800f98d1f16b4f389f78734449c13582&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1195] 10.0.0.201 () {32 vars in 721 bytes} [Thu Mar 19 08:28:52 2026] GET /v2.0/routers/e3110e31-66dd-4cfd-be84-2f80c7fd053e => generated 693 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:28:53.069 7 INFO neutron_taas.services.taas.taas_plugin [req-ec528341-150e-43a1-ace3-51337ac1f400 req-843bfee8-180e-4818-9159-1304ef7f7aff c30bc870139745ad96581701ab374d1f bfcfe286aec5495e89a11db0aa6fa9e3 - - default default] TaaS: Handle Delete Port: c351225c-9957-48fa-a753-3005d3ae263f 2026-03-19 08:28:53.070 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca03e616-553a-4c54-a180-570070554998 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: 39eca9c2-8dc4-444b-8ff7-f091f0eb9171 2026-03-19 08:28:53.072 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ec528341-150e-43a1-ace3-51337ac1f400 req-843bfee8-180e-4818-9159-1304ef7f7aff c30bc870139745ad96581701ab374d1f bfcfe286aec5495e89a11db0aa6fa9e3 - - default default] Tap Mirror: Handle Delete Port: c351225c-9957-48fa-a753-3005d3ae263f 2026-03-19 08:28:53.073 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca03e616-553a-4c54-a180-570070554998 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: 39eca9c2-8dc4-444b-8ff7-f091f0eb9171 2026-03-19 08:28:53.187 7 INFO neutron.db.l3_db [req-ec528341-150e-43a1-ace3-51337ac1f400 req-843bfee8-180e-4818-9159-1304ef7f7aff c30bc870139745ad96581701ab374d1f bfcfe286aec5495e89a11db0aa6fa9e3 - - default default] Floating IP 12bce0ff-21eb-4d67-b7fc-1345be6ae3e2 disassociated. External IP: 10.96.250.219, port: c351225c-9957-48fa-a753-3005d3ae263f. 2026-03-19 08:28:53.242 8 INFO neutron.services.segments.plugin [-] Segment 225dbc05-2c15-444c-80eb-759a080bfa4d resource provider aggregate not found 2026-03-19 08:28:53.249 8 INFO neutron.services.segments.plugin [-] Segment 225dbc05-2c15-444c-80eb-759a080bfa4d resource provider aggregate not found 2026-03-19 08:28:53.265 8 INFO neutron.services.segments.plugin [-] Segment 225dbc05-2c15-444c-80eb-759a080bfa4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 225dbc05-2c15-444c-80eb-759a080bfa4d found for delete ", "request_id": "req-b8d2e9a6-1bb2-45ae-8200-d86b37adcf57"}]} 2026-03-19 08:28:53.267 8 INFO neutron.services.segments.plugin [-] Segment 225dbc05-2c15-444c-80eb-759a080bfa4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 225dbc05-2c15-444c-80eb-759a080bfa4d found for delete ", "request_id": "req-821106d4-a3a6-4526-8a34-7ecdc818e8a3"}]} [pid: 8|app: 0|req: 616/1196] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:28:52 2026] DELETE /v2.0/networks/80a83b86-2c24-479b-bb0e-2db2006d75d6 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1197] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:28:53 2026] DELETE /v2.0/security-groups/39be026c-544b-4608-9f2e-7b2df5df1a0f => 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: 618/1198] 10.0.0.201 () {32 vars in 647 bytes} [Thu Mar 19 08:28:53 2026] GET /v2.0/routers => generated 696 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1199] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:28:53 2026] GET /v2.0/security-groups?tenant_id=7fe0d9791c174f3db2491427b37aee6f&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1200] 199.204.45.138 () {36 vars in 997 bytes} [Thu Mar 19 08:28:52 2026] DELETE /v2.0/ports/c351225c-9957-48fa-a753-3005d3ae263f => generated 0 bytes in 579 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:28:53.583 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a93b7026-e7f1-4e19-9ab2-243382c83e2b'] response: {'server_uuid': '50e23126-90b0-4fcb-8963-7f888ad54647', 'name': 'network-vif-deleted', 'tag': 'c351225c-9957-48fa-a753-3005d3ae263f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 582/1201] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:28:53 2026] DELETE /v2.0/security-groups/f55959b8-d9ae-4eb6-8e59-b3446463e4e2 => 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: 583/1202] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:53 2026] GET /v2.0/ports?device_id=50e23126-90b0-4fcb-8963-7f888ad54647 => 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: 620/1203] 10.0.0.201 () {34 vars in 741 bytes} [Thu Mar 19 08:28:53 2026] PUT /v2.0/routers/e3110e31-66dd-4cfd-be84-2f80c7fd053e => generated 700 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1204] 10.0.0.201 () {32 vars in 721 bytes} [Thu Mar 19 08:28:53 2026] GET /v2.0/routers/e3110e31-66dd-4cfd-be84-2f80c7fd053e => generated 700 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1205] 10.0.0.201 () {32 vars in 736 bytes} [Thu Mar 19 08:28:54 2026] GET /v2.0/ports?device_id=e3110e31-66dd-4cfd-be84-2f80c7fd053e => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:28:54.285 7 INFO neutron_taas.services.taas.taas_plugin [None req-ecc4da14-c7b8-4bb2-bd4e-c824caa3f9b2 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] TaaS: Handle Delete Port: 177f47a0-12d0-4ae1-82b1-2f3fbb1295b0 2026-03-19 08:28:54.287 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ecc4da14-c7b8-4bb2-bd4e-c824caa3f9b2 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] Tap Mirror: Handle Delete Port: 177f47a0-12d0-4ae1-82b1-2f3fbb1295b0 2026-03-19 08:28:54.519 7 INFO neutron_taas.services.taas.taas_plugin [None req-ecc4da14-c7b8-4bb2-bd4e-c824caa3f9b2 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] TaaS: Handle Delete Port: a999a2fd-20bf-4251-b38d-78657ae58457 2026-03-19 08:28:54.522 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ecc4da14-c7b8-4bb2-bd4e-c824caa3f9b2 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] Tap Mirror: Handle Delete Port: a999a2fd-20bf-4251-b38d-78657ae58457 2026-03-19 08:28:54.919 7 INFO neutron.services.segments.plugin [-] Segment 9837ece8-c56a-42db-92bf-6f3d48b3f57e resource provider aggregate not found [pid: 8|app: 0|req: 624/1208] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:54 2026] GET /v2.0/ports?device_id=50e23126-90b0-4fcb-8963-7f888ad54647 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:28:54.929 7 INFO neutron.services.segments.plugin [-] Segment 9837ece8-c56a-42db-92bf-6f3d48b3f57e resource provider aggregate not found 2026-03-19 08:28:54.949 7 INFO neutron.db.l3_hamode_db [None req-ecc4da14-c7b8-4bb2-bd4e-c824caa3f9b2 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] HA network a94649f7-8a52-4b53-ba70-e7c2452f30bd was deleted as no HA routers are present in tenant ac139c6a1d64421a9cbd854243e6795c. 2026-03-19 08:28:54.951 7 INFO neutron.services.segments.plugin [-] Segment 9837ece8-c56a-42db-92bf-6f3d48b3f57e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9837ece8-c56a-42db-92bf-6f3d48b3f57e found for delete ", "request_id": "req-5591e565-d6f2-442d-8821-c996f457b1f1"}]} 2026-03-19 08:28:54.959 7 INFO neutron.services.segments.plugin [-] Segment 9837ece8-c56a-42db-92bf-6f3d48b3f57e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9837ece8-c56a-42db-92bf-6f3d48b3f57e found for delete ", "request_id": "req-43a1f93e-1b74-4ca2-8307-f00775f1d393"}]} [pid: 7|app: 0|req: 585/1209] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:54 2026] DELETE /v2.0/routers/e3110e31-66dd-4cfd-be84-2f80c7fd053e => generated 0 bytes in 864 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1210] 10.0.0.201 () {32 vars in 736 bytes} [Thu Mar 19 08:28:54 2026] GET /v2.0/ports?device_id=e3110e31-66dd-4cfd-be84-2f80c7fd053e => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:28:55.009 7 INFO neutron.api.v2.resource [None req-af18b15b-6b3b-4fdf-9f4d-5cb10d71e430 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 586/1211] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:54 2026] DELETE /v2.0/routers/e3110e31-66dd-4cfd-be84-2f80c7fd053e => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1212] 10.0.0.201 () {32 vars in 736 bytes} [Thu Mar 19 08:28:55 2026] GET /v2.0/ports?device_id=0788a23d-04b7-4ddb-9cb3-c7b8a896c21a => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:28:55.055 7 INFO neutron.api.v2.resource [None req-8a112b9c-df50-40ea-8998-b67271c75927 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 587/1213] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:55 2026] DELETE /v2.0/routers/0788a23d-04b7-4ddb-9cb3-c7b8a896c21a => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:28:55.092 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7a95ef86-76fd-4c8d-b0dc-4720b0ccd71a 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 627/1214] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:55 2026] DELETE /v2.0/subnets/40fbf6cf-8c3c-4772-a92d-09bf3fb152fe => generated 136 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1215] 10.0.0.201 () {32 vars in 736 bytes} [Thu Mar 19 08:28:55 2026] GET /v2.0/ports?device_id=a1822d66-17fb-4d84-ae73-85a52d755413 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:28:55.153 8 INFO neutron.api.v2.resource [None req-e3b8a54f-7f3d-41b3-acf8-c6d496460137 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 628/1216] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:55 2026] DELETE /v2.0/routers/a1822d66-17fb-4d84-ae73-85a52d755413 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:28:55.172 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f79eaae0-f5fd-462c-a155-964c51096c79 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 589/1217] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:55 2026] DELETE /v2.0/subnets/6ec1af10-303a-4a9a-9767-acecaa226621 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1218] 10.0.0.201 () {32 vars in 736 bytes} [Thu Mar 19 08:28:55 2026] GET /v2.0/ports?device_id=52923dcb-1eca-4c01-bf86-2bd3fbd865dc => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:28:55.214 8 INFO neutron.api.v2.resource [None req-1532cb8d-7b51-4321-ad9d-526630848536 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 630/1219] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:55 2026] DELETE /v2.0/routers/52923dcb-1eca-4c01-bf86-2bd3fbd865dc => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:28:55.230 8 INFO neutron.pecan_wsgi.hooks.translation [None req-69c8803b-6d8b-4e72-b580-5caad3647f05 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 631/1220] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:55 2026] DELETE /v2.0/subnets/9cde6d69-6471-4acc-aab5-e384496efa7c => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:28:55.247 8 INFO neutron.pecan_wsgi.hooks.translation [None req-25bffe6b-db8e-487c-87d6-debfa3f00523 202feee023794fa4a6c1b1fb32665431 ac139c6a1d64421a9cbd854243e6795c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 632/1221] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:55 2026] DELETE /v2.0/subnets/3e127377-14d0-41fc-ae4b-3fe4f1955429 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:28:55.474 7 INFO neutron.db.segments_db [None req-5fde3b8f-dcea-44e3-9453-a2a65a9284f4 ee5110ec04bf45ce9a01ad6d13119556 9fd71e3f95d8433683c2331f7535daba - - default default] Added segment aac97d49-45e2-4a0e-8cc2-82a5d3565e2e of type vxlan for network 74c86124-872f-496d-a5eb-3888744e9d58 2026-03-19 08:28:55.532 7 INFO neutron.db.segments_db [None req-5fde3b8f-dcea-44e3-9453-a2a65a9284f4 ee5110ec04bf45ce9a01ad6d13119556 9fd71e3f95d8433683c2331f7535daba - - default default] Added segment 30305e49-9acd-4ea2-87fd-7709596de994 of type vxlan for network a6297775-4a48-482a-91aa-65059429bdc0 [pid: 7|app: 0|req: 590/1222] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:28:55 2026] POST /v2.0/networks => generated 1246 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1223] 10.0.0.201 () {32 vars in 649 bytes} [Thu Mar 19 08:28:55 2026] GET /v2.0/networks => generated 1845 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1224] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:28:55 2026] GET /v2.0/security-groups => generated 28978 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-03-19 08:28:55.903 8 INFO neutron.services.segments.plugin [-] Segment aac97d49-45e2-4a0e-8cc2-82a5d3565e2e resource provider aggregate not found 2026-03-19 08:28:55.910 8 INFO neutron.services.segments.plugin [-] Segment aac97d49-45e2-4a0e-8cc2-82a5d3565e2e resource provider aggregate not found 2026-03-19 08:28:55.922 8 INFO neutron.services.segments.plugin [-] Segment aac97d49-45e2-4a0e-8cc2-82a5d3565e2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aac97d49-45e2-4a0e-8cc2-82a5d3565e2e found for delete ", "request_id": "req-34a14259-1450-43a7-aaaa-4b0727770155"}]} 2026-03-19 08:28:55.935 8 INFO neutron.services.segments.plugin [-] Segment aac97d49-45e2-4a0e-8cc2-82a5d3565e2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aac97d49-45e2-4a0e-8cc2-82a5d3565e2e found for delete ", "request_id": "req-53e2d6aa-20a6-49a3-a00d-78a98b4454ed"}]} [pid: 7|app: 0|req: 592/1225] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:28:55 2026] GET /v2.0/security-groups?tenant_id=ac139c6a1d64421a9cbd854243e6795c&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1226] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:28:55 2026] DELETE /v2.0/networks/74c86124-872f-496d-a5eb-3888744e9d58 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1227] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:28:55 2026] GET /v2.0/subnets => generated 2605 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1228] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:28:56 2026] DELETE /v2.0/security-groups/2f4ca16b-bb2c-47be-acb1-6cf4eb99aae1 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1229] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:28:55 2026] DELETE /v2.0/networks/a6297775-4a48-482a-91aa-65059429bdc0 => 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: 636/1230] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:56 2026] GET /v2.0/ports?device_id=50e23126-90b0-4fcb-8963-7f888ad54647 => 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: 637/1231] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:28:56 2026] GET /v2.0/ports?device_id=50e23126-90b0-4fcb-8963-7f888ad54647 => 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: 595/1232] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:28:56 2026] GET /v2.0/networks => generated 3616 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1233] 10.0.0.201 () {32 vars in 649 bytes} [Thu Mar 19 08:28:56 2026] GET /v2.0/networks => generated 651 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1234] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:28:56 2026] GET /v2.0/network-ip-availabilities => generated 1997 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1235] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:28:56 2026] GET /v2.0/subnets => generated 2605 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1236] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:28:56 2026] GET /v2.0/subnetpools => generated 19 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:28:56.286 8 INFO neutron.db.segments_db [None req-7832c5fc-6be7-4d80-b833-6cfd2748f513 ee5110ec04bf45ce9a01ad6d13119556 9fd71e3f95d8433683c2331f7535daba - - default default] Added segment c7b9bc61-9bbd-424e-9f99-275cde8fe57c of type vxlan for network 2b2cf635-b0ff-4e3c-90cd-8f37f004a4b5 [pid: 7|app: 0|req: 599/1237] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:28:56 2026] GET /v2.0/ports => generated 10530 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1238] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:28:56 2026] POST /v2.0/networks => generated 649 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1239] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:28:56 2026] GET /v2.0/routers => generated 734 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1240] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:28:56 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:28:56.444 8 INFO neutron.db.segments_db [None req-567c9e7c-7dea-490a-a562-3c9c77c5474d ee5110ec04bf45ce9a01ad6d13119556 9fd71e3f95d8433683c2331f7535daba - - default default] Added segment a39710d0-372f-4055-a5f0-324ac750a109 of type vxlan for network ae5f5a31-4391-4091-bdc1-fab94567568b [pid: 8|app: 0|req: 640/1242] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:28:56 2026] POST /v2.0/networks => generated 649 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1242] 10.0.0.121 () {28 vars in 677 bytes} [Thu Mar 19 08:28:56 2026] GET /v2.0/routers/6f4e0f09-0652-4fbe-8967-66ade3197f4c/l3-agents => generated 681 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1243] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:28:56 2026] GET /v2.0/agents => generated 3386 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1244] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:28:56 2026] GET /v2.0/floatingips => generated 555 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1245] 10.0.0.201 () {34 vars in 665 bytes} [Thu Mar 19 08:28:56 2026] POST /v2.0/ports => generated 1505 bytes in 526 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1246] 10.0.0.201 () {32 vars in 643 bytes} [Thu Mar 19 08:28:57 2026] GET /v2.0/ports => generated 1505 bytes in 110 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-03-19 08:28:57.302 7 INFO neutron_taas.services.taas.taas_plugin [None req-52cd02bd-e81f-4637-afad-65e3190eb3d8 ee5110ec04bf45ce9a01ad6d13119556 9fd71e3f95d8433683c2331f7535daba - - default default] TaaS: Handle Delete Port: 687c8102-5656-482e-adb9-4092b7fd5afc 2026-03-19 08:28:57.306 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52cd02bd-e81f-4637-afad-65e3190eb3d8 ee5110ec04bf45ce9a01ad6d13119556 9fd71e3f95d8433683c2331f7535daba - - default default] Tap Mirror: Handle Delete Port: 687c8102-5656-482e-adb9-4092b7fd5afc [pid: 8|app: 0|req: 644/1247] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:28:57 2026] DELETE /v2.0/security-groups/7310161f-4fa7-4131-8a1e-0ea05d296a66 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:28:57.355 8 INFO neutron.api.v2.resource [None req-ec8fda2b-5d07-4eb8-9a90-913e385089a1 c30bc870139745ad96581701ab374d1f bfcfe286aec5495e89a11db0aa6fa9e3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 645/1248] 10.0.0.201 () {32 vars in 737 bytes} [Thu Mar 19 08:28:57 2026] GET /v2.0/security-groups/7310161f-4fa7-4131-8a1e-0ea05d296a66 => 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: 604/1249] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:28:57 2026] DELETE /v2.0/ports/687c8102-5656-482e-adb9-4092b7fd5afc => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:28:57.466 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc875ae4-6eb1-49e9-a9bf-9c72dbfb55d4 c30bc870139745ad96581701ab374d1f bfcfe286aec5495e89a11db0aa6fa9e3 - - default default] TaaS: Handle Delete Port: 6e06ff43-5ae9-49d3-af70-647d1eba7074 2026-03-19 08:28:57.468 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc875ae4-6eb1-49e9-a9bf-9c72dbfb55d4 c30bc870139745ad96581701ab374d1f bfcfe286aec5495e89a11db0aa6fa9e3 - - default default] Tap Mirror: Handle Delete Port: 6e06ff43-5ae9-49d3-af70-647d1eba7074 2026-03-19 08:28:57.514 7 INFO neutron_taas.services.taas.taas_plugin [None req-e9d2659e-5d9a-4dd2-9f7f-6dab2293a8a4 ee5110ec04bf45ce9a01ad6d13119556 9fd71e3f95d8433683c2331f7535daba - - default default] TaaS: Handle Delete Port: bc4ff62e-9120-44f3-9234-287f03716c4c 2026-03-19 08:28:57.519 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9d2659e-5d9a-4dd2-9f7f-6dab2293a8a4 ee5110ec04bf45ce9a01ad6d13119556 9fd71e3f95d8433683c2331f7535daba - - default default] Tap Mirror: Handle Delete Port: bc4ff62e-9120-44f3-9234-287f03716c4c [pid: 7|app: 0|req: 605/1250] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:28:57 2026] DELETE /v2.0/ports/bc4ff62e-9120-44f3-9234-287f03716c4c => 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: 646/1251] 10.0.0.201 () {32 vars in 732 bytes} [Thu Mar 19 08:28:57 2026] DELETE /v2.0/floatingips/12bce0ff-21eb-4d67-b7fc-1345be6ae3e2 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1252] 10.0.0.201 () {32 vars in 643 bytes} [Thu Mar 19 08:28:57 2026] GET /v2.0/ports => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:28:57.723 7 INFO neutron.db.segments_db [None req-8edeb6c9-a443-4b78-9b9c-490d7261ec52 ee5110ec04bf45ce9a01ad6d13119556 9fd71e3f95d8433683c2331f7535daba - - default default] Added segment a5ee77df-7b7c-423f-bba0-256122b6eeb1 of type vxlan for network 9f8ecb04-1112-4e5a-9355-b836a9f1d2da [pid: 7|app: 0|req: 607/1253] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:28:57 2026] POST /v2.0/networks => generated 650 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:28:57.877 7 INFO neutron.db.segments_db [None req-fcb8d15b-0648-4068-9a08-44037b8a98b3 ee5110ec04bf45ce9a01ad6d13119556 9fd71e3f95d8433683c2331f7535daba - - default default] Added segment 8e0de6b0-8016-4bec-82f7-27bd79ecfa7d of type vxlan for network 08929ed3-4212-41dc-a762-33a4bd4a643e 2026-03-19 08:28:57.947 8 INFO neutron.services.segments.plugin [-] Segment 30305e49-9acd-4ea2-87fd-7709596de994 resource provider aggregate not found 2026-03-19 08:28:57.955 8 INFO neutron.services.segments.plugin [-] Segment 30305e49-9acd-4ea2-87fd-7709596de994 resource provider aggregate not found [pid: 7|app: 0|req: 608/1254] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:28:57 2026] POST /v2.0/networks => generated 649 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:28:57.978 8 INFO neutron.services.segments.plugin [-] Segment 30305e49-9acd-4ea2-87fd-7709596de994 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30305e49-9acd-4ea2-87fd-7709596de994 found for delete ", "request_id": "req-c842ab76-4477-495f-9e5d-9d7a92bd96d4"}]} 2026-03-19 08:28:57.979 8 INFO neutron.services.segments.plugin [-] Segment 30305e49-9acd-4ea2-87fd-7709596de994 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30305e49-9acd-4ea2-87fd-7709596de994 found for delete ", "request_id": "req-e2d5d313-cc6f-4d60-89ba-2a59653418aa"}]} 2026-03-19 08:28:58.066 8 INFO neutron_taas.services.taas.taas_plugin [None req-c9739058-3a23-4561-80c2-5faadb4548a0 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: dc6275a9-a45d-44d5-a0cd-cd7437c396a6 2026-03-19 08:28:58.071 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9739058-3a23-4561-80c2-5faadb4548a0 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: dc6275a9-a45d-44d5-a0cd-cd7437c396a6 [pid: 7|app: 0|req: 609/1255] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:28:57 2026] GET /v2.0/security-groups?tenant_id=b0127713217b44c5b10486b28642d7dd&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1256] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:28:57 2026] PUT /v2.0/routers/6f4e0f09-0652-4fbe-8967-66ade3197f4c/remove_router_interface => generated 309 bytes in 952 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1257] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:28:58 2026] POST /v2.0/subnets => generated 1273 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1258] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:28:58 2026] DELETE /v2.0/security-groups/9ebce5fa-5465-41de-a2d1-625d024f8e03 => 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: 648/1259] 10.0.0.201 () {34 vars in 684 bytes} [Thu Mar 19 08:28:58 2026] POST /v2.0/security-groups => generated 1624 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1260] 10.0.0.201 () {32 vars in 647 bytes} [Thu Mar 19 08:28:58 2026] GET /v2.0/subnets => generated 1909 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1261] 10.0.0.201 () {32 vars in 663 bytes} [Thu Mar 19 08:28:58 2026] GET /v2.0/security-groups => generated 4529 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:28:58.988 7 INFO neutron_taas.services.taas.taas_plugin [None req-364aa877-dae9-4d27-b631-9fd2e201fec2 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: 4add4814-c4a1-4558-ac97-dfe2a687ffca 2026-03-19 08:28:58.990 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-364aa877-dae9-4d27-b631-9fd2e201fec2 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: 4add4814-c4a1-4558-ac97-dfe2a687ffca [pid: 8|app: 0|req: 651/1262] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:58 2026] DELETE /v2.0/subnets/11afe6d2-38db-4854-b0ab-b08d0f892854 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1263] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:28:59 2026] GET /v2.0/security-groups?tenant_id=b75a294092054b30a40b76beec3baf2c&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1264] 10.0.0.201 () {34 vars in 758 bytes} [Thu Mar 19 08:28:59 2026] PUT /v2.0/security-groups/6534956e-ec0e-4078-9d7d-09b993c332ed => generated 1664 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:28:59.247 7 INFO neutron_taas.services.taas.taas_plugin [None req-364aa877-dae9-4d27-b631-9fd2e201fec2 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: 8a861548-9032-4a9b-b861-e0720a7f7dc0 2026-03-19 08:28:59.250 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-364aa877-dae9-4d27-b631-9fd2e201fec2 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: 8a861548-9032-4a9b-b861-e0720a7f7dc0 [pid: 8|app: 0|req: 654/1265] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:59 2026] DELETE /v2.0/subnets/5c45a48e-6bb7-4dee-8d26-748226333690 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1266] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:28:59 2026] DELETE /v2.0/security-groups/7e06eac5-9e66-4fd3-84cf-024a9b40590c => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1267] 10.0.0.201 () {32 vars in 737 bytes} [Thu Mar 19 08:28:59 2026] GET /v2.0/security-groups/6534956e-ec0e-4078-9d7d-09b993c332ed => generated 1664 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1268] 10.0.0.201 () {32 vars in 647 bytes} [Thu Mar 19 08:28:59 2026] GET /v2.0/subnets => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1269] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:28:59 2026] DELETE /v2.0/security-groups/6534956e-ec0e-4078-9d7d-09b993c332ed => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:28:59.608 7 INFO neutron.services.segments.plugin [-] Segment 421f7f66-152e-4b0d-8a0b-3533c38ae2ad resource provider aggregate not found 2026-03-19 08:28:59.615 7 INFO neutron.services.segments.plugin [-] Segment 421f7f66-152e-4b0d-8a0b-3533c38ae2ad resource provider aggregate not found 2026-03-19 08:28:59.624 7 INFO neutron.services.segments.plugin [-] Segment 421f7f66-152e-4b0d-8a0b-3533c38ae2ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 421f7f66-152e-4b0d-8a0b-3533c38ae2ad found for delete ", "request_id": "req-54c4b9fb-971f-43f3-a7e9-b9748617719e"}]} 2026-03-19 08:28:59.631 7 INFO neutron.services.segments.plugin [-] Segment 421f7f66-152e-4b0d-8a0b-3533c38ae2ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 421f7f66-152e-4b0d-8a0b-3533c38ae2ad found for delete ", "request_id": "req-d79d22dc-8e44-4504-87a2-7d9cc08f447e"}]} 2026-03-19 08:28:59.634 7 INFO neutron.db.l3_hamode_db [None req-364aa877-dae9-4d27-b631-9fd2e201fec2 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] HA network 09799de1-61c8-4f23-9d0c-1d7c7da0ffe2 was deleted as no HA routers are present in tenant bfcfe286aec5495e89a11db0aa6fa9e3. [pid: 7|app: 0|req: 612/1270] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:58 2026] DELETE /v2.0/routers/6f4e0f09-0652-4fbe-8967-66ade3197f4c => generated 0 bytes in 838 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1271] 10.0.0.201 () {32 vars in 663 bytes} [Thu Mar 19 08:28:59 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: 8|app: 0|req: 659/1272] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:28:59 2026] DELETE /v2.0/networks/08929ed3-4212-41dc-a762-33a4bd4a643e => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:28:59.754 8 INFO neutron.api.v2.resource [None req-6f5ecb83-a10f-477f-849c-42091c8983d2 1676d5ca844f4408b8d0bab830ca4c29 7e05f9615fad4397b7876c6c530c2644 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 660/1273] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:28:59 2026] DELETE /v2.0/security-groups/6534956e-ec0e-4078-9d7d-09b993c332ed => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1274] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:28:59 2026] DELETE /v2.0/subnets/b7ae144b-c96c-4092-9629-f512484eef78 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1275] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:28:59 2026] DELETE /v2.0/networks/9f8ecb04-1112-4e5a-9355-b836a9f1d2da => 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: 615/1276] 10.0.0.201 () {34 vars in 684 bytes} [Thu Mar 19 08:28:59 2026] POST /v2.0/security-groups => generated 1625 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-19 08:29:00.007 8 INFO neutron.services.segments.plugin [-] Segment 8e0de6b0-8016-4bec-82f7-27bd79ecfa7d resource provider aggregate not found 2026-03-19 08:29:00.016 8 INFO neutron.services.segments.plugin [-] Segment 8e0de6b0-8016-4bec-82f7-27bd79ecfa7d resource provider aggregate not found 2026-03-19 08:29:00.020 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce8398b7-a258-4b04-993a-3acfef460f01 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: a5794535-0ef7-4d2f-b8ce-3a8b5d6d6151 2026-03-19 08:29:00.027 8 INFO neutron.services.segments.plugin [-] Segment 8e0de6b0-8016-4bec-82f7-27bd79ecfa7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e0de6b0-8016-4bec-82f7-27bd79ecfa7d found for delete ", "request_id": "req-2c7e7f08-d0ca-4dce-adc3-ba8865c402a5"}]} 2026-03-19 08:29:00.032 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce8398b7-a258-4b04-993a-3acfef460f01 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: a5794535-0ef7-4d2f-b8ce-3a8b5d6d6151 2026-03-19 08:29:00.049 8 INFO neutron.services.segments.plugin [-] Segment a5ee77df-7b7c-423f-bba0-256122b6eeb1 resource provider aggregate not found 2026-03-19 08:29:00.050 8 INFO neutron.services.segments.plugin [-] Segment 8e0de6b0-8016-4bec-82f7-27bd79ecfa7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e0de6b0-8016-4bec-82f7-27bd79ecfa7d found for delete ", "request_id": "req-0ce5e689-068a-43c3-9100-9a3a1e9862d4"}]} 2026-03-19 08:29:00.079 8 INFO neutron.services.segments.plugin [-] Segment a5ee77df-7b7c-423f-bba0-256122b6eeb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5ee77df-7b7c-423f-bba0-256122b6eeb1 found for delete ", "request_id": "req-b05ee21c-20f3-4bc6-b1e7-98695cf9668e"}]} [pid: 7|app: 0|req: 616/1277] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:28:59 2026] DELETE /v2.0/networks/ae5f5a31-4391-4091-bdc1-fab94567568b => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:29:00.096 8 INFO neutron.services.segments.plugin [-] Segment a5ee77df-7b7c-423f-bba0-256122b6eeb1 resource provider aggregate not found 2026-03-19 08:29:00.113 8 INFO neutron.services.segments.plugin [-] Segment a5ee77df-7b7c-423f-bba0-256122b6eeb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5ee77df-7b7c-423f-bba0-256122b6eeb1 found for delete ", "request_id": "req-8c9a5c08-1896-416f-a094-d11ab46210af"}]} [pid: 7|app: 0|req: 617/1278] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:29:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1279] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:28:59 2026] DELETE /v2.0/networks/014f6775-c1d7-436e-a0eb-aafc5baad24a => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1280] 10.0.0.201 () {32 vars in 747 bytes} [Thu Mar 19 08:29:00 2026] GET /v2.0/security-group-rules/942e459b-fb10-4259-8efb-56a203c34d5f => 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: 664/1281] 10.0.0.201 () {32 vars in 673 bytes} [Thu Mar 19 08:29:00 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1282] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:29:00 2026] DELETE /v2.0/networks/2b2cf635-b0ff-4e3c-90cd-8f37f004a4b5 => 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: 665/1283] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:00 2026] GET /v2.0/security-groups?tenant_id=bfcfe286aec5495e89a11db0aa6fa9e3&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1284] 10.0.0.201 () {32 vars in 750 bytes} [Thu Mar 19 08:29:00 2026] DELETE /v2.0/security-group-rules/942e459b-fb10-4259-8efb-56a203c34d5f => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1285] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:00 2026] DELETE /v2.0/security-groups/c95bfba8-99ac-4e30-a4fd-672c095d1083 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1286] 10.0.0.201 () {32 vars in 673 bytes} [Thu Mar 19 08:29:00 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1287] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:29:00 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: 621/1288] 10.0.0.201 () {32 vars in 747 bytes} [Thu Mar 19 08:29:00 2026] GET /v2.0/security-group-rules/37c0a333-4783-4006-8e6b-cc3b5ccef2bd => 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: 668/1289] 10.0.0.201 () {32 vars in 673 bytes} [Thu Mar 19 08:29:00 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1290] 10.0.0.201 () {32 vars in 750 bytes} [Thu Mar 19 08:29:00 2026] DELETE /v2.0/security-group-rules/37c0a333-4783-4006-8e6b-cc3b5ccef2bd => 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: 669/1291] 10.0.0.201 () {32 vars in 673 bytes} [Thu Mar 19 08:29:00 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1292] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:29:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1293] 10.0.0.201 () {32 vars in 747 bytes} [Thu Mar 19 08:29:00 2026] GET /v2.0/security-group-rules/2956f6ed-900a-47ce-a99e-bd8b40f4c7e4 => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1294] 10.0.0.201 () {32 vars in 673 bytes} [Thu Mar 19 08:29:00 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: 626/1295] 10.0.0.201 () {32 vars in 750 bytes} [Thu Mar 19 08:29:01 2026] DELETE /v2.0/security-group-rules/2956f6ed-900a-47ce-a99e-bd8b40f4c7e4 => 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: 670/1296] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:00 2026] GET /v2.0/security-groups?tenant_id=9fd71e3f95d8433683c2331f7535daba&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1297] 10.0.0.201 () {32 vars in 673 bytes} [Thu Mar 19 08:29:01 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1298] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:01 2026] DELETE /v2.0/security-groups/4eda945e-a322-4526-89eb-89f329a649a4 => 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: 628/1299] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:01 2026] DELETE /v2.0/security-groups/cd84f72a-4c17-4529-abeb-964129c8b863 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1300] 10.0.0.201 () {32 vars in 663 bytes} [Thu Mar 19 08:29:01 2026] GET /v2.0/security-groups => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1301] 10.0.0.201 () {32 vars in 663 bytes} [Thu Mar 19 08:29:01 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:29:01.648 7 INFO neutron.services.segments.plugin [-] Segment a39710d0-372f-4055-a5f0-324ac750a109 resource provider aggregate not found 2026-03-19 08:29:01.660 7 INFO neutron.services.segments.plugin [-] Segment a39710d0-372f-4055-a5f0-324ac750a109 resource provider aggregate not found 2026-03-19 08:29:01.670 7 INFO neutron.services.segments.plugin [-] Segment a39710d0-372f-4055-a5f0-324ac750a109 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a39710d0-372f-4055-a5f0-324ac750a109 found for delete ", "request_id": "req-b10dc018-1f76-4185-99f2-5e59f7adfa05"}]} 2026-03-19 08:29:01.683 7 INFO neutron.services.segments.plugin [-] Segment a39710d0-372f-4055-a5f0-324ac750a109 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a39710d0-372f-4055-a5f0-324ac750a109 found for delete ", "request_id": "req-64ec28ee-1268-4ef5-b3d5-f36ad7d083f6"}]} 2026-03-19 08:29:01.693 7 INFO neutron.services.segments.plugin [-] Segment c7b9bc61-9bbd-424e-9f99-275cde8fe57c resource provider aggregate not found 2026-03-19 08:29:01.708 7 INFO neutron.services.segments.plugin [-] Segment c7b9bc61-9bbd-424e-9f99-275cde8fe57c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7b9bc61-9bbd-424e-9f99-275cde8fe57c found for delete ", "request_id": "req-c6eb39f3-77a8-48ee-9dcf-43667c8ad930"}]} 2026-03-19 08:29:01.710 7 INFO neutron.services.segments.plugin [-] Segment c7b9bc61-9bbd-424e-9f99-275cde8fe57c resource provider aggregate not found 2026-03-19 08:29:01.721 7 INFO neutron.services.segments.plugin [-] Segment c7b9bc61-9bbd-424e-9f99-275cde8fe57c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7b9bc61-9bbd-424e-9f99-275cde8fe57c found for delete ", "request_id": "req-888f7b29-2907-4e18-803a-9aec3b4f69e5"}]} [pid: 8|app: 0|req: 673/1302] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:01 2026] GET /v2.0/security-groups?tenant_id=7e05f9615fad4397b7876c6c530c2644&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1303] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:01 2026] DELETE /v2.0/security-groups/445c68d2-2342-4740-8824-850bab39ea14 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:29:02.100 8 INFO neutron.services.segments.plugin [-] Segment 8e4230c3-831d-41c6-a1ef-edbd746dbf82 resource provider aggregate not found 2026-03-19 08:29:02.120 8 INFO neutron.services.segments.plugin [-] Segment 8e4230c3-831d-41c6-a1ef-edbd746dbf82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e4230c3-831d-41c6-a1ef-edbd746dbf82 found for delete ", "request_id": "req-1f4e31bb-1b06-4b4c-9a94-856c0e5587f1"}]} 2026-03-19 08:29:02.131 8 INFO neutron.services.segments.plugin [-] Segment 8e4230c3-831d-41c6-a1ef-edbd746dbf82 resource provider aggregate not found 2026-03-19 08:29:02.148 8 INFO neutron.services.segments.plugin [-] Segment 8e4230c3-831d-41c6-a1ef-edbd746dbf82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e4230c3-831d-41c6-a1ef-edbd746dbf82 found for delete ", "request_id": "req-9f965ec8-9f55-4eb5-9906-11f14b358680"}]} 2026-03-19 08:29:02.632 8 INFO neutron.db.segments_db [None req-ee2285ce-c4ac-4a36-b815-0cba3fbaa2d1 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment 04d085f8-14f9-45e4-b2d7-e162e26ff034 of type vxlan for network 55e0d74d-8fb9-496c-994c-0adb84c9a86a [pid: 8|app: 0|req: 674/1304] 10.0.0.201 () {34 vars in 671 bytes} [Thu Mar 19 08:29:02 2026] POST /v2.0/networks => generated 744 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1305] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:29:02 2026] POST /v2.0/subnets => generated 691 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:29:02.992 8 INFO neutron.db.segments_db [None req-ee06b870-d1eb-4541-8b97-53b0ab8f7df0 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment df72db8a-727d-4478-ad62-6df198b57df4 of type vxlan for network f609fcf3-258e-44fa-8769-4cbd7fbc1019 2026-03-19 08:29:03.222 8 INFO neutron.db.l3_hamode_db [None req-ee06b870-d1eb-4541-8b97-53b0ab8f7df0 4dc1459707a841c98e4188535c999b88 26ab81c3ba3e432bb9c7f7094ad84065 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-19 08:29:03.370 7 INFO neutron.db.segments_db [None req-a54e7e52-e9db-403a-9da0-5314bae4c6b5 bff1af1e1bdf449892094d2bc16bc76a 1aabca50854f478aaa1f1c5a078dc98c - - default default] Added segment 4ba4aebc-669f-4354-ac65-a00da6586155 of type vxlan for network 0b4b5188-bf53-4c80-b7bf-d3fa89d943e3 [pid: 7|app: 0|req: 632/1306] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:29:03 2026] POST /v2.0/networks => generated 644 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1307] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:29:03 2026] POST /v2.0/subnets => generated 641 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:29:03.822 7 INFO neutron.db.segments_db [None req-2fe45b24-7784-4e4a-869c-0ee51701f8ab bff1af1e1bdf449892094d2bc16bc76a 1aabca50854f478aaa1f1c5a078dc98c - - default default] Added segment e16acb8d-fcc6-41da-ac20-27f9ca72014a of type vxlan for network c9edb034-5b5e-4762-bef4-d47694a73d01 [pid: 7|app: 0|req: 634/1308] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:29:03 2026] POST /v2.0/networks => generated 644 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1309] 10.0.0.201 () {32 vars in 623 bytes} [Thu Mar 19 08:29:03 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1310] 10.0.0.201 () {34 vars in 743 bytes} [Thu Mar 19 08:29:03 2026] PUT /v2.0/networks/c9edb034-5b5e-4762-bef4-d47694a73d01 => generated 592 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:29:04.048 8 INFO neutron.db.l3_hamode_db [None req-ee06b870-d1eb-4541-8b97-53b0ab8f7df0 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 637/1311] 10.0.0.201 () {32 vars in 633 bytes} [Thu Mar 19 08:29:04 2026] GET /v2.0/ => generated 632 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1312] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:29:04 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: 7|app: 0|req: 639/1313] 10.0.0.201 () {34 vars in 741 bytes} [Thu Mar 19 08:29:04 2026] PUT /v2.0/subnets/a65ca8b9-b961-4985-821d-df8c4436c07e => generated 636 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:29:04.835 7 INFO neutron.services.segments.plugin [-] Segment e16acb8d-fcc6-41da-ac20-27f9ca72014a resource provider aggregate not found 2026-03-19 08:29:04.840 7 INFO neutron.services.segments.plugin [-] Segment e16acb8d-fcc6-41da-ac20-27f9ca72014a resource provider aggregate not found 2026-03-19 08:29:04.856 7 INFO neutron.services.segments.plugin [-] Segment e16acb8d-fcc6-41da-ac20-27f9ca72014a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e16acb8d-fcc6-41da-ac20-27f9ca72014a found for delete ", "request_id": "req-dae7e0fb-099c-4352-808f-333cdc222e59"}]} 2026-03-19 08:29:04.863 7 INFO neutron.services.segments.plugin [-] Segment e16acb8d-fcc6-41da-ac20-27f9ca72014a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e16acb8d-fcc6-41da-ac20-27f9ca72014a found for delete ", "request_id": "req-84f1a490-e155-49b2-820b-8efd71ed0060"}]} [pid: 7|app: 0|req: 640/1314] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:29:04 2026] DELETE /v2.0/networks/c9edb034-5b5e-4762-bef4-d47694a73d01 => 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: 675/1315] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:29:02 2026] POST /v2.0/routers => generated 731 bytes in 2004 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:29:04.954 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5c90305a-5bf3-4767-b1e0-e026d947901f bff1af1e1bdf449892094d2bc16bc76a 1aabca50854f478aaa1f1c5a078dc98c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 676/1316] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:29:04 2026] DELETE /v2.0/networks/c9edb034-5b5e-4762-bef4-d47694a73d01 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1317] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:04 2026] GET /v2.0/security-groups?tenant_id=7a2081706baa420086eac8aa564f6fbc&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1318] 10.0.0.201 () {32 vars in 694 bytes} [Thu Mar 19 08:29:05 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1319] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:05 2026] DELETE /v2.0/security-groups/d7c707a9-f771-4b61-a060-c7d9b32233ca => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1320] 10.0.0.201 () {32 vars in 742 bytes} [Thu Mar 19 08:29:05 2026] GET /v2.0/subnets?network_id=017839f0-909c-40dd-ad39-6b213fc39912 => generated 649 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1321] 10.0.0.201 () {32 vars in 653 bytes} [Thu Mar 19 08:29:05 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1322] 10.0.0.201 () {32 vars in 649 bytes} [Thu Mar 19 08:29:05 2026] GET /v2.0/networks => generated 1309 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1323] 10.0.0.201 () {32 vars in 647 bytes} [Thu Mar 19 08:29:05 2026] GET /v2.0/subnets => generated 1280 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1324] 10.0.0.201 () {32 vars in 723 bytes} [Thu Mar 19 08:29:05 2026] GET /v2.0/networks/0b4b5188-bf53-4c80-b7bf-d3fa89d943e3 => generated 669 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1325] 10.0.0.201 () {32 vars in 721 bytes} [Thu Mar 19 08:29:05 2026] GET /v2.0/subnets/ca297eaf-9ab8-4775-ac55-9cd70865c8d0 => generated 641 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:29:05.609 7 INFO neutron.pecan_wsgi.hooks.translation [None req-160df39d-b302-449c-9bb5-450754ae67c2 bff1af1e1bdf449892094d2bc16bc76a 1aabca50854f478aaa1f1c5a078dc98c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 650/1326] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:29:05 2026] DELETE /v2.0/subnets/a65ca8b9-b961-4985-821d-df8c4436c07e => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:29:05.625 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fb15c9ba-cb98-4b95-86b0-acb7b6ee5241 bff1af1e1bdf449892094d2bc16bc76a 1aabca50854f478aaa1f1c5a078dc98c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 651/1327] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:29:05 2026] DELETE /v2.0/networks/c9edb034-5b5e-4762-bef4-d47694a73d01 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1328] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:29:05 2026] DELETE /v2.0/subnets/ca297eaf-9ab8-4775-ac55-9cd70865c8d0 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1329] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:29:05 2026] DELETE /v2.0/networks/0b4b5188-bf53-4c80-b7bf-d3fa89d943e3 => 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: 677/1330] 10.0.0.201 () {34 vars in 783 bytes} [Thu Mar 19 08:29:04 2026] PUT /v2.0/routers/bad2b9b6-6e0c-4fc0-8ee9-8b462e229171/add_router_interface => generated 309 bytes in 1239 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1331] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:05 2026] GET /v2.0/security-groups?tenant_id=cdc9581be8694693885629ca3007e4ff&name=default => generated 2925 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1332] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:06 2026] DELETE /v2.0/security-groups/4dbcf3d5-5886-4742-a514-61507f51f65d => 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: 655/1333] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:06 2026] GET /v2.0/security-groups?tenant_id=1aabca50854f478aaa1f1c5a078dc98c&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1334] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:06 2026] DELETE /v2.0/security-groups/1768e187-272f-4c5e-ab61-a1b9592894b7 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1335] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:06 2026] GET /v2.0/security-groups?tenant_id=90f4212d6a7e44bd9d743da2f5172bf7&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1336] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:06 2026] DELETE /v2.0/security-groups/29870286-41da-4f32-97ad-4931b6626dae => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1337] 10.0.0.201 () {34 vars in 685 bytes} [Thu Mar 19 08:29:06 2026] POST /v2.0/security-groups => generated 1660 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-19 08:29:06.888 7 INFO neutron.services.segments.plugin [-] Segment 4ba4aebc-669f-4354-ac65-a00da6586155 resource provider aggregate not found 2026-03-19 08:29:06.892 7 INFO neutron.services.segments.plugin [-] Segment 4ba4aebc-669f-4354-ac65-a00da6586155 resource provider aggregate not found 2026-03-19 08:29:06.917 7 INFO neutron.services.segments.plugin [-] Segment 4ba4aebc-669f-4354-ac65-a00da6586155 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ba4aebc-669f-4354-ac65-a00da6586155 found for delete ", "request_id": "req-f64d686b-f1b6-4c2c-9358-6deee94477c9"}]} 2026-03-19 08:29:06.918 7 INFO neutron.services.segments.plugin [-] Segment 4ba4aebc-669f-4354-ac65-a00da6586155 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ba4aebc-669f-4354-ac65-a00da6586155 found for delete ", "request_id": "req-7eecc210-6c66-47e8-833e-01e4be059040"}]} [pid: 8|app: 0|req: 681/1338] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:29:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1339] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:29:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1340] 10.0.0.201 () {34 vars in 676 bytes} [Thu Mar 19 08:29:07 2026] POST /v2.0/floatingips => generated 552 bytes in 556 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1341] 10.0.0.110 () {34 vars in 1098 bytes} [Thu Mar 19 08:29:08 2026] GET /v2.0/security-groups?name=tempest-securitygroup--756958179&fields=id&tenant_id=26ab81c3ba3e432bb9c7f7094ad84065 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1342] 10.0.0.110 () {34 vars in 982 bytes} [Thu Mar 19 08:29:08 2026] GET /v2.0/networks?id=55e0d74d-8fb9-496c-994c-0adb84c9a86a => generated 676 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1343] 10.0.0.110 () {34 vars in 965 bytes} [Thu Mar 19 08:29:08 2026] GET /v2.0/quotas/26ab81c3ba3e432bb9c7f7094ad84065 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1344] 10.0.0.110 () {34 vars in 1002 bytes} [Thu Mar 19 08:29:08 2026] GET /v2.0/ports?tenant_id=26ab81c3ba3e432bb9c7f7094ad84065&fields=id => generated 103 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1345] 10.0.0.110 () {34 vars in 1008 bytes} [Thu Mar 19 08:29:08 2026] GET /v2.0/networks/55e0d74d-8fb9-496c-994c-0adb84c9a86a?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: 685/1346] 10.0.0.110 () {34 vars in 1108 bytes} [Thu Mar 19 08:29:08 2026] GET /v2.0/networks/55e0d74d-8fb9-496c-994c-0adb84c9a86a?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: 686/1347] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:08 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => 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: 662/1348] 10.0.0.201 () {34 vars in 684 bytes} [Thu Mar 19 08:29:08 2026] POST /v2.0/security-groups => generated 1625 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1349] 10.0.0.201 () {32 vars in 663 bytes} [Thu Mar 19 08:29:08 2026] GET /v2.0/security-groups => generated 4530 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1350] 10.0.0.201 () {34 vars in 758 bytes} [Thu Mar 19 08:29:08 2026] PUT /v2.0/security-groups/d9b44652-02e1-4e90-b0b1-440f2b612fb3 => generated 1664 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1351] 10.0.0.201 () {32 vars in 737 bytes} [Thu Mar 19 08:29:08 2026] GET /v2.0/security-groups/d9b44652-02e1-4e90-b0b1-440f2b612fb3 => generated 1664 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1352] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:08 2026] DELETE /v2.0/security-groups/d9b44652-02e1-4e90-b0b1-440f2b612fb3 => 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: 666/1353] 10.0.0.201 () {32 vars in 663 bytes} [Thu Mar 19 08:29:08 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) 2026-03-19 08:29:08.989 7 INFO neutron.api.v2.resource [None req-2431b7e3-1abd-4d51-a727-a5ac5b489d79 5354e95254ed4c219373c0e6444e056d 084c4eb661064129a32a865bcb91221b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 667/1354] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:08 2026] DELETE /v2.0/security-groups/d9b44652-02e1-4e90-b0b1-440f2b612fb3 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1355] 10.0.0.201 () {34 vars in 684 bytes} [Thu Mar 19 08:29:08 2026] POST /v2.0/security-groups => generated 1625 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1356] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:08 2026] GET /v2.0/security-groups?tenant_id=80607b0dfb3448f8bb610781133a585c&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1357] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:29:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1358] 10.0.0.201 () {32 vars in 747 bytes} [Thu Mar 19 08:29:09 2026] GET /v2.0/security-group-rules/0c8f1ad7-18d5-40f7-bbcb-be421c42b6cb => generated 601 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1361] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:09 2026] DELETE /v2.0/security-groups/d6eb25f6-777e-41c5-b59d-b094009931c8 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1362] 10.0.0.201 () {32 vars in 673 bytes} [Thu Mar 19 08:29:09 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1363] 10.0.0.201 () {32 vars in 750 bytes} [Thu Mar 19 08:29:09 2026] DELETE /v2.0/security-group-rules/0c8f1ad7-18d5-40f7-bbcb-be421c42b6cb => 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: 674/1364] 10.0.0.201 () {32 vars in 673 bytes} [Thu Mar 19 08:29:09 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1365] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:29:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1366] 10.0.0.201 () {32 vars in 747 bytes} [Thu Mar 19 08:29:09 2026] GET /v2.0/security-group-rules/8db76e27-d208-413d-b001-4ee9d84515a3 => generated 601 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1367] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:09 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => 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: 676/1368] 10.0.0.201 () {32 vars in 673 bytes} [Thu Mar 19 08:29:09 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1369] 10.0.0.201 () {32 vars in 750 bytes} [Thu Mar 19 08:29:09 2026] DELETE /v2.0/security-group-rules/8db76e27-d208-413d-b001-4ee9d84515a3 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1370] 10.0.0.201 () {32 vars in 673 bytes} [Thu Mar 19 08:29:09 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:29:09.959 8 INFO neutron.db.securitygroups_db [None req-d4648217-a6fb-4d2d-9e3d-9520e88d30d3 5354e95254ed4c219373c0e6444e056d 084c4eb661064129a32a865bcb91221b - - default default] Project 084c4eb661064129a32a865bcb91221b added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 694/1371] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:29:09 2026] POST /v2.0/security-group-rules => generated 607 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1372] 10.0.0.201 () {32 vars in 747 bytes} [Thu Mar 19 08:29:10 2026] GET /v2.0/security-group-rules/d3dbff90-f5c2-42b0-b958-235d2b4bda0d => generated 607 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1373] 10.0.0.201 () {32 vars in 673 bytes} [Thu Mar 19 08:29:10 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1374] 10.0.0.201 () {32 vars in 750 bytes} [Thu Mar 19 08:29:10 2026] DELETE /v2.0/security-group-rules/d3dbff90-f5c2-42b0-b958-235d2b4bda0d => 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: 696/1375] 10.0.0.201 () {32 vars in 673 bytes} [Thu Mar 19 08:29:10 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1376] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:10 2026] DELETE /v2.0/security-groups/a2599b1a-0ce3-4d34-a6dc-b48a543f1db4 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1377] 10.0.0.201 () {32 vars in 663 bytes} [Thu Mar 19 08:29:10 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1378] 10.0.0.201 () {32 vars in 663 bytes} [Thu Mar 19 08:29:10 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) [pid: 7|app: 0|req: 682/1379] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:10 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => 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: 698/1380] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:10 2026] GET /v2.0/security-groups?tenant_id=868dc91dbd53454782fdc8c0a524b226&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1381] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:11 2026] DELETE /v2.0/security-groups/c6371498-d2dd-4233-b947-2a9f34a7f197 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1382] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:11 2026] GET /v2.0/security-groups?tenant_id=084c4eb661064129a32a865bcb91221b&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1383] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:11 2026] DELETE /v2.0/security-groups/011aa4d9-4868-4098-9563-35a3e5260c0a => 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: 700/1384] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:11 2026] GET /v2.0/security-groups?tenant_id=0e404303d26742e186179f7462a88e35&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: 685/1385] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:11 2026] DELETE /v2.0/security-groups/e961c5f3-8e7d-44bd-aebd-856b2af332b1 => 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: 701/1386] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:11 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => 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: 702/1387] 10.0.0.201 () {34 vars in 677 bytes} [Thu Mar 19 08:29:12 2026] POST /v2.0/subnetpools => generated 549 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1388] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:13 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => 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: 704/1389] 10.0.0.201 () {32 vars in 729 bytes} [Thu Mar 19 08:29:13 2026] GET /v2.0/subnetpools/7ff51289-2b63-4933-a5f3-6e7c76a5b17d => generated 549 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1390] 10.0.0.201 () {34 vars in 749 bytes} [Thu Mar 19 08:29:13 2026] PUT /v2.0/subnetpools/7ff51289-2b63-4933-a5f3-6e7c76a5b17d => generated 501 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1391] 10.0.0.201 () {32 vars in 732 bytes} [Thu Mar 19 08:29:13 2026] DELETE /v2.0/subnetpools/7ff51289-2b63-4933-a5f3-6e7c76a5b17d => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:29:13.491 8 INFO neutron.api.v2.resource [None req-aeebe507-35f6-4e7c-8d85-9ed646664faf 9920480864c141a38167e422f12c273a a7a55f40e73e41c392c82f119ecdf98a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 707/1392] 10.0.0.201 () {32 vars in 729 bytes} [Thu Mar 19 08:29:13 2026] GET /v2.0/subnetpools/7ff51289-2b63-4933-a5f3-6e7c76a5b17d => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:29:13.514 8 INFO neutron.api.v2.resource [None req-31599420-6504-47b6-aa00-1e9bb33b5349 9920480864c141a38167e422f12c273a a7a55f40e73e41c392c82f119ecdf98a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 708/1393] 10.0.0.201 () {32 vars in 732 bytes} [Thu Mar 19 08:29:13 2026] DELETE /v2.0/subnetpools/7ff51289-2b63-4933-a5f3-6e7c76a5b17d => generated 145 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1394] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:29:12 2026] GET /v2.0/networks?id=55e0d74d-8fb9-496c-994c-0adb84c9a86a => generated 676 bytes in 727 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1395] 199.204.45.138 () {34 vars in 1050 bytes} [Thu Mar 19 08:29:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=26ab81c3ba3e432bb9c7f7094ad84065 => generated 180 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1396] 199.204.45.138 () {38 vars in 955 bytes} [Thu Mar 19 08:29:13 2026] POST /v2.0/ports => generated 958 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 688/1397] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:14 2026] GET /v2.0/security-groups?tenant_id=a7a55f40e73e41c392c82f119ecdf98a&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1398] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:14 2026] DELETE /v2.0/security-groups/90564889-21fe-4134-a95a-41109a8f2771 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1399] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Mar 19 08:29:13 2026] PUT /v2.0/ports/13c1513a-939f-4b7c-ab90-bb45c0a6517f => generated 1239 bytes in 375 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:29:14.391 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a5bdfa45-165b-4e6b-8118-dd31f50a6ab3'] response: {'name': 'network-changed', 'server_uuid': '62bcc572-e76b-4645-ac69-79e8b37776ea', 'tag': '13c1513a-939f-4b7c-ab90-bb45c0a6517f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 690/1400] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:14 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 711/1401] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:29:14 2026] GET /v2.0/security-groups?id=38237690-93fc-4a2a-b4cd-d64c342dd460&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: 691/1402] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:29:14 2026] GET /v2.0/ports?tenant_id=26ab81c3ba3e432bb9c7f7094ad84065&device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1403] 199.204.45.138 () {34 vars in 1018 bytes} [Thu Mar 19 08:29:14 2026] GET /v2.0/networks?tenant_id=26ab81c3ba3e432bb9c7f7094ad84065&shared=False => generated 772 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1404] 199.204.45.138 () {34 vars in 930 bytes} [Thu Mar 19 08:29:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1405] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:15 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1406] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:29:15 2026] GET /v2.0/security-groups?id=38237690-93fc-4a2a-b4cd-d64c342dd460&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: 714/1407] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:29:16 2026] GET /v2.0/ports?tenant_id=26ab81c3ba3e432bb9c7f7094ad84065&device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1408] 199.204.45.138 () {34 vars in 1060 bytes} [Thu Mar 19 08:29:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=13c1513a-939f-4b7c-ab90-bb45c0a6517f => 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: 715/1409] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:29:16 2026] GET /v2.0/subnets?id=20a023ce-fda1-41f3-a2f3-1fdc4e9b423c => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1410] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:29:16 2026] GET /v2.0/ports?network_id=55e0d74d-8fb9-496c-994c-0adb84c9a86a&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: 696/1411] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:29:16 2026] GET /v2.0/networks/55e0d74d-8fb9-496c-994c-0adb84c9a86a?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: 697/1412] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:29:16 2026] GET /v2.0/networks/55e0d74d-8fb9-496c-994c-0adb84c9a86a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1413] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:16 2026] GET /v2.0/security-groups?tenant_id=83d6c985cba443a48a5e901ab3034219&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1414] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:16 2026] DELETE /v2.0/security-groups/397c0cbd-d9a2-4952-8de8-33cc5de3005f => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1415] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:16 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => 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: 699/1416] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:29:16 2026] GET /v2.0/security-groups?id=38237690-93fc-4a2a-b4cd-d64c342dd460&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: 718/1417] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:17 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1418] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:29:17 2026] GET /v2.0/security-groups?id=38237690-93fc-4a2a-b4cd-d64c342dd460&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1419] 10.0.0.201 () {32 vars in 653 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions => generated 21537 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1420] 10.0.0.201 () {32 vars in 681 bytes} [Thu Mar 19 08:29:18 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: 720/1421] 10.0.0.201 () {32 vars in 681 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1422] 10.0.0.201 () {32 vars in 729 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1423] 10.0.0.201 () {32 vars in 665 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1424] 10.0.0.201 () {32 vars in 699 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1425] 10.0.0.201 () {32 vars in 697 bytes} [Thu Mar 19 08:29:18 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: 704/1426] 10.0.0.201 () {32 vars in 701 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1427] 10.0.0.201 () {32 vars in 689 bytes} [Thu Mar 19 08:29:18 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: 705/1428] 10.0.0.201 () {32 vars in 703 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1429] 10.0.0.201 () {32 vars in 693 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1430] 10.0.0.201 () {32 vars in 695 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1431] 10.0.0.201 () {32 vars in 685 bytes} [Thu Mar 19 08:29:18 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: 707/1432] 10.0.0.201 () {32 vars in 687 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1433] 10.0.0.201 () {32 vars in 661 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1434] 10.0.0.201 () {32 vars in 699 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1435] 10.0.0.201 () {32 vars in 679 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1436] 10.0.0.201 () {32 vars in 683 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1437] 10.0.0.201 () {32 vars in 675 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1438] 10.0.0.201 () {32 vars in 689 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1439] 10.0.0.201 () {32 vars in 723 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1440] 10.0.0.201 () {32 vars in 687 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1441] 10.0.0.201 () {32 vars in 669 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1442] 10.0.0.201 () {32 vars in 687 bytes} [Thu Mar 19 08:29:18 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: 731/1443] 10.0.0.201 () {32 vars in 681 bytes} [Thu Mar 19 08:29:18 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: 713/1444] 10.0.0.201 () {32 vars in 699 bytes} [Thu Mar 19 08:29:18 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: 732/1445] 10.0.0.201 () {32 vars in 679 bytes} [Thu Mar 19 08:29:18 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: 714/1446] 10.0.0.201 () {32 vars in 667 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/router => generated 256 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1447] 10.0.0.201 () {32 vars in 677 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1448] 10.0.0.201 () {32 vars in 665 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1449] 10.0.0.201 () {32 vars in 675 bytes} [Thu Mar 19 08:29:18 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: 716/1450] 10.0.0.201 () {32 vars in 713 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1451] 10.0.0.201 () {32 vars in 691 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1452] 10.0.0.201 () {32 vars in 683 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1453] 10.0.0.201 () {32 vars in 669 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1454] 10.0.0.201 () {32 vars in 687 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1455] 10.0.0.201 () {32 vars in 705 bytes} [Thu Mar 19 08:29:18 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: 719/1456] 10.0.0.201 () {32 vars in 675 bytes} [Thu Mar 19 08:29:18 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: 738/1457] 10.0.0.201 () {32 vars in 701 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1458] 10.0.0.201 () {32 vars in 675 bytes} [Thu Mar 19 08:29:18 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: 739/1459] 10.0.0.201 () {32 vars in 693 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1460] 10.0.0.201 () {32 vars in 689 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1461] 10.0.0.201 () {32 vars in 709 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/port-mac-address-regenerate => 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: 722/1462] 10.0.0.201 () {32 vars in 705 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1463] 10.0.0.201 () {32 vars in 719 bytes} [Thu Mar 19 08:29:18 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: 723/1464] 10.0.0.201 () {32 vars in 697 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1465] 10.0.0.201 () {32 vars in 711 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1466] 10.0.0.201 () {32 vars in 669 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/binding => generated 193 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1467] 10.0.0.201 () {32 vars in 687 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1468] 10.0.0.201 () {32 vars in 681 bytes} [Thu Mar 19 08:29:18 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1469] 10.0.0.201 () {32 vars in 675 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1470] 10.0.0.201 () {32 vars in 671 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/provider => generated 191 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1471] 10.0.0.201 () {32 vars in 661 bytes} [Thu Mar 19 08:29:19 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: 728/1472] 10.0.0.201 () {32 vars in 699 bytes} [Thu Mar 19 08:29:19 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: 7|app: 0|req: 729/1473] 10.0.0.201 () {32 vars in 699 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1474] 10.0.0.201 () {32 vars in 677 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1475] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1476] 10.0.0.201 () {32 vars in 669 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1477] 10.0.0.201 () {32 vars in 683 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1478] 10.0.0.201 () {32 vars in 701 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1479] 10.0.0.201 () {32 vars in 685 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1480] 10.0.0.201 () {32 vars in 707 bytes} [Thu Mar 19 08:29:19 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: 732/1481] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/security-groups?id=38237690-93fc-4a2a-b4cd-d64c342dd460&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1482] 10.0.0.201 () {32 vars in 669 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1483] 10.0.0.201 () {32 vars in 697 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1484] 10.0.0.201 () {32 vars in 695 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1485] 10.0.0.201 () {32 vars in 685 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1486] 10.0.0.201 () {32 vars in 689 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1487] 10.0.0.201 () {32 vars in 705 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1488] 10.0.0.201 () {32 vars in 667 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1489] 10.0.0.201 () {32 vars in 681 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1490] 10.0.0.201 () {32 vars in 681 bytes} [Thu Mar 19 08:29:19 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: 7|app: 0|req: 737/1491] 10.0.0.201 () {32 vars in 691 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1492] 10.0.0.201 () {32 vars in 691 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1493] 10.0.0.201 () {32 vars in 695 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1494] 10.0.0.201 () {32 vars in 685 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/rbac-subnetpool => 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: 739/1495] 10.0.0.201 () {32 vars in 689 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1496] 10.0.0.201 () {32 vars in 701 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1497] 10.0.0.201 () {32 vars in 703 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1498] 10.0.0.201 () {32 vars in 713 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1499] 10.0.0.201 () {32 vars in 717 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1500] 10.0.0.201 () {32 vars in 715 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1501] 10.0.0.201 () {32 vars in 727 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1502] 10.0.0.201 () {32 vars in 741 bytes} [Thu Mar 19 08:29:19 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: 7|app: 0|req: 743/1503] 10.0.0.201 () {32 vars in 719 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1504] 10.0.0.201 () {32 vars in 683 bytes} [Thu Mar 19 08:29: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: 7|app: 0|req: 744/1505] 10.0.0.201 () {32 vars in 669 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/segment => generated 145 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1506] 10.0.0.201 () {32 vars in 719 bytes} [Thu Mar 19 08:29:19 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: 7|app: 0|req: 745/1507] 10.0.0.201 () {32 vars in 679 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1508] 10.0.0.201 () {32 vars in 669 bytes} [Thu Mar 19 08:29:19 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: 7|app: 0|req: 746/1509] 10.0.0.201 () {32 vars in 697 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1510] 10.0.0.201 () {32 vars in 705 bytes} [Thu Mar 19 08:29:19 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: 7|app: 0|req: 747/1511] 10.0.0.201 () {32 vars in 701 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1512] 10.0.0.201 () {32 vars in 701 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1513] 10.0.0.201 () {32 vars in 683 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1514] 10.0.0.201 () {32 vars in 705 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1515] 10.0.0.201 () {32 vars in 695 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1516] 10.0.0.201 () {32 vars in 689 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1517] 10.0.0.201 () {32 vars in 697 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1518] 10.0.0.201 () {32 vars in 679 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1519] 10.0.0.201 () {32 vars in 689 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1520] 10.0.0.201 () {32 vars in 701 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1521] 10.0.0.201 () {32 vars in 665 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1522] 10.0.0.201 () {32 vars in 681 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1523] 10.0.0.201 () {32 vars in 677 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1524] 10.0.0.201 () {32 vars in 693 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1525] 10.0.0.201 () {32 vars in 677 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1526] 10.0.0.201 () {32 vars in 667 bytes} [Thu Mar 19 08:29:19 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: 755/1527] 10.0.0.201 () {32 vars in 663 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/taas => generated 175 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1528] 10.0.0.201 () {32 vars in 675 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1529] 10.0.0.201 () {32 vars in 687 bytes} [Thu Mar 19 08:29:19 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1530] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:20 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1531] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:29:20 2026] GET /v2.0/security-groups?id=38237690-93fc-4a2a-b4cd-d64c342dd460&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1532] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:20 2026] GET /v2.0/security-groups?tenant_id=a56902a2a89d4a88b1a09282e65d4666&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: 759/1533] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:20 2026] DELETE /v2.0/security-groups/620c559b-97dc-41c3-8580-c4b3e556ecfc => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1534] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:21 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1535] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:29:21 2026] GET /v2.0/security-groups?id=38237690-93fc-4a2a-b4cd-d64c342dd460&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1536] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:21 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:29:21.966 7 INFO neutron.db.l3_db [None req-33a601c6-e7cb-4ff7-8031-7e09fde81ccb 65dad808463143fbb4df672709680fb2 26ab81c3ba3e432bb9c7f7094ad84065 - - default default] Floating IP e557105d-993c-4a17-a3eb-543931317d29 associated. External IP: 10.96.250.211, port: 13c1513a-939f-4b7c-ab90-bb45c0a6517f. [pid: 7|app: 0|req: 761/1537] 10.0.0.201 () {34 vars in 749 bytes} [Thu Mar 19 08:29:21 2026] PUT /v2.0/floatingips/e557105d-993c-4a17-a3eb-543931317d29 => generated 856 bytes in 723 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:29:22.390 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f8ac85f1-2c1f-4958-b341-6a96eac765fc'] response: {'name': 'network-changed', 'server_uuid': '62bcc572-e76b-4645-ac69-79e8b37776ea', 'tag': '13c1513a-939f-4b7c-ab90-bb45c0a6517f', 'status': 'completed', 'code': 200} 2026-03-19 08:29:22.694 8 INFO neutron.db.segments_db [None req-a80239d4-d7d3-4fc6-8cc5-514436fbc501 4849de92d02b406894adef977e95873d 669ac057c92b4ea0a76f71c9ab4f8539 - - default default] Added segment ac46aeeb-40ab-4f7b-bfb7-355d696b78d7 of type vxlan for network f6b7dda5-f501-4a8f-bc72-f6f89f9a6ad3 [pid: 8|app: 0|req: 777/1538] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:29:22 2026] POST /v2.0/networks => generated 646 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1539] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:29:22 2026] GET /v2.0/ports?tenant_id=26ab81c3ba3e432bb9c7f7094ad84065&device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1540] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:29:22 2026] GET /v2.0/networks?id=55e0d74d-8fb9-496c-994c-0adb84c9a86a => generated 772 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1541] 199.204.45.138 () {34 vars in 1060 bytes} [Thu Mar 19 08:29:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=13c1513a-939f-4b7c-ab90-bb45c0a6517f => generated 859 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1542] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:29:23 2026] GET /v2.0/subnets?id=20a023ce-fda1-41f3-a2f3-1fdc4e9b423c => 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: 764/1543] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:29:23 2026] GET /v2.0/ports?network_id=55e0d74d-8fb9-496c-994c-0adb84c9a86a&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1544] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:29:23 2026] GET /v2.0/networks/55e0d74d-8fb9-496c-994c-0adb84c9a86a?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: 765/1545] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:29:23 2026] GET /v2.0/networks/55e0d74d-8fb9-496c-994c-0adb84c9a86a?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: 781/1546] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:23 2026] GET /v2.0/security-groups?tenant_id=8a22e93761074761934636566de90ee5&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1547] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:29:23 2026] POST /v2.0/subnets => generated 673 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1548] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:23 2026] DELETE /v2.0/security-groups/e970df1c-aba9-4949-9d63-079931a8f9aa => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:29:23.652 7 INFO neutron.db.segments_db [None req-baa178b3-77e8-4eb4-a573-5c3e39ecce43 4849de92d02b406894adef977e95873d 669ac057c92b4ea0a76f71c9ab4f8539 - - default default] Added segment 4f902b0a-68ec-4c3b-8ed7-8da8e7bd0eec of type vxlan for network 19d6ce76-e367-451f-ba22-8d7b416343d6 [pid: 7|app: 0|req: 767/1549] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:29:23 2026] POST /v2.0/networks => generated 647 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1550] 10.0.0.201 () {34 vars in 743 bytes} [Thu Mar 19 08:29:23 2026] PUT /v2.0/networks/19d6ce76-e367-451f-ba22-8d7b416343d6 => generated 592 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1551] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:29:23 2026] POST /v2.0/subnets => generated 646 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1554] 10.0.0.201 () {34 vars in 741 bytes} [Thu Mar 19 08:29:24 2026] PUT /v2.0/subnets/348a2637-6cf6-4641-ab0a-872161037b0d => generated 656 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:29:24.472 7 INFO neutron.services.segments.plugin [-] Segment 4f902b0a-68ec-4c3b-8ed7-8da8e7bd0eec resource provider aggregate not found 2026-03-19 08:29:24.481 7 INFO neutron.services.segments.plugin [-] Segment 4f902b0a-68ec-4c3b-8ed7-8da8e7bd0eec resource provider aggregate not found 2026-03-19 08:29:24.501 7 INFO neutron.services.segments.plugin [-] Segment 4f902b0a-68ec-4c3b-8ed7-8da8e7bd0eec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f902b0a-68ec-4c3b-8ed7-8da8e7bd0eec found for delete ", "request_id": "req-8bbbcc52-a8e6-4ce2-97e0-44ca96cc99c8"}]} 2026-03-19 08:29:24.511 7 INFO neutron.services.segments.plugin [-] Segment 4f902b0a-68ec-4c3b-8ed7-8da8e7bd0eec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f902b0a-68ec-4c3b-8ed7-8da8e7bd0eec found for delete ", "request_id": "req-d565221a-3fc1-4372-a394-db6631d19964"}]} [pid: 7|app: 0|req: 771/1555] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:29:24 2026] DELETE /v2.0/networks/19d6ce76-e367-451f-ba22-8d7b416343d6 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:29:24.529 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c61d3426-f67d-4b88-a120-3e075228b108 4849de92d02b406894adef977e95873d 669ac057c92b4ea0a76f71c9ab4f8539 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 772/1556] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:29:24 2026] DELETE /v2.0/networks/19d6ce76-e367-451f-ba22-8d7b416343d6 => 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: 773/1557] 10.0.0.201 () {32 vars in 694 bytes} [Thu Mar 19 08:29:24 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1558] 10.0.0.201 () {32 vars in 742 bytes} [Thu Mar 19 08:29:24 2026] GET /v2.0/subnets?network_id=017839f0-909c-40dd-ad39-6b213fc39912 => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1559] 10.0.0.201 () {32 vars in 653 bytes} [Thu Mar 19 08:29:24 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1560] 10.0.0.201 () {32 vars in 649 bytes} [Thu Mar 19 08:29:24 2026] GET /v2.0/networks => generated 1311 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1561] 10.0.0.201 () {32 vars in 647 bytes} [Thu Mar 19 08:29:24 2026] GET /v2.0/subnets => generated 1312 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1562] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:24 2026] GET /v2.0/security-groups?tenant_id=c7cb7a8fc893467eb56d5cb9373f70fe&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1563] 10.0.0.201 () {32 vars in 723 bytes} [Thu Mar 19 08:29:24 2026] GET /v2.0/networks/f6b7dda5-f501-4a8f-bc72-f6f89f9a6ad3 => generated 671 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1564] 10.0.0.201 () {32 vars in 721 bytes} [Thu Mar 19 08:29:24 2026] GET /v2.0/subnets/15684a31-f45e-4bd8-b456-72be9339582d => generated 673 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:29:24.855 7 INFO neutron.pecan_wsgi.hooks.translation [None req-840c878a-58e5-4f51-b1ed-615148229e34 4849de92d02b406894adef977e95873d 669ac057c92b4ea0a76f71c9ab4f8539 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 780/1565] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:29:24 2026] DELETE /v2.0/subnets/348a2637-6cf6-4641-ab0a-872161037b0d => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:29:24.870 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fe1142c6-7a71-4bba-9815-ad4694774d36 4849de92d02b406894adef977e95873d 669ac057c92b4ea0a76f71c9ab4f8539 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 781/1566] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:29:24 2026] DELETE /v2.0/networks/19d6ce76-e367-451f-ba22-8d7b416343d6 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1567] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:24 2026] DELETE /v2.0/security-groups/10e469aa-80d7-4ac6-902a-9a2f72a08297 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1568] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:29:24 2026] DELETE /v2.0/subnets/15684a31-f45e-4bd8-b456-72be9339582d => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:29:25.225 8 INFO neutron_taas.services.taas.taas_plugin [None req-7cf62ac4-513f-4a85-97ad-b3e57610b322 4849de92d02b406894adef977e95873d 669ac057c92b4ea0a76f71c9ab4f8539 - - default default] TaaS: Handle Delete Port: 729437c6-9cc4-4798-951b-ca93c6b038d4 2026-03-19 08:29:25.228 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cf62ac4-513f-4a85-97ad-b3e57610b322 4849de92d02b406894adef977e95873d 669ac057c92b4ea0a76f71c9ab4f8539 - - default default] Tap Mirror: Handle Delete Port: 729437c6-9cc4-4798-951b-ca93c6b038d4 2026-03-19 08:29:25.431 8 INFO neutron.services.segments.plugin [-] Segment ac46aeeb-40ab-4f7b-bfb7-355d696b78d7 resource provider aggregate not found 2026-03-19 08:29:25.435 8 INFO neutron.services.segments.plugin [-] Segment ac46aeeb-40ab-4f7b-bfb7-355d696b78d7 resource provider aggregate not found 2026-03-19 08:29:25.450 8 INFO neutron.services.segments.plugin [-] Segment ac46aeeb-40ab-4f7b-bfb7-355d696b78d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac46aeeb-40ab-4f7b-bfb7-355d696b78d7 found for delete ", "request_id": "req-c2370eb0-02e0-4af8-99f8-bf34e650f55d"}]} 2026-03-19 08:29:25.458 8 INFO neutron.services.segments.plugin [-] Segment ac46aeeb-40ab-4f7b-bfb7-355d696b78d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac46aeeb-40ab-4f7b-bfb7-355d696b78d7 found for delete ", "request_id": "req-5962fb3a-ef21-4028-b885-fd077f1277a4"}]} [pid: 8|app: 0|req: 787/1569] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:29:25 2026] DELETE /v2.0/networks/f6b7dda5-f501-4a8f-bc72-f6f89f9a6ad3 => generated 0 bytes in 455 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1570] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:25 2026] GET /v2.0/security-groups?tenant_id=669ac057c92b4ea0a76f71c9ab4f8539&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1571] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:26 2026] DELETE /v2.0/security-groups/13cd5733-c543-4d39-bda7-de07bea40798 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:29:26.977 7 INFO neutron.db.segments_db [None req-f6b9b130-3dbd-4a72-8473-5bd6e81269b6 b423d84f3db74ed8beeb6964b1d88316 82a4e08736c24cbfb2e257634749e091 - - default default] Added segment 0161b33b-e3af-43d6-9a39-96fe31b1993f of type vxlan for network fa561d89-95a4-48ef-831a-106c3fe4e066 [pid: 7|app: 0|req: 784/1572] 10.0.0.201 () {34 vars in 671 bytes} [Thu Mar 19 08:29:26 2026] POST /v2.0/networks => generated 633 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:29:27.121 8 INFO neutron.db.segments_db [None req-b5b83b0d-906c-410c-83ce-dcd7b78ef586 b423d84f3db74ed8beeb6964b1d88316 82a4e08736c24cbfb2e257634749e091 - - default default] Added segment bf3cf5d6-cb93-436f-bd80-a5fc6da10c3a of type vxlan for network 9d33e4c5-74ce-4a2b-9eff-30511ed4dfaf 2026-03-19 08:29:27.371 8 INFO neutron.db.l3_hamode_db [None req-b5b83b0d-906c-410c-83ce-dcd7b78ef586 b423d84f3db74ed8beeb6964b1d88316 82a4e08736c24cbfb2e257634749e091 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-19 08:29:28.033 8 INFO neutron.db.l3_hamode_db [None req-b5b83b0d-906c-410c-83ce-dcd7b78ef586 b423d84f3db74ed8beeb6964b1d88316 82a4e08736c24cbfb2e257634749e091 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-19 08:29:28.380 7 INFO neutron.db.segments_db [None req-e9818d21-ceaa-4ebe-a4c8-6569a7f0ccf8 199ecbdb1b4842279a35b66fd028b288 7fae953d546c43e18ab2440f1cb5ef2f - - default default] Added segment b62c7c13-e084-4943-8f4b-3f0f8e0e3663 of type vxlan for network 5f52767b-f26d-418f-aba4-ddaaddf41cab [pid: 7|app: 0|req: 785/1573] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:29:28 2026] POST /v2.0/networks => generated 648 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1574] 10.0.0.201 () {34 vars in 665 bytes} [Thu Mar 19 08:29:28 2026] POST /v2.0/ports => generated 778 bytes in 332 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: 789/1575] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:29:27 2026] POST /v2.0/routers => generated 695 bytes in 1795 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:29:28.862 7 INFO neutron.db.segments_db [None req-0e577f5a-d56f-4b5c-aa70-aa454431193d 199ecbdb1b4842279a35b66fd028b288 7fae953d546c43e18ab2440f1cb5ef2f - - default default] Added segment 5d1f4fa9-e31c-4260-b005-921fc843531b of type vxlan for network b5f98ca8-1f0f-4318-ba07-efc05649a0c5 [pid: 7|app: 0|req: 787/1576] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:29:28 2026] POST /v2.0/networks => generated 635 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1577] 10.0.0.201 () {32 vars in 776 bytes} [Thu Mar 19 08:29:28 2026] GET /v2.0/subnets?project_id=82a4e08736c24cbfb2e257634749e091&cidr=10.100.0.0%2F28 => generated 14 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1578] 10.0.0.201 () {32 vars in 694 bytes} [Thu Mar 19 08:29:29 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1579] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:29:28 2026] POST /v2.0/subnets => generated 646 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1580] 10.0.0.201 () {32 vars in 784 bytes} [Thu Mar 19 08:29:29 2026] GET /v2.0/subnets?network_id=017839f0-909c-40dd-ad39-6b213fc39912&cidr=10.100.0.0%2F28 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1581] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:29:29 2026] POST /v2.0/subnets => generated 657 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1582] 10.0.0.201 () {34 vars in 665 bytes} [Thu Mar 19 08:29:29 2026] POST /v2.0/ports => generated 965 bytes in 344 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-03-19 08:29:29.685 8 INFO neutron.db.segments_db [None req-efcfa251-20ac-45dd-b7d4-9d002536ff0f 92566333375a439f9a9b624ba495f00e ac0fb02ad2b24974aa253a8cc55514f6 - - default default] Added segment f07ec768-07a4-472f-b015-bd558a00e594 of type vxlan for network 90162b3a-8928-4d73-a034-acf1d3688585 [pid: 8|app: 0|req: 794/1583] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:29:29 2026] POST /v2.0/networks => generated 632 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:29:29.973 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a31dcc5-eacf-4491-93cb-a18b7615e4ea 199ecbdb1b4842279a35b66fd028b288 7fae953d546c43e18ab2440f1cb5ef2f - - default default] TaaS: Handle Delete Port: a85f8335-0782-4d72-9454-fc8ee21d49ad 2026-03-19 08:29:29.978 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a31dcc5-eacf-4491-93cb-a18b7615e4ea 199ecbdb1b4842279a35b66fd028b288 7fae953d546c43e18ab2440f1cb5ef2f - - default default] Tap Mirror: Handle Delete Port: a85f8335-0782-4d72-9454-fc8ee21d49ad [pid: 8|app: 0|req: 795/1584] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:29:29 2026] DELETE /v2.0/ports/a85f8335-0782-4d72-9454-fc8ee21d49ad => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1585] 10.0.0.201 () {34 vars in 664 bytes} [Thu Mar 19 08:29:30 2026] POST /v2.0/ports => generated 743 bytes in 310 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-03-19 08:29:30.436 8 INFO neutron.pecan_wsgi.hooks.translation [None req-285e79bd-d88e-409a-b56c-5dfb1326c03e 199ecbdb1b4842279a35b66fd028b288 7fae953d546c43e18ab2440f1cb5ef2f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 797/1586] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:29:30 2026] DELETE /v2.0/ports/a85f8335-0782-4d72-9454-fc8ee21d49ad => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:29:30.495 8 INFO neutron.db.segments_db [None req-e2d83e83-7e0f-441b-88f5-a5d0dbb84728 92566333375a439f9a9b624ba495f00e ac0fb02ad2b24974aa253a8cc55514f6 - - default default] Added segment 5dab44d9-a0ad-4a4f-a368-5474247e90e0 of type vxlan for network 9637e616-2932-4fac-8444-e5806d7fa89a [pid: 8|app: 0|req: 798/1587] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:29:30 2026] POST /v2.0/networks => generated 629 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:29:30.596 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d1719c50-a52c-4f5d-abb5-a469564c200b 199ecbdb1b4842279a35b66fd028b288 7fae953d546c43e18ab2440f1cb5ef2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 799/1588] 10.0.0.201 () {32 vars in 717 bytes} [Thu Mar 19 08:29:30 2026] GET /v2.0/ports/a85f8335-0782-4d72-9454-fc8ee21d49ad => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1589] 10.0.0.201 () {34 vars in 783 bytes} [Thu Mar 19 08:29:29 2026] PUT /v2.0/routers/1ce1d1fb-c5da-4e91-a485-683780b6aea3/add_router_interface => generated 309 bytes in 1428 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1590] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:29:30 2026] DELETE /v2.0/subnets/27974de9-4844-4380-b5be-8cac28faeb3b => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1591] 10.0.0.201 () {32 vars in 649 bytes} [Thu Mar 19 08:29:31 2026] GET /v2.0/networks => generated 7886 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:29:31.320 7 INFO neutron.services.segments.plugin [-] Segment 5d1f4fa9-e31c-4260-b005-921fc843531b resource provider aggregate not found 2026-03-19 08:29:31.326 7 INFO neutron.services.segments.plugin [-] Segment 5d1f4fa9-e31c-4260-b005-921fc843531b resource provider aggregate not found 2026-03-19 08:29:31.345 7 INFO neutron.services.segments.plugin [-] Segment 5d1f4fa9-e31c-4260-b005-921fc843531b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d1f4fa9-e31c-4260-b005-921fc843531b found for delete ", "request_id": "req-9dfdc954-290c-4784-9b57-0fd46c654dab"}]} 2026-03-19 08:29:31.346 7 INFO neutron.services.segments.plugin [-] Segment 5d1f4fa9-e31c-4260-b005-921fc843531b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d1f4fa9-e31c-4260-b005-921fc843531b found for delete ", "request_id": "req-6d4f02d9-8876-4bab-b015-886a2731a104"}]} [pid: 7|app: 0|req: 793/1592] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:29:31 2026] DELETE /v2.0/networks/b5f98ca8-1f0f-4318-ba07-efc05649a0c5 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1593] 10.0.0.201 () {32 vars in 647 bytes} [Thu Mar 19 08:29:31 2026] GET /v2.0/subnets => generated 3898 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:29:31.462 7 INFO neutron.db.segments_db [None req-0256a45d-c68d-4cfe-b2b4-791938003458 199ecbdb1b4842279a35b66fd028b288 7fae953d546c43e18ab2440f1cb5ef2f - - default default] Added segment 0088bb1c-5ff1-40ec-8c31-28da448bce42 of type vxlan for network cfde2082-7de1-48fa-949a-df6789c85ffb [pid: 8|app: 0|req: 800/1594] 10.0.0.201 () {34 vars in 664 bytes} [Thu Mar 19 08:29:30 2026] POST /v2.0/ports => generated 743 bytes in 893 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: 801/1595] 10.0.0.201 () {32 vars in 647 bytes} [Thu Mar 19 08:29:31 2026] GET /v2.0/routers => generated 1465 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1596] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:29:31 2026] POST /v2.0/networks => generated 636 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:29:31.616 8 INFO neutron.db.segments_db [None req-d14e7fce-ea73-4923-a743-7e90a25d2bc5 92566333375a439f9a9b624ba495f00e ac0fb02ad2b24974aa253a8cc55514f6 - - default default] Added segment 2561ae86-ae62-4b7f-a6c1-ca4d17a5fbb5 of type vxlan for network 4a9a638b-147e-4f1d-bd57-375f8e7102d9 [pid: 8|app: 0|req: 802/1597] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:29:31 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: 803/1598] 10.0.0.201 () {34 vars in 685 bytes} [Thu Mar 19 08:29:31 2026] POST /v2.0/security-groups => generated 1675 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1599] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:29:31 2026] POST /v2.0/subnets => generated 646 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1600] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:29:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1601] 10.0.0.201 () {34 vars in 664 bytes} [Thu Mar 19 08:29:31 2026] POST /v2.0/ports => generated 743 bytes in 306 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: 805/1602] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:29:32 2026] POST /v2.0/security-group-rules => generated 596 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:29:32.328 8 INFO neutron.db.segments_db [None req-1901e8be-e954-4c9f-8f24-ed42b8fea5f4 92566333375a439f9a9b624ba495f00e ac0fb02ad2b24974aa253a8cc55514f6 - - default default] Added segment bee58f15-ecba-4112-81b1-3fe5ceabc408 of type vxlan for network 56d3bd84-cde1-4246-9f10-3da7ceef936e [pid: 7|app: 0|req: 798/1603] 10.0.0.201 () {34 vars in 665 bytes} [Thu Mar 19 08:29:31 2026] POST /v2.0/ports => generated 925 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1604] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:29:32 2026] POST /v2.0/networks => generated 632 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1605] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:29:32 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) 2026-03-19 08:29:32.554 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b56c1d9-bf17-432c-aaa9-ce3bd4682635 199ecbdb1b4842279a35b66fd028b288 7fae953d546c43e18ab2440f1cb5ef2f - - default default] TaaS: Handle Delete Port: 380ea95e-a04a-4de7-981e-0bd74d3a15d8 2026-03-19 08:29:32.557 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b56c1d9-bf17-432c-aaa9-ce3bd4682635 199ecbdb1b4842279a35b66fd028b288 7fae953d546c43e18ab2440f1cb5ef2f - - default default] Tap Mirror: Handle Delete Port: 380ea95e-a04a-4de7-981e-0bd74d3a15d8 [pid: 8|app: 0|req: 807/1606] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:29:32 2026] DELETE /v2.0/ports/380ea95e-a04a-4de7-981e-0bd74d3a15d8 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1607] 10.0.0.201 () {34 vars in 664 bytes} [Thu Mar 19 08:29:32 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-03-19 08:29:32.736 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5a6901b9-88e2-4ffa-b147-4e3d9ff54999 199ecbdb1b4842279a35b66fd028b288 7fae953d546c43e18ab2440f1cb5ef2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 801/1608] 10.0.0.201 () {32 vars in 717 bytes} [Thu Mar 19 08:29:32 2026] GET /v2.0/ports/380ea95e-a04a-4de7-981e-0bd74d3a15d8 => 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: 808/1609] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:29:32 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) 2026-03-19 08:29:32.789 7 INFO neutron.db.segments_db [None req-570f3f9d-4ed5-4038-a87d-8bb610ef806e 92566333375a439f9a9b624ba495f00e ac0fb02ad2b24974aa253a8cc55514f6 - - default default] Added segment bb85a143-6b3c-4e1f-a2dd-ed2cc46ba7a0 of type vxlan for network 4c7829fc-30ed-4a60-9b28-a349f0877503 [pid: 7|app: 0|req: 802/1610] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:29:32 2026] POST /v2.0/networks => generated 631 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:29:32.911 7 INFO neutron.db.securitygroups_db [None req-05acacf8-1ecd-464d-a01b-2a01ac9f61c5 b423d84f3db74ed8beeb6964b1d88316 82a4e08736c24cbfb2e257634749e091 - - default default] Project 82a4e08736c24cbfb2e257634749e091 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 809/1611] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:29:32 2026] DELETE /v2.0/subnets/23b06b49-2652-4152-ac26-0c3ef097aa52 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1612] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:29:32 2026] POST /v2.0/security-group-rules => generated 607 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1613] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:29:32 2026] DELETE /v2.0/networks/cfde2082-7de1-48fa-949a-df6789c85ffb => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:29:33.172 7 INFO neutron.db.securitygroups_db [None req-4a07988e-555b-451c-9ec7-f977b77c3f12 b423d84f3db74ed8beeb6964b1d88316 82a4e08736c24cbfb2e257634749e091 - - default default] Project 82a4e08736c24cbfb2e257634749e091 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 810/1614] 10.0.0.201 () {34 vars in 664 bytes} [Thu Mar 19 08:29:32 2026] POST /v2.0/ports => generated 743 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 805/1615] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:29:33 2026] POST /v2.0/security-group-rules => generated 606 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1616] 10.0.0.201 () {34 vars in 747 bytes} [Thu Mar 19 08:29:33 2026] PUT /v2.0/ports/a03d740c-a861-46bc-88c1-1c255a9ac27d/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-19 08:29:33.388 7 INFO neutron.services.segments.plugin [-] Segment 0088bb1c-5ff1-40ec-8c31-28da448bce42 resource provider aggregate not found 2026-03-19 08:29:33.391 7 INFO neutron.services.segments.plugin [-] Segment 0088bb1c-5ff1-40ec-8c31-28da448bce42 resource provider aggregate not found 2026-03-19 08:29:33.414 7 INFO neutron.services.segments.plugin [-] Segment 0088bb1c-5ff1-40ec-8c31-28da448bce42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0088bb1c-5ff1-40ec-8c31-28da448bce42 found for delete ", "request_id": "req-664f671d-6668-4eed-bbc0-d3e6051f8610"}]} 2026-03-19 08:29:33.419 7 INFO neutron.services.segments.plugin [-] Segment 0088bb1c-5ff1-40ec-8c31-28da448bce42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0088bb1c-5ff1-40ec-8c31-28da448bce42 found for delete ", "request_id": "req-06ebfabb-96c1-4f33-9644-6e2638f10402"}]} [pid: 7|app: 0|req: 807/1617] 10.0.0.201 () {34 vars in 747 bytes} [Thu Mar 19 08:29:33 2026] PUT /v2.0/ports/0802d03b-621f-4134-8afe-2be13fee5ff0/tags => generated 25 bytes in 103 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: 808/1618] 10.0.0.201 () {34 vars in 747 bytes} [Thu Mar 19 08:29:33 2026] PUT /v2.0/ports/1b869ce2-becf-4d85-b764-fc549dfae115/tags => generated 34 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: 811/1619] 10.0.0.201 () {34 vars in 665 bytes} [Thu Mar 19 08:29:33 2026] POST /v2.0/ports => generated 778 bytes in 294 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: 809/1620] 10.0.0.201 () {34 vars in 747 bytes} [Thu Mar 19 08:29:33 2026] PUT /v2.0/ports/6d78af1c-df4d-48f0-9d41-5deedcc70c21/tags => generated 19 bytes in 70 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: 810/1621] 10.0.0.134 () {34 vars in 990 bytes} [Thu Mar 19 08:29:33 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => generated 1244 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1622] 10.0.0.201 () {34 vars in 737 bytes} [Thu Mar 19 08:29:33 2026] PUT /v2.0/ports/2d7c9c65-61c1-43a2-8d39-4b9622fecc75 => generated 752 bytes in 217 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: 813/1623] 10.0.0.201 () {32 vars in 649 bytes} [Thu Mar 19 08:29:33 2026] GET /v2.0/networks => generated 1298 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1624] 10.0.0.201 () {32 vars in 660 bytes} [Thu Mar 19 08:29:33 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1625] 10.0.0.134 () {34 vars in 1040 bytes} [Thu Mar 19 08:29:33 2026] GET /v2.0/security-groups?id=38237690-93fc-4a2a-b4cd-d64c342dd460&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1626] 10.0.0.201 () {32 vars in 674 bytes} [Thu Mar 19 08:29:33 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1627] 10.0.0.110 () {34 vars in 1100 bytes} [Thu Mar 19 08:29:33 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1551860682&fields=id&tenant_id=82a4e08736c24cbfb2e257634749e091 => generated 69 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:29:34.068 7 INFO neutron_taas.services.taas.taas_plugin [None req-ed00106b-68a6-4613-8efe-e9e706d2e613 199ecbdb1b4842279a35b66fd028b288 7fae953d546c43e18ab2440f1cb5ef2f - - default default] TaaS: Handle Delete Port: 2d7c9c65-61c1-43a2-8d39-4b9622fecc75 2026-03-19 08:29:34.072 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed00106b-68a6-4613-8efe-e9e706d2e613 199ecbdb1b4842279a35b66fd028b288 7fae953d546c43e18ab2440f1cb5ef2f - - default default] Tap Mirror: Handle Delete Port: 2d7c9c65-61c1-43a2-8d39-4b9622fecc75 [pid: 8|app: 0|req: 817/1628] 10.0.0.201 () {32 vars in 670 bytes} [Thu Mar 19 08:29:34 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1629] 10.0.0.110 () {34 vars in 982 bytes} [Thu Mar 19 08:29:34 2026] GET /v2.0/networks?id=fa561d89-95a4-48ef-831a-106c3fe4e066 => generated 661 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1630] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:29:33 2026] DELETE /v2.0/ports/2d7c9c65-61c1-43a2-8d39-4b9622fecc75 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1631] 10.0.0.110 () {34 vars in 965 bytes} [Thu Mar 19 08:29:34 2026] GET /v2.0/quotas/82a4e08736c24cbfb2e257634749e091 => 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: 819/1632] 10.0.0.201 () {32 vars in 682 bytes} [Thu Mar 19 08:29:34 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1633] 10.0.0.201 () {32 vars in 643 bytes} [Thu Mar 19 08:29:34 2026] GET /v2.0/ports => generated 781 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1634] 10.0.0.110 () {34 vars in 1002 bytes} [Thu Mar 19 08:29:34 2026] GET /v2.0/ports?tenant_id=82a4e08736c24cbfb2e257634749e091&fields=id => generated 57 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:29:34.305 8 INFO neutron.pecan_wsgi.hooks.translation [None req-583f78b5-0cc2-4aab-a985-aee21e87258d 199ecbdb1b4842279a35b66fd028b288 7fae953d546c43e18ab2440f1cb5ef2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 821/1635] 10.0.0.201 () {32 vars in 717 bytes} [Thu Mar 19 08:29:34 2026] GET /v2.0/ports/2d7c9c65-61c1-43a2-8d39-4b9622fecc75 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1636] 10.0.0.201 () {32 vars in 668 bytes} [Thu Mar 19 08:29:34 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1637] 10.0.0.110 () {34 vars in 1008 bytes} [Thu Mar 19 08:29:34 2026] GET /v2.0/networks/fa561d89-95a4-48ef-831a-106c3fe4e066?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: 816/1638] 10.0.0.201 () {32 vars in 643 bytes} [Thu Mar 19 08:29:34 2026] GET /v2.0/ports => generated 781 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1639] 10.0.0.110 () {34 vars in 1108 bytes} [Thu Mar 19 08:29:34 2026] GET /v2.0/networks/fa561d89-95a4-48ef-831a-106c3fe4e066?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: 818/1640] 10.0.0.201 () {32 vars in 717 bytes} [Thu Mar 19 08:29:34 2026] GET /v2.0/ports/64e56d65-4197-4948-9dee-f2658456d748 => generated 778 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:29:34.482 7 INFO neutron.pecan_wsgi.hooks.translation [None req-34146dc7-8055-4de4-85e3-5c896511ca29 199ecbdb1b4842279a35b66fd028b288 7fae953d546c43e18ab2440f1cb5ef2f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 819/1641] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:29:34 2026] DELETE /v2.0/ports/380ea95e-a04a-4de7-981e-0bd74d3a15d8 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1642] 10.0.0.201 () {32 vars in 682 bytes} [Thu Mar 19 08:29:34 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:29:34.511 7 INFO neutron.pecan_wsgi.hooks.translation [None req-334f6b21-18ef-4b81-8c92-31ef3cfa6ad7 199ecbdb1b4842279a35b66fd028b288 7fae953d546c43e18ab2440f1cb5ef2f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 820/1643] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:29:34 2026] DELETE /v2.0/subnets/23b06b49-2652-4152-ac26-0c3ef097aa52 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:29:34.547 7 INFO neutron.pecan_wsgi.hooks.translation [None req-906b768f-a0d3-4ffc-ac30-7cfe68160f3f 199ecbdb1b4842279a35b66fd028b288 7fae953d546c43e18ab2440f1cb5ef2f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 821/1644] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:29:34 2026] DELETE /v2.0/subnets/27974de9-4844-4380-b5be-8cac28faeb3b => generated 136 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1645] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:34 2026] GET /v2.0/ports?device_id=20410e76-b94f-4dd6-95de-42be952571b5 => 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: 824/1646] 10.0.0.201 () {32 vars in 678 bytes} [Thu Mar 19 08:29:34 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1647] 10.0.0.201 () {32 vars in 690 bytes} [Thu Mar 19 08:29:34 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:29:34.673 7 INFO neutron_taas.services.taas.taas_plugin [None req-a356b6ee-da8e-48fc-b8d2-c0edffbb6709 199ecbdb1b4842279a35b66fd028b288 7fae953d546c43e18ab2440f1cb5ef2f - - default default] TaaS: Handle Delete Port: 64e56d65-4197-4948-9dee-f2658456d748 2026-03-19 08:29:34.676 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a356b6ee-da8e-48fc-b8d2-c0edffbb6709 199ecbdb1b4842279a35b66fd028b288 7fae953d546c43e18ab2440f1cb5ef2f - - default default] Tap Mirror: Handle Delete Port: 64e56d65-4197-4948-9dee-f2658456d748 [pid: 7|app: 0|req: 823/1648] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:29:34 2026] DELETE /v2.0/ports/64e56d65-4197-4948-9dee-f2658456d748 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:29:34.803 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd5da5d4-a6fc-4d85-8736-72d939a74417 92566333375a439f9a9b624ba495f00e ac0fb02ad2b24974aa253a8cc55514f6 - - default default] TaaS: Handle Delete Port: a03d740c-a861-46bc-88c1-1c255a9ac27d 2026-03-19 08:29:34.806 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd5da5d4-a6fc-4d85-8736-72d939a74417 92566333375a439f9a9b624ba495f00e ac0fb02ad2b24974aa253a8cc55514f6 - - default default] Tap Mirror: Handle Delete Port: a03d740c-a861-46bc-88c1-1c255a9ac27d [pid: 7|app: 0|req: 824/1649] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:29:34 2026] DELETE /v2.0/networks/5f52767b-f26d-418f-aba4-ddaaddf41cab => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1650] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:29:34 2026] DELETE /v2.0/ports/a03d740c-a861-46bc-88c1-1c255a9ac27d => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:29:35.025 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5a26b12-ddfe-44f3-a0d3-3ab5bb92be03 92566333375a439f9a9b624ba495f00e ac0fb02ad2b24974aa253a8cc55514f6 - - default default] TaaS: Handle Delete Port: 0802d03b-621f-4134-8afe-2be13fee5ff0 2026-03-19 08:29:35.029 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5a26b12-ddfe-44f3-a0d3-3ab5bb92be03 92566333375a439f9a9b624ba495f00e ac0fb02ad2b24974aa253a8cc55514f6 - - default default] Tap Mirror: Handle Delete Port: 0802d03b-621f-4134-8afe-2be13fee5ff0 [pid: 7|app: 0|req: 825/1651] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:29:34 2026] DELETE /v2.0/ports/0802d03b-621f-4134-8afe-2be13fee5ff0 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:29:35.230 8 INFO neutron_taas.services.taas.taas_plugin [None req-a881f76d-d9b3-4d82-b92f-c47abae52945 92566333375a439f9a9b624ba495f00e ac0fb02ad2b24974aa253a8cc55514f6 - - default default] TaaS: Handle Delete Port: 1b869ce2-becf-4d85-b764-fc549dfae115 2026-03-19 08:29:35.239 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a881f76d-d9b3-4d82-b92f-c47abae52945 92566333375a439f9a9b624ba495f00e ac0fb02ad2b24974aa253a8cc55514f6 - - default default] Tap Mirror: Handle Delete Port: 1b869ce2-becf-4d85-b764-fc549dfae115 [pid: 8|app: 0|req: 827/1652] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:29:35 2026] DELETE /v2.0/ports/1b869ce2-becf-4d85-b764-fc549dfae115 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:29:35.441 7 INFO neutron.services.segments.plugin [-] Segment b62c7c13-e084-4943-8f4b-3f0f8e0e3663 resource provider aggregate not found 2026-03-19 08:29:35.447 7 INFO neutron.services.segments.plugin [-] Segment b62c7c13-e084-4943-8f4b-3f0f8e0e3663 resource provider aggregate not found 2026-03-19 08:29:35.460 7 INFO neutron.services.segments.plugin [-] Segment b62c7c13-e084-4943-8f4b-3f0f8e0e3663 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b62c7c13-e084-4943-8f4b-3f0f8e0e3663 found for delete ", "request_id": "req-f1b0eb16-e0f4-4c15-ae7e-70228c5b0e66"}]} 2026-03-19 08:29:35.466 7 INFO neutron.services.segments.plugin [-] Segment b62c7c13-e084-4943-8f4b-3f0f8e0e3663 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b62c7c13-e084-4943-8f4b-3f0f8e0e3663 found for delete ", "request_id": "req-b3282ecb-0c44-4bf3-aaa0-7374d256ebf4"}]} 2026-03-19 08:29:35.480 7 INFO neutron_taas.services.taas.taas_plugin [None req-252ab438-d7c2-45b0-bca8-1a0c6c27a89d 92566333375a439f9a9b624ba495f00e ac0fb02ad2b24974aa253a8cc55514f6 - - default default] TaaS: Handle Delete Port: 6d78af1c-df4d-48f0-9d41-5deedcc70c21 2026-03-19 08:29:35.485 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-252ab438-d7c2-45b0-bca8-1a0c6c27a89d 92566333375a439f9a9b624ba495f00e ac0fb02ad2b24974aa253a8cc55514f6 - - default default] Tap Mirror: Handle Delete Port: 6d78af1c-df4d-48f0-9d41-5deedcc70c21 [pid: 8|app: 0|req: 828/1653] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:35 2026] GET /v2.0/security-groups?tenant_id=7fae953d546c43e18ab2440f1cb5ef2f&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1654] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:29:35 2026] DELETE /v2.0/ports/6d78af1c-df4d-48f0-9d41-5deedcc70c21 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1655] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:35 2026] DELETE /v2.0/security-groups/be7a1d68-9676-43cb-91d6-5e2bdc1802fd => 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: 830/1656] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:35 2026] GET /v2.0/ports?device_id=20410e76-b94f-4dd6-95de-42be952571b5 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:29:35.677 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f83304e-48c9-4880-918a-87392e964839 92566333375a439f9a9b624ba495f00e ac0fb02ad2b24974aa253a8cc55514f6 - - default default] TaaS: Handle Delete Port: c0f8c735-a600-46dd-8924-9e8043b77be3 2026-03-19 08:29:35.680 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f83304e-48c9-4880-918a-87392e964839 92566333375a439f9a9b624ba495f00e ac0fb02ad2b24974aa253a8cc55514f6 - - default default] Tap Mirror: Handle Delete Port: c0f8c735-a600-46dd-8924-9e8043b77be3 [pid: 7|app: 0|req: 827/1657] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:29:35 2026] DELETE /v2.0/ports/c0f8c735-a600-46dd-8924-9e8043b77be3 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:29:35.877 8 INFO neutron.services.segments.plugin [-] Segment f07ec768-07a4-472f-b015-bd558a00e594 resource provider aggregate not found 2026-03-19 08:29:35.885 8 INFO neutron.services.segments.plugin [-] Segment f07ec768-07a4-472f-b015-bd558a00e594 resource provider aggregate not found 2026-03-19 08:29:35.903 8 INFO neutron.services.segments.plugin [-] Segment f07ec768-07a4-472f-b015-bd558a00e594 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f07ec768-07a4-472f-b015-bd558a00e594 found for delete ", "request_id": "req-60a01351-e04b-43c2-baee-5956b7e68525"}]} 2026-03-19 08:29:35.907 8 INFO neutron.services.segments.plugin [-] Segment f07ec768-07a4-472f-b015-bd558a00e594 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f07ec768-07a4-472f-b015-bd558a00e594 found for delete ", "request_id": "req-92117572-7ec3-422b-a188-1213482633e7"}]} [pid: 8|app: 0|req: 831/1658] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:29:35 2026] DELETE /v2.0/networks/90162b3a-8928-4d73-a034-acf1d3688585 => 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: 828/1659] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:29:35 2026] DELETE /v2.0/networks/9637e616-2932-4fac-8444-e5806d7fa89a => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1660] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:29:36 2026] DELETE /v2.0/networks/4a9a638b-147e-4f1d-bd57-375f8e7102d9 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1661] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:29:36 2026] DELETE /v2.0/networks/56d3bd84-cde1-4246-9f10-3da7ceef936e => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1662] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:29:36 2026] DELETE /v2.0/networks/4c7829fc-30ed-4a60-9b28-a349f0877503 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1663] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:36 2026] GET /v2.0/ports?device_id=20410e76-b94f-4dd6-95de-42be952571b5 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:29:37.501 7 INFO neutron.services.segments.plugin [-] Segment 5dab44d9-a0ad-4a4f-a368-5474247e90e0 resource provider aggregate not found 2026-03-19 08:29:37.506 7 INFO neutron.services.segments.plugin [-] Segment 5dab44d9-a0ad-4a4f-a368-5474247e90e0 resource provider aggregate not found 2026-03-19 08:29:37.518 7 INFO neutron.services.segments.plugin [-] Segment 5dab44d9-a0ad-4a4f-a368-5474247e90e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dab44d9-a0ad-4a4f-a368-5474247e90e0 found for delete ", "request_id": "req-76832715-258e-41d1-9ac8-4199125da630"}]} 2026-03-19 08:29:37.522 7 INFO neutron.services.segments.plugin [-] Segment 5dab44d9-a0ad-4a4f-a368-5474247e90e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dab44d9-a0ad-4a4f-a368-5474247e90e0 found for delete ", "request_id": "req-1fd1c660-f3b0-4e88-b395-309033b4497e"}]} 2026-03-19 08:29:37.532 7 INFO neutron.services.segments.plugin [-] Segment bee58f15-ecba-4112-81b1-3fe5ceabc408 resource provider aggregate not found 2026-03-19 08:29:37.535 7 INFO neutron.services.segments.plugin [-] Segment bee58f15-ecba-4112-81b1-3fe5ceabc408 resource provider aggregate not found 2026-03-19 08:29:37.545 7 INFO neutron.services.segments.plugin [-] Segment bee58f15-ecba-4112-81b1-3fe5ceabc408 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bee58f15-ecba-4112-81b1-3fe5ceabc408 found for delete ", "request_id": "req-92d7244f-a7a4-4b06-8fb9-da9e09639f7c"}]} 2026-03-19 08:29:37.552 7 INFO neutron.services.segments.plugin [-] Segment bee58f15-ecba-4112-81b1-3fe5ceabc408 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bee58f15-ecba-4112-81b1-3fe5ceabc408 found for delete ", "request_id": "req-26248db2-0f55-4055-b7ba-1048214dd448"}]} [pid: 8|app: 0|req: 834/1664] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:37 2026] GET /v2.0/security-groups?tenant_id=cd3603c700154e228ce7a4f36cf4dd67&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1665] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:37 2026] DELETE /v2.0/security-groups/c6f7b840-0fbd-47a4-b1e8-789cd6af0698 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1666] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:37 2026] GET /v2.0/ports?device_id=20410e76-b94f-4dd6-95de-42be952571b5 => 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: 835/1667] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:37 2026] GET /v2.0/security-groups?tenant_id=ac0fb02ad2b24974aa253a8cc55514f6&name=default => generated 2925 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:29:37.921 8 INFO neutron.services.segments.plugin [-] Segment 2561ae86-ae62-4b7f-a6c1-ca4d17a5fbb5 resource provider aggregate not found 2026-03-19 08:29:37.927 8 INFO neutron.services.segments.plugin [-] Segment 2561ae86-ae62-4b7f-a6c1-ca4d17a5fbb5 resource provider aggregate not found 2026-03-19 08:29:37.945 8 INFO neutron.services.segments.plugin [-] Segment 2561ae86-ae62-4b7f-a6c1-ca4d17a5fbb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2561ae86-ae62-4b7f-a6c1-ca4d17a5fbb5 found for delete ", "request_id": "req-62429d3d-c23f-4b75-a1ee-fcdc62f8af37"}]} 2026-03-19 08:29:37.951 8 INFO neutron.services.segments.plugin [-] Segment 2561ae86-ae62-4b7f-a6c1-ca4d17a5fbb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2561ae86-ae62-4b7f-a6c1-ca4d17a5fbb5 found for delete ", "request_id": "req-c04820b8-e46f-4e06-9550-be89350f7bd9"}]} [pid: 7|app: 0|req: 833/1668] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:37 2026] DELETE /v2.0/security-groups/fc33b06c-3bbe-41a6-a97c-38565fab6442 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:29:37.975 8 INFO neutron.services.segments.plugin [-] Segment bb85a143-6b3c-4e1f-a2dd-ed2cc46ba7a0 resource provider aggregate not found 2026-03-19 08:29:37.982 8 INFO neutron.services.segments.plugin [-] Segment bb85a143-6b3c-4e1f-a2dd-ed2cc46ba7a0 resource provider aggregate not found 2026-03-19 08:29:37.996 8 INFO neutron.services.segments.plugin [-] Segment bb85a143-6b3c-4e1f-a2dd-ed2cc46ba7a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb85a143-6b3c-4e1f-a2dd-ed2cc46ba7a0 found for delete ", "request_id": "req-0c3c18a0-aa99-4eb4-a9ca-e304d41b54ad"}]} 2026-03-19 08:29:38.000 8 INFO neutron.services.segments.plugin [-] Segment bb85a143-6b3c-4e1f-a2dd-ed2cc46ba7a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb85a143-6b3c-4e1f-a2dd-ed2cc46ba7a0 found for delete ", "request_id": "req-91feec55-e3c0-4a4a-a88a-a0566de4cca0"}]} [pid: 8|app: 0|req: 836/1669] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:38 2026] GET /v2.0/security-groups?tenant_id=683e458e7e5f4d09b268a58af4ae74cf&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1670] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:38 2026] DELETE /v2.0/security-groups/4626dc23-d392-4c46-87fe-5c933fb8605a => 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: 835/1671] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:38 2026] GET /v2.0/ports?device_id=20410e76-b94f-4dd6-95de-42be952571b5 => 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: 837/1672] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:29:38 2026] GET /v2.0/networks?id=fa561d89-95a4-48ef-831a-106c3fe4e066 => generated 661 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1673] 199.204.45.138 () {34 vars in 1050 bytes} [Thu Mar 19 08:29:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=82a4e08736c24cbfb2e257634749e091 => generated 181 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1676] 199.204.45.138 () {38 vars in 955 bytes} [Thu Mar 19 08:29:38 2026] POST /v2.0/ports => generated 954 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1677] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Mar 19 08:29:39 2026] PUT /v2.0/ports/dfa4e6a0-b574-43e9-9cac-8174c855f51f => generated 1235 bytes in 423 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:29:39.890 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5809f6ea-b0e3-414d-bb32-bd71409a5919'] response: {'name': 'network-changed', 'server_uuid': '20410e76-b94f-4dd6-95de-42be952571b5', 'tag': 'dfa4e6a0-b574-43e9-9cac-8174c855f51f', '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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 839/1678] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:39 2026] GET /v2.0/security-groups?tenant_id=9a408c01048448d29efe4654e5cbb25a&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1679] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:40 2026] GET /v2.0/ports?device_id=20410e76-b94f-4dd6-95de-42be952571b5 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1680] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:29:40 2026] GET /v2.0/security-groups?id=e91964f8-a2f0-44a0-b63f-c2960ab8f5c5&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: 840/1681] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:40 2026] DELETE /v2.0/security-groups/3baa38ed-b7f8-461b-b127-6f52ee644a3d => 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: 842/1682] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:40 2026] GET /v2.0/security-groups?tenant_id=26a9a24f54a8499ab1d7b2c96db3ac73&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1683] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:29:40 2026] GET /v2.0/ports?tenant_id=82a4e08736c24cbfb2e257634749e091&device_id=20410e76-b94f-4dd6-95de-42be952571b5 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1684] 199.204.45.138 () {34 vars in 1018 bytes} [Thu Mar 19 08:29:40 2026] GET /v2.0/networks?tenant_id=82a4e08736c24cbfb2e257634749e091&shared=False => generated 756 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1685] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:40 2026] DELETE /v2.0/security-groups/80a30b99-0463-4070-b567-e370cef6275c => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1686] 199.204.45.138 () {34 vars in 930 bytes} [Thu Mar 19 08:29:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1687] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:41 2026] GET /v2.0/ports?device_id=20410e76-b94f-4dd6-95de-42be952571b5 => 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: 844/1688] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:29:41 2026] GET /v2.0/security-groups?id=e91964f8-a2f0-44a0-b63f-c2960ab8f5c5&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: 845/1689] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:29:41 2026] GET /v2.0/ports?tenant_id=82a4e08736c24cbfb2e257634749e091&device_id=20410e76-b94f-4dd6-95de-42be952571b5 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1690] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:29:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=dfa4e6a0-b574-43e9-9cac-8174c855f51f => 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: 846/1691] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:29:41 2026] GET /v2.0/subnets?id=ef9d9758-4cf3-45e8-8325-018b5b1346ca => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1692] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:29:41 2026] GET /v2.0/ports?network_id=fa561d89-95a4-48ef-831a-106c3fe4e066&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: 847/1693] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:29:41 2026] GET /v2.0/networks/fa561d89-95a4-48ef-831a-106c3fe4e066?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: 847/1694] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:29:41 2026] GET /v2.0/networks/fa561d89-95a4-48ef-831a-106c3fe4e066?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1695] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:42 2026] GET /v2.0/ports?device_id=20410e76-b94f-4dd6-95de-42be952571b5 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1696] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:29:42 2026] GET /v2.0/security-groups?id=e91964f8-a2f0-44a0-b63f-c2960ab8f5c5&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:29:42.956 7 INFO neutron.db.segments_db [None req-a69615ae-c700-426a-af47-3287d24661a0 2ba03b3d6f324b719f1723e1f0e1e424 de27ecddeb5147a68f9b6c39645f2cfc - - default default] Added segment f1e7a72b-1ea2-4d59-88da-cbbf9de7db15 of type vxlan for network 98d6fec3-f023-4471-9dee-d39bf211f761 2026-03-19 08:29:43.215 7 INFO neutron.db.l3_hamode_db [None req-a69615ae-c700-426a-af47-3287d24661a0 2ba03b3d6f324b719f1723e1f0e1e424 de27ecddeb5147a68f9b6c39645f2cfc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-19 08:29:43.336 7 INFO neutron.db.l3_hamode_db [None req-a69615ae-c700-426a-af47-3287d24661a0 2ba03b3d6f324b719f1723e1f0e1e424 de27ecddeb5147a68f9b6c39645f2cfc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 849/1697] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:43 2026] GET /v2.0/ports?device_id=20410e76-b94f-4dd6-95de-42be952571b5 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1698] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:29:43 2026] GET /v2.0/security-groups?id=e91964f8-a2f0-44a0-b63f-c2960ab8f5c5&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: 849/1699] 10.0.0.201 () {34 vars in 668 bytes} [Thu Mar 19 08:29:42 2026] POST /v2.0/routers => generated 474 bytes in 1242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:29:44.037 8 INFO neutron.db.l3_hamode_db [None req-6295630d-dcd0-4387-bd58-7aff43414ab7 2ba03b3d6f324b719f1723e1f0e1e424 de27ecddeb5147a68f9b6c39645f2cfc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-19 08:29:44.166 8 INFO neutron.db.l3_hamode_db [None req-6295630d-dcd0-4387-bd58-7aff43414ab7 2ba03b3d6f324b719f1723e1f0e1e424 de27ecddeb5147a68f9b6c39645f2cfc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 850/1700] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:44 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1701] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:29:44 2026] GET /v2.0/security-groups?id=38237690-93fc-4a2a-b4cd-d64c342dd460&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1702] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:44 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1703] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:29:44 2026] GET /v2.0/security-groups?id=38237690-93fc-4a2a-b4cd-d64c342dd460&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1704] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:44 2026] GET /v2.0/ports?device_id=20410e76-b94f-4dd6-95de-42be952571b5 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1705] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:29:44 2026] GET /v2.0/security-groups?id=e91964f8-a2f0-44a0-b63f-c2960ab8f5c5&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: 7|app: 0|req: 856/1706] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:44 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1707] 10.0.0.201 () {34 vars in 668 bytes} [Thu Mar 19 08:29:43 2026] POST /v2.0/routers => generated 474 bytes in 933 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1708] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:29:44 2026] GET /v2.0/security-groups?id=38237690-93fc-4a2a-b4cd-d64c342dd460&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:29:44.983 8 INFO neutron.db.l3_hamode_db [None req-97e5ab5b-a279-481e-93a3-29fa84371237 2ba03b3d6f324b719f1723e1f0e1e424 de27ecddeb5147a68f9b6c39645f2cfc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-19 08:29:45.087 8 INFO neutron.db.l3_hamode_db [None req-97e5ab5b-a279-481e-93a3-29fa84371237 2ba03b3d6f324b719f1723e1f0e1e424 de27ecddeb5147a68f9b6c39645f2cfc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 852/1709] 10.0.0.201 () {34 vars in 668 bytes} [Thu Mar 19 08:29:44 2026] POST /v2.0/routers => generated 474 bytes in 828 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1710] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:45 2026] GET /v2.0/security-groups?tenant_id=992aebd1f5fe4cf8a1e9d5ddb1ae1b23&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:29:45.830 8 INFO neutron.db.l3_hamode_db [None req-1da34790-83ac-4df1-9c25-31832a50eeed 2ba03b3d6f324b719f1723e1f0e1e424 de27ecddeb5147a68f9b6c39645f2cfc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 859/1711] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:45 2026] DELETE /v2.0/security-groups/965d07c6-e3ac-4284-b930-d70d3bc6574b => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:29:45.935 8 INFO neutron.db.l3_hamode_db [None req-1da34790-83ac-4df1-9c25-31832a50eeed 2ba03b3d6f324b719f1723e1f0e1e424 de27ecddeb5147a68f9b6c39645f2cfc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 860/1712] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:45 2026] GET /v2.0/ports?device_id=20410e76-b94f-4dd6-95de-42be952571b5 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1713] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:29:45 2026] GET /v2.0/security-groups?id=e91964f8-a2f0-44a0-b63f-c2960ab8f5c5&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: 862/1714] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:46 2026] GET /v2.0/security-groups?tenant_id=faca547989154cb1a455593b20d3c648&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1715] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:46 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1716] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:46 2026] DELETE /v2.0/security-groups/b18368b7-6a1c-412e-93dd-b01f9dbfd9a1 => 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: 865/1717] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:29:46 2026] GET /v2.0/security-groups?id=38237690-93fc-4a2a-b4cd-d64c342dd460&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: 866/1718] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:29:46 2026] GET /v2.0/ports?tenant_id=26ab81c3ba3e432bb9c7f7094ad84065&device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1719] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:29:46 2026] GET /v2.0/networks?id=55e0d74d-8fb9-496c-994c-0adb84c9a86a => generated 772 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1720] 199.204.45.138 () {34 vars in 1060 bytes} [Thu Mar 19 08:29:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=13c1513a-939f-4b7c-ab90-bb45c0a6517f => generated 861 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1721] 10.0.0.201 () {34 vars in 668 bytes} [Thu Mar 19 08:29:45 2026] POST /v2.0/routers => generated 474 bytes in 775 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1722] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:29:46 2026] GET /v2.0/subnets?id=20a023ce-fda1-41f3-a2f3-1fdc4e9b423c => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:29:46.576 8 INFO neutron.db.l3_hamode_db [None req-52140949-8e60-49d2-9caf-77e196393b8b 2ba03b3d6f324b719f1723e1f0e1e424 de27ecddeb5147a68f9b6c39645f2cfc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 870/1723] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:29:46 2026] GET /v2.0/ports?network_id=55e0d74d-8fb9-496c-994c-0adb84c9a86a&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: 871/1724] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:29:46 2026] GET /v2.0/networks/55e0d74d-8fb9-496c-994c-0adb84c9a86a?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: 872/1725] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:29:46 2026] GET /v2.0/networks/55e0d74d-8fb9-496c-994c-0adb84c9a86a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:29:46.691 8 INFO neutron.db.l3_hamode_db [None req-52140949-8e60-49d2-9caf-77e196393b8b 2ba03b3d6f324b719f1723e1f0e1e424 de27ecddeb5147a68f9b6c39645f2cfc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 873/1726] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:47 2026] GET /v2.0/ports?device_id=20410e76-b94f-4dd6-95de-42be952571b5 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1727] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:29:47 2026] GET /v2.0/security-groups?id=e91964f8-a2f0-44a0-b63f-c2960ab8f5c5&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1728] 10.0.0.201 () {34 vars in 668 bytes} [Thu Mar 19 08:29:46 2026] POST /v2.0/routers => generated 474 bytes in 714 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1729] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:47 2026] GET /v2.0/ports?device_id=20410e76-b94f-4dd6-95de-42be952571b5 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1730] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:29:47 2026] GET /v2.0/security-groups?id=e91964f8-a2f0-44a0-b63f-c2960ab8f5c5&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1731] 10.0.0.201 () {34 vars in 751 bytes} [Thu Mar 19 08:29:47 2026] PUT /v2.0/routers/e7249d43-8a0a-4d29-9615-6bcd27e36f9c/tags => generated 17 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1732] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:47 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => 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: 858/1733] 10.0.0.201 () {32 vars in 736 bytes} [Thu Mar 19 08:29:47 2026] GET /v2.0/ports?device_id=20410e76-b94f-4dd6-95de-42be952571b5 => 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: 859/1734] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:29:47 2026] GET /v2.0/security-groups?id=38237690-93fc-4a2a-b4cd-d64c342dd460&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: 876/1735] 10.0.0.201 () {34 vars in 751 bytes} [Thu Mar 19 08:29:47 2026] PUT /v2.0/routers/50b72d1b-347e-4394-b7be-91a93d6ab83c/tags => generated 25 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1736] 10.0.0.201 () {34 vars in 751 bytes} [Thu Mar 19 08:29:47 2026] PUT /v2.0/routers/a99b7847-66e3-4809-8039-a9a043711439/tags => generated 34 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1737] 10.0.0.201 () {34 vars in 751 bytes} [Thu Mar 19 08:29:47 2026] PUT /v2.0/routers/94d80d6a-b66c-4216-a2c7-09376dac2f75/tags => generated 19 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1738] 10.0.0.201 () {32 vars in 664 bytes} [Thu Mar 19 08:29:47 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1739] 10.0.0.201 () {32 vars in 678 bytes} [Thu Mar 19 08:29:47 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1740] 10.0.0.201 () {32 vars in 674 bytes} [Thu Mar 19 08:29:47 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:29:48.116 8 INFO neutron.db.l3_db [None req-8c624387-23a0-4065-9ad5-1767625e6efc b423d84f3db74ed8beeb6964b1d88316 82a4e08736c24cbfb2e257634749e091 - - default default] Floating IP 498102e2-881d-4ae6-a05b-0592f9c23de3 associated. External IP: 10.96.250.205, port: dfa4e6a0-b574-43e9-9cac-8174c855f51f. [pid: 7|app: 0|req: 882/1741] 10.0.0.201 () {32 vars in 686 bytes} [Thu Mar 19 08:29:48 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1742] 10.0.0.201 () {32 vars in 672 bytes} [Thu Mar 19 08:29:48 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1743] 10.0.0.201 () {32 vars in 686 bytes} [Thu Mar 19 08:29:48 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: 860/1744] 10.0.0.201 () {34 vars in 677 bytes} [Thu Mar 19 08:29:47 2026] POST /v2.0/floatingips => generated 855 bytes in 835 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1745] 10.0.0.201 () {32 vars in 682 bytes} [Thu Mar 19 08:29:48 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:29:48.414 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-460923c9-5f69-4f72-9fd8-a9d72364729d'] response: {'name': 'network-changed', 'server_uuid': '20410e76-b94f-4dd6-95de-42be952571b5', 'tag': 'dfa4e6a0-b574-43e9-9cac-8174c855f51f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 861/1746] 10.0.0.201 () {32 vars in 729 bytes} [Thu Mar 19 08:29:48 2026] GET /v2.0/floatingips/498102e2-881d-4ae6-a05b-0592f9c23de3 => generated 855 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1747] 10.0.0.201 () {32 vars in 694 bytes} [Thu Mar 19 08:29:48 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1748] 10.0.0.201 () {32 vars in 721 bytes} [Thu Mar 19 08:29:48 2026] GET /v2.0/routers/e7249d43-8a0a-4d29-9615-6bcd27e36f9c => generated 485 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1749] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:48 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => 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: 864/1750] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:29:48 2026] GET /v2.0/security-groups?id=38237690-93fc-4a2a-b4cd-d64c342dd460&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: 865/1751] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:29:48 2026] GET /v2.0/ports?tenant_id=82a4e08736c24cbfb2e257634749e091&device_id=20410e76-b94f-4dd6-95de-42be952571b5 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1752] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:29:48 2026] GET /v2.0/networks?id=fa561d89-95a4-48ef-831a-106c3fe4e066 => generated 756 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1753] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:29:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=dfa4e6a0-b574-43e9-9cac-8174c855f51f => generated 858 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1754] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:29:49 2026] GET /v2.0/subnets?id=ef9d9758-4cf3-45e8-8325-018b5b1346ca => generated 678 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1755] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:29:49 2026] GET /v2.0/ports?network_id=fa561d89-95a4-48ef-831a-106c3fe4e066&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: 887/1756] 10.0.0.201 () {34 vars in 742 bytes} [Thu Mar 19 08:29:48 2026] PUT /v2.0/routers/e7249d43-8a0a-4d29-9615-6bcd27e36f9c => generated 485 bytes in 616 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1757] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:29:49 2026] GET /v2.0/networks/fa561d89-95a4-48ef-831a-106c3fe4e066?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: 888/1758] 10.0.0.201 () {32 vars in 736 bytes} [Thu Mar 19 08:29:49 2026] GET /v2.0/ports?device_id=e7249d43-8a0a-4d29-9615-6bcd27e36f9c => 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: 871/1759] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:29:49 2026] GET /v2.0/networks/fa561d89-95a4-48ef-831a-106c3fe4e066?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:29:49.416 7 INFO neutron_taas.services.taas.taas_plugin [None req-156f448b-e163-4ff2-aab9-580cb3352a87 2ba03b3d6f324b719f1723e1f0e1e424 de27ecddeb5147a68f9b6c39645f2cfc - - default default] TaaS: Handle Delete Port: 11b92f6a-4710-40a0-99ab-aed3e7c0736c 2026-03-19 08:29:49.419 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-156f448b-e163-4ff2-aab9-580cb3352a87 2ba03b3d6f324b719f1723e1f0e1e424 de27ecddeb5147a68f9b6c39645f2cfc - - default default] Tap Mirror: Handle Delete Port: 11b92f6a-4710-40a0-99ab-aed3e7c0736c [pid: 8|app: 0|req: 872/1760] 10.0.0.201 () {32 vars in 729 bytes} [Thu Mar 19 08:29:49 2026] GET /v2.0/floatingips/498102e2-881d-4ae6-a05b-0592f9c23de3 => generated 855 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1761] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:29:49 2026] DELETE /v2.0/routers/e7249d43-8a0a-4d29-9615-6bcd27e36f9c => generated 0 bytes in 433 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1762] 10.0.0.201 () {32 vars in 721 bytes} [Thu Mar 19 08:29:49 2026] GET /v2.0/routers/50b72d1b-347e-4394-b7be-91a93d6ab83c => generated 493 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1763] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:49 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1764] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:29:49 2026] GET /v2.0/security-groups?id=38237690-93fc-4a2a-b4cd-d64c342dd460&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1765] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:49 2026] GET /v2.0/security-groups?tenant_id=7e9c93c355554778aff0caabba95b7bb&name=default => generated 2925 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1766] 10.0.0.201 () {34 vars in 742 bytes} [Thu Mar 19 08:29:49 2026] PUT /v2.0/routers/50b72d1b-347e-4394-b7be-91a93d6ab83c => generated 493 bytes in 574 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1767] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:50 2026] DELETE /v2.0/security-groups/5c30482f-2e86-481d-b879-92416603cca1 => 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: 891/1768] 10.0.0.201 () {32 vars in 736 bytes} [Thu Mar 19 08:29:50 2026] GET /v2.0/ports?device_id=50b72d1b-347e-4394-b7be-91a93d6ab83c => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:29:50.472 8 INFO neutron_taas.services.taas.taas_plugin [None req-a5916ed9-2623-43cb-973e-652a1133d12d 2ba03b3d6f324b719f1723e1f0e1e424 de27ecddeb5147a68f9b6c39645f2cfc - - default default] TaaS: Handle Delete Port: d863128a-d373-4083-b424-2f8bab62e334 2026-03-19 08:29:50.474 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5916ed9-2623-43cb-973e-652a1133d12d 2ba03b3d6f324b719f1723e1f0e1e424 de27ecddeb5147a68f9b6c39645f2cfc - - default default] Tap Mirror: Handle Delete Port: d863128a-d373-4083-b424-2f8bab62e334 [pid: 7|app: 0|req: 892/1769] 10.0.0.201 () {32 vars in 729 bytes} [Thu Mar 19 08:29:50 2026] GET /v2.0/floatingips/498102e2-881d-4ae6-a05b-0592f9c23de3 => generated 857 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1770] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:29:50 2026] DELETE /v2.0/routers/50b72d1b-347e-4394-b7be-91a93d6ab83c => generated 0 bytes in 359 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1771] 10.0.0.201 () {32 vars in 721 bytes} [Thu Mar 19 08:29:50 2026] GET /v2.0/routers/a99b7847-66e3-4809-8039-a9a043711439 => generated 502 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1772] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:50 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1773] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:29:51 2026] GET /v2.0/security-groups?id=38237690-93fc-4a2a-b4cd-d64c342dd460&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1774] 10.0.0.201 () {34 vars in 742 bytes} [Thu Mar 19 08:29:50 2026] PUT /v2.0/routers/a99b7847-66e3-4809-8039-a9a043711439 => generated 502 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1775] 10.0.0.201 () {32 vars in 736 bytes} [Thu Mar 19 08:29:51 2026] GET /v2.0/ports?device_id=a99b7847-66e3-4809-8039-a9a043711439 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:29:51.497 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a32c6b1-ff47-4818-bd77-1546ac3040e7 2ba03b3d6f324b719f1723e1f0e1e424 de27ecddeb5147a68f9b6c39645f2cfc - - default default] TaaS: Handle Delete Port: 1a64cfc7-b493-41dd-b688-043043ce439a 2026-03-19 08:29:51.513 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a32c6b1-ff47-4818-bd77-1546ac3040e7 2ba03b3d6f324b719f1723e1f0e1e424 de27ecddeb5147a68f9b6c39645f2cfc - - default default] Tap Mirror: Handle Delete Port: 1a64cfc7-b493-41dd-b688-043043ce439a [pid: 8|app: 0|req: 880/1776] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:29:51 2026] DELETE /v2.0/routers/a99b7847-66e3-4809-8039-a9a043711439 => generated 0 bytes in 414 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1777] 10.0.0.201 () {32 vars in 721 bytes} [Thu Mar 19 08:29:51 2026] GET /v2.0/routers/94d80d6a-b66c-4216-a2c7-09376dac2f75 => generated 487 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:29:52.186 7 INFO neutron.db.segments_db [None req-391c410a-fe6d-419d-967d-2e64b1314e3f 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment 6102a9cb-e23c-4c09-9ccf-74dbb4ab8123 of type vxlan for network e21e56c7-5cdf-42c4-903a-3de4627e26dd [pid: 7|app: 0|req: 898/1778] 10.0.0.201 () {34 vars in 671 bytes} [Thu Mar 19 08:29:51 2026] POST /v2.0/networks => generated 741 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1779] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:52 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => 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: 881/1780] 10.0.0.201 () {34 vars in 742 bytes} [Thu Mar 19 08:29:51 2026] PUT /v2.0/routers/94d80d6a-b66c-4216-a2c7-09376dac2f75 => generated 487 bytes in 540 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1781] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:29:52 2026] GET /v2.0/security-groups?id=38237690-93fc-4a2a-b4cd-d64c342dd460&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: 8|app: 0|req: 883/1782] 10.0.0.201 () {32 vars in 736 bytes} [Thu Mar 19 08:29:52 2026] GET /v2.0/ports?device_id=94d80d6a-b66c-4216-a2c7-09376dac2f75 => 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: 900/1783] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:29:52 2026] POST /v2.0/subnets => generated 688 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:29:52.556 7 INFO neutron.db.segments_db [None req-6367468d-e048-4034-a19d-9ed239140aef 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment f4f499a7-4692-4b24-baf0-fb13343c950f of type vxlan for network 8502c3b9-464f-477a-b283-990b1e418e9a 2026-03-19 08:29:52.595 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3f87229-a493-4221-8ae4-dd714570571d 2ba03b3d6f324b719f1723e1f0e1e424 de27ecddeb5147a68f9b6c39645f2cfc - - default default] TaaS: Handle Delete Port: cac25695-18a5-473a-aa6f-80c51e6bec58 2026-03-19 08:29:52.598 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3f87229-a493-4221-8ae4-dd714570571d 2ba03b3d6f324b719f1723e1f0e1e424 de27ecddeb5147a68f9b6c39645f2cfc - - default default] Tap Mirror: Handle Delete Port: cac25695-18a5-473a-aa6f-80c51e6bec58 2026-03-19 08:29:52.805 7 INFO neutron.db.l3_hamode_db [None req-6367468d-e048-4034-a19d-9ed239140aef 4dc1459707a841c98e4188535c999b88 8bc4811d790b46318496fe04b24499d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 884/1784] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:29:52 2026] DELETE /v2.0/routers/94d80d6a-b66c-4216-a2c7-09376dac2f75 => generated 0 bytes in 375 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1785] 10.0.0.201 () {32 vars in 721 bytes} [Thu Mar 19 08:29:52 2026] GET /v2.0/routers/e6cf4839-3b77-477d-bf4a-28cba4927f21 => generated 480 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1786] 10.0.0.201 () {34 vars in 742 bytes} [Thu Mar 19 08:29:52 2026] PUT /v2.0/routers/e6cf4839-3b77-477d-bf4a-28cba4927f21 => generated 480 bytes in 539 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1787] 10.0.0.201 () {32 vars in 736 bytes} [Thu Mar 19 08:29:53 2026] GET /v2.0/ports?device_id=e6cf4839-3b77-477d-bf4a-28cba4927f21 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:29:53.614 8 INFO neutron_taas.services.taas.taas_plugin [None req-183d3776-909a-4ec3-bd52-42d1b2208614 2ba03b3d6f324b719f1723e1f0e1e424 de27ecddeb5147a68f9b6c39645f2cfc - - default default] TaaS: Handle Delete Port: 6697408a-4d29-44c5-b3cc-568829bb3a0b 2026-03-19 08:29:53.617 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-183d3776-909a-4ec3-bd52-42d1b2208614 2ba03b3d6f324b719f1723e1f0e1e424 de27ecddeb5147a68f9b6c39645f2cfc - - default default] Tap Mirror: Handle Delete Port: 6697408a-4d29-44c5-b3cc-568829bb3a0b 2026-03-19 08:29:53.995 8 INFO neutron.services.segments.plugin [-] Segment f1e7a72b-1ea2-4d59-88da-cbbf9de7db15 resource provider aggregate not found 2026-03-19 08:29:54.000 8 INFO neutron.services.segments.plugin [-] Segment f1e7a72b-1ea2-4d59-88da-cbbf9de7db15 resource provider aggregate not found 2026-03-19 08:29:54.017 8 INFO neutron.db.l3_hamode_db [None req-183d3776-909a-4ec3-bd52-42d1b2208614 2ba03b3d6f324b719f1723e1f0e1e424 de27ecddeb5147a68f9b6c39645f2cfc - - default default] HA network 98d6fec3-f023-4471-9dee-d39bf211f761 was deleted as no HA routers are present in tenant de27ecddeb5147a68f9b6c39645f2cfc. 2026-03-19 08:29:54.026 8 INFO neutron.services.segments.plugin [-] Segment f1e7a72b-1ea2-4d59-88da-cbbf9de7db15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1e7a72b-1ea2-4d59-88da-cbbf9de7db15 found for delete ", "request_id": "req-ff899237-6a93-4b4e-8eaa-b69c70487f97"}]} 2026-03-19 08:29:54.028 8 INFO neutron.services.segments.plugin [-] Segment f1e7a72b-1ea2-4d59-88da-cbbf9de7db15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1e7a72b-1ea2-4d59-88da-cbbf9de7db15 found for delete ", "request_id": "req-f92f6677-e13e-4f92-ae74-cd09a54bc03e"}]} [pid: 8|app: 0|req: 888/1788] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:29:53 2026] DELETE /v2.0/routers/e6cf4839-3b77-477d-bf4a-28cba4927f21 => generated 0 bytes in 588 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1789] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:54 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => generated 973 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:29:54.136 7 INFO neutron.db.l3_hamode_db [None req-6367468d-e048-4034-a19d-9ed239140aef 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 890/1790] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:29:54 2026] GET /v2.0/security-groups?id=38237690-93fc-4a2a-b4cd-d64c342dd460&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: 893/1793] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:54 2026] GET /v2.0/security-groups?tenant_id=c42de700768b4573a3ce2a4c7e6ca90b&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1794] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:55 2026] DELETE /v2.0/security-groups/25b8f4d4-5cfa-45b6-840d-3c8e5496892e => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1795] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:29:52 2026] POST /v2.0/routers => generated 728 bytes in 2689 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1796] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:55 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => 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: 903/1797] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:29:55 2026] GET /v2.0/security-groups?id=38237690-93fc-4a2a-b4cd-d64c342dd460&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: 904/1798] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:55 2026] GET /v2.0/security-groups?tenant_id=7007409cacaa407289a0858e183623a6&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1799] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:55 2026] DELETE /v2.0/security-groups/91dfd844-2bdf-4a0e-bc50-c067e541be5b => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1800] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:29:55 2026] GET /v2.0/routers => generated 2189 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1801] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:29:55 2026] GET /v2.0/security-groups?tenant_id=de27ecddeb5147a68f9b6c39645f2cfc&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1802] 10.0.0.110 () {34 vars in 1084 bytes} [Thu Mar 19 08:29:56 2026] GET /v2.0/ports?device_id=20410e76-b94f-4dd6-95de-42be952571b5&device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => generated 2473 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1803] 10.0.0.134 () {34 vars in 990 bytes} [Thu Mar 19 08:29:56 2026] GET /v2.0/ports?device_id=20410e76-b94f-4dd6-95de-42be952571b5 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1804] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:29:56 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1805] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:29:56 2026] DELETE /v2.0/security-groups/c6d7bf19-adab-46d1-9cff-03c0d4c800da => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1806] 10.0.0.110 () {34 vars in 1120 bytes} [Thu Mar 19 08:29:56 2026] GET /v2.0/security-groups?id=38237690-93fc-4a2a-b4cd-d64c342dd460&id=e91964f8-a2f0-44a0-b63f-c2960ab8f5c5&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1807] 10.0.0.134 () {34 vars in 1040 bytes} [Thu Mar 19 08:29:56 2026] GET /v2.0/security-groups?id=e91964f8-a2f0-44a0-b63f-c2960ab8f5c5&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1808] 10.0.0.121 () {28 vars in 677 bytes} [Thu Mar 19 08:29:56 2026] GET /v2.0/routers/1ce1d1fb-c5da-4e91-a485-683780b6aea3/l3-agents => generated 681 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1809] 10.0.0.201 () {34 vars in 783 bytes} [Thu Mar 19 08:29:55 2026] PUT /v2.0/routers/2b7032ee-9c2b-4d52-bf89-ed16dbb41948/add_router_interface => generated 309 bytes in 1275 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1810] 10.0.0.121 () {28 vars in 677 bytes} [Thu Mar 19 08:29:56 2026] GET /v2.0/routers/2b7032ee-9c2b-4d52-bf89-ed16dbb41948/l3-agents => generated 682 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1811] 10.0.0.121 () {28 vars in 677 bytes} [Thu Mar 19 08:29:56 2026] GET /v2.0/routers/bad2b9b6-6e0c-4fc0-8ee9-8b462e229171/l3-agents => generated 681 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1812] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:29:56 2026] GET /v2.0/floatingips => generated 1704 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1813] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:29:56 2026] GET /v2.0/networks => generated 6511 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1814] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:29:56 2026] GET /v2.0/security-groups => generated 34320 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1815] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:29:56 2026] GET /v2.0/ports => generated 23296 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1816] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:29:56 2026] GET /v2.0/agents => generated 3385 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1817] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:29:56 2026] GET /v2.0/subnets => generated 5198 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1818] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:29:57 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1819] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:29:57 2026] GET /v2.0/subnets => generated 5198 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1820] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:29:57 2026] GET /v2.0/network-ip-availabilities => generated 3782 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1821] 10.0.0.110 () {34 vars in 982 bytes} [Thu Mar 19 08:29:58 2026] GET /v2.0/networks?id=e21e56c7-5cdf-42c4-903a-3de4627e26dd => generated 673 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1822] 10.0.0.110 () {34 vars in 965 bytes} [Thu Mar 19 08:29:59 2026] GET /v2.0/quotas/8bc4811d790b46318496fe04b24499d5 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1823] 10.0.0.110 () {34 vars in 1002 bytes} [Thu Mar 19 08:29:59 2026] GET /v2.0/ports?tenant_id=8bc4811d790b46318496fe04b24499d5&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1824] 10.0.0.110 () {34 vars in 1008 bytes} [Thu Mar 19 08:29:59 2026] GET /v2.0/networks/e21e56c7-5cdf-42c4-903a-3de4627e26dd?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1825] 10.0.0.110 () {34 vars in 1108 bytes} [Thu Mar 19 08:29:59 2026] GET /v2.0/networks/e21e56c7-5cdf-42c4-903a-3de4627e26dd?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: 923/1826] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:29:59 2026] GET /v2.0/ports?device_id=70598e21-ed49-4ddf-a021-eedf979f4ce7 => 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: 904/1827] 10.0.0.201 () {34 vars in 684 bytes} [Thu Mar 19 08:29:59 2026] POST /v2.0/security-groups => generated 1601 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1828] 10.0.0.201 () {34 vars in 767 bytes} [Thu Mar 19 08:29:59 2026] PUT /v2.0/security-groups/a12ab170-62e8-4444-be9f-92ebfef094b9/tags => generated 25 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1829] 10.0.0.201 () {32 vars in 747 bytes} [Thu Mar 19 08:29:59 2026] GET /v2.0/security-groups/a12ab170-62e8-4444-be9f-92ebfef094b9/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1830] 10.0.0.201 () {34 vars in 778 bytes} [Thu Mar 19 08:29:59 2026] PUT /v2.0/security-groups/a12ab170-62e8-4444-be9f-92ebfef094b9/tags/green => generated 4 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1831] 10.0.0.201 () {32 vars in 747 bytes} [Thu Mar 19 08:30:00 2026] GET /v2.0/security-groups/a12ab170-62e8-4444-be9f-92ebfef094b9/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1832] 10.0.0.201 () {34 vars in 774 bytes} [Thu Mar 19 08:30:00 2026] PUT /v2.0/security-groups/a12ab170-62e8-4444-be9f-92ebfef094b9/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1833] 10.0.0.201 () {32 vars in 747 bytes} [Thu Mar 19 08:30:00 2026] GET /v2.0/security-groups/a12ab170-62e8-4444-be9f-92ebfef094b9/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1834] 10.0.0.201 () {34 vars in 796 bytes} [Thu Mar 19 08:30:00 2026] PUT /v2.0/security-groups/a12ab170-62e8-4444-be9f-92ebfef094b9/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1835] 10.0.0.201 () {32 vars in 747 bytes} [Thu Mar 19 08:30:00 2026] GET /v2.0/security-groups/a12ab170-62e8-4444-be9f-92ebfef094b9/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1836] 10.0.0.201 () {34 vars in 767 bytes} [Thu Mar 19 08:30:00 2026] PUT /v2.0/security-groups/a12ab170-62e8-4444-be9f-92ebfef094b9/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1837] 10.0.0.201 () {32 vars in 747 bytes} [Thu Mar 19 08:30:00 2026] GET /v2.0/security-groups/a12ab170-62e8-4444-be9f-92ebfef094b9/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1838] 10.0.0.201 () {32 vars in 755 bytes} [Thu Mar 19 08:30:00 2026] GET /v2.0/security-groups/a12ab170-62e8-4444-be9f-92ebfef094b9/tags/red => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1839] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:00 2026] GET /v2.0/ports?device_id=70598e21-ed49-4ddf-a021-eedf979f4ce7 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:30:00.556 7 INFO neutron.api.v2.resource [None req-6ece9821-0018-4a09-a925-e7a145fc06f1 b638c181416e47219532db4ebcf3c5e2 757012fdacf646139b8a9405f22edbbf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 930/1840] 10.0.0.201 () {32 vars in 759 bytes} [Thu Mar 19 08:30:00 2026] GET /v2.0/security-groups/a12ab170-62e8-4444-be9f-92ebfef094b9/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1841] 10.0.0.201 () {32 vars in 758 bytes} [Thu Mar 19 08:30:00 2026] DELETE /v2.0/security-groups/a12ab170-62e8-4444-be9f-92ebfef094b9/tags/red => 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: 931/1842] 10.0.0.201 () {32 vars in 747 bytes} [Thu Mar 19 08:30:00 2026] GET /v2.0/security-groups/a12ab170-62e8-4444-be9f-92ebfef094b9/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:30:00.736 8 INFO neutron.api.v2.resource [None req-6ff5b52d-ee4c-4965-8c03-7bdee0e93a6b b638c181416e47219532db4ebcf3c5e2 757012fdacf646139b8a9405f22edbbf - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 912/1843] 10.0.0.201 () {32 vars in 762 bytes} [Thu Mar 19 08:30:00 2026] DELETE /v2.0/security-groups/a12ab170-62e8-4444-be9f-92ebfef094b9/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1844] 10.0.0.201 () {32 vars in 750 bytes} [Thu Mar 19 08:30:00 2026] DELETE /v2.0/security-groups/a12ab170-62e8-4444-be9f-92ebfef094b9/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1845] 10.0.0.201 () {32 vars in 747 bytes} [Thu Mar 19 08:30:00 2026] GET /v2.0/security-groups/a12ab170-62e8-4444-be9f-92ebfef094b9/tags => generated 12 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1846] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:30:00 2026] DELETE /v2.0/security-groups/a12ab170-62e8-4444-be9f-92ebfef094b9 => 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: 914/1847] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:01 2026] GET /v2.0/ports?device_id=70598e21-ed49-4ddf-a021-eedf979f4ce7 => 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: 934/1848] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:30:01 2026] GET /v2.0/security-groups?tenant_id=21fca296eb554e528a090127ed79e19f&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1849] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:30:02 2026] DELETE /v2.0/security-groups/984983c7-0b6a-4ba6-9624-d7af3ebc7bf0 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1850] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:30:02 2026] GET /v2.0/security-groups?tenant_id=757012fdacf646139b8a9405f22edbbf&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1851] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:30:02 2026] DELETE /v2.0/security-groups/b1231a75-8b07-443a-a328-4e06deef19eb => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1852] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:02 2026] GET /v2.0/ports?device_id=70598e21-ed49-4ddf-a021-eedf979f4ce7 => 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: 917/1853] 10.0.0.134 () {34 vars in 990 bytes} [Thu Mar 19 08:30:03 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1854] 10.0.0.134 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:03 2026] GET /v2.0/security-groups?id=38237690-93fc-4a2a-b4cd-d64c342dd460&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: 918/1855] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:03 2026] GET /v2.0/ports?device_id=70598e21-ed49-4ddf-a021-eedf979f4ce7 => 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: 938/1856] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:30:03 2026] GET /v2.0/networks?id=e21e56c7-5cdf-42c4-903a-3de4627e26dd => generated 673 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1857] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:04 2026] GET /v2.0/ports?device_id=70598e21-ed49-4ddf-a021-eedf979f4ce7 => generated 961 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1858] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:04 2026] GET /v2.0/security-groups?id=fed66e8e-3071-45a0-ac64-823c2a883ea0&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1859] 199.204.45.138 () {38 vars in 955 bytes} [Thu Mar 19 08:30:03 2026] POST /v2.0/ports => generated 958 bytes in 1173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1860] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Mar 19 08:30:05 2026] PUT /v2.0/ports/253b8330-586b-4570-8168-d1afacf03965 => generated 1239 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:30:05.500 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e44cab8c-e1f3-408c-b28b-805269df881c'] response: {'name': 'network-changed', 'server_uuid': '70598e21-ed49-4ddf-a021-eedf979f4ce7', 'tag': '253b8330-586b-4570-8168-d1afacf03965', '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-03-19 08:30:05.794 8 INFO neutron.db.segments_db [None req-690c1535-0383-4253-8839-3633e698575c 0238d2dc886b4a9d81654a770af11149 4c3ffc1ddc1349d28f61909cdfbdf933 - - default default] Added segment db8050e3-41c9-4822-bd93-d2326970481f of type vxlan for network aaf14d69-b3fd-4c50-bc37-f0e5e20cad33 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 920/1861] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:30:05 2026] POST /v2.0/networks => generated 632 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1862] 10.0.0.201 () {32 vars in 826 bytes} [Thu Mar 19 08:30:05 2026] GET /v2.0/ports?project_id=82a4e08736c24cbfb2e257634749e091&network_id=fa561d89-95a4-48ef-831a-106c3fe4e066 => generated 3691 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:30:05.962 8 INFO neutron.db.segments_db [None req-aa872c9c-ba0d-4840-aafd-5233cbafb474 0238d2dc886b4a9d81654a770af11149 4c3ffc1ddc1349d28f61909cdfbdf933 - - default default] Added segment d6a4ef5d-c66f-4523-b9f4-34e71fdbb40d of type vxlan for network 01b0b8d5-d401-4f42-8348-07399531ad53 [pid: 7|app: 0|req: 943/1863] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:30:06 2026] GET /v2.0/ports?tenant_id=8bc4811d790b46318496fe04b24499d5&device_id=70598e21-ed49-4ddf-a021-eedf979f4ce7 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1864] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:30:05 2026] POST /v2.0/networks => generated 632 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1865] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:06 2026] GET /v2.0/ports?device_id=70598e21-ed49-4ddf-a021-eedf979f4ce7 => generated 973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1866] 199.204.45.138 () {34 vars in 1018 bytes} [Thu Mar 19 08:30:06 2026] GET /v2.0/networks?tenant_id=8bc4811d790b46318496fe04b24499d5&shared=False => generated 769 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1867] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:06 2026] GET /v2.0/security-groups?id=fed66e8e-3071-45a0-ac64-823c2a883ea0&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1868] 10.0.0.201 () {34 vars in 753 bytes} [Thu Mar 19 08:30:06 2026] PUT /v2.0/networks/aaf14d69-b3fd-4c50-bc37-f0e5e20cad33/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1869] 199.204.45.138 () {34 vars in 930 bytes} [Thu Mar 19 08:30:06 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1870] 10.0.0.201 () {32 vars in 733 bytes} [Thu Mar 19 08:30:06 2026] GET /v2.0/networks/aaf14d69-b3fd-4c50-bc37-f0e5e20cad33/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1871] 10.0.0.201 () {32 vars in 742 bytes} [Thu Mar 19 08:30:06 2026] GET /v2.0/subnets?network_id=017839f0-909c-40dd-ad39-6b213fc39912 => generated 667 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1872] 10.0.0.201 () {34 vars in 753 bytes} [Thu Mar 19 08:30:06 2026] PUT /v2.0/networks/01b0b8d5-d401-4f42-8348-07399531ad53/tags => generated 17 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1873] 10.0.0.201 () {32 vars in 733 bytes} [Thu Mar 19 08:30:06 2026] GET /v2.0/networks/01b0b8d5-d401-4f42-8348-07399531ad53/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1874] 10.0.0.201 () {34 vars in 753 bytes} [Thu Mar 19 08:30:06 2026] PUT /v2.0/networks/01b0b8d5-d401-4f42-8348-07399531ad53/tags => generated 12 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1875] 10.0.0.201 () {32 vars in 733 bytes} [Thu Mar 19 08:30:06 2026] GET /v2.0/networks/01b0b8d5-d401-4f42-8348-07399531ad53/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1876] 10.0.0.201 () {32 vars in 733 bytes} [Thu Mar 19 08:30:06 2026] GET /v2.0/networks/aaf14d69-b3fd-4c50-bc37-f0e5e20cad33/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:30:06.589 7 INFO neutron.db.l3_db [None req-c54cc1ee-1f98-4ea1-b03a-9343fd42c18c b423d84f3db74ed8beeb6964b1d88316 82a4e08736c24cbfb2e257634749e091 - - default default] Floating IP 498102e2-881d-4ae6-a05b-0592f9c23de3 disassociated. External IP: 10.96.250.205, port: dfa4e6a0-b574-43e9-9cac-8174c855f51f. 2026-03-19 08:30:06.656 8 INFO neutron.services.segments.plugin [-] Segment db8050e3-41c9-4822-bd93-d2326970481f resource provider aggregate not found 2026-03-19 08:30:06.659 8 INFO neutron.services.segments.plugin [-] Segment db8050e3-41c9-4822-bd93-d2326970481f resource provider aggregate not found 2026-03-19 08:30:06.671 8 INFO neutron.services.segments.plugin [-] Segment db8050e3-41c9-4822-bd93-d2326970481f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db8050e3-41c9-4822-bd93-d2326970481f found for delete ", "request_id": "req-a68da4e9-6ca9-4347-afd3-f8405b50bfcf"}]} 2026-03-19 08:30:06.677 8 INFO neutron.services.segments.plugin [-] Segment db8050e3-41c9-4822-bd93-d2326970481f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db8050e3-41c9-4822-bd93-d2326970481f found for delete ", "request_id": "req-0bf2b456-acd7-4794-98ec-308765058e30"}]} [pid: 8|app: 0|req: 929/1877] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:30:06 2026] DELETE /v2.0/networks/aaf14d69-b3fd-4c50-bc37-f0e5e20cad33 => 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: 930/1878] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:30:06 2026] DELETE /v2.0/networks/01b0b8d5-d401-4f42-8348-07399531ad53 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1879] 10.0.0.201 () {34 vars in 749 bytes} [Thu Mar 19 08:30:06 2026] PUT /v2.0/floatingips/498102e2-881d-4ae6-a05b-0592f9c23de3 => generated 554 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1880] 10.0.0.201 () {32 vars in 729 bytes} [Thu Mar 19 08:30:06 2026] GET /v2.0/floatingips/498102e2-881d-4ae6-a05b-0592f9c23de3 => generated 554 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1881] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:30:07 2026] GET /v2.0/ports?tenant_id=8bc4811d790b46318496fe04b24499d5&device_id=70598e21-ed49-4ddf-a021-eedf979f4ce7 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1882] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:07 2026] GET /v2.0/ports?device_id=70598e21-ed49-4ddf-a021-eedf979f4ce7 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1883] 199.204.45.138 () {34 vars in 1060 bytes} [Thu Mar 19 08:30:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=253b8330-586b-4570-8168-d1afacf03965 => 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: 951/1884] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:07 2026] GET /v2.0/security-groups?id=fed66e8e-3071-45a0-ac64-823c2a883ea0&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1885] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:30:07 2026] GET /v2.0/subnets?id=1af6d17b-5d95-463d-9689-486af6d9541b => generated 691 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1886] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:30:07 2026] GET /v2.0/ports?network_id=e21e56c7-5cdf-42c4-903a-3de4627e26dd&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: 935/1887] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:30:07 2026] GET /v2.0/networks/e21e56c7-5cdf-42c4-903a-3de4627e26dd?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: 953/1888] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:30:07 2026] GET /v2.0/networks/e21e56c7-5cdf-42c4-903a-3de4627e26dd?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-03-19 08:30:07.555 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9f50da74-6a33-4239-8c89-839b1aaaf3cf'] response: {'name': 'network-changed', 'server_uuid': '20410e76-b94f-4dd6-95de-42be952571b5', 'tag': 'dfa4e6a0-b574-43e9-9cac-8174c855f51f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 936/1889] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:30:07 2026] GET /v2.0/security-groups?tenant_id=61f0f2b3306541109c015ef049110e56&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1890] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:30:07 2026] DELETE /v2.0/security-groups/8657f1eb-b809-42b5-94a7-691e234eea23 => 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: 937/1891] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:30:07 2026] GET /v2.0/security-groups?tenant_id=4c3ffc1ddc1349d28f61909cdfbdf933&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1892] 10.0.0.201 () {32 vars in 729 bytes} [Thu Mar 19 08:30:07 2026] GET /v2.0/floatingips/498102e2-881d-4ae6-a05b-0592f9c23de3 => generated 554 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1893] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:30:07 2026] DELETE /v2.0/security-groups/9a31f976-51cc-4976-8c7e-fc50cc4a32c9 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1894] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:30:08 2026] GET /v2.0/ports?tenant_id=82a4e08736c24cbfb2e257634749e091&device_id=20410e76-b94f-4dd6-95de-42be952571b5 => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1895] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:30:08 2026] GET /v2.0/networks?id=fa561d89-95a4-48ef-831a-106c3fe4e066 => generated 756 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1896] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:30:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=dfa4e6a0-b574-43e9-9cac-8174c855f51f => 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: 957/1897] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:30:08 2026] GET /v2.0/subnets?id=ef9d9758-4cf3-45e8-8325-018b5b1346ca => generated 678 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1898] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:30:08 2026] GET /v2.0/ports?network_id=fa561d89-95a4-48ef-831a-106c3fe4e066&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1899] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:30:08 2026] GET /v2.0/networks/fa561d89-95a4-48ef-831a-106c3fe4e066?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: 942/1900] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:30:08 2026] GET /v2.0/networks/fa561d89-95a4-48ef-831a-106c3fe4e066?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: 959/1901] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:08 2026] GET /v2.0/ports?device_id=70598e21-ed49-4ddf-a021-eedf979f4ce7 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1902] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:08 2026] GET /v2.0/security-groups?id=fed66e8e-3071-45a0-ac64-823c2a883ea0&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:30:08.697 8 INFO neutron.services.segments.plugin [-] Segment d6a4ef5d-c66f-4523-b9f4-34e71fdbb40d resource provider aggregate not found 2026-03-19 08:30:08.699 8 INFO neutron.services.segments.plugin [-] Segment d6a4ef5d-c66f-4523-b9f4-34e71fdbb40d resource provider aggregate not found 2026-03-19 08:30:08.713 8 INFO neutron.services.segments.plugin [-] Segment d6a4ef5d-c66f-4523-b9f4-34e71fdbb40d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6a4ef5d-c66f-4523-b9f4-34e71fdbb40d found for delete ", "request_id": "req-5f34a7bd-4817-44f1-8bcc-fc83fe621f35"}]} 2026-03-19 08:30:08.721 8 INFO neutron.services.segments.plugin [-] Segment d6a4ef5d-c66f-4523-b9f4-34e71fdbb40d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6a4ef5d-c66f-4523-b9f4-34e71fdbb40d found for delete ", "request_id": "req-39c5a661-5a7a-4e46-bbe5-b00907e61b4e"}]} [pid: 7|app: 0|req: 960/1903] 10.0.0.201 () {32 vars in 729 bytes} [Thu Mar 19 08:30:08 2026] GET /v2.0/floatingips/498102e2-881d-4ae6-a05b-0592f9c23de3 => generated 552 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1906] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:09 2026] GET /v2.0/ports?device_id=70598e21-ed49-4ddf-a021-eedf979f4ce7 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1907] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:09 2026] GET /v2.0/security-groups?id=fed66e8e-3071-45a0-ac64-823c2a883ea0&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: 946/1908] 10.0.0.201 () {34 vars in 685 bytes} [Thu Mar 19 08:30:10 2026] POST /v2.0/security-groups => generated 1675 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1909] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:30:10 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: 947/1910] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:30:10 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: 964/1911] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:30:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1912] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:30:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:30:10.758 7 INFO neutron.db.securitygroups_db [None req-78e47a4c-974d-43ae-9f6a-265a5e9a8e2a b423d84f3db74ed8beeb6964b1d88316 82a4e08736c24cbfb2e257634749e091 - - default default] Project 82a4e08736c24cbfb2e257634749e091 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: 965/1913] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:30:10 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) [pid: 8|app: 0|req: 949/1914] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:10 2026] GET /v2.0/ports?device_id=70598e21-ed49-4ddf-a021-eedf979f4ce7 => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1915] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:10 2026] GET /v2.0/security-groups?id=fed66e8e-3071-45a0-ac64-823c2a883ea0&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:30:10.880 7 INFO neutron.db.securitygroups_db [None req-4e532f7a-1007-4a57-8e9a-c7a99cb69754 b423d84f3db74ed8beeb6964b1d88316 82a4e08736c24cbfb2e257634749e091 - - default default] Project 82a4e08736c24cbfb2e257634749e091 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: 966/1916] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:30:10 2026] POST /v2.0/security-group-rules => generated 606 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1917] 10.0.0.201 () {32 vars in 649 bytes} [Thu Mar 19 08:30:11 2026] GET /v2.0/networks => generated 1298 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1918] 10.0.0.110 () {34 vars in 1100 bytes} [Thu Mar 19 08:30:11 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1502896454&fields=id&tenant_id=82a4e08736c24cbfb2e257634749e091 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1919] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:30:11 2026] GET /v2.0/security-groups?tenant_id=9007ca48f13b4b0b8959268dec07d43f&name=default => generated 2925 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1920] 10.0.0.110 () {34 vars in 982 bytes} [Thu Mar 19 08:30:11 2026] GET /v2.0/networks?id=fa561d89-95a4-48ef-831a-106c3fe4e066 => generated 661 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1921] 10.0.0.110 () {34 vars in 965 bytes} [Thu Mar 19 08:30:11 2026] GET /v2.0/quotas/82a4e08736c24cbfb2e257634749e091 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1922] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:30:11 2026] DELETE /v2.0/security-groups/9b6637cd-cd58-4a60-9f5e-baf46a5f9c87 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1923] 10.0.0.110 () {34 vars in 1002 bytes} [Thu Mar 19 08:30:11 2026] GET /v2.0/ports?tenant_id=82a4e08736c24cbfb2e257634749e091&fields=id => generated 149 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1924] 10.0.0.110 () {34 vars in 1008 bytes} [Thu Mar 19 08:30:11 2026] GET /v2.0/networks/fa561d89-95a4-48ef-831a-106c3fe4e066?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: 970/1925] 10.0.0.110 () {34 vars in 1108 bytes} [Thu Mar 19 08:30:11 2026] GET /v2.0/networks/fa561d89-95a4-48ef-831a-106c3fe4e066?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1926] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:30:11 2026] GET /v2.0/security-groups?tenant_id=f52967cfe69a49a7a48b9cd7f0b984fe&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1927] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:11 2026] GET /v2.0/ports?device_id=70598e21-ed49-4ddf-a021-eedf979f4ce7 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1928] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:12 2026] GET /v2.0/security-groups?id=fed66e8e-3071-45a0-ac64-823c2a883ea0&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1929] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:12 2026] GET /v2.0/ports?device_id=e5d8468a-20d9-41c9-875e-891b270c3c11 => 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: 957/1930] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:30:12 2026] DELETE /v2.0/security-groups/a0a96e2d-29f7-4bc2-8cbd-ac71e187da2b => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1931] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:13 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1932] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:13 2026] GET /v2.0/ports?device_id=70598e21-ed49-4ddf-a021-eedf979f4ce7 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1933] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:13 2026] GET /v2.0/security-groups?id=fed66e8e-3071-45a0-ac64-823c2a883ea0&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: 975/1934] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:13 2026] GET /v2.0/security-groups?id=38237690-93fc-4a2a-b4cd-d64c342dd460&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1935] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:13 2026] GET /v2.0/ports?device_id=e5d8468a-20d9-41c9-875e-891b270c3c11 => 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: 976/1936] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:13 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1937] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:13 2026] GET /v2.0/security-groups?id=38237690-93fc-4a2a-b4cd-d64c342dd460&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1938] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:14 2026] GET /v2.0/ports?device_id=e5d8468a-20d9-41c9-875e-891b270c3c11 => 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: 978/1939] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:14 2026] GET /v2.0/ports?device_id=70598e21-ed49-4ddf-a021-eedf979f4ce7 => 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: 962/1940] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:14 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1941] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:14 2026] GET /v2.0/security-groups?id=fed66e8e-3071-45a0-ac64-823c2a883ea0&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: 8|app: 0|req: 963/1942] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:14 2026] GET /v2.0/security-groups?id=38237690-93fc-4a2a-b4cd-d64c342dd460&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: 980/1943] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:15 2026] GET /v2.0/ports?device_id=e5d8468a-20d9-41c9-875e-891b270c3c11 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1944] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:15 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1945] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:15 2026] GET /v2.0/ports?device_id=70598e21-ed49-4ddf-a021-eedf979f4ce7 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1946] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:15 2026] GET /v2.0/security-groups?id=38237690-93fc-4a2a-b4cd-d64c342dd460&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: 965/1947] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:15 2026] GET /v2.0/security-groups?id=fed66e8e-3071-45a0-ac64-823c2a883ea0&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1948] 199.204.45.138 () {34 vars in 994 bytes} [Thu Mar 19 08:30:16 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:30:16.235 8 INFO neutron_taas.services.taas.taas_plugin [req-0c1940f4-060b-4645-92ad-94e71d182f98 req-82001677-8f78-4bb6-8af0-b0c58cfc0c8e 65dad808463143fbb4df672709680fb2 26ab81c3ba3e432bb9c7f7094ad84065 - - default default] TaaS: Handle Delete Port: 13c1513a-939f-4b7c-ab90-bb45c0a6517f 2026-03-19 08:30:16.240 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0c1940f4-060b-4645-92ad-94e71d182f98 req-82001677-8f78-4bb6-8af0-b0c58cfc0c8e 65dad808463143fbb4df672709680fb2 26ab81c3ba3e432bb9c7f7094ad84065 - - default default] Tap Mirror: Handle Delete Port: 13c1513a-939f-4b7c-ab90-bb45c0a6517f 2026-03-19 08:30:16.396 8 INFO neutron.db.l3_db [req-0c1940f4-060b-4645-92ad-94e71d182f98 req-82001677-8f78-4bb6-8af0-b0c58cfc0c8e 65dad808463143fbb4df672709680fb2 26ab81c3ba3e432bb9c7f7094ad84065 - - default default] Floating IP e557105d-993c-4a17-a3eb-543931317d29 disassociated. External IP: 10.96.250.211, port: 13c1513a-939f-4b7c-ab90-bb45c0a6517f. [pid: 7|app: 0|req: 984/1949] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:30:16 2026] GET /v2.0/networks?id=fa561d89-95a4-48ef-831a-106c3fe4e066 => generated 661 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1950] 199.204.45.138 () {34 vars in 1050 bytes} [Thu Mar 19 08:30:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=82a4e08736c24cbfb2e257634749e091 => generated 274 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1951] 199.204.45.138 () {36 vars in 997 bytes} [Thu Mar 19 08:30:16 2026] DELETE /v2.0/ports/13c1513a-939f-4b7c-ab90-bb45c0a6517f => generated 0 bytes in 601 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:30:16.752 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bdff42b2-4a3e-4d4d-8b6a-3aba38d43bb4'] response: {'server_uuid': '62bcc572-e76b-4645-ac69-79e8b37776ea', 'name': 'network-vif-deleted', 'tag': '13c1513a-939f-4b7c-ab90-bb45c0a6517f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 967/1952] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:16 2026] GET /v2.0/ports?device_id=e5d8468a-20d9-41c9-875e-891b270c3c11 => generated 961 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1953] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:16 2026] GET /v2.0/security-groups?id=7c72f051-03f1-4338-849c-ac00e7eb6998&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1954] 199.204.45.138 () {38 vars in 955 bytes} [Thu Mar 19 08:30:16 2026] POST /v2.0/ports => generated 958 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 969/1955] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:16 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => 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: 970/1956] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:16 2026] GET /v2.0/ports?device_id=70598e21-ed49-4ddf-a021-eedf979f4ce7 => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1957] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:16 2026] GET /v2.0/security-groups?id=fed66e8e-3071-45a0-ac64-823c2a883ea0&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1958] 199.204.45.138 () {34 vars in 994 bytes} [Thu Mar 19 08:30:16 2026] GET /v2.0/ports?device_id=70598e21-ed49-4ddf-a021-eedf979f4ce7 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:30:17.142 8 INFO neutron_taas.services.taas.taas_plugin [req-0b6e1358-25f3-48f7-b7a5-e752d28c38be req-3d05fec0-dd02-4898-80af-0ff1ad77df69 7b766a357edb4cf9a2357a21c4bea837 8bc4811d790b46318496fe04b24499d5 - - default default] TaaS: Handle Delete Port: 253b8330-586b-4570-8168-d1afacf03965 2026-03-19 08:30:17.144 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0b6e1358-25f3-48f7-b7a5-e752d28c38be req-3d05fec0-dd02-4898-80af-0ff1ad77df69 7b766a357edb4cf9a2357a21c4bea837 8bc4811d790b46318496fe04b24499d5 - - default default] Tap Mirror: Handle Delete Port: 253b8330-586b-4570-8168-d1afacf03965 [pid: 7|app: 0|req: 987/1959] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Mar 19 08:30:16 2026] PUT /v2.0/ports/be6218e0-83cf-4303-af30-c28f38ef7321 => generated 1239 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:30:17.292 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d743cce5-3956-4c19-9b32-0ff6c598f04b'] response: {'name': 'network-changed', 'server_uuid': 'e5d8468a-20d9-41c9-875e-891b270c3c11', 'tag': 'be6218e0-83cf-4303-af30-c28f38ef7321', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 973/1960] 199.204.45.138 () {36 vars in 997 bytes} [Thu Mar 19 08:30:17 2026] DELETE /v2.0/ports/253b8330-586b-4570-8168-d1afacf03965 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 988/1961] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:30:17 2026] GET /v2.0/ports?tenant_id=82a4e08736c24cbfb2e257634749e091&device_id=e5d8468a-20d9-41c9-875e-891b270c3c11 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1962] 199.204.45.138 () {34 vars in 1018 bytes} [Thu Mar 19 08:30:17 2026] GET /v2.0/networks?tenant_id=82a4e08736c24cbfb2e257634749e091&shared=False => generated 756 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1963] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:17 2026] GET /v2.0/ports?device_id=e5d8468a-20d9-41c9-875e-891b270c3c11 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1964] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:17 2026] GET /v2.0/security-groups?id=7c72f051-03f1-4338-849c-ac00e7eb6998&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1965] 199.204.45.138 () {34 vars in 930 bytes} [Thu Mar 19 08:30:17 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: 976/1966] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:17 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => 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: 991/1967] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:18 2026] GET /v2.0/ports?device_id=70598e21-ed49-4ddf-a021-eedf979f4ce7 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:30:18.792 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e178143c-80e7-4228-ac44-37ae2358b999'] response: {'server_uuid': '70598e21-ed49-4ddf-a021-eedf979f4ce7', 'name': 'network-vif-deleted', 'tag': '253b8330-586b-4570-8168-d1afacf03965', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 977/1968] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:30:18 2026] GET /v2.0/ports?tenant_id=82a4e08736c24cbfb2e257634749e091&device_id=e5d8468a-20d9-41c9-875e-891b270c3c11 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1969] 199.204.45.138 () {34 vars in 1060 bytes} [Thu Mar 19 08:30:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=be6218e0-83cf-4303-af30-c28f38ef7321 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1970] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:19 2026] GET /v2.0/ports?device_id=e5d8468a-20d9-41c9-875e-891b270c3c11 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1971] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:19 2026] GET /v2.0/ports?device_id=62bcc572-e76b-4645-ac69-79e8b37776ea => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1972] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:30:19 2026] GET /v2.0/subnets?id=ef9d9758-4cf3-45e8-8325-018b5b1346ca => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1973] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:19 2026] GET /v2.0/security-groups?id=7c72f051-03f1-4338-849c-ac00e7eb6998&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: 994/1974] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:30:19 2026] GET /v2.0/ports?network_id=fa561d89-95a4-48ef-831a-106c3fe4e066&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: 995/1975] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:19 2026] GET /v2.0/ports?device_id=70598e21-ed49-4ddf-a021-eedf979f4ce7 => 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: 981/1976] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:30:19 2026] GET /v2.0/networks/fa561d89-95a4-48ef-831a-106c3fe4e066?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1977] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:30:19 2026] GET /v2.0/networks/fa561d89-95a4-48ef-831a-106c3fe4e066?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: 997/1978] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:20 2026] GET /v2.0/ports?device_id=e5d8468a-20d9-41c9-875e-891b270c3c11 => 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: 998/1979] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:20 2026] GET /v2.0/security-groups?id=7c72f051-03f1-4338-849c-ac00e7eb6998&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: 982/1980] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:30:20 2026] DELETE /v2.0/security-groups/38237690-93fc-4a2a-b4cd-d64c342dd460 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:30:20.309 8 INFO neutron.api.v2.resource [None req-86aec5da-684a-4661-bab4-64e50c7bc73a 65dad808463143fbb4df672709680fb2 26ab81c3ba3e432bb9c7f7094ad84065 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 983/1981] 10.0.0.201 () {32 vars in 737 bytes} [Thu Mar 19 08:30:20 2026] GET /v2.0/security-groups/38237690-93fc-4a2a-b4cd-d64c342dd460 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1982] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:20 2026] GET /v2.0/ports?device_id=70598e21-ed49-4ddf-a021-eedf979f4ce7 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:30:20.432 8 INFO neutron_taas.services.taas.taas_plugin [None req-1a7234ee-196a-4362-a964-4e9e4254200d 65dad808463143fbb4df672709680fb2 26ab81c3ba3e432bb9c7f7094ad84065 - - default default] TaaS: Handle Delete Port: bfc8fde2-196a-4ebd-96d0-81ed02b7d122 2026-03-19 08:30:20.435 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a7234ee-196a-4362-a964-4e9e4254200d 65dad808463143fbb4df672709680fb2 26ab81c3ba3e432bb9c7f7094ad84065 - - default default] Tap Mirror: Handle Delete Port: bfc8fde2-196a-4ebd-96d0-81ed02b7d122 [pid: 8|app: 0|req: 984/1983] 10.0.0.201 () {32 vars in 732 bytes} [Thu Mar 19 08:30:20 2026] DELETE /v2.0/floatingips/e557105d-993c-4a17-a3eb-543931317d29 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:30:20.993 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e6ced79-a437-4b8d-b814-767a59b4ec86 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: fec8e1de-0166-4314-a273-2e35dfb63b16 2026-03-19 08:30:20.996 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e6ced79-a437-4b8d-b814-767a59b4ec86 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: fec8e1de-0166-4314-a273-2e35dfb63b16 [pid: 8|app: 0|req: 985/1984] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:21 2026] GET /v2.0/ports?device_id=e5d8468a-20d9-41c9-875e-891b270c3c11 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1985] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:21 2026] GET /v2.0/security-groups?id=7c72f051-03f1-4338-849c-ac00e7eb6998&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: 1000/1986] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:30:20 2026] PUT /v2.0/routers/bad2b9b6-6e0c-4fc0-8ee9-8b462e229171/remove_router_interface => generated 309 bytes in 841 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:30:21.709 8 INFO neutron_taas.services.taas.taas_plugin [None req-3fd45439-4a0d-451e-acd6-4aef37eca3bc 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: 447eec65-2e3a-44a3-aa52-f8737069d685 2026-03-19 08:30:21.715 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fd45439-4a0d-451e-acd6-4aef37eca3bc 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: 447eec65-2e3a-44a3-aa52-f8737069d685 2026-03-19 08:30:21.984 8 INFO neutron_taas.services.taas.taas_plugin [None req-3fd45439-4a0d-451e-acd6-4aef37eca3bc 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: c016af79-def0-4744-9752-ea234970bf53 2026-03-19 08:30:21.986 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fd45439-4a0d-451e-acd6-4aef37eca3bc 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: c016af79-def0-4744-9752-ea234970bf53 2026-03-19 08:30:22.299 8 INFO neutron.services.segments.plugin [-] Segment df72db8a-727d-4478-ad62-6df198b57df4 resource provider aggregate not found 2026-03-19 08:30:22.304 8 INFO neutron.services.segments.plugin [-] Segment df72db8a-727d-4478-ad62-6df198b57df4 resource provider aggregate not found 2026-03-19 08:30:22.320 8 INFO neutron.services.segments.plugin [-] Segment df72db8a-727d-4478-ad62-6df198b57df4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df72db8a-727d-4478-ad62-6df198b57df4 found for delete ", "request_id": "req-31184dfb-2a96-42c0-b928-220566e1152f"}]} 2026-03-19 08:30:22.324 8 INFO neutron.services.segments.plugin [-] Segment df72db8a-727d-4478-ad62-6df198b57df4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df72db8a-727d-4478-ad62-6df198b57df4 found for delete ", "request_id": "req-52b09686-7790-4f24-b329-4057c30d768a"}]} 2026-03-19 08:30:22.328 8 INFO neutron.db.l3_hamode_db [None req-3fd45439-4a0d-451e-acd6-4aef37eca3bc 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] HA network f609fcf3-258e-44fa-8769-4cbd7fbc1019 was deleted as no HA routers are present in tenant 26ab81c3ba3e432bb9c7f7094ad84065. [pid: 8|app: 0|req: 987/1987] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:30:21 2026] DELETE /v2.0/routers/bad2b9b6-6e0c-4fc0-8ee9-8b462e229171 => generated 0 bytes in 840 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1988] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:30:22 2026] DELETE /v2.0/subnets/20a023ce-fda1-41f3-a2f3-1fdc4e9b423c => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:30:22.611 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f6d31bb-8e1e-4c7a-bc4f-0634c1b18637 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: e7ddf358-cfa7-4135-98fe-6fff149b15b6 2026-03-19 08:30:22.615 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f6d31bb-8e1e-4c7a-bc4f-0634c1b18637 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: e7ddf358-cfa7-4135-98fe-6fff149b15b6 [pid: 7|app: 0|req: 1002/1989] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:22 2026] GET /v2.0/ports?device_id=e5d8468a-20d9-41c9-875e-891b270c3c11 => generated 973 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1990] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:30:22 2026] DELETE /v2.0/networks/55e0d74d-8fb9-496c-994c-0adb84c9a86a => 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: 989/1991] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:22 2026] GET /v2.0/security-groups?id=7c72f051-03f1-4338-849c-ac00e7eb6998&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: 990/1992] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:30:22 2026] GET /v2.0/security-groups?tenant_id=26ab81c3ba3e432bb9c7f7094ad84065&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:30:23.045 7 INFO neutron_taas.services.taas.taas_plugin [None req-71fc9df3-429a-4f78-a63d-9c07206ef3ea 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: 1a1631c4-dc5f-4632-b3d9-7568557e1860 2026-03-19 08:30:23.047 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71fc9df3-429a-4f78-a63d-9c07206ef3ea 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: 1a1631c4-dc5f-4632-b3d9-7568557e1860 [pid: 8|app: 0|req: 991/1993] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:30:22 2026] DELETE /v2.0/security-groups/a12e0971-be23-47be-955f-43dd27a739cb => 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: 1003/1994] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:30:22 2026] PUT /v2.0/routers/2b7032ee-9c2b-4d52-bf89-ed16dbb41948/remove_router_interface => generated 309 bytes in 977 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:30:23.815 8 INFO neutron_taas.services.taas.taas_plugin [None req-70e2f8d9-5bc9-49ed-a70b-76b72db0866a 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: a9dd3827-9b38-4122-a3be-b35ff4bb6d6c 2026-03-19 08:30:23.817 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70e2f8d9-5bc9-49ed-a70b-76b72db0866a 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: a9dd3827-9b38-4122-a3be-b35ff4bb6d6c [pid: 7|app: 0|req: 1004/1995] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:23 2026] GET /v2.0/ports?device_id=e5d8468a-20d9-41c9-875e-891b270c3c11 => 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: 1005/1996] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:23 2026] GET /v2.0/security-groups?id=7c72f051-03f1-4338-849c-ac00e7eb6998&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:30:24.090 8 INFO neutron_taas.services.taas.taas_plugin [None req-70e2f8d9-5bc9-49ed-a70b-76b72db0866a 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: 56101f47-5c5d-4822-beec-a7ef4a940c9d 2026-03-19 08:30:24.097 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70e2f8d9-5bc9-49ed-a70b-76b72db0866a 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: 56101f47-5c5d-4822-beec-a7ef4a940c9d 2026-03-19 08:30:24.347 8 INFO neutron.services.segments.plugin [-] Segment 04d085f8-14f9-45e4-b2d7-e162e26ff034 resource provider aggregate not found 2026-03-19 08:30:24.355 8 INFO neutron.services.segments.plugin [-] Segment 04d085f8-14f9-45e4-b2d7-e162e26ff034 resource provider aggregate not found 2026-03-19 08:30:24.373 8 INFO neutron.services.segments.plugin [-] Segment 04d085f8-14f9-45e4-b2d7-e162e26ff034 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04d085f8-14f9-45e4-b2d7-e162e26ff034 found for delete ", "request_id": "req-a2e40181-a619-43c3-8186-bbb51a727265"}]} 2026-03-19 08:30:24.373 8 INFO neutron.services.segments.plugin [-] Segment 04d085f8-14f9-45e4-b2d7-e162e26ff034 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04d085f8-14f9-45e4-b2d7-e162e26ff034 found for delete ", "request_id": "req-6ee28f15-20e3-4c8b-a048-051f8354e8ff"}]} 2026-03-19 08:30:24.524 8 INFO neutron.db.l3_hamode_db [None req-70e2f8d9-5bc9-49ed-a70b-76b72db0866a 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] HA network 8502c3b9-464f-477a-b283-990b1e418e9a was deleted as no HA routers are present in tenant 8bc4811d790b46318496fe04b24499d5. [pid: 8|app: 0|req: 992/1999] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:30:23 2026] DELETE /v2.0/routers/2b7032ee-9c2b-4d52-bf89-ed16dbb41948 => generated 0 bytes in 914 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2000] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:30:24 2026] DELETE /v2.0/subnets/1af6d17b-5d95-463d-9689-486af6d9541b => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:30:24.769 8 INFO neutron_taas.services.taas.taas_plugin [None req-ecdb1f77-4d47-4d9c-8cdc-9dd40ba79403 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: f6075083-3eb9-42e7-9739-187eb4fd4f69 2026-03-19 08:30:24.771 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ecdb1f77-4d47-4d9c-8cdc-9dd40ba79403 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: f6075083-3eb9-42e7-9739-187eb4fd4f69 [pid: 8|app: 0|req: 993/2001] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:30:24 2026] DELETE /v2.0/networks/e21e56c7-5cdf-42c4-903a-3de4627e26dd => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2002] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:25 2026] GET /v2.0/ports?device_id=e5d8468a-20d9-41c9-875e-891b270c3c11 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2003] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:25 2026] GET /v2.0/security-groups?id=7c72f051-03f1-4338-849c-ac00e7eb6998&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: 7|app: 0|req: 1010/2004] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:30:25 2026] GET /v2.0/security-groups?tenant_id=8bc4811d790b46318496fe04b24499d5&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2005] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:25 2026] GET /v2.0/ports?device_id=e5d8468a-20d9-41c9-875e-891b270c3c11 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2006] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:30:25 2026] DELETE /v2.0/security-groups/fed66e8e-3071-45a0-ac64-823c2a883ea0 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2007] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:25 2026] GET /v2.0/security-groups?id=7c72f051-03f1-4338-849c-ac00e7eb6998&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: 996/2008] 10.0.0.201 () {32 vars in 736 bytes} [Thu Mar 19 08:30:25 2026] GET /v2.0/ports?device_id=e5d8468a-20d9-41c9-875e-891b270c3c11 => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:30:25.722 7 INFO neutron.db.l3_db [None req-23e1d7c7-808f-4e1c-90c4-6bcb9e53d90b b423d84f3db74ed8beeb6964b1d88316 82a4e08736c24cbfb2e257634749e091 - - default default] Floating IP 498102e2-881d-4ae6-a05b-0592f9c23de3 associated. External IP: 10.96.250.205, port: be6218e0-83cf-4303-af30-c28f38ef7321. [pid: 7|app: 0|req: 1013/2009] 10.0.0.201 () {34 vars in 749 bytes} [Thu Mar 19 08:30:25 2026] PUT /v2.0/floatingips/498102e2-881d-4ae6-a05b-0592f9c23de3 => generated 856 bytes in 599 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:30:26.056 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4cc49690-e511-4af6-bd33-4048ca286396'] response: {'name': 'network-changed', 'server_uuid': 'e5d8468a-20d9-41c9-875e-891b270c3c11', 'tag': 'be6218e0-83cf-4303-af30-c28f38ef7321', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 997/2010] 10.0.0.201 () {32 vars in 729 bytes} [Thu Mar 19 08:30:26 2026] GET /v2.0/floatingips/498102e2-881d-4ae6-a05b-0592f9c23de3 => generated 856 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:30:26.398 8 INFO neutron.services.segments.plugin [-] Segment f4f499a7-4692-4b24-baf0-fb13343c950f resource provider aggregate not found 2026-03-19 08:30:26.404 8 INFO neutron.services.segments.plugin [-] Segment f4f499a7-4692-4b24-baf0-fb13343c950f resource provider aggregate not found 2026-03-19 08:30:26.418 8 INFO neutron.services.segments.plugin [-] Segment f4f499a7-4692-4b24-baf0-fb13343c950f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4f499a7-4692-4b24-baf0-fb13343c950f found for delete ", "request_id": "req-6199d0e3-23fa-4766-8766-8affaee46f47"}]} 2026-03-19 08:30:26.423 8 INFO neutron.services.segments.plugin [-] Segment f4f499a7-4692-4b24-baf0-fb13343c950f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4f499a7-4692-4b24-baf0-fb13343c950f found for delete ", "request_id": "req-2783f464-892d-4dbe-a69a-5ec61c39a661"}]} 2026-03-19 08:30:26.438 8 INFO neutron.services.segments.plugin [-] Segment 6102a9cb-e23c-4c09-9ccf-74dbb4ab8123 resource provider aggregate not found 2026-03-19 08:30:26.441 8 INFO neutron.services.segments.plugin [-] Segment 6102a9cb-e23c-4c09-9ccf-74dbb4ab8123 resource provider aggregate not found 2026-03-19 08:30:26.454 8 INFO neutron.services.segments.plugin [-] Segment 6102a9cb-e23c-4c09-9ccf-74dbb4ab8123 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6102a9cb-e23c-4c09-9ccf-74dbb4ab8123 found for delete ", "request_id": "req-c23b6847-bebe-45e2-b172-a3ff62f730b5"}]} 2026-03-19 08:30:26.456 8 INFO neutron.services.segments.plugin [-] Segment 6102a9cb-e23c-4c09-9ccf-74dbb4ab8123 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6102a9cb-e23c-4c09-9ccf-74dbb4ab8123 found for delete ", "request_id": "req-fa68b60d-1252-441d-9ae3-7f7cdfc9c39c"}]} [pid: 7|app: 0|req: 1014/2011] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:30:26 2026] GET /v2.0/ports?tenant_id=82a4e08736c24cbfb2e257634749e091&device_id=e5d8468a-20d9-41c9-875e-891b270c3c11 => 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: 998/2012] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:30:26 2026] GET /v2.0/networks?id=fa561d89-95a4-48ef-831a-106c3fe4e066 => generated 756 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2013] 199.204.45.138 () {34 vars in 1060 bytes} [Thu Mar 19 08:30:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=be6218e0-83cf-4303-af30-c28f38ef7321 => generated 859 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2014] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:30:26 2026] GET /v2.0/subnets?id=ef9d9758-4cf3-45e8-8325-018b5b1346ca => generated 678 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2015] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:30:26 2026] GET /v2.0/ports?network_id=fa561d89-95a4-48ef-831a-106c3fe4e066&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2016] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:30:26 2026] GET /v2.0/networks/fa561d89-95a4-48ef-831a-106c3fe4e066?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: 1017/2017] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:30:26 2026] GET /v2.0/networks/fa561d89-95a4-48ef-831a-106c3fe4e066?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: 1001/2018] 10.0.0.201 () {32 vars in 729 bytes} [Thu Mar 19 08:30:27 2026] GET /v2.0/floatingips/498102e2-881d-4ae6-a05b-0592f9c23de3 => generated 856 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2019] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:30:27 2026] GET /v2.0/security-groups?tenant_id=5587c0b7cf86413b8ac510a09f5463d2&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2020] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:30:27 2026] DELETE /v2.0/security-groups/b01cd173-e5df-4bbf-9261-86f43c5ee289 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2021] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:30:27 2026] GET /v2.0/security-groups?tenant_id=6aa3cf4e6d7e41a5b5df63922a360792&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2022] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:30:27 2026] DELETE /v2.0/security-groups/61b3776c-87ce-4bd4-ab9d-9367f4d86ad2 => 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: 1020/2023] 10.0.0.201 () {32 vars in 729 bytes} [Thu Mar 19 08:30:28 2026] GET /v2.0/floatingips/498102e2-881d-4ae6-a05b-0592f9c23de3 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2024] 10.0.0.198 () {32 vars in 802 bytes} [Thu Mar 19 08:30:28 2026] GET /v2.0/extensions => generated 21537 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2025] 10.0.0.198 () {30 vars in 724 bytes} [Thu Mar 19 08:30:29 2026] GET /v2.0/quotas/05995a76018e4b78ac3a7e22816eb2d8/details => generated 847 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2026] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:30:30 2026] GET /v2.0/security-groups?tenant_id=104ea235f5ed4b6ea7ef6c869b5d63b0&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: 1022/2027] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:30:30 2026] DELETE /v2.0/security-groups/5d8c8f98-c010-40ea-ab9c-4209049e8392 => 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: 1006/2028] 10.0.0.198 () {32 vars in 802 bytes} [Thu Mar 19 08:30:32 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: 1023/2029] 10.0.0.198 () {30 vars in 724 bytes} [Thu Mar 19 08:30:32 2026] GET /v2.0/quotas/05995a76018e4b78ac3a7e22816eb2d8/details => generated 847 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2030] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:30:32 2026] GET /v2.0/security-groups?tenant_id=1b2cf48a0874441eb32aba2845ea9e35&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2031] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:30:33 2026] DELETE /v2.0/security-groups/2afe7adc-ef1a-4055-9c49-ee70220ef481 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:30:35.085 8 INFO neutron.db.segments_db [None req-3c118476-a459-4de1-be73-f9cc675422ec 862e2951a51b4e3d9b034cdb48d0df94 e4d887fd9a9241a39615bdae0d405adf - - default default] Added segment 6659b99d-975d-47d5-8260-9bd16cce1b8e of type vxlan for network a5f4274f-f540-4b80-91e3-b61063451fba [pid: 8|app: 0|req: 1008/2032] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:30:34 2026] POST /v2.0/networks => generated 650 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2033] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:30:35 2026] POST /v2.0/subnets => generated 627 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:30:35.418 8 INFO neutron.db.segments_db [None req-3a4cc958-c3de-4ab1-86ec-31d84133486e 862e2951a51b4e3d9b034cdb48d0df94 e4d887fd9a9241a39615bdae0d405adf - - default default] Added segment fc4b5282-8b27-4f3a-949d-99232bc9a1a5 of type vxlan for network c39a85a9-c2a1-4032-a8ed-9130490f24c7 2026-03-19 08:30:35.664 8 INFO neutron.db.l3_hamode_db [None req-3a4cc958-c3de-4ab1-86ec-31d84133486e 862e2951a51b4e3d9b034cdb48d0df94 e4d887fd9a9241a39615bdae0d405adf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1026/2034] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:30:35 2026] GET /v2.0/security-groups?tenant_id=05995a76018e4b78ac3a7e22816eb2d8&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2035] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:30:35 2026] DELETE /v2.0/security-groups/71b6c196-3570-4d39-9ae6-4df6cfe2827a => 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: 1028/2036] 10.0.0.134 () {34 vars in 990 bytes} [Thu Mar 19 08:30:35 2026] GET /v2.0/ports?device_id=e5d8468a-20d9-41c9-875e-891b270c3c11 => 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: 1029/2037] 10.0.0.134 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:35 2026] GET /v2.0/security-groups?id=7c72f051-03f1-4338-849c-ac00e7eb6998&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:30:36.470 8 INFO neutron.db.l3_hamode_db [None req-3a4cc958-c3de-4ab1-86ec-31d84133486e 862e2951a51b4e3d9b034cdb48d0df94 e4d887fd9a9241a39615bdae0d405adf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1009/2038] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:30:35 2026] POST /v2.0/routers => generated 694 bytes in 1926 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2039] 10.0.0.201 () {34 vars in 783 bytes} [Thu Mar 19 08:30:37 2026] PUT /v2.0/routers/27dd87df-718d-4106-ad97-d727370586a0/add_router_interface => generated 309 bytes in 1215 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2040] 10.0.0.201 () {34 vars in 665 bytes} [Thu Mar 19 08:30:38 2026] POST /v2.0/ports => generated 955 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2041] 10.0.0.201 () {34 vars in 665 bytes} [Thu Mar 19 08:30:38 2026] POST /v2.0/ports => generated 959 bytes in 288 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-03-19 08:30:39.837 8 INFO neutron.db.l3_db [None req-8a5957e0-c6a5-46c0-b4f7-3743ef0d8ac3 862e2951a51b4e3d9b034cdb48d0df94 e4d887fd9a9241a39615bdae0d405adf - - default default] Floating IP ea77538d-634f-4782-ac58-52d36db508e2 associated. External IP: 10.96.250.218, port: e3722b3e-73aa-46dc-a06d-8b95ab7374bf. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1034/2044] 10.0.0.201 () {34 vars in 678 bytes} [Thu Mar 19 08:30:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2045] 10.0.0.201 () {34 vars in 678 bytes} [Thu Mar 19 08:30:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2046] 10.0.0.201 () {34 vars in 678 bytes} [Thu Mar 19 08:30:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2047] 10.0.0.201 () {34 vars in 678 bytes} [Thu Mar 19 08:30:40 2026] POST /v2.0/qos/policies => generated 359 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2048] 10.0.0.201 () {34 vars in 678 bytes} [Thu Mar 19 08:30:40 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2049] 10.0.0.201 () {34 vars in 677 bytes} [Thu Mar 19 08:30:39 2026] POST /v2.0/floatingips => generated 843 bytes in 931 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2050] 10.0.0.201 () {34 vars in 753 bytes} [Thu Mar 19 08:30:40 2026] PUT /v2.0/policies/bd2971fb-d8aa-41f3-9eda-a25595808f4f/tags => generated 17 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2051] 10.0.0.201 () {34 vars in 753 bytes} [Thu Mar 19 08:30:40 2026] PUT /v2.0/policies/9eaeed03-e0c0-4c39-b9f5-770bfe667483/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:30:40.238 8 INFO neutron.db.l3_db [None req-fd0e4641-c769-4464-8c59-8900bde26bd5 862e2951a51b4e3d9b034cdb48d0df94 e4d887fd9a9241a39615bdae0d405adf - - default default] Floating IP ea77538d-634f-4782-ac58-52d36db508e2 disassociated. External IP: 10.96.250.218, port: e3722b3e-73aa-46dc-a06d-8b95ab7374bf. [pid: 7|app: 0|req: 1041/2052] 10.0.0.201 () {34 vars in 753 bytes} [Thu Mar 19 08:30:40 2026] PUT /v2.0/policies/d7ab2342-1b35-4d95-9dfe-2f45cfdc4aac/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2053] 10.0.0.201 () {34 vars in 753 bytes} [Thu Mar 19 08:30:40 2026] PUT /v2.0/policies/6318d651-e1ba-4730-9bdc-a025485ad9e5/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: 1012/2054] 10.0.0.201 () {34 vars in 749 bytes} [Thu Mar 19 08:30:40 2026] PUT /v2.0/floatingips/ea77538d-634f-4782-ac58-52d36db508e2 => generated 552 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:30:40.677 7 INFO neutron_taas.services.taas.taas_plugin [None req-3fcf83fa-975b-4233-9c46-113b30c3d8dc 862e2951a51b4e3d9b034cdb48d0df94 e4d887fd9a9241a39615bdae0d405adf - - default default] TaaS: Handle Delete Port: 0940880d-6019-46f8-abf3-80d7e638ca8e 2026-03-19 08:30:40.680 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fcf83fa-975b-4233-9c46-113b30c3d8dc 862e2951a51b4e3d9b034cdb48d0df94 e4d887fd9a9241a39615bdae0d405adf - - default default] Tap Mirror: Handle Delete Port: 0940880d-6019-46f8-abf3-80d7e638ca8e [pid: 8|app: 0|req: 1013/2055] 10.0.0.201 () {32 vars in 674 bytes} [Thu Mar 19 08:30:40 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2056] 10.0.0.201 () {32 vars in 732 bytes} [Thu Mar 19 08:30:40 2026] DELETE /v2.0/floatingips/ea77538d-634f-4782-ac58-52d36db508e2 => 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: 1014/2057] 10.0.0.201 () {32 vars in 688 bytes} [Thu Mar 19 08:30:40 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2058] 10.0.0.201 () {32 vars in 684 bytes} [Thu Mar 19 08:30:40 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2059] 10.0.0.201 () {32 vars in 696 bytes} [Thu Mar 19 08:30:40 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2060] 10.0.0.201 () {32 vars in 682 bytes} [Thu Mar 19 08:30:40 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2061] 10.0.0.201 () {32 vars in 696 bytes} [Thu Mar 19 08:30:41 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2062] 10.0.0.201 () {32 vars in 692 bytes} [Thu Mar 19 08:30:41 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2063] 10.0.0.201 () {32 vars in 704 bytes} [Thu Mar 19 08:30:41 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2064] 10.0.0.201 () {32 vars in 734 bytes} [Thu Mar 19 08:30:41 2026] DELETE /v2.0/qos/policies/bd2971fb-d8aa-41f3-9eda-a25595808f4f => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2065] 10.0.0.201 () {32 vars in 734 bytes} [Thu Mar 19 08:30:41 2026] DELETE /v2.0/qos/policies/9eaeed03-e0c0-4c39-b9f5-770bfe667483 => 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: 1023/2066] 10.0.0.201 () {32 vars in 734 bytes} [Thu Mar 19 08:30:41 2026] DELETE /v2.0/qos/policies/d7ab2342-1b35-4d95-9dfe-2f45cfdc4aac => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2067] 10.0.0.201 () {32 vars in 734 bytes} [Thu Mar 19 08:30:41 2026] DELETE /v2.0/qos/policies/6318d651-e1ba-4730-9bdc-a025485ad9e5 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2068] 10.0.0.201 () {32 vars in 734 bytes} [Thu Mar 19 08:30:41 2026] DELETE /v2.0/qos/policies/4bc137cf-ae41-4f0f-bf03-0a7604b43743 => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:30:41.609 7 INFO neutron.db.l3_db [None req-e45a156c-24be-4c48-983b-cb2ac3b481ba 862e2951a51b4e3d9b034cdb48d0df94 e4d887fd9a9241a39615bdae0d405adf - - default default] Floating IP 2fa761fa-9003-41a0-a528-bb64709cc4f1 associated. External IP: 10.96.250.208, port: 1b0b409f-386c-4c8d-bda1-51ebc5855191. [pid: 7|app: 0|req: 1044/2069] 10.0.0.201 () {34 vars in 677 bytes} [Thu Mar 19 08:30:40 2026] POST /v2.0/floatingips => generated 842 bytes in 1082 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2070] 10.0.0.201 () {32 vars in 729 bytes} [Thu Mar 19 08:30:41 2026] GET /v2.0/floatingips/2fa761fa-9003-41a0-a528-bb64709cc4f1 => generated 842 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2071] 10.0.0.201 () {32 vars in 655 bytes} [Thu Mar 19 08:30:41 2026] GET /v2.0/floatingips => generated 845 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:30:42.411 8 INFO neutron.db.l3_db [None req-9604a0a1-918e-4af2-85fe-4e6c69c6e7eb 862e2951a51b4e3d9b034cdb48d0df94 e4d887fd9a9241a39615bdae0d405adf - - default default] Floating IP 2fa761fa-9003-41a0-a528-bb64709cc4f1 associated. External IP: 10.96.250.208, port: 1b0b409f-386c-4c8d-bda1-51ebc5855191. [pid: 7|app: 0|req: 1046/2072] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:30:42 2026] GET /v2.0/security-groups?tenant_id=7c7ea09b9b9945cc86bd3d7b1cac7965&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2073] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:30:42 2026] DELETE /v2.0/security-groups/534c6553-13fc-4a8e-9298-0fa3ad09fb38 => 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: 1048/2074] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:30:42 2026] GET /v2.0/security-groups?tenant_id=c5a1719233244d84b18f8ac8b766fab7&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2075] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:30:42 2026] DELETE /v2.0/security-groups/a8c24cf9-2aed-4acd-a69f-36d532d86b9d => 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: 1027/2076] 10.0.0.201 () {34 vars in 749 bytes} [Thu Mar 19 08:30:42 2026] PUT /v2.0/floatingips/2fa761fa-9003-41a0-a528-bb64709cc4f1 => generated 843 bytes in 964 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:30:43.165 7 INFO neutron.db.l3_db [None req-2c4c51f9-bf78-44a9-918a-25ca962398ec 862e2951a51b4e3d9b034cdb48d0df94 e4d887fd9a9241a39615bdae0d405adf - - default default] Floating IP 2fa761fa-9003-41a0-a528-bb64709cc4f1 disassociated. External IP: 10.96.250.208, port: e3722b3e-73aa-46dc-a06d-8b95ab7374bf. [pid: 8|app: 0|req: 1028/2077] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:30:43 2026] GET /v2.0/security-groups?tenant_id=d1b65570e9c84e22b2306fef0701e517&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2078] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:30:43 2026] DELETE /v2.0/security-groups/7a07e943-5d5d-470c-97d5-92d5fb8c660c => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2079] 10.0.0.201 () {34 vars in 749 bytes} [Thu Mar 19 08:30:43 2026] PUT /v2.0/floatingips/2fa761fa-9003-41a0-a528-bb64709cc4f1 => generated 552 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:30:43.603 8 INFO neutron_taas.services.taas.taas_plugin [None req-930c7247-c937-4d84-8095-7d8c8c752773 862e2951a51b4e3d9b034cdb48d0df94 e4d887fd9a9241a39615bdae0d405adf - - default default] TaaS: Handle Delete Port: 09a1c5c5-e71a-4ba2-a143-52b0b09eec23 2026-03-19 08:30:43.606 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-930c7247-c937-4d84-8095-7d8c8c752773 862e2951a51b4e3d9b034cdb48d0df94 e4d887fd9a9241a39615bdae0d405adf - - default default] Tap Mirror: Handle Delete Port: 09a1c5c5-e71a-4ba2-a143-52b0b09eec23 [pid: 8|app: 0|req: 1030/2080] 10.0.0.201 () {32 vars in 732 bytes} [Thu Mar 19 08:30:43 2026] DELETE /v2.0/floatingips/2fa761fa-9003-41a0-a528-bb64709cc4f1 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:30:43.809 7 INFO neutron.api.v2.resource [None req-7482b678-09d9-44f4-ab6e-6933bb726941 862e2951a51b4e3d9b034cdb48d0df94 e4d887fd9a9241a39615bdae0d405adf - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1051/2081] 10.0.0.201 () {32 vars in 732 bytes} [Thu Mar 19 08:30:43 2026] DELETE /v2.0/floatingips/2fa761fa-9003-41a0-a528-bb64709cc4f1 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:30:43.918 8 INFO neutron_taas.services.taas.taas_plugin [None req-879b5efc-5920-4efe-88f8-05af2d8609b2 862e2951a51b4e3d9b034cdb48d0df94 e4d887fd9a9241a39615bdae0d405adf - - default default] TaaS: Handle Delete Port: e3722b3e-73aa-46dc-a06d-8b95ab7374bf 2026-03-19 08:30:43.921 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-879b5efc-5920-4efe-88f8-05af2d8609b2 862e2951a51b4e3d9b034cdb48d0df94 e4d887fd9a9241a39615bdae0d405adf - - default default] Tap Mirror: Handle Delete Port: e3722b3e-73aa-46dc-a06d-8b95ab7374bf [pid: 8|app: 0|req: 1031/2082] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:30:43 2026] DELETE /v2.0/ports/e3722b3e-73aa-46dc-a06d-8b95ab7374bf => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:30:44.208 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3642141-b877-485e-8284-14d6499c3413 862e2951a51b4e3d9b034cdb48d0df94 e4d887fd9a9241a39615bdae0d405adf - - default default] TaaS: Handle Delete Port: 1b0b409f-386c-4c8d-bda1-51ebc5855191 2026-03-19 08:30:44.210 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3642141-b877-485e-8284-14d6499c3413 862e2951a51b4e3d9b034cdb48d0df94 e4d887fd9a9241a39615bdae0d405adf - - default default] Tap Mirror: Handle Delete Port: 1b0b409f-386c-4c8d-bda1-51ebc5855191 [pid: 7|app: 0|req: 1052/2083] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:30:44 2026] DELETE /v2.0/ports/1b0b409f-386c-4c8d-bda1-51ebc5855191 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2084] 10.0.0.201 () {32 vars in 736 bytes} [Thu Mar 19 08:30:44 2026] GET /v2.0/ports?device_id=27dd87df-718d-4106-ad97-d727370586a0 => generated 958 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:30:44.763 7 INFO neutron_taas.services.taas.taas_plugin [None req-bce68639-8c0b-46a8-b13e-d75c2583cb81 862e2951a51b4e3d9b034cdb48d0df94 e4d887fd9a9241a39615bdae0d405adf - - default default] TaaS: Handle Delete Port: 073ad3d3-7395-4a7e-8f1b-426b0dbaaf32 2026-03-19 08:30:44.765 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bce68639-8c0b-46a8-b13e-d75c2583cb81 862e2951a51b4e3d9b034cdb48d0df94 e4d887fd9a9241a39615bdae0d405adf - - default default] Tap Mirror: Handle Delete Port: 073ad3d3-7395-4a7e-8f1b-426b0dbaaf32 [pid: 7|app: 0|req: 1053/2085] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:30:44 2026] PUT /v2.0/routers/27dd87df-718d-4106-ad97-d727370586a0/remove_router_interface => generated 309 bytes in 869 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:30:45.478 8 INFO neutron_taas.services.taas.taas_plugin [None req-63deee85-1bde-436a-975e-c206b6c66815 862e2951a51b4e3d9b034cdb48d0df94 e4d887fd9a9241a39615bdae0d405adf - - default default] TaaS: Handle Delete Port: 1095682e-0f6e-47f3-abef-73791b2b17eb 2026-03-19 08:30:45.481 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63deee85-1bde-436a-975e-c206b6c66815 862e2951a51b4e3d9b034cdb48d0df94 e4d887fd9a9241a39615bdae0d405adf - - default default] Tap Mirror: Handle Delete Port: 1095682e-0f6e-47f3-abef-73791b2b17eb [pid: 7|app: 0|req: 1054/2086] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:45 2026] GET /v2.0/ports?device_id=e5d8468a-20d9-41c9-875e-891b270c3c11 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2087] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:45 2026] GET /v2.0/security-groups?id=7c72f051-03f1-4338-849c-ac00e7eb6998&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-03-19 08:30:45.696 8 INFO neutron_taas.services.taas.taas_plugin [None req-63deee85-1bde-436a-975e-c206b6c66815 862e2951a51b4e3d9b034cdb48d0df94 e4d887fd9a9241a39615bdae0d405adf - - default default] TaaS: Handle Delete Port: 9b495501-df1a-49a5-b0e9-601a1dba451f 2026-03-19 08:30:45.698 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63deee85-1bde-436a-975e-c206b6c66815 862e2951a51b4e3d9b034cdb48d0df94 e4d887fd9a9241a39615bdae0d405adf - - default default] Tap Mirror: Handle Delete Port: 9b495501-df1a-49a5-b0e9-601a1dba451f 2026-03-19 08:30:45.997 8 INFO neutron.services.segments.plugin [-] Segment fc4b5282-8b27-4f3a-949d-99232bc9a1a5 resource provider aggregate not found 2026-03-19 08:30:46.007 8 INFO neutron.services.segments.plugin [-] Segment fc4b5282-8b27-4f3a-949d-99232bc9a1a5 resource provider aggregate not found 2026-03-19 08:30:46.029 8 INFO neutron.services.segments.plugin [-] Segment fc4b5282-8b27-4f3a-949d-99232bc9a1a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc4b5282-8b27-4f3a-949d-99232bc9a1a5 found for delete ", "request_id": "req-e689b829-0508-4d3f-89f9-0c92104c686d"}]} 2026-03-19 08:30:46.030 8 INFO neutron.services.segments.plugin [-] Segment fc4b5282-8b27-4f3a-949d-99232bc9a1a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc4b5282-8b27-4f3a-949d-99232bc9a1a5 found for delete ", "request_id": "req-8d0c2089-aa13-45d2-b7d0-df0d4348d74f"}]} 2026-03-19 08:30:46.035 8 INFO neutron.db.l3_hamode_db [None req-63deee85-1bde-436a-975e-c206b6c66815 862e2951a51b4e3d9b034cdb48d0df94 e4d887fd9a9241a39615bdae0d405adf - - default default] HA network c39a85a9-c2a1-4032-a8ed-9130490f24c7 was deleted as no HA routers are present in tenant e4d887fd9a9241a39615bdae0d405adf. [pid: 8|app: 0|req: 1033/2088] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:30:45 2026] DELETE /v2.0/routers/27dd87df-718d-4106-ad97-d727370586a0 => generated 0 bytes in 738 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2089] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:30:46 2026] DELETE /v2.0/subnets/d4643779-b9de-4856-97c4-c3214d1ac60f => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2090] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:30:46 2026] DELETE /v2.0/networks/a5f4274f-f540-4b80-91e3-b61063451fba => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2091] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:46 2026] GET /v2.0/ports?device_id=e5d8468a-20d9-41c9-875e-891b270c3c11 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2092] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:46 2026] GET /v2.0/security-groups?id=7c72f051-03f1-4338-849c-ac00e7eb6998&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: 1057/2093] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:30:46 2026] GET /v2.0/security-groups?tenant_id=e4d887fd9a9241a39615bdae0d405adf&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2094] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:30:46 2026] DELETE /v2.0/security-groups/7893c5b4-7f2d-4c1f-a697-667cce0cbb04 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:30:47.635 7 INFO neutron.db.segments_db [None req-d3d26e06-f4da-4c49-acf8-9bba8a8d5411 5259f15ee05b411c8b1d47ed7a6d0252 bcd7110feb444fa5b05b0f9a8d8fb93e - - default default] Added segment ff728be6-af7c-424a-9f92-26f2aa3e0b35 of type vxlan for network 458ee479-34d2-4775-b105-7e06d8726c99 [pid: 7|app: 0|req: 1058/2095] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:30:47 2026] POST /v2.0/networks => generated 632 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2096] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:30:47 2026] POST /v2.0/subnets => generated 626 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:30:47.995 8 INFO neutron.db.segments_db [None req-cbfe8d5f-d91c-4abf-b1ad-b59dc6e540c3 5259f15ee05b411c8b1d47ed7a6d0252 bcd7110feb444fa5b05b0f9a8d8fb93e - - default default] Added segment 23a447b3-6e04-4a6d-b8c3-2c7240675be7 of type vxlan for network 4cf0ddf7-8388-45e6-8041-dc5df5f631d4 [pid: 7|app: 0|req: 1059/2097] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:47 2026] GET /v2.0/ports?device_id=e5d8468a-20d9-41c9-875e-891b270c3c11 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2098] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:48 2026] GET /v2.0/security-groups?id=7c72f051-03f1-4338-849c-ac00e7eb6998&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:30:48.055 8 INFO neutron.services.segments.plugin [-] Segment 6659b99d-975d-47d5-8260-9bd16cce1b8e resource provider aggregate not found 2026-03-19 08:30:48.060 8 INFO neutron.services.segments.plugin [-] Segment 6659b99d-975d-47d5-8260-9bd16cce1b8e resource provider aggregate not found 2026-03-19 08:30:48.075 8 INFO neutron.services.segments.plugin [-] Segment 6659b99d-975d-47d5-8260-9bd16cce1b8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6659b99d-975d-47d5-8260-9bd16cce1b8e found for delete ", "request_id": "req-3d41861b-26a9-441c-9e6b-97438bf58b70"}]} 2026-03-19 08:30:48.081 8 INFO neutron.services.segments.plugin [-] Segment 6659b99d-975d-47d5-8260-9bd16cce1b8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6659b99d-975d-47d5-8260-9bd16cce1b8e found for delete ", "request_id": "req-8f87c9a9-150b-4f88-854c-91671f837726"}]} [pid: 8|app: 0|req: 1039/2099] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:30:47 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: 7|app: 0|req: 1061/2100] 199.204.45.138 () {34 vars in 994 bytes} [Thu Mar 19 08:30:48 2026] GET /v2.0/ports?device_id=e5d8468a-20d9-41c9-875e-891b270c3c11 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:30:48.293 7 INFO neutron_taas.services.taas.taas_plugin [req-44f9e626-0795-4bf6-89dd-e3b968450378 req-ea61af23-728e-4eff-9370-24ab67cf1459 b423d84f3db74ed8beeb6964b1d88316 82a4e08736c24cbfb2e257634749e091 - - default default] TaaS: Handle Delete Port: be6218e0-83cf-4303-af30-c28f38ef7321 2026-03-19 08:30:48.295 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-44f9e626-0795-4bf6-89dd-e3b968450378 req-ea61af23-728e-4eff-9370-24ab67cf1459 b423d84f3db74ed8beeb6964b1d88316 82a4e08736c24cbfb2e257634749e091 - - default default] Tap Mirror: Handle Delete Port: be6218e0-83cf-4303-af30-c28f38ef7321 [pid: 8|app: 0|req: 1040/2101] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:30:48 2026] POST /v2.0/subnets => generated 629 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:30:48.433 7 INFO neutron.db.l3_db [req-44f9e626-0795-4bf6-89dd-e3b968450378 req-ea61af23-728e-4eff-9370-24ab67cf1459 b423d84f3db74ed8beeb6964b1d88316 82a4e08736c24cbfb2e257634749e091 - - default default] Floating IP 498102e2-881d-4ae6-a05b-0592f9c23de3 disassociated. External IP: 10.96.250.205, port: be6218e0-83cf-4303-af30-c28f38ef7321. 2026-03-19 08:30:48.452 8 INFO neutron.db.segments_db [None req-73d7144e-8160-447b-bead-6a41bdad07cd 5259f15ee05b411c8b1d47ed7a6d0252 bcd7110feb444fa5b05b0f9a8d8fb93e - - default default] Added segment 254c06ff-dc75-4b36-91fc-49144184251d of type vxlan for network 482afb84-ad6c-4b16-92ce-397bfcaa3d5e [pid: 8|app: 0|req: 1041/2102] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:30:48 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: 1042/2103] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:30:48 2026] POST /v2.0/subnets => generated 629 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2104] 199.204.45.138 () {36 vars in 997 bytes} [Thu Mar 19 08:30:48 2026] DELETE /v2.0/ports/be6218e0-83cf-4303-af30-c28f38ef7321 => generated 0 bytes in 660 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:30:48.855 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d801ce9b-90fa-4b15-a108-a247eeda29eb'] response: {'server_uuid': 'e5d8468a-20d9-41c9-875e-891b270c3c11', 'name': 'network-vif-deleted', 'tag': 'be6218e0-83cf-4303-af30-c28f38ef7321', 'status': 'completed', 'code': 200} 2026-03-19 08:30:48.880 7 INFO neutron.db.segments_db [None req-56e8c2ab-9029-40e1-87d7-49d72a690c80 5259f15ee05b411c8b1d47ed7a6d0252 bcd7110feb444fa5b05b0f9a8d8fb93e - - default default] Added segment af5bfe82-a1a1-476b-84a3-512c2d7beb1f of type vxlan for network f0ffcd9a-b33c-49bd-b5be-5fd31340305c [pid: 7|app: 0|req: 1063/2105] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:30:48 2026] POST /v2.0/networks => generated 632 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:30:49.104 8 INFO neutron.db.segments_db [None req-f3d6bc71-0182-4cd1-a2ad-393ad74be709 d022d11cdfdc468d8db35456c1fa57b4 f2d97e4bb95a4057a14a18ed1276677f - - default default] Added segment bc53b717-fc65-4f1f-8ae5-b13b86d45ede of type vxlan for network 643ba43e-1421-4960-8ecb-dfcedd11e86c [pid: 8|app: 0|req: 1043/2106] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:30:48 2026] POST /v2.0/networks => generated 645 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2107] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:49 2026] GET /v2.0/ports?device_id=e5d8468a-20d9-41c9-875e-891b270c3c11 => 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: 1064/2108] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:30:48 2026] POST /v2.0/subnets => generated 629 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:30:49.320 7 INFO neutron.db.segments_db [None req-5562d06e-4b56-4691-805d-e9e598541082 5259f15ee05b411c8b1d47ed7a6d0252 bcd7110feb444fa5b05b0f9a8d8fb93e - - default default] Added segment 687a667b-85c0-41f5-905f-b9e0b70bfdde of type vxlan for network e3aa3dde-3c14-423f-b5c2-e60deea34b1a [pid: 7|app: 0|req: 1065/2109] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:30:49 2026] POST /v2.0/networks => generated 632 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2110] 10.0.0.201 () {34 vars in 665 bytes} [Thu Mar 19 08:30:49 2026] POST /v2.0/ports => generated 775 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-19 08:30:49.529 8 INFO neutron.db.segments_db [None req-6be76996-9726-412d-9c9a-865d32797621 d022d11cdfdc468d8db35456c1fa57b4 f2d97e4bb95a4057a14a18ed1276677f - - default default] Added segment cb22f173-6336-42e3-bb81-d71f443d6ebc of type vxlan for network 532ef1b3-4559-40ef-b942-df4e41afde95 [pid: 8|app: 0|req: 1046/2111] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:30:49 2026] POST /v2.0/networks => generated 631 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2112] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:30:49 2026] POST /v2.0/subnets => generated 629 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2113] 10.0.0.201 () {34 vars in 751 bytes} [Thu Mar 19 08:30:49 2026] PUT /v2.0/subnets/fae0b701-edad-47c3-930e-f6577e2e8ab2/tags => generated 17 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2114] 10.0.0.201 () {34 vars in 751 bytes} [Thu Mar 19 08:30:49 2026] PUT /v2.0/subnets/5d776f14-4968-4966-a95f-e9ad99ad0685/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2115] 10.0.0.201 () {34 vars in 751 bytes} [Thu Mar 19 08:30:49 2026] PUT /v2.0/subnets/a45edc67-d251-47ff-b634-60c64ba58aff/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2116] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:30:49 2026] POST /v2.0/subnets => generated 626 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2117] 10.0.0.201 () {34 vars in 751 bytes} [Thu Mar 19 08:30:49 2026] PUT /v2.0/subnets/9229f5ad-e442-4d33-9963-347f8d218c75/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2118] 10.0.0.201 () {32 vars in 664 bytes} [Thu Mar 19 08:30:49 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2119] 10.0.0.201 () {32 vars in 678 bytes} [Thu Mar 19 08:30:50 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2120] 10.0.0.201 () {32 vars in 674 bytes} [Thu Mar 19 08:30:50 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2121] 10.0.0.201 () {32 vars in 686 bytes} [Thu Mar 19 08:30:50 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2122] 10.0.0.201 () {32 vars in 672 bytes} [Thu Mar 19 08:30:50 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2123] 10.0.0.201 () {32 vars in 686 bytes} [Thu Mar 19 08:30:50 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2124] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:50 2026] GET /v2.0/ports?device_id=e5d8468a-20d9-41c9-875e-891b270c3c11 => 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: 1048/2125] 10.0.0.201 () {34 vars in 665 bytes} [Thu Mar 19 08:30:49 2026] POST /v2.0/ports => generated 949 bytes in 404 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: 1078/2126] 10.0.0.201 () {32 vars in 682 bytes} [Thu Mar 19 08:30:50 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2127] 10.0.0.201 () {32 vars in 694 bytes} [Thu Mar 19 08:30:50 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:30:50.421 8 INFO neutron_taas.services.taas.taas_plugin [None req-22eabf4e-4473-46a6-aa53-03c01b38dab1 d022d11cdfdc468d8db35456c1fa57b4 f2d97e4bb95a4057a14a18ed1276677f - - default default] TaaS: Handle Delete Port: d12af555-6265-4d0d-91ce-d4fa787b4918 2026-03-19 08:30:50.427 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22eabf4e-4473-46a6-aa53-03c01b38dab1 d022d11cdfdc468d8db35456c1fa57b4 f2d97e4bb95a4057a14a18ed1276677f - - default default] Tap Mirror: Handle Delete Port: d12af555-6265-4d0d-91ce-d4fa787b4918 [pid: 7|app: 0|req: 1080/2128] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:30:50 2026] DELETE /v2.0/subnets/fae0b701-edad-47c3-930e-f6577e2e8ab2 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2129] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:30:50 2026] DELETE /v2.0/ports/d12af555-6265-4d0d-91ce-d4fa787b4918 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:30:50.615 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dab13ca1-a2a8-417a-bcae-ebcaeb0fe380 d022d11cdfdc468d8db35456c1fa57b4 f2d97e4bb95a4057a14a18ed1276677f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1081/2130] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:30:50 2026] DELETE /v2.0/ports/d12af555-6265-4d0d-91ce-d4fa787b4918 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:30:50.642 7 INFO neutron.pecan_wsgi.hooks.translation [None req-700e2877-5927-47cf-a3fb-48f68f4e399e d022d11cdfdc468d8db35456c1fa57b4 f2d97e4bb95a4057a14a18ed1276677f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1082/2131] 10.0.0.201 () {32 vars in 717 bytes} [Thu Mar 19 08:30:50 2026] GET /v2.0/ports/d12af555-6265-4d0d-91ce-d4fa787b4918 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2132] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:30:50 2026] DELETE /v2.0/subnets/5d776f14-4968-4966-a95f-e9ad99ad0685 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2133] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:30:50 2026] DELETE /v2.0/subnets/51bde979-3550-48d0-a41c-6ec42e2a4888 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2134] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:30:50 2026] DELETE /v2.0/subnets/a45edc67-d251-47ff-b634-60c64ba58aff => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:30:50.909 7 INFO neutron.services.segments.plugin [-] Segment cb22f173-6336-42e3-bb81-d71f443d6ebc resource provider aggregate not found 2026-03-19 08:30:50.910 7 INFO neutron.services.segments.plugin [-] Segment cb22f173-6336-42e3-bb81-d71f443d6ebc resource provider aggregate not found 2026-03-19 08:30:50.931 7 INFO neutron.services.segments.plugin [-] Segment cb22f173-6336-42e3-bb81-d71f443d6ebc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb22f173-6336-42e3-bb81-d71f443d6ebc found for delete ", "request_id": "req-794f2114-4707-4e19-af4c-23706dd0b286"}]} [pid: 7|app: 0|req: 1084/2135] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:30:50 2026] DELETE /v2.0/networks/532ef1b3-4559-40ef-b942-df4e41afde95 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:30:50.938 7 INFO neutron.services.segments.plugin [-] Segment cb22f173-6336-42e3-bb81-d71f443d6ebc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb22f173-6336-42e3-bb81-d71f443d6ebc found for delete ", "request_id": "req-6fe6a896-5fb9-441b-98fe-9ad6a933ef1f"}]} [pid: 8|app: 0|req: 1052/2136] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:30:50 2026] DELETE /v2.0/subnets/9229f5ad-e442-4d33-9963-347f8d218c75 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:30:50.999 7 INFO neutron.db.segments_db [None req-64483dca-671e-4e3b-8355-cf6c6fa45e2f d022d11cdfdc468d8db35456c1fa57b4 f2d97e4bb95a4057a14a18ed1276677f - - default default] Added segment efe0961a-15d2-4b61-9cf5-f2a0572fb2fd of type vxlan for network 6d5a80b3-2a79-4696-88dd-22ffebb4c592 [pid: 7|app: 0|req: 1085/2137] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:30:50 2026] POST /v2.0/networks => generated 632 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2138] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:30:50 2026] DELETE /v2.0/subnets/019a19c4-f95a-442b-9ad0-9c9b32aa2d54 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:30:51.167 8 INFO neutron_taas.services.taas.taas_plugin [None req-1b5490a6-3e15-4d7e-b9f7-8a39aec05707 5259f15ee05b411c8b1d47ed7a6d0252 bcd7110feb444fa5b05b0f9a8d8fb93e - - default default] TaaS: Handle Delete Port: 639d20c0-2019-4802-8bee-6ce4c10e29cf 2026-03-19 08:30:51.169 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b5490a6-3e15-4d7e-b9f7-8a39aec05707 5259f15ee05b411c8b1d47ed7a6d0252 bcd7110feb444fa5b05b0f9a8d8fb93e - - default default] Tap Mirror: Handle Delete Port: 639d20c0-2019-4802-8bee-6ce4c10e29cf [pid: 7|app: 0|req: 1086/2139] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:30:51 2026] POST /v2.0/subnets => generated 626 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:30:51.362 8 INFO neutron.services.segments.plugin [-] Segment ff728be6-af7c-424a-9f92-26f2aa3e0b35 resource provider aggregate not found 2026-03-19 08:30:51.368 8 INFO neutron.services.segments.plugin [-] Segment ff728be6-af7c-424a-9f92-26f2aa3e0b35 resource provider aggregate not found 2026-03-19 08:30:51.383 8 INFO neutron.services.segments.plugin [-] Segment ff728be6-af7c-424a-9f92-26f2aa3e0b35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff728be6-af7c-424a-9f92-26f2aa3e0b35 found for delete ", "request_id": "req-df0de3b7-a39e-4f44-891d-58bb602bac44"}]} 2026-03-19 08:30:51.384 8 INFO neutron.services.segments.plugin [-] Segment ff728be6-af7c-424a-9f92-26f2aa3e0b35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff728be6-af7c-424a-9f92-26f2aa3e0b35 found for delete ", "request_id": "req-e941c608-e0c1-498c-8511-fd0dfbfdba57"}]} [pid: 8|app: 0|req: 1054/2140] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:30:51 2026] DELETE /v2.0/networks/458ee479-34d2-4775-b105-7e06d8726c99 => 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: 1055/2141] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:51 2026] GET /v2.0/ports?device_id=e5d8468a-20d9-41c9-875e-891b270c3c11 => 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: 1056/2142] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:30:51 2026] DELETE /v2.0/networks/4cf0ddf7-8388-45e6-8041-dc5df5f631d4 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2143] 10.0.0.201 () {34 vars in 665 bytes} [Thu Mar 19 08:30:51 2026] POST /v2.0/ports => generated 911 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2144] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:30:51 2026] DELETE /v2.0/networks/482afb84-ad6c-4b16-92ce-397bfcaa3d5e => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:30:51.730 7 INFO neutron_taas.services.taas.taas_plugin [None req-239c9a71-825d-4b87-aad3-2ecea04afc6a d022d11cdfdc468d8db35456c1fa57b4 f2d97e4bb95a4057a14a18ed1276677f - - default default] TaaS: Handle Delete Port: dab120c3-84a4-4ce5-8f63-cb6b9cf4c19a 2026-03-19 08:30:51.733 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-239c9a71-825d-4b87-aad3-2ecea04afc6a d022d11cdfdc468d8db35456c1fa57b4 f2d97e4bb95a4057a14a18ed1276677f - - default default] Tap Mirror: Handle Delete Port: dab120c3-84a4-4ce5-8f63-cb6b9cf4c19a [pid: 8|app: 0|req: 1058/2145] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:30:51 2026] DELETE /v2.0/networks/f0ffcd9a-b33c-49bd-b5be-5fd31340305c => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2146] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:30:51 2026] DELETE /v2.0/ports/dab120c3-84a4-4ce5-8f63-cb6b9cf4c19a => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:30:51.900 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bcfb5fef-eca7-4ace-8df8-054a9417859c d022d11cdfdc468d8db35456c1fa57b4 f2d97e4bb95a4057a14a18ed1276677f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1059/2147] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:30:51 2026] DELETE /v2.0/networks/e3aa3dde-3c14-423f-b5c2-e60deea34b1a => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2148] 10.0.0.201 () {32 vars in 717 bytes} [Thu Mar 19 08:30:51 2026] GET /v2.0/ports/dab120c3-84a4-4ce5-8f63-cb6b9cf4c19a => 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: 1060/2149] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:30:51 2026] DELETE /v2.0/subnets/70fdca2b-0f77-4c26-abdb-bea3e6ff3e95 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2150] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:30:52 2026] DELETE /v2.0/networks/6d5a80b3-2a79-4696-88dd-22ffebb4c592 => 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: 1061/2151] 10.0.0.201 () {34 vars in 665 bytes} [Thu Mar 19 08:30:52 2026] POST /v2.0/ports => generated 774 bytes in 243 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: 1091/2152] 10.0.0.201 () {34 vars in 737 bytes} [Thu Mar 19 08:30:52 2026] PUT /v2.0/ports/76040604-809e-4ca0-a6e4-237922351727 => generated 752 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2153] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:30:52 2026] DELETE /v2.0/security-groups/7c72f051-03f1-4338-849c-ac00e7eb6998 => generated 0 bytes in 139 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-03-19 08:30:52.721 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f9efa86-2b5b-4abd-ade6-bc699bf39337 d022d11cdfdc468d8db35456c1fa57b4 f2d97e4bb95a4057a14a18ed1276677f - - default default] TaaS: Handle Delete Port: 76040604-809e-4ca0-a6e4-237922351727 2026-03-19 08:30:52.726 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f9efa86-2b5b-4abd-ade6-bc699bf39337 d022d11cdfdc468d8db35456c1fa57b4 f2d97e4bb95a4057a14a18ed1276677f - - default default] Tap Mirror: Handle Delete Port: 76040604-809e-4ca0-a6e4-237922351727 [pid: 8|app: 0|req: 1063/2154] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:30:52 2026] DELETE /v2.0/ports/76040604-809e-4ca0-a6e4-237922351727 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2155] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:30:52 2026] GET /v2.0/security-groups?tenant_id=b36ad0fae6cf465d9c3a97ad7bf42bb9&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2156] 10.0.0.201 () {32 vars in 643 bytes} [Thu Mar 19 08:30:52 2026] GET /v2.0/ports => generated 778 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:30:52.905 8 INFO neutron_taas.services.taas.taas_plugin [None req-0504d360-ac38-4895-b602-8e42076db8d9 b423d84f3db74ed8beeb6964b1d88316 82a4e08736c24cbfb2e257634749e091 - - default default] TaaS: Handle Delete Port: d61cbdd5-096f-43a1-a153-de20e9c94233 2026-03-19 08:30:52.907 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0504d360-ac38-4895-b602-8e42076db8d9 b423d84f3db74ed8beeb6964b1d88316 82a4e08736c24cbfb2e257634749e091 - - default default] Tap Mirror: Handle Delete Port: d61cbdd5-096f-43a1-a153-de20e9c94233 2026-03-19 08:30:52.961 7 INFO neutron.services.segments.plugin [-] Segment efe0961a-15d2-4b61-9cf5-f2a0572fb2fd resource provider aggregate not found [pid: 7|app: 0|req: 1094/2157] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:30:52 2026] DELETE /v2.0/security-groups/89e4e72a-8d3d-4ed2-8259-d8f3e3b59a00 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:30:52.972 7 INFO neutron.services.segments.plugin [-] Segment efe0961a-15d2-4b61-9cf5-f2a0572fb2fd resource provider aggregate not found 2026-03-19 08:30:52.983 7 INFO neutron.services.segments.plugin [-] Segment efe0961a-15d2-4b61-9cf5-f2a0572fb2fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efe0961a-15d2-4b61-9cf5-f2a0572fb2fd found for delete ", "request_id": "req-f080b8ff-dba4-4c1d-9412-bacd8cabbdb7"}]} 2026-03-19 08:30:52.994 7 INFO neutron.services.segments.plugin [-] Segment efe0961a-15d2-4b61-9cf5-f2a0572fb2fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efe0961a-15d2-4b61-9cf5-f2a0572fb2fd found for delete ", "request_id": "req-14f45845-c753-42b0-8dfc-449b6ef6db10"}]} 2026-03-19 08:30:52.995 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1a5a6ff8-ba9a-4e48-9d68-7954514c67eb d022d11cdfdc468d8db35456c1fa57b4 f2d97e4bb95a4057a14a18ed1276677f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1095/2158] 10.0.0.201 () {32 vars in 717 bytes} [Thu Mar 19 08:30:52 2026] GET /v2.0/ports/76040604-809e-4ca0-a6e4-237922351727 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2159] 10.0.0.201 () {32 vars in 643 bytes} [Thu Mar 19 08:30:53 2026] GET /v2.0/ports => generated 778 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2160] 10.0.0.201 () {32 vars in 717 bytes} [Thu Mar 19 08:30:53 2026] GET /v2.0/ports/cae2feb3-1e72-4452-b385-6c2b2233c7eb => generated 775 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2161] 10.0.0.201 () {32 vars in 732 bytes} [Thu Mar 19 08:30:52 2026] DELETE /v2.0/floatingips/498102e2-881d-4ae6-a05b-0592f9c23de3 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:30:53.085 7 INFO neutron.pecan_wsgi.hooks.translation [None req-af19b289-c2a0-4683-b16e-6f4cfc63e7a6 d022d11cdfdc468d8db35456c1fa57b4 f2d97e4bb95a4057a14a18ed1276677f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1098/2162] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:30:53 2026] DELETE /v2.0/ports/dab120c3-84a4-4ce5-8f63-cb6b9cf4c19a => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:30:53.101 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fb05334d-f2ee-4596-a5e2-d5b982aca726 d022d11cdfdc468d8db35456c1fa57b4 f2d97e4bb95a4057a14a18ed1276677f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1099/2163] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:30:53 2026] DELETE /v2.0/subnets/70fdca2b-0f77-4c26-abdb-bea3e6ff3e95 => 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: 1065/2164] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:30:53 2026] GET /v2.0/security-groups?tenant_id=bcd7110feb444fa5b05b0f9a8d8fb93e&name=default => generated 2925 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:30:53.117 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7656ff36-3eb3-45b0-8b33-dfac917670c0 d022d11cdfdc468d8db35456c1fa57b4 f2d97e4bb95a4057a14a18ed1276677f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1100/2165] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:30:53 2026] DELETE /v2.0/subnets/51bde979-3550-48d0-a41c-6ec42e2a4888 => 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: 1066/2166] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:30:53 2026] DELETE /v2.0/security-groups/340a32dc-2cb6-4094-8eaa-26a45b0cba2e => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:30:53.231 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5eba956-e6f0-4af6-942e-5af161b47be4 d022d11cdfdc468d8db35456c1fa57b4 f2d97e4bb95a4057a14a18ed1276677f - - default default] TaaS: Handle Delete Port: cae2feb3-1e72-4452-b385-6c2b2233c7eb 2026-03-19 08:30:53.234 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5eba956-e6f0-4af6-942e-5af161b47be4 d022d11cdfdc468d8db35456c1fa57b4 f2d97e4bb95a4057a14a18ed1276677f - - default default] Tap Mirror: Handle Delete Port: cae2feb3-1e72-4452-b385-6c2b2233c7eb [pid: 8|app: 0|req: 1067/2167] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:53 2026] GET /v2.0/ports?device_id=20410e76-b94f-4dd6-95de-42be952571b5 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2168] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:30:53 2026] DELETE /v2.0/ports/cae2feb3-1e72-4452-b385-6c2b2233c7eb => 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: 1068/2169] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:53 2026] GET /v2.0/security-groups?id=e91964f8-a2f0-44a0-b63f-c2960ab8f5c5&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:30:53.420 8 INFO neutron.services.segments.plugin [-] Segment 23a447b3-6e04-4a6d-b8c3-2c7240675be7 resource provider aggregate not found 2026-03-19 08:30:53.423 8 INFO neutron.services.segments.plugin [-] Segment 23a447b3-6e04-4a6d-b8c3-2c7240675be7 resource provider aggregate not found 2026-03-19 08:30:53.455 8 INFO neutron.services.segments.plugin [-] Segment 23a447b3-6e04-4a6d-b8c3-2c7240675be7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23a447b3-6e04-4a6d-b8c3-2c7240675be7 found for delete ", "request_id": "req-92e02b25-51b9-4767-b5dd-8df8ca8077b4"}]} 2026-03-19 08:30:53.462 8 INFO neutron.services.segments.plugin [-] Segment 23a447b3-6e04-4a6d-b8c3-2c7240675be7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23a447b3-6e04-4a6d-b8c3-2c7240675be7 found for delete ", "request_id": "req-755d2a37-4b93-4c3f-878c-c8a72cfc1b56"}]} [pid: 7|app: 0|req: 1102/2170] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:30:53 2026] DELETE /v2.0/networks/643ba43e-1421-4960-8ecb-dfcedd11e86c => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:30:53.484 8 INFO neutron.services.segments.plugin [-] Segment 254c06ff-dc75-4b36-91fc-49144184251d resource provider aggregate not found 2026-03-19 08:30:53.494 8 INFO neutron.services.segments.plugin [-] Segment 254c06ff-dc75-4b36-91fc-49144184251d resource provider aggregate not found 2026-03-19 08:30:53.501 8 INFO neutron.services.segments.plugin [-] Segment 254c06ff-dc75-4b36-91fc-49144184251d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 254c06ff-dc75-4b36-91fc-49144184251d found for delete ", "request_id": "req-dfde6d86-5da1-4d90-be24-506b64eddf18"}]} 2026-03-19 08:30:53.515 8 INFO neutron.services.segments.plugin [-] Segment 254c06ff-dc75-4b36-91fc-49144184251d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 254c06ff-dc75-4b36-91fc-49144184251d found for delete ", "request_id": "req-04460e18-8d20-415e-abc9-f1f3e49f8d89"}]} 2026-03-19 08:30:53.520 8 INFO neutron.services.segments.plugin [-] Segment af5bfe82-a1a1-476b-84a3-512c2d7beb1f resource provider aggregate not found 2026-03-19 08:30:53.540 8 INFO neutron.services.segments.plugin [-] Segment af5bfe82-a1a1-476b-84a3-512c2d7beb1f resource provider aggregate not found 2026-03-19 08:30:53.547 8 INFO neutron.services.segments.plugin [-] Segment af5bfe82-a1a1-476b-84a3-512c2d7beb1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af5bfe82-a1a1-476b-84a3-512c2d7beb1f found for delete ", "request_id": "req-02ce7377-a343-4b3b-bcbd-348cf862e40e"}]} 2026-03-19 08:30:53.562 8 INFO neutron.services.segments.plugin [-] Segment af5bfe82-a1a1-476b-84a3-512c2d7beb1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af5bfe82-a1a1-476b-84a3-512c2d7beb1f found for delete ", "request_id": "req-58209de9-1973-436b-a831-0d13e501f168"}]} 2026-03-19 08:30:53.567 8 INFO neutron.services.segments.plugin [-] Segment 687a667b-85c0-41f5-905f-b9e0b70bfdde resource provider aggregate not found [pid: 8|app: 0|req: 1069/2171] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:30:53 2026] GET /v2.0/security-groups?tenant_id=520208eafcac49ba9652c0501f178952&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:30:53.579 8 INFO neutron.services.segments.plugin [-] Segment 687a667b-85c0-41f5-905f-b9e0b70bfdde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 687a667b-85c0-41f5-905f-b9e0b70bfdde found for delete ", "request_id": "req-676662e5-eb54-4959-b5d5-58bb05a7a90e"}]} 2026-03-19 08:30:53.583 8 INFO neutron.services.segments.plugin [-] Segment 687a667b-85c0-41f5-905f-b9e0b70bfdde resource provider aggregate not found 2026-03-19 08:30:53.595 8 INFO neutron.services.segments.plugin [-] Segment 687a667b-85c0-41f5-905f-b9e0b70bfdde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 687a667b-85c0-41f5-905f-b9e0b70bfdde found for delete ", "request_id": "req-1b222f2a-2ede-48bc-9cb1-2d275ce4e59e"}]} [pid: 7|app: 0|req: 1103/2172] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:30:53 2026] DELETE /v2.0/security-groups/97ae8cd1-0218-4a6e-aa65-fb75b6215c7a => 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: 1070/2173] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:30:53 2026] GET /v2.0/security-groups?tenant_id=f2d97e4bb95a4057a14a18ed1276677f&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: 1104/2174] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:30:54 2026] DELETE /v2.0/security-groups/3f6939a2-c153-431b-9158-84d1a4993bde => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2177] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:54 2026] GET /v2.0/ports?device_id=20410e76-b94f-4dd6-95de-42be952571b5 => 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: 1106/2178] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:54 2026] GET /v2.0/security-groups?id=e91964f8-a2f0-44a0-b63f-c2960ab8f5c5&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:30:55.002 7 INFO neutron.services.segments.plugin [-] Segment bc53b717-fc65-4f1f-8ae5-b13b86d45ede resource provider aggregate not found 2026-03-19 08:30:55.027 7 INFO neutron.services.segments.plugin [-] Segment bc53b717-fc65-4f1f-8ae5-b13b86d45ede resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc53b717-fc65-4f1f-8ae5-b13b86d45ede found for delete ", "request_id": "req-5a949cce-0f26-430f-8d5b-28c1b5075a4c"}]} 2026-03-19 08:30:55.028 7 INFO neutron.services.segments.plugin [-] Segment bc53b717-fc65-4f1f-8ae5-b13b86d45ede resource provider aggregate not found 2026-03-19 08:30:55.047 7 INFO neutron.services.segments.plugin [-] Segment bc53b717-fc65-4f1f-8ae5-b13b86d45ede resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc53b717-fc65-4f1f-8ae5-b13b86d45ede found for delete ", "request_id": "req-56c7dfe7-0501-4caa-a851-29b9ef1e4847"}]} [pid: 8|app: 0|req: 1073/2179] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:30:55 2026] GET /v2.0/agents => generated 3385 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2180] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:30:55 2026] GET /v2.0/floatingips => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2181] 199.204.45.138 () {34 vars in 994 bytes} [Thu Mar 19 08:30:55 2026] GET /v2.0/ports?device_id=20410e76-b94f-4dd6-95de-42be952571b5 => 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: 1107/2182] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:55 2026] GET /v2.0/ports?device_id=20410e76-b94f-4dd6-95de-42be952571b5 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2183] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:30:55 2026] GET /v2.0/ports => generated 10761 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2184] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:30:55 2026] GET /v2.0/security-groups?id=e91964f8-a2f0-44a0-b63f-c2960ab8f5c5&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: 1078/2185] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:30:55 2026] GET /v2.0/security-groups => generated 25647 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2186] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:30:55 2026] GET /v2.0/subnets => generated 2595 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2187] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:30:55 2026] GET /v2.0/routers => generated 738 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2188] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:30:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2189] 10.0.0.121 () {28 vars in 677 bytes} [Thu Mar 19 08:30:55 2026] GET /v2.0/routers/1ce1d1fb-c5da-4e91-a485-683780b6aea3/l3-agents => generated 681 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2190] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:30:56 2026] GET /v2.0/network-ip-availabilities => generated 1978 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:30:56.355 7 INFO neutron_taas.services.taas.taas_plugin [req-f76d2910-6c96-4b4d-bd3b-91488cf0346f req-46d96401-e10d-4c7b-9f23-6a2613f5d6a1 b423d84f3db74ed8beeb6964b1d88316 82a4e08736c24cbfb2e257634749e091 - - default default] TaaS: Handle Delete Port: dfa4e6a0-b574-43e9-9cac-8174c855f51f 2026-03-19 08:30:56.358 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f76d2910-6c96-4b4d-bd3b-91488cf0346f req-46d96401-e10d-4c7b-9f23-6a2613f5d6a1 b423d84f3db74ed8beeb6964b1d88316 82a4e08736c24cbfb2e257634749e091 - - default default] Tap Mirror: Handle Delete Port: dfa4e6a0-b574-43e9-9cac-8174c855f51f [pid: 7|app: 0|req: 1108/2191] 199.204.45.138 () {36 vars in 997 bytes} [Thu Mar 19 08:30:55 2026] DELETE /v2.0/ports/dfa4e6a0-b574-43e9-9cac-8174c855f51f => generated 0 bytes in 794 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:30:56.493 8 INFO neutron.db.segments_db [None req-02d4a3da-fb75-4ced-80ad-d5243a8e8acb 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] Added segment 4830df63-74f0-4158-ac22-b9df1a9cb1f1 of type vxlan for network 21d86630-52f2-4864-b2a3-b0b0e6485c96 2026-03-19 08:30:56.531 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d609a786-589e-4447-b109-16301c8e6b22'] response: {'server_uuid': '20410e76-b94f-4dd6-95de-42be952571b5', 'name': 'network-vif-deleted', 'tag': 'dfa4e6a0-b574-43e9-9cac-8174c855f51f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1109/2192] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:30:56 2026] GET /v2.0/networks => generated 3606 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2193] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:56 2026] GET /v2.0/ports?device_id=20410e76-b94f-4dd6-95de-42be952571b5 => 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: 1084/2194] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:30:56 2026] POST /v2.0/networks => generated 634 bytes in 501 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2195] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:30:56 2026] GET /v2.0/subnets => generated 2595 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2196] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:30:56 2026] GET /v2.0/subnetpools => generated 19 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:30:56.653 8 INFO neutron.db.segments_db [None req-51900d9d-93f3-44df-94d1-875a598db17f 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] Added segment 171cf91b-9238-484b-ac5e-868517a64409 of type vxlan for network 70de5ac2-aa63-4c4e-8da9-b1a7944fbe12 [pid: 8|app: 0|req: 1085/2197] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:30:56 2026] POST /v2.0/networks => generated 634 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2198] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:56 2026] GET /v2.0/ports?device_id=20410e76-b94f-4dd6-95de-42be952571b5 => 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: 1113/2199] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:30:56 2026] POST /v2.0/subnets => generated 646 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2200] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:30:56 2026] POST /v2.0/subnets => generated 655 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:30:57.217 8 INFO neutron.db.segments_db [None req-c717242c-10f1-4b21-a47c-b82786d9dde2 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] Added segment 7e4549bb-024a-4024-abd7-dc1e2a03abf7 of type vxlan for network 144c0f7b-d457-4228-b249-a4eb6d42221f 2026-03-19 08:30:57.480 8 INFO neutron.db.l3_hamode_db [None req-c717242c-10f1-4b21-a47c-b82786d9dde2 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-19 08:30:57.610 8 INFO neutron.db.l3_hamode_db [None req-c717242c-10f1-4b21-a47c-b82786d9dde2 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1114/2201] 10.0.0.201 () {34 vars in 676 bytes} [Thu Mar 19 08:30:57 2026] POST /v2.0/floatingips => generated 552 bytes in 616 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2202] 10.0.0.201 () {34 vars in 759 bytes} [Thu Mar 19 08:30:57 2026] PUT /v2.0/floatingips/ae3c2c27-ed19-4f85-b260-caaf5733e08b/tags => generated 25 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2203] 10.0.0.201 () {32 vars in 739 bytes} [Thu Mar 19 08:30:57 2026] GET /v2.0/floatingips/ae3c2c27-ed19-4f85-b260-caaf5733e08b/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2204] 10.0.0.201 () {34 vars in 770 bytes} [Thu Mar 19 08:30:57 2026] PUT /v2.0/floatingips/ae3c2c27-ed19-4f85-b260-caaf5733e08b/tags/green => generated 4 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2205] 10.0.0.201 () {32 vars in 739 bytes} [Thu Mar 19 08:30:57 2026] GET /v2.0/floatingips/ae3c2c27-ed19-4f85-b260-caaf5733e08b/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: 1119/2206] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:57 2026] GET /v2.0/ports?device_id=20410e76-b94f-4dd6-95de-42be952571b5 => 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: 1120/2207] 10.0.0.201 () {34 vars in 766 bytes} [Thu Mar 19 08:30:57 2026] PUT /v2.0/floatingips/ae3c2c27-ed19-4f85-b260-caaf5733e08b/tags/red => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2208] 10.0.0.201 () {32 vars in 739 bytes} [Thu Mar 19 08:30:58 2026] GET /v2.0/floatingips/ae3c2c27-ed19-4f85-b260-caaf5733e08b/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2209] 10.0.0.201 () {34 vars in 788 bytes} [Thu Mar 19 08:30:58 2026] PUT /v2.0/floatingips/ae3c2c27-ed19-4f85-b260-caaf5733e08b/tags/black.or.white => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2210] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:30:57 2026] POST /v2.0/routers => generated 510 bytes in 995 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2211] 10.0.0.201 () {32 vars in 739 bytes} [Thu Mar 19 08:30:58 2026] GET /v2.0/floatingips/ae3c2c27-ed19-4f85-b260-caaf5733e08b/tags => generated 52 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2212] 10.0.0.201 () {34 vars in 759 bytes} [Thu Mar 19 08:30:58 2026] PUT /v2.0/floatingips/ae3c2c27-ed19-4f85-b260-caaf5733e08b/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2213] 10.0.0.201 () {32 vars in 739 bytes} [Thu Mar 19 08:30:58 2026] GET /v2.0/floatingips/ae3c2c27-ed19-4f85-b260-caaf5733e08b/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2214] 10.0.0.201 () {32 vars in 747 bytes} [Thu Mar 19 08:30:58 2026] GET /v2.0/floatingips/ae3c2c27-ed19-4f85-b260-caaf5733e08b/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:30:58.382 7 INFO neutron.api.v2.resource [None req-fcd3b59b-4c04-4809-95a0-7fd7deac4bab 1f5f070c0d9940fc9f58539dbb68413c 3b4adcdfda7d4200bb84dc1895e528cc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1127/2215] 10.0.0.201 () {32 vars in 751 bytes} [Thu Mar 19 08:30:58 2026] GET /v2.0/floatingips/ae3c2c27-ed19-4f85-b260-caaf5733e08b/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2216] 10.0.0.201 () {32 vars in 750 bytes} [Thu Mar 19 08:30:58 2026] DELETE /v2.0/floatingips/ae3c2c27-ed19-4f85-b260-caaf5733e08b/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2217] 10.0.0.201 () {32 vars in 739 bytes} [Thu Mar 19 08:30:58 2026] GET /v2.0/floatingips/ae3c2c27-ed19-4f85-b260-caaf5733e08b/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:30:58.511 7 INFO neutron.api.v2.resource [None req-47c3fe55-1edb-4307-9024-eb7342737a80 1f5f070c0d9940fc9f58539dbb68413c 3b4adcdfda7d4200bb84dc1895e528cc - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1130/2218] 10.0.0.201 () {32 vars in 754 bytes} [Thu Mar 19 08:30:58 2026] DELETE /v2.0/floatingips/ae3c2c27-ed19-4f85-b260-caaf5733e08b/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2219] 10.0.0.201 () {32 vars in 742 bytes} [Thu Mar 19 08:30:58 2026] DELETE /v2.0/floatingips/ae3c2c27-ed19-4f85-b260-caaf5733e08b/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2220] 10.0.0.201 () {32 vars in 739 bytes} [Thu Mar 19 08:30:58 2026] GET /v2.0/floatingips/ae3c2c27-ed19-4f85-b260-caaf5733e08b/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:30:58.717 7 INFO neutron_taas.services.taas.taas_plugin [None req-29302fa0-69de-492a-a9cd-15945f1c17ed 1f5f070c0d9940fc9f58539dbb68413c 3b4adcdfda7d4200bb84dc1895e528cc - - default default] TaaS: Handle Delete Port: c5489abc-6b41-4303-a9d2-068a77e95119 2026-03-19 08:30:58.720 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29302fa0-69de-492a-a9cd-15945f1c17ed 1f5f070c0d9940fc9f58539dbb68413c 3b4adcdfda7d4200bb84dc1895e528cc - - default default] Tap Mirror: Handle Delete Port: c5489abc-6b41-4303-a9d2-068a77e95119 [pid: 7|app: 0|req: 1133/2221] 10.0.0.201 () {32 vars in 732 bytes} [Thu Mar 19 08:30:58 2026] DELETE /v2.0/floatingips/ae3c2c27-ed19-4f85-b260-caaf5733e08b => generated 0 bytes in 265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2222] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:30:59 2026] GET /v2.0/ports?device_id=20410e76-b94f-4dd6-95de-42be952571b5 => 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: 1089/2223] 10.0.0.201 () {34 vars in 783 bytes} [Thu Mar 19 08:30:58 2026] PUT /v2.0/routers/69e41448-f20a-4730-acb8-c242bc9f0f72/add_router_interface => generated 309 bytes in 1023 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2224] 10.0.0.201 () {32 vars in 717 bytes} [Thu Mar 19 08:30:59 2026] GET /v2.0/ports/1aaf732e-0ee2-4e0c-a4ff-d5ab9619dc19 => generated 959 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2225] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:30:59 2026] GET /v2.0/security-groups?tenant_id=e6189dc6fb234dd881914048dfde3ab9&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2226] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:30:59 2026] DELETE /v2.0/security-groups/db53970f-cbc9-4674-a7ea-43c5d55c7165 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2227] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:30:59 2026] GET /v2.0/security-groups?tenant_id=3b4adcdfda7d4200bb84dc1895e528cc&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2228] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:00 2026] DELETE /v2.0/security-groups/184dc42e-93bc-4d0b-8e89-b517d6014f4a => 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: 1140/2229] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:00 2026] DELETE /v2.0/security-groups/e91964f8-a2f0-44a0-b63f-c2960ab8f5c5 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:31:00.767 7 INFO neutron_taas.services.taas.taas_plugin [None req-d4fcac1a-cf1f-4261-86d9-d0140aeb5980 b423d84f3db74ed8beeb6964b1d88316 82a4e08736c24cbfb2e257634749e091 - - default default] TaaS: Handle Delete Port: c34e08e4-5470-45e3-b881-9f156aac2909 2026-03-19 08:31:00.771 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4fcac1a-cf1f-4261-86d9-d0140aeb5980 b423d84f3db74ed8beeb6964b1d88316 82a4e08736c24cbfb2e257634749e091 - - default default] Tap Mirror: Handle Delete Port: c34e08e4-5470-45e3-b881-9f156aac2909 [pid: 8|app: 0|req: 1090/2230] 10.0.0.201 () {34 vars in 783 bytes} [Thu Mar 19 08:30:59 2026] PUT /v2.0/routers/69e41448-f20a-4730-acb8-c242bc9f0f72/add_router_interface => generated 309 bytes in 1552 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2231] 10.0.0.201 () {32 vars in 717 bytes} [Thu Mar 19 08:31:00 2026] GET /v2.0/ports/2c976cba-3a92-4567-8e81-6c8b1aa9a24f => generated 967 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:31:01.204 8 INFO neutron_taas.services.taas.taas_plugin [None req-2a70c380-9ce8-4083-8de3-41bf719947a1 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] TaaS: Handle Delete Port: 2c976cba-3a92-4567-8e81-6c8b1aa9a24f 2026-03-19 08:31:01.208 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a70c380-9ce8-4083-8de3-41bf719947a1 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] Tap Mirror: Handle Delete Port: 2c976cba-3a92-4567-8e81-6c8b1aa9a24f [pid: 7|app: 0|req: 1141/2232] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:31:00 2026] PUT /v2.0/routers/1ce1d1fb-c5da-4e91-a485-683780b6aea3/remove_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: 1142/2233] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:31:01 2026] DELETE /v2.0/subnets/ef9d9758-4cf3-45e8-8325-018b5b1346ca => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2234] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:31:00 2026] PUT /v2.0/routers/69e41448-f20a-4730-acb8-c242bc9f0f72/remove_router_interface => generated 309 bytes in 773 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:31:01.689 7 INFO neutron_taas.services.taas.taas_plugin [None req-09023366-d5dd-4537-936e-46b9339c7591 b423d84f3db74ed8beeb6964b1d88316 82a4e08736c24cbfb2e257634749e091 - - default default] TaaS: Handle Delete Port: 17cbf564-202d-4371-a7e1-d4e776198283 2026-03-19 08:31:01.692 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09023366-d5dd-4537-936e-46b9339c7591 b423d84f3db74ed8beeb6964b1d88316 82a4e08736c24cbfb2e257634749e091 - - default default] Tap Mirror: Handle Delete Port: 17cbf564-202d-4371-a7e1-d4e776198283 2026-03-19 08:31:01.895 7 INFO neutron_taas.services.taas.taas_plugin [None req-09023366-d5dd-4537-936e-46b9339c7591 b423d84f3db74ed8beeb6964b1d88316 82a4e08736c24cbfb2e257634749e091 - - default default] TaaS: Handle Delete Port: 10153239-7ea4-4784-bf50-b68319f18372 2026-03-19 08:31:01.898 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09023366-d5dd-4537-936e-46b9339c7591 b423d84f3db74ed8beeb6964b1d88316 82a4e08736c24cbfb2e257634749e091 - - default default] Tap Mirror: Handle Delete Port: 10153239-7ea4-4784-bf50-b68319f18372 2026-03-19 08:31:02.011 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f015ff9-fa5f-4f21-8dfa-bfb9889c1a33 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] TaaS: Handle Delete Port: 1aaf732e-0ee2-4e0c-a4ff-d5ab9619dc19 2026-03-19 08:31:02.015 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f015ff9-fa5f-4f21-8dfa-bfb9889c1a33 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] Tap Mirror: Handle Delete Port: 1aaf732e-0ee2-4e0c-a4ff-d5ab9619dc19 2026-03-19 08:31:02.269 7 INFO neutron.services.segments.plugin [-] Segment bf3cf5d6-cb93-436f-bd80-a5fc6da10c3a resource provider aggregate not found 2026-03-19 08:31:02.279 7 INFO neutron.services.segments.plugin [-] Segment bf3cf5d6-cb93-436f-bd80-a5fc6da10c3a resource provider aggregate not found 2026-03-19 08:31:02.296 7 INFO neutron.services.segments.plugin [-] Segment bf3cf5d6-cb93-436f-bd80-a5fc6da10c3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf3cf5d6-cb93-436f-bd80-a5fc6da10c3a found for delete ", "request_id": "req-4a718b4c-b32e-49b7-ab75-e233048e9ba9"}]} 2026-03-19 08:31:02.308 7 INFO neutron.db.l3_hamode_db [None req-09023366-d5dd-4537-936e-46b9339c7591 b423d84f3db74ed8beeb6964b1d88316 82a4e08736c24cbfb2e257634749e091 - - default default] HA network 9d33e4c5-74ce-4a2b-9eff-30511ed4dfaf was deleted as no HA routers are present in tenant 82a4e08736c24cbfb2e257634749e091. [pid: 7|app: 0|req: 1143/2235] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:31:01 2026] DELETE /v2.0/routers/1ce1d1fb-c5da-4e91-a485-683780b6aea3 => generated 0 bytes in 784 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:31:02.316 7 INFO neutron.services.segments.plugin [-] Segment bf3cf5d6-cb93-436f-bd80-a5fc6da10c3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf3cf5d6-cb93-436f-bd80-a5fc6da10c3a found for delete ", "request_id": "req-b0064ed2-686a-4e59-9351-476f9c263ade"}]} 2026-03-19 08:31:02.423 7 INFO neutron_taas.services.taas.taas_plugin [None req-d832fc0e-feca-4569-8b30-569006120264 b423d84f3db74ed8beeb6964b1d88316 82a4e08736c24cbfb2e257634749e091 - - default default] TaaS: Handle Delete Port: 622d9818-728f-4f34-9e93-8bef8f4d58f5 2026-03-19 08:31:02.425 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d832fc0e-feca-4569-8b30-569006120264 b423d84f3db74ed8beeb6964b1d88316 82a4e08736c24cbfb2e257634749e091 - - default default] Tap Mirror: Handle Delete Port: 622d9818-728f-4f34-9e93-8bef8f4d58f5 [pid: 8|app: 0|req: 1093/2236] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:31:01 2026] PUT /v2.0/routers/69e41448-f20a-4730-acb8-c242bc9f0f72/remove_router_interface => generated 309 bytes in 792 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2237] 10.0.0.201 () {32 vars in 736 bytes} [Thu Mar 19 08:31:02 2026] GET /v2.0/ports?device_id=69e41448-f20a-4730-acb8-c242bc9f0f72 => 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: 1144/2238] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:31:02 2026] DELETE /v2.0/networks/fa561d89-95a4-48ef-831a-106c3fe4e066 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:31:02.658 8 INFO neutron_taas.services.taas.taas_plugin [None req-af3a81fb-e716-4e8d-8bfd-970be876a0ff 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] TaaS: Handle Delete Port: 38c5e110-227d-469b-802e-7264dcce95ab 2026-03-19 08:31:02.661 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af3a81fb-e716-4e8d-8bfd-970be876a0ff 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] Tap Mirror: Handle Delete Port: 38c5e110-227d-469b-802e-7264dcce95ab 2026-03-19 08:31:03.000 8 INFO neutron.services.segments.plugin [-] Segment 7e4549bb-024a-4024-abd7-dc1e2a03abf7 resource provider aggregate not found 2026-03-19 08:31:03.012 8 INFO neutron.services.segments.plugin [-] Segment 7e4549bb-024a-4024-abd7-dc1e2a03abf7 resource provider aggregate not found 2026-03-19 08:31:03.015 8 INFO neutron.services.segments.plugin [-] Segment 7e4549bb-024a-4024-abd7-dc1e2a03abf7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e4549bb-024a-4024-abd7-dc1e2a03abf7 found for delete ", "request_id": "req-4088280c-b173-4726-90e5-e221c32f06bf"}]} 2026-03-19 08:31:03.025 8 INFO neutron.services.segments.plugin [-] Segment 7e4549bb-024a-4024-abd7-dc1e2a03abf7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e4549bb-024a-4024-abd7-dc1e2a03abf7 found for delete ", "request_id": "req-c9809ffc-bd8d-4ec4-852c-a568f426c31e"}]} 2026-03-19 08:31:03.032 8 INFO neutron.db.l3_hamode_db [None req-af3a81fb-e716-4e8d-8bfd-970be876a0ff 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] HA network 144c0f7b-d457-4228-b249-a4eb6d42221f was deleted as no HA routers are present in tenant 35715827962d4a728428c7bb1e77899a. [pid: 8|app: 0|req: 1095/2239] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:31:02 2026] DELETE /v2.0/routers/69e41448-f20a-4730-acb8-c242bc9f0f72 => 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: 1145/2240] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:31:03 2026] DELETE /v2.0/subnets/ac5bc63c-e1ac-4b91-82c6-ca825b59ad07 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2241] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:31:03 2026] DELETE /v2.0/subnets/9aeac780-0c00-4d4d-8d83-95e2eb3297f4 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2242] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:31:03 2026] GET /v2.0/security-groups?tenant_id=82a4e08736c24cbfb2e257634749e091&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:31:03.495 8 INFO neutron.db.segments_db [None req-4ae53bf4-5c45-45b7-a0c3-908c3571e8ae faa46208913c490b8042eed915efa597 65b6fb7916f74402a800df1ae494d877 - - default default] Added segment faedac5e-3d16-440f-b63a-b49308ac42b0 of type vxlan for network 0a1434e8-464f-494b-9650-56cc2ba5e37b [pid: 7|app: 0|req: 1147/2243] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:31:03 2026] DELETE /v2.0/networks/70de5ac2-aa63-4c4e-8da9-b1a7944fbe12 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2244] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:03 2026] DELETE /v2.0/security-groups/5b8deeda-2ece-4ba9-86cd-038d67b06a44 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:31:03.788 8 INFO neutron.db.l3_hamode_db [None req-4ae53bf4-5c45-45b7-a0c3-908c3571e8ae faa46208913c490b8042eed915efa597 65b6fb7916f74402a800df1ae494d877 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-19 08:31:03.827 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0627096-dfa7-45ee-9b56-6933dd09e88f 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] TaaS: Handle Delete Port: 24e65f12-065a-4753-aa8b-82a885ec3f59 2026-03-19 08:31:03.830 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0627096-dfa7-45ee-9b56-6933dd09e88f 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] Tap Mirror: Handle Delete Port: 24e65f12-065a-4753-aa8b-82a885ec3f59 2026-03-19 08:31:03.899 8 INFO neutron.db.l3_hamode_db [None req-4ae53bf4-5c45-45b7-a0c3-908c3571e8ae faa46208913c490b8042eed915efa597 65b6fb7916f74402a800df1ae494d877 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1149/2245] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:31:03 2026] DELETE /v2.0/networks/21d86630-52f2-4864-b2a3-b0b0e6485c96 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2246] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:31:04 2026] GET /v2.0/security-groups?tenant_id=ecfc9d3274e249d383fe5de5ec85459c&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:31:04.190 7 INFO neutron.db.segments_db [None req-71dd4648-7692-479d-811b-13f3434d9f71 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] Added segment 4be766b8-5b5d-4740-ac21-f511b5ab233f of type vxlan for network 24ced2fd-50c9-4fe2-aafc-4c9803874201 [pid: 7|app: 0|req: 1151/2247] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:31:04 2026] POST /v2.0/networks => generated 634 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:31:04.328 7 INFO neutron.services.segments.plugin [-] Segment 0161b33b-e3af-43d6-9a39-96fe31b1993f resource provider aggregate not found 2026-03-19 08:31:04.353 7 INFO neutron.services.segments.plugin [-] Segment 0161b33b-e3af-43d6-9a39-96fe31b1993f resource provider aggregate not found 2026-03-19 08:31:04.355 7 INFO neutron.services.segments.plugin [-] Segment 0161b33b-e3af-43d6-9a39-96fe31b1993f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0161b33b-e3af-43d6-9a39-96fe31b1993f found for delete ", "request_id": "req-d068f93a-192f-40c6-9964-1728865a2e17"}]} 2026-03-19 08:31:04.376 7 INFO neutron.services.segments.plugin [-] Segment 0161b33b-e3af-43d6-9a39-96fe31b1993f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0161b33b-e3af-43d6-9a39-96fe31b1993f found for delete ", "request_id": "req-e2bf21b3-163b-48da-a755-ceaa541668b0"}]} 2026-03-19 08:31:04.377 7 INFO neutron.services.segments.plugin [-] Segment 171cf91b-9238-484b-ac5e-868517a64409 resource provider aggregate not found 2026-03-19 08:31:04.395 7 INFO neutron.services.segments.plugin [-] Segment 171cf91b-9238-484b-ac5e-868517a64409 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 171cf91b-9238-484b-ac5e-868517a64409 found for delete ", "request_id": "req-8b15267c-8164-437b-96b3-847de7a90cfa"}]} 2026-03-19 08:31:04.398 7 INFO neutron.services.segments.plugin [-] Segment 171cf91b-9238-484b-ac5e-868517a64409 resource provider aggregate not found [pid: 7|app: 0|req: 1152/2248] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:04 2026] DELETE /v2.0/security-groups/638fd943-1d84-48e6-9b08-e61e5b3247f6 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:31:04.414 7 INFO neutron.services.segments.plugin [-] Segment 171cf91b-9238-484b-ac5e-868517a64409 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 171cf91b-9238-484b-ac5e-868517a64409 found for delete ", "request_id": "req-c05b0930-0376-4971-884f-bf36e839776d"}]} 2026-03-19 08:31:04.421 7 INFO neutron.services.segments.plugin [-] Segment 4830df63-74f0-4158-ac22-b9df1a9cb1f1 resource provider aggregate not found [pid: 8|app: 0|req: 1097/2249] 10.0.0.201 () {34 vars in 668 bytes} [Thu Mar 19 08:31:03 2026] POST /v2.0/routers => generated 474 bytes in 1100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:31:04.443 7 INFO neutron.services.segments.plugin [-] Segment 4830df63-74f0-4158-ac22-b9df1a9cb1f1 resource provider aggregate not found 2026-03-19 08:31:04.454 7 INFO neutron.services.segments.plugin [-] Segment 4830df63-74f0-4158-ac22-b9df1a9cb1f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4830df63-74f0-4158-ac22-b9df1a9cb1f1 found for delete ", "request_id": "req-823d5ed6-222b-4b91-a495-6fb2d9d7fd4f"}]} 2026-03-19 08:31:04.472 7 INFO neutron.services.segments.plugin [-] Segment 4830df63-74f0-4158-ac22-b9df1a9cb1f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4830df63-74f0-4158-ac22-b9df1a9cb1f1 found for delete ", "request_id": "req-68430f85-37fc-4959-af73-34b0e3b77642"}]} [pid: 8|app: 0|req: 1098/2250] 10.0.0.201 () {34 vars in 751 bytes} [Thu Mar 19 08:31:04 2026] PUT /v2.0/routers/57c1c21f-1af8-4d5e-b5b3-32cf15b7c86b/tags => generated 25 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2251] 10.0.0.201 () {32 vars in 731 bytes} [Thu Mar 19 08:31:04 2026] GET /v2.0/routers/57c1c21f-1af8-4d5e-b5b3-32cf15b7c86b/tags => generated 25 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2252] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:31:04 2026] POST /v2.0/subnets => generated 646 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:31:04.749 7 INFO neutron.db.segments_db [None req-9e450e57-5d2d-482a-ac98-fe3cf1dfd4d6 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] Added segment a0c60148-de20-478c-abac-46c5bed3088a of type vxlan for network d762f858-0535-4e00-9e12-a81748ce1bc6 [pid: 8|app: 0|req: 1100/2253] 10.0.0.201 () {34 vars in 762 bytes} [Thu Mar 19 08:31:04 2026] PUT /v2.0/routers/57c1c21f-1af8-4d5e-b5b3-32cf15b7c86b/tags/green => generated 4 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2254] 10.0.0.201 () {32 vars in 731 bytes} [Thu Mar 19 08:31:04 2026] GET /v2.0/routers/57c1c21f-1af8-4d5e-b5b3-32cf15b7c86b/tags => generated 34 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:31:05.041 7 INFO neutron.db.l3_hamode_db [None req-9e450e57-5d2d-482a-ac98-fe3cf1dfd4d6 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1102/2255] 10.0.0.201 () {34 vars in 758 bytes} [Thu Mar 19 08:31:04 2026] PUT /v2.0/routers/57c1c21f-1af8-4d5e-b5b3-32cf15b7c86b/tags/red => generated 4 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2256] 10.0.0.201 () {32 vars in 731 bytes} [Thu Mar 19 08:31:05 2026] GET /v2.0/routers/57c1c21f-1af8-4d5e-b5b3-32cf15b7c86b/tags => generated 34 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:31:05.174 7 INFO neutron.db.l3_hamode_db [None req-9e450e57-5d2d-482a-ac98-fe3cf1dfd4d6 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1104/2257] 10.0.0.201 () {34 vars in 780 bytes} [Thu Mar 19 08:31:05 2026] PUT /v2.0/routers/57c1c21f-1af8-4d5e-b5b3-32cf15b7c86b/tags/black.or.white => generated 4 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2258] 10.0.0.201 () {32 vars in 731 bytes} [Thu Mar 19 08:31:05 2026] GET /v2.0/routers/57c1c21f-1af8-4d5e-b5b3-32cf15b7c86b/tags => generated 52 bytes in 97 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.201 () {34 vars in 751 bytes} [Thu Mar 19 08:31:05 2026] PUT /v2.0/routers/57c1c21f-1af8-4d5e-b5b3-32cf15b7c86b/tags => generated 37 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2260] 10.0.0.201 () {32 vars in 731 bytes} [Thu Mar 19 08:31:05 2026] GET /v2.0/routers/57c1c21f-1af8-4d5e-b5b3-32cf15b7c86b/tags => generated 37 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2261] 10.0.0.201 () {32 vars in 739 bytes} [Thu Mar 19 08:31:05 2026] GET /v2.0/routers/57c1c21f-1af8-4d5e-b5b3-32cf15b7c86b/tags/red => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:31:05.781 8 INFO neutron.api.v2.resource [None req-a2aa59c4-7fdf-4bdb-bbaf-15c7d4f042b7 faa46208913c490b8042eed915efa597 65b6fb7916f74402a800df1ae494d877 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1109/2262] 10.0.0.201 () {32 vars in 743 bytes} [Thu Mar 19 08:31:05 2026] GET /v2.0/routers/57c1c21f-1af8-4d5e-b5b3-32cf15b7c86b/tags/green => generated 99 bytes in 91 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2263] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:31:04 2026] POST /v2.0/routers => generated 511 bytes in 1168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2264] 10.0.0.201 () {32 vars in 742 bytes} [Thu Mar 19 08:31:05 2026] DELETE /v2.0/routers/57c1c21f-1af8-4d5e-b5b3-32cf15b7c86b/tags/red => 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: 1111/2265] 10.0.0.201 () {32 vars in 731 bytes} [Thu Mar 19 08:31:05 2026] GET /v2.0/routers/57c1c21f-1af8-4d5e-b5b3-32cf15b7c86b/tags => generated 30 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:31:06.111 8 INFO neutron.api.v2.resource [None req-54a42083-54f6-4c13-b99e-1770b108bf86 faa46208913c490b8042eed915efa597 65b6fb7916f74402a800df1ae494d877 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1112/2266] 10.0.0.201 () {32 vars in 746 bytes} [Thu Mar 19 08:31:06 2026] DELETE /v2.0/routers/57c1c21f-1af8-4d5e-b5b3-32cf15b7c86b/tags/green => generated 99 bytes in 98 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2267] 10.0.0.201 () {32 vars in 734 bytes} [Thu Mar 19 08:31:06 2026] DELETE /v2.0/routers/57c1c21f-1af8-4d5e-b5b3-32cf15b7c86b/tags => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2268] 10.0.0.201 () {34 vars in 665 bytes} [Thu Mar 19 08:31:05 2026] POST /v2.0/ports => generated 960 bytes in 348 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: 1114/2269] 10.0.0.201 () {32 vars in 731 bytes} [Thu Mar 19 08:31:06 2026] GET /v2.0/routers/57c1c21f-1af8-4d5e-b5b3-32cf15b7c86b/tags => generated 12 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2270] 10.0.0.201 () {32 vars in 721 bytes} [Thu Mar 19 08:31:06 2026] GET /v2.0/routers/57c1c21f-1af8-4d5e-b5b3-32cf15b7c86b => generated 480 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2271] 10.0.0.201 () {34 vars in 742 bytes} [Thu Mar 19 08:31:06 2026] PUT /v2.0/routers/57c1c21f-1af8-4d5e-b5b3-32cf15b7c86b => generated 480 bytes in 465 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2272] 10.0.0.201 () {32 vars in 736 bytes} [Thu Mar 19 08:31:06 2026] GET /v2.0/ports?device_id=57c1c21f-1af8-4d5e-b5b3-32cf15b7c86b => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:31:07.069 8 INFO neutron_taas.services.taas.taas_plugin [None req-aec31873-139e-4118-abcc-d12302d63fa5 faa46208913c490b8042eed915efa597 65b6fb7916f74402a800df1ae494d877 - - default default] TaaS: Handle Delete Port: 99715ccb-53a0-496f-90a7-f9180d56247c 2026-03-19 08:31:07.072 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aec31873-139e-4118-abcc-d12302d63fa5 faa46208913c490b8042eed915efa597 65b6fb7916f74402a800df1ae494d877 - - default default] Tap Mirror: Handle Delete Port: 99715ccb-53a0-496f-90a7-f9180d56247c [pid: 7|app: 0|req: 1156/2273] 10.0.0.201 () {34 vars in 783 bytes} [Thu Mar 19 08:31:06 2026] PUT /v2.0/routers/76f7b4de-fa79-492d-94a8-260cd1174f6e/add_router_interface => generated 309 bytes in 976 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1157/2274] 10.0.0.201 () {32 vars in 717 bytes} [Thu Mar 19 08:31:07 2026] GET /v2.0/ports/0eb680bb-2611-40b6-b80c-09a5054fa2a8 => generated 1034 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:31:07.459 8 INFO neutron.services.segments.plugin [-] Segment faedac5e-3d16-440f-b63a-b49308ac42b0 resource provider aggregate not found 2026-03-19 08:31:07.462 8 INFO neutron.services.segments.plugin [-] Segment faedac5e-3d16-440f-b63a-b49308ac42b0 resource provider aggregate not found 2026-03-19 08:31:07.486 8 INFO neutron.services.segments.plugin [-] Segment faedac5e-3d16-440f-b63a-b49308ac42b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid faedac5e-3d16-440f-b63a-b49308ac42b0 found for delete ", "request_id": "req-c37d542e-c8ef-401e-9e0f-f94ea293b5b6"}]} 2026-03-19 08:31:07.486 8 INFO neutron.services.segments.plugin [-] Segment faedac5e-3d16-440f-b63a-b49308ac42b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid faedac5e-3d16-440f-b63a-b49308ac42b0 found for delete ", "request_id": "req-c6de565e-084c-4da8-ba68-e298ecfa63ca"}]} 2026-03-19 08:31:07.498 8 INFO neutron.db.l3_hamode_db [None req-aec31873-139e-4118-abcc-d12302d63fa5 faa46208913c490b8042eed915efa597 65b6fb7916f74402a800df1ae494d877 - - default default] HA network 0a1434e8-464f-494b-9650-56cc2ba5e37b was deleted as no HA routers are present in tenant 65b6fb7916f74402a800df1ae494d877. [pid: 8|app: 0|req: 1118/2275] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:31:06 2026] DELETE /v2.0/routers/57c1c21f-1af8-4d5e-b5b3-32cf15b7c86b => generated 0 bytes in 631 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:31:07.639 7 INFO neutron_taas.services.taas.taas_plugin [None req-7f010258-06cc-48e1-a136-e7ea80d4591f 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] TaaS: Handle Delete Port: 0eb680bb-2611-40b6-b80c-09a5054fa2a8 2026-03-19 08:31:07.641 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f010258-06cc-48e1-a136-e7ea80d4591f 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] Tap Mirror: Handle Delete Port: 0eb680bb-2611-40b6-b80c-09a5054fa2a8 [pid: 7|app: 0|req: 1158/2276] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:31:07 2026] PUT /v2.0/routers/76f7b4de-fa79-492d-94a8-260cd1174f6e/remove_router_interface => generated 309 bytes in 795 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:31:08.195 8 INFO neutron.api.v2.resource [None req-2b15053e-4b6c-4337-9dc8-a508c8f548f1 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1119/2277] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:31:08 2026] PUT /v2.0/routers/76f7b4de-fa79-492d-94a8-260cd1174f6e/remove_router_interface => generated 197 bytes in 143 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2278] 10.0.0.201 () {32 vars in 736 bytes} [Thu Mar 19 08:31:08 2026] GET /v2.0/ports?device_id=76f7b4de-fa79-492d-94a8-260cd1174f6e => generated 12 bytes in 17 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-03-19 08:31:08.373 8 INFO neutron_taas.services.taas.taas_plugin [None req-fc1c9370-2aff-4977-83f8-93d214135d6f 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] TaaS: Handle Delete Port: d0a30ee8-96e8-40a7-8f01-4f5de62a0e48 2026-03-19 08:31:08.376 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc1c9370-2aff-4977-83f8-93d214135d6f 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] Tap Mirror: Handle Delete Port: d0a30ee8-96e8-40a7-8f01-4f5de62a0e48 [pid: 7|app: 0|req: 1159/2279] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:31:08 2026] GET /v2.0/security-groups?tenant_id=51affa89f33c4dd195d717912f0cca85&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2280] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:08 2026] DELETE /v2.0/security-groups/be75b784-fd66-4674-9520-9e40543a8ca2 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2281] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:31:08 2026] GET /v2.0/security-groups?tenant_id=65b6fb7916f74402a800df1ae494d877&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:31:08.726 8 INFO neutron.db.l3_hamode_db [None req-fc1c9370-2aff-4977-83f8-93d214135d6f 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] HA network d762f858-0535-4e00-9e12-a81748ce1bc6 was deleted as no HA routers are present in tenant 35715827962d4a728428c7bb1e77899a. [pid: 8|app: 0|req: 1121/2282] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:31:08 2026] DELETE /v2.0/routers/76f7b4de-fa79-492d-94a8-260cd1174f6e => generated 0 bytes in 512 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2283] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:08 2026] DELETE /v2.0/security-groups/7850e164-bb9f-4218-a7b9-4175f4243f7b => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2284] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:31:08 2026] DELETE /v2.0/subnets/e4d9cc85-1f74-4ffe-9200-c874c2062594 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:31:09.036 7 INFO neutron.services.segments.plugin [-] Segment 4be766b8-5b5d-4740-ac21-f511b5ab233f resource provider aggregate not found 2026-03-19 08:31:09.040 7 INFO neutron.services.segments.plugin [-] Segment 4be766b8-5b5d-4740-ac21-f511b5ab233f resource provider aggregate not found 2026-03-19 08:31:09.055 7 INFO neutron.services.segments.plugin [-] Segment 4be766b8-5b5d-4740-ac21-f511b5ab233f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4be766b8-5b5d-4740-ac21-f511b5ab233f found for delete ", "request_id": "req-588673d2-5374-4f63-b5a1-9744de80ce6b"}]} 2026-03-19 08:31:09.057 7 INFO neutron.services.segments.plugin [-] Segment 4be766b8-5b5d-4740-ac21-f511b5ab233f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4be766b8-5b5d-4740-ac21-f511b5ab233f found for delete ", "request_id": "req-7515e0b4-befb-478a-badd-fae8880b1bd3"}]} [pid: 7|app: 0|req: 1164/2285] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:31:08 2026] DELETE /v2.0/networks/24ced2fd-50c9-4fe2-aafc-4c9803874201 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:31:09.144 7 INFO neutron.db.segments_db [None req-94a49e65-f123-458c-832d-a5f7d2f4a088 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] Added segment 6fa0f74a-1741-4a60-810b-2c2796c7c406 of type vxlan for network 1ab3318c-f7f7-4cf1-ba61-1cf8ef26ed33 [pid: 7|app: 0|req: 1165/2286] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:31:09 2026] POST /v2.0/networks => generated 633 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2289] 10.0.0.201 () {34 vars in 676 bytes} [Thu Mar 19 08:31:08 2026] POST /v2.0/floatingips => generated 552 bytes in 669 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:31:09.519 8 INFO neutron.services.segments.plugin [-] Segment a0c60148-de20-478c-abac-46c5bed3088a resource provider aggregate not found [pid: 7|app: 0|req: 1168/2290] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:31:09 2026] POST /v2.0/subnets => generated 646 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:31:09.520 8 INFO neutron.services.segments.plugin [-] Segment a0c60148-de20-478c-abac-46c5bed3088a resource provider aggregate not found 2026-03-19 08:31:09.545 8 INFO neutron.services.segments.plugin [-] Segment a0c60148-de20-478c-abac-46c5bed3088a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0c60148-de20-478c-abac-46c5bed3088a found for delete ", "request_id": "req-e4c88503-93e0-4853-bbb9-61bd4f2f3272"}]} 2026-03-19 08:31:09.556 8 INFO neutron.services.segments.plugin [-] Segment a0c60148-de20-478c-abac-46c5bed3088a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0c60148-de20-478c-abac-46c5bed3088a found for delete ", "request_id": "req-2bc214ef-efb7-407c-ae3b-aca3ef81b2b8"}]} 2026-03-19 08:31:09.569 7 INFO neutron.db.segments_db [None req-294f4172-8296-44eb-8842-9c5956e1d89b 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] Added segment 6d2d8a07-a795-4b2f-8b51-41b96d09d475 of type vxlan for network 8cc86087-0185-4d1d-8a88-e1c4cc7c2153 2026-03-19 08:31:09.827 7 INFO neutron.db.l3_hamode_db [None req-294f4172-8296-44eb-8842-9c5956e1d89b 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-19 08:31:09.951 7 INFO neutron.db.l3_hamode_db [None req-294f4172-8296-44eb-8842-9c5956e1d89b 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1123/2291] 10.0.0.201 () {34 vars in 676 bytes} [Thu Mar 19 08:31:09 2026] POST /v2.0/floatingips => generated 552 bytes in 540 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2292] 10.0.0.201 () {34 vars in 676 bytes} [Thu Mar 19 08:31:09 2026] POST /v2.0/floatingips => generated 552 bytes in 581 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2293] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:31:09 2026] POST /v2.0/routers => generated 509 bytes in 1071 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2294] 10.0.0.201 () {34 vars in 676 bytes} [Thu Mar 19 08:31:10 2026] POST /v2.0/floatingips => generated 552 bytes in 570 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2295] 10.0.0.201 () {34 vars in 676 bytes} [Thu Mar 19 08:31:11 2026] POST /v2.0/floatingips => generated 552 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2296] 10.0.0.201 () {34 vars in 783 bytes} [Thu Mar 19 08:31:10 2026] PUT /v2.0/routers/5181b92f-3fe1-4466-a971-6cbe6ebe833b/add_router_interface => generated 309 bytes in 1107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2297] 10.0.0.201 () {34 vars in 759 bytes} [Thu Mar 19 08:31:11 2026] PUT /v2.0/floatingips/0af50594-e45d-4332-bae0-eda7612bb590/tags => generated 17 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2298] 10.0.0.201 () {32 vars in 717 bytes} [Thu Mar 19 08:31:11 2026] GET /v2.0/ports/4fbfe8da-1a68-42e2-b61e-3c612ad2f2a7 => generated 959 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2299] 10.0.0.201 () {34 vars in 759 bytes} [Thu Mar 19 08:31:11 2026] PUT /v2.0/floatingips/ec713efd-961b-46ac-933a-bcb376f47c63/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2300] 10.0.0.201 () {34 vars in 759 bytes} [Thu Mar 19 08:31:11 2026] PUT /v2.0/floatingips/ace2726f-01f3-433c-a24b-6bb19ccfd0e6/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: 1130/2301] 10.0.0.201 () {34 vars in 759 bytes} [Thu Mar 19 08:31:11 2026] PUT /v2.0/floatingips/bff8d162-230d-4fe8-a138-791a4d6b198f/tags => 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: 1131/2302] 10.0.0.201 () {32 vars in 672 bytes} [Thu Mar 19 08:31:11 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2303] 10.0.0.201 () {32 vars in 686 bytes} [Thu Mar 19 08:31:11 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:31:12.064 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ddf6e18-7000-415a-a09b-05d5f4d72551 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] TaaS: Handle Delete Port: 4fbfe8da-1a68-42e2-b61e-3c612ad2f2a7 [pid: 8|app: 0|req: 1133/2304] 10.0.0.201 () {32 vars in 682 bytes} [Thu Mar 19 08:31:12 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:31:12.068 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ddf6e18-7000-415a-a09b-05d5f4d72551 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] Tap Mirror: Handle Delete Port: 4fbfe8da-1a68-42e2-b61e-3c612ad2f2a7 [pid: 8|app: 0|req: 1134/2305] 10.0.0.201 () {34 vars in 676 bytes} [Thu Mar 19 08:31:12 2026] POST /v2.0/subnetpools => generated 516 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2306] 10.0.0.201 () {32 vars in 694 bytes} [Thu Mar 19 08:31:12 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2307] 10.0.0.201 () {34 vars in 759 bytes} [Thu Mar 19 08:31:12 2026] PUT /v2.0/subnetpools/32fa99b1-4ad6-4ff3-b7e1-33590916ea4d/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2308] 10.0.0.201 () {32 vars in 680 bytes} [Thu Mar 19 08:31:12 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2309] 10.0.0.201 () {32 vars in 739 bytes} [Thu Mar 19 08:31:12 2026] GET /v2.0/subnetpools/32fa99b1-4ad6-4ff3-b7e1-33590916ea4d/tags => generated 25 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2310] 10.0.0.201 () {32 vars in 694 bytes} [Thu Mar 19 08:31:12 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2311] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:31:11 2026] PUT /v2.0/routers/5181b92f-3fe1-4466-a971-6cbe6ebe833b/remove_router_interface => generated 309 bytes in 681 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2312] 10.0.0.201 () {34 vars in 770 bytes} [Thu Mar 19 08:31:12 2026] PUT /v2.0/subnetpools/32fa99b1-4ad6-4ff3-b7e1-33590916ea4d/tags/green => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2313] 10.0.0.201 () {32 vars in 690 bytes} [Thu Mar 19 08:31:12 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2314] 10.0.0.201 () {32 vars in 736 bytes} [Thu Mar 19 08:31:12 2026] GET /v2.0/ports?device_id=5181b92f-3fe1-4466-a971-6cbe6ebe833b => 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: 1174/2315] 10.0.0.201 () {32 vars in 739 bytes} [Thu Mar 19 08:31:12 2026] GET /v2.0/subnetpools/32fa99b1-4ad6-4ff3-b7e1-33590916ea4d/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:31:12.694 7 INFO neutron_taas.services.taas.taas_plugin [None req-1410e804-3a09-48e5-b90a-d39609e7de9d 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] TaaS: Handle Delete Port: 18fbc025-d543-4e8a-8e1e-58da4d133a5c 2026-03-19 08:31:12.697 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1410e804-3a09-48e5-b90a-d39609e7de9d 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] Tap Mirror: Handle Delete Port: 18fbc025-d543-4e8a-8e1e-58da4d133a5c [pid: 8|app: 0|req: 1142/2316] 10.0.0.201 () {32 vars in 702 bytes} [Thu Mar 19 08:31:12 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 554 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:31:13.084 7 INFO neutron.services.segments.plugin [-] Segment 6d2d8a07-a795-4b2f-8b51-41b96d09d475 resource provider aggregate not found [pid: 8|app: 0|req: 1143/2317] 10.0.0.201 () {34 vars in 766 bytes} [Thu Mar 19 08:31:13 2026] PUT /v2.0/subnetpools/32fa99b1-4ad6-4ff3-b7e1-33590916ea4d/tags/red => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-03-19 08:31:13.094 7 INFO neutron.services.segments.plugin [-] Segment 6d2d8a07-a795-4b2f-8b51-41b96d09d475 resource provider aggregate not found 2026-03-19 08:31:13.106 7 INFO neutron.services.segments.plugin [-] Segment 6d2d8a07-a795-4b2f-8b51-41b96d09d475 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d2d8a07-a795-4b2f-8b51-41b96d09d475 found for delete ", "request_id": "req-901d04b3-7573-4485-a266-7916ec685870"}]} 2026-03-19 08:31:13.118 7 INFO neutron.services.segments.plugin [-] Segment 6d2d8a07-a795-4b2f-8b51-41b96d09d475 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d2d8a07-a795-4b2f-8b51-41b96d09d475 found for delete ", "request_id": "req-92b14a26-ca9e-45f7-84cb-50ae73f5ff0a"}]} 2026-03-19 08:31:13.124 7 INFO neutron.db.l3_hamode_db [None req-1410e804-3a09-48e5-b90a-d39609e7de9d 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] HA network 8cc86087-0185-4d1d-8a88-e1c4cc7c2153 was deleted as no HA routers are present in tenant 35715827962d4a728428c7bb1e77899a. [pid: 7|app: 0|req: 1175/2318] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:31:12 2026] DELETE /v2.0/routers/5181b92f-3fe1-4466-a971-6cbe6ebe833b => 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: 1176/2319] 10.0.0.201 () {32 vars in 739 bytes} [Thu Mar 19 08:31:13 2026] GET /v2.0/subnetpools/32fa99b1-4ad6-4ff3-b7e1-33590916ea4d/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:31:13.199 8 INFO neutron_taas.services.taas.taas_plugin [None req-60ac8d0d-e379-4fa8-aa09-1f22d1804391 ef40f1caf2964799974301399cc6079b 5bde45fb0f8741b3b17e254a23a2b3d7 - - default default] TaaS: Handle Delete Port: e1a3361b-4863-4ef4-be73-61c256b6daff 2026-03-19 08:31:13.202 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60ac8d0d-e379-4fa8-aa09-1f22d1804391 ef40f1caf2964799974301399cc6079b 5bde45fb0f8741b3b17e254a23a2b3d7 - - default default] Tap Mirror: Handle Delete Port: e1a3361b-4863-4ef4-be73-61c256b6daff [pid: 7|app: 0|req: 1177/2320] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:31:13 2026] DELETE /v2.0/subnets/3aad662d-7516-46ca-97a5-dd096d54486b => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2321] 10.0.0.201 () {32 vars in 732 bytes} [Thu Mar 19 08:31:13 2026] DELETE /v2.0/floatingips/0af50594-e45d-4332-bae0-eda7612bb590 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2322] 10.0.0.201 () {34 vars in 788 bytes} [Thu Mar 19 08:31:13 2026] PUT /v2.0/subnetpools/32fa99b1-4ad6-4ff3-b7e1-33590916ea4d/tags/black.or.white => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-03-19 08:31:13.456 8 INFO neutron_taas.services.taas.taas_plugin [None req-7e9b197f-3b8a-44f3-a2ff-9c1f2d5139f7 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] TaaS: Handle Delete Port: f4f9ae9b-b2cd-458d-973c-68f6e8157f3f 2026-03-19 08:31:13.459 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e9b197f-3b8a-44f3-a2ff-9c1f2d5139f7 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] Tap Mirror: Handle Delete Port: f4f9ae9b-b2cd-458d-973c-68f6e8157f3f 2026-03-19 08:31:13.493 7 INFO neutron_taas.services.taas.taas_plugin [None req-a4dd069f-926c-461d-83fb-ab7eca677816 ef40f1caf2964799974301399cc6079b 5bde45fb0f8741b3b17e254a23a2b3d7 - - default default] TaaS: Handle Delete Port: 7343614b-3cda-4d0f-a4ac-b405bbea2002 2026-03-19 08:31:13.497 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4dd069f-926c-461d-83fb-ab7eca677816 ef40f1caf2964799974301399cc6079b 5bde45fb0f8741b3b17e254a23a2b3d7 - - default default] Tap Mirror: Handle Delete Port: 7343614b-3cda-4d0f-a4ac-b405bbea2002 2026-03-19 08:31:13.639 8 INFO neutron.services.segments.plugin [-] Segment 6fa0f74a-1741-4a60-810b-2c2796c7c406 resource provider aggregate not found 2026-03-19 08:31:13.649 8 INFO neutron.services.segments.plugin [-] Segment 6fa0f74a-1741-4a60-810b-2c2796c7c406 resource provider aggregate not found [pid: 7|app: 0|req: 1179/2323] 10.0.0.201 () {32 vars in 732 bytes} [Thu Mar 19 08:31:13 2026] DELETE /v2.0/floatingips/ec713efd-961b-46ac-933a-bcb376f47c63 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:31:13.670 8 INFO neutron.services.segments.plugin [-] Segment 6fa0f74a-1741-4a60-810b-2c2796c7c406 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6fa0f74a-1741-4a60-810b-2c2796c7c406 found for delete ", "request_id": "req-307c6d1e-6dd7-4b9d-9afb-1f0d875ac2dc"}]} 2026-03-19 08:31:13.671 8 INFO neutron.services.segments.plugin [-] Segment 6fa0f74a-1741-4a60-810b-2c2796c7c406 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6fa0f74a-1741-4a60-810b-2c2796c7c406 found for delete ", "request_id": "req-567f0d39-4264-4288-8956-0280af16c57b"}]} [pid: 8|app: 0|req: 1145/2324] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:31:13 2026] DELETE /v2.0/networks/1ab3318c-f7f7-4cf1-ba61-1cf8ef26ed33 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2325] 10.0.0.201 () {32 vars in 739 bytes} [Thu Mar 19 08:31:13 2026] GET /v2.0/subnetpools/32fa99b1-4ad6-4ff3-b7e1-33590916ea4d/tags => generated 52 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:31:13.733 7 INFO neutron.db.segments_db [None req-3b8f2152-b34f-4b47-a488-b7c948c738e1 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] Added segment f160ecdb-7f83-416d-aaa3-2f4f15d20ee8 of type vxlan for network 63e3fe89-5aa1-4ce1-aaf8-a035627952c0 2026-03-19 08:31:13.801 8 INFO neutron_taas.services.taas.taas_plugin [None req-800674d0-179f-4d69-b598-bcaddd2cab91 ef40f1caf2964799974301399cc6079b 5bde45fb0f8741b3b17e254a23a2b3d7 - - default default] TaaS: Handle Delete Port: c311124f-0ed0-4466-92d2-acbea5bc1a5b 2026-03-19 08:31:13.805 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-800674d0-179f-4d69-b598-bcaddd2cab91 ef40f1caf2964799974301399cc6079b 5bde45fb0f8741b3b17e254a23a2b3d7 - - default default] Tap Mirror: Handle Delete Port: c311124f-0ed0-4466-92d2-acbea5bc1a5b 2026-03-19 08:31:14.004 7 INFO neutron.db.l3_hamode_db [None req-3b8f2152-b34f-4b47-a488-b7c948c738e1 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1146/2326] 10.0.0.201 () {32 vars in 732 bytes} [Thu Mar 19 08:31:13 2026] DELETE /v2.0/floatingips/ace2726f-01f3-433c-a24b-6bb19ccfd0e6 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2327] 10.0.0.201 () {34 vars in 759 bytes} [Thu Mar 19 08:31:14 2026] PUT /v2.0/subnetpools/32fa99b1-4ad6-4ff3-b7e1-33590916ea4d/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:31:14.114 8 INFO neutron_taas.services.taas.taas_plugin [None req-88af02a5-d400-4018-bdd6-3c32659c3bbd ef40f1caf2964799974301399cc6079b 5bde45fb0f8741b3b17e254a23a2b3d7 - - default default] TaaS: Handle Delete Port: c273ff2f-0d6f-47bb-a864-62bc13718f2a 2026-03-19 08:31:14.116 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88af02a5-d400-4018-bdd6-3c32659c3bbd ef40f1caf2964799974301399cc6079b 5bde45fb0f8741b3b17e254a23a2b3d7 - - default default] Tap Mirror: Handle Delete Port: c273ff2f-0d6f-47bb-a864-62bc13718f2a [pid: 8|app: 0|req: 1148/2328] 10.0.0.201 () {32 vars in 732 bytes} [Thu Mar 19 08:31:14 2026] DELETE /v2.0/floatingips/bff8d162-230d-4fe8-a138-791a4d6b198f => generated 0 bytes in 232 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2329] 10.0.0.201 () {32 vars in 739 bytes} [Thu Mar 19 08:31:14 2026] GET /v2.0/subnetpools/32fa99b1-4ad6-4ff3-b7e1-33590916ea4d/tags => generated 37 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:31:14.395 8 INFO neutron_taas.services.taas.taas_plugin [None req-e64be8be-b0ac-452a-8769-12bd3326f1e0 ef40f1caf2964799974301399cc6079b 5bde45fb0f8741b3b17e254a23a2b3d7 - - default default] TaaS: Handle Delete Port: 8fa010f3-56cd-46ec-8305-b85be78dbcd4 2026-03-19 08:31:14.398 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e64be8be-b0ac-452a-8769-12bd3326f1e0 ef40f1caf2964799974301399cc6079b 5bde45fb0f8741b3b17e254a23a2b3d7 - - default default] Tap Mirror: Handle Delete Port: 8fa010f3-56cd-46ec-8305-b85be78dbcd4 [pid: 8|app: 0|req: 1150/2330] 10.0.0.201 () {32 vars in 732 bytes} [Thu Mar 19 08:31:14 2026] DELETE /v2.0/floatingips/9cf74867-03c3-463a-bac2-8cecb65c9420 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2331] 10.0.0.201 () {32 vars in 747 bytes} [Thu Mar 19 08:31:14 2026] GET /v2.0/subnetpools/32fa99b1-4ad6-4ff3-b7e1-33590916ea4d/tags/red => generated 0 bytes in 21 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:31:14.571 8 INFO neutron.api.v2.resource [None req-d7e28055-e641-4211-8aa1-f6788c6dfca8 20597cc2796344cebe0a842eade47fbe e1bc445a5381454f9016e2923b71570b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1152/2332] 10.0.0.201 () {32 vars in 751 bytes} [Thu Mar 19 08:31:14 2026] GET /v2.0/subnetpools/32fa99b1-4ad6-4ff3-b7e1-33590916ea4d/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2333] 10.0.0.201 () {32 vars in 750 bytes} [Thu Mar 19 08:31:14 2026] DELETE /v2.0/subnetpools/32fa99b1-4ad6-4ff3-b7e1-33590916ea4d/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:31:14.631 7 INFO neutron.db.l3_hamode_db [None req-3b8f2152-b34f-4b47-a488-b7c948c738e1 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1154/2334] 10.0.0.201 () {32 vars in 739 bytes} [Thu Mar 19 08:31:14 2026] GET /v2.0/subnetpools/32fa99b1-4ad6-4ff3-b7e1-33590916ea4d/tags => generated 30 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:31:14.672 8 INFO neutron.api.v2.resource [None req-0109478d-b73e-4d67-a7b2-963665f7a8e2 20597cc2796344cebe0a842eade47fbe e1bc445a5381454f9016e2923b71570b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1155/2335] 10.0.0.201 () {32 vars in 754 bytes} [Thu Mar 19 08:31:14 2026] DELETE /v2.0/subnetpools/32fa99b1-4ad6-4ff3-b7e1-33590916ea4d/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: 1156/2336] 10.0.0.201 () {32 vars in 742 bytes} [Thu Mar 19 08:31:14 2026] DELETE /v2.0/subnetpools/32fa99b1-4ad6-4ff3-b7e1-33590916ea4d/tags => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2337] 10.0.0.201 () {32 vars in 739 bytes} [Thu Mar 19 08:31:14 2026] GET /v2.0/subnetpools/32fa99b1-4ad6-4ff3-b7e1-33590916ea4d/tags => 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: 1158/2338] 10.0.0.201 () {32 vars in 732 bytes} [Thu Mar 19 08:31:14 2026] DELETE /v2.0/subnetpools/32fa99b1-4ad6-4ff3-b7e1-33590916ea4d => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2339] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:31:13 2026] POST /v2.0/routers => generated 691 bytes in 1770 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2340] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:31:15 2026] GET /v2.0/security-groups?tenant_id=5bde45fb0f8741b3b17e254a23a2b3d7&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: 1182/2341] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:31:15 2026] GET /v2.0/security-groups?tenant_id=e1bc445a5381454f9016e2923b71570b&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2342] 10.0.0.201 () {32 vars in 721 bytes} [Thu Mar 19 08:31:15 2026] GET /v2.0/routers/27a3b5b4-ee14-4c84-a8a7-b2f5ea7c743a => generated 697 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2343] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:15 2026] DELETE /v2.0/security-groups/47001c58-1964-4822-b319-62aa5bd48909 => 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: 1161/2344] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:15 2026] DELETE /v2.0/security-groups/8ce8ed10-d277-4060-9d5a-771cfd0be92a => 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: 1184/2345] 10.0.0.201 () {32 vars in 647 bytes} [Thu Mar 19 08:31:15 2026] GET /v2.0/routers => generated 700 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2346] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:31:15 2026] GET /v2.0/security-groups?tenant_id=48cc90b94c9e4f21857d7766015bb2fa&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2347] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:31:15 2026] GET /v2.0/security-groups?tenant_id=8af7fc11644843ab9870e31a18e4f5f6&name=default => generated 2925 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2348] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:15 2026] DELETE /v2.0/security-groups/28925c50-3b0d-4205-be07-61717242d173 => 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: 1162/2349] 10.0.0.201 () {34 vars in 741 bytes} [Thu Mar 19 08:31:15 2026] PUT /v2.0/routers/27a3b5b4-ee14-4c84-a8a7-b2f5ea7c743a => generated 704 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2350] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:16 2026] DELETE /v2.0/security-groups/ca4b9bb4-5544-4750-82ba-64cfd1525d32 => 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: 1163/2351] 10.0.0.201 () {32 vars in 721 bytes} [Thu Mar 19 08:31:16 2026] GET /v2.0/routers/27a3b5b4-ee14-4c84-a8a7-b2f5ea7c743a => generated 704 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2352] 10.0.0.201 () {32 vars in 736 bytes} [Thu Mar 19 08:31:16 2026] GET /v2.0/ports?device_id=27a3b5b4-ee14-4c84-a8a7-b2f5ea7c743a => 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: 1190/2353] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:31:16 2026] GET /v2.0/security-groups?tenant_id=db1c8fe2123a475496f00616be97f7a0&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:31:16.390 8 INFO neutron_taas.services.taas.taas_plugin [None req-b71afe06-dfa4-4dd7-826d-339089ff7feb 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] TaaS: Handle Delete Port: cb6e2266-5456-4e2f-9a56-29dc08e11f4b 2026-03-19 08:31:16.392 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b71afe06-dfa4-4dd7-826d-339089ff7feb 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] Tap Mirror: Handle Delete Port: cb6e2266-5456-4e2f-9a56-29dc08e11f4b [pid: 7|app: 0|req: 1191/2354] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:16 2026] DELETE /v2.0/security-groups/e2a86f6a-5173-4fbd-b7f8-ea4b3757ccc4 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:31:16.676 8 INFO neutron_taas.services.taas.taas_plugin [None req-b71afe06-dfa4-4dd7-826d-339089ff7feb 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] TaaS: Handle Delete Port: 3f8968b2-f00d-4813-82ec-17c06b85b8a7 2026-03-19 08:31:16.679 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b71afe06-dfa4-4dd7-826d-339089ff7feb 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] Tap Mirror: Handle Delete Port: 3f8968b2-f00d-4813-82ec-17c06b85b8a7 2026-03-19 08:31:17.055 8 INFO neutron.services.segments.plugin [-] Segment f160ecdb-7f83-416d-aaa3-2f4f15d20ee8 resource provider aggregate not found 2026-03-19 08:31:17.056 8 INFO neutron.services.segments.plugin [-] Segment f160ecdb-7f83-416d-aaa3-2f4f15d20ee8 resource provider aggregate not found 2026-03-19 08:31:17.075 8 INFO neutron.services.segments.plugin [-] Segment f160ecdb-7f83-416d-aaa3-2f4f15d20ee8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f160ecdb-7f83-416d-aaa3-2f4f15d20ee8 found for delete ", "request_id": "req-0238799e-37fd-4f78-a60e-e1730fec81f3"}]} 2026-03-19 08:31:17.076 8 INFO neutron.services.segments.plugin [-] Segment f160ecdb-7f83-416d-aaa3-2f4f15d20ee8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f160ecdb-7f83-416d-aaa3-2f4f15d20ee8 found for delete ", "request_id": "req-21f107a3-ece1-48f7-be2f-1f1c0c3bf4f1"}]} 2026-03-19 08:31:17.087 8 INFO neutron.db.l3_hamode_db [None req-b71afe06-dfa4-4dd7-826d-339089ff7feb 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] HA network 63e3fe89-5aa1-4ce1-aaf8-a035627952c0 was deleted as no HA routers are present in tenant 35715827962d4a728428c7bb1e77899a. [pid: 8|app: 0|req: 1164/2355] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:31:16 2026] DELETE /v2.0/routers/27a3b5b4-ee14-4c84-a8a7-b2f5ea7c743a => generated 0 bytes in 868 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2356] 10.0.0.201 () {32 vars in 736 bytes} [Thu Mar 19 08:31:17 2026] GET /v2.0/ports?device_id=27a3b5b4-ee14-4c84-a8a7-b2f5ea7c743a => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:31:17.147 8 INFO neutron.api.v2.resource [None req-bfab9961-e0e0-4620-bd9b-c034ca86a84e 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1165/2357] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:31:17 2026] DELETE /v2.0/routers/27a3b5b4-ee14-4c84-a8a7-b2f5ea7c743a => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2358] 10.0.0.201 () {32 vars in 736 bytes} [Thu Mar 19 08:31:17 2026] GET /v2.0/ports?device_id=5181b92f-3fe1-4466-a971-6cbe6ebe833b => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:31:17.207 8 INFO neutron.api.v2.resource [None req-5233ddc1-cfd5-48fe-aa3a-eacbc79cf3dc 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1166/2359] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:31:17 2026] DELETE /v2.0/routers/5181b92f-3fe1-4466-a971-6cbe6ebe833b => generated 135 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:31:17.229 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c572afb5-cf6a-4032-aef7-b2eda027be4f 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1194/2360] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:31:17 2026] DELETE /v2.0/subnets/3aad662d-7516-46ca-97a5-dd096d54486b => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2361] 10.0.0.201 () {32 vars in 736 bytes} [Thu Mar 19 08:31:17 2026] GET /v2.0/ports?device_id=76f7b4de-fa79-492d-94a8-260cd1174f6e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:31:17.283 7 INFO neutron.api.v2.resource [None req-0ebdf611-0a15-4878-aacf-6fdabc7e3bf1 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1195/2362] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:31:17 2026] DELETE /v2.0/routers/76f7b4de-fa79-492d-94a8-260cd1174f6e => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:31:17.305 8 INFO neutron.pecan_wsgi.hooks.translation [None req-415b682b-9828-466b-971f-9a3d97ab5ed0 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1168/2363] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:31:17 2026] DELETE /v2.0/subnets/e4d9cc85-1f74-4ffe-9200-c874c2062594 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2364] 10.0.0.201 () {32 vars in 736 bytes} [Thu Mar 19 08:31:17 2026] GET /v2.0/ports?device_id=69e41448-f20a-4730-acb8-c242bc9f0f72 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:31:17.369 8 INFO neutron.api.v2.resource [None req-16998ef5-bccd-4898-ae3e-ad1f7a3a4538 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1169/2365] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:31:17 2026] DELETE /v2.0/routers/69e41448-f20a-4730-acb8-c242bc9f0f72 => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:31:17.391 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3326ad43-e88e-42f7-87dc-00c4e161ec74 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1197/2366] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:31:17 2026] DELETE /v2.0/subnets/ac5bc63c-e1ac-4b91-82c6-ca825b59ad07 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:31:17.414 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b2a28b9c-4322-4537-860b-b3feb686ca85 4486a7131ac9406d9a4affbe4e35b5f4 35715827962d4a728428c7bb1e77899a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1170/2367] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:31:17 2026] DELETE /v2.0/subnets/9aeac780-0c00-4d4d-8d83-95e2eb3297f4 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2368] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:31:17 2026] GET /v2.0/security-groups?tenant_id=35715827962d4a728428c7bb1e77899a&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: 1171/2369] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:18 2026] DELETE /v2.0/security-groups/f21276ee-59bd-4526-b7b1-a8f608e7e498 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:31:20.901 7 INFO neutron.db.segments_db [None req-dd53a86c-b0fb-41c9-b7e2-b8365d162939 7e70aa655b634dab822f0d8f78071e45 dcaa679b962240e784c9025f76898c5b - - default default] Added segment 5bc18a8f-0d25-46b8-9270-c5a441eea934 of type vxlan for network b38a75f3-82b0-431a-a610-e0a691e6dd00 [pid: 7|app: 0|req: 1199/2370] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:31:20 2026] POST /v2.0/networks => generated 632 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:31:21.057 8 INFO neutron.db.segments_db [None req-1578eaeb-bc2e-4b21-a91f-810587077fdc 7e70aa655b634dab822f0d8f78071e45 dcaa679b962240e784c9025f76898c5b - - default default] Added segment 23145472-7d94-4ba7-a52c-b47db30a9024 of type vxlan for network 80e77250-48ce-45f5-83ed-036ebad540fc [pid: 8|app: 0|req: 1172/2371] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:31:20 2026] POST /v2.0/networks => generated 632 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:31:21.215 7 INFO neutron.db.segments_db [None req-7b37f9d1-0fc2-42c4-aa04-233136fd3922 7e70aa655b634dab822f0d8f78071e45 dcaa679b962240e784c9025f76898c5b - - default default] Added segment 4b734907-d115-4ba1-b0e6-ead5f8a16505 of type vxlan for network cf643928-7d54-4a3b-9b40-4665117c5b3e [pid: 7|app: 0|req: 1200/2372] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:31:21 2026] POST /v2.0/networks => generated 631 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:31:21.379 8 INFO neutron.db.segments_db [None req-14803049-ab4a-426b-b467-f55036bef31b 7e70aa655b634dab822f0d8f78071e45 dcaa679b962240e784c9025f76898c5b - - default default] Added segment b892ea46-d88c-4fec-9f05-e9a98826b74b of type vxlan for network ca519133-224f-4fc0-a726-4678bc21b622 [pid: 8|app: 0|req: 1173/2373] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:31:21 2026] POST /v2.0/networks => generated 631 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:31:21.536 7 INFO neutron.db.segments_db [None req-8b0548f6-22e9-40a1-90ce-05a35bb25cf2 7e70aa655b634dab822f0d8f78071e45 dcaa679b962240e784c9025f76898c5b - - default default] Added segment e10c0a68-6a74-4c81-8a06-1e21c4a0a089 of type vxlan for network c0de3489-ad8a-4efc-a9c3-0d04a7e500be [pid: 7|app: 0|req: 1201/2374] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:31:21 2026] POST /v2.0/networks => generated 631 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2375] 10.0.0.201 () {34 vars in 753 bytes} [Thu Mar 19 08:31:21 2026] PUT /v2.0/networks/b38a75f3-82b0-431a-a610-e0a691e6dd00/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2376] 10.0.0.201 () {34 vars in 753 bytes} [Thu Mar 19 08:31:21 2026] PUT /v2.0/networks/80e77250-48ce-45f5-83ed-036ebad540fc/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2377] 10.0.0.201 () {34 vars in 753 bytes} [Thu Mar 19 08:31:21 2026] PUT /v2.0/networks/cf643928-7d54-4a3b-9b40-4665117c5b3e/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2378] 10.0.0.201 () {34 vars in 753 bytes} [Thu Mar 19 08:31:21 2026] PUT /v2.0/networks/ca519133-224f-4fc0-a726-4678bc21b622/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2379] 10.0.0.201 () {32 vars in 666 bytes} [Thu Mar 19 08:31:21 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2380] 10.0.0.201 () {32 vars in 680 bytes} [Thu Mar 19 08:31:21 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2381] 10.0.0.201 () {32 vars in 676 bytes} [Thu Mar 19 08:31:21 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2382] 10.0.0.201 () {32 vars in 688 bytes} [Thu Mar 19 08:31:22 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2383] 10.0.0.201 () {32 vars in 674 bytes} [Thu Mar 19 08:31:22 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2384] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:31:21 2026] GET /v2.0/security-groups?tenant_id=a0dcbbdacfca4847a30b0719af1efba4&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2385] 10.0.0.201 () {32 vars in 688 bytes} [Thu Mar 19 08:31:22 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2386] 10.0.0.201 () {32 vars in 684 bytes} [Thu Mar 19 08:31:22 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2387] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:22 2026] DELETE /v2.0/security-groups/9358a0ae-4adf-410e-9049-6726f8630f6a => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2388] 10.0.0.201 () {32 vars in 696 bytes} [Thu Mar 19 08:31:22 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 773 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:31:23.180 8 INFO neutron.services.segments.plugin [-] Segment 5bc18a8f-0d25-46b8-9270-c5a441eea934 resource provider aggregate not found 2026-03-19 08:31:23.181 8 INFO neutron.services.segments.plugin [-] Segment 5bc18a8f-0d25-46b8-9270-c5a441eea934 resource provider aggregate not found 2026-03-19 08:31:23.203 8 INFO neutron.services.segments.plugin [-] Segment 5bc18a8f-0d25-46b8-9270-c5a441eea934 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bc18a8f-0d25-46b8-9270-c5a441eea934 found for delete ", "request_id": "req-f1ce6784-4c24-45b2-b047-e90274654c15"}]} 2026-03-19 08:31:23.205 8 INFO neutron.services.segments.plugin [-] Segment 5bc18a8f-0d25-46b8-9270-c5a441eea934 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bc18a8f-0d25-46b8-9270-c5a441eea934 found for delete ", "request_id": "req-7053a133-d1b7-4024-acce-e58fca03e83f"}]} [pid: 8|app: 0|req: 1179/2389] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:31:23 2026] DELETE /v2.0/networks/b38a75f3-82b0-431a-a610-e0a691e6dd00 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:31:23.332 7 INFO neutron.services.segments.plugin [-] Segment 23145472-7d94-4ba7-a52c-b47db30a9024 resource provider aggregate not found 2026-03-19 08:31:23.350 7 INFO neutron.services.segments.plugin [-] Segment 23145472-7d94-4ba7-a52c-b47db30a9024 resource provider aggregate not found 2026-03-19 08:31:23.364 7 INFO neutron.services.segments.plugin [-] Segment 23145472-7d94-4ba7-a52c-b47db30a9024 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23145472-7d94-4ba7-a52c-b47db30a9024 found for delete ", "request_id": "req-0e3a4329-d600-4e52-a419-bed5f5caebb3"}]} [pid: 7|app: 0|req: 1211/2390] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:31:23 2026] DELETE /v2.0/networks/80e77250-48ce-45f5-83ed-036ebad540fc => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:31:23.372 7 INFO neutron.services.segments.plugin [-] Segment 23145472-7d94-4ba7-a52c-b47db30a9024 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23145472-7d94-4ba7-a52c-b47db30a9024 found for delete ", "request_id": "req-33244a39-e252-45a7-b56e-291e7a29b88f"}]} [pid: 8|app: 0|req: 1180/2391] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:31:23 2026] DELETE /v2.0/networks/cf643928-7d54-4a3b-9b40-4665117c5b3e => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2392] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:31:23 2026] DELETE /v2.0/networks/ca519133-224f-4fc0-a726-4678bc21b622 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2393] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:31:23 2026] DELETE /v2.0/networks/c0de3489-ad8a-4efc-a9c3-0d04a7e500be => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2396] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:31:24 2026] GET /v2.0/security-groups?tenant_id=dcaa679b962240e784c9025f76898c5b&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2397] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:24 2026] DELETE /v2.0/security-groups/71671f5f-debd-47d0-8ba1-67291964fd05 => 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: 1183/2398] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:31:24 2026] GET /v2.0/security-groups?tenant_id=77a4cd37f24549cda1b44f526b9e3eb3&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2399] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:24 2026] DELETE /v2.0/security-groups/1d4cc3a5-b28c-49bb-8d47-beeeff8f3790 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2400] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:31:24 2026] GET /v2.0/security-groups?tenant_id=7db42c3967ea4e47874ca79c475d0a42&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2401] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:24 2026] DELETE /v2.0/security-groups/c58e2acc-03e9-4f0a-aae7-31ffb32bce28 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:31:25.230 8 INFO neutron.services.segments.plugin [-] Segment 4b734907-d115-4ba1-b0e6-ead5f8a16505 resource provider aggregate not found 2026-03-19 08:31:25.236 8 INFO neutron.services.segments.plugin [-] Segment 4b734907-d115-4ba1-b0e6-ead5f8a16505 resource provider aggregate not found 2026-03-19 08:31:25.253 8 INFO neutron.services.segments.plugin [-] Segment 4b734907-d115-4ba1-b0e6-ead5f8a16505 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b734907-d115-4ba1-b0e6-ead5f8a16505 found for delete ", "request_id": "req-ec61da28-8191-4714-8157-12cf70590746"}]} 2026-03-19 08:31:25.259 8 INFO neutron.services.segments.plugin [-] Segment 4b734907-d115-4ba1-b0e6-ead5f8a16505 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b734907-d115-4ba1-b0e6-ead5f8a16505 found for delete ", "request_id": "req-ad63e3d0-24cc-42b7-ab15-1e8aed244e7d"}]} 2026-03-19 08:31:25.286 8 INFO neutron.services.segments.plugin [-] Segment e10c0a68-6a74-4c81-8a06-1e21c4a0a089 resource provider aggregate not found 2026-03-19 08:31:25.287 8 INFO neutron.services.segments.plugin [-] Segment e10c0a68-6a74-4c81-8a06-1e21c4a0a089 resource provider aggregate not found 2026-03-19 08:31:25.307 8 INFO neutron.services.segments.plugin [-] Segment e10c0a68-6a74-4c81-8a06-1e21c4a0a089 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e10c0a68-6a74-4c81-8a06-1e21c4a0a089 found for delete ", "request_id": "req-6f240071-981a-4af6-b799-f7719d30550b"}]} 2026-03-19 08:31:25.311 8 INFO neutron.services.segments.plugin [-] Segment e10c0a68-6a74-4c81-8a06-1e21c4a0a089 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e10c0a68-6a74-4c81-8a06-1e21c4a0a089 found for delete ", "request_id": "req-2111f71e-cd35-47ea-8dc9-14d50f7b89a1"}]} 2026-03-19 08:31:25.381 7 INFO neutron.services.segments.plugin [-] Segment b892ea46-d88c-4fec-9f05-e9a98826b74b resource provider aggregate not found [pid: 8|app: 0|req: 1185/2402] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:31:25 2026] GET /v2.0/security-groups?tenant_id=15e9a00d0fb3453d8ff8c969979bd3d9&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:31:25.388 7 INFO neutron.services.segments.plugin [-] Segment b892ea46-d88c-4fec-9f05-e9a98826b74b resource provider aggregate not found 2026-03-19 08:31:25.399 7 INFO neutron.services.segments.plugin [-] Segment b892ea46-d88c-4fec-9f05-e9a98826b74b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b892ea46-d88c-4fec-9f05-e9a98826b74b found for delete ", "request_id": "req-debfa920-fc06-4b96-933a-f1f05c308667"}]} 2026-03-19 08:31:25.408 7 INFO neutron.services.segments.plugin [-] Segment b892ea46-d88c-4fec-9f05-e9a98826b74b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b892ea46-d88c-4fec-9f05-e9a98826b74b found for delete ", "request_id": "req-73a69490-3b29-45fd-9547-4da9fbc11e53"}]} [pid: 7|app: 0|req: 1218/2403] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:25 2026] DELETE /v2.0/security-groups/3f801cf5-deb7-42e9-8eca-a484aa4483f3 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:31:26.752 8 INFO neutron.db.segments_db [None req-398a179e-35e2-49ec-bb95-98f63958f59d 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment 22f277ac-ff17-4069-8a30-46f15dcab472 of type vxlan for network 936612b4-4447-4a54-a9c4-286f4478e54e [pid: 8|app: 0|req: 1186/2404] 10.0.0.201 () {34 vars in 671 bytes} [Thu Mar 19 08:31:26 2026] POST /v2.0/networks => generated 740 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2405] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:31:26 2026] POST /v2.0/subnets => generated 688 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:31:27.071 8 INFO neutron.db.segments_db [None req-6fb3c4b1-48ed-4791-8b8d-bb4c3e37e15e 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment 878fa277-4246-494d-9550-da0ad2f41767 of type vxlan for network d50a2632-500c-47ec-ada5-465dee1d1e6a 2026-03-19 08:31:27.341 8 INFO neutron.db.l3_hamode_db [None req-6fb3c4b1-48ed-4791-8b8d-bb4c3e37e15e 4dc1459707a841c98e4188535c999b88 485a875f4dc745d8b823fd1f8d593805 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-19 08:31:28.169 8 INFO neutron.db.l3_hamode_db [None req-6fb3c4b1-48ed-4791-8b8d-bb4c3e37e15e 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1187/2406] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:31:27 2026] POST /v2.0/routers => generated 728 bytes in 1926 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2407] 10.0.0.201 () {34 vars in 684 bytes} [Thu Mar 19 08:31:29 2026] POST /v2.0/security-groups => generated 1601 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2408] 10.0.0.201 () {34 vars in 684 bytes} [Thu Mar 19 08:31:29 2026] POST /v2.0/security-groups => generated 1601 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2409] 10.0.0.201 () {34 vars in 783 bytes} [Thu Mar 19 08:31:28 2026] PUT /v2.0/routers/08bcaa58-b1b3-4b44-9f59-5471a121ec14/add_router_interface => generated 309 bytes in 1097 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2410] 10.0.0.201 () {34 vars in 684 bytes} [Thu Mar 19 08:31:29 2026] POST /v2.0/security-groups => generated 1601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2411] 10.0.0.201 () {34 vars in 684 bytes} [Thu Mar 19 08:31:30 2026] POST /v2.0/security-groups => generated 1601 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2412] 10.0.0.201 () {34 vars in 684 bytes} [Thu Mar 19 08:31:30 2026] POST /v2.0/security-groups => generated 1601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2413] 10.0.0.201 () {34 vars in 767 bytes} [Thu Mar 19 08:31:30 2026] PUT /v2.0/security-groups/ebc146ae-9d4a-4766-9dc2-c67a322ee5a4/tags => generated 17 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2414] 10.0.0.201 () {34 vars in 767 bytes} [Thu Mar 19 08:31:30 2026] PUT /v2.0/security-groups/2aa8eb92-95c5-404c-bee6-54ee406935bf/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2415] 10.0.0.201 () {34 vars in 767 bytes} [Thu Mar 19 08:31:30 2026] PUT /v2.0/security-groups/399f671b-8132-4a39-a8a2-559d5f39f66c/tags => generated 34 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2416] 10.0.0.201 () {34 vars in 767 bytes} [Thu Mar 19 08:31:30 2026] PUT /v2.0/security-groups/e07ef9a3-a501-4ea5-a763-6e93f867290c/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2417] 10.0.0.201 () {32 vars in 680 bytes} [Thu Mar 19 08:31:30 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2418] 10.0.0.201 () {32 vars in 694 bytes} [Thu Mar 19 08:31:30 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2419] 10.0.0.201 () {32 vars in 690 bytes} [Thu Mar 19 08:31:30 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2420] 10.0.0.201 () {32 vars in 702 bytes} [Thu Mar 19 08:31:30 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2421] 10.0.0.201 () {32 vars in 688 bytes} [Thu Mar 19 08:31:30 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2422] 10.0.0.201 () {32 vars in 702 bytes} [Thu Mar 19 08:31:30 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2423] 10.0.0.201 () {32 vars in 698 bytes} [Thu Mar 19 08:31:30 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2424] 10.0.0.201 () {32 vars in 710 bytes} [Thu Mar 19 08:31:31 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2425] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:31 2026] DELETE /v2.0/security-groups/ebc146ae-9d4a-4766-9dc2-c67a322ee5a4 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2426] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:31 2026] DELETE /v2.0/security-groups/2aa8eb92-95c5-404c-bee6-54ee406935bf => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:31:31.339 8 INFO neutron.db.segments_db [None req-c5e8f9f1-515c-48b6-a912-6d43c69505cf 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment cec7d7e0-afe5-4056-9b00-539735c18516 of type vxlan for network 466fa55c-41e7-4e7d-9903-5b0f0b8932df [pid: 7|app: 0|req: 1230/2427] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:31 2026] DELETE /v2.0/security-groups/399f671b-8132-4a39-a8a2-559d5f39f66c => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2428] 10.0.0.201 () {34 vars in 671 bytes} [Thu Mar 19 08:31:31 2026] POST /v2.0/networks => generated 739 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2429] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:31 2026] DELETE /v2.0/security-groups/e07ef9a3-a501-4ea5-a763-6e93f867290c => 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: 1232/2430] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:31 2026] DELETE /v2.0/security-groups/ea871582-33a8-42d1-af16-fc55be3a3732 => 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: 1199/2431] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:31:31 2026] POST /v2.0/subnets => generated 686 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:31:31.666 7 INFO neutron.db.segments_db [None req-0478682c-6ccb-46ba-a164-02fc1f5aff72 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Added segment 772c720b-c02d-4c70-8f68-ee39b5261706 of type vxlan for network 82d319a1-810b-442d-9773-3d065f9da0fa 2026-03-19 08:31:31.920 7 INFO neutron.db.l3_hamode_db [None req-0478682c-6ccb-46ba-a164-02fc1f5aff72 4dc1459707a841c98e4188535c999b88 40ffac298969489fbf970dc1a82df500 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1200/2432] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:31:32 2026] GET /v2.0/security-groups?tenant_id=d16d631efbc94b6da0ee092cef388ecb&name=default => generated 2925 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2433] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:32 2026] DELETE /v2.0/security-groups/088df25c-e732-468b-8eb0-aaf3efadb89d => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:31:32.726 7 INFO neutron.db.l3_hamode_db [None req-0478682c-6ccb-46ba-a164-02fc1f5aff72 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1202/2434] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:31:32 2026] GET /v2.0/security-groups?tenant_id=9d8546402c4f4ec98d67cc0cb859eb35&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2435] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:32 2026] DELETE /v2.0/security-groups/d811384e-e146-490e-8f9d-beb7d1d5420b => 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: 1204/2436] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:31:33 2026] GET /v2.0/security-groups?tenant_id=23ab8f4b4f3a48b28ee6e9c03a3065e4&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2437] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:33 2026] DELETE /v2.0/security-groups/dc946ece-c684-4a85-b531-b2fb67fbfdb9 => 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: 1233/2438] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:31:31 2026] POST /v2.0/routers => generated 726 bytes in 1998 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2439] 10.0.0.201 () {34 vars in 783 bytes} [Thu Mar 19 08:31:33 2026] PUT /v2.0/routers/12cc2a98-d310-438b-8099-9f72eeb0f82b/add_router_interface => generated 309 bytes in 1219 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2440] 10.0.0.201 () {34 vars in 685 bytes} [Thu Mar 19 08:31:35 2026] POST /v2.0/security-groups => generated 1677 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2441] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:31:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2442] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:31:35 2026] POST /v2.0/security-group-rules => generated 596 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2443] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:31:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2444] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:31:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:31:36.218 8 INFO neutron.db.securitygroups_db [None req-baeaa5db-30f8-486b-ae70-1922ace4bc19 5d0c66f4b9864d8f9de15d38e909c705 485a875f4dc745d8b823fd1f8d593805 - - default default] Project 485a875f4dc745d8b823fd1f8d593805 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 1209/2445] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:31:36 2026] POST /v2.0/security-group-rules => generated 607 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:31:36.371 7 INFO neutron.db.securitygroups_db [None req-7d837328-1905-4f21-a580-513b0894d851 5d0c66f4b9864d8f9de15d38e909c705 485a875f4dc745d8b823fd1f8d593805 - - default default] Project 485a875f4dc745d8b823fd1f8d593805 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: 1237/2446] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:31:36 2026] POST /v2.0/security-group-rules => generated 606 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2447] 10.0.0.201 () {34 vars in 685 bytes} [Thu Mar 19 08:31:36 2026] POST /v2.0/security-groups => generated 1662 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2448] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:31:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2449] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:31:37 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: 1239/2450] 10.0.0.201 () {34 vars in 676 bytes} [Thu Mar 19 08:31:37 2026] POST /v2.0/floatingips => generated 552 bytes in 542 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2451] 10.0.0.110 () {34 vars in 1100 bytes} [Thu Mar 19 08:31:37 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1962013014&fields=id&tenant_id=485a875f4dc745d8b823fd1f8d593805 => generated 69 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2452] 10.0.0.110 () {34 vars in 1100 bytes} [Thu Mar 19 08:31:38 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1062483558&fields=id&tenant_id=485a875f4dc745d8b823fd1f8d593805 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2453] 10.0.0.201 () {34 vars in 676 bytes} [Thu Mar 19 08:31:37 2026] POST /v2.0/subnetpools => generated 516 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2454] 10.0.0.110 () {34 vars in 982 bytes} [Thu Mar 19 08:31:38 2026] GET /v2.0/networks?id=936612b4-4447-4a54-a9c4-286f4478e54e => generated 673 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2455] 10.0.0.110 () {34 vars in 965 bytes} [Thu Mar 19 08:31:38 2026] GET /v2.0/quotas/485a875f4dc745d8b823fd1f8d593805 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2456] 10.0.0.201 () {34 vars in 676 bytes} [Thu Mar 19 08:31:38 2026] POST /v2.0/subnetpools => generated 516 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2457] 10.0.0.110 () {34 vars in 1002 bytes} [Thu Mar 19 08:31:38 2026] GET /v2.0/ports?tenant_id=485a875f4dc745d8b823fd1f8d593805&fields=id => generated 103 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2458] 10.0.0.201 () {34 vars in 676 bytes} [Thu Mar 19 08:31:38 2026] POST /v2.0/subnetpools => generated 516 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2459] 10.0.0.110 () {34 vars in 1008 bytes} [Thu Mar 19 08:31:38 2026] GET /v2.0/networks/936612b4-4447-4a54-a9c4-286f4478e54e?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: 1215/2460] 10.0.0.201 () {34 vars in 676 bytes} [Thu Mar 19 08:31:38 2026] POST /v2.0/subnetpools => generated 516 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2461] 10.0.0.110 () {34 vars in 1108 bytes} [Thu Mar 19 08:31:38 2026] GET /v2.0/networks/936612b4-4447-4a54-a9c4-286f4478e54e?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: 1216/2462] 10.0.0.201 () {34 vars in 676 bytes} [Thu Mar 19 08:31:38 2026] POST /v2.0/subnetpools => generated 516 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2463] 10.0.0.201 () {34 vars in 759 bytes} [Thu Mar 19 08:31:38 2026] PUT /v2.0/subnetpools/2a2f094e-55f3-40c0-8521-245ac5fdc7de/tags => generated 17 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2464] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:31:38 2026] GET /v2.0/ports?device_id=4f2ca394-7676-4571-be76-6c5195cf5a39 => 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: 1217/2465] 10.0.0.201 () {34 vars in 759 bytes} [Thu Mar 19 08:31:38 2026] PUT /v2.0/subnetpools/620afa0f-0424-461d-b4ef-0f63fd846548/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: 1249/2466] 10.0.0.201 () {34 vars in 759 bytes} [Thu Mar 19 08:31:38 2026] PUT /v2.0/subnetpools/7eecab44-add0-4035-97dc-a2c27ba60e2f/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2467] 10.0.0.201 () {34 vars in 759 bytes} [Thu Mar 19 08:31:38 2026] PUT /v2.0/subnetpools/20b00c53-6901-440e-997d-74ba2b3f7642/tags => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2468] 10.0.0.201 () {32 vars in 672 bytes} [Thu Mar 19 08:31:38 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2469] 10.0.0.201 () {32 vars in 686 bytes} [Thu Mar 19 08:31:38 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2470] 10.0.0.201 () {32 vars in 682 bytes} [Thu Mar 19 08:31:38 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2471] 10.0.0.201 () {32 vars in 694 bytes} [Thu Mar 19 08:31:38 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2472] 10.0.0.201 () {32 vars in 680 bytes} [Thu Mar 19 08:31:38 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2473] 10.0.0.201 () {32 vars in 694 bytes} [Thu Mar 19 08:31:38 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2474] 10.0.0.201 () {32 vars in 690 bytes} [Thu Mar 19 08:31:38 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2475] 10.0.0.201 () {32 vars in 702 bytes} [Thu Mar 19 08:31:38 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2476] 10.0.0.201 () {32 vars in 732 bytes} [Thu Mar 19 08:31:38 2026] DELETE /v2.0/subnetpools/2a2f094e-55f3-40c0-8521-245ac5fdc7de => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2477] 10.0.0.201 () {32 vars in 732 bytes} [Thu Mar 19 08:31:38 2026] DELETE /v2.0/subnetpools/620afa0f-0424-461d-b4ef-0f63fd846548 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2478] 10.0.0.201 () {32 vars in 732 bytes} [Thu Mar 19 08:31:39 2026] DELETE /v2.0/subnetpools/7eecab44-add0-4035-97dc-a2c27ba60e2f => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2479] 10.0.0.201 () {32 vars in 732 bytes} [Thu Mar 19 08:31:39 2026] DELETE /v2.0/subnetpools/20b00c53-6901-440e-997d-74ba2b3f7642 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2480] 10.0.0.201 () {32 vars in 732 bytes} [Thu Mar 19 08:31:39 2026] DELETE /v2.0/subnetpools/b634d788-45ec-4b16-8e0b-2560f2202b08 => 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: 1258/2483] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:31:39 2026] GET /v2.0/ports?device_id=4f2ca394-7676-4571-be76-6c5195cf5a39 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2484] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:31:40 2026] GET /v2.0/security-groups?tenant_id=d3754bb76b184b34863ee8ec52f1ed32&name=default => generated 2929 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2485] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:40 2026] DELETE /v2.0/security-groups/6501b8a6-638f-4aa1-9aff-0b45b69b45c3 => 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: 1227/2486] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:31:40 2026] GET /v2.0/security-groups?tenant_id=2995a64f3e2b4f3aaf2f15dc3e8cb464&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2487] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:40 2026] DELETE /v2.0/security-groups/483b49de-6955-4950-9b25-47ed38b6a36f => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2488] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:31:40 2026] GET /v2.0/ports?device_id=4f2ca394-7676-4571-be76-6c5195cf5a39 => 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: 1261/2489] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:31:40 2026] GET /v2.0/security-groups?tenant_id=357044c70dca4c6f9bad2cfd6469a4a7&name=default => generated 2929 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2490] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:41 2026] DELETE /v2.0/security-groups/e0ca5157-814b-407a-af1a-83f61c473b7b => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2491] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:31:41 2026] GET /v2.0/ports?device_id=4f2ca394-7676-4571-be76-6c5195cf5a39 => 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: 1230/2492] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:31:42 2026] GET /v2.0/networks?id=936612b4-4447-4a54-a9c4-286f4478e54e => generated 673 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2493] 199.204.45.138 () {34 vars in 1050 bytes} [Thu Mar 19 08:31:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=485a875f4dc745d8b823fd1f8d593805 => generated 274 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2494] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:31:42 2026] GET /v2.0/ports?device_id=4f2ca394-7676-4571-be76-6c5195cf5a39 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2495] 199.204.45.138 () {38 vars in 955 bytes} [Thu Mar 19 08:31:42 2026] POST /v2.0/ports => generated 993 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2496] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Mar 19 08:31:43 2026] PUT /v2.0/ports/201a08ea-861e-419a-97ac-961146671916 => generated 1274 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:31:43.715 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7e4809c3-682c-4c19-955c-64ee696f1c72'] response: {'name': 'network-changed', 'server_uuid': '4f2ca394-7676-4571-be76-6c5195cf5a39', 'tag': '201a08ea-861e-419a-97ac-961146671916', '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: 1232/2497] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:31:44 2026] GET /v2.0/ports?device_id=4f2ca394-7676-4571-be76-6c5195cf5a39 => generated 1008 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1266/2498] 10.0.0.110 () {34 vars in 1120 bytes} [Thu Mar 19 08:31:44 2026] GET /v2.0/security-groups?id=26c86265-9bc9-4581-b2f4-0cb3f7bd46ae&id=68b7dee3-5925-47e1-8725-fc9020c12628&fields=id&fields=name => generated 207 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2499] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:31:44 2026] GET /v2.0/ports?tenant_id=485a875f4dc745d8b823fd1f8d593805&device_id=4f2ca394-7676-4571-be76-6c5195cf5a39 => generated 1277 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2500] 199.204.45.138 () {34 vars in 1018 bytes} [Thu Mar 19 08:31:44 2026] GET /v2.0/networks?tenant_id=485a875f4dc745d8b823fd1f8d593805&shared=False => generated 768 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2501] 199.204.45.138 () {34 vars in 930 bytes} [Thu Mar 19 08:31:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:31:44.469 8 INFO neutron.db.segments_db [None req-6650e55e-807a-46c3-9522-cebae4271c4f 00da197b278440678940a070850b74b8 392ae08d26644bd18d6dead56717fca6 - - default default] Added segment c2e2aa29-c9a4-40bf-9934-d3d731e11b1c of type vxlan for network 0728f042-6bea-4223-9a04-f7a64012646b [pid: 8|app: 0|req: 1233/2502] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:31:44 2026] POST /v2.0/networks => generated 631 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2503] 10.0.0.201 () {34 vars in 753 bytes} [Thu Mar 19 08:31:44 2026] PUT /v2.0/networks/0728f042-6bea-4223-9a04-f7a64012646b/tags => generated 25 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2504] 10.0.0.201 () {32 vars in 733 bytes} [Thu Mar 19 08:31:44 2026] GET /v2.0/networks/0728f042-6bea-4223-9a04-f7a64012646b/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2505] 10.0.0.201 () {34 vars in 764 bytes} [Thu Mar 19 08:31:44 2026] PUT /v2.0/networks/0728f042-6bea-4223-9a04-f7a64012646b/tags/green => generated 4 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2506] 10.0.0.201 () {32 vars in 733 bytes} [Thu Mar 19 08:31:44 2026] GET /v2.0/networks/0728f042-6bea-4223-9a04-f7a64012646b/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2507] 10.0.0.201 () {34 vars in 760 bytes} [Thu Mar 19 08:31:44 2026] PUT /v2.0/networks/0728f042-6bea-4223-9a04-f7a64012646b/tags/red => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2508] 10.0.0.201 () {32 vars in 733 bytes} [Thu Mar 19 08:31:44 2026] GET /v2.0/networks/0728f042-6bea-4223-9a04-f7a64012646b/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2509] 10.0.0.201 () {34 vars in 782 bytes} [Thu Mar 19 08:31:44 2026] PUT /v2.0/networks/0728f042-6bea-4223-9a04-f7a64012646b/tags/black.or.white => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2510] 10.0.0.201 () {32 vars in 733 bytes} [Thu Mar 19 08:31:45 2026] GET /v2.0/networks/0728f042-6bea-4223-9a04-f7a64012646b/tags => generated 52 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2511] 10.0.0.201 () {34 vars in 753 bytes} [Thu Mar 19 08:31:45 2026] PUT /v2.0/networks/0728f042-6bea-4223-9a04-f7a64012646b/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2512] 10.0.0.201 () {32 vars in 733 bytes} [Thu Mar 19 08:31:45 2026] GET /v2.0/networks/0728f042-6bea-4223-9a04-f7a64012646b/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2513] 10.0.0.201 () {32 vars in 741 bytes} [Thu Mar 19 08:31:45 2026] GET /v2.0/networks/0728f042-6bea-4223-9a04-f7a64012646b/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2514] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:31:45 2026] GET /v2.0/ports?device_id=4f2ca394-7676-4571-be76-6c5195cf5a39 => generated 1008 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2515] 10.0.0.110 () {34 vars in 1120 bytes} [Thu Mar 19 08:31:45 2026] GET /v2.0/security-groups?id=26c86265-9bc9-4581-b2f4-0cb3f7bd46ae&id=68b7dee3-5925-47e1-8725-fc9020c12628&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:31:45.308 8 INFO neutron.api.v2.resource [None req-caef229b-3b7a-47c4-9472-bc9cd053125f 00da197b278440678940a070850b74b8 392ae08d26644bd18d6dead56717fca6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1240/2516] 10.0.0.201 () {32 vars in 745 bytes} [Thu Mar 19 08:31:45 2026] GET /v2.0/networks/0728f042-6bea-4223-9a04-f7a64012646b/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2517] 10.0.0.201 () {32 vars in 744 bytes} [Thu Mar 19 08:31:45 2026] DELETE /v2.0/networks/0728f042-6bea-4223-9a04-f7a64012646b/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: 1241/2518] 10.0.0.201 () {32 vars in 733 bytes} [Thu Mar 19 08:31:45 2026] GET /v2.0/networks/0728f042-6bea-4223-9a04-f7a64012646b/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2519] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:31:45 2026] GET /v2.0/ports?tenant_id=485a875f4dc745d8b823fd1f8d593805&device_id=4f2ca394-7676-4571-be76-6c5195cf5a39 => 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: 1279/2520] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:31:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=201a08ea-861e-419a-97ac-961146671916 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:31:45.461 8 INFO neutron.api.v2.resource [None req-5be4de97-f755-48d5-97aa-7f2f1670ed6f 00da197b278440678940a070850b74b8 392ae08d26644bd18d6dead56717fca6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1242/2521] 10.0.0.201 () {32 vars in 748 bytes} [Thu Mar 19 08:31:45 2026] DELETE /v2.0/networks/0728f042-6bea-4223-9a04-f7a64012646b/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2522] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:31:45 2026] GET /v2.0/subnets?id=ee0dc77c-ee6f-4c0d-9f2c-378cf15dc4e1 => generated 691 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2523] 10.0.0.201 () {32 vars in 736 bytes} [Thu Mar 19 08:31:45 2026] DELETE /v2.0/networks/0728f042-6bea-4223-9a04-f7a64012646b/tags => 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: 1281/2524] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:31:45 2026] GET /v2.0/ports?network_id=936612b4-4447-4a54-a9c4-286f4478e54e&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: 1282/2525] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:31:45 2026] GET /v2.0/networks/936612b4-4447-4a54-a9c4-286f4478e54e?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: 1244/2526] 10.0.0.201 () {32 vars in 733 bytes} [Thu Mar 19 08:31:45 2026] GET /v2.0/networks/0728f042-6bea-4223-9a04-f7a64012646b/tags => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2527] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:31:45 2026] GET /v2.0/networks/936612b4-4447-4a54-a9c4-286f4478e54e?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) 2026-03-19 08:31:45.704 8 INFO neutron.services.segments.plugin [-] Segment c2e2aa29-c9a4-40bf-9934-d3d731e11b1c resource provider aggregate not found 2026-03-19 08:31:45.708 8 INFO neutron.services.segments.plugin [-] Segment c2e2aa29-c9a4-40bf-9934-d3d731e11b1c resource provider aggregate not found 2026-03-19 08:31:45.732 8 INFO neutron.services.segments.plugin [-] Segment c2e2aa29-c9a4-40bf-9934-d3d731e11b1c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2e2aa29-c9a4-40bf-9934-d3d731e11b1c found for delete ", "request_id": "req-e9470c74-c048-486b-a96e-3b3a58e73f5f"}]} 2026-03-19 08:31:45.733 8 INFO neutron.services.segments.plugin [-] Segment c2e2aa29-c9a4-40bf-9934-d3d731e11b1c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2e2aa29-c9a4-40bf-9934-d3d731e11b1c found for delete ", "request_id": "req-b5549ed4-e89e-4cfe-8f62-90f41a681dfe"}]} [pid: 8|app: 0|req: 1245/2528] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:31:45 2026] DELETE /v2.0/networks/0728f042-6bea-4223-9a04-f7a64012646b => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2529] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:31:46 2026] GET /v2.0/ports?device_id=4f2ca394-7676-4571-be76-6c5195cf5a39 => generated 1008 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2530] 10.0.0.110 () {34 vars in 1120 bytes} [Thu Mar 19 08:31:46 2026] GET /v2.0/security-groups?id=26c86265-9bc9-4581-b2f4-0cb3f7bd46ae&id=68b7dee3-5925-47e1-8725-fc9020c12628&fields=id&fields=name => generated 207 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2531] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:31:46 2026] GET /v2.0/security-groups?tenant_id=392ae08d26644bd18d6dead56717fca6&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: 1286/2532] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:46 2026] DELETE /v2.0/security-groups/720ea8a1-68a5-4372-86c6-88ffd7320a45 => 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: 1247/2533] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:31:46 2026] GET /v2.0/security-groups?tenant_id=1aff4809474b41f49bc09713979e5a19&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: 1287/2534] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:46 2026] DELETE /v2.0/security-groups/41535360-7565-4c86-92b4-2623448d35f5 => 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: 1248/2535] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:31:47 2026] GET /v2.0/ports?device_id=4f2ca394-7676-4571-be76-6c5195cf5a39 => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2536] 10.0.0.110 () {34 vars in 1120 bytes} [Thu Mar 19 08:31:47 2026] GET /v2.0/security-groups?id=26c86265-9bc9-4581-b2f4-0cb3f7bd46ae&id=68b7dee3-5925-47e1-8725-fc9020c12628&fields=id&fields=name => generated 207 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2537] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:31:48 2026] GET /v2.0/ports?device_id=4f2ca394-7676-4571-be76-6c5195cf5a39 => generated 1008 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2538] 10.0.0.110 () {34 vars in 1120 bytes} [Thu Mar 19 08:31:48 2026] GET /v2.0/security-groups?id=26c86265-9bc9-4581-b2f4-0cb3f7bd46ae&id=68b7dee3-5925-47e1-8725-fc9020c12628&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2539] 199.204.45.138 () {34 vars in 994 bytes} [Thu Mar 19 08:31:48 2026] GET /v2.0/ports?device_id=4f2ca394-7676-4571-be76-6c5195cf5a39 => generated 1277 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2540] 199.204.45.138 () {34 vars in 1124 bytes} [Thu Mar 19 08:31:48 2026] GET /v2.0/security-groups?id=68b7dee3-5925-47e1-8725-fc9020c12628&id=26c86265-9bc9-4581-b2f4-0cb3f7bd46ae&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2541] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:31:49 2026] GET /v2.0/ports?device_id=4f2ca394-7676-4571-be76-6c5195cf5a39 => generated 1010 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2542] 10.0.0.110 () {34 vars in 1120 bytes} [Thu Mar 19 08:31:49 2026] GET /v2.0/security-groups?id=26c86265-9bc9-4581-b2f4-0cb3f7bd46ae&id=68b7dee3-5925-47e1-8725-fc9020c12628&fields=id&fields=name => generated 207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:31:50.380 8 INFO neutron.db.segments_db [None req-06ff595a-68e1-4ab6-a1d4-4393ca1d7f17 3bd1fceb984e4e78835a374a007aa298 0b6a266995f7410a974a0cef9f919fd2 - - default default] Added segment 539b35d6-93e7-4d53-b935-7b0684e5e9d9 of type vxlan for network 274d9621-7dd6-415e-bf79-81a3beae9caf [pid: 8|app: 0|req: 1252/2543] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:31:50 2026] POST /v2.0/networks => generated 632 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2544] 10.0.0.201 () {34 vars in 664 bytes} [Thu Mar 19 08:31:50 2026] POST /v2.0/ports => generated 743 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2545] 10.0.0.201 () {34 vars in 747 bytes} [Thu Mar 19 08:31:50 2026] PUT /v2.0/ports/573fef41-a9c6-4d1a-b65d-21b7f15a45c6/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1293/2546] 10.0.0.201 () {32 vars in 727 bytes} [Thu Mar 19 08:31:50 2026] GET /v2.0/ports/573fef41-a9c6-4d1a-b65d-21b7f15a45c6/tags => generated 25 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1254/2547] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:31:51 2026] GET /v2.0/ports?device_id=4f2ca394-7676-4571-be76-6c5195cf5a39 => generated 1010 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2548] 10.0.0.110 () {34 vars in 1120 bytes} [Thu Mar 19 08:31:51 2026] GET /v2.0/security-groups?id=26c86265-9bc9-4581-b2f4-0cb3f7bd46ae&id=68b7dee3-5925-47e1-8725-fc9020c12628&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2549] 10.0.0.201 () {34 vars in 758 bytes} [Thu Mar 19 08:31:51 2026] PUT /v2.0/ports/573fef41-a9c6-4d1a-b65d-21b7f15a45c6/tags/green => generated 4 bytes in 112 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: 1256/2550] 10.0.0.201 () {32 vars in 727 bytes} [Thu Mar 19 08:31:51 2026] GET /v2.0/ports/573fef41-a9c6-4d1a-b65d-21b7f15a45c6/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1295/2551] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:31:51 2026] GET /v2.0/ports?device_id=4f2ca394-7676-4571-be76-6c5195cf5a39 => generated 1010 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2552] 10.0.0.201 () {34 vars in 754 bytes} [Thu Mar 19 08:31:51 2026] PUT /v2.0/ports/573fef41-a9c6-4d1a-b65d-21b7f15a45c6/tags/red => generated 4 bytes in 59 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: 1258/2553] 10.0.0.201 () {32 vars in 727 bytes} [Thu Mar 19 08:31:51 2026] GET /v2.0/ports/573fef41-a9c6-4d1a-b65d-21b7f15a45c6/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1259/2554] 10.0.0.201 () {34 vars in 776 bytes} [Thu Mar 19 08:31:51 2026] PUT /v2.0/ports/573fef41-a9c6-4d1a-b65d-21b7f15a45c6/tags/black.or.white => generated 4 bytes in 70 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: 1260/2555] 10.0.0.201 () {32 vars in 727 bytes} [Thu Mar 19 08:31:51 2026] GET /v2.0/ports/573fef41-a9c6-4d1a-b65d-21b7f15a45c6/tags => generated 52 bytes in 42 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: 1261/2556] 10.0.0.201 () {34 vars in 747 bytes} [Thu Mar 19 08:31:51 2026] PUT /v2.0/ports/573fef41-a9c6-4d1a-b65d-21b7f15a45c6/tags => generated 37 bytes in 55 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: 1262/2557] 10.0.0.201 () {32 vars in 727 bytes} [Thu Mar 19 08:31:51 2026] GET /v2.0/ports/573fef41-a9c6-4d1a-b65d-21b7f15a45c6/tags => generated 37 bytes in 39 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: 1263/2558] 10.0.0.201 () {32 vars in 735 bytes} [Thu Mar 19 08:31:51 2026] GET /v2.0/ports/573fef41-a9c6-4d1a-b65d-21b7f15a45c6/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:31:51.614 7 INFO neutron.db.l3_db [None req-b0cb6177-90d2-4cff-beb9-1afd5a4a4fb5 5d0c66f4b9864d8f9de15d38e909c705 485a875f4dc745d8b823fd1f8d593805 - - default default] Floating IP ea453a1a-ce0d-49ff-96d1-e67f1dfc4226 associated. External IP: 10.96.250.204, port: 201a08ea-861e-419a-97ac-961146671916. /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-03-19 08:31:51.663 8 INFO neutron.api.v2.resource [None req-6e881109-683b-4b7d-aed5-c9281ff20a89 3bd1fceb984e4e78835a374a007aa298 0b6a266995f7410a974a0cef9f919fd2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1264/2559] 10.0.0.201 () {32 vars in 739 bytes} [Thu Mar 19 08:31:51 2026] GET /v2.0/ports/573fef41-a9c6-4d1a-b65d-21b7f15a45c6/tags/green => generated 99 bytes in 40 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: 1265/2560] 10.0.0.201 () {32 vars in 738 bytes} [Thu Mar 19 08:31:51 2026] DELETE /v2.0/ports/573fef41-a9c6-4d1a-b65d-21b7f15a45c6/tags/red => generated 0 bytes in 52 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: 1266/2561] 10.0.0.201 () {32 vars in 727 bytes} [Thu Mar 19 08:31:51 2026] GET /v2.0/ports/573fef41-a9c6-4d1a-b65d-21b7f15a45c6/tags => generated 30 bytes in 39 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-03-19 08:31:51.812 8 INFO neutron.api.v2.resource [None req-638e7a55-ac29-4c22-8dde-39d834ad9809 3bd1fceb984e4e78835a374a007aa298 0b6a266995f7410a974a0cef9f919fd2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1267/2562] 10.0.0.201 () {32 vars in 742 bytes} [Thu Mar 19 08:31:51 2026] DELETE /v2.0/ports/573fef41-a9c6-4d1a-b65d-21b7f15a45c6/tags/green => generated 99 bytes in 44 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: 1268/2563] 10.0.0.201 () {32 vars in 730 bytes} [Thu Mar 19 08:31:51 2026] DELETE /v2.0/ports/573fef41-a9c6-4d1a-b65d-21b7f15a45c6/tags => generated 0 bytes in 49 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: 1269/2564] 10.0.0.201 () {32 vars in 727 bytes} [Thu Mar 19 08:31:51 2026] GET /v2.0/ports/573fef41-a9c6-4d1a-b65d-21b7f15a45c6/tags => generated 12 bytes in 38 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: 1296/2565] 10.0.0.201 () {34 vars in 749 bytes} [Thu Mar 19 08:31:51 2026] PUT /v2.0/floatingips/ea453a1a-ce0d-49ff-96d1-e67f1dfc4226 => generated 855 bytes in 680 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:31:51.989 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dd8bc8f9-e3e4-4518-b69a-b86e94166840'] response: {'name': 'network-changed', 'server_uuid': '4f2ca394-7676-4571-be76-6c5195cf5a39', 'tag': '201a08ea-861e-419a-97ac-961146671916', 'status': 'completed', 'code': 200} 2026-03-19 08:31:52.055 8 INFO neutron_taas.services.taas.taas_plugin [None req-0025deec-012c-4416-b8ea-51f094dddfc5 3bd1fceb984e4e78835a374a007aa298 0b6a266995f7410a974a0cef9f919fd2 - - default default] TaaS: Handle Delete Port: 573fef41-a9c6-4d1a-b65d-21b7f15a45c6 2026-03-19 08:31:52.057 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0025deec-012c-4416-b8ea-51f094dddfc5 3bd1fceb984e4e78835a374a007aa298 0b6a266995f7410a974a0cef9f919fd2 - - default default] Tap Mirror: Handle Delete Port: 573fef41-a9c6-4d1a-b65d-21b7f15a45c6 [pid: 8|app: 0|req: 1270/2566] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:31:51 2026] DELETE /v2.0/ports/573fef41-a9c6-4d1a-b65d-21b7f15a45c6 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:31:52.263 7 INFO neutron.services.segments.plugin [-] Segment 539b35d6-93e7-4d53-b935-7b0684e5e9d9 resource provider aggregate not found 2026-03-19 08:31:52.273 7 INFO neutron.services.segments.plugin [-] Segment 539b35d6-93e7-4d53-b935-7b0684e5e9d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 539b35d6-93e7-4d53-b935-7b0684e5e9d9 found for delete ", "request_id": "req-a2311206-e359-43f8-802d-e62b3ef7940f"}]} 2026-03-19 08:31:52.273 7 INFO neutron.services.segments.plugin [-] Segment 539b35d6-93e7-4d53-b935-7b0684e5e9d9 resource provider aggregate not found 2026-03-19 08:31:52.291 7 INFO neutron.services.segments.plugin [-] Segment 539b35d6-93e7-4d53-b935-7b0684e5e9d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 539b35d6-93e7-4d53-b935-7b0684e5e9d9 found for delete ", "request_id": "req-879aec47-427e-44bf-8b0f-2bd6e061fa81"}]} [pid: 7|app: 0|req: 1297/2567] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:31:52 2026] DELETE /v2.0/networks/274d9621-7dd6-415e-bf79-81a3beae9caf => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2568] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:31:52 2026] GET /v2.0/ports?tenant_id=485a875f4dc745d8b823fd1f8d593805&device_id=4f2ca394-7676-4571-be76-6c5195cf5a39 => generated 1279 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2569] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:31:52 2026] GET /v2.0/networks?id=936612b4-4447-4a54-a9c4-286f4478e54e => generated 768 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2570] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:31:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=201a08ea-861e-419a-97ac-961146671916 => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2571] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:31:52 2026] GET /v2.0/subnets?id=ee0dc77c-ee6f-4c0d-9f2c-378cf15dc4e1 => 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: 1273/2572] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:31:52 2026] GET /v2.0/ports?network_id=936612b4-4447-4a54-a9c4-286f4478e54e&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2573] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:31:52 2026] GET /v2.0/networks/936612b4-4447-4a54-a9c4-286f4478e54e?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: 1274/2574] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:31:52 2026] GET /v2.0/networks/936612b4-4447-4a54-a9c4-286f4478e54e?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: 1301/2575] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:31:52 2026] GET /v2.0/security-groups?tenant_id=0b6a266995f7410a974a0cef9f919fd2&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2576] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:53 2026] DELETE /v2.0/security-groups/6bf1b309-68e8-455a-8ad5-6733b841ecb5 => 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: 1302/2577] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:31:53 2026] GET /v2.0/security-groups?tenant_id=cc08a030370c4f01bad2a92d1954d2f1&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2578] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:53 2026] DELETE /v2.0/security-groups/1d8d767d-33af-400d-afaf-35f11a9cbb41 => 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: 1278/2581] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:31:55 2026] GET /v2.0/floatingips => generated 860 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2582] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:31:55 2026] GET /v2.0/ports => generated 16609 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2583] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:31:55 2026] GET /v2.0/agents => generated 3385 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2584] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:31:55 2026] GET /v2.0/networks => generated 5067 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2585] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:31:55 2026] GET /v2.0/subnets => generated 3906 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2586] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:31:55 2026] GET /v2.0/routers => generated 1459 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2587] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:31:56 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2588] 10.0.0.121 () {28 vars in 677 bytes} [Thu Mar 19 08:31:56 2026] GET /v2.0/routers/08bcaa58-b1b3-4b44-9f59-5471a121ec14/l3-agents => generated 681 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2589] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:31:56 2026] GET /v2.0/ports?device_id=4f2ca394-7676-4571-be76-6c5195cf5a39 => generated 1279 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2590] 10.0.0.121 () {28 vars in 677 bytes} [Thu Mar 19 08:31:56 2026] GET /v2.0/routers/12cc2a98-d310-438b-8099-9f72eeb0f82b/l3-agents => generated 681 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2591] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:31:56 2026] GET /v2.0/network-ip-availabilities => generated 2898 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2592] 10.0.0.110 () {34 vars in 1120 bytes} [Thu Mar 19 08:31:56 2026] GET /v2.0/security-groups?id=26c86265-9bc9-4581-b2f4-0cb3f7bd46ae&id=68b7dee3-5925-47e1-8725-fc9020c12628&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2593] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:31:56 2026] GET /v2.0/security-groups => generated 31432 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2594] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:31:56 2026] GET /v2.0/subnets => generated 3906 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2595] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:31:56 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:31:56.949 7 INFO neutron.db.segments_db [None req-65a22a37-b299-45a8-9def-9c9adbb479f1 a32a4578e6ff4cdd98af7ac86253f340 31d829b865074b10aa3d17a50b6746ea - - default default] Added segment faf82e08-b5db-486e-b13e-6352fbcc8269 of type vxlan for network 67934093-c7a5-48c7-a647-6eac491cbf66 [pid: 7|app: 0|req: 1311/2596] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:31:56 2026] POST /v2.0/networks => generated 632 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2597] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:31:57 2026] POST /v2.0/subnets => generated 626 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2598] 10.0.0.201 () {34 vars in 751 bytes} [Thu Mar 19 08:31:57 2026] PUT /v2.0/subnets/5f958b2a-485f-449d-acdd-1a64ea82370f/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2599] 10.0.0.201 () {32 vars in 731 bytes} [Thu Mar 19 08:31:57 2026] GET /v2.0/subnets/5f958b2a-485f-449d-acdd-1a64ea82370f/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: 1313/2600] 10.0.0.201 () {34 vars in 762 bytes} [Thu Mar 19 08:31:57 2026] PUT /v2.0/subnets/5f958b2a-485f-449d-acdd-1a64ea82370f/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2601] 10.0.0.201 () {32 vars in 731 bytes} [Thu Mar 19 08:31:57 2026] GET /v2.0/subnets/5f958b2a-485f-449d-acdd-1a64ea82370f/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2602] 10.0.0.201 () {34 vars in 758 bytes} [Thu Mar 19 08:31:57 2026] PUT /v2.0/subnets/5f958b2a-485f-449d-acdd-1a64ea82370f/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2603] 10.0.0.201 () {32 vars in 731 bytes} [Thu Mar 19 08:31:57 2026] GET /v2.0/subnets/5f958b2a-485f-449d-acdd-1a64ea82370f/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2604] 10.0.0.201 () {34 vars in 780 bytes} [Thu Mar 19 08:31:57 2026] PUT /v2.0/subnets/5f958b2a-485f-449d-acdd-1a64ea82370f/tags/black.or.white => generated 4 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2605] 10.0.0.201 () {32 vars in 731 bytes} [Thu Mar 19 08:31:57 2026] GET /v2.0/subnets/5f958b2a-485f-449d-acdd-1a64ea82370f/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2606] 10.0.0.201 () {34 vars in 751 bytes} [Thu Mar 19 08:31:57 2026] PUT /v2.0/subnets/5f958b2a-485f-449d-acdd-1a64ea82370f/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2607] 10.0.0.201 () {32 vars in 731 bytes} [Thu Mar 19 08:31:57 2026] GET /v2.0/subnets/5f958b2a-485f-449d-acdd-1a64ea82370f/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2608] 10.0.0.201 () {32 vars in 739 bytes} [Thu Mar 19 08:31:57 2026] GET /v2.0/subnets/5f958b2a-485f-449d-acdd-1a64ea82370f/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:31:57.961 8 INFO neutron.api.v2.resource [None req-2853af2f-717a-4e2f-adfb-a2922c48a7dc a32a4578e6ff4cdd98af7ac86253f340 31d829b865074b10aa3d17a50b6746ea - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1292/2609] 10.0.0.201 () {32 vars in 743 bytes} [Thu Mar 19 08:31:57 2026] GET /v2.0/subnets/5f958b2a-485f-449d-acdd-1a64ea82370f/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2610] 10.0.0.201 () {32 vars in 742 bytes} [Thu Mar 19 08:31:57 2026] DELETE /v2.0/subnets/5f958b2a-485f-449d-acdd-1a64ea82370f/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2611] 10.0.0.201 () {32 vars in 731 bytes} [Thu Mar 19 08:31:58 2026] GET /v2.0/subnets/5f958b2a-485f-449d-acdd-1a64ea82370f/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:31:58.114 7 INFO neutron.api.v2.resource [None req-cc1e10f7-9aa6-4e36-bac6-444053a04206 a32a4578e6ff4cdd98af7ac86253f340 31d829b865074b10aa3d17a50b6746ea - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1319/2612] 10.0.0.201 () {32 vars in 746 bytes} [Thu Mar 19 08:31:58 2026] DELETE /v2.0/subnets/5f958b2a-485f-449d-acdd-1a64ea82370f/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2613] 10.0.0.201 () {32 vars in 734 bytes} [Thu Mar 19 08:31:58 2026] DELETE /v2.0/subnets/5f958b2a-485f-449d-acdd-1a64ea82370f/tags => 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: 1320/2614] 10.0.0.201 () {32 vars in 731 bytes} [Thu Mar 19 08:31:58 2026] GET /v2.0/subnets/5f958b2a-485f-449d-acdd-1a64ea82370f/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2615] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:31:58 2026] DELETE /v2.0/subnets/5f958b2a-485f-449d-acdd-1a64ea82370f => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:31:58.503 7 INFO neutron_taas.services.taas.taas_plugin [None req-124a568a-5a53-4e34-b1cb-c7de3c4283c2 a32a4578e6ff4cdd98af7ac86253f340 31d829b865074b10aa3d17a50b6746ea - - default default] TaaS: Handle Delete Port: 7a043ddf-ae64-43e4-842e-e125810103b4 2026-03-19 08:31:58.506 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-124a568a-5a53-4e34-b1cb-c7de3c4283c2 a32a4578e6ff4cdd98af7ac86253f340 31d829b865074b10aa3d17a50b6746ea - - default default] Tap Mirror: Handle Delete Port: 7a043ddf-ae64-43e4-842e-e125810103b4 2026-03-19 08:31:58.677 7 INFO neutron.services.segments.plugin [-] Segment faf82e08-b5db-486e-b13e-6352fbcc8269 resource provider aggregate not found 2026-03-19 08:31:58.677 7 INFO neutron.services.segments.plugin [-] Segment faf82e08-b5db-486e-b13e-6352fbcc8269 resource provider aggregate not found 2026-03-19 08:31:58.698 7 INFO neutron.services.segments.plugin [-] Segment faf82e08-b5db-486e-b13e-6352fbcc8269 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid faf82e08-b5db-486e-b13e-6352fbcc8269 found for delete ", "request_id": "req-700435d6-c61c-4f03-ad70-62143af729a7"}]} 2026-03-19 08:31:58.700 7 INFO neutron.services.segments.plugin [-] Segment faf82e08-b5db-486e-b13e-6352fbcc8269 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid faf82e08-b5db-486e-b13e-6352fbcc8269 found for delete ", "request_id": "req-19d8caa1-17cf-4aa0-ac98-49a2822cbccc"}]} [pid: 7|app: 0|req: 1321/2616] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:31:58 2026] DELETE /v2.0/networks/67934093-c7a5-48c7-a647-6eac491cbf66 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2617] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:31:59 2026] GET /v2.0/ports?device_id=4f2ca394-7676-4571-be76-6c5195cf5a39 => generated 1010 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2618] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:31:59 2026] GET /v2.0/security-groups?tenant_id=e395435beb2842ce9eac84e4b59abeb3&name=default => generated 2929 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2619] 10.0.0.110 () {34 vars in 1120 bytes} [Thu Mar 19 08:31:59 2026] GET /v2.0/security-groups?id=26c86265-9bc9-4581-b2f4-0cb3f7bd46ae&id=68b7dee3-5925-47e1-8725-fc9020c12628&fields=id&fields=name => generated 207 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2620] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:59 2026] DELETE /v2.0/security-groups/00ef75d1-4e3d-48cb-9ea5-da492d39edd1 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2621] 10.0.0.201 () {32 vars in 736 bytes} [Thu Mar 19 08:31:59 2026] GET /v2.0/ports?device_id=4f2ca394-7676-4571-be76-6c5195cf5a39 => generated 1279 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2622] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:31:59 2026] GET /v2.0/security-groups?tenant_id=31d829b865074b10aa3d17a50b6746ea&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: 1325/2623] 10.0.0.201 () {32 vars in 858 bytes} [Thu Mar 19 08:31:59 2026] GET /v2.0/floatingips?floating_network_id=017839f0-909c-40dd-ad39-6b213fc39912&port_id=201a08ea-861e-419a-97ac-961146671916 => generated 860 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2624] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:31:59 2026] DELETE /v2.0/security-groups/b64d2594-fc26-4a0b-b1e8-333e23999faf => 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: 1326/2625] 10.0.0.134 () {34 vars in 990 bytes} [Thu Mar 19 08:32:00 2026] GET /v2.0/ports?device_id=4f2ca394-7676-4571-be76-6c5195cf5a39 => generated 1279 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2626] 10.0.0.134 () {34 vars in 1120 bytes} [Thu Mar 19 08:32:00 2026] GET /v2.0/security-groups?id=26c86265-9bc9-4581-b2f4-0cb3f7bd46ae&id=68b7dee3-5925-47e1-8725-fc9020c12628&fields=id&fields=name => generated 207 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:32:03.232 7 INFO neutron.db.segments_db [None req-8a784897-b793-46e5-9f42-53a8994e2b1b e1879219d26046b1ae2f7e6d233e85bf 3ed49f98870b49e68047cb91ec04b4d4 - - default default] Added segment baac0ff4-ae76-411d-a5f7-e9db3e79b2b7 of type vxlan for network c0c56248-d084-42db-ad2d-c7f3124c8baf [pid: 7|app: 0|req: 1327/2627] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:32:02 2026] POST /v2.0/networks => generated 631 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2628] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:32:03 2026] GET /v2.0/ports?device_id=4f2ca394-7676-4571-be76-6c5195cf5a39 => generated 1010 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2629] 10.0.0.110 () {34 vars in 1120 bytes} [Thu Mar 19 08:32:03 2026] GET /v2.0/security-groups?id=26c86265-9bc9-4581-b2f4-0cb3f7bd46ae&id=68b7dee3-5925-47e1-8725-fc9020c12628&fields=id&fields=name => generated 207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2630] 10.0.0.201 () {34 vars in 664 bytes} [Thu Mar 19 08:32:03 2026] POST /v2.0/ports => generated 743 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2631] 10.0.0.201 () {34 vars in 666 bytes} [Thu Mar 19 08:32:03 2026] POST /v2.0/trunks => generated 407 bytes in 212 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: 1302/2632] 10.0.0.201 () {34 vars in 749 bytes} [Thu Mar 19 08:32:03 2026] PUT /v2.0/trunks/3e66f146-5754-4f3f-8b6b-bc927e9dfe5d/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: 1331/2633] 10.0.0.201 () {32 vars in 729 bytes} [Thu Mar 19 08:32:03 2026] GET /v2.0/trunks/3e66f146-5754-4f3f-8b6b-bc927e9dfe5d/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: 1303/2634] 10.0.0.201 () {34 vars in 760 bytes} [Thu Mar 19 08:32:03 2026] PUT /v2.0/trunks/3e66f146-5754-4f3f-8b6b-bc927e9dfe5d/tags/green => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2635] 10.0.0.201 () {32 vars in 729 bytes} [Thu Mar 19 08:32:03 2026] GET /v2.0/trunks/3e66f146-5754-4f3f-8b6b-bc927e9dfe5d/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2636] 10.0.0.201 () {34 vars in 756 bytes} [Thu Mar 19 08:32:03 2026] PUT /v2.0/trunks/3e66f146-5754-4f3f-8b6b-bc927e9dfe5d/tags/red => 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: 1333/2637] 10.0.0.201 () {32 vars in 729 bytes} [Thu Mar 19 08:32:04 2026] GET /v2.0/trunks/3e66f146-5754-4f3f-8b6b-bc927e9dfe5d/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2638] 10.0.0.201 () {34 vars in 778 bytes} [Thu Mar 19 08:32:04 2026] PUT /v2.0/trunks/3e66f146-5754-4f3f-8b6b-bc927e9dfe5d/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2639] 10.0.0.201 () {32 vars in 729 bytes} [Thu Mar 19 08:32:04 2026] GET /v2.0/trunks/3e66f146-5754-4f3f-8b6b-bc927e9dfe5d/tags => generated 52 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2640] 10.0.0.201 () {34 vars in 749 bytes} [Thu Mar 19 08:32:04 2026] PUT /v2.0/trunks/3e66f146-5754-4f3f-8b6b-bc927e9dfe5d/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2641] 10.0.0.201 () {32 vars in 729 bytes} [Thu Mar 19 08:32:04 2026] GET /v2.0/trunks/3e66f146-5754-4f3f-8b6b-bc927e9dfe5d/tags => generated 37 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2642] 10.0.0.201 () {32 vars in 737 bytes} [Thu Mar 19 08:32:04 2026] GET /v2.0/trunks/3e66f146-5754-4f3f-8b6b-bc927e9dfe5d/tags/red => generated 0 bytes in 21 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:32:04.239 7 INFO neutron.api.v2.resource [None req-056d3652-7ce0-4134-9001-5233bfb92f58 e1879219d26046b1ae2f7e6d233e85bf 3ed49f98870b49e68047cb91ec04b4d4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1336/2643] 10.0.0.201 () {32 vars in 741 bytes} [Thu Mar 19 08:32:04 2026] GET /v2.0/trunks/3e66f146-5754-4f3f-8b6b-bc927e9dfe5d/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2644] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:32:04 2026] DELETE /v2.0/trunks/3e66f146-5754-4f3f-8b6b-bc927e9dfe5d/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2645] 10.0.0.201 () {32 vars in 729 bytes} [Thu Mar 19 08:32:04 2026] GET /v2.0/trunks/3e66f146-5754-4f3f-8b6b-bc927e9dfe5d/tags => generated 30 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:32:04.336 8 INFO neutron.api.v2.resource [None req-f73feef7-8f64-4f83-8816-db5aa9445563 e1879219d26046b1ae2f7e6d233e85bf 3ed49f98870b49e68047cb91ec04b4d4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1309/2646] 10.0.0.201 () {32 vars in 744 bytes} [Thu Mar 19 08:32:04 2026] DELETE /v2.0/trunks/3e66f146-5754-4f3f-8b6b-bc927e9dfe5d/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2647] 10.0.0.201 () {32 vars in 732 bytes} [Thu Mar 19 08:32:04 2026] DELETE /v2.0/trunks/3e66f146-5754-4f3f-8b6b-bc927e9dfe5d/tags => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2648] 10.0.0.201 () {32 vars in 729 bytes} [Thu Mar 19 08:32:04 2026] GET /v2.0/trunks/3e66f146-5754-4f3f-8b6b-bc927e9dfe5d/tags => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2649] 10.0.0.201 () {32 vars in 719 bytes} [Thu Mar 19 08:32:04 2026] GET /v2.0/trunks/3e66f146-5754-4f3f-8b6b-bc927e9dfe5d => generated 407 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2650] 10.0.0.201 () {32 vars in 717 bytes} [Thu Mar 19 08:32:04 2026] GET /v2.0/ports/dbd28155-304f-47e0-8437-908bd9d0c620 => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2651] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:32:04 2026] GET /v2.0/ports?device_id=4f2ca394-7676-4571-be76-6c5195cf5a39 => generated 1010 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2652] 10.0.0.201 () {32 vars in 722 bytes} [Thu Mar 19 08:32:04 2026] DELETE /v2.0/trunks/3e66f146-5754-4f3f-8b6b-bc927e9dfe5d => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2653] 10.0.0.110 () {34 vars in 1120 bytes} [Thu Mar 19 08:32:04 2026] GET /v2.0/security-groups?id=26c86265-9bc9-4581-b2f4-0cb3f7bd46ae&id=68b7dee3-5925-47e1-8725-fc9020c12628&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:32:04.718 8 INFO neutron_taas.services.taas.taas_plugin [None req-11230f8d-2bec-4aed-b873-639927302af6 e1879219d26046b1ae2f7e6d233e85bf 3ed49f98870b49e68047cb91ec04b4d4 - - default default] TaaS: Handle Delete Port: dbd28155-304f-47e0-8437-908bd9d0c620 2026-03-19 08:32:04.721 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11230f8d-2bec-4aed-b873-639927302af6 e1879219d26046b1ae2f7e6d233e85bf 3ed49f98870b49e68047cb91ec04b4d4 - - default default] Tap Mirror: Handle Delete Port: dbd28155-304f-47e0-8437-908bd9d0c620 [pid: 8|app: 0|req: 1313/2654] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:32:04 2026] DELETE /v2.0/ports/dbd28155-304f-47e0-8437-908bd9d0c620 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:32:04.925 7 INFO neutron.services.segments.plugin [-] Segment baac0ff4-ae76-411d-a5f7-e9db3e79b2b7 resource provider aggregate not found 2026-03-19 08:32:04.931 7 INFO neutron.services.segments.plugin [-] Segment baac0ff4-ae76-411d-a5f7-e9db3e79b2b7 resource provider aggregate not found 2026-03-19 08:32:04.940 7 INFO neutron.services.segments.plugin [-] Segment baac0ff4-ae76-411d-a5f7-e9db3e79b2b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid baac0ff4-ae76-411d-a5f7-e9db3e79b2b7 found for delete ", "request_id": "req-45cccd4c-e794-41a8-81ac-17fc49f56827"}]} 2026-03-19 08:32:04.951 7 INFO neutron.services.segments.plugin [-] Segment baac0ff4-ae76-411d-a5f7-e9db3e79b2b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid baac0ff4-ae76-411d-a5f7-e9db3e79b2b7 found for delete ", "request_id": "req-4add82f8-50ce-4f8f-aa6a-ecba3cc7d17a"}]} [pid: 7|app: 0|req: 1342/2655] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:32:04 2026] DELETE /v2.0/networks/c0c56248-d084-42db-ad2d-c7f3124c8baf => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2656] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:32:05 2026] GET /v2.0/ports?device_id=4f2ca394-7676-4571-be76-6c5195cf5a39 => generated 1010 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2657] 10.0.0.110 () {34 vars in 1120 bytes} [Thu Mar 19 08:32:05 2026] GET /v2.0/security-groups?id=26c86265-9bc9-4581-b2f4-0cb3f7bd46ae&id=68b7dee3-5925-47e1-8725-fc9020c12628&fields=id&fields=name => generated 207 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2658] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:32:05 2026] GET /v2.0/security-groups?tenant_id=df3d87f9e9b249229d88742f1d705cc2&name=default => generated 2929 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2659] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:32:05 2026] DELETE /v2.0/security-groups/ae7b1629-cc50-4647-a900-e87b939ea3fd => 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: 1315/2660] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:32:06 2026] GET /v2.0/security-groups?tenant_id=3ed49f98870b49e68047cb91ec04b4d4&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2661] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:32:06 2026] DELETE /v2.0/security-groups/8df48a7c-fc3f-4925-976f-dc9a33063938 => 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: 1316/2662] 199.204.45.138 () {34 vars in 994 bytes} [Thu Mar 19 08:32:06 2026] GET /v2.0/ports?device_id=4f2ca394-7676-4571-be76-6c5195cf5a39 => generated 1010 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:32:06.281 7 INFO neutron_taas.services.taas.taas_plugin [req-c4cd07e1-bf83-4b3a-bbb3-e63f14af485d req-849e09d8-893d-498a-8e05-7b6df9e3be13 5d0c66f4b9864d8f9de15d38e909c705 485a875f4dc745d8b823fd1f8d593805 - - default default] TaaS: Handle Delete Port: 201a08ea-861e-419a-97ac-961146671916 2026-03-19 08:32:06.284 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c4cd07e1-bf83-4b3a-bbb3-e63f14af485d req-849e09d8-893d-498a-8e05-7b6df9e3be13 5d0c66f4b9864d8f9de15d38e909c705 485a875f4dc745d8b823fd1f8d593805 - - default default] Tap Mirror: Handle Delete Port: 201a08ea-861e-419a-97ac-961146671916 2026-03-19 08:32:06.414 7 INFO neutron.db.l3_db [req-c4cd07e1-bf83-4b3a-bbb3-e63f14af485d req-849e09d8-893d-498a-8e05-7b6df9e3be13 5d0c66f4b9864d8f9de15d38e909c705 485a875f4dc745d8b823fd1f8d593805 - - default default] Floating IP ea453a1a-ce0d-49ff-96d1-e67f1dfc4226 disassociated. External IP: 10.96.250.204, port: 201a08ea-861e-419a-97ac-961146671916. [pid: 7|app: 0|req: 1347/2663] 199.204.45.138 () {36 vars in 997 bytes} [Thu Mar 19 08:32:06 2026] DELETE /v2.0/ports/201a08ea-861e-419a-97ac-961146671916 => generated 0 bytes in 580 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:32:06.814 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f58909a-96ae-4f15-840f-d6fdf9e11577'] response: {'server_uuid': '4f2ca394-7676-4571-be76-6c5195cf5a39', 'name': 'network-vif-deleted', 'tag': '201a08ea-861e-419a-97ac-961146671916', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1317/2664] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:32:06 2026] GET /v2.0/ports?device_id=4f2ca394-7676-4571-be76-6c5195cf5a39 => 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: 1348/2665] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:32:07 2026] GET /v2.0/ports?device_id=4f2ca394-7676-4571-be76-6c5195cf5a39 => 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: 1318/2666] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:32:09 2026] GET /v2.0/ports?device_id=4f2ca394-7676-4571-be76-6c5195cf5a39 => 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: 1350/2669] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:32:10 2026] DELETE /v2.0/security-groups/68b7dee3-5925-47e1-8725-fc9020c12628 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:32:10.351 8 INFO neutron.api.v2.resource [None req-c7e7b80e-3714-435f-83d8-1e2a52602974 5d0c66f4b9864d8f9de15d38e909c705 485a875f4dc745d8b823fd1f8d593805 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1320/2670] 10.0.0.201 () {32 vars in 737 bytes} [Thu Mar 19 08:32:10 2026] GET /v2.0/security-groups/68b7dee3-5925-47e1-8725-fc9020c12628 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:32:10.454 7 INFO neutron_taas.services.taas.taas_plugin [None req-29754a6a-6637-4543-a157-ab17bbfc0942 5d0c66f4b9864d8f9de15d38e909c705 485a875f4dc745d8b823fd1f8d593805 - - default default] TaaS: Handle Delete Port: 7c61d01f-696a-40a1-820c-c2e82f8c7975 2026-03-19 08:32:10.458 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29754a6a-6637-4543-a157-ab17bbfc0942 5d0c66f4b9864d8f9de15d38e909c705 485a875f4dc745d8b823fd1f8d593805 - - default default] Tap Mirror: Handle Delete Port: 7c61d01f-696a-40a1-820c-c2e82f8c7975 [pid: 7|app: 0|req: 1351/2671] 10.0.0.201 () {32 vars in 732 bytes} [Thu Mar 19 08:32:10 2026] DELETE /v2.0/floatingips/ea453a1a-ce0d-49ff-96d1-e67f1dfc4226 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2672] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:32:10 2026] DELETE /v2.0/security-groups/26c86265-9bc9-4581-b2f4-0cb3f7bd46ae => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:32:11.119 7 INFO neutron_taas.services.taas.taas_plugin [None req-7d956640-0b22-4267-9a74-0c7111eb7099 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: b19cb2b7-02cf-4073-a60f-f85cf47028f2 2026-03-19 08:32:11.122 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d956640-0b22-4267-9a74-0c7111eb7099 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: b19cb2b7-02cf-4073-a60f-f85cf47028f2 [pid: 7|app: 0|req: 1352/2673] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:32:10 2026] PUT /v2.0/routers/08bcaa58-b1b3-4b44-9f59-5471a121ec14/remove_router_interface => generated 309 bytes in 866 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:32:11.847 8 INFO neutron_taas.services.taas.taas_plugin [None req-4331ec5d-6530-4635-8f39-813c1ce28638 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: e9826d81-2936-4d31-bcbe-a8551a5bedfe 2026-03-19 08:32:11.850 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4331ec5d-6530-4635-8f39-813c1ce28638 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: e9826d81-2936-4d31-bcbe-a8551a5bedfe 2026-03-19 08:32:12.096 8 INFO neutron_taas.services.taas.taas_plugin [None req-4331ec5d-6530-4635-8f39-813c1ce28638 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: cfd80831-90a4-4b21-9502-2ca23327e8ef 2026-03-19 08:32:12.099 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4331ec5d-6530-4635-8f39-813c1ce28638 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: cfd80831-90a4-4b21-9502-2ca23327e8ef 2026-03-19 08:32:12.375 8 INFO neutron.services.segments.plugin [-] Segment 878fa277-4246-494d-9550-da0ad2f41767 resource provider aggregate not found 2026-03-19 08:32:12.382 8 INFO neutron.services.segments.plugin [-] Segment 878fa277-4246-494d-9550-da0ad2f41767 resource provider aggregate not found 2026-03-19 08:32:12.399 8 INFO neutron.services.segments.plugin [-] Segment 878fa277-4246-494d-9550-da0ad2f41767 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 878fa277-4246-494d-9550-da0ad2f41767 found for delete ", "request_id": "req-93188005-5131-411c-ae65-8cbdfefa7df1"}]} 2026-03-19 08:32:12.400 8 INFO neutron.services.segments.plugin [-] Segment 878fa277-4246-494d-9550-da0ad2f41767 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 878fa277-4246-494d-9550-da0ad2f41767 found for delete ", "request_id": "req-84fc9b7f-71a1-438f-9e9a-d56f5393bd41"}]} 2026-03-19 08:32:12.405 8 INFO neutron.db.l3_hamode_db [None req-4331ec5d-6530-4635-8f39-813c1ce28638 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] HA network d50a2632-500c-47ec-ada5-465dee1d1e6a was deleted as no HA routers are present in tenant 485a875f4dc745d8b823fd1f8d593805. [pid: 8|app: 0|req: 1322/2674] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:32:11 2026] DELETE /v2.0/routers/08bcaa58-b1b3-4b44-9f59-5471a121ec14 => generated 0 bytes in 769 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2675] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:32:12 2026] DELETE /v2.0/subnets/ee0dc77c-ee6f-4c0d-9f2c-378cf15dc4e1 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:32:12.675 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b93ba99-f041-4bb7-81ab-846a93de93fe 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: c6eb7c3b-eb1a-4773-a3e6-e76b28d74358 2026-03-19 08:32:12.678 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b93ba99-f041-4bb7-81ab-846a93de93fe 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: c6eb7c3b-eb1a-4773-a3e6-e76b28d74358 [pid: 8|app: 0|req: 1323/2676] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:32:12 2026] DELETE /v2.0/networks/936612b4-4447-4a54-a9c4-286f4478e54e => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:32:13.167 7 INFO neutron_taas.services.taas.taas_plugin [None req-84ccd48a-6030-4a00-9c12-fc530ffb24a9 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: 916dffe0-39f7-4b0a-9896-0329d40148e1 2026-03-19 08:32:13.170 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84ccd48a-6030-4a00-9c12-fc530ffb24a9 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: 916dffe0-39f7-4b0a-9896-0329d40148e1 [pid: 7|app: 0|req: 1354/2677] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:32:12 2026] PUT /v2.0/routers/12cc2a98-d310-438b-8099-9f72eeb0f82b/remove_router_interface => generated 309 bytes in 868 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:32:13.933 8 INFO neutron_taas.services.taas.taas_plugin [None req-43adce93-10b4-4ed9-b3d5-86b5da0e97f7 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: cb1b1c3c-90ef-4cb6-96db-7c28966bd8fe 2026-03-19 08:32:13.936 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43adce93-10b4-4ed9-b3d5-86b5da0e97f7 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: cb1b1c3c-90ef-4cb6-96db-7c28966bd8fe 2026-03-19 08:32:14.207 8 INFO neutron_taas.services.taas.taas_plugin [None req-43adce93-10b4-4ed9-b3d5-86b5da0e97f7 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: 0ac87651-7a28-4e40-ab0a-d4ad00195915 2026-03-19 08:32:14.209 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43adce93-10b4-4ed9-b3d5-86b5da0e97f7 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: 0ac87651-7a28-4e40-ab0a-d4ad00195915 2026-03-19 08:32:14.422 8 INFO neutron.services.segments.plugin [-] Segment 22f277ac-ff17-4069-8a30-46f15dcab472 resource provider aggregate not found 2026-03-19 08:32:14.438 8 INFO neutron.services.segments.plugin [-] Segment 22f277ac-ff17-4069-8a30-46f15dcab472 resource provider aggregate not found 2026-03-19 08:32:14.445 8 INFO neutron.services.segments.plugin [-] Segment 22f277ac-ff17-4069-8a30-46f15dcab472 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22f277ac-ff17-4069-8a30-46f15dcab472 found for delete ", "request_id": "req-8dd3b011-fc69-4074-8d2b-d115beabe6f8"}]} 2026-03-19 08:32:14.470 8 INFO neutron.services.segments.plugin [-] Segment 22f277ac-ff17-4069-8a30-46f15dcab472 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22f277ac-ff17-4069-8a30-46f15dcab472 found for delete ", "request_id": "req-ab3bd2d2-09a8-46df-ae20-b0bb99f7d58d"}]} 2026-03-19 08:32:14.609 8 INFO neutron.db.l3_hamode_db [None req-43adce93-10b4-4ed9-b3d5-86b5da0e97f7 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] HA network 82d319a1-810b-442d-9773-3d065f9da0fa was deleted as no HA routers are present in tenant 40ffac298969489fbf970dc1a82df500. [pid: 8|app: 0|req: 1324/2678] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:32:13 2026] DELETE /v2.0/routers/12cc2a98-d310-438b-8099-9f72eeb0f82b => generated 0 bytes in 881 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2679] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:32:14 2026] DELETE /v2.0/subnets/0118eddb-c588-400a-82fb-5e419474b4b8 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:32:14.896 8 INFO neutron_taas.services.taas.taas_plugin [None req-1d80f2e6-2b57-4c81-ae14-ade112cbdcd1 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: b230b763-a129-4ce0-91f9-a43cce45b5de 2026-03-19 08:32:14.899 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d80f2e6-2b57-4c81-ae14-ade112cbdcd1 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: b230b763-a129-4ce0-91f9-a43cce45b5de [pid: 8|app: 0|req: 1325/2680] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:32:14 2026] DELETE /v2.0/networks/466fa55c-41e7-4e7d-9903-5b0f0b8932df => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2681] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:32:15 2026] GET /v2.0/security-groups?tenant_id=40ffac298969489fbf970dc1a82df500&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2682] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:32:15 2026] DELETE /v2.0/security-groups/31255231-ab38-47c0-9c68-69d3c3b6ad32 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2683] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:32:15 2026] GET /v2.0/security-groups?tenant_id=485a875f4dc745d8b823fd1f8d593805&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: 1327/2684] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:32:15 2026] DELETE /v2.0/security-groups/8280d7f8-af0b-4725-a01c-2af9ebf89f35 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:32:16.466 8 INFO neutron.services.segments.plugin [-] Segment 772c720b-c02d-4c70-8f68-ee39b5261706 resource provider aggregate not found 2026-03-19 08:32:16.482 8 INFO neutron.services.segments.plugin [-] Segment 772c720b-c02d-4c70-8f68-ee39b5261706 resource provider aggregate not found 2026-03-19 08:32:16.487 8 INFO neutron.services.segments.plugin [-] Segment 772c720b-c02d-4c70-8f68-ee39b5261706 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 772c720b-c02d-4c70-8f68-ee39b5261706 found for delete ", "request_id": "req-81c1f261-e473-4158-902a-24fdf223e604"}]} 2026-03-19 08:32:16.499 8 INFO neutron.services.segments.plugin [-] Segment 772c720b-c02d-4c70-8f68-ee39b5261706 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 772c720b-c02d-4c70-8f68-ee39b5261706 found for delete ", "request_id": "req-66452674-09c6-4443-8291-7319f19c89f3"}]} 2026-03-19 08:32:16.508 8 INFO neutron.services.segments.plugin [-] Segment cec7d7e0-afe5-4056-9b00-539735c18516 resource provider aggregate not found 2026-03-19 08:32:16.511 8 INFO neutron.services.segments.plugin [-] Segment cec7d7e0-afe5-4056-9b00-539735c18516 resource provider aggregate not found 2026-03-19 08:32:16.519 8 INFO neutron.services.segments.plugin [-] Segment cec7d7e0-afe5-4056-9b00-539735c18516 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cec7d7e0-afe5-4056-9b00-539735c18516 found for delete ", "request_id": "req-9c98dfe5-5340-4a30-821b-e167d168f2c3"}]} 2026-03-19 08:32:16.520 8 INFO neutron.services.segments.plugin [-] Segment cec7d7e0-afe5-4056-9b00-539735c18516 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cec7d7e0-afe5-4056-9b00-539735c18516 found for delete ", "request_id": "req-57e29286-6d8c-40bc-b4a4-b65c2f6d8eb9"}]} 2026-03-19 08:32:20.048 7 INFO neutron.db.segments_db [None req-1d79de5e-aca1-4fd9-8de5-21f4f7b8fecf d8c7a3e8a7ba43a6a8251f332fcfc41c 2cef7f87ff0f44e3a4635189f5675b0e - - default default] Added segment 19546d32-8bec-450a-9029-70477842c042 of type vxlan for network a9f759a4-5785-4128-9c3a-36ae408c9764 [pid: 7|app: 0|req: 1358/2685] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:32:19 2026] POST /v2.0/networks => generated 727 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2686] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:32:20 2026] POST /v2.0/subnets => generated 644 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:32:20.407 7 WARNING neutron.api.v2.base [None req-8e217dcd-d159-47e3-901a-b6284a4d63b3 d8c7a3e8a7ba43a6a8251f332fcfc41c 2cef7f87ff0f44e3a4635189f5675b0e - - 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-03-19 08:32:20.408 7 INFO neutron.api.v2.resource [None req-8e217dcd-d159-47e3-901a-b6284a4d63b3 d8c7a3e8a7ba43a6a8251f332fcfc41c 2cef7f87ff0f44e3a4635189f5675b0e - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1359/2687] 10.0.0.201 () {34 vars in 681 bytes} [Thu Mar 19 08:32:20 2026] POST /v2.0/rbac-policies => generated 143 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-03-19 08:32:20.630 8 INFO neutron.services.segments.plugin [-] Segment 19546d32-8bec-450a-9029-70477842c042 resource provider aggregate not found 2026-03-19 08:32:20.639 8 INFO neutron.services.segments.plugin [-] Segment 19546d32-8bec-450a-9029-70477842c042 resource provider aggregate not found 2026-03-19 08:32:20.652 8 INFO neutron.services.segments.plugin [-] Segment 19546d32-8bec-450a-9029-70477842c042 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19546d32-8bec-450a-9029-70477842c042 found for delete ", "request_id": "req-b7be83ed-e813-40eb-99c6-154289cdd94e"}]} 2026-03-19 08:32:20.654 8 INFO neutron.services.segments.plugin [-] Segment 19546d32-8bec-450a-9029-70477842c042 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19546d32-8bec-450a-9029-70477842c042 found for delete ", "request_id": "req-5821ac3a-cf74-49e9-b0e1-92d8868e2b12"}]} [pid: 8|app: 0|req: 1329/2688] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:32:20 2026] DELETE /v2.0/networks/a9f759a4-5785-4128-9c3a-36ae408c9764 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:32:20.765 7 INFO neutron.db.segments_db [None req-b3df0d1b-c741-41da-be51-85e7e3dbd95a d8c7a3e8a7ba43a6a8251f332fcfc41c 2cef7f87ff0f44e3a4635189f5675b0e - - default default] Added segment 10dfd11f-f7de-4974-8b8a-2f5e13d33c55 of type vxlan for network fb3b359a-750b-45f2-94af-b74bc11f6c98 [pid: 7|app: 0|req: 1360/2689] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:32:20 2026] POST /v2.0/networks => generated 727 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2690] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:32:20 2026] POST /v2.0/subnets => generated 647 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:32:21.047 7 WARNING neutron.api.v2.base [None req-6cbc3936-6ee0-4539-913a-98029e1884bb d8c7a3e8a7ba43a6a8251f332fcfc41c 2cef7f87ff0f44e3a4635189f5675b0e - - 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-03-19 08:32:21.048 7 INFO neutron.api.v2.resource [None req-6cbc3936-6ee0-4539-913a-98029e1884bb d8c7a3e8a7ba43a6a8251f332fcfc41c 2cef7f87ff0f44e3a4635189f5675b0e - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1361/2691] 10.0.0.201 () {34 vars in 681 bytes} [Thu Mar 19 08:32:21 2026] POST /v2.0/rbac-policies => generated 547 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2692] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:32:21 2026] DELETE /v2.0/networks/fb3b359a-750b-45f2-94af-b74bc11f6c98 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:32:21.339 7 INFO neutron.db.segments_db [None req-ea965ed7-851d-41b0-8bad-49a5344ec154 d8c7a3e8a7ba43a6a8251f332fcfc41c 2cef7f87ff0f44e3a4635189f5675b0e - - default default] Added segment 666fd405-a80a-4d51-bed6-a07af85eab08 of type vxlan for network 0531fcc1-a296-4dd6-a15b-c1d0a7fc3a75 [pid: 7|app: 0|req: 1362/2693] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:32:21 2026] POST /v2.0/networks => generated 726 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2694] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:32:21 2026] POST /v2.0/subnets => generated 647 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2695] 10.0.0.201 () {34 vars in 681 bytes} [Thu Mar 19 08:32:21 2026] POST /v2.0/rbac-policies => generated 324 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2696] 10.0.0.201 () {32 vars in 723 bytes} [Thu Mar 19 08:32:22 2026] GET /v2.0/networks/0531fcc1-a296-4dd6-a15b-c1d0a7fc3a75 => generated 654 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:32:22.675 8 INFO neutron.services.segments.plugin [-] Segment 10dfd11f-f7de-4974-8b8a-2f5e13d33c55 resource provider aggregate not found 2026-03-19 08:32:22.679 8 INFO neutron.services.segments.plugin [-] Segment 10dfd11f-f7de-4974-8b8a-2f5e13d33c55 resource provider aggregate not found 2026-03-19 08:32:22.688 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b66d130d-caf9-4b1e-873e-5ae8775d4859 c02902a6f3694f89a28e9189920f5f52 324e717110db46128a27d99f3f660a12 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1364/2697] 10.0.0.201 () {32 vars in 723 bytes} [Thu Mar 19 08:32:22 2026] GET /v2.0/networks/0531fcc1-a296-4dd6-a15b-c1d0a7fc3a75 => generated 138 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:32:22.696 8 INFO neutron.services.segments.plugin [-] Segment 10dfd11f-f7de-4974-8b8a-2f5e13d33c55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10dfd11f-f7de-4974-8b8a-2f5e13d33c55 found for delete ", "request_id": "req-64b795f8-70bf-42ee-ab63-c78e1fbe2ee8"}]} 2026-03-19 08:32:22.699 8 INFO neutron.services.segments.plugin [-] Segment 10dfd11f-f7de-4974-8b8a-2f5e13d33c55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10dfd11f-f7de-4974-8b8a-2f5e13d33c55 found for delete ", "request_id": "req-76b8975d-b0b4-44ce-b583-902cd4ff3515"}]} 2026-03-19 08:32:22.805 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a21a299-60fd-4385-8dae-c508858dcb82 d8c7a3e8a7ba43a6a8251f332fcfc41c 2cef7f87ff0f44e3a4635189f5675b0e - - default default] TaaS: Handle Delete Port: 15d774ac-e2e0-4846-afa8-141facb10974 2026-03-19 08:32:22.808 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a21a299-60fd-4385-8dae-c508858dcb82 d8c7a3e8a7ba43a6a8251f332fcfc41c 2cef7f87ff0f44e3a4635189f5675b0e - - default default] Tap Mirror: Handle Delete Port: 15d774ac-e2e0-4846-afa8-141facb10974 [pid: 8|app: 0|req: 1334/2698] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:32:22 2026] DELETE /v2.0/networks/0531fcc1-a296-4dd6-a15b-c1d0a7fc3a75 => generated 0 bytes in 373 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:32:23.095 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8b13d984-96d7-4997-8827-185f454ff01f d8c7a3e8a7ba43a6a8251f332fcfc41c 2cef7f87ff0f44e3a4635189f5675b0e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1365/2699] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:32:23 2026] DELETE /v2.0/subnets/57af8754-dd7c-4bfe-8ac3-deb318a7dbe7 => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:32:23.119 8 INFO neutron.pecan_wsgi.hooks.translation [None req-37c00c1a-9b75-4da3-b55d-60319ec4b4c9 d8c7a3e8a7ba43a6a8251f332fcfc41c 2cef7f87ff0f44e3a4635189f5675b0e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1335/2700] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:32:23 2026] DELETE /v2.0/subnets/997bdb19-4f1b-402f-8d2a-a7927998dc96 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:32:23.137 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2cf26e8c-cec3-47b6-a375-a31ac3f7a206 d8c7a3e8a7ba43a6a8251f332fcfc41c 2cef7f87ff0f44e3a4635189f5675b0e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1366/2701] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:32:23 2026] DELETE /v2.0/subnets/8bfa6107-a05a-4908-bd4e-a8e5f5b6379a => 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: 1336/2702] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:32:23 2026] GET /v2.0/security-groups?tenant_id=1a8963b595a4454b8faa9668cdd187dc&name=default => generated 2929 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2703] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:32:24 2026] DELETE /v2.0/security-groups/15f3b829-bbdf-413a-adff-38af1031150e => 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: 1338/2706] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:32:24 2026] GET /v2.0/security-groups?tenant_id=324e717110db46128a27d99f3f660a12&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2707] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:32:24 2026] DELETE /v2.0/security-groups/59d843f0-1151-435f-9d0a-3d1c03a83799 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:32:24.715 8 INFO neutron.services.segments.plugin [-] Segment 666fd405-a80a-4d51-bed6-a07af85eab08 resource provider aggregate not found 2026-03-19 08:32:24.720 8 INFO neutron.services.segments.plugin [-] Segment 666fd405-a80a-4d51-bed6-a07af85eab08 resource provider aggregate not found 2026-03-19 08:32:24.730 8 INFO neutron.services.segments.plugin [-] Segment 666fd405-a80a-4d51-bed6-a07af85eab08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 666fd405-a80a-4d51-bed6-a07af85eab08 found for delete ", "request_id": "req-4eead61e-8c90-4900-8055-382cf5b9ff65"}]} 2026-03-19 08:32:24.744 8 INFO neutron.services.segments.plugin [-] Segment 666fd405-a80a-4d51-bed6-a07af85eab08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 666fd405-a80a-4d51-bed6-a07af85eab08 found for delete ", "request_id": "req-47f19cfb-8536-40bc-9dcb-c1d6cd3774f5"}]} [pid: 8|app: 0|req: 1339/2708] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:32:24 2026] GET /v2.0/security-groups?tenant_id=2cef7f87ff0f44e3a4635189f5675b0e&name=default => generated 2929 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2709] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:32:24 2026] DELETE /v2.0/security-groups/f45fe741-bfd8-4f37-a870-f76d3c67d29c => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:32:29.118 8 INFO neutron.db.segments_db [None req-a35d6c34-807e-4768-8827-cf3a6417ba94 26b75183be304b9487231f50c228f0ab 4256e37ccee840efa77a63b071fb6771 - - default default] Added segment 8fbe7bc9-0579-4678-9e3d-0cdbefd9fc0c of type vxlan for network bc313685-aa84-4639-a7e4-93bc9cd9dbe5 [pid: 8|app: 0|req: 1340/2710] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:32:28 2026] POST /v2.0/networks => generated 632 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2711] 10.0.0.201 () {34 vars in 664 bytes} [Thu Mar 19 08:32:29 2026] POST /v2.0/ports => generated 743 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2712] 10.0.0.201 () {34 vars in 666 bytes} [Thu Mar 19 08:32:29 2026] POST /v2.0/trunks => generated 407 bytes in 275 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-03-19 08:32:29.877 7 INFO neutron.db.segments_db [None req-c1ded4b7-d863-4b91-9515-030c762819ec 26b75183be304b9487231f50c228f0ab 4256e37ccee840efa77a63b071fb6771 - - default default] Added segment 01717ba2-6b52-4723-a03e-66c28db63953 of type vxlan for network 7bf77241-544d-4328-a375-9df6894bd3ab [pid: 7|app: 0|req: 1372/2713] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:32:29 2026] POST /v2.0/networks => generated 631 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2714] 10.0.0.201 () {34 vars in 664 bytes} [Thu Mar 19 08:32:29 2026] POST /v2.0/ports => generated 743 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2715] 10.0.0.201 () {34 vars in 666 bytes} [Thu Mar 19 08:32:30 2026] POST /v2.0/trunks => generated 407 bytes in 185 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-03-19 08:32:30.517 8 INFO neutron.db.segments_db [None req-1706dde0-923c-47e5-91d9-060088f4c47c 26b75183be304b9487231f50c228f0ab 4256e37ccee840efa77a63b071fb6771 - - default default] Added segment e2bef5d9-d4df-43b4-ae3f-9490e978b618 of type vxlan for network e165771d-6113-41dd-9cbf-61ca2c80a6ca [pid: 8|app: 0|req: 1343/2716] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:32:30 2026] POST /v2.0/networks => generated 631 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2717] 10.0.0.201 () {34 vars in 664 bytes} [Thu Mar 19 08:32:30 2026] POST /v2.0/ports => generated 743 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2718] 10.0.0.201 () {34 vars in 666 bytes} [Thu Mar 19 08:32:30 2026] POST /v2.0/trunks => generated 407 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-19 08:32:31.122 7 INFO neutron.db.segments_db [None req-1063529e-6ff8-4d24-abc3-61d0ea2c64d7 26b75183be304b9487231f50c228f0ab 4256e37ccee840efa77a63b071fb6771 - - default default] Added segment 3c6809a4-f4ac-4dca-b766-f0cf1d4b0f24 of type vxlan for network ff93c3c7-57aa-4a89-92f6-edf29415d290 [pid: 7|app: 0|req: 1375/2719] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:32:31 2026] POST /v2.0/networks => generated 632 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2720] 10.0.0.201 () {34 vars in 664 bytes} [Thu Mar 19 08:32:31 2026] POST /v2.0/ports => generated 743 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2721] 10.0.0.201 () {34 vars in 666 bytes} [Thu Mar 19 08:32:31 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-03-19 08:32:31.712 8 INFO neutron.db.segments_db [None req-eefd5192-4308-4a6d-85af-96397fb07e07 26b75183be304b9487231f50c228f0ab 4256e37ccee840efa77a63b071fb6771 - - default default] Added segment 9af51cc1-c9c1-4535-bd5b-ff7261fcd45f of type vxlan for network 39c68a0f-8758-40bb-8791-fb41405fafaa [pid: 8|app: 0|req: 1346/2722] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:32:31 2026] POST /v2.0/networks => generated 631 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2723] 10.0.0.201 () {34 vars in 664 bytes} [Thu Mar 19 08:32:31 2026] POST /v2.0/ports => generated 743 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2724] 10.0.0.201 () {34 vars in 666 bytes} [Thu Mar 19 08:32:32 2026] POST /v2.0/trunks => generated 407 bytes in 129 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: 1378/2725] 10.0.0.201 () {34 vars in 749 bytes} [Thu Mar 19 08:32:32 2026] PUT /v2.0/trunks/53c0ad07-513b-43e9-96d5-ebeb938b8b1a/tags => generated 17 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2726] 10.0.0.201 () {34 vars in 749 bytes} [Thu Mar 19 08:32:32 2026] PUT /v2.0/trunks/67aba6f6-fe4c-419b-9860-46179b3909b6/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2727] 10.0.0.201 () {34 vars in 749 bytes} [Thu Mar 19 08:32:32 2026] PUT /v2.0/trunks/64471072-a7fb-4dc9-ab19-4b9a2cd3b32f/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2728] 10.0.0.201 () {34 vars in 749 bytes} [Thu Mar 19 08:32:32 2026] PUT /v2.0/trunks/301410a0-81b2-46a6-9d59-bc4562fe8522/tags => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2729] 10.0.0.201 () {32 vars in 662 bytes} [Thu Mar 19 08:32:32 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: 8|app: 0|req: 1350/2730] 10.0.0.201 () {32 vars in 676 bytes} [Thu Mar 19 08:32:32 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2731] 10.0.0.201 () {32 vars in 672 bytes} [Thu Mar 19 08:32:32 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2732] 10.0.0.201 () {32 vars in 684 bytes} [Thu Mar 19 08:32:32 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2733] 10.0.0.201 () {32 vars in 670 bytes} [Thu Mar 19 08:32:32 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: 8|app: 0|req: 1352/2734] 10.0.0.201 () {32 vars in 684 bytes} [Thu Mar 19 08:32:32 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2735] 10.0.0.201 () {32 vars in 680 bytes} [Thu Mar 19 08:32:32 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2736] 10.0.0.201 () {32 vars in 692 bytes} [Thu Mar 19 08:32:32 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2737] 10.0.0.201 () {32 vars in 719 bytes} [Thu Mar 19 08:32:32 2026] GET /v2.0/trunks/53c0ad07-513b-43e9-96d5-ebeb938b8b1a => generated 412 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2738] 10.0.0.201 () {32 vars in 717 bytes} [Thu Mar 19 08:32:32 2026] GET /v2.0/ports/b786bc72-ddde-432f-8ec8-3ac6e7e799cd => generated 826 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2739] 10.0.0.201 () {32 vars in 722 bytes} [Thu Mar 19 08:32:32 2026] DELETE /v2.0/trunks/53c0ad07-513b-43e9-96d5-ebeb938b8b1a => 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: 1355/2740] 10.0.0.201 () {32 vars in 719 bytes} [Thu Mar 19 08:32:32 2026] GET /v2.0/trunks/67aba6f6-fe4c-419b-9860-46179b3909b6 => generated 420 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2741] 10.0.0.201 () {32 vars in 717 bytes} [Thu Mar 19 08:32:32 2026] GET /v2.0/ports/11d309d6-c517-4024-8c10-d6a5e34ad433 => 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: 1356/2742] 10.0.0.201 () {32 vars in 722 bytes} [Thu Mar 19 08:32:32 2026] DELETE /v2.0/trunks/67aba6f6-fe4c-419b-9860-46179b3909b6 => 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: 1387/2743] 10.0.0.201 () {32 vars in 719 bytes} [Thu Mar 19 08:32:32 2026] GET /v2.0/trunks/64471072-a7fb-4dc9-ab19-4b9a2cd3b32f => generated 429 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2744] 10.0.0.201 () {32 vars in 717 bytes} [Thu Mar 19 08:32:32 2026] GET /v2.0/ports/066af8bf-fad0-4432-bd54-18f146deb9c6 => generated 826 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2745] 10.0.0.201 () {32 vars in 722 bytes} [Thu Mar 19 08:32:33 2026] DELETE /v2.0/trunks/64471072-a7fb-4dc9-ab19-4b9a2cd3b32f => 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: 1358/2746] 10.0.0.201 () {32 vars in 719 bytes} [Thu Mar 19 08:32:33 2026] GET /v2.0/trunks/301410a0-81b2-46a6-9d59-bc4562fe8522 => generated 414 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2747] 10.0.0.201 () {32 vars in 717 bytes} [Thu Mar 19 08:32:33 2026] GET /v2.0/ports/39fc12e4-4e94-44b9-959a-271ac49805c6 => generated 826 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2748] 10.0.0.201 () {32 vars in 722 bytes} [Thu Mar 19 08:32:33 2026] DELETE /v2.0/trunks/301410a0-81b2-46a6-9d59-bc4562fe8522 => 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: 1390/2749] 10.0.0.201 () {32 vars in 719 bytes} [Thu Mar 19 08:32:33 2026] GET /v2.0/trunks/25516b3d-71c8-4674-a461-7489470b2e99 => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2750] 10.0.0.201 () {32 vars in 717 bytes} [Thu Mar 19 08:32:33 2026] GET /v2.0/ports/5a8cbd61-f505-4a47-aa53-996ab501a335 => generated 826 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2751] 10.0.0.201 () {32 vars in 722 bytes} [Thu Mar 19 08:32:33 2026] DELETE /v2.0/trunks/25516b3d-71c8-4674-a461-7489470b2e99 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:32:33.546 8 INFO neutron_taas.services.taas.taas_plugin [None req-68d0cbb6-b20c-4f00-8251-ea42bd29c0a4 26b75183be304b9487231f50c228f0ab 4256e37ccee840efa77a63b071fb6771 - - default default] TaaS: Handle Delete Port: b786bc72-ddde-432f-8ec8-3ac6e7e799cd 2026-03-19 08:32:33.549 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68d0cbb6-b20c-4f00-8251-ea42bd29c0a4 26b75183be304b9487231f50c228f0ab 4256e37ccee840efa77a63b071fb6771 - - default default] Tap Mirror: Handle Delete Port: b786bc72-ddde-432f-8ec8-3ac6e7e799cd [pid: 8|app: 0|req: 1361/2752] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:32:33 2026] DELETE /v2.0/ports/b786bc72-ddde-432f-8ec8-3ac6e7e799cd => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:32:33.718 7 INFO neutron_taas.services.taas.taas_plugin [None req-f3b950ae-ee0d-4e42-bedf-c6fbe2cdae15 26b75183be304b9487231f50c228f0ab 4256e37ccee840efa77a63b071fb6771 - - default default] TaaS: Handle Delete Port: 11d309d6-c517-4024-8c10-d6a5e34ad433 2026-03-19 08:32:33.721 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3b950ae-ee0d-4e42-bedf-c6fbe2cdae15 26b75183be304b9487231f50c228f0ab 4256e37ccee840efa77a63b071fb6771 - - default default] Tap Mirror: Handle Delete Port: 11d309d6-c517-4024-8c10-d6a5e34ad433 [pid: 7|app: 0|req: 1392/2753] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:32:33 2026] DELETE /v2.0/ports/11d309d6-c517-4024-8c10-d6a5e34ad433 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:32:33.920 8 INFO neutron_taas.services.taas.taas_plugin [None req-1479f2f0-6277-4095-8ea1-eae171a6b5fe 26b75183be304b9487231f50c228f0ab 4256e37ccee840efa77a63b071fb6771 - - default default] TaaS: Handle Delete Port: 066af8bf-fad0-4432-bd54-18f146deb9c6 2026-03-19 08:32:33.923 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1479f2f0-6277-4095-8ea1-eae171a6b5fe 26b75183be304b9487231f50c228f0ab 4256e37ccee840efa77a63b071fb6771 - - default default] Tap Mirror: Handle Delete Port: 066af8bf-fad0-4432-bd54-18f146deb9c6 [pid: 8|app: 0|req: 1362/2754] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:32:33 2026] DELETE /v2.0/ports/066af8bf-fad0-4432-bd54-18f146deb9c6 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:32:34.103 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a977c07-9c03-4142-a0c1-91a5ffd72b9f 26b75183be304b9487231f50c228f0ab 4256e37ccee840efa77a63b071fb6771 - - default default] TaaS: Handle Delete Port: 39fc12e4-4e94-44b9-959a-271ac49805c6 2026-03-19 08:32:34.106 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a977c07-9c03-4142-a0c1-91a5ffd72b9f 26b75183be304b9487231f50c228f0ab 4256e37ccee840efa77a63b071fb6771 - - default default] Tap Mirror: Handle Delete Port: 39fc12e4-4e94-44b9-959a-271ac49805c6 [pid: 7|app: 0|req: 1393/2755] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:32:34 2026] DELETE /v2.0/ports/39fc12e4-4e94-44b9-959a-271ac49805c6 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:32:34.269 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a4c3429-0507-43e3-a146-5a65b3240b95 26b75183be304b9487231f50c228f0ab 4256e37ccee840efa77a63b071fb6771 - - default default] TaaS: Handle Delete Port: 5a8cbd61-f505-4a47-aa53-996ab501a335 2026-03-19 08:32:34.271 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a4c3429-0507-43e3-a146-5a65b3240b95 26b75183be304b9487231f50c228f0ab 4256e37ccee840efa77a63b071fb6771 - - default default] Tap Mirror: Handle Delete Port: 5a8cbd61-f505-4a47-aa53-996ab501a335 [pid: 8|app: 0|req: 1363/2756] 10.0.0.201 () {32 vars in 720 bytes} [Thu Mar 19 08:32:34 2026] DELETE /v2.0/ports/5a8cbd61-f505-4a47-aa53-996ab501a335 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:32:34.464 7 INFO neutron.services.segments.plugin [-] Segment 8fbe7bc9-0579-4678-9e3d-0cdbefd9fc0c resource provider aggregate not found 2026-03-19 08:32:34.468 7 INFO neutron.services.segments.plugin [-] Segment 8fbe7bc9-0579-4678-9e3d-0cdbefd9fc0c resource provider aggregate not found 2026-03-19 08:32:34.485 7 INFO neutron.services.segments.plugin [-] Segment 8fbe7bc9-0579-4678-9e3d-0cdbefd9fc0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fbe7bc9-0579-4678-9e3d-0cdbefd9fc0c found for delete ", "request_id": "req-820c7a87-b5f2-43ff-a790-b9219ff80ec4"}]} 2026-03-19 08:32:34.486 7 INFO neutron.services.segments.plugin [-] Segment 8fbe7bc9-0579-4678-9e3d-0cdbefd9fc0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fbe7bc9-0579-4678-9e3d-0cdbefd9fc0c found for delete ", "request_id": "req-8280de12-88eb-4376-955a-f4db6b9f3da3"}]} [pid: 7|app: 0|req: 1394/2757] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:32:34 2026] DELETE /v2.0/networks/bc313685-aa84-4639-a7e4-93bc9cd9dbe5 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:32:34.620 8 INFO neutron.services.segments.plugin [-] Segment 01717ba2-6b52-4723-a03e-66c28db63953 resource provider aggregate not found 2026-03-19 08:32:34.627 8 INFO neutron.services.segments.plugin [-] Segment 01717ba2-6b52-4723-a03e-66c28db63953 resource provider aggregate not found 2026-03-19 08:32:34.642 8 INFO neutron.services.segments.plugin [-] Segment 01717ba2-6b52-4723-a03e-66c28db63953 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01717ba2-6b52-4723-a03e-66c28db63953 found for delete ", "request_id": "req-6cb66510-8f04-41ff-a332-5299f921db9e"}]} 2026-03-19 08:32:34.648 8 INFO neutron.services.segments.plugin [-] Segment 01717ba2-6b52-4723-a03e-66c28db63953 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01717ba2-6b52-4723-a03e-66c28db63953 found for delete ", "request_id": "req-43779663-515a-4a79-b700-367ee4affa4a"}]} [pid: 8|app: 0|req: 1364/2758] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:32:34 2026] DELETE /v2.0/networks/7bf77241-544d-4328-a375-9df6894bd3ab => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2759] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:32:34 2026] DELETE /v2.0/networks/e165771d-6113-41dd-9cbf-61ca2c80a6ca => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2760] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:32:34 2026] DELETE /v2.0/networks/ff93c3c7-57aa-4a89-92f6-edf29415d290 => 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: 1396/2761] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:32:34 2026] DELETE /v2.0/networks/39c68a0f-8758-40bb-8791-fb41405fafaa => 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: 1366/2762] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:32:35 2026] GET /v2.0/security-groups?tenant_id=4256e37ccee840efa77a63b071fb6771&name=default => generated 2929 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2763] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:32:36 2026] DELETE /v2.0/security-groups/d527e8e9-13a0-4826-8500-ee5b25cd3924 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2764] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:32:36 2026] GET /v2.0/security-groups?tenant_id=bd4c16f1eaa24f6da4261cdb21aa01da&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:32:36.506 7 INFO neutron.services.segments.plugin [-] Segment e2bef5d9-d4df-43b4-ae3f-9490e978b618 resource provider aggregate not found 2026-03-19 08:32:36.511 7 INFO neutron.services.segments.plugin [-] Segment e2bef5d9-d4df-43b4-ae3f-9490e978b618 resource provider aggregate not found 2026-03-19 08:32:36.528 7 INFO neutron.services.segments.plugin [-] Segment e2bef5d9-d4df-43b4-ae3f-9490e978b618 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2bef5d9-d4df-43b4-ae3f-9490e978b618 found for delete ", "request_id": "req-0b7e2ee4-b309-4e91-b3d1-a6ad1d607121"}]} 2026-03-19 08:32:36.532 7 INFO neutron.services.segments.plugin [-] Segment e2bef5d9-d4df-43b4-ae3f-9490e978b618 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2bef5d9-d4df-43b4-ae3f-9490e978b618 found for delete ", "request_id": "req-0fc49cc6-f9a1-47bf-93ca-e95363ac2d45"}]} 2026-03-19 08:32:36.549 7 INFO neutron.services.segments.plugin [-] Segment 9af51cc1-c9c1-4535-bd5b-ff7261fcd45f resource provider aggregate not found 2026-03-19 08:32:36.556 7 INFO neutron.services.segments.plugin [-] Segment 9af51cc1-c9c1-4535-bd5b-ff7261fcd45f resource provider aggregate not found [pid: 7|app: 0|req: 1398/2765] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:32:36 2026] DELETE /v2.0/security-groups/234f62d5-95a4-4b39-803f-19124adb21d5 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:32:36.570 7 INFO neutron.services.segments.plugin [-] Segment 9af51cc1-c9c1-4535-bd5b-ff7261fcd45f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9af51cc1-c9c1-4535-bd5b-ff7261fcd45f found for delete ", "request_id": "req-23f3ea0e-78e8-49a9-b425-fd523b64f157"}]} 2026-03-19 08:32:36.574 7 INFO neutron.services.segments.plugin [-] Segment 9af51cc1-c9c1-4535-bd5b-ff7261fcd45f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9af51cc1-c9c1-4535-bd5b-ff7261fcd45f found for delete ", "request_id": "req-9c9b6c24-0f08-45e2-bedd-75e9d08c8689"}]} 2026-03-19 08:32:36.670 8 INFO neutron.services.segments.plugin [-] Segment 3c6809a4-f4ac-4dca-b766-f0cf1d4b0f24 resource provider aggregate not found 2026-03-19 08:32:36.674 8 INFO neutron.services.segments.plugin [-] Segment 3c6809a4-f4ac-4dca-b766-f0cf1d4b0f24 resource provider aggregate not found 2026-03-19 08:32:36.688 8 INFO neutron.services.segments.plugin [-] Segment 3c6809a4-f4ac-4dca-b766-f0cf1d4b0f24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c6809a4-f4ac-4dca-b766-f0cf1d4b0f24 found for delete ", "request_id": "req-b4358d3c-d666-4221-bb7b-e89af70ab4dc"}]} 2026-03-19 08:32:36.691 8 INFO neutron.services.segments.plugin [-] Segment 3c6809a4-f4ac-4dca-b766-f0cf1d4b0f24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c6809a4-f4ac-4dca-b766-f0cf1d4b0f24 found for delete ", "request_id": "req-add2e6c0-d245-4915-a3c9-49498a0cedda"}]} [pid: 8|app: 0|req: 1368/2766] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:32:36 2026] GET /v2.0/security-groups?tenant_id=36dde49856d64b2f8d989d0e9fab076a&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: 1399/2767] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:32:36 2026] DELETE /v2.0/security-groups/3060de6b-53dc-4194-85d1-0d6abbf06311 => 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: 1370/2770] 10.0.0.201 () {34 vars in 678 bytes} [Thu Mar 19 08:32:40 2026] POST /v2.0/qos/policies => generated 359 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2771] 10.0.0.201 () {34 vars in 753 bytes} [Thu Mar 19 08:32:40 2026] PUT /v2.0/policies/5dedcb7f-ce6c-43bd-a0df-a5b8ba445794/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: 1371/2772] 10.0.0.201 () {32 vars in 733 bytes} [Thu Mar 19 08:32:40 2026] GET /v2.0/policies/5dedcb7f-ce6c-43bd-a0df-a5b8ba445794/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2773] 10.0.0.201 () {34 vars in 764 bytes} [Thu Mar 19 08:32:40 2026] PUT /v2.0/policies/5dedcb7f-ce6c-43bd-a0df-a5b8ba445794/tags/green => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2774] 10.0.0.201 () {32 vars in 733 bytes} [Thu Mar 19 08:32:40 2026] GET /v2.0/policies/5dedcb7f-ce6c-43bd-a0df-a5b8ba445794/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: 1403/2775] 10.0.0.201 () {34 vars in 760 bytes} [Thu Mar 19 08:32:40 2026] PUT /v2.0/policies/5dedcb7f-ce6c-43bd-a0df-a5b8ba445794/tags/red => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2776] 10.0.0.201 () {32 vars in 733 bytes} [Thu Mar 19 08:32:40 2026] GET /v2.0/policies/5dedcb7f-ce6c-43bd-a0df-a5b8ba445794/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2777] 10.0.0.201 () {34 vars in 782 bytes} [Thu Mar 19 08:32:40 2026] PUT /v2.0/policies/5dedcb7f-ce6c-43bd-a0df-a5b8ba445794/tags/black.or.white => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2778] 10.0.0.201 () {32 vars in 733 bytes} [Thu Mar 19 08:32:40 2026] GET /v2.0/policies/5dedcb7f-ce6c-43bd-a0df-a5b8ba445794/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2779] 10.0.0.201 () {34 vars in 753 bytes} [Thu Mar 19 08:32:40 2026] PUT /v2.0/policies/5dedcb7f-ce6c-43bd-a0df-a5b8ba445794/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2780] 10.0.0.201 () {32 vars in 733 bytes} [Thu Mar 19 08:32:40 2026] GET /v2.0/policies/5dedcb7f-ce6c-43bd-a0df-a5b8ba445794/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: 1406/2781] 10.0.0.201 () {32 vars in 741 bytes} [Thu Mar 19 08:32:40 2026] GET /v2.0/policies/5dedcb7f-ce6c-43bd-a0df-a5b8ba445794/tags/red => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:32:40.741 8 INFO neutron.api.v2.resource [None req-100277e3-98f1-4399-93c9-c024377daba0 1b186f9ffa18497dbd8e2b82e74bcb3e bab9a494f18b4836bd94db3a4d2b0b1a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1376/2782] 10.0.0.201 () {32 vars in 745 bytes} [Thu Mar 19 08:32:40 2026] GET /v2.0/policies/5dedcb7f-ce6c-43bd-a0df-a5b8ba445794/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2783] 10.0.0.201 () {32 vars in 744 bytes} [Thu Mar 19 08:32:40 2026] DELETE /v2.0/policies/5dedcb7f-ce6c-43bd-a0df-a5b8ba445794/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2784] 10.0.0.201 () {32 vars in 733 bytes} [Thu Mar 19 08:32:40 2026] GET /v2.0/policies/5dedcb7f-ce6c-43bd-a0df-a5b8ba445794/tags => generated 30 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:32:40.865 7 INFO neutron.api.v2.resource [None req-16dcde70-025f-4d2b-9551-3192c840ca97 1b186f9ffa18497dbd8e2b82e74bcb3e bab9a494f18b4836bd94db3a4d2b0b1a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1408/2785] 10.0.0.201 () {32 vars in 748 bytes} [Thu Mar 19 08:32:40 2026] DELETE /v2.0/policies/5dedcb7f-ce6c-43bd-a0df-a5b8ba445794/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2786] 10.0.0.201 () {32 vars in 736 bytes} [Thu Mar 19 08:32:40 2026] DELETE /v2.0/policies/5dedcb7f-ce6c-43bd-a0df-a5b8ba445794/tags => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2787] 10.0.0.201 () {32 vars in 733 bytes} [Thu Mar 19 08:32:40 2026] GET /v2.0/policies/5dedcb7f-ce6c-43bd-a0df-a5b8ba445794/tags => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2788] 10.0.0.201 () {32 vars in 734 bytes} [Thu Mar 19 08:32:40 2026] DELETE /v2.0/qos/policies/5dedcb7f-ce6c-43bd-a0df-a5b8ba445794 => 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: 1410/2789] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:32:41 2026] GET /v2.0/security-groups?tenant_id=89c4411666d549be849b7acddf61a7b2&name=default => generated 2929 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2790] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:32:41 2026] DELETE /v2.0/security-groups/b0166a35-a185-4d42-a44f-19d4270ed5f2 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2791] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:32:42 2026] GET /v2.0/security-groups?tenant_id=bab9a494f18b4836bd94db3a4d2b0b1a&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2792] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:32:42 2026] DELETE /v2.0/security-groups/3e61ac2e-3977-46fe-9029-3d0b9d4b0e8b => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:32:51.528 7 INFO neutron.db.segments_db [None req-979f8712-1533-45bf-84fc-097883c226f2 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] Added segment c6db1d79-3f77-4661-8c23-91c740173c91 of type vxlan for network 41a6fae9-7d91-44b1-90ab-efa2117c93e2 [pid: 7|app: 0|req: 1412/2793] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:32:51 2026] POST /v2.0/networks => generated 639 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2794] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:32:51 2026] POST /v2.0/subnets => generated 656 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2795] 10.0.0.201 () {32 vars in 722 bytes} [Thu Mar 19 08:32:51 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => 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: 1383/2796] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:32:51 2026] POST /v2.0/subnets => generated 732 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:32:52.177 7 INFO neutron.db.segments_db [None req-f8b43834-2621-4d07-a229-29ea20da0ecb 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] Added segment 2cd8c452-e897-49fa-89c6-67de59ebcc29 of type vxlan for network b3080c74-97e3-4f27-8219-7ac70d8af760 [pid: 7|app: 0|req: 1414/2797] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:32:52 2026] POST /v2.0/networks => generated 638 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2798] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:32:52 2026] POST /v2.0/subnets => generated 656 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2799] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:32:52 2026] POST /v2.0/subnets => generated 725 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:32:52.816 8 INFO neutron.db.segments_db [None req-676d91e0-4d8a-4abb-a79a-6b752092fc73 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] Added segment f96f5431-dbc0-4494-a1ea-77f969a5feb1 of type vxlan for network 4ed5db7d-165e-49e2-9afe-b05b4788298b [pid: 8|app: 0|req: 1385/2800] 10.0.0.201 () {34 vars in 670 bytes} [Thu Mar 19 08:32:52 2026] POST /v2.0/networks => generated 638 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2801] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:32:52 2026] POST /v2.0/subnets => generated 655 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2802] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:32:53 2026] POST /v2.0/subnets => generated 730 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:32:53.533 7 INFO neutron.db.segments_db [None req-b2685177-e082-4d37-83f4-28f8b3d2c722 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] Added segment b8f553bf-7257-4760-8043-82ed971c7b4e of type vxlan for network 1c2216ef-2ed5-4ec8-819f-07dd894533cf 2026-03-19 08:32:53.779 7 INFO neutron.db.l3_hamode_db [None req-b2685177-e082-4d37-83f4-28f8b3d2c722 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-19 08:32:54.465 7 INFO neutron.db.l3_hamode_db [None req-b2685177-e082-4d37-83f4-28f8b3d2c722 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1389/2805] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:32:55 2026] GET /v2.0/routers => generated 726 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2806] 10.0.0.201 () {34 vars in 669 bytes} [Thu Mar 19 08:32:53 2026] POST /v2.0/routers => generated 683 bytes in 1827 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2807] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:32:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2808] 10.0.0.121 () {28 vars in 677 bytes} [Thu Mar 19 08:32:55 2026] GET /v2.0/routers/6dc0b8d8-9869-4c2c-b4e8-bbbf3b54ccd7/l3-agents => generated 682 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2809] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:32:55 2026] GET /v2.0/security-groups => generated 20309 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2810] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:32:55 2026] GET /v2.0/subnets => generated 6132 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2811] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:32:55 2026] GET /v2.0/agents => generated 3385 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2812] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:32:55 2026] GET /v2.0/network-ip-availabilities => generated 3613 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2813] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:32:55 2026] GET /v2.0/subnets => generated 6132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2814] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:32:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2815] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:32:55 2026] GET /v2.0/ports => generated 8229 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2816] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:32:55 2026] GET /v2.0/networks => generated 5226 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2817] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:32:55 2026] GET /v2.0/floatingips => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2818] 10.0.0.201 () {34 vars in 783 bytes} [Thu Mar 19 08:32:55 2026] PUT /v2.0/routers/6dc0b8d8-9869-4c2c-b4e8-bbbf3b54ccd7/add_router_interface => generated 309 bytes in 1203 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2819] 10.0.0.201 () {34 vars in 783 bytes} [Thu Mar 19 08:32:56 2026] PUT /v2.0/routers/6dc0b8d8-9869-4c2c-b4e8-bbbf3b54ccd7/add_router_interface => generated 309 bytes in 1284 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2820] 10.0.0.201 () {34 vars in 783 bytes} [Thu Mar 19 08:32:57 2026] PUT /v2.0/routers/6dc0b8d8-9869-4c2c-b4e8-bbbf3b54ccd7/add_router_interface => generated 309 bytes in 1940 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2821] 10.0.0.201 () {34 vars in 684 bytes} [Thu Mar 19 08:32:59 2026] POST /v2.0/security-groups => generated 1630 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2822] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:32:59 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: 8|app: 0|req: 1403/2823] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:33:00 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: 1421/2824] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:33:00 2026] POST /v2.0/security-group-rules => generated 599 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2825] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:33:00 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: 1422/2826] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:33:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2827] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:33:00 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) [pid: 7|app: 0|req: 1423/2828] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:33:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2829] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:33:00 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: 7|app: 0|req: 1424/2830] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:33:00 2026] POST /v2.0/security-group-rules => generated 599 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2831] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:33:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2832] 10.0.0.201 () {34 vars in 695 bytes} [Thu Mar 19 08:33:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2833] 10.0.0.110 () {34 vars in 1096 bytes} [Thu Mar 19 08:33:01 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2118998450&fields=id&tenant_id=85759755d07944f0897c24ad86ae09e4 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2834] 10.0.0.110 () {34 vars in 982 bytes} [Thu Mar 19 08:33:01 2026] GET /v2.0/networks?id=b3080c74-97e3-4f27-8219-7ac70d8af760 => generated 705 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2835] 10.0.0.110 () {34 vars in 965 bytes} [Thu Mar 19 08:33:01 2026] GET /v2.0/quotas/85759755d07944f0897c24ad86ae09e4 => 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: 1427/2836] 10.0.0.110 () {34 vars in 1002 bytes} [Thu Mar 19 08:33:01 2026] GET /v2.0/ports?tenant_id=85759755d07944f0897c24ad86ae09e4&fields=id => generated 241 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2837] 10.0.0.110 () {34 vars in 1008 bytes} [Thu Mar 19 08:33:01 2026] GET /v2.0/networks/b3080c74-97e3-4f27-8219-7ac70d8af760?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2838] 10.0.0.110 () {34 vars in 1108 bytes} [Thu Mar 19 08:33:01 2026] GET /v2.0/networks/b3080c74-97e3-4f27-8219-7ac70d8af760?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: 1411/2839] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:33:02 2026] GET /v2.0/ports?device_id=46872d66-fd1f-454c-a45e-94c0a0a20457 => generated 12 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2840] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:33:06 2026] GET /v2.0/networks?id=b3080c74-97e3-4f27-8219-7ac70d8af760 => generated 705 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2841] 199.204.45.138 () {34 vars in 1050 bytes} [Thu Mar 19 08:33:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=85759755d07944f0897c24ad86ae09e4 => generated 179 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2842] 199.204.45.138 () {38 vars in 955 bytes} [Thu Mar 19 08:33:06 2026] POST /v2.0/ports => generated 1183 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2843] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Mar 19 08:33:06 2026] PUT /v2.0/ports/e8027d30-35b0-4f2e-bccc-3059cd44553f => generated 1464 bytes in 419 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-03-19 08:33:07.341 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6d8b8aa3-33aa-4777-a2ae-f6e0c2b0b9d7'] response: {'name': 'network-changed', 'server_uuid': '46872d66-fd1f-454c-a45e-94c0a0a20457', 'tag': 'e8027d30-35b0-4f2e-bccc-3059cd44553f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1431/2844] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:33:07 2026] GET /v2.0/ports?device_id=46872d66-fd1f-454c-a45e-94c0a0a20457 => generated 1198 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1414/2845] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:33:07 2026] GET /v2.0/security-groups?id=73268b5d-4044-42ab-85d8-63f33c7515ec&fields=id&fields=name => generated 112 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2846] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:33:07 2026] GET /v2.0/ports?tenant_id=85759755d07944f0897c24ad86ae09e4&device_id=46872d66-fd1f-454c-a45e-94c0a0a20457 => generated 1467 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2847] 199.204.45.138 () {34 vars in 1018 bytes} [Thu Mar 19 08:33:07 2026] GET /v2.0/networks?tenant_id=85759755d07944f0897c24ad86ae09e4&shared=False => generated 2376 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2848] 199.204.45.138 () {34 vars in 930 bytes} [Thu Mar 19 08:33:07 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2849] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:33:09 2026] GET /v2.0/ports?tenant_id=85759755d07944f0897c24ad86ae09e4&device_id=46872d66-fd1f-454c-a45e-94c0a0a20457 => generated 1467 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2850] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:33:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.101&port_id=e8027d30-35b0-4f2e-bccc-3059cd44553f => 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: 1417/2851] 199.204.45.138 () {34 vars in 1104 bytes} [Thu Mar 19 08:33:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A274&port_id=e8027d30-35b0-4f2e-bccc-3059cd44553f => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2852] 199.204.45.138 () {34 vars in 1064 bytes} [Thu Mar 19 08:33:09 2026] GET /v2.0/subnets?id=c1115d21-afda-4b19-bb2f-189393898910&id=b26b0bd2-b6e3-486a-9b52-8cd12571df01 => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2853] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:33:09 2026] GET /v2.0/ports?network_id=b3080c74-97e3-4f27-8219-7ac70d8af760&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2856] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:33:09 2026] GET /v2.0/ports?network_id=b3080c74-97e3-4f27-8219-7ac70d8af760&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: 1421/2857] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:33:09 2026] GET /v2.0/networks/b3080c74-97e3-4f27-8219-7ac70d8af760?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: 1437/2858] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:33:09 2026] GET /v2.0/networks/b3080c74-97e3-4f27-8219-7ac70d8af760?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: 1422/2859] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:33:12 2026] GET /v2.0/ports?device_id=46872d66-fd1f-454c-a45e-94c0a0a20457 => generated 1198 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2860] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:33:12 2026] GET /v2.0/security-groups?id=73268b5d-4044-42ab-85d8-63f33c7515ec&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2861] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:33:17 2026] GET /v2.0/ports?device_id=46872d66-fd1f-454c-a45e-94c0a0a20457 => generated 1200 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2862] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:33:17 2026] GET /v2.0/security-groups?id=73268b5d-4044-42ab-85d8-63f33c7515ec&fields=id&fields=name => generated 112 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2863] 10.0.0.201 () {32 vars in 818 bytes} [Thu Mar 19 08:33:17 2026] GET /v2.0/ports?network_id=b3080c74-97e3-4f27-8219-7ac70d8af760&mac_address=fa%3A16%3A3e%3Aee%3A40%3A09 => generated 1200 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:33:18.712 7 INFO neutron.db.l3_db [None req-43337d4f-1346-46b2-90d6-89f287cd68e2 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] Floating IP 1132f10e-8809-4d78-afaa-84b6754947a2 associated. External IP: 10.96.250.211, port: e8027d30-35b0-4f2e-bccc-3059cd44553f. [pid: 7|app: 0|req: 1440/2864] 10.0.0.201 () {34 vars in 677 bytes} [Thu Mar 19 08:33:17 2026] POST /v2.0/floatingips => generated 855 bytes in 1087 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:33:19.142 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c8d75d46-7202-4605-bd23-6c56600ab87f'] response: {'name': 'network-changed', 'server_uuid': '46872d66-fd1f-454c-a45e-94c0a0a20457', 'tag': 'e8027d30-35b0-4f2e-bccc-3059cd44553f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1425/2865] 10.0.0.110 () {34 vars in 1096 bytes} [Thu Mar 19 08:33:19 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2118998450&fields=id&tenant_id=85759755d07944f0897c24ad86ae09e4 => 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: 1441/2866] 10.0.0.110 () {34 vars in 982 bytes} [Thu Mar 19 08:33:19 2026] GET /v2.0/networks?id=4ed5db7d-165e-49e2-9afe-b05b4788298b => generated 705 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2867] 10.0.0.110 () {34 vars in 965 bytes} [Thu Mar 19 08:33:19 2026] GET /v2.0/quotas/85759755d07944f0897c24ad86ae09e4 => 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: 1442/2868] 10.0.0.110 () {34 vars in 1002 bytes} [Thu Mar 19 08:33:19 2026] GET /v2.0/ports?tenant_id=85759755d07944f0897c24ad86ae09e4&fields=id => generated 333 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2869] 10.0.0.110 () {34 vars in 1008 bytes} [Thu Mar 19 08:33:19 2026] GET /v2.0/networks/4ed5db7d-165e-49e2-9afe-b05b4788298b?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: 1443/2870] 10.0.0.110 () {34 vars in 1108 bytes} [Thu Mar 19 08:33:19 2026] GET /v2.0/networks/4ed5db7d-165e-49e2-9afe-b05b4788298b?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: 1428/2871] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:33:19 2026] GET /v2.0/ports?tenant_id=85759755d07944f0897c24ad86ae09e4&device_id=46872d66-fd1f-454c-a45e-94c0a0a20457 => generated 1469 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2872] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:33:19 2026] GET /v2.0/ports?device_id=cb4b7e9f-2d04-45c3-a192-97b8a9d32c2f => 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: 1429/2873] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:33:19 2026] GET /v2.0/networks?id=b3080c74-97e3-4f27-8219-7ac70d8af760 => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2874] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:33:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.101&port_id=e8027d30-35b0-4f2e-bccc-3059cd44553f => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2875] 199.204.45.138 () {34 vars in 1104 bytes} [Thu Mar 19 08:33:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A274&port_id=e8027d30-35b0-4f2e-bccc-3059cd44553f => 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: 1446/2876] 199.204.45.138 () {34 vars in 1064 bytes} [Thu Mar 19 08:33:19 2026] GET /v2.0/subnets?id=c1115d21-afda-4b19-bb2f-189393898910&id=b26b0bd2-b6e3-486a-9b52-8cd12571df01 => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2877] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:33:19 2026] GET /v2.0/ports?network_id=b3080c74-97e3-4f27-8219-7ac70d8af760&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2878] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:33:19 2026] GET /v2.0/ports?network_id=b3080c74-97e3-4f27-8219-7ac70d8af760&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: 1432/2879] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:33:19 2026] GET /v2.0/networks/b3080c74-97e3-4f27-8219-7ac70d8af760?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2880] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:33:20 2026] GET /v2.0/networks/b3080c74-97e3-4f27-8219-7ac70d8af760?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: 1433/2881] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:33:23 2026] GET /v2.0/networks?id=4ed5db7d-165e-49e2-9afe-b05b4788298b => generated 705 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2882] 199.204.45.138 () {34 vars in 1050 bytes} [Thu Mar 19 08:33:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=85759755d07944f0897c24ad86ae09e4 => generated 179 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2885] 199.204.45.138 () {38 vars in 955 bytes} [Thu Mar 19 08:33:24 2026] POST /v2.0/ports => generated 1187 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1435/2886] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:33:24 2026] GET /v2.0/ports?device_id=cb4b7e9f-2d04-45c3-a192-97b8a9d32c2f => generated 1202 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2887] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:33:24 2026] GET /v2.0/security-groups?id=73268b5d-4044-42ab-85d8-63f33c7515ec&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2888] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Mar 19 08:33:24 2026] PUT /v2.0/ports/d612eda0-a58b-4be0-b4a0-05b092ad09eb => generated 1468 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:33:24.887 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-03f1cc46-7d53-4d7d-9cfb-2ffac29be3d1'] response: {'name': 'network-changed', 'server_uuid': 'cb4b7e9f-2d04-45c3-a192-97b8a9d32c2f', 'tag': 'd612eda0-a58b-4be0-b4a0-05b092ad09eb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1437/2889] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:33:25 2026] GET /v2.0/ports?tenant_id=85759755d07944f0897c24ad86ae09e4&device_id=cb4b7e9f-2d04-45c3-a192-97b8a9d32c2f => generated 1471 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1453/2890] 199.204.45.138 () {34 vars in 1018 bytes} [Thu Mar 19 08:33:25 2026] GET /v2.0/networks?tenant_id=85759755d07944f0897c24ad86ae09e4&shared=False => generated 2376 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2891] 199.204.45.138 () {34 vars in 930 bytes} [Thu Mar 19 08:33:25 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: 1454/2892] 10.0.0.134 () {34 vars in 990 bytes} [Thu Mar 19 08:33:25 2026] GET /v2.0/ports?device_id=46872d66-fd1f-454c-a45e-94c0a0a20457 => generated 1469 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2893] 10.0.0.134 () {34 vars in 1040 bytes} [Thu Mar 19 08:33:25 2026] GET /v2.0/security-groups?id=73268b5d-4044-42ab-85d8-63f33c7515ec&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2894] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:33:26 2026] GET /v2.0/ports?tenant_id=85759755d07944f0897c24ad86ae09e4&device_id=cb4b7e9f-2d04-45c3-a192-97b8a9d32c2f => generated 1471 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2895] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:33:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.206&port_id=d612eda0-a58b-4be0-b4a0-05b092ad09eb => 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: 1456/2896] 199.204.45.138 () {34 vars in 1106 bytes} [Thu Mar 19 08:33:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A28b&port_id=d612eda0-a58b-4be0-b4a0-05b092ad09eb => 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: 1441/2897] 199.204.45.138 () {34 vars in 1064 bytes} [Thu Mar 19 08:33:26 2026] GET /v2.0/subnets?id=23d24f2a-a6c4-4548-ab72-9a3abb1e4db7&id=bc0fe2f6-f06b-4863-8ebe-97dda6c8407b => generated 1414 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2898] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:33:26 2026] GET /v2.0/ports?network_id=4ed5db7d-165e-49e2-9afe-b05b4788298b&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2899] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:33:26 2026] GET /v2.0/ports?network_id=4ed5db7d-165e-49e2-9afe-b05b4788298b&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: 1458/2900] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:33:26 2026] GET /v2.0/networks/4ed5db7d-165e-49e2-9afe-b05b4788298b?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: 1443/2901] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:33:26 2026] GET /v2.0/networks/4ed5db7d-165e-49e2-9afe-b05b4788298b?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: 1459/2902] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:33:29 2026] GET /v2.0/ports?device_id=cb4b7e9f-2d04-45c3-a192-97b8a9d32c2f => generated 1204 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2903] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:33:30 2026] GET /v2.0/security-groups?id=73268b5d-4044-42ab-85d8-63f33c7515ec&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2904] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:33:35 2026] GET /v2.0/ports?device_id=cb4b7e9f-2d04-45c3-a192-97b8a9d32c2f => generated 1204 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2905] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:33:35 2026] GET /v2.0/security-groups?id=73268b5d-4044-42ab-85d8-63f33c7515ec&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: 7|app: 0|req: 1461/2906] 10.0.0.201 () {32 vars in 818 bytes} [Thu Mar 19 08:33:35 2026] GET /v2.0/ports?network_id=4ed5db7d-165e-49e2-9afe-b05b4788298b&mac_address=fa%3A16%3A3e%3A86%3Ad9%3Ad0 => generated 1204 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:33:36.084 8 INFO neutron.db.l3_db [None req-e39f5aeb-1b9a-4968-95ef-2f2ffd27d0c6 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] Floating IP 86aa8444-e445-42fa-80d5-b0dc9680017e associated. External IP: 10.96.250.209, port: d612eda0-a58b-4be0-b4a0-05b092ad09eb. [pid: 8|app: 0|req: 1446/2907] 10.0.0.201 () {34 vars in 677 bytes} [Thu Mar 19 08:33:35 2026] POST /v2.0/floatingips => generated 855 bytes in 1642 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-19 08:33:37.016 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8c305dd5-cbe1-45da-9ffa-56826d51c8a3'] response: {'name': 'network-changed', 'server_uuid': 'cb4b7e9f-2d04-45c3-a192-97b8a9d32c2f', 'tag': 'd612eda0-a58b-4be0-b4a0-05b092ad09eb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1462/2908] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:33:37 2026] GET /v2.0/ports?tenant_id=85759755d07944f0897c24ad86ae09e4&device_id=cb4b7e9f-2d04-45c3-a192-97b8a9d32c2f => generated 1473 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2909] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:33:37 2026] GET /v2.0/networks?id=4ed5db7d-165e-49e2-9afe-b05b4788298b => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2910] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:33:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.206&port_id=d612eda0-a58b-4be0-b4a0-05b092ad09eb => generated 860 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2911] 199.204.45.138 () {34 vars in 1106 bytes} [Thu Mar 19 08:33:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A28b&port_id=d612eda0-a58b-4be0-b4a0-05b092ad09eb => 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: 1464/2912] 199.204.45.138 () {34 vars in 1064 bytes} [Thu Mar 19 08:33:37 2026] GET /v2.0/subnets?id=23d24f2a-a6c4-4548-ab72-9a3abb1e4db7&id=bc0fe2f6-f06b-4863-8ebe-97dda6c8407b => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2913] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:33:37 2026] GET /v2.0/ports?network_id=4ed5db7d-165e-49e2-9afe-b05b4788298b&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: 1465/2914] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:33:37 2026] GET /v2.0/ports?network_id=4ed5db7d-165e-49e2-9afe-b05b4788298b&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: 1450/2915] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:33:37 2026] GET /v2.0/networks/4ed5db7d-165e-49e2-9afe-b05b4788298b?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: 1466/2916] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:33:37 2026] GET /v2.0/networks/4ed5db7d-165e-49e2-9afe-b05b4788298b?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: 1452/2919] 10.0.0.134 () {34 vars in 990 bytes} [Thu Mar 19 08:33:43 2026] GET /v2.0/ports?device_id=cb4b7e9f-2d04-45c3-a192-97b8a9d32c2f => generated 1473 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2920] 10.0.0.134 () {34 vars in 1040 bytes} [Thu Mar 19 08:33:43 2026] GET /v2.0/security-groups?id=73268b5d-4044-42ab-85d8-63f33c7515ec&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2923] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:33:55 2026] GET /v2.0/networks => generated 5226 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2924] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:33:55 2026] GET /v2.0/security-groups => generated 28657 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2925] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:33:55 2026] GET /v2.0/subnets => generated 6132 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2926] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:33:55 2026] GET /v2.0/ports => generated 19965 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2927] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:33:55 2026] GET /v2.0/routers => generated 726 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2928] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:33:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2929] 10.0.0.121 () {28 vars in 677 bytes} [Thu Mar 19 08:33:55 2026] GET /v2.0/routers/6dc0b8d8-9869-4c2c-b4e8-bbbf3b54ccd7/l3-agents => generated 681 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2930] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:33:55 2026] GET /v2.0/subnets => generated 6132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2931] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:33:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2932] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:33:55 2026] GET /v2.0/agents => generated 3386 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2933] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:33:55 2026] GET /v2.0/floatingips => generated 1703 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2934] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:33:55 2026] GET /v2.0/network-ip-availabilities => generated 3613 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2935] 10.0.0.110 () {34 vars in 1084 bytes} [Thu Mar 19 08:33:55 2026] GET /v2.0/ports?device_id=cb4b7e9f-2d04-45c3-a192-97b8a9d32c2f&device_id=46872d66-fd1f-454c-a45e-94c0a0a20457 => generated 2931 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2936] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:33:55 2026] GET /v2.0/security-groups?id=73268b5d-4044-42ab-85d8-63f33c7515ec&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2937] 10.0.0.201 () {32 vars in 721 bytes} [Thu Mar 19 08:33:58 2026] GET /v2.0/subnets/c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2938] 10.0.0.8 () {30 vars in 688 bytes} [Thu Mar 19 08:33:59 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: 7|app: 0|req: 1477/2939] 10.0.0.8 () {30 vars in 690 bytes} [Thu Mar 19 08:33:59 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: 1463/2940] 10.0.0.8 () {30 vars in 666 bytes} [Thu Mar 19 08:33:59 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2941] 10.0.0.8 () {30 vars in 702 bytes} [Thu Mar 19 08:33:59 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2942] 10.0.0.8 () {28 vars in 437 bytes} [Thu Mar 19 08:34:00 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2943] 10.0.0.8 () {30 vars in 726 bytes} [Thu Mar 19 08:34:00 2026] GET /v2.0/subnets/c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => generated 656 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2944] 10.0.0.8 () {30 vars in 688 bytes} [Thu Mar 19 08:34:00 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: 1480/2945] 10.0.0.8 () {30 vars in 690 bytes} [Thu Mar 19 08:34:00 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: 1466/2946] 10.0.0.8 () {30 vars in 666 bytes} [Thu Mar 19 08:34:00 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: 1481/2947] 10.0.0.8 () {30 vars in 702 bytes} [Thu Mar 19 08:34:00 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: 1467/2948] 10.0.0.8 () {30 vars in 726 bytes} [Thu Mar 19 08:34:00 2026] GET /v2.0/subnets/c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2949] 10.0.0.8 () {30 vars in 688 bytes} [Thu Mar 19 08:34: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: 1468/2950] 10.0.0.8 () {30 vars in 690 bytes} [Thu Mar 19 08:34:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2951] 10.0.0.8 () {30 vars in 666 bytes} [Thu Mar 19 08:34: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: 1469/2952] 10.0.0.8 () {30 vars in 702 bytes} [Thu Mar 19 08:34:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2953] 10.0.0.8 () {30 vars in 728 bytes} [Thu Mar 19 08:34:00 2026] GET /v2.0/networks/41a6fae9-7d91-44b1-90ab-efa2117c93e2 => generated 799 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2954] 10.0.0.8 () {30 vars in 680 bytes} [Thu Mar 19 08:34:00 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2955] 10.0.0.8 () {34 vars in 702 bytes} [Thu Mar 19 08:34:00 2026] POST /v2.0/ports => generated 1132 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2956] 199.204.45.138 () {30 vars in 703 bytes} [Thu Mar 19 08:34:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 39 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: 1486/2957] 199.204.45.138 () {30 vars in 705 bytes} [Thu Mar 19 08:34:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2958] 199.204.45.138 () {30 vars in 681 bytes} [Thu Mar 19 08:34:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2959] 199.204.45.138 () {30 vars in 717 bytes} [Thu Mar 19 08:34:03 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: 1473/2960] 199.204.45.138 () {30 vars in 737 bytes} [Thu Mar 19 08:34:03 2026] GET /v2.0/ports/c0c13989-404e-48b5-80ef-cb44d154f95c => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2961] 199.204.45.138 () {30 vars in 703 bytes} [Thu Mar 19 08:34:03 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: 1474/2962] 199.204.45.138 () {30 vars in 705 bytes} [Thu Mar 19 08:34:03 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: 1489/2963] 199.204.45.138 () {30 vars in 681 bytes} [Thu Mar 19 08:34:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2964] 199.204.45.138 () {30 vars in 717 bytes} [Thu Mar 19 08:34:03 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-03-19 08:34:03.979 7 INFO neutron.api.v2.resource [None req-1a20cfb7-ac45-48ee-9de5-40dec03c9c42 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1490/2965] 199.204.45.138 () {30 vars in 763 bytes} [Thu Mar 19 08:34:03 2026] GET /v2.0/security-groups/lb-cddcf8e9-047a-4cab-82af-a726c35d9505 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2966] 199.204.45.138 () {30 vars in 785 bytes} [Thu Mar 19 08:34:03 2026] GET /v2.0/security-groups?name=lb-cddcf8e9-047a-4cab-82af-a726c35d9505 => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2967] 199.204.45.138 () {34 vars in 736 bytes} [Thu Mar 19 08:34:04 2026] POST /v2.0/security-groups => generated 1638 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2968] 199.204.45.138 () {30 vars in 815 bytes} [Thu Mar 19 08:34:04 2026] GET /v2.0/security-group-rules?security_group_id=22392e26-77f2-44d3-9b86-2144db7bfe57 => 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: 1492/2969] 199.204.45.138 () {34 vars in 789 bytes} [Thu Mar 19 08:34:04 2026] PUT /v2.0/ports/c0c13989-404e-48b5-80ef-cb44d154f95c => generated 1132 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2970] 199.204.45.138 () {30 vars in 703 bytes} [Thu Mar 19 08:34:04 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: 1493/2971] 199.204.45.138 () {30 vars in 705 bytes} [Thu Mar 19 08:34:04 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: 1479/2972] 199.204.45.138 () {30 vars in 681 bytes} [Thu Mar 19 08:34:04 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: 1494/2973] 199.204.45.138 () {30 vars in 717 bytes} [Thu Mar 19 08:34:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2974] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:34:04 2026] GET /v2.0/subnets/c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => generated 674 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2977] 10.0.0.110 () {34 vars in 1016 bytes} [Thu Mar 19 08:34:11 2026] GET /v2.0/security-groups?id=b7cf33c2-4111-462b-89c0-f9d065293f65&fields=id => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2978] 10.0.0.110 () {34 vars in 982 bytes} [Thu Mar 19 08:34:11 2026] GET /v2.0/networks?id=e8a7cd18-c69d-4ba7-a327-295a7561a033 => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2979] 10.0.0.110 () {34 vars in 965 bytes} [Thu Mar 19 08:34:11 2026] GET /v2.0/quotas/f8249dbc805c4cb58c90d8cf4b1a0e2a => 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: 1483/2980] 10.0.0.110 () {34 vars in 1002 bytes} [Thu Mar 19 08:34:11 2026] GET /v2.0/ports?tenant_id=f8249dbc805c4cb58c90d8cf4b1a0e2a&fields=id => generated 149 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2981] 10.0.0.110 () {34 vars in 1008 bytes} [Thu Mar 19 08:34:11 2026] GET /v2.0/networks/e8a7cd18-c69d-4ba7-a327-295a7561a033?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2982] 10.0.0.110 () {34 vars in 1108 bytes} [Thu Mar 19 08:34:11 2026] GET /v2.0/networks/e8a7cd18-c69d-4ba7-a327-295a7561a033?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: 1499/2983] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:34:12 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => 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: 1485/2984] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:34:12 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => 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: 1500/2985] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:34:15 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2986] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:34:15 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => 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: 1501/2987] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:34:16 2026] GET /v2.0/networks?id=e8a7cd18-c69d-4ba7-a327-295a7561a033 => generated 735 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2988] 199.204.45.138 () {34 vars in 1050 bytes} [Thu Mar 19 08:34:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f8249dbc805c4cb58c90d8cf4b1a0e2a => generated 343 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2989] 199.204.45.138 () {38 vars in 955 bytes} [Thu Mar 19 08:34:16 2026] POST /v2.0/ports => generated 1074 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2990] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Mar 19 08:34:16 2026] PUT /v2.0/ports/5c45a7df-b639-484d-aeeb-c515cec2b6a1 => generated 1235 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:34:17.126 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cc16ab4b-ca22-4e3c-ba3f-308f02b1d18f'] response: {'name': 'network-changed', 'server_uuid': '116a6a7f-9b0c-465a-9a82-ff05ee3ca836', 'tag': '5c45a7df-b639-484d-aeeb-c515cec2b6a1', '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: 1503/2991] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:34:17 2026] GET /v2.0/ports?tenant_id=f8249dbc805c4cb58c90d8cf4b1a0e2a&device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1489/2992] 199.204.45.138 () {34 vars in 1018 bytes} [Thu Mar 19 08:34:17 2026] GET /v2.0/networks?tenant_id=f8249dbc805c4cb58c90d8cf4b1a0e2a&shared=False => generated 735 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2993] 199.204.45.138 () {34 vars in 930 bytes} [Thu Mar 19 08:34:17 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: 1490/2994] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:34:18 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2995] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:34:18 2026] GET /v2.0/security-groups?id=b7cf33c2-4111-462b-89c0-f9d065293f65&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2996] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:34:18 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => 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: 1506/2997] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:34:18 2026] GET /v2.0/ports?tenant_id=f8249dbc805c4cb58c90d8cf4b1a0e2a&device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2998] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:34:18 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.6&port_id=5c45a7df-b639-484d-aeeb-c515cec2b6a1 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2999] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:34:18 2026] GET /v2.0/subnets?id=d5eac742-030d-4132-963e-54997d6c4e01 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3000] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:34:18 2026] GET /v2.0/ports?network_id=e8a7cd18-c69d-4ba7-a327-295a7561a033&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3001] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:34:19 2026] GET /v2.0/networks/e8a7cd18-c69d-4ba7-a327-295a7561a033?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: 1494/3002] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:34:19 2026] GET /v2.0/networks/e8a7cd18-c69d-4ba7-a327-295a7561a033?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: 1509/3003] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:34:21 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3004] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:34:21 2026] GET /v2.0/security-groups?id=b7cf33c2-4111-462b-89c0-f9d065293f65&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3005] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:34:21 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3006] 199.204.45.138 () {34 vars in 994 bytes} [Thu Mar 19 08:34:23 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => 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: 1511/3007] 199.204.45.138 () {34 vars in 1044 bytes} [Thu Mar 19 08:34:23 2026] GET /v2.0/security-groups?id=b7cf33c2-4111-462b-89c0-f9d065293f65&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3010] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:34:24 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3011] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:34:24 2026] GET /v2.0/security-groups?id=b7cf33c2-4111-462b-89c0-f9d065293f65&fields=id&fields=name => generated 96 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3012] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:34:24 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3013] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:34:27 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3014] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:34:27 2026] GET /v2.0/security-groups?id=b7cf33c2-4111-462b-89c0-f9d065293f65&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3015] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:34:27 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3020] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:34:55 2026] GET /v2.0/security-groups => generated 30275 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3021] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:34:55 2026] GET /v2.0/subnets => generated 6132 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3022] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:34:55 2026] GET /v2.0/network-ip-availabilities => generated 3613 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3023] 10.0.0.110 () {34 vars in 1178 bytes} [Thu Mar 19 08:34:55 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836&device_id=cb4b7e9f-2d04-45c3-a192-97b8a9d32c2f&device_id=46872d66-fd1f-454c-a45e-94c0a0a20457 => generated 4160 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3024] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:34:55 2026] GET /v2.0/floatingips => generated 1703 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3025] 10.0.0.110 () {34 vars in 1120 bytes} [Thu Mar 19 08:34:55 2026] GET /v2.0/security-groups?id=73268b5d-4044-42ab-85d8-63f33c7515ec&id=b7cf33c2-4111-462b-89c0-f9d065293f65&fields=id&fields=name => generated 187 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3026] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:34:55 2026] GET /v2.0/networks => generated 5226 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3027] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:34:55 2026] GET /v2.0/routers => generated 726 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3028] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:34:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3029] 10.0.0.121 () {28 vars in 677 bytes} [Thu Mar 19 08:34:55 2026] GET /v2.0/routers/6dc0b8d8-9869-4c2c-b4e8-bbbf3b54ccd7/l3-agents => generated 681 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3030] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:34:55 2026] GET /v2.0/ports => generated 22318 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3031] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:34:55 2026] GET /v2.0/agents => generated 3386 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3032] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:34:55 2026] GET /v2.0/subnets => generated 6132 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3033] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:34:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3034] 199.204.45.138 () {30 vars in 703 bytes} [Thu Mar 19 08:35:03 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: 1525/3035] 199.204.45.138 () {30 vars in 705 bytes} [Thu Mar 19 08:35:03 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: 1511/3036] 199.204.45.138 () {30 vars in 681 bytes} [Thu Mar 19 08:35:03 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: 1526/3037] 199.204.45.138 () {30 vars in 717 bytes} [Thu Mar 19 08:35:03 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: 1512/3038] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:35:03 2026] GET /v2.0/subnets/c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => 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: 1527/3039] 199.204.45.138 () {30 vars in 769 bytes} [Thu Mar 19 08:35:03 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3040] 199.204.45.138 () {34 vars in 717 bytes} [Thu Mar 19 08:35:03 2026] POST /v2.0/ports => generated 1059 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3041] 10.0.0.110 () {34 vars in 971 bytes} [Thu Mar 19 08:35:03 2026] GET /v2.0/ports/e7b1c107-1ff8-4f90-8471-39167c5fd0fc => generated 1059 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3042] 10.0.0.110 () {34 vars in 907 bytes} [Thu Mar 19 08:35:03 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3043] 199.204.45.138 () {34 vars in 1262 bytes} [Thu Mar 19 08:35:04 2026] GET /v2.0/ports/e7b1c107-1ff8-4f90-8471-39167c5fd0fc?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3044] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:35:04 2026] GET /v2.0/networks/41a6fae9-7d91-44b1-90ab-efa2117c93e2?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: 1530/3045] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:35:05 2026] GET /v2.0/networks/41a6fae9-7d91-44b1-90ab-efa2117c93e2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3046] 199.204.45.138 () {34 vars in 975 bytes} [Thu Mar 19 08:35:05 2026] GET /v2.0/ports/e7b1c107-1ff8-4f90-8471-39167c5fd0fc => generated 1059 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3047] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:35:05 2026] GET /v2.0/networks?id=41a6fae9-7d91-44b1-90ab-efa2117c93e2 => generated 802 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3048] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Mar 19 08:35:05 2026] PUT /v2.0/ports/e7b1c107-1ff8-4f90-8471-39167c5fd0fc => generated 1249 bytes in 462 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:35:06.202 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9eedeeb5-ed02-4b33-9084-a5262366474d'] response: {'name': 'network-changed', 'server_uuid': '116a6a7f-9b0c-465a-9a82-ff05ee3ca836', 'tag': 'e7b1c107-1ff8-4f90-8471-39167c5fd0fc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1532/3049] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:35:06 2026] GET /v2.0/ports?tenant_id=f8249dbc805c4cb58c90d8cf4b1a0e2a&device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 2481 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3050] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:35:06 2026] GET /v2.0/networks?id=41a6fae9-7d91-44b1-90ab-efa2117c93e2 => generated 802 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3051] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:35:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.188&port_id=e7b1c107-1ff8-4f90-8471-39167c5fd0fc => 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: 1519/3052] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:35:06 2026] GET /v2.0/subnets?id=c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => 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: 1534/3053] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:35:06 2026] GET /v2.0/ports?network_id=41a6fae9-7d91-44b1-90ab-efa2117c93e2&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3054] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:35:06 2026] GET /v2.0/networks/41a6fae9-7d91-44b1-90ab-efa2117c93e2?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: 1535/3055] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:35:06 2026] GET /v2.0/networks/41a6fae9-7d91-44b1-90ab-efa2117c93e2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3056] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:35:08 2026] GET /v2.0/ports?tenant_id=f8249dbc805c4cb58c90d8cf4b1a0e2a&device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 2481 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3057] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:35:08 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.6&port_id=5c45a7df-b639-484d-aeeb-c515cec2b6a1 => 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: 1522/3058] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:35:08 2026] GET /v2.0/subnets?id=d5eac742-030d-4132-963e-54997d6c4e01 => 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: 1537/3059] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:35:08 2026] GET /v2.0/ports?network_id=e8a7cd18-c69d-4ba7-a327-295a7561a033&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: 1523/3060] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:35:08 2026] GET /v2.0/networks/e8a7cd18-c69d-4ba7-a327-295a7561a033?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: 1538/3061] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:35:08 2026] GET /v2.0/networks/e8a7cd18-c69d-4ba7-a327-295a7561a033?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: 1524/3062] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:35:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.188&port_id=e7b1c107-1ff8-4f90-8471-39167c5fd0fc => 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: 1539/3063] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:35:08 2026] GET /v2.0/subnets?id=c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3064] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:35:08 2026] GET /v2.0/ports?network_id=41a6fae9-7d91-44b1-90ab-efa2117c93e2&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: 1540/3065] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:35:08 2026] GET /v2.0/networks/41a6fae9-7d91-44b1-90ab-efa2117c93e2?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: 1526/3066] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:35:08 2026] GET /v2.0/networks/41a6fae9-7d91-44b1-90ab-efa2117c93e2?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: 1542/3069] 10.0.0.110 () {34 vars in 971 bytes} [Thu Mar 19 08:35:12 2026] GET /v2.0/ports/e7b1c107-1ff8-4f90-8471-39167c5fd0fc => generated 1251 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3070] 199.204.45.138 () {34 vars in 789 bytes} [Thu Mar 19 08:35:12 2026] PUT /v2.0/ports/e7b1c107-1ff8-4f90-8471-39167c5fd0fc => generated 1276 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:35:12.764 7 INFO neutron.api.v2.resource [None req-7a7d8669-9193-4ac0-8482-96e7c3f41ae3 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1543/3071] 199.204.45.138 () {30 vars in 763 bytes} [Thu Mar 19 08:35:12 2026] GET /v2.0/security-groups/lb-cddcf8e9-047a-4cab-82af-a726c35d9505 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:35:12.780 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c4451bf-0d4e-44a6-8cf0-799760577897'] response: {'name': 'network-changed', 'server_uuid': '116a6a7f-9b0c-465a-9a82-ff05ee3ca836', 'tag': 'e7b1c107-1ff8-4f90-8471-39167c5fd0fc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1529/3072] 199.204.45.138 () {30 vars in 785 bytes} [Thu Mar 19 08:35:12 2026] GET /v2.0/security-groups?name=lb-cddcf8e9-047a-4cab-82af-a726c35d9505 => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3073] 199.204.45.138 () {34 vars in 789 bytes} [Thu Mar 19 08:35:12 2026] PUT /v2.0/ports/e7b1c107-1ff8-4f90-8471-39167c5fd0fc => generated 1314 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:35:13.121 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-77ee2935-286b-4514-8b70-a4b2a1f9ef6b'] response: {'name': 'network-changed', 'server_uuid': '116a6a7f-9b0c-465a-9a82-ff05ee3ca836', 'tag': 'e7b1c107-1ff8-4f90-8471-39167c5fd0fc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1530/3074] 199.204.45.138 () {30 vars in 703 bytes} [Thu Mar 19 08:35:13 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1531/3075] 199.204.45.138 () {30 vars in 705 bytes} [Thu Mar 19 08:35:13 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: 1532/3076] 199.204.45.138 () {30 vars in 681 bytes} [Thu Mar 19 08:35:13 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: 1533/3077] 199.204.45.138 () {30 vars in 717 bytes} [Thu Mar 19 08:35:13 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: 1545/3078] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:35:13 2026] GET /v2.0/ports?tenant_id=f8249dbc805c4cb58c90d8cf4b1a0e2a&device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 2582 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3079] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:35:13 2026] GET /v2.0/subnets/c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => generated 674 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3080] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:35:13 2026] GET /v2.0/networks?id=41a6fae9-7d91-44b1-90ab-efa2117c93e2 => generated 802 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3081] 199.204.45.138 () {30 vars in 737 bytes} [Thu Mar 19 08:35:13 2026] GET /v2.0/ports/c0c13989-404e-48b5-80ef-cb44d154f95c => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3082] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:35:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.188&port_id=e7b1c107-1ff8-4f90-8471-39167c5fd0fc => 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: 1536/3083] 199.204.45.138 () {30 vars in 737 bytes} [Thu Mar 19 08:35:13 2026] GET /v2.0/ports/e7b1c107-1ff8-4f90-8471-39167c5fd0fc => generated 1350 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3084] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:35:13 2026] GET /v2.0/subnets?id=c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3085] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:35:13 2026] GET /v2.0/subnets/c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3086] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:35:13 2026] GET /v2.0/ports?network_id=41a6fae9-7d91-44b1-90ab-efa2117c93e2&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: 1538/3087] 199.204.45.138 () {30 vars in 743 bytes} [Thu Mar 19 08:35:13 2026] GET /v2.0/networks/41a6fae9-7d91-44b1-90ab-efa2117c93e2 => generated 799 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3088] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:35:13 2026] GET /v2.0/networks/41a6fae9-7d91-44b1-90ab-efa2117c93e2?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3089] 199.204.45.138 () {30 vars in 737 bytes} [Thu Mar 19 08:35:13 2026] GET /v2.0/ports/c0c13989-404e-48b5-80ef-cb44d154f95c => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3090] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:35:13 2026] GET /v2.0/subnets/c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3091] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:35:13 2026] GET /v2.0/networks/41a6fae9-7d91-44b1-90ab-efa2117c93e2?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: 1541/3092] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:35:14 2026] GET /v2.0/ports?tenant_id=f8249dbc805c4cb58c90d8cf4b1a0e2a&device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 2582 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3093] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:35:14 2026] GET /v2.0/networks?id=41a6fae9-7d91-44b1-90ab-efa2117c93e2 => generated 802 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3094] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:35:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.188&port_id=e7b1c107-1ff8-4f90-8471-39167c5fd0fc => 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: 1553/3095] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:35:14 2026] GET /v2.0/subnets?id=c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3096] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:35:14 2026] GET /v2.0/ports?network_id=41a6fae9-7d91-44b1-90ab-efa2117c93e2&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: 1554/3097] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:35:14 2026] GET /v2.0/networks/41a6fae9-7d91-44b1-90ab-efa2117c93e2?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3098] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:35:14 2026] GET /v2.0/networks/41a6fae9-7d91-44b1-90ab-efa2117c93e2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:35:22.242 7 INFO neutron.db.l3_db [None req-d348308b-6cd5-4466-b5b0-8c6b3938bfcb 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] Floating IP 70ffe060-3f45-479a-85db-532311c3ab10 associated. External IP: 10.96.250.214, port: c0c13989-404e-48b5-80ef-cb44d154f95c. [pid: 7|app: 0|req: 1555/3099] 10.0.0.201 () {34 vars in 677 bytes} [Thu Mar 19 08:35:21 2026] POST /v2.0/floatingips => generated 899 bytes in 1045 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3102] 199.204.45.138 () {30 vars in 703 bytes} [Thu Mar 19 08:35:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3103] 199.204.45.138 () {30 vars in 705 bytes} [Thu Mar 19 08:35:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3104] 199.204.45.138 () {30 vars in 681 bytes} [Thu Mar 19 08:35: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: 8|app: 0|req: 1547/3105] 199.204.45.138 () {30 vars in 717 bytes} [Thu Mar 19 08:35: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-03-19 08:35:27.771 7 INFO neutron.api.v2.resource [None req-4107fdca-e55c-4080-be90-7b22ec09457a 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1559/3106] 199.204.45.138 () {30 vars in 763 bytes} [Thu Mar 19 08:35:27 2026] GET /v2.0/security-groups/lb-cddcf8e9-047a-4cab-82af-a726c35d9505 => 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: 1548/3107] 199.204.45.138 () {30 vars in 785 bytes} [Thu Mar 19 08:35:27 2026] GET /v2.0/security-groups?name=lb-cddcf8e9-047a-4cab-82af-a726c35d9505 => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3108] 199.204.45.138 () {30 vars in 815 bytes} [Thu Mar 19 08:35:27 2026] GET /v2.0/security-group-rules?security_group_id=22392e26-77f2-44d3-9b86-2144db7bfe57 => generated 1182 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3109] 199.204.45.138 () {34 vars in 747 bytes} [Thu Mar 19 08:35:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3110] 199.204.45.138 () {34 vars in 747 bytes} [Thu Mar 19 08:35:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3113] 10.0.0.8 () {30 vars in 688 bytes} [Thu Mar 19 08:35:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3114] 10.0.0.8 () {30 vars in 690 bytes} [Thu Mar 19 08:35:39 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: 1564/3115] 10.0.0.8 () {30 vars in 666 bytes} [Thu Mar 19 08:35:39 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: 1552/3116] 10.0.0.8 () {30 vars in 702 bytes} [Thu Mar 19 08:35:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3117] 10.0.0.8 () {28 vars in 437 bytes} [Thu Mar 19 08:35:39 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: 1553/3118] 10.0.0.8 () {30 vars in 726 bytes} [Thu Mar 19 08:35:39 2026] GET /v2.0/subnets/c1115d21-afda-4b19-bb2f-189393898910 => generated 656 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3119] 199.204.45.138 () {30 vars in 703 bytes} [Thu Mar 19 08:35:40 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: 1554/3120] 199.204.45.138 () {30 vars in 705 bytes} [Thu Mar 19 08:35:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3121] 199.204.45.138 () {30 vars in 681 bytes} [Thu Mar 19 08:35:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3122] 199.204.45.138 () {30 vars in 717 bytes} [Thu Mar 19 08:35:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3123] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:35:41 2026] GET /v2.0/subnets/c1115d21-afda-4b19-bb2f-189393898910 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3124] 199.204.45.138 () {30 vars in 769 bytes} [Thu Mar 19 08:35:41 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 2582 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3125] 199.204.45.138 () {30 vars in 703 bytes} [Thu Mar 19 08:35:41 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: 1557/3126] 199.204.45.138 () {30 vars in 705 bytes} [Thu Mar 19 08:35:41 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: 1570/3127] 199.204.45.138 () {30 vars in 681 bytes} [Thu Mar 19 08:35:41 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: 1558/3128] 199.204.45.138 () {30 vars in 717 bytes} [Thu Mar 19 08:35:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3129] 199.204.45.138 () {34 vars in 717 bytes} [Thu Mar 19 08:35:41 2026] POST /v2.0/ports => generated 1324 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3130] 10.0.0.110 () {34 vars in 971 bytes} [Thu Mar 19 08:35:42 2026] GET /v2.0/ports/c80bf033-b58a-45e5-8ca9-7017934bdd96 => generated 1324 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1572/3131] 10.0.0.110 () {34 vars in 907 bytes} [Thu Mar 19 08:35:42 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3132] 199.204.45.138 () {34 vars in 1262 bytes} [Thu Mar 19 08:35:43 2026] GET /v2.0/ports/c80bf033-b58a-45e5-8ca9-7017934bdd96?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3133] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:35:43 2026] GET /v2.0/networks/b3080c74-97e3-4f27-8219-7ac70d8af760?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: 1561/3134] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:35:43 2026] GET /v2.0/networks/b3080c74-97e3-4f27-8219-7ac70d8af760?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: 1574/3135] 199.204.45.138 () {34 vars in 975 bytes} [Thu Mar 19 08:35:43 2026] GET /v2.0/ports/c80bf033-b58a-45e5-8ca9-7017934bdd96 => generated 1324 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3136] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:35:43 2026] GET /v2.0/networks?id=b3080c74-97e3-4f27-8219-7ac70d8af760 => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3137] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Mar 19 08:35:43 2026] PUT /v2.0/ports/c80bf033-b58a-45e5-8ca9-7017934bdd96 => generated 1514 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:35:44.398 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e6316548-b538-4b83-82b5-d2c6a340e0fa'] response: {'name': 'network-changed', 'server_uuid': '116a6a7f-9b0c-465a-9a82-ff05ee3ca836', 'tag': 'c80bf033-b58a-45e5-8ca9-7017934bdd96', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1563/3138] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:35:44 2026] GET /v2.0/ports?tenant_id=f8249dbc805c4cb58c90d8cf4b1a0e2a&device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 4088 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, ' [pid: 7|app: 0|req: 1576/3139] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:35:44 2026] GET /v2.0/networks?id=b3080c74-97e3-4f27-8219-7ac70d8af760 => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3140] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:35:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.142&port_id=c80bf033-b58a-45e5-8ca9-7017934bdd96 => 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: 1577/3141] 199.204.45.138 () {34 vars in 1102 bytes} [Thu Mar 19 08:35:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A4e&port_id=c80bf033-b58a-45e5-8ca9-7017934bdd96 => 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: 1565/3142] 199.204.45.138 () {34 vars in 1064 bytes} [Thu Mar 19 08:35:45 2026] GET /v2.0/subnets?id=c1115d21-afda-4b19-bb2f-189393898910&id=b26b0bd2-b6e3-486a-9b52-8cd12571df01 => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3143] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:35:45 2026] GET /v2.0/ports?network_id=b3080c74-97e3-4f27-8219-7ac70d8af760&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: 1566/3144] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:35:45 2026] GET /v2.0/ports?network_id=b3080c74-97e3-4f27-8219-7ac70d8af760&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3145] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:35:45 2026] GET /v2.0/networks/b3080c74-97e3-4f27-8219-7ac70d8af760?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3146] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:35:45 2026] GET /v2.0/networks/b3080c74-97e3-4f27-8219-7ac70d8af760?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3147] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:35:46 2026] GET /v2.0/ports?tenant_id=f8249dbc805c4cb58c90d8cf4b1a0e2a&device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 4088 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3148] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:35:46 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.6&port_id=5c45a7df-b639-484d-aeeb-c515cec2b6a1 => 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: 1581/3149] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:35:46 2026] GET /v2.0/subnets?id=d5eac742-030d-4132-963e-54997d6c4e01 => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3150] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:35:46 2026] GET /v2.0/ports?network_id=e8a7cd18-c69d-4ba7-a327-295a7561a033&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: 1582/3151] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:35:46 2026] GET /v2.0/networks/e8a7cd18-c69d-4ba7-a327-295a7561a033?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: 1570/3152] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:35:46 2026] GET /v2.0/networks/e8a7cd18-c69d-4ba7-a327-295a7561a033?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: 1583/3153] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:35:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.188&port_id=e7b1c107-1ff8-4f90-8471-39167c5fd0fc => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3154] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:35:46 2026] GET /v2.0/subnets?id=c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3155] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:35:46 2026] GET /v2.0/ports?network_id=41a6fae9-7d91-44b1-90ab-efa2117c93e2&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3156] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:35:46 2026] GET /v2.0/networks/41a6fae9-7d91-44b1-90ab-efa2117c93e2?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: 1585/3157] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:35:46 2026] GET /v2.0/networks/41a6fae9-7d91-44b1-90ab-efa2117c93e2?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: 1573/3158] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:35:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.142&port_id=c80bf033-b58a-45e5-8ca9-7017934bdd96 => 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: 1586/3159] 199.204.45.138 () {34 vars in 1102 bytes} [Thu Mar 19 08:35:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A4e&port_id=c80bf033-b58a-45e5-8ca9-7017934bdd96 => 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: 1574/3160] 199.204.45.138 () {34 vars in 1064 bytes} [Thu Mar 19 08:35:46 2026] GET /v2.0/subnets?id=c1115d21-afda-4b19-bb2f-189393898910&id=b26b0bd2-b6e3-486a-9b52-8cd12571df01 => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3161] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:35:46 2026] GET /v2.0/ports?network_id=b3080c74-97e3-4f27-8219-7ac70d8af760&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: 1575/3162] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:35:46 2026] GET /v2.0/ports?network_id=b3080c74-97e3-4f27-8219-7ac70d8af760&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3163] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:35:46 2026] GET /v2.0/networks/b3080c74-97e3-4f27-8219-7ac70d8af760?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: 1576/3164] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:35:47 2026] GET /v2.0/networks/b3080c74-97e3-4f27-8219-7ac70d8af760?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: 1589/3165] 10.0.0.110 () {34 vars in 971 bytes} [Thu Mar 19 08:35:51 2026] GET /v2.0/ports/c80bf033-b58a-45e5-8ca9-7017934bdd96 => generated 1516 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3166] 199.204.45.138 () {30 vars in 743 bytes} [Thu Mar 19 08:35:51 2026] GET /v2.0/networks/b3080c74-97e3-4f27-8219-7ac70d8af760 => generated 798 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3167] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:35:51 2026] GET /v2.0/subnets/c1115d21-afda-4b19-bb2f-189393898910 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3168] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:35:51 2026] GET /v2.0/subnets/b26b0bd2-b6e3-486a-9b52-8cd12571df01 => generated 743 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3169] 199.204.45.138 () {30 vars in 703 bytes} [Thu Mar 19 08:35:51 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: 1579/3170] 199.204.45.138 () {30 vars in 705 bytes} [Thu Mar 19 08:35:51 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: 1592/3171] 199.204.45.138 () {30 vars in 681 bytes} [Thu Mar 19 08:35:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3172] 199.204.45.138 () {30 vars in 717 bytes} [Thu Mar 19 08:35:51 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: 1593/3173] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:35:51 2026] GET /v2.0/subnets/c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3174] 199.204.45.138 () {30 vars in 737 bytes} [Thu Mar 19 08:35:51 2026] GET /v2.0/ports/c0c13989-404e-48b5-80ef-cb44d154f95c => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3175] 199.204.45.138 () {30 vars in 737 bytes} [Thu Mar 19 08:35:51 2026] GET /v2.0/ports/e7b1c107-1ff8-4f90-8471-39167c5fd0fc => generated 1350 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3176] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:35:51 2026] GET /v2.0/subnets/c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3177] 199.204.45.138 () {30 vars in 743 bytes} [Thu Mar 19 08:35:51 2026] GET /v2.0/networks/41a6fae9-7d91-44b1-90ab-efa2117c93e2 => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3178] 199.204.45.138 () {30 vars in 737 bytes} [Thu Mar 19 08:35:51 2026] GET /v2.0/ports/c0c13989-404e-48b5-80ef-cb44d154f95c => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3179] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:35:51 2026] GET /v2.0/subnets/c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3182] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:35:55 2026] GET /v2.0/routers => generated 726 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3183] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:35:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3184] 10.0.0.121 () {28 vars in 677 bytes} [Thu Mar 19 08:35:55 2026] GET /v2.0/routers/6dc0b8d8-9869-4c2c-b4e8-bbbf3b54ccd7/l3-agents => generated 681 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3185] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:35:55 2026] GET /v2.0/floatingips => generated 2590 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3186] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:35:55 2026] GET /v2.0/networks => generated 5226 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3187] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:35:55 2026] GET /v2.0/network-ip-availabilities => generated 3613 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3188] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:35:55 2026] GET /v2.0/subnets => generated 6132 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3189] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:35:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3190] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:35:55 2026] GET /v2.0/security-groups => generated 31501 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3191] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:35:55 2026] GET /v2.0/ports => generated 26162 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3192] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:35:55 2026] GET /v2.0/subnets => generated 6132 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3193] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:35:55 2026] GET /v2.0/agents => generated 3386 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3194] 10.0.0.110 () {34 vars in 1178 bytes} [Thu Mar 19 08:35:55 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836&device_id=cb4b7e9f-2d04-45c3-a192-97b8a9d32c2f&device_id=46872d66-fd1f-454c-a45e-94c0a0a20457 => generated 7010 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3195] 10.0.0.110 () {34 vars in 1280 bytes} [Thu Mar 19 08:35:56 2026] GET /v2.0/security-groups?id=22392e26-77f2-44d3-9b86-2144db7bfe57&id=73268b5d-4044-42ab-85d8-63f33c7515ec&id=6c4fdd0e-5e8d-48ab-aa15-4fb0aa7cf93e&id=b7cf33c2-4111-462b-89c0-f9d065293f65&fields=id&fields=name => generated 353 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3196] 10.0.0.8 () {30 vars in 688 bytes} [Thu Mar 19 08:36:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3197] 10.0.0.8 () {30 vars in 690 bytes} [Thu Mar 19 08:36:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3198] 10.0.0.8 () {30 vars in 666 bytes} [Thu Mar 19 08:36:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3199] 10.0.0.8 () {30 vars in 702 bytes} [Thu Mar 19 08:36:00 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: 1606/3200] 10.0.0.8 () {28 vars in 437 bytes} [Thu Mar 19 08:36:00 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: 1595/3201] 10.0.0.8 () {30 vars in 726 bytes} [Thu Mar 19 08:36:00 2026] GET /v2.0/subnets/bc0fe2f6-f06b-4863-8ebe-97dda6c8407b => generated 655 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3202] 199.204.45.138 () {30 vars in 703 bytes} [Thu Mar 19 08:36:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3203] 199.204.45.138 () {30 vars in 705 bytes} [Thu Mar 19 08:36:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3204] 199.204.45.138 () {30 vars in 681 bytes} [Thu Mar 19 08:36:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3205] 199.204.45.138 () {30 vars in 717 bytes} [Thu Mar 19 08:36:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3206] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:36:01 2026] GET /v2.0/subnets/c1115d21-afda-4b19-bb2f-189393898910 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3207] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:36:01 2026] GET /v2.0/subnets/bc0fe2f6-f06b-4863-8ebe-97dda6c8407b => generated 673 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3208] 199.204.45.138 () {30 vars in 769 bytes} [Thu Mar 19 08:36:01 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 4090 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3209] 199.204.45.138 () {30 vars in 703 bytes} [Thu Mar 19 08:36:01 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: 1611/3210] 199.204.45.138 () {30 vars in 705 bytes} [Thu Mar 19 08:36:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3211] 199.204.45.138 () {30 vars in 681 bytes} [Thu Mar 19 08:36:02 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: 1612/3212] 199.204.45.138 () {30 vars in 717 bytes} [Thu Mar 19 08:36:02 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: 1601/3213] 199.204.45.138 () {34 vars in 717 bytes} [Thu Mar 19 08:36:02 2026] POST /v2.0/ports => generated 1332 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3214] 10.0.0.110 () {34 vars in 971 bytes} [Thu Mar 19 08:36:02 2026] GET /v2.0/ports/2fe27089-7e33-4d09-b974-09b8f5180982 => generated 1332 bytes in 32 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: 1602/3215] 199.204.45.138 () {34 vars in 1262 bytes} [Thu Mar 19 08:36:03 2026] GET /v2.0/ports/2fe27089-7e33-4d09-b974-09b8f5180982?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3216] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:36:03 2026] GET /v2.0/networks/4ed5db7d-165e-49e2-9afe-b05b4788298b?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3217] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:36:03 2026] GET /v2.0/networks/4ed5db7d-165e-49e2-9afe-b05b4788298b?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: 1615/3218] 199.204.45.138 () {34 vars in 975 bytes} [Thu Mar 19 08:36:04 2026] GET /v2.0/ports/2fe27089-7e33-4d09-b974-09b8f5180982 => generated 1332 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3219] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:36:04 2026] GET /v2.0/networks?id=4ed5db7d-165e-49e2-9afe-b05b4788298b => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3220] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Mar 19 08:36:04 2026] PUT /v2.0/ports/2fe27089-7e33-4d09-b974-09b8f5180982 => generated 1522 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:36:04.736 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-81ecb29d-49fc-4cf9-86ff-38010a97b6e2'] response: {'name': 'network-changed', 'server_uuid': '116a6a7f-9b0c-465a-9a82-ff05ee3ca836', 'tag': '2fe27089-7e33-4d09-b974-09b8f5180982', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1605/3221] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:36:05 2026] GET /v2.0/ports?tenant_id=f8249dbc805c4cb58c90d8cf4b1a0e2a&device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 5604 bytes in 56 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: 1617/3222] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:36:05 2026] GET /v2.0/networks?id=4ed5db7d-165e-49e2-9afe-b05b4788298b => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3223] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:36:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.240&port_id=2fe27089-7e33-4d09-b974-09b8f5180982 => 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: 1618/3224] 199.204.45.138 () {34 vars in 1106 bytes} [Thu Mar 19 08:36:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3a1&port_id=2fe27089-7e33-4d09-b974-09b8f5180982 => 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: 1607/3225] 199.204.45.138 () {34 vars in 1064 bytes} [Thu Mar 19 08:36:05 2026] GET /v2.0/subnets?id=23d24f2a-a6c4-4548-ab72-9a3abb1e4db7&id=bc0fe2f6-f06b-4863-8ebe-97dda6c8407b => generated 1414 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3226] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:36:05 2026] GET /v2.0/ports?network_id=4ed5db7d-165e-49e2-9afe-b05b4788298b&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3227] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:36:05 2026] GET /v2.0/ports?network_id=4ed5db7d-165e-49e2-9afe-b05b4788298b&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3228] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:36:05 2026] GET /v2.0/networks/4ed5db7d-165e-49e2-9afe-b05b4788298b?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: 1609/3229] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:36:05 2026] GET /v2.0/networks/4ed5db7d-165e-49e2-9afe-b05b4788298b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3230] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:36:06 2026] GET /v2.0/ports?tenant_id=f8249dbc805c4cb58c90d8cf4b1a0e2a&device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 5604 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3231] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:36:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.6&port_id=5c45a7df-b639-484d-aeeb-c515cec2b6a1 => 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: 1622/3232] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:36:06 2026] GET /v2.0/subnets?id=d5eac742-030d-4132-963e-54997d6c4e01 => 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: 1611/3233] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:36:06 2026] GET /v2.0/ports?network_id=e8a7cd18-c69d-4ba7-a327-295a7561a033&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: 1623/3234] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:36:06 2026] GET /v2.0/networks/e8a7cd18-c69d-4ba7-a327-295a7561a033?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: 1612/3235] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:36:06 2026] GET /v2.0/networks/e8a7cd18-c69d-4ba7-a327-295a7561a033?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: 1624/3236] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:36:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.188&port_id=e7b1c107-1ff8-4f90-8471-39167c5fd0fc => 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: 1613/3237] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:36:06 2026] GET /v2.0/subnets?id=c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3238] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:36:07 2026] GET /v2.0/ports?network_id=41a6fae9-7d91-44b1-90ab-efa2117c93e2&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: 1614/3239] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:36:07 2026] GET /v2.0/networks/41a6fae9-7d91-44b1-90ab-efa2117c93e2?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3240] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:36:07 2026] GET /v2.0/networks/41a6fae9-7d91-44b1-90ab-efa2117c93e2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3241] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:36:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.142&port_id=c80bf033-b58a-45e5-8ca9-7017934bdd96 => 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: 1627/3242] 199.204.45.138 () {34 vars in 1102 bytes} [Thu Mar 19 08:36:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A4e&port_id=c80bf033-b58a-45e5-8ca9-7017934bdd96 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3243] 199.204.45.138 () {34 vars in 1064 bytes} [Thu Mar 19 08:36:07 2026] GET /v2.0/subnets?id=c1115d21-afda-4b19-bb2f-189393898910&id=b26b0bd2-b6e3-486a-9b52-8cd12571df01 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3244] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:36:07 2026] GET /v2.0/ports?network_id=b3080c74-97e3-4f27-8219-7ac70d8af760&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3245] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:36:07 2026] GET /v2.0/ports?network_id=b3080c74-97e3-4f27-8219-7ac70d8af760&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3246] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:36:07 2026] GET /v2.0/networks/b3080c74-97e3-4f27-8219-7ac70d8af760?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: 1618/3247] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:36:07 2026] GET /v2.0/networks/b3080c74-97e3-4f27-8219-7ac70d8af760?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: 1630/3248] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:36:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.240&port_id=2fe27089-7e33-4d09-b974-09b8f5180982 => 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: 1619/3249] 199.204.45.138 () {34 vars in 1106 bytes} [Thu Mar 19 08:36:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3a1&port_id=2fe27089-7e33-4d09-b974-09b8f5180982 => 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: 1631/3250] 199.204.45.138 () {34 vars in 1064 bytes} [Thu Mar 19 08:36:07 2026] GET /v2.0/subnets?id=23d24f2a-a6c4-4548-ab72-9a3abb1e4db7&id=bc0fe2f6-f06b-4863-8ebe-97dda6c8407b => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3251] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:36:07 2026] GET /v2.0/ports?network_id=4ed5db7d-165e-49e2-9afe-b05b4788298b&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: 1632/3252] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:36:07 2026] GET /v2.0/ports?network_id=4ed5db7d-165e-49e2-9afe-b05b4788298b&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: 1621/3253] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:36:07 2026] GET /v2.0/networks/4ed5db7d-165e-49e2-9afe-b05b4788298b?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: 1633/3254] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:36:07 2026] GET /v2.0/networks/4ed5db7d-165e-49e2-9afe-b05b4788298b?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: 1635/3257] 10.0.0.110 () {34 vars in 971 bytes} [Thu Mar 19 08:36:11 2026] GET /v2.0/ports/2fe27089-7e33-4d09-b974-09b8f5180982 => generated 1524 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3258] 199.204.45.138 () {30 vars in 743 bytes} [Thu Mar 19 08:36:11 2026] GET /v2.0/networks/4ed5db7d-165e-49e2-9afe-b05b4788298b => generated 798 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3259] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:36:11 2026] GET /v2.0/subnets/bc0fe2f6-f06b-4863-8ebe-97dda6c8407b => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3260] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:36:11 2026] GET /v2.0/subnets/23d24f2a-a6c4-4548-ab72-9a3abb1e4db7 => generated 748 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3261] 199.204.45.138 () {30 vars in 737 bytes} [Thu Mar 19 08:36:11 2026] GET /v2.0/ports/c80bf033-b58a-45e5-8ca9-7017934bdd96 => generated 1516 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3262] 199.204.45.138 () {34 vars in 790 bytes} [Thu Mar 19 08:36:11 2026] PUT /v2.0/ports/c80bf033-b58a-45e5-8ca9-7017934bdd96 => generated 1255 bytes in 577 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:36:12.426 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-efc8afe4-3035-469e-ad05-52f626357c9e'] response: {'name': 'network-changed', 'server_uuid': '116a6a7f-9b0c-465a-9a82-ff05ee3ca836', 'tag': 'c80bf033-b58a-45e5-8ca9-7017934bdd96', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1638/3263] 199.204.45.138 () {30 vars in 743 bytes} [Thu Mar 19 08:36:12 2026] GET /v2.0/networks/b3080c74-97e3-4f27-8219-7ac70d8af760 => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1626/3264] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:36:12 2026] GET /v2.0/subnets/c1115d21-afda-4b19-bb2f-189393898910 => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3265] 199.204.45.138 () {30 vars in 703 bytes} [Thu Mar 19 08:36:12 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: 1627/3266] 199.204.45.138 () {30 vars in 705 bytes} [Thu Mar 19 08:36:12 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: 1640/3267] 199.204.45.138 () {30 vars in 681 bytes} [Thu Mar 19 08:36:12 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3268] 199.204.45.138 () {30 vars in 717 bytes} [Thu Mar 19 08:36:12 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: 1641/3269] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:36:12 2026] GET /v2.0/subnets/c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => generated 674 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3270] 199.204.45.138 () {30 vars in 737 bytes} [Thu Mar 19 08:36:12 2026] GET /v2.0/ports/c0c13989-404e-48b5-80ef-cb44d154f95c => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3271] 199.204.45.138 () {30 vars in 737 bytes} [Thu Mar 19 08:36:12 2026] GET /v2.0/ports/e7b1c107-1ff8-4f90-8471-39167c5fd0fc => generated 1350 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3272] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:36:12 2026] GET /v2.0/subnets/c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3273] 199.204.45.138 () {30 vars in 743 bytes} [Thu Mar 19 08:36:12 2026] GET /v2.0/networks/41a6fae9-7d91-44b1-90ab-efa2117c93e2 => generated 799 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3274] 199.204.45.138 () {30 vars in 737 bytes} [Thu Mar 19 08:36:12 2026] GET /v2.0/ports/c0c13989-404e-48b5-80ef-cb44d154f95c => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3275] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:36:12 2026] GET /v2.0/subnets/c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => 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: 1644/3276] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:36:12 2026] GET /v2.0/ports?tenant_id=f8249dbc805c4cb58c90d8cf4b1a0e2a&device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 5381 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3277] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:36:12 2026] GET /v2.0/networks?id=b3080c74-97e3-4f27-8219-7ac70d8af760 => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3278] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:36:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.142&port_id=c80bf033-b58a-45e5-8ca9-7017934bdd96 => 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: 1634/3279] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:36:13 2026] GET /v2.0/subnets?id=c1115d21-afda-4b19-bb2f-189393898910 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3280] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:36:13 2026] GET /v2.0/ports?network_id=b3080c74-97e3-4f27-8219-7ac70d8af760&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: 1635/3281] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:36:13 2026] GET /v2.0/networks/b3080c74-97e3-4f27-8219-7ac70d8af760?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: 1647/3282] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:36:13 2026] GET /v2.0/networks/b3080c74-97e3-4f27-8219-7ac70d8af760?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: 1637/3285] 199.204.45.138 () {30 vars in 703 bytes} [Thu Mar 19 08:36:25 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: 1649/3286] 199.204.45.138 () {30 vars in 705 bytes} [Thu Mar 19 08:36:25 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: 1638/3287] 199.204.45.138 () {30 vars in 681 bytes} [Thu Mar 19 08:36:25 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: 1650/3288] 199.204.45.138 () {30 vars in 717 bytes} [Thu Mar 19 08:36:25 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: 1639/3289] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:36:25 2026] GET /v2.0/subnets/c1115d21-afda-4b19-bb2f-189393898910 => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3290] 199.204.45.138 () {30 vars in 769 bytes} [Thu Mar 19 08:36:25 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 5381 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3291] 199.204.45.138 () {30 vars in 703 bytes} [Thu Mar 19 08:36:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3292] 199.204.45.138 () {30 vars in 705 bytes} [Thu Mar 19 08:36:25 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: 1641/3293] 199.204.45.138 () {30 vars in 681 bytes} [Thu Mar 19 08:36:25 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: 1653/3294] 199.204.45.138 () {30 vars in 717 bytes} [Thu Mar 19 08:36:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3295] 199.204.45.138 () {30 vars in 737 bytes} [Thu Mar 19 08:36:25 2026] GET /v2.0/ports/2fe27089-7e33-4d09-b974-09b8f5180982 => generated 1524 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3296] 199.204.45.138 () {34 vars in 790 bytes} [Thu Mar 19 08:36:25 2026] PUT /v2.0/ports/2fe27089-7e33-4d09-b974-09b8f5180982 => generated 1311 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:36:26.088 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c37b2e46-b7b8-4d3b-bbb3-c89614b0c610'] response: {'name': 'network-changed', 'server_uuid': '116a6a7f-9b0c-465a-9a82-ff05ee3ca836', 'tag': '2fe27089-7e33-4d09-b974-09b8f5180982', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1643/3297] 199.204.45.138 () {30 vars in 743 bytes} [Thu Mar 19 08:36:26 2026] GET /v2.0/networks/4ed5db7d-165e-49e2-9afe-b05b4788298b => generated 798 bytes in 73 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: 1655/3298] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:36:26 2026] GET /v2.0/subnets/23d24f2a-a6c4-4548-ab72-9a3abb1e4db7 => generated 748 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3299] 199.204.45.138 () {30 vars in 737 bytes} [Thu Mar 19 08:36:26 2026] GET /v2.0/ports/2fe27089-7e33-4d09-b974-09b8f5180982 => generated 1347 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3300] 199.204.45.138 () {34 vars in 789 bytes} [Thu Mar 19 08:36:26 2026] PUT /v2.0/ports/2fe27089-7e33-4d09-b974-09b8f5180982 => generated 1080 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3301] 199.204.45.138 () {30 vars in 743 bytes} [Thu Mar 19 08:36:26 2026] GET /v2.0/networks/4ed5db7d-165e-49e2-9afe-b05b4788298b => generated 798 bytes in 45 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: 1657/3302] 199.204.45.138 () {30 vars in 769 bytes} [Thu Mar 19 08:36:26 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 4973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3303] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:36:26 2026] GET /v2.0/ports?tenant_id=f8249dbc805c4cb58c90d8cf4b1a0e2a&device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 4973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3304] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:36:26 2026] GET /v2.0/networks?id=4ed5db7d-165e-49e2-9afe-b05b4788298b => generated 801 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3305] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:36:26 2026] GET /v2.0/networks/4ed5db7d-165e-49e2-9afe-b05b4788298b?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: 1659/3306] 199.204.45.138 () {30 vars in 769 bytes} [Thu Mar 19 08:36:26 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 4973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3307] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:36:26 2026] GET /v2.0/networks/4ed5db7d-165e-49e2-9afe-b05b4788298b?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: 1660/3308] 199.204.45.138 () {30 vars in 769 bytes} [Thu Mar 19 08:36:27 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 4973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:36:28.531 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d26be9f3-a124-46ff-9fb0-322290eba444'] response: {'name': 'network-changed', 'server_uuid': '116a6a7f-9b0c-465a-9a82-ff05ee3ca836', 'tag': '2fe27089-7e33-4d09-b974-09b8f5180982', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1649/3309] 199.204.45.138 () {30 vars in 769 bytes} [Thu Mar 19 08:36:28 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 4973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3310] 199.204.45.138 () {34 vars in 975 bytes} [Thu Mar 19 08:36:29 2026] GET /v2.0/ports/2fe27089-7e33-4d09-b974-09b8f5180982 => generated 1116 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3311] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:36:29 2026] GET /v2.0/ports?tenant_id=f8249dbc805c4cb58c90d8cf4b1a0e2a&device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 4973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3312] 199.204.45.138 () {34 vars in 1060 bytes} [Thu Mar 19 08:36:29 2026] GET /v2.0/ports/2fe27089-7e33-4d09-b974-09b8f5180982?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3313] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:36:29 2026] GET /v2.0/networks?id=4ed5db7d-165e-49e2-9afe-b05b4788298b => generated 801 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3314] 199.204.45.138 () {34 vars in 1016 bytes} [Thu Mar 19 08:36:29 2026] GET /v2.0/networks/4ed5db7d-165e-49e2-9afe-b05b4788298b?fields=dns_domain => generated 29 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3315] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:36:29 2026] GET /v2.0/networks/4ed5db7d-165e-49e2-9afe-b05b4788298b?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3316] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:36:29 2026] GET /v2.0/networks/4ed5db7d-165e-49e2-9afe-b05b4788298b?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: 1664/3317] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Mar 19 08:36:29 2026] PUT /v2.0/ports/2fe27089-7e33-4d09-b974-09b8f5180982 => generated 917 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3318] 199.204.45.138 () {30 vars in 769 bytes} [Thu Mar 19 08:36:29 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 3865 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-19 08:36:30.096 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8501ac1-608c-453a-bf94-5dec27263703 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: 2fe27089-7e33-4d09-b974-09b8f5180982 2026-03-19 08:36:30.099 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8501ac1-608c-453a-bf94-5dec27263703 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: 2fe27089-7e33-4d09-b974-09b8f5180982 [pid: 7|app: 0|req: 1665/3319] 199.204.45.138 () {32 vars in 759 bytes} [Thu Mar 19 08:36:29 2026] DELETE /v2.0/ports/2fe27089-7e33-4d09-b974-09b8f5180982 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3320] 199.204.45.138 () {30 vars in 703 bytes} [Thu Mar 19 08:36:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3321] 199.204.45.138 () {30 vars in 705 bytes} [Thu Mar 19 08:36:30 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: 1656/3322] 199.204.45.138 () {30 vars in 681 bytes} [Thu Mar 19 08:36:30 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: 1667/3323] 199.204.45.138 () {30 vars in 717 bytes} [Thu Mar 19 08:36:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3324] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:36:30 2026] GET /v2.0/subnets/c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => 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: 1668/3325] 199.204.45.138 () {30 vars in 737 bytes} [Thu Mar 19 08:36:30 2026] GET /v2.0/ports/c0c13989-404e-48b5-80ef-cb44d154f95c => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3326] 199.204.45.138 () {30 vars in 737 bytes} [Thu Mar 19 08:36:30 2026] GET /v2.0/ports/e7b1c107-1ff8-4f90-8471-39167c5fd0fc => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3327] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:36:30 2026] GET /v2.0/subnets/c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3328] 199.204.45.138 () {30 vars in 743 bytes} [Thu Mar 19 08:36:30 2026] GET /v2.0/networks/41a6fae9-7d91-44b1-90ab-efa2117c93e2 => generated 799 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3329] 199.204.45.138 () {30 vars in 737 bytes} [Thu Mar 19 08:36:30 2026] GET /v2.0/ports/c0c13989-404e-48b5-80ef-cb44d154f95c => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3330] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:36:30 2026] GET /v2.0/subnets/c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3331] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:36:30 2026] GET /v2.0/ports?tenant_id=f8249dbc805c4cb58c90d8cf4b1a0e2a&device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 3865 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3332] 199.204.45.138 () {34 vars in 1226 bytes} [Thu Mar 19 08:36:30 2026] GET /v2.0/networks?id=e8a7cd18-c69d-4ba7-a327-295a7561a033&id=41a6fae9-7d91-44b1-90ab-efa2117c93e2&id=b3080c74-97e3-4f27-8219-7ac70d8af760&id=4ed5db7d-165e-49e2-9afe-b05b4788298b => generated 3097 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3333] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:36:31 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.6&port_id=5c45a7df-b639-484d-aeeb-c515cec2b6a1 => 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: 1662/3334] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:36:31 2026] GET /v2.0/subnets?id=d5eac742-030d-4132-963e-54997d6c4e01 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3335] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:36:31 2026] GET /v2.0/ports?network_id=e8a7cd18-c69d-4ba7-a327-295a7561a033&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: 1663/3336] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:36:31 2026] GET /v2.0/networks/e8a7cd18-c69d-4ba7-a327-295a7561a033?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: 1674/3337] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:36:31 2026] GET /v2.0/networks/e8a7cd18-c69d-4ba7-a327-295a7561a033?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3338] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:36:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.188&port_id=e7b1c107-1ff8-4f90-8471-39167c5fd0fc => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3339] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:36:31 2026] GET /v2.0/subnets?id=c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3340] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:36:31 2026] GET /v2.0/ports?network_id=41a6fae9-7d91-44b1-90ab-efa2117c93e2&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3341] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:36:31 2026] GET /v2.0/networks/41a6fae9-7d91-44b1-90ab-efa2117c93e2?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: 1666/3342] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:36:31 2026] GET /v2.0/networks/41a6fae9-7d91-44b1-90ab-efa2117c93e2?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: 1677/3343] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:36:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.142&port_id=c80bf033-b58a-45e5-8ca9-7017934bdd96 => 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: 1667/3344] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:36:31 2026] GET /v2.0/subnets?id=c1115d21-afda-4b19-bb2f-189393898910 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3345] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:36:31 2026] GET /v2.0/ports?network_id=b3080c74-97e3-4f27-8219-7ac70d8af760&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: 1668/3346] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:36:31 2026] GET /v2.0/networks/b3080c74-97e3-4f27-8219-7ac70d8af760?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3347] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:36:31 2026] GET /v2.0/networks/b3080c74-97e3-4f27-8219-7ac70d8af760?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3348] 199.204.45.138 () {30 vars in 703 bytes} [Thu Mar 19 08:36:36 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: 1680/3349] 199.204.45.138 () {30 vars in 705 bytes} [Thu Mar 19 08:36:36 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: 1670/3350] 199.204.45.138 () {30 vars in 681 bytes} [Thu Mar 19 08:36:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1681/3351] 199.204.45.138 () {30 vars in 717 bytes} [Thu Mar 19 08:36:36 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: 1671/3352] 199.204.45.138 () {30 vars in 769 bytes} [Thu Mar 19 08:36:36 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 3865 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3353] 199.204.45.138 () {30 vars in 703 bytes} [Thu Mar 19 08:36:36 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: 1672/3354] 199.204.45.138 () {30 vars in 705 bytes} [Thu Mar 19 08:36: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: 7|app: 0|req: 1683/3355] 199.204.45.138 () {30 vars in 681 bytes} [Thu Mar 19 08:36:36 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: 1673/3356] 199.204.45.138 () {30 vars in 717 bytes} [Thu Mar 19 08:36:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3357] 199.204.45.138 () {30 vars in 737 bytes} [Thu Mar 19 08:36:36 2026] GET /v2.0/ports/c80bf033-b58a-45e5-8ca9-7017934bdd96 => generated 1291 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3358] 199.204.45.138 () {34 vars in 789 bytes} [Thu Mar 19 08:36:36 2026] PUT /v2.0/ports/c80bf033-b58a-45e5-8ca9-7017934bdd96 => generated 1080 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:36:37.034 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dcc83ed9-d1fd-4a17-b533-b2fe3ae4e767'] response: {'name': 'network-changed', 'server_uuid': '116a6a7f-9b0c-465a-9a82-ff05ee3ca836', 'tag': 'c80bf033-b58a-45e5-8ca9-7017934bdd96', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1685/3359] 199.204.45.138 () {30 vars in 743 bytes} [Thu Mar 19 08:36:37 2026] GET /v2.0/networks/b3080c74-97e3-4f27-8219-7ac70d8af760 => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1675/3360] 199.204.45.138 () {30 vars in 769 bytes} [Thu Mar 19 08:36:37 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 3690 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3361] 199.204.45.138 () {30 vars in 769 bytes} [Thu Mar 19 08:36:37 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 3690 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3362] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:36:37 2026] GET /v2.0/ports?tenant_id=f8249dbc805c4cb58c90d8cf4b1a0e2a&device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 3690 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3363] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:36:37 2026] GET /v2.0/networks?id=b3080c74-97e3-4f27-8219-7ac70d8af760 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1677/3364] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:36:37 2026] GET /v2.0/networks/b3080c74-97e3-4f27-8219-7ac70d8af760?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: 1688/3365] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:36:37 2026] GET /v2.0/networks/b3080c74-97e3-4f27-8219-7ac70d8af760?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: 1678/3366] 199.204.45.138 () {30 vars in 769 bytes} [Thu Mar 19 08:36:38 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 3690 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1690/3369] 199.204.45.138 () {34 vars in 975 bytes} [Thu Mar 19 08:36:39 2026] GET /v2.0/ports/c80bf033-b58a-45e5-8ca9-7017934bdd96 => generated 1116 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3370] 199.204.45.138 () {34 vars in 1060 bytes} [Thu Mar 19 08:36:39 2026] GET /v2.0/ports/c80bf033-b58a-45e5-8ca9-7017934bdd96?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: 1691/3371] 199.204.45.138 () {30 vars in 769 bytes} [Thu Mar 19 08:36:39 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 3690 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3372] 199.204.45.138 () {34 vars in 1016 bytes} [Thu Mar 19 08:36:39 2026] GET /v2.0/networks/b3080c74-97e3-4f27-8219-7ac70d8af760?fields=dns_domain => generated 29 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3373] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Mar 19 08:36:39 2026] PUT /v2.0/ports/c80bf033-b58a-45e5-8ca9-7017934bdd96 => generated 917 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1682/3374] 199.204.45.138 () {30 vars in 769 bytes} [Thu Mar 19 08:36:40 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 2582 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-03-19 08:36:40.549 7 INFO neutron_taas.services.taas.taas_plugin [None req-1503c9e7-f518-4aee-ab4e-9fd47a2c7e0c 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: c80bf033-b58a-45e5-8ca9-7017934bdd96 2026-03-19 08:36:40.552 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1503c9e7-f518-4aee-ab4e-9fd47a2c7e0c 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: c80bf033-b58a-45e5-8ca9-7017934bdd96 [pid: 7|app: 0|req: 1693/3375] 199.204.45.138 () {32 vars in 759 bytes} [Thu Mar 19 08:36:40 2026] DELETE /v2.0/ports/c80bf033-b58a-45e5-8ca9-7017934bdd96 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3376] 199.204.45.138 () {30 vars in 703 bytes} [Thu Mar 19 08:36:40 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: 1694/3377] 199.204.45.138 () {30 vars in 705 bytes} [Thu Mar 19 08:36:40 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: 1684/3378] 199.204.45.138 () {30 vars in 681 bytes} [Thu Mar 19 08:36:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3379] 199.204.45.138 () {30 vars in 717 bytes} [Thu Mar 19 08:36:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1685/3380] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:36:40 2026] GET /v2.0/subnets/c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1696/3381] 199.204.45.138 () {30 vars in 737 bytes} [Thu Mar 19 08:36:40 2026] GET /v2.0/ports/c0c13989-404e-48b5-80ef-cb44d154f95c => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1686/3382] 199.204.45.138 () {30 vars in 737 bytes} [Thu Mar 19 08:36:40 2026] GET /v2.0/ports/e7b1c107-1ff8-4f90-8471-39167c5fd0fc => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1697/3383] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:36:40 2026] GET /v2.0/subnets/c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1687/3384] 199.204.45.138 () {30 vars in 743 bytes} [Thu Mar 19 08:36:40 2026] GET /v2.0/networks/41a6fae9-7d91-44b1-90ab-efa2117c93e2 => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1698/3385] 199.204.45.138 () {30 vars in 737 bytes} [Thu Mar 19 08:36:41 2026] GET /v2.0/ports/c0c13989-404e-48b5-80ef-cb44d154f95c => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1688/3386] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:36:41 2026] GET /v2.0/subnets/c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => 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: 1699/3387] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:36:41 2026] GET /v2.0/ports?tenant_id=f8249dbc805c4cb58c90d8cf4b1a0e2a&device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 2582 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1689/3388] 199.204.45.138 () {34 vars in 1146 bytes} [Thu Mar 19 08:36:41 2026] GET /v2.0/networks?id=e8a7cd18-c69d-4ba7-a327-295a7561a033&id=41a6fae9-7d91-44b1-90ab-efa2117c93e2&id=b3080c74-97e3-4f27-8219-7ac70d8af760 => generated 2310 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1700/3389] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:36:41 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.6&port_id=5c45a7df-b639-484d-aeeb-c515cec2b6a1 => 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: 1690/3390] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:36:41 2026] GET /v2.0/subnets?id=d5eac742-030d-4132-963e-54997d6c4e01 => 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: 1701/3391] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:36:41 2026] GET /v2.0/ports?network_id=e8a7cd18-c69d-4ba7-a327-295a7561a033&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: 1691/3392] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:36:41 2026] GET /v2.0/networks/e8a7cd18-c69d-4ba7-a327-295a7561a033?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1702/3393] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:36:41 2026] GET /v2.0/networks/e8a7cd18-c69d-4ba7-a327-295a7561a033?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1692/3394] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:36:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.188&port_id=e7b1c107-1ff8-4f90-8471-39167c5fd0fc => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1703/3395] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:36:41 2026] GET /v2.0/subnets?id=c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1693/3396] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:36:41 2026] GET /v2.0/ports?network_id=41a6fae9-7d91-44b1-90ab-efa2117c93e2&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1704/3397] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:36:41 2026] GET /v2.0/networks/41a6fae9-7d91-44b1-90ab-efa2117c93e2?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: 1694/3398] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:36:41 2026] GET /v2.0/networks/41a6fae9-7d91-44b1-90ab-efa2117c93e2?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: 1705/3399] 199.204.45.138 () {30 vars in 703 bytes} [Thu Mar 19 08:36:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1695/3400] 199.204.45.138 () {30 vars in 705 bytes} [Thu Mar 19 08:36:53 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: 1706/3401] 199.204.45.138 () {30 vars in 681 bytes} [Thu Mar 19 08:36:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1696/3402] 199.204.45.138 () {30 vars in 717 bytes} [Thu Mar 19 08:36:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:36:53.164 7 INFO neutron.api.v2.resource [None req-803f3016-f843-4f67-941c-10230716d654 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1707/3403] 199.204.45.138 () {30 vars in 763 bytes} [Thu Mar 19 08:36:53 2026] GET /v2.0/security-groups/lb-cddcf8e9-047a-4cab-82af-a726c35d9505 => 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: 1697/3404] 199.204.45.138 () {30 vars in 785 bytes} [Thu Mar 19 08:36:53 2026] GET /v2.0/security-groups?name=lb-cddcf8e9-047a-4cab-82af-a726c35d9505 => generated 2865 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1708/3405] 199.204.45.138 () {30 vars in 815 bytes} [Thu Mar 19 08:36:53 2026] GET /v2.0/security-group-rules?security_group_id=22392e26-77f2-44d3-9b86-2144db7bfe57 => generated 2334 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1698/3406] 199.204.45.138 () {32 vars in 789 bytes} [Thu Mar 19 08:36:53 2026] DELETE /v2.0/security-group-rules/2ac304f4-839c-46c1-a6ae-c390a42991b1 => 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: 1709/3407] 199.204.45.138 () {32 vars in 789 bytes} [Thu Mar 19 08:36:53 2026] DELETE /v2.0/security-group-rules/cb6f4640-7d1c-46f1-b64d-437bbb8aebd8 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1711/3410] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:36:55 2026] GET /v2.0/floatingips => generated 2590 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1700/3411] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:36:55 2026] GET /v2.0/security-groups => generated 30275 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1712/3412] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:36:55 2026] GET /v2.0/subnets => generated 6132 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1701/3413] 10.0.0.110 () {34 vars in 1178 bytes} [Thu Mar 19 08:36:55 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836&device_id=cb4b7e9f-2d04-45c3-a192-97b8a9d32c2f&device_id=46872d66-fd1f-454c-a45e-94c0a0a20457 => generated 5502 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1713/3414] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:36:55 2026] GET /v2.0/routers => generated 726 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1702/3415] 10.0.0.110 () {34 vars in 1200 bytes} [Thu Mar 19 08:36:55 2026] GET /v2.0/security-groups?id=73268b5d-4044-42ab-85d8-63f33c7515ec&id=22392e26-77f2-44d3-9b86-2144db7bfe57&id=b7cf33c2-4111-462b-89c0-f9d065293f65&fields=id&fields=name => generated 286 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1714/3416] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:36:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1703/3417] 10.0.0.121 () {28 vars in 677 bytes} [Thu Mar 19 08:36:55 2026] GET /v2.0/routers/6dc0b8d8-9869-4c2c-b4e8-bbbf3b54ccd7/l3-agents => generated 681 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1715/3418] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:36:55 2026] GET /v2.0/agents => generated 3386 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1704/3419] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:36:55 2026] GET /v2.0/network-ip-availabilities => generated 3613 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1716/3420] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:36:55 2026] GET /v2.0/networks => generated 5226 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1705/3421] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:36:55 2026] GET /v2.0/ports => generated 24654 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1717/3422] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:36:55 2026] GET /v2.0/subnets => generated 6132 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1706/3423] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:36:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:36:56.136 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ff087dd-bd54-44eb-bf39-0114f22542ec 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] TaaS: Handle Delete Port: 697e6bfe-6d34-455d-b9ac-efd81b1e0705 2026-03-19 08:36:56.138 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ff087dd-bd54-44eb-bf39-0114f22542ec 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] Tap Mirror: Handle Delete Port: 697e6bfe-6d34-455d-b9ac-efd81b1e0705 2026-03-19 08:36:56.363 7 INFO neutron.db.l3_db [None req-6ff087dd-bd54-44eb-bf39-0114f22542ec 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] Floating IP 70ffe060-3f45-479a-85db-532311c3ab10 disassociated (deleted). External IP: 10.96.250.214, port: c0c13989-404e-48b5-80ef-cb44d154f95c. [pid: 7|app: 0|req: 1718/3424] 10.0.0.201 () {32 vars in 732 bytes} [Thu Mar 19 08:36:56 2026] DELETE /v2.0/floatingips/70ffe060-3f45-479a-85db-532311c3ab10 => generated 0 bytes in 630 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:36:56.668 8 INFO neutron.api.v2.resource [None req-b8830333-daa2-441e-a4d3-89ab47598f70 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1707/3425] 10.0.0.201 () {32 vars in 729 bytes} [Thu Mar 19 08:36:56 2026] GET /v2.0/floatingips/70ffe060-3f45-479a-85db-532311c3ab10 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1719/3426] 199.204.45.138 () {30 vars in 703 bytes} [Thu Mar 19 08:36:57 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: 1708/3427] 199.204.45.138 () {30 vars in 705 bytes} [Thu Mar 19 08:36:57 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: 1720/3428] 199.204.45.138 () {30 vars in 681 bytes} [Thu Mar 19 08:36:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1709/3429] 199.204.45.138 () {30 vars in 717 bytes} [Thu Mar 19 08:36:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:36:57.573 7 INFO neutron.api.v2.resource [None req-9918e5d6-5fd4-45de-999e-f2aea8f288a9 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1721/3430] 199.204.45.138 () {30 vars in 763 bytes} [Thu Mar 19 08:36:57 2026] GET /v2.0/security-groups/lb-cddcf8e9-047a-4cab-82af-a726c35d9505 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1710/3431] 199.204.45.138 () {30 vars in 785 bytes} [Thu Mar 19 08:36:57 2026] GET /v2.0/security-groups?name=lb-cddcf8e9-047a-4cab-82af-a726c35d9505 => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1722/3432] 199.204.45.138 () {30 vars in 815 bytes} [Thu Mar 19 08:36:57 2026] GET /v2.0/security-group-rules?security_group_id=22392e26-77f2-44d3-9b86-2144db7bfe57 => generated 1182 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1711/3433] 199.204.45.138 () {30 vars in 703 bytes} [Thu Mar 19 08:36:57 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: 1723/3434] 199.204.45.138 () {30 vars in 705 bytes} [Thu Mar 19 08:36:57 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: 1712/3435] 199.204.45.138 () {30 vars in 681 bytes} [Thu Mar 19 08:36:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1724/3436] 199.204.45.138 () {30 vars in 717 bytes} [Thu Mar 19 08:36: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: 8|app: 0|req: 1713/3437] 199.204.45.138 () {30 vars in 741 bytes} [Thu Mar 19 08:36:57 2026] GET /v2.0/subnets/c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => generated 674 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1725/3438] 199.204.45.138 () {30 vars in 769 bytes} [Thu Mar 19 08:36:57 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 2582 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1714/3439] 199.204.45.138 () {30 vars in 769 bytes} [Thu Mar 19 08:36:57 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 2582 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1726/3440] 199.204.45.138 () {30 vars in 769 bytes} [Thu Mar 19 08:36:58 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 2582 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1715/3441] 199.204.45.138 () {30 vars in 769 bytes} [Thu Mar 19 08:36:59 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 2582 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1727/3442] 199.204.45.138 () {34 vars in 975 bytes} [Thu Mar 19 08:37:00 2026] GET /v2.0/ports/e7b1c107-1ff8-4f90-8471-39167c5fd0fc => generated 1350 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1728/3443] 199.204.45.138 () {34 vars in 1060 bytes} [Thu Mar 19 08:37:00 2026] GET /v2.0/ports/e7b1c107-1ff8-4f90-8471-39167c5fd0fc?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: 8|app: 0|req: 1716/3444] 199.204.45.138 () {30 vars in 769 bytes} [Thu Mar 19 08:37:00 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 2582 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1729/3445] 199.204.45.138 () {34 vars in 1016 bytes} [Thu Mar 19 08:37:00 2026] GET /v2.0/networks/41a6fae9-7d91-44b1-90ab-efa2117c93e2?fields=dns_domain => generated 29 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1717/3446] 199.204.45.138 () {38 vars in 1028 bytes} [Thu Mar 19 08:37:00 2026] PUT /v2.0/ports/e7b1c107-1ff8-4f90-8471-39167c5fd0fc => generated 1151 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1730/3447] 199.204.45.138 () {30 vars in 769 bytes} [Thu Mar 19 08:37:01 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1718/3448] 199.204.45.138 () {34 vars in 789 bytes} [Thu Mar 19 08:37:01 2026] PUT /v2.0/ports/e7b1c107-1ff8-4f90-8471-39167c5fd0fc => generated 1090 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1731/3449] 199.204.45.138 () {30 vars in 737 bytes} [Thu Mar 19 08:37:01 2026] GET /v2.0/ports/e7b1c107-1ff8-4f90-8471-39167c5fd0fc => generated 1090 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-19 08:37:01.701 8 INFO neutron_taas.services.taas.taas_plugin [None req-450bae8c-b7f6-455a-9346-89aec2f24c05 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: e7b1c107-1ff8-4f90-8471-39167c5fd0fc 2026-03-19 08:37:01.703 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-450bae8c-b7f6-455a-9346-89aec2f24c05 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: e7b1c107-1ff8-4f90-8471-39167c5fd0fc [pid: 8|app: 0|req: 1719/3450] 199.204.45.138 () {32 vars in 759 bytes} [Thu Mar 19 08:37:01 2026] DELETE /v2.0/ports/e7b1c107-1ff8-4f90-8471-39167c5fd0fc => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1732/3451] 199.204.45.138 () {30 vars in 703 bytes} [Thu Mar 19 08:37:01 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: 1720/3452] 199.204.45.138 () {30 vars in 705 bytes} [Thu Mar 19 08:37:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1733/3453] 199.204.45.138 () {30 vars in 681 bytes} [Thu Mar 19 08:37:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1721/3454] 199.204.45.138 () {30 vars in 717 bytes} [Thu Mar 19 08:37:01 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-03-19 08:37:02.016 7 INFO neutron.pecan_wsgi.hooks.translation [None req-991064de-b121-4e6b-9826-ab4469798efd 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1734/3455] 199.204.45.138 () {32 vars in 759 bytes} [Thu Mar 19 08:37:01 2026] DELETE /v2.0/ports/e7b1c107-1ff8-4f90-8471-39167c5fd0fc => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1722/3456] 199.204.45.138 () {30 vars in 737 bytes} [Thu Mar 19 08:37:02 2026] GET /v2.0/ports/c0c13989-404e-48b5-80ef-cb44d154f95c => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1735/3457] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:37:02 2026] GET /v2.0/ports?tenant_id=f8249dbc805c4cb58c90d8cf4b1a0e2a&device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:37:02.076 8 INFO neutron.api.v2.resource [None req-b86c776f-7603-4115-a1b6-e744fc725472 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1723/3458] 199.204.45.138 () {30 vars in 763 bytes} [Thu Mar 19 08:37:02 2026] GET /v2.0/security-groups/lb-cddcf8e9-047a-4cab-82af-a726c35d9505 => 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: 1724/3459] 199.204.45.138 () {30 vars in 785 bytes} [Thu Mar 19 08:37:02 2026] GET /v2.0/security-groups?name=lb-cddcf8e9-047a-4cab-82af-a726c35d9505 => generated 1639 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1736/3460] 199.204.45.138 () {34 vars in 1066 bytes} [Thu Mar 19 08:37:02 2026] GET /v2.0/networks?id=e8a7cd18-c69d-4ba7-a327-295a7561a033&id=41a6fae9-7d91-44b1-90ab-efa2117c93e2 => generated 1523 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1725/3461] 199.204.45.138 () {30 vars in 737 bytes} [Thu Mar 19 08:37:02 2026] GET /v2.0/ports/c0c13989-404e-48b5-80ef-cb44d154f95c => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1737/3462] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:37:02 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.6&port_id=5c45a7df-b639-484d-aeeb-c515cec2b6a1 => 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: 1738/3463] 199.204.45.138 () {34 vars in 984 bytes} [Thu Mar 19 08:37:02 2026] GET /v2.0/subnets?id=d5eac742-030d-4132-963e-54997d6c4e01 => 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: 1739/3464] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:37:02 2026] GET /v2.0/ports?network_id=e8a7cd18-c69d-4ba7-a327-295a7561a033&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: 1740/3465] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:37:02 2026] GET /v2.0/networks/e8a7cd18-c69d-4ba7-a327-295a7561a033?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1741/3466] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:37:02 2026] GET /v2.0/networks/e8a7cd18-c69d-4ba7-a327-295a7561a033?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: 1726/3467] 199.204.45.138 () {34 vars in 789 bytes} [Thu Mar 19 08:37:02 2026] PUT /v2.0/ports/c0c13989-404e-48b5-80ef-cb44d154f95c => generated 1094 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1742/3468] 199.204.45.138 () {32 vars in 779 bytes} [Thu Mar 19 08:37:02 2026] DELETE /v2.0/security-groups/22392e26-77f2-44d3-9b86-2144db7bfe57 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:37:02.566 8 INFO neutron_taas.services.taas.taas_plugin [None req-d0415bda-f266-42d6-8c90-a48e91f3f23f 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: c0c13989-404e-48b5-80ef-cb44d154f95c 2026-03-19 08:37:02.573 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0415bda-f266-42d6-8c90-a48e91f3f23f 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: c0c13989-404e-48b5-80ef-cb44d154f95c [pid: 8|app: 0|req: 1727/3469] 199.204.45.138 () {32 vars in 759 bytes} [Thu Mar 19 08:37:02 2026] DELETE /v2.0/ports/c0c13989-404e-48b5-80ef-cb44d154f95c => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1743/3470] 199.204.45.138 () {34 vars in 994 bytes} [Thu Mar 19 08:37:05 2026] GET /v2.0/ports?device_id=116a6a7f-9b0c-465a-9a82-ff05ee3ca836 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:37:05.734 8 INFO neutron_taas.services.taas.taas_plugin [req-9f7e3391-59f8-47f5-a9af-461c8f7096ca req-765e3f0b-552a-46b6-a873-f4524ba49278 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] TaaS: Handle Delete Port: 5c45a7df-b639-484d-aeeb-c515cec2b6a1 2026-03-19 08:37:05.738 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9f7e3391-59f8-47f5-a9af-461c8f7096ca req-765e3f0b-552a-46b6-a873-f4524ba49278 4dc1459707a841c98e4188535c999b88 f8249dbc805c4cb58c90d8cf4b1a0e2a - - default default] Tap Mirror: Handle Delete Port: 5c45a7df-b639-484d-aeeb-c515cec2b6a1 [pid: 8|app: 0|req: 1728/3471] 199.204.45.138 () {36 vars in 997 bytes} [Thu Mar 19 08:37:05 2026] DELETE /v2.0/ports/5c45a7df-b639-484d-aeeb-c515cec2b6a1 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:37:05.920 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-55dd6451-78bf-439e-b5b5-225ffbc99808'] response: {'server_uuid': '116a6a7f-9b0c-465a-9a82-ff05ee3ca836', 'name': 'network-vif-deleted', 'tag': '5c45a7df-b639-484d-aeeb-c515cec2b6a1', 'status': 'completed', 'code': 200} 2026-03-19 08:37:07.052 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3260e3c-723e-4a79-9524-7d82918b27eb 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] TaaS: Handle Delete Port: 75a6047b-dc54-4526-ac46-86c3ea277434 2026-03-19 08:37:07.057 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3260e3c-723e-4a79-9524-7d82918b27eb 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] Tap Mirror: Handle Delete Port: 75a6047b-dc54-4526-ac46-86c3ea277434 2026-03-19 08:37:07.209 7 INFO neutron.db.l3_db [None req-e3260e3c-723e-4a79-9524-7d82918b27eb 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] Floating IP 86aa8444-e445-42fa-80d5-b0dc9680017e disassociated (deleted). External IP: 10.96.250.209, port: d612eda0-a58b-4be0-b4a0-05b092ad09eb. [pid: 7|app: 0|req: 1744/3472] 10.0.0.201 () {32 vars in 732 bytes} [Thu Mar 19 08:37:06 2026] DELETE /v2.0/floatingips/86aa8444-e445-42fa-80d5-b0dc9680017e => generated 0 bytes in 593 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:37:07.548 8 INFO neutron.api.v2.resource [None req-278d126d-fdf4-47a3-9e77-5d5a6affbab4 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1729/3473] 10.0.0.201 () {32 vars in 729 bytes} [Thu Mar 19 08:37:07 2026] GET /v2.0/floatingips/86aa8444-e445-42fa-80d5-b0dc9680017e => generated 144 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:37:07.553 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-41e5491c-86d4-4b8d-ae16-880342f6cdd2'] response: {'name': 'network-changed', 'server_uuid': 'cb4b7e9f-2d04-45c3-a192-97b8a9d32c2f', 'tag': 'd612eda0-a58b-4be0-b4a0-05b092ad09eb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1745/3474] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:37:07 2026] GET /v2.0/ports?device_id=cb4b7e9f-2d04-45c3-a192-97b8a9d32c2f => generated 1204 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1730/3475] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:37:07 2026] GET /v2.0/security-groups?id=73268b5d-4044-42ab-85d8-63f33c7515ec&fields=id&fields=name => generated 112 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1746/3476] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:37:08 2026] GET /v2.0/ports?tenant_id=85759755d07944f0897c24ad86ae09e4&device_id=cb4b7e9f-2d04-45c3-a192-97b8a9d32c2f => generated 1473 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1731/3477] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:37:08 2026] GET /v2.0/networks?id=4ed5db7d-165e-49e2-9afe-b05b4788298b => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1747/3478] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:37:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.206&port_id=d612eda0-a58b-4be0-b4a0-05b092ad09eb => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1732/3479] 199.204.45.138 () {34 vars in 1106 bytes} [Thu Mar 19 08:37:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A28b&port_id=d612eda0-a58b-4be0-b4a0-05b092ad09eb => 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: 1748/3480] 199.204.45.138 () {34 vars in 1064 bytes} [Thu Mar 19 08:37:08 2026] GET /v2.0/subnets?id=23d24f2a-a6c4-4548-ab72-9a3abb1e4db7&id=bc0fe2f6-f06b-4863-8ebe-97dda6c8407b => generated 1414 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1733/3481] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:37:08 2026] GET /v2.0/ports?network_id=4ed5db7d-165e-49e2-9afe-b05b4788298b&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1749/3482] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:37:08 2026] GET /v2.0/ports?network_id=4ed5db7d-165e-49e2-9afe-b05b4788298b&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: 1734/3483] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:37:08 2026] GET /v2.0/networks/4ed5db7d-165e-49e2-9afe-b05b4788298b?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1750/3484] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:37:08 2026] GET /v2.0/networks/4ed5db7d-165e-49e2-9afe-b05b4788298b?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: 1752/3487] 199.204.45.138 () {34 vars in 994 bytes} [Thu Mar 19 08:37:10 2026] GET /v2.0/ports?device_id=cb4b7e9f-2d04-45c3-a192-97b8a9d32c2f => generated 1204 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:37:10.348 8 INFO neutron_taas.services.taas.taas_plugin [req-8e84471a-357a-445b-9aa3-bf79e6b2ffad req-2edaf960-b421-4ba3-a214-4cf2f60bc896 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] TaaS: Handle Delete Port: d612eda0-a58b-4be0-b4a0-05b092ad09eb 2026-03-19 08:37:10.351 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8e84471a-357a-445b-9aa3-bf79e6b2ffad req-2edaf960-b421-4ba3-a214-4cf2f60bc896 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] Tap Mirror: Handle Delete Port: d612eda0-a58b-4be0-b4a0-05b092ad09eb [pid: 8|app: 0|req: 1736/3488] 199.204.45.138 () {36 vars in 997 bytes} [Thu Mar 19 08:37:10 2026] DELETE /v2.0/ports/d612eda0-a58b-4be0-b4a0-05b092ad09eb => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:37:10.549 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1aa88603-8462-4009-bf61-ea893c7d6943'] response: {'server_uuid': 'cb4b7e9f-2d04-45c3-a192-97b8a9d32c2f', 'name': 'network-vif-deleted', 'tag': 'd612eda0-a58b-4be0-b4a0-05b092ad09eb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1753/3489] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:37:12 2026] GET /v2.0/ports?device_id=cb4b7e9f-2d04-45c3-a192-97b8a9d32c2f => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-19 08:37:18.158 8 INFO neutron_taas.services.taas.taas_plugin [None req-68bfa4c6-ac62-4300-93bc-26626cdbfe56 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] TaaS: Handle Delete Port: aa2abe4d-2919-4f35-a861-810855536709 2026-03-19 08:37:18.160 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68bfa4c6-ac62-4300-93bc-26626cdbfe56 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] Tap Mirror: Handle Delete Port: aa2abe4d-2919-4f35-a861-810855536709 2026-03-19 08:37:18.340 8 INFO neutron.db.l3_db [None req-68bfa4c6-ac62-4300-93bc-26626cdbfe56 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] Floating IP 1132f10e-8809-4d78-afaa-84b6754947a2 disassociated (deleted). External IP: 10.96.250.211, port: e8027d30-35b0-4f2e-bccc-3059cd44553f. [pid: 8|app: 0|req: 1737/3490] 10.0.0.201 () {32 vars in 732 bytes} [Thu Mar 19 08:37:18 2026] DELETE /v2.0/floatingips/1132f10e-8809-4d78-afaa-84b6754947a2 => generated 0 bytes in 588 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:37:18.640 7 INFO neutron.api.v2.resource [None req-2a968b88-7718-45d1-a53f-b01b21c901ae 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1754/3491] 10.0.0.201 () {32 vars in 729 bytes} [Thu Mar 19 08:37:18 2026] GET /v2.0/floatingips/1132f10e-8809-4d78-afaa-84b6754947a2 => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:37:18.658 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4bef0492-41e4-4a00-8ed6-aaf66edbddbf'] response: {'name': 'network-changed', 'server_uuid': '46872d66-fd1f-454c-a45e-94c0a0a20457', 'tag': 'e8027d30-35b0-4f2e-bccc-3059cd44553f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1738/3492] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:37:18 2026] GET /v2.0/ports?device_id=46872d66-fd1f-454c-a45e-94c0a0a20457 => generated 1200 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1755/3493] 10.0.0.110 () {34 vars in 1040 bytes} [Thu Mar 19 08:37:18 2026] GET /v2.0/security-groups?id=73268b5d-4044-42ab-85d8-63f33c7515ec&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1739/3494] 199.204.45.138 () {34 vars in 1080 bytes} [Thu Mar 19 08:37:19 2026] GET /v2.0/ports?tenant_id=85759755d07944f0897c24ad86ae09e4&device_id=46872d66-fd1f-454c-a45e-94c0a0a20457 => generated 1469 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1756/3495] 199.204.45.138 () {34 vars in 986 bytes} [Thu Mar 19 08:37:19 2026] GET /v2.0/networks?id=b3080c74-97e3-4f27-8219-7ac70d8af760 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1740/3496] 199.204.45.138 () {34 vars in 1058 bytes} [Thu Mar 19 08:37:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.101&port_id=e8027d30-35b0-4f2e-bccc-3059cd44553f => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1757/3497] 199.204.45.138 () {34 vars in 1104 bytes} [Thu Mar 19 08:37:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A274&port_id=e8027d30-35b0-4f2e-bccc-3059cd44553f => 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: 1741/3498] 199.204.45.138 () {34 vars in 1064 bytes} [Thu Mar 19 08:37:19 2026] GET /v2.0/subnets?id=c1115d21-afda-4b19-bb2f-189393898910&id=b26b0bd2-b6e3-486a-9b52-8cd12571df01 => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1758/3499] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:37:19 2026] GET /v2.0/ports?network_id=b3080c74-97e3-4f27-8219-7ac70d8af760&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: 1742/3500] 199.204.45.138 () {34 vars in 1052 bytes} [Thu Mar 19 08:37:19 2026] GET /v2.0/ports?network_id=b3080c74-97e3-4f27-8219-7ac70d8af760&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1759/3501] 199.204.45.138 () {34 vars in 1012 bytes} [Thu Mar 19 08:37:19 2026] GET /v2.0/networks/b3080c74-97e3-4f27-8219-7ac70d8af760?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1743/3502] 199.204.45.138 () {34 vars in 1112 bytes} [Thu Mar 19 08:37:19 2026] GET /v2.0/networks/b3080c74-97e3-4f27-8219-7ac70d8af760?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1760/3503] 199.204.45.138 () {34 vars in 994 bytes} [Thu Mar 19 08:37:21 2026] GET /v2.0/ports?device_id=46872d66-fd1f-454c-a45e-94c0a0a20457 => generated 1200 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-19 08:37:21.622 8 INFO neutron_taas.services.taas.taas_plugin [req-f8d3ba73-455a-41d2-b382-c6acbb9dad47 req-2b234b21-4efe-4e5c-933f-8fb924d38bf2 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] TaaS: Handle Delete Port: e8027d30-35b0-4f2e-bccc-3059cd44553f 2026-03-19 08:37:21.625 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f8d3ba73-455a-41d2-b382-c6acbb9dad47 req-2b234b21-4efe-4e5c-933f-8fb924d38bf2 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] Tap Mirror: Handle Delete Port: e8027d30-35b0-4f2e-bccc-3059cd44553f [pid: 8|app: 0|req: 1744/3504] 199.204.45.138 () {36 vars in 997 bytes} [Thu Mar 19 08:37:21 2026] DELETE /v2.0/ports/e8027d30-35b0-4f2e-bccc-3059cd44553f => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:37:21.828 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-91697e65-f622-4835-bc22-bc99f5415aaf'] response: {'server_uuid': '46872d66-fd1f-454c-a45e-94c0a0a20457', 'name': 'network-vif-deleted', 'tag': 'e8027d30-35b0-4f2e-bccc-3059cd44553f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1761/3505] 10.0.0.110 () {34 vars in 990 bytes} [Thu Mar 19 08:37:24 2026] GET /v2.0/ports?device_id=46872d66-fd1f-454c-a45e-94c0a0a20457 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1746/3508] 10.0.0.201 () {32 vars in 750 bytes} [Thu Mar 19 08:37:29 2026] DELETE /v2.0/security-group-rules/2e136851-8e66-4c7d-94f5-2ec58bbecb38 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:37:29.205 7 INFO neutron.api.v2.resource [None req-2d75897f-aad1-4a36-ac8a-5eff80aa0edd 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1763/3509] 10.0.0.201 () {32 vars in 747 bytes} [Thu Mar 19 08:37:29 2026] GET /v2.0/security-group-rules/2e136851-8e66-4c7d-94f5-2ec58bbecb38 => 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: 1747/3510] 10.0.0.201 () {32 vars in 750 bytes} [Thu Mar 19 08:37:29 2026] DELETE /v2.0/security-group-rules/5d755c9c-30ed-4550-88c2-42a3ef60aa5e => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:37:29.320 7 INFO neutron.api.v2.resource [None req-816a329e-bc50-423f-90e7-1d0b104b9401 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1764/3511] 10.0.0.201 () {32 vars in 747 bytes} [Thu Mar 19 08:37:29 2026] GET /v2.0/security-group-rules/5d755c9c-30ed-4550-88c2-42a3ef60aa5e => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1748/3512] 10.0.0.201 () {32 vars in 750 bytes} [Thu Mar 19 08:37:29 2026] DELETE /v2.0/security-group-rules/7a25e5a1-2842-4871-a047-841f0bed1473 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:37:29.413 7 INFO neutron.api.v2.resource [None req-1679b865-009a-4345-b32b-afed70fbdd6d 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1765/3513] 10.0.0.201 () {32 vars in 747 bytes} [Thu Mar 19 08:37:29 2026] GET /v2.0/security-group-rules/7a25e5a1-2842-4871-a047-841f0bed1473 => 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: 1749/3514] 10.0.0.201 () {32 vars in 750 bytes} [Thu Mar 19 08:37:29 2026] DELETE /v2.0/security-group-rules/8a826b72-ef9c-4a7e-a438-1955aeb664ae => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:37:29.511 7 INFO neutron.api.v2.resource [None req-3c75b34b-2e88-4230-839e-9c0e4dc79dbb 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1766/3515] 10.0.0.201 () {32 vars in 747 bytes} [Thu Mar 19 08:37:29 2026] GET /v2.0/security-group-rules/8a826b72-ef9c-4a7e-a438-1955aeb664ae => 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: 1750/3516] 10.0.0.201 () {32 vars in 750 bytes} [Thu Mar 19 08:37:29 2026] DELETE /v2.0/security-group-rules/aea9c14a-f04c-4c74-95a1-0487ee2c04b8 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:37:29.612 7 INFO neutron.api.v2.resource [None req-ef542e1c-2c3e-49ed-a6ce-8fb6d8883e58 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1767/3517] 10.0.0.201 () {32 vars in 747 bytes} [Thu Mar 19 08:37:29 2026] GET /v2.0/security-group-rules/aea9c14a-f04c-4c74-95a1-0487ee2c04b8 => 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: 1751/3518] 10.0.0.201 () {32 vars in 750 bytes} [Thu Mar 19 08:37:29 2026] DELETE /v2.0/security-group-rules/75766642-0254-4bed-a72e-e69ee3896e72 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:37:29.713 7 INFO neutron.api.v2.resource [None req-2e6fe422-a54a-4498-b6d6-ea15c1565923 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1768/3519] 10.0.0.201 () {32 vars in 747 bytes} [Thu Mar 19 08:37:29 2026] GET /v2.0/security-group-rules/75766642-0254-4bed-a72e-e69ee3896e72 => 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: 1752/3520] 10.0.0.201 () {32 vars in 750 bytes} [Thu Mar 19 08:37:29 2026] DELETE /v2.0/security-group-rules/e045f19e-817a-49c5-a4a8-874b7f02894e => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:37:29.792 7 INFO neutron.api.v2.resource [None req-7b8cca79-0c34-47d3-86e1-0a1f4c3b8546 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1769/3521] 10.0.0.201 () {32 vars in 747 bytes} [Thu Mar 19 08:37:29 2026] GET /v2.0/security-group-rules/e045f19e-817a-49c5-a4a8-874b7f02894e => 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: 1753/3522] 10.0.0.201 () {32 vars in 750 bytes} [Thu Mar 19 08:37:29 2026] DELETE /v2.0/security-group-rules/0e6f9e85-951c-4691-b8df-13c5f4b3a1f0 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:37:29.897 7 INFO neutron.api.v2.resource [None req-5bd94f66-7107-4347-9fc1-fc8de0ce4b8a 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1770/3523] 10.0.0.201 () {32 vars in 747 bytes} [Thu Mar 19 08:37:29 2026] GET /v2.0/security-group-rules/0e6f9e85-951c-4691-b8df-13c5f4b3a1f0 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1754/3524] 10.0.0.201 () {32 vars in 750 bytes} [Thu Mar 19 08:37:29 2026] DELETE /v2.0/security-group-rules/34f980ba-022d-4ea6-b3da-aa81be0ceede => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:37:29.992 7 INFO neutron.api.v2.resource [None req-45008b1f-14c5-41f8-817c-a9c8a53e7845 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1771/3525] 10.0.0.201 () {32 vars in 747 bytes} [Thu Mar 19 08:37:29 2026] GET /v2.0/security-group-rules/34f980ba-022d-4ea6-b3da-aa81be0ceede => 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: 1755/3526] 10.0.0.201 () {32 vars in 750 bytes} [Thu Mar 19 08:37:29 2026] DELETE /v2.0/security-group-rules/17cdc190-f843-46e6-9ecd-577849f6ef1a => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:37:30.088 7 INFO neutron.api.v2.resource [None req-661a29f8-c774-41c6-9c79-3c6d05dab3f5 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1772/3527] 10.0.0.201 () {32 vars in 747 bytes} [Thu Mar 19 08:37:30 2026] GET /v2.0/security-group-rules/17cdc190-f843-46e6-9ecd-577849f6ef1a => 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: 1756/3528] 10.0.0.201 () {32 vars in 750 bytes} [Thu Mar 19 08:37:30 2026] DELETE /v2.0/security-group-rules/ce6cb305-3a6c-4aeb-99cc-219477234b53 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:37:30.172 7 INFO neutron.api.v2.resource [None req-a05e6874-75c1-4224-8095-01c335730adf 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1773/3529] 10.0.0.201 () {32 vars in 747 bytes} [Thu Mar 19 08:37:30 2026] GET /v2.0/security-group-rules/ce6cb305-3a6c-4aeb-99cc-219477234b53 => 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: 1757/3530] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:37:30 2026] DELETE /v2.0/security-groups/73268b5d-4044-42ab-85d8-63f33c7515ec => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:37:30.271 7 INFO neutron.api.v2.resource [None req-5cf066a4-97ff-4e71-8eeb-0b5103ab76b5 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1774/3531] 10.0.0.201 () {32 vars in 737 bytes} [Thu Mar 19 08:37:30 2026] GET /v2.0/security-groups/73268b5d-4044-42ab-85d8-63f33c7515ec => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:37:30.891 8 INFO neutron_taas.services.taas.taas_plugin [None req-86831029-9739-42a6-8f46-bc63c5b114bc 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] TaaS: Handle Delete Port: 9efa8866-ac07-4167-ae80-8754c53fb497 2026-03-19 08:37:30.893 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86831029-9739-42a6-8f46-bc63c5b114bc 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] Tap Mirror: Handle Delete Port: 9efa8866-ac07-4167-ae80-8754c53fb497 [pid: 8|app: 0|req: 1758/3532] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:37:30 2026] PUT /v2.0/routers/6dc0b8d8-9869-4c2c-b4e8-bbbf3b54ccd7/remove_router_interface => generated 309 bytes in 854 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:37:31.550 7 INFO neutron.api.v2.resource [None req-599b3f34-ed9e-471a-aa46-41369b35f53a 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1775/3533] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:37:31 2026] PUT /v2.0/routers/6dc0b8d8-9869-4c2c-b4e8-bbbf3b54ccd7/remove_router_interface => generated 198 bytes in 176 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:37:31.937 8 INFO neutron_taas.services.taas.taas_plugin [None req-37467bf5-0af7-4831-bfd1-531fb35a13ac 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] TaaS: Handle Delete Port: 6552fb50-48c4-47ba-97cc-8c4d96bf53e0 2026-03-19 08:37:31.941 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37467bf5-0af7-4831-bfd1-531fb35a13ac 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] Tap Mirror: Handle Delete Port: 6552fb50-48c4-47ba-97cc-8c4d96bf53e0 [pid: 8|app: 0|req: 1759/3534] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:37:31 2026] PUT /v2.0/routers/6dc0b8d8-9869-4c2c-b4e8-bbbf3b54ccd7/remove_router_interface => generated 309 bytes in 825 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:37:32.557 7 INFO neutron.api.v2.resource [None req-f4c23640-2c89-4d3d-88c2-aa128861daef 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1776/3535] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:37:32 2026] PUT /v2.0/routers/6dc0b8d8-9869-4c2c-b4e8-bbbf3b54ccd7/remove_router_interface => generated 198 bytes in 170 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:37:32.886 8 INFO neutron_taas.services.taas.taas_plugin [None req-34ef75d1-1bab-4f75-a4ba-efb188716d55 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] TaaS: Handle Delete Port: 43d1f932-802d-4bde-9934-b79ff0b466b8 2026-03-19 08:37:32.890 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34ef75d1-1bab-4f75-a4ba-efb188716d55 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] Tap Mirror: Handle Delete Port: 43d1f932-802d-4bde-9934-b79ff0b466b8 [pid: 8|app: 0|req: 1760/3536] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:37:32 2026] PUT /v2.0/routers/6dc0b8d8-9869-4c2c-b4e8-bbbf3b54ccd7/remove_router_interface => generated 309 bytes in 883 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-19 08:37:33.592 7 INFO neutron.api.v2.resource [None req-73bab2f5-4453-472e-8159-40395da19efa 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1777/3537] 10.0.0.201 () {34 vars in 789 bytes} [Thu Mar 19 08:37:33 2026] PUT /v2.0/routers/6dc0b8d8-9869-4c2c-b4e8-bbbf3b54ccd7/remove_router_interface => generated 198 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:37:33.780 8 INFO neutron_taas.services.taas.taas_plugin [None req-531341f1-aeba-4857-a171-409698173604 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] TaaS: Handle Delete Port: 295b02d1-ef71-4bcc-8809-e9051c162423 2026-03-19 08:37:33.783 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-531341f1-aeba-4857-a171-409698173604 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] Tap Mirror: Handle Delete Port: 295b02d1-ef71-4bcc-8809-e9051c162423 2026-03-19 08:37:34.033 8 INFO neutron_taas.services.taas.taas_plugin [None req-531341f1-aeba-4857-a171-409698173604 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] TaaS: Handle Delete Port: 929e52c5-39e2-46e7-8d77-b6bef2ea599d 2026-03-19 08:37:34.036 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-531341f1-aeba-4857-a171-409698173604 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] Tap Mirror: Handle Delete Port: 929e52c5-39e2-46e7-8d77-b6bef2ea599d 2026-03-19 08:37:34.498 8 INFO neutron.db.l3_hamode_db [None req-531341f1-aeba-4857-a171-409698173604 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] HA network 1c2216ef-2ed5-4ec8-819f-07dd894533cf was deleted as no HA routers are present in tenant 85759755d07944f0897c24ad86ae09e4. [pid: 8|app: 0|req: 1761/3538] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:37:33 2026] DELETE /v2.0/routers/6dc0b8d8-9869-4c2c-b4e8-bbbf3b54ccd7 => generated 0 bytes in 934 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-19 08:37:34.562 8 INFO neutron.services.segments.plugin [-] Segment b8f553bf-7257-4760-8043-82ed971c7b4e resource provider aggregate not found 2026-03-19 08:37:34.572 8 INFO neutron.services.segments.plugin [-] Segment b8f553bf-7257-4760-8043-82ed971c7b4e resource provider aggregate not found 2026-03-19 08:37:34.583 8 INFO neutron.services.segments.plugin [-] Segment b8f553bf-7257-4760-8043-82ed971c7b4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8f553bf-7257-4760-8043-82ed971c7b4e found for delete ", "request_id": "req-333fb32c-0b6f-496f-bee3-ce0e6fe8c0f6"}]} 2026-03-19 08:37:34.587 7 INFO neutron.api.v2.resource [None req-eb2cbe74-b607-4ef0-bd31-beef343cbbd8 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1778/3539] 10.0.0.201 () {32 vars in 721 bytes} [Thu Mar 19 08:37:34 2026] GET /v2.0/routers/6dc0b8d8-9869-4c2c-b4e8-bbbf3b54ccd7 => generated 135 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:37:34.593 8 INFO neutron.services.segments.plugin [-] Segment b8f553bf-7257-4760-8043-82ed971c7b4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8f553bf-7257-4760-8043-82ed971c7b4e found for delete ", "request_id": "req-9bdc1f0a-daa8-4ab2-91e9-d4d8e066b751"}]} [pid: 8|app: 0|req: 1762/3540] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:37:34 2026] DELETE /v2.0/subnets/23d24f2a-a6c4-4548-ab72-9a3abb1e4db7 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:37:34.776 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ed355e2c-feca-46fe-96d0-4192b5aead4e 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1779/3541] 10.0.0.201 () {32 vars in 721 bytes} [Thu Mar 19 08:37:34 2026] GET /v2.0/subnets/23d24f2a-a6c4-4548-ab72-9a3abb1e4db7 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1763/3542] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:37:34 2026] DELETE /v2.0/subnets/bc0fe2f6-f06b-4863-8ebe-97dda6c8407b => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:37:34.945 7 INFO neutron.pecan_wsgi.hooks.translation [None req-52dfe6f2-730c-44e2-8850-201c0e9cb9fb 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1780/3543] 10.0.0.201 () {32 vars in 721 bytes} [Thu Mar 19 08:37:34 2026] GET /v2.0/subnets/bc0fe2f6-f06b-4863-8ebe-97dda6c8407b => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:37:35.025 8 INFO neutron_taas.services.taas.taas_plugin [None req-db7de76b-bf9e-4cc9-894e-3be4032f74de 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] TaaS: Handle Delete Port: ac793148-dd5e-4def-ab3d-41ef1801c433 2026-03-19 08:37:35.028 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db7de76b-bf9e-4cc9-894e-3be4032f74de 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] Tap Mirror: Handle Delete Port: ac793148-dd5e-4def-ab3d-41ef1801c433 [pid: 8|app: 0|req: 1764/3544] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:37:34 2026] DELETE /v2.0/networks/4ed5db7d-165e-49e2-9afe-b05b4788298b => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:37:35.186 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e0c31380-18a0-4f2f-8673-5480f7ee20a4 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1781/3545] 10.0.0.201 () {32 vars in 723 bytes} [Thu Mar 19 08:37:35 2026] GET /v2.0/networks/4ed5db7d-165e-49e2-9afe-b05b4788298b => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1765/3546] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:37:35 2026] DELETE /v2.0/subnets/b26b0bd2-b6e3-486a-9b52-8cd12571df01 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:37:35.348 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7eb7a97d-e7f0-427f-b328-d9c2d7e44c38 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1782/3547] 10.0.0.201 () {32 vars in 721 bytes} [Thu Mar 19 08:37:35 2026] GET /v2.0/subnets/b26b0bd2-b6e3-486a-9b52-8cd12571df01 => 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: 1766/3548] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:37:35 2026] DELETE /v2.0/subnets/c1115d21-afda-4b19-bb2f-189393898910 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:37:35.494 7 INFO neutron.pecan_wsgi.hooks.translation [None req-11e713a9-a4a6-4cb8-8188-3191e33f7f2b 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1783/3549] 10.0.0.201 () {32 vars in 721 bytes} [Thu Mar 19 08:37:35 2026] GET /v2.0/subnets/c1115d21-afda-4b19-bb2f-189393898910 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:37:35.598 8 INFO neutron_taas.services.taas.taas_plugin [None req-4bc8babc-f984-407e-bfa8-d106dd8b0bfc 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] TaaS: Handle Delete Port: 8f1c5fbf-3b19-4acb-9f84-034f1100c040 2026-03-19 08:37:35.601 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4bc8babc-f984-407e-bfa8-d106dd8b0bfc 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] Tap Mirror: Handle Delete Port: 8f1c5fbf-3b19-4acb-9f84-034f1100c040 [pid: 8|app: 0|req: 1767/3550] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:37:35 2026] DELETE /v2.0/networks/b3080c74-97e3-4f27-8219-7ac70d8af760 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:37:35.799 7 INFO neutron.pecan_wsgi.hooks.translation [None req-68fb9e91-d31b-43ba-9374-6bac8ac6188a 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1784/3551] 10.0.0.201 () {32 vars in 723 bytes} [Thu Mar 19 08:37:35 2026] GET /v2.0/networks/b3080c74-97e3-4f27-8219-7ac70d8af760 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1768/3552] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:37:35 2026] DELETE /v2.0/subnets/d92ef913-2ea4-43df-8307-4e7f9830ee94 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:37:35.978 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2b5109ce-d5cb-43f0-be69-11cbd99612aa 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1785/3553] 10.0.0.201 () {32 vars in 721 bytes} [Thu Mar 19 08:37:35 2026] GET /v2.0/subnets/d92ef913-2ea4-43df-8307-4e7f9830ee94 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1769/3554] 10.0.0.201 () {32 vars in 724 bytes} [Thu Mar 19 08:37:35 2026] DELETE /v2.0/subnets/c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:37:36.151 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4e8d13e7-5d3f-4d9e-bab3-74068c64254b 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1786/3555] 10.0.0.201 () {32 vars in 721 bytes} [Thu Mar 19 08:37:36 2026] GET /v2.0/subnets/c9e8d5c6-1493-4c12-bceb-7233ed9ab290 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:37:36.247 8 INFO neutron_taas.services.taas.taas_plugin [None req-cec11e63-553e-4f8f-adb0-601e92cfbd39 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] TaaS: Handle Delete Port: ef19004e-3cbf-4557-915e-a18233403025 2026-03-19 08:37:36.250 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cec11e63-553e-4f8f-adb0-601e92cfbd39 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] Tap Mirror: Handle Delete Port: ef19004e-3cbf-4557-915e-a18233403025 [pid: 8|app: 0|req: 1770/3556] 10.0.0.201 () {32 vars in 726 bytes} [Thu Mar 19 08:37:36 2026] DELETE /v2.0/networks/41a6fae9-7d91-44b1-90ab-efa2117c93e2 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-19 08:37:36.471 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c419828f-a777-4edb-afb0-aae7bc9d565c 8ab76dd90c414bd186650812f024a37a 85759755d07944f0897c24ad86ae09e4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1787/3557] 10.0.0.201 () {32 vars in 723 bytes} [Thu Mar 19 08:37:36 2026] GET /v2.0/networks/41a6fae9-7d91-44b1-90ab-efa2117c93e2 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-19 08:37:36.598 8 INFO neutron.services.segments.plugin [-] Segment f96f5431-dbc0-4494-a1ea-77f969a5feb1 resource provider aggregate not found 2026-03-19 08:37:36.608 8 INFO neutron.services.segments.plugin [-] Segment f96f5431-dbc0-4494-a1ea-77f969a5feb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f96f5431-dbc0-4494-a1ea-77f969a5feb1 found for delete ", "request_id": "req-e0c2cabc-f391-4408-b1f8-927a8da60489"}]} 2026-03-19 08:37:36.609 8 INFO neutron.services.segments.plugin [-] Segment f96f5431-dbc0-4494-a1ea-77f969a5feb1 resource provider aggregate not found 2026-03-19 08:37:36.623 8 INFO neutron.services.segments.plugin [-] Segment 2cd8c452-e897-49fa-89c6-67de59ebcc29 resource provider aggregate not found 2026-03-19 08:37:36.627 8 INFO neutron.services.segments.plugin [-] Segment f96f5431-dbc0-4494-a1ea-77f969a5feb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f96f5431-dbc0-4494-a1ea-77f969a5feb1 found for delete ", "request_id": "req-25cd21a9-d6f0-481f-ac09-3aa40c22f9e7"}]} 2026-03-19 08:37:36.636 8 INFO neutron.services.segments.plugin [-] Segment 2cd8c452-e897-49fa-89c6-67de59ebcc29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cd8c452-e897-49fa-89c6-67de59ebcc29 found for delete ", "request_id": "req-4d29eb4a-9ade-4216-bed6-d6bffaf4a1f3"}]} 2026-03-19 08:37:36.641 8 INFO neutron.services.segments.plugin [-] Segment 2cd8c452-e897-49fa-89c6-67de59ebcc29 resource provider aggregate not found 2026-03-19 08:37:36.653 8 INFO neutron.services.segments.plugin [-] Segment 2cd8c452-e897-49fa-89c6-67de59ebcc29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cd8c452-e897-49fa-89c6-67de59ebcc29 found for delete ", "request_id": "req-710fa7e4-a8fe-4a3a-bc2d-5d6a9f6481ea"}]} 2026-03-19 08:37:36.656 8 INFO neutron.services.segments.plugin [-] Segment c6db1d79-3f77-4661-8c23-91c740173c91 resource provider aggregate not found 2026-03-19 08:37:36.669 8 INFO neutron.services.segments.plugin [-] Segment c6db1d79-3f77-4661-8c23-91c740173c91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6db1d79-3f77-4661-8c23-91c740173c91 found for delete ", "request_id": "req-f5d8d6c9-201a-4ebd-9d1c-b92206a8bc7d"}]} 2026-03-19 08:37:36.673 8 INFO neutron.services.segments.plugin [-] Segment c6db1d79-3f77-4661-8c23-91c740173c91 resource provider aggregate not found 2026-03-19 08:37:36.693 8 INFO neutron.services.segments.plugin [-] Segment c6db1d79-3f77-4661-8c23-91c740173c91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6db1d79-3f77-4661-8c23-91c740173c91 found for delete ", "request_id": "req-11c5d7b5-5f4d-4138-a558-83b2210a40c7"}]} [pid: 8|app: 0|req: 1771/3558] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:37:38 2026] GET /v2.0/security-groups?tenant_id=079e22eb24d744c8a97ed8bebc278d6e&name=default => generated 2929 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1788/3559] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:37:38 2026] DELETE /v2.0/security-groups/f6d52212-0d68-4580-9fed-a90b27453476 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1772/3560] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:37:38 2026] GET /v2.0/security-groups?tenant_id=33acc41e598f4da99003bea73dbb24dc&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1789/3561] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:37:38 2026] DELETE /v2.0/security-groups/8f9560c2-8df5-4db0-8eac-00e0be49d9f7 => 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: 1773/3564] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:37:39 2026] GET /v2.0/security-groups?tenant_id=2bc2e7af6a1645a5aaf8c58388b46dd6&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: 1792/3565] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:37:39 2026] DELETE /v2.0/security-groups/e151535f-f8b7-4a67-9a52-87c7e97631a2 => 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: 1774/3566] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:37:39 2026] GET /v2.0/security-groups?tenant_id=858057f334774377a2582e9d1492638c&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1793/3567] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:37:39 2026] DELETE /v2.0/security-groups/c631d7de-c541-4b91-b350-9a9eefc8e3ab => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1775/3568] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:37:39 2026] GET /v2.0/security-groups?tenant_id=85759755d07944f0897c24ad86ae09e4&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1794/3569] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:37:39 2026] DELETE /v2.0/security-groups/5dc80f16-0cfe-44fd-8742-de5c17582143 => 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: 1776/3570] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:37:40 2026] GET /v2.0/security-groups?tenant_id=5898fe16cb974e0d9865b739d9878bac&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1795/3571] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:37:40 2026] DELETE /v2.0/security-groups/cb8faa6c-be0c-4151-b01e-c0582dfa3d17 => 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: 1777/3572] 10.0.0.201 () {32 vars in 774 bytes} [Thu Mar 19 08:37:40 2026] GET /v2.0/security-groups?tenant_id=2538d6b87adc4031a15268862411078f&name=default => generated 2929 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1796/3573] 10.0.0.201 () {32 vars in 740 bytes} [Thu Mar 19 08:37:40 2026] DELETE /v2.0/security-groups/a1d3e98a-0942-4079-8fb4-7ee04a05d622 => 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: 1778/3574] 10.0.0.201 () {32 vars in 649 bytes} [Thu Mar 19 08:37:43 2026] GET /v2.0/networks => generated 2168 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1797/3575] 10.0.0.201 () {32 vars in 655 bytes} [Thu Mar 19 08:37:44 2026] GET /v2.0/floatingips => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1779/3576] 10.0.0.201 () {32 vars in 647 bytes} [Thu Mar 19 08:37:44 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1798/3577] 10.0.0.201 () {32 vars in 643 bytes} [Thu Mar 19 08:37:44 2026] GET /v2.0/ports => generated 4725 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1780/3578] 10.0.0.201 () {32 vars in 647 bytes} [Thu Mar 19 08:37:44 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: 1799/3579] 10.0.0.201 () {32 vars in 649 bytes} [Thu Mar 19 08:37:44 2026] GET /v2.0/networks => generated 2168 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1781/3580] 10.0.0.201 () {32 vars in 663 bytes} [Thu Mar 19 08:37:44 2026] GET /v2.0/security-groups => generated 17401 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1800/3581] 10.0.0.201 () {32 vars in 655 bytes} [Thu Mar 19 08:37:44 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1802/3584] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:37:55 2026] GET /v2.0/subnets => generated 1308 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1783/3585] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:37:55 2026] GET /v2.0/agents => generated 3386 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1803/3586] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:37:55 2026] GET /v2.0/floatingips => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1784/3587] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:37:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1804/3588] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:37:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1785/3589] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:37:55 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1805/3590] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:37:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1786/3591] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:37:55 2026] GET /v2.0/ports => generated 4725 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1806/3592] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:37:55 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1787/3593] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:37:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1807/3594] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:37:55 2026] GET /v2.0/networks => generated 2168 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1812/3603] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:38:55 2026] GET /v2.0/subnets => generated 1308 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1792/3604] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:38:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1813/3605] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:38:55 2026] GET /v2.0/floatingips => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1793/3606] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:38:55 2026] GET /v2.0/agents => generated 3385 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1814/3607] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:38:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1794/3608] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:38:55 2026] GET /v2.0/ports => generated 4725 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1815/3609] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:38:55 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: 8|app: 0|req: 1795/3610] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:38:55 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1816/3611] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:38:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1796/3612] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:38:55 2026] GET /v2.0/networks => generated 2168 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1817/3613] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:38:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1822/3622] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:39:55 2026] GET /v2.0/routers => generated 15 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1801/3623] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:39:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1823/3624] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:39:55 2026] GET /v2.0/agents => generated 3385 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1802/3625] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:39:55 2026] GET /v2.0/networks => generated 2168 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1824/3626] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:39:55 2026] GET /v2.0/ports => generated 4725 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1803/3627] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:39:55 2026] GET /v2.0/subnets => generated 1308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1825/3628] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:39:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1804/3629] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:39:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1826/3630] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:39:55 2026] GET /v2.0/floatingips => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1805/3631] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:39:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1827/3632] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:39:55 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1832/3641] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:40:55 2026] GET /v2.0/agents => generated 3385 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1810/3642] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:40:55 2026] GET /v2.0/networks => generated 2168 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1833/3643] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:40:55 2026] GET /v2.0/ports => generated 4725 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1811/3644] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:40:55 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1834/3645] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:40:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1812/3646] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:40:55 2026] GET /v2.0/floatingips => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1835/3647] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:40:55 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1813/3648] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:40:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1836/3649] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:40:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1814/3650] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:40:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1837/3651] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:40:55 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1819/3660] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:41:55 2026] GET /v2.0/routers => generated 15 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1842/3661] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:41:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1820/3662] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:41:55 2026] GET /v2.0/agents => generated 3385 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1843/3663] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:41:55 2026] GET /v2.0/floatingips => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1821/3664] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:41:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1844/3665] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:41:55 2026] GET /v2.0/subnets => generated 1308 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1822/3666] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:41:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1845/3667] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:41:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1823/3668] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:41:55 2026] GET /v2.0/networks => generated 2168 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1846/3669] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:41:55 2026] GET /v2.0/ports => generated 4725 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1824/3670] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:41:55 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1851/3679] 10.0.0.121 () {28 vars in 599 bytes} [Thu Mar 19 08:42:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1829/3680] 10.0.0.121 () {28 vars in 579 bytes} [Thu Mar 19 08:42:55 2026] GET /v2.0/ports => generated 4725 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1852/3681] 10.0.0.121 () {28 vars in 619 bytes} [Thu Mar 19 08:42:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1830/3682] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:42:55 2026] GET /v2.0/floatingips => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1853/3683] 10.0.0.121 () {28 vars in 585 bytes} [Thu Mar 19 08:42:55 2026] GET /v2.0/networks => generated 2168 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1831/3684] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:42:55 2026] GET /v2.0/subnets => generated 1308 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1854/3685] 10.0.0.121 () {28 vars in 581 bytes} [Thu Mar 19 08:42:55 2026] GET /v2.0/agents => generated 3385 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1832/3686] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:42:55 2026] GET /v2.0/routers => generated 15 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1855/3687] 10.0.0.121 () {28 vars in 624 bytes} [Thu Mar 19 08:42:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1833/3688] 10.0.0.121 () {28 vars in 583 bytes} [Thu Mar 19 08:42:55 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1856/3689] 10.0.0.121 () {28 vars in 591 bytes} [Thu Mar 19 08:42:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)