+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Tue Apr 14 08:05:14 2026] *** compiled with version: 13.3.0 on 27 February 2026 14:41:37 os: Linux-5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 nodename: neutron-server-7d6d6dcb5-85xvs 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 0x7f21a7ca1668 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)... /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-04-14 08:05:18.423 8 INFO neutron.common.config [-] Logging enabled! 2026-04-14 08:05:18.423 8 INFO neutron.common.config [-] uwsgi version 26.0.3.dev42 2026-04-14 08:05:18.499 7 INFO neutron.common.config [-] Logging enabled! 2026-04-14 08:05:18.499 7 INFO neutron.common.config [-] uwsgi version 26.0.3.dev42 2026-04-14 08:05:19.464 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-14 08:05:19.593 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-14 08:05:20.940 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 08:05:20.943 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-14 08:05:20.947 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-14 08:05:20.948 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 08:05:20.948 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-14 08:05:20.948 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-14 08:05:20.948 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 08:05:20.956 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 08:05:20.956 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 08:05:20.956 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 08:05:20.980 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-14 08:05:20.981 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 08:05:20.981 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-14 08:05:20.984 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 08:05:20.988 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-14 08:05:20.992 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-14 08:05:20.994 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 08:05:20.994 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-14 08:05:20.994 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-14 08:05:20.994 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 08:05:21.003 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 08:05:21.003 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 08:05:21.003 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 08:05:21.025 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-14 08:05:21.026 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 08:05:21.026 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-14 08:05:21.034 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-14 08:05:21.035 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-14 08:05:21.035 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-14 08:05:21.035 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-14 08:05:21.074 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-14 08:05:21.075 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-14 08:05:21.075 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-14 08:05:21.075 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-14 08:05:21.349 8 INFO neutron.plugins.ml2.managers [None req-2d6bc678-85c3-4b5b-87b6-857ce4465a46 - - - - - -] Initializing driver for type 'vlan' 2026-04-14 08:05:21.361 7 INFO neutron.plugins.ml2.managers [None req-8bfb519a-3e15-47d5-b50c-0856e7ab41f8 - - - - - -] Initializing driver for type 'vlan' 2026-04-14 08:05:21.665 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-8bfb519a-3e15-47d5-b50c-0856e7ab41f8 - - - - - -] VlanTypeDriver initialization complete 2026-04-14 08:05:21.665 7 INFO neutron.plugins.ml2.managers [None req-8bfb519a-3e15-47d5-b50c-0856e7ab41f8 - - - - - -] Initializing driver for type 'vxlan' 2026-04-14 08:05:21.665 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-8bfb519a-3e15-47d5-b50c-0856e7ab41f8 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-14 08:05:21.679 7 INFO neutron.plugins.ml2.managers [None req-8bfb519a-3e15-47d5-b50c-0856e7ab41f8 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-14 08:05:21.680 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-8bfb519a-3e15-47d5-b50c-0856e7ab41f8 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-14 08:05:21.680 7 INFO neutron.plugins.ml2.managers [None req-8bfb519a-3e15-47d5-b50c-0856e7ab41f8 - - - - - -] Initializing extension driver 'port_security' 2026-04-14 08:05:21.680 7 INFO neutron.plugins.ml2.extensions.port_security [None req-8bfb519a-3e15-47d5-b50c-0856e7ab41f8 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-14 08:05:21.680 7 INFO neutron.plugins.ml2.managers [None req-8bfb519a-3e15-47d5-b50c-0856e7ab41f8 - - - - - -] Initializing extension driver 'qos' 2026-04-14 08:05:21.680 7 INFO neutron.plugins.ml2.managers [None req-8bfb519a-3e15-47d5-b50c-0856e7ab41f8 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-14 08:05:21.680 7 INFO neutron.plugins.ml2.managers [None req-8bfb519a-3e15-47d5-b50c-0856e7ab41f8 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-14 08:05:21.694 7 INFO neutron.quota [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded quota_driver: . 2026-04-14 08:05:21.694 7 INFO neutron.plugins.ml2.plugin [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Modular L2 Plugin initialization complete 2026-04-14 08:05:21.695 7 INFO neutron.plugins.ml2.managers [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-14 08:05:21.695 7 INFO neutron.plugins.ml2.managers [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-14 08:05:21.695 7 INFO neutron.plugins.ml2.managers [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-14 08:05:21.695 7 INFO neutron.extensions.vlantransparent [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Disabled vlantransparent extension. 2026-04-14 08:05:21.695 7 INFO neutron.extensions.qinq [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Disabled VLAN QinQ extension. 2026-04-14 08:05:21.695 7 INFO neutron.manager [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loading Plugin: qos 2026-04-14 08:05:21.705 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-2d6bc678-85c3-4b5b-87b6-857ce4465a46 - - - - - -] VlanTypeDriver initialization complete 2026-04-14 08:05:21.705 8 INFO neutron.plugins.ml2.managers [None req-2d6bc678-85c3-4b5b-87b6-857ce4465a46 - - - - - -] Initializing driver for type 'vxlan' 2026-04-14 08:05:21.706 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-2d6bc678-85c3-4b5b-87b6-857ce4465a46 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-14 08:05:21.708 7 INFO neutron.manager [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loading Plugin: router 2026-04-14 08:05:21.718 8 INFO neutron.plugins.ml2.managers [None req-2d6bc678-85c3-4b5b-87b6-857ce4465a46 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-14 08:05:21.718 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-2d6bc678-85c3-4b5b-87b6-857ce4465a46 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-14 08:05:21.718 8 INFO neutron.plugins.ml2.managers [None req-2d6bc678-85c3-4b5b-87b6-857ce4465a46 - - - - - -] Initializing extension driver 'port_security' 2026-04-14 08:05:21.718 8 INFO neutron.plugins.ml2.extensions.port_security [None req-2d6bc678-85c3-4b5b-87b6-857ce4465a46 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-14 08:05:21.718 8 INFO neutron.plugins.ml2.managers [None req-2d6bc678-85c3-4b5b-87b6-857ce4465a46 - - - - - -] Initializing extension driver 'qos' 2026-04-14 08:05:21.718 8 INFO neutron.plugins.ml2.managers [None req-2d6bc678-85c3-4b5b-87b6-857ce4465a46 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-14 08:05:21.718 8 INFO neutron.plugins.ml2.managers [None req-2d6bc678-85c3-4b5b-87b6-857ce4465a46 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-14 08:05:21.732 8 INFO neutron.quota [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded quota_driver: . 2026-04-14 08:05:21.733 8 INFO neutron.plugins.ml2.plugin [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Modular L2 Plugin initialization complete 2026-04-14 08:05:21.733 8 INFO neutron.plugins.ml2.managers [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-14 08:05:21.733 8 INFO neutron.plugins.ml2.managers [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-14 08:05:21.733 8 INFO neutron.plugins.ml2.managers [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Got port-security extension from driver 'port_security' 2026-04-14 08:05:21.733 8 INFO neutron.extensions.vlantransparent [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Disabled vlantransparent extension. 2026-04-14 08:05:21.733 8 INFO neutron.extensions.qinq [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Disabled VLAN QinQ extension. 2026-04-14 08:05:21.734 8 INFO neutron.manager [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loading Plugin: qos 2026-04-14 08:05:21.747 8 INFO neutron.manager [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loading Plugin: router 2026-04-14 08:05:21.755 7 INFO neutron.services.service_base [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-14 08:05:21.756 7 INFO neutron.manager [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loading Plugin: segments 2026-04-14 08:05:21.792 8 INFO neutron.services.service_base [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-14 08:05:21.793 8 INFO neutron.manager [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loading Plugin: segments 2026-04-14 08:05:21.855 7 INFO neutron.manager [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loading Plugin: trunk 2026-04-14 08:05:21.869 7 INFO neutron.manager [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loading Plugin: vpnaas 2026-04-14 08:05:21.890 8 INFO neutron.manager [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loading Plugin: trunk 2026-04-14 08:05:21.904 8 INFO neutron.manager [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loading Plugin: vpnaas 2026-04-14 08:05:21.910 7 WARNING stevedore.named [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 08:05:21.910 7 WARNING stevedore.named [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 08:05:21.944 8 WARNING stevedore.named [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 08:05:21.944 8 WARNING stevedore.named [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 08:05:21.987 7 INFO neutron_vpnaas.services.vpn.plugin [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-14 08:05:21.987 7 INFO neutron.common.utils [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-14 08:05:21.987 7 INFO neutron.manager [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loading Plugin: taas 2026-04-14 08:05:22.012 7 WARNING stevedore.named [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 08:05:22.012 7 WARNING stevedore.named [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 08:05:22.015 8 INFO neutron_vpnaas.services.vpn.plugin [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-14 08:05:22.015 8 INFO neutron.common.utils [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-14 08:05:22.015 8 INFO neutron.manager [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loading Plugin: taas 2026-04-14 08:05:22.040 8 WARNING stevedore.named [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 08:05:22.040 8 WARNING stevedore.named [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 08:05:22.047 7 INFO neutron_taas.services.taas.taas_plugin [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-14 08:05:22.047 7 INFO neutron.manager [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loading Plugin: tapmirror 2026-04-14 08:05:22.060 7 WARNING stevedore.named [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 08:05:22.060 7 WARNING stevedore.named [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 08:05:22.110 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-14 08:05:22.110 8 INFO neutron_taas.services.taas.taas_plugin [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-14 08:05:22.111 8 INFO neutron.manager [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loading Plugin: tapmirror 2026-04-14 08:05:22.111 7 INFO neutron.manager [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loading Plugin: auto_allocate 2026-04-14 08:05:22.119 7 INFO neutron.manager [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loading Plugin: tag 2026-04-14 08:05:22.127 8 WARNING stevedore.named [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 08:05:22.127 8 WARNING stevedore.named [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-14 08:05:22.127 7 INFO neutron.manager [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loading Plugin: timestamp 2026-04-14 08:05:22.130 7 INFO neutron.manager [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loading Plugin: network_ip_availability 2026-04-14 08:05:22.135 7 INFO neutron.manager [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loading Plugin: flavors 2026-04-14 08:05:22.138 7 INFO neutron.manager [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loading Plugin: revisions 2026-04-14 08:05:22.142 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Initializing extension manager. 2026-04-14 08:05:22.143 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: address-group 2026-04-14 08:05:22.144 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: address-scope 2026-04-14 08:05:22.145 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-14 08:05:22.146 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: agent 2026-04-14 08:05:22.147 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: agent-resources-synced 2026-04-14 08:05:22.147 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-14 08:05:22.147 8 INFO neutron.manager [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loading Plugin: auto_allocate 2026-04-14 08:05:22.148 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-14 08:05:22.150 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-14 08:05:22.151 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: availability_zone 2026-04-14 08:05:22.151 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: availability_zone_filter 2026-04-14 08:05:22.152 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-14 08:05:22.153 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: default-subnetpools 2026-04-14 08:05:22.154 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-14 08:05:22.155 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: dns-integration 2026-04-14 08:05:22.155 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: dns-domain-ports 2026-04-14 08:05:22.156 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-14 08:05:22.156 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: dvr 2026-04-14 08:05:22.157 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-14 08:05:22.157 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: empty-string-filtering 2026-04-14 08:05:22.158 8 INFO neutron.manager [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loading Plugin: tag 2026-04-14 08:05:22.158 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 08:05:22.159 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-14 08:05:22.159 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: external-net 2026-04-14 08:05:22.160 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-14 08:05:22.160 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: extraroute 2026-04-14 08:05:22.161 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: extraroute-atomic 2026-04-14 08:05:22.161 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-14 08:05:22.162 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-14 08:05:22.162 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-14 08:05:22.163 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-14 08:05:22.164 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: fip-port-details 2026-04-14 08:05:22.164 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: flavors 2026-04-14 08:05:22.166 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-14 08:05:22.166 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: floatingip-pools 2026-04-14 08:05:22.167 8 INFO neutron.manager [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loading Plugin: timestamp 2026-04-14 08:05:22.167 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: ip_allocation 2026-04-14 08:05:22.167 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-14 08:05:22.168 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: l2_adjacency 2026-04-14 08:05:22.169 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: router 2026-04-14 08:05:22.170 8 INFO neutron.manager [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loading Plugin: network_ip_availability 2026-04-14 08:05:22.171 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 08:05:22.172 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-14 08:05:22.172 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-14 08:05:22.173 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: ext-gw-mode 2026-04-14 08:05:22.173 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: l3-ha 2026-04-14 08:05:22.174 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-14 08:05:22.174 8 INFO neutron.manager [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loading Plugin: flavors 2026-04-14 08:05:22.175 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-14 08:05:22.175 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: l3-flavors 2026-04-14 08:05:22.176 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-14 08:05:22.176 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-14 08:05:22.178 8 INFO neutron.manager [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loading Plugin: revisions 2026-04-14 08:05:22.179 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-14 08:05:22.180 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-14 08:05:22.181 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-14 08:05:22.182 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Initializing extension manager. 2026-04-14 08:05:22.182 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-14 08:05:22.183 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-14 08:05:22.184 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: address-group 2026-04-14 08:05:22.184 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: multi-provider 2026-04-14 08:05:22.184 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: net-mtu 2026-04-14 08:05:22.185 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: address-scope 2026-04-14 08:05:22.185 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: net-mtu-writable 2026-04-14 08:05:22.185 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-14 08:05:22.186 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: network_availability_zone 2026-04-14 08:05:22.186 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: agent 2026-04-14 08:05:22.187 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: network_ha 2026-04-14 08:05:22.187 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: agent-resources-synced 2026-04-14 08:05:22.188 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: network-ip-availability 2026-04-14 08:05:22.188 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: allowed-address-pairs 2026-04-14 08:05:22.189 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-14 08:05:22.189 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: auto-allocated-topology 2026-04-14 08:05:22.189 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: pagination 2026-04-14 08:05:22.190 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: port-device-profile 2026-04-14 08:05:22.190 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: availability_zone 2026-04-14 08:05:22.191 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: availability_zone_filter 2026-04-14 08:05:22.191 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-14 08:05:22.191 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-14 08:05:22.192 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-14 08:05:22.193 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-14 08:05:22.193 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: default-subnetpools 2026-04-14 08:05:22.193 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: port-mac-override 2026-04-14 08:05:22.194 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-14 08:05:22.194 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-14 08:05:22.194 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-14 08:05:22.195 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: dns-integration 2026-04-14 08:05:22.195 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-14 08:05:22.196 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: port-resource-request 2026-04-14 08:05:22.196 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: dns-domain-ports 2026-04-14 08:05:22.196 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-14 08:05:22.197 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-14 08:05:22.197 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-14 08:05:22.198 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: dvr 2026-04-14 08:05:22.198 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: binding 2026-04-14 08:05:22.198 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-14 08:05:22.199 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: empty-string-filtering 2026-04-14 08:05:22.199 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: binding-extended 2026-04-14 08:05:22.199 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 08:05:22.200 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-14 08:05:22.200 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: port-security 2026-04-14 08:05:22.200 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: external-net 2026-04-14 08:05:22.200 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: project-id 2026-04-14 08:05:22.201 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-14 08:05:22.201 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: extraroute 2026-04-14 08:05:22.201 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: provider 2026-04-14 08:05:22.202 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: extraroute-atomic 2026-04-14 08:05:22.202 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-14 08:05:22.202 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-14 08:05:22.203 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-14 08:05:22.203 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-14 08:05:22.204 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-14 08:05:22.204 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: qos 2026-04-14 08:05:22.204 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: fip-port-details 2026-04-14 08:05:22.205 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: flavors 2026-04-14 08:05:22.205 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-14 08:05:22.206 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-14 08:05:22.206 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-14 08:05:22.206 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: qos-default 2026-04-14 08:05:22.207 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: qos-fip 2026-04-14 08:05:22.207 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: floatingip-pools 2026-04-14 08:05:22.207 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-14 08:05:22.208 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: ip_allocation 2026-04-14 08:05:22.208 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-14 08:05:22.208 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: ip-substring-filtering 2026-04-14 08:05:22.209 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-14 08:05:22.209 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: l2_adjacency 2026-04-14 08:05:22.209 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-14 08:05:22.210 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-14 08:05:22.210 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: router 2026-04-14 08:05:22.211 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: qos-pps 2026-04-14 08:05:22.211 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-14 08:05:22.212 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-14 08:05:22.212 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: qos-rules-alias 2026-04-14 08:05:22.212 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 08:05:22.213 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: quota-check-limit 2026-04-14 08:05:22.213 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-14 08:05:22.214 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-14 08:05:22.214 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-14 08:05:22.214 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: ext-gw-mode 2026-04-14 08:05:22.215 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: l3-ha 2026-04-14 08:05:22.215 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-14 08:05:22.216 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-14 08:05:22.216 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: l3-flavors 2026-04-14 08:05:22.216 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: quotas 2026-04-14 08:05:22.217 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-14 08:05:22.217 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: quota_details 2026-04-14 08:05:22.218 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-14 08:05:22.219 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: rbac-policies 2026-04-14 08:05:22.220 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: rbac-address-group 2026-04-14 08:05:22.220 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-14 08:05:22.220 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: rbac-address-scope 2026-04-14 08:05:22.221 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: rbac-security-groups 2026-04-14 08:05:22.221 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-14 08:05:22.222 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-14 08:05:22.222 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: revision-if-match 2026-04-14 08:05:22.222 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-14 08:05:22.223 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-14 08:05:22.224 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-14 08:05:22.225 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: multi-provider 2026-04-14 08:05:22.225 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: net-mtu 2026-04-14 08:05:22.225 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-14 08:05:22.226 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: net-mtu-writable 2026-04-14 08:05:22.226 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: router_availability_zone 2026-04-14 08:05:22.226 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: network_availability_zone 2026-04-14 08:05:22.227 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: network_ha 2026-04-14 08:05:22.227 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-14 08:05:22.228 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: network-ip-availability 2026-04-14 08:05:22.229 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-14 08:05:22.229 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-14 08:05:22.229 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-14 08:05:22.229 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: pagination 2026-04-14 08:05:22.230 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: port-device-profile 2026-04-14 08:05:22.230 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-14 08:05:22.230 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-14 08:05:22.231 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-14 08:05:22.231 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-14 08:05:22.231 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-14 08:05:22.232 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-14 08:05:22.232 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: port-mac-override 2026-04-14 08:05:22.232 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-14 08:05:22.233 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-14 08:05:22.233 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-14 08:05:22.234 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-14 08:05:22.234 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: port-resource-request 2026-04-14 08:05:22.235 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: port-resource-request-groups 2026-04-14 08:05:22.235 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-14 08:05:22.236 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: binding 2026-04-14 08:05:22.237 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: binding-extended 2026-04-14 08:05:22.237 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: security-group 2026-04-14 08:05:22.238 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: port-security 2026-04-14 08:05:22.238 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: segment 2026-04-14 08:05:22.239 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: project-id 2026-04-14 08:05:22.239 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-14 08:05:22.239 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: provider 2026-04-14 08:05:22.240 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: service-type 2026-04-14 08:05:22.240 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-14 08:05:22.240 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: sorting 2026-04-14 08:05:22.241 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: standard-attr-segment 2026-04-14 08:05:22.243 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: standard-attr-description 2026-04-14 08:05:22.243 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: stateful-security-group 2026-04-14 08:05:22.243 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: qos 2026-04-14 08:05:22.244 7 WARNING neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-14 08:05:22.244 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-14 08:05:22.245 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-14 08:05:22.245 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-14 08:05:22.245 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: subnet-external-network 2026-04-14 08:05:22.245 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: qos-default 2026-04-14 08:05:22.246 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: qos-fip 2026-04-14 08:05:22.246 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: subnet_onboard 2026-04-14 08:05:22.246 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-14 08:05:22.247 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-14 08:05:22.247 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: qos-gateway-ip 2026-04-14 08:05:22.247 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: subnet-service-types 2026-04-14 08:05:22.248 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: qos-port-network-policy 2026-04-14 08:05:22.248 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: subnet_allocation 2026-04-14 08:05:22.248 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: qos-pps-minimum 2026-04-14 08:05:22.249 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-14 08:05:22.249 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-14 08:05:22.250 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: qos-pps 2026-04-14 08:05:22.250 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: tag-creation 2026-04-14 08:05:22.250 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: qos-rule-type-details 2026-04-14 08:05:22.251 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-14 08:05:22.251 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-14 08:05:22.251 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: qos-rules-alias 2026-04-14 08:05:22.254 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: quota-check-limit 2026-04-14 08:05:22.255 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: standard-attr-tag 2026-04-14 08:05:22.255 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-14 08:05:22.256 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: trunk 2026-04-14 08:05:22.256 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: trunk-details 2026-04-14 08:05:22.256 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: quota-check-limit-default 2026-04-14 08:05:22.257 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-14 08:05:22.257 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-14 08:05:22.258 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-14 08:05:22.259 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-14 08:05:22.261 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-14 08:05:22.262 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-14 08:05:22.262 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: quotas 2026-04-14 08:05:22.263 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: vpn-flavors 2026-04-14 08:05:22.264 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: quota_details 2026-04-14 08:05:22.265 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: vpnaas 2026-04-14 08:05:22.266 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: taas 2026-04-14 08:05:22.267 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: tap-mirror 2026-04-14 08:05:22.268 7 INFO neutron.api.extensions [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-14 08:05:22.268 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: rbac-policies 2026-04-14 08:05:22.269 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: rbac-address-group 2026-04-14 08:05:22.269 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: rbac-address-scope 2026-04-14 08:05:22.271 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: rbac-security-groups 2026-04-14 08:05:22.271 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-14 08:05:22.271 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-14 08:05:22.271 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: rbac-subnetpool 2026-04-14 08:05:22.271 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 08:05:22.272 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-14 08:05:22.272 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: revision-if-match 2026-04-14 08:05:22.272 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: standard-attr-revisions 2026-04-14 08:05:22.273 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: router_availability_zone 2026-04-14 08:05:22.273 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-14 08:05:22.275 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: security-groups-default-rules 2026-04-14 08:05:22.275 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 08:05:22.276 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-14 08:05:22.276 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 08:05:22.276 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-14 08:05:22.277 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-14 08:05:22.277 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-14 08:05:22.278 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-14 08:05:22.281 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 08:05:22.282 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 08:05:22.282 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: security-group 2026-04-14 08:05:22.283 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: segment 2026-04-14 08:05:22.282 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 08:05:22.284 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-14 08:05:22.285 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: service-type 2026-04-14 08:05:22.285 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: sorting 2026-04-14 08:05:22.285 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: standard-attr-segment 2026-04-14 08:05:22.286 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 08:05:22.286 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: standard-attr-description 2026-04-14 08:05:22.286 7 WARNING neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] subnetpool is already registered 2026-04-14 08:05:22.287 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: stateful-security-group 2026-04-14 08:05:22.287 8 WARNING neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-14 08:05:22.287 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 08:05:22.288 7 WARNING neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] subnetpool is already registered 2026-04-14 08:05:22.288 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-14 08:05:22.288 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: subnet-external-network 2026-04-14 08:05:22.289 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 08:05:22.289 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: subnet_onboard 2026-04-14 08:05:22.289 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 08:05:22.289 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-14 08:05:22.290 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: subnet-service-types 2026-04-14 08:05:22.290 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 08:05:22.291 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: subnet_allocation 2026-04-14 08:05:22.291 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 08:05:22.291 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-14 08:05:22.291 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 08:05:22.292 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: tag-creation 2026-04-14 08:05:22.292 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 08:05:22.292 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-14 08:05:22.293 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 08:05:22.293 7 WARNING neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] ipsecpolicy is already registered 2026-04-14 08:05:22.293 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 08:05:22.294 7 WARNING neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] ikepolicy is already registered 2026-04-14 08:05:22.296 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: standard-attr-tag 2026-04-14 08:05:22.298 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-14 08:05:22.298 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: trunk 2026-04-14 08:05:22.299 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: trunk-details 2026-04-14 08:05:22.299 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-14 08:05:22.300 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-14 08:05:22.300 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 08:05:22.300 7 WARNING neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] router is already registered 2026-04-14 08:05:22.300 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-14 08:05:22.300 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 08:05:22.301 7 WARNING neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] floatingip is already registered 2026-04-14 08:05:22.301 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-14 08:05:22.303 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-14 08:05:22.304 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-14 08:05:22.304 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: vpn-flavors 2026-04-14 08:05:22.304 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 08:05:22.305 7 WARNING neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] rbac_policy is already registered 2026-04-14 08:05:22.305 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 08:05:22.305 7 WARNING neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] security_group is already registered 2026-04-14 08:05:22.306 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 08:05:22.306 7 WARNING neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] security_group_rule is already registered 2026-04-14 08:05:22.306 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: vpnaas 2026-04-14 08:05:22.307 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 08:05:22.307 7 WARNING neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] subnetpool is already registered 2026-04-14 08:05:22.307 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 08:05:22.307 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: taas 2026-04-14 08:05:22.307 7 WARNING neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] subnetpool is already registered 2026-04-14 08:05:22.308 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 08:05:22.308 7 WARNING neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] trunk is already registered 2026-04-14 08:05:22.308 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: tap-mirror 2026-04-14 08:05:22.308 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 08:05:22.309 7 WARNING neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] ikepolicy is already registered 2026-04-14 08:05:22.309 8 INFO neutron.api.extensions [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Loaded extension: taas-vlan-filter 2026-04-14 08:05:22.309 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 08:05:22.309 7 WARNING neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] ipsecpolicy is already registered 2026-04-14 08:05:22.309 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 08:05:22.310 7 WARNING neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] endpoint_group is already registered 2026-04-14 08:05:22.310 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 08:05:22.310 7 WARNING neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] vpnservice is already registered 2026-04-14 08:05:22.311 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 08:05:22.311 7 WARNING neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] ipsec_site_connection is already registered 2026-04-14 08:05:22.311 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 08:05:22.311 7 WARNING neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] ipsecpolicy is already registered 2026-04-14 08:05:22.311 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-14 08:05:22.312 7 INFO neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 08:05:22.312 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-14 08:05:22.312 7 WARNING neutron.quota.resource_registry [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] ikepolicy is already registered 2026-04-14 08:05:22.312 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 08:05:22.312 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-14 08:05:22.316 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 08:05:22.316 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 08:05:22.321 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 08:05:22.321 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 08:05:22.322 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 08:05:22.323 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 08:05:22.323 8 WARNING neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] subnetpool is already registered 2026-04-14 08:05:22.323 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 08:05:22.324 8 WARNING neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] subnetpool is already registered 2026-04-14 08:05:22.324 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 08:05:22.324 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 08:05:22.325 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 08:05:22.325 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 08:05:22.326 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 08:05:22.326 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 08:05:22.326 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 08:05:22.327 8 WARNING neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] ipsecpolicy is already registered 2026-04-14 08:05:22.327 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 08:05:22.327 8 WARNING neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] ikepolicy is already registered 2026-04-14 08:05:22.332 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 08:05:22.332 8 WARNING neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] router is already registered 2026-04-14 08:05:22.332 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 08:05:22.332 8 WARNING neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] floatingip is already registered 2026-04-14 08:05:22.336 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 08:05:22.336 8 WARNING neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] rbac_policy is already registered 2026-04-14 08:05:22.337 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 08:05:22.337 8 WARNING neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] security_group is already registered 2026-04-14 08:05:22.337 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 08:05:22.337 8 WARNING neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] security_group_rule is already registered 2026-04-14 08:05:22.338 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 08:05:22.338 8 WARNING neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] subnetpool is already registered 2026-04-14 08:05:22.339 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 08:05:22.339 8 WARNING neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] subnetpool is already registered 2026-04-14 08:05:22.339 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 08:05:22.339 8 WARNING neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] trunk is already registered 2026-04-14 08:05:22.340 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 08:05:22.340 8 WARNING neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] ikepolicy is already registered 2026-04-14 08:05:22.340 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 08:05:22.340 8 WARNING neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] ipsecpolicy is already registered 2026-04-14 08:05:22.341 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 08:05:22.341 8 WARNING neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] endpoint_group is already registered 2026-04-14 08:05:22.341 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 08:05:22.341 8 WARNING neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] vpnservice is already registered 2026-04-14 08:05:22.342 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 08:05:22.342 8 WARNING neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] ipsec_site_connection is already registered 2026-04-14 08:05:22.342 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 08:05:22.342 8 WARNING neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] ipsecpolicy is already registered 2026-04-14 08:05:22.343 8 INFO neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 08:05:22.343 8 WARNING neutron.quota.resource_registry [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] ikepolicy is already registered 2026-04-14 08:05:22.351 7 WARNING keystonemiddleware._common.config [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-14 08:05:22.358 7 WARNING oslo_config.cfg [None req-a1141507-3c21-49ed-b1be-18f622f778f6 - - - - - -] 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 0x7f21a7ca1668 pid: 7 (default app) 2026-04-14 08:05:22.380 8 WARNING keystonemiddleware._common.config [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-14 08:05:22.387 8 WARNING oslo_config.cfg [None req-625aeb3c-4973-4b0e-859b-66b9cf22c1ca - - - - - -] 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 0x7f21a7ca1668 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-04-14 08:05:27.141 7 INFO neutron.pecan_wsgi.hooks.translation [None req-31247ac2-c6cb-490c-98f2-d0a1d1216a45 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.204.45.242 () {44 vars in 926 bytes} [Tue Apr 14 08:05:26 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.242 () {44 vars in 948 bytes} [Tue Apr 14 08:05:27 2026] GET /v2.0/networks?name=public => generated 15 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:05:27.954 7 WARNING neutron.services.revisions.revision_plugin [None req-6722ab58-ac40-4361-9dd1-a4fc71eece45 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Could not find related network for resource to bump revision. 2026-04-14 08:05:27.977 7 INFO neutron.db.segments_db [None req-6722ab58-ac40-4361-9dd1-a4fc71eece45 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment 7bf441e7-6958-46d7-a3bf-50e36d1215bf of type flat for network fc4ecd0a-f0de-4040-b21c-f86bba24a1d7 2026-04-14 08:05:28.105 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6722ab58-ac40-4361-9dd1-a4fc71eece45 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.242 () {48 vars in 966 bytes} [Tue Apr 14 08:05:27 2026] POST /v2.0/networks => generated 124 bytes in 564 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:05:34.318 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f1e474b3-f7f4-4873-ac85-2c6bded63420 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/7] 199.204.45.242 () {44 vars in 926 bytes} [Tue Apr 14 08:05:33 2026] GET /v2.0/networks/public => generated 108 bytes in 374 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.242 () {44 vars in 948 bytes} [Tue Apr 14 08:05:34 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:05:34.561 8 WARNING neutron.services.revisions.revision_plugin [None req-222d1333-8d0c-4306-b2ec-880e6aee75de b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Could not find related network for resource to bump revision. 2026-04-14 08:05:34.581 8 INFO neutron.db.segments_db [None req-222d1333-8d0c-4306-b2ec-880e6aee75de b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment 2d621375-a673-4fe4-a816-015728f2dff8 of type flat for network 4b03ab42-a2ba-42ed-9eed-f8df9e1eebef 2026-04-14 08:05:34.636 8 INFO neutron.pecan_wsgi.hooks.translation [None req-222d1333-8d0c-4306-b2ec-880e6aee75de b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/9] 199.204.45.242 () {48 vars in 966 bytes} [Tue Apr 14 08:05:34 2026] POST /v2.0/networks => generated 124 bytes in 310 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:05:40.520 8 INFO neutron.pecan_wsgi.hooks.translation [None req-116dad7f-9b62-4ba3-b8db-02cf5e618be2 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.204.45.242 () {44 vars in 926 bytes} [Tue Apr 14 08:05:40 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/12] 199.204.45.242 () {44 vars in 948 bytes} [Tue Apr 14 08:05:40 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:05:40.599 8 WARNING neutron.services.revisions.revision_plugin [None req-2b09b862-a442-4ff0-a904-8eed5283c7cc b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Could not find related network for resource to bump revision. 2026-04-14 08:05:40.612 8 INFO neutron.db.segments_db [None req-2b09b862-a442-4ff0-a904-8eed5283c7cc b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment fb09a85e-a43f-4a2b-b5c6-3171647289fc of type flat for network 48408f88-7b09-4ac3-96c5-c00f2b798213 2026-04-14 08:05:40.633 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2b09b862-a442-4ff0-a904-8eed5283c7cc b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.204.45.242 () {48 vars in 966 bytes} [Tue Apr 14 08:05:40 2026] POST /v2.0/networks => generated 124 bytes in 103 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:05:46.491 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ee186d22-4219-4496-a0e2-175e8fde10b4 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/14] 199.204.45.242 () {44 vars in 926 bytes} [Tue Apr 14 08:05:46 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/15] 199.204.45.242 () {44 vars in 948 bytes} [Tue Apr 14 08:05:46 2026] GET /v2.0/networks?name=public => generated 15 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:05:46.562 7 WARNING neutron.services.revisions.revision_plugin [None req-cb978ec4-0224-43ca-8111-85f05e9695db b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Could not find related network for resource to bump revision. 2026-04-14 08:05:46.581 7 INFO neutron.db.segments_db [None req-cb978ec4-0224-43ca-8111-85f05e9695db b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment 2f1290c4-d119-4839-8094-1ae128c9b25c of type flat for network 0d5255de-3e71-4b4b-aac8-0d37c4644e5b 2026-04-14 08:05:46.607 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cb978ec4-0224-43ca-8111-85f05e9695db b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/16] 199.204.45.242 () {48 vars in 966 bytes} [Tue Apr 14 08:05:46 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-04-14 08:05:52.469 7 INFO neutron.pecan_wsgi.hooks.translation [None req-94b44d6b-854f-476d-a72e-a1e567836f57 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.204.45.242 () {44 vars in 926 bytes} [Tue Apr 14 08:05:52 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/19] 199.204.45.242 () {44 vars in 948 bytes} [Tue Apr 14 08:05:52 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:05:52.542 7 WARNING neutron.services.revisions.revision_plugin [None req-72f31246-3615-42f4-9893-cfab3683a037 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Could not find related network for resource to bump revision. 2026-04-14 08:05:52.564 7 INFO neutron.db.segments_db [None req-72f31246-3615-42f4-9893-cfab3683a037 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment c8748d28-46d2-4e87-8db8-83095038548a of type flat for network cca5aafc-9fb7-4901-85a9-098089672027 2026-04-14 08:05:52.590 7 INFO neutron.pecan_wsgi.hooks.translation [None req-72f31246-3615-42f4-9893-cfab3683a037 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/20] 199.204.45.242 () {48 vars in 966 bytes} [Tue Apr 14 08:05:52 2026] POST /v2.0/networks => generated 124 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:05:58.549 8 INFO neutron.pecan_wsgi.hooks.translation [None req-61f0b6b0-bb34-48cd-8431-f2673b3a14cc b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.204.45.242 () {44 vars in 926 bytes} [Tue Apr 14 08:05:58 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: 13/22] 199.204.45.242 () {44 vars in 948 bytes} [Tue Apr 14 08:05:58 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:05:58.627 8 WARNING neutron.services.revisions.revision_plugin [None req-4a6c58a1-a93e-4162-a683-4b6e8d257d69 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Could not find related network for resource to bump revision. 2026-04-14 08:05:58.645 8 INFO neutron.db.segments_db [None req-4a6c58a1-a93e-4162-a683-4b6e8d257d69 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment c5b22810-cac3-4125-86cf-cdfb291c4f6a of type flat for network 59e4c183-a157-409c-ba7b-f1a3b7cff133 2026-04-14 08:05:58.670 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4a6c58a1-a93e-4162-a683-4b6e8d257d69 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/23] 199.204.45.242 () {48 vars in 966 bytes} [Tue Apr 14 08:05:58 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-04-14 08:06:04.572 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2d16d8ea-eb2a-46e2-8f20-34eeac045a6b b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/24] 199.204.45.242 () {44 vars in 926 bytes} [Tue Apr 14 08:06:04 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: 11/25] 199.204.45.242 () {44 vars in 948 bytes} [Tue Apr 14 08:06:04 2026] GET /v2.0/networks?name=public => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:06:04.659 7 WARNING neutron.services.revisions.revision_plugin [None req-1b3f29d3-356b-4061-b3b9-cebb09ad9b05 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Could not find related network for resource to bump revision. 2026-04-14 08:06:04.687 7 INFO neutron.db.segments_db [None req-1b3f29d3-356b-4061-b3b9-cebb09ad9b05 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment 88acf418-6b59-47cc-ae5d-e0ac897426b4 of type flat for network d032c32d-4d9d-4f99-9f6f-dcd30627d3cb [pid: 7|app: 0|req: 15/26] 199.204.45.242 () {48 vars in 966 bytes} [Tue Apr 14 08:06:04 2026] POST /v2.0/networks => generated 706 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:06:05.984 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fa0f3ed6-d09e-47d1-877b-143b3976b898 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 16/28] 199.204.45.242 () {44 vars in 926 bytes} [Tue Apr 14 08:06:05 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: 8|app: 0|req: 13/29] 199.204.45.242 () {44 vars in 948 bytes} [Tue Apr 14 08:06:05 2026] GET /v2.0/networks?name=public => generated 709 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:06:06.074 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5b22b6f1-828a-4e89-94e9-0b40eecae0b6 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 17/30] 199.204.45.242 () {44 vars in 1033 bytes} [Tue Apr 14 08:06:06 2026] GET /v2.0/subnets/public-subnet?network_id=d032c32d-4d9d-4f99-9f6f-dcd30627d3cb => generated 113 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/31] 199.204.45.242 () {44 vars in 1056 bytes} [Tue Apr 14 08:06:06 2026] GET /v2.0/subnets?name=public-subnet&network_id=d032c32d-4d9d-4f99-9f6f-dcd30627d3cb => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 18/32] 199.204.45.242 () {48 vars in 964 bytes} [Tue Apr 14 08:06:06 2026] POST /v2.0/subnets => generated 664 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:10:54.133 8 INFO neutron.pecan_wsgi.hooks.translation [None req-49c66bb5-307e-4c00-9b63-129f52f9f647 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/71] 199.204.45.242 () {44 vars in 936 bytes} [Tue Apr 14 08:10:54 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 117 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/72] 199.204.45.242 () {44 vars in 958 bytes} [Tue Apr 14 08:10:54 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-04-14 08:10:54.224 8 INFO neutron.db.segments_db [None req-83acc228-127b-4738-be54-9502560fc539 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment 2ca0d814-7514-458b-82dc-f6014bef0781 of type vxlan for network 50b6a590-5675-42ab-9c75-56af75feb6a7 [pid: 8|app: 0|req: 35/73] 199.204.45.242 () {48 vars in 965 bytes} [Tue Apr 14 08:10:54 2026] POST /v2.0/networks => generated 707 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:10:55.301 7 INFO neutron.pecan_wsgi.hooks.translation [None req-10e8a065-32c7-43ab-bfe8-5ea59f3d2d4e b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/74] 199.204.45.242 () {44 vars in 936 bytes} [Tue Apr 14 08:10:55 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/75] 199.204.45.242 () {44 vars in 958 bytes} [Tue Apr 14 08:10:55 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:10:55.371 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4c4cfce5-c6e7-47fb-9f5f-115627db51da b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 40/76] 199.204.45.242 () {44 vars in 1035 bytes} [Tue Apr 14 08:10:55 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=50b6a590-5675-42ab-9c75-56af75feb6a7 => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 199.204.45.242 () {44 vars in 1058 bytes} [Tue Apr 14 08:10:55 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=50b6a590-5675-42ab-9c75-56af75feb6a7 => generated 14 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/78] 199.204.45.242 () {48 vars in 964 bytes} [Tue Apr 14 08:10:55 2026] POST /v2.0/subnets => generated 651 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:10:56.853 8 INFO neutron.api.v2.resource [None req-ba838e60-2f69-4680-825e-49f6b2355176 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/79] 199.204.45.242 () {44 vars in 970 bytes} [Tue Apr 14 08:10:56 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: 42/80] 199.204.45.242 () {44 vars in 992 bytes} [Tue Apr 14 08:10:56 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.204.45.242 () {48 vars in 979 bytes} [Tue Apr 14 08:10:56 2026] POST /v2.0/security-groups => generated 1616 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:10:58 2026] GET /v2.0/security-groups/edfde88a-e34d-45f5-85df-46cf78fd5c84 => generated 1616 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:10:58 2026] GET /v2.0/security-groups/edfde88a-e34d-45f5-85df-46cf78fd5c84 => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:10:58 2026] GET /v2.0/security-groups/edfde88a-e34d-45f5-85df-46cf78fd5c84 => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.204.45.242 () {48 vars in 990 bytes} [Tue Apr 14 08:10:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:10:59 2026] GET /v2.0/security-groups/edfde88a-e34d-45f5-85df-46cf78fd5c84 => generated 2230 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:10:59 2026] GET /v2.0/security-groups/edfde88a-e34d-45f5-85df-46cf78fd5c84 => generated 2230 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:10:59 2026] GET /v2.0/security-groups/edfde88a-e34d-45f5-85df-46cf78fd5c84 => generated 2230 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.204.45.242 () {48 vars in 990 bytes} [Tue Apr 14 08:10:59 2026] POST /v2.0/security-group-rules => generated 603 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:11:00 2026] GET /v2.0/security-groups/edfde88a-e34d-45f5-85df-46cf78fd5c84 => generated 2846 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:11:00 2026] GET /v2.0/security-groups/edfde88a-e34d-45f5-85df-46cf78fd5c84 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/92] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:11:00 2026] GET /v2.0/security-groups/edfde88a-e34d-45f5-85df-46cf78fd5c84 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 199.204.45.242 () {48 vars in 990 bytes} [Tue Apr 14 08:11:00 2026] POST /v2.0/security-group-rules => generated 603 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/94] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:11:01 2026] GET /v2.0/security-groups/edfde88a-e34d-45f5-85df-46cf78fd5c84 => generated 3462 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:11:01 2026] GET /v2.0/security-groups/edfde88a-e34d-45f5-85df-46cf78fd5c84 => generated 3462 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/96] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:11:01 2026] GET /v2.0/security-groups/edfde88a-e34d-45f5-85df-46cf78fd5c84 => generated 3462 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 199.204.45.242 () {48 vars in 990 bytes} [Tue Apr 14 08:11:01 2026] POST /v2.0/security-group-rules => generated 603 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/98] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:11:02 2026] GET /v2.0/security-groups/edfde88a-e34d-45f5-85df-46cf78fd5c84 => generated 4078 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:11:02 2026] GET /v2.0/security-groups/edfde88a-e34d-45f5-85df-46cf78fd5c84 => generated 4078 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/100] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:11:02 2026] GET /v2.0/security-groups/edfde88a-e34d-45f5-85df-46cf78fd5c84 => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/101] 199.204.45.242 () {48 vars in 990 bytes} [Tue Apr 14 08:11:02 2026] POST /v2.0/security-group-rules => generated 603 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/102] 199.204.45.242 () {44 vars in 986 bytes} [Tue Apr 14 08:11:04 2026] GET /v2.0/networks/50b6a590-5675-42ab-9c75-56af75feb6a7 => generated 732 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:11:04.387 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0dac55bf-10f5-4ac7-9428-1af5bc0975b2 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/103] 199.204.45.242 () {44 vars in 1075 bytes} [Tue Apr 14 08:11:04 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=50b6a590-5675-42ab-9c75-56af75feb6a7 => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/104] 199.204.45.242 () {44 vars in 1098 bytes} [Tue Apr 14 08:11:04 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=50b6a590-5675-42ab-9c75-56af75feb6a7 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/105] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:11:04 2026] GET /v2.0/security-groups/edfde88a-e34d-45f5-85df-46cf78fd5c84 => 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: 55/106] 199.204.45.242 () {48 vars in 960 bytes} [Tue Apr 14 08:11:04 2026] POST /v2.0/ports => generated 1100 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:11:12.151 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f0759497-eacb-4e9a-9e1b-a155576f4bdb b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 57/109] 199.204.45.242 () {44 vars in 978 bytes} [Tue Apr 14 08:11:12 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/110] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:11:12 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/111] 199.204.45.242 () {48 vars in 1030 bytes} [Tue Apr 14 08:11:12 2026] PUT /v2.0/ports/5e2bb88b-f539-46b6-bdf6-d4d1e17b9436 => generated 1249 bytes in 742 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/112] 199.204.45.242 () {44 vars in 919 bytes} [Tue Apr 14 08:11:14 2026] GET /v2.0/ports => generated 3730 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:11:15.797 7 INFO neutron.api.v2.resource [None req-464c1681-3fc6-4597-8845-662d1be02f9a b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 59/113] 199.204.45.242 () {44 vars in 958 bytes} [Tue Apr 14 08:11:15 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/114] 199.204.45.242 () {44 vars in 980 bytes} [Tue Apr 14 08:11:15 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/115] 199.204.45.242 () {48 vars in 979 bytes} [Tue Apr 14 08:11:15 2026] POST /v2.0/security-groups => generated 1610 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/116] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:11:16 2026] GET /v2.0/security-groups/542f49a4-265e-4dfb-bd9c-697b6f600441 => generated 1610 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/117] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:11:16 2026] GET /v2.0/security-groups/542f49a4-265e-4dfb-bd9c-697b6f600441 => generated 1610 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/118] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:11:16 2026] GET /v2.0/security-groups/542f49a4-265e-4dfb-bd9c-697b6f600441 => generated 1610 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/119] 199.204.45.242 () {48 vars in 990 bytes} [Tue Apr 14 08:11:17 2026] POST /v2.0/security-group-rules => generated 623 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/120] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:11:17 2026] GET /v2.0/security-groups/542f49a4-265e-4dfb-bd9c-697b6f600441 => generated 2246 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/121] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:11:17 2026] GET /v2.0/security-groups/542f49a4-265e-4dfb-bd9c-697b6f600441 => generated 2246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/122] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:11:18 2026] GET /v2.0/security-groups/542f49a4-265e-4dfb-bd9c-697b6f600441 => generated 2246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/123] 199.204.45.242 () {48 vars in 990 bytes} [Tue Apr 14 08:11:18 2026] POST /v2.0/security-group-rules => generated 627 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 70/134] 199.204.45.242 () {44 vars in 974 bytes} [Tue Apr 14 08:12:22 2026] GET /v2.0/quotas/d30116803eb842ea8c82128600d031b4 => 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: 65/135] 199.204.45.242 () {48 vars in 1026 bytes} [Tue Apr 14 08:12:23 2026] PUT /v2.0/quotas/d30116803eb842ea8c82128600d031b4 => generated 291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:14:43.189 8 INFO neutron.pecan_wsgi.hooks.translation [None req-10b621ff-453e-4f0a-a751-00552d8a40a4 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 75/154] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:14:43 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 183 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: 80/155] 199.204.45.242 () {30 vars in 762 bytes} [Tue Apr 14 08:14:43 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:14:44.954 8 INFO neutron.pecan_wsgi.hooks.translation [None req-294f1859-c636-4a11-a113-6afb5ca82bc0 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/156] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:14:44 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: 81/157] 199.204.45.242 () {30 vars in 762 bytes} [Tue Apr 14 08:14:44 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-04-14 08:21:28.332 7 INFO neutron.api.v2.resource [None req-18677447-5c36-41af-b134-9b729d157dcf b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 109/212] 199.204.45.242 () {44 vars in 1073 bytes} [Tue Apr 14 08:21:28 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=36e774babe0947cbbce11aeb7934a6f3 => generated 139 bytes in 142 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/213] 199.204.45.242 () {44 vars in 1096 bytes} [Tue Apr 14 08:21:28 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=36e774babe0947cbbce11aeb7934a6f3 => generated 23 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/214] 199.204.45.242 () {48 vars in 980 bytes} [Tue Apr 14 08:21:28 2026] POST /v2.0/security-groups => generated 1624 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/215] 199.204.45.242 () {44 vars in 1087 bytes} [Tue Apr 14 08:21:29 2026] GET /v2.0/security-groups/c0368617-29b9-439e-9cf7-17035a0b6424?project_id=36e774babe0947cbbce11aeb7934a6f3 => generated 1624 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/216] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:21:29 2026] GET /v2.0/security-groups/c0368617-29b9-439e-9cf7-17035a0b6424 => generated 1624 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/217] 199.204.45.242 () {44 vars in 1087 bytes} [Tue Apr 14 08:21:29 2026] GET /v2.0/security-groups/c0368617-29b9-439e-9cf7-17035a0b6424?project_id=36e774babe0947cbbce11aeb7934a6f3 => 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: 112/218] 199.204.45.242 () {48 vars in 990 bytes} [Tue Apr 14 08:21:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/219] 199.204.45.242 () {44 vars in 1087 bytes} [Tue Apr 14 08:21:31 2026] GET /v2.0/security-groups/c0368617-29b9-439e-9cf7-17035a0b6424?project_id=36e774babe0947cbbce11aeb7934a6f3 => generated 2234 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/220] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:21:31 2026] GET /v2.0/security-groups/c0368617-29b9-439e-9cf7-17035a0b6424 => generated 2234 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/221] 199.204.45.242 () {44 vars in 1087 bytes} [Tue Apr 14 08:21:31 2026] GET /v2.0/security-groups/c0368617-29b9-439e-9cf7-17035a0b6424?project_id=36e774babe0947cbbce11aeb7934a6f3 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/222] 199.204.45.242 () {48 vars in 990 bytes} [Tue Apr 14 08:21:31 2026] POST /v2.0/security-group-rules => generated 599 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/223] 199.204.45.242 () {44 vars in 1087 bytes} [Tue Apr 14 08:21:32 2026] GET /v2.0/security-groups/c0368617-29b9-439e-9cf7-17035a0b6424?project_id=36e774babe0947cbbce11aeb7934a6f3 => generated 2846 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/224] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:21:32 2026] GET /v2.0/security-groups/c0368617-29b9-439e-9cf7-17035a0b6424 => generated 2846 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/225] 199.204.45.242 () {44 vars in 1087 bytes} [Tue Apr 14 08:21:32 2026] GET /v2.0/security-groups/c0368617-29b9-439e-9cf7-17035a0b6424?project_id=36e774babe0947cbbce11aeb7934a6f3 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/226] 199.204.45.242 () {48 vars in 990 bytes} [Tue Apr 14 08:21:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/227] 199.204.45.242 () {44 vars in 1087 bytes} [Tue Apr 14 08:21:33 2026] GET /v2.0/security-groups/c0368617-29b9-439e-9cf7-17035a0b6424?project_id=36e774babe0947cbbce11aeb7934a6f3 => generated 3460 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/228] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:21:33 2026] GET /v2.0/security-groups/c0368617-29b9-439e-9cf7-17035a0b6424 => generated 3460 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/229] 199.204.45.242 () {44 vars in 1087 bytes} [Tue Apr 14 08:21:33 2026] GET /v2.0/security-groups/c0368617-29b9-439e-9cf7-17035a0b6424?project_id=36e774babe0947cbbce11aeb7934a6f3 => 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: 118/230] 199.204.45.242 () {48 vars in 990 bytes} [Tue Apr 14 08:21:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/251] 199.204.45.242 () {30 vars in 739 bytes} [Tue Apr 14 08:23:52 2026] GET /v2.0/networks?tenant_id=36e774babe0947cbbce11aeb7934a6f3&shared=False => generated 15 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:23:52.268 7 INFO neutron.db.segments_db [None req-113188d4-d4ca-4538-a455-7005a6ad1856 2b30c1c5506d449f9b3074ae14990435 36e774babe0947cbbce11aeb7934a6f3 - - cfaca6318a6c499c8afcf5169e6bbc30 cfaca6318a6c499c8afcf5169e6bbc30] Added segment 4f610d56-46fe-44cc-b569-feebd1fabdf4 of type vxlan for network a7dc3e29-ec2a-4dd4-8406-292583681225 [pid: 7|app: 0|req: 129/252] 199.204.45.242 () {34 vars in 681 bytes} [Tue Apr 14 08:23:52 2026] POST /v2.0/networks => generated 718 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/253] 199.204.45.242 () {30 vars in 721 bytes} [Tue Apr 14 08:23:52 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/254] 199.204.45.242 () {30 vars in 632 bytes} [Tue Apr 14 08:23:52 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/255] 199.204.45.242 () {34 vars in 676 bytes} [Tue Apr 14 08:23:52 2026] POST /v2.0/ports => generated 999 bytes in 771 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/256] 199.204.45.242 () {30 vars in 702 bytes} [Tue Apr 14 08:23:53 2026] GET /v2.0/networks/a7dc3e29-ec2a-4dd4-8406-292583681225 => generated 705 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/257] 199.204.45.242 () {30 vars in 721 bytes} [Tue Apr 14 08:23:55 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/258] 199.204.45.242 () {30 vars in 702 bytes} [Tue Apr 14 08:23:55 2026] GET /v2.0/networks/a7dc3e29-ec2a-4dd4-8406-292583681225 => generated 705 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/261] 199.204.45.242 () {44 vars in 974 bytes} [Tue Apr 14 08:24:08 2026] GET /v2.0/quotas/36e774babe0947cbbce11aeb7934a6f3 => 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: 128/262] 199.204.45.242 () {48 vars in 1026 bytes} [Tue Apr 14 08:24:09 2026] PUT /v2.0/quotas/36e774babe0947cbbce11aeb7934a6f3 => generated 291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:35:53.360 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2be6180c-4499-4021-8c8d-c3872ae5cab0 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 176/357] 199.204.45.242 () {44 vars in 926 bytes} [Tue Apr 14 08:35:53 2026] GET /v2.0/networks/public => generated 108 bytes in 155 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/358] 199.204.45.242 () {44 vars in 948 bytes} [Tue Apr 14 08:35:53 2026] GET /v2.0/networks?name=public => generated 753 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:35:54.723 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6c8b9f73-801d-4720-9f97-9184358d9053 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 177/359] 199.204.45.242 () {44 vars in 926 bytes} [Tue Apr 14 08:35:54 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: 183/360] 199.204.45.242 () {44 vars in 948 bytes} [Tue Apr 14 08:35:54 2026] GET /v2.0/networks?name=public => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:35:54.826 8 INFO neutron.pecan_wsgi.hooks.translation [None req-07215eec-fb16-4f35-8b78-63881b7f76f8 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 178/361] 199.204.45.242 () {44 vars in 1033 bytes} [Tue Apr 14 08:35:54 2026] GET /v2.0/subnets/public-subnet?network_id=d032c32d-4d9d-4f99-9f6f-dcd30627d3cb => generated 113 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/362] 199.204.45.242 () {44 vars in 1056 bytes} [Tue Apr 14 08:35:54 2026] GET /v2.0/subnets?name=public-subnet&network_id=d032c32d-4d9d-4f99-9f6f-dcd30627d3cb => generated 667 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:23.523 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3f5fd36e-d9ff-4ada-8c08-866415bf1c3c b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 181/367] 199.204.45.242 () {44 vars in 936 bytes} [Tue Apr 14 08:36:23 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/368] 199.204.45.242 () {44 vars in 958 bytes} [Tue Apr 14 08:36:23 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:24.589 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d6c409f9-e4ef-45b3-b605-88ead1d5b469 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/369] 199.204.45.242 () {44 vars in 936 bytes} [Tue Apr 14 08:36:24 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/370] 199.204.45.242 () {44 vars in 958 bytes} [Tue Apr 14 08:36:24 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:24.672 8 INFO neutron.pecan_wsgi.hooks.translation [None req-410a73d1-f958-455e-b242-78836ce16349 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/371] 199.204.45.242 () {44 vars in 1035 bytes} [Tue Apr 14 08:36:24 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=50b6a590-5675-42ab-9c75-56af75feb6a7 => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/372] 199.204.45.242 () {44 vars in 1058 bytes} [Tue Apr 14 08:36:24 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=50b6a590-5675-42ab-9c75-56af75feb6a7 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:25.815 8 INFO neutron.api.v2.resource [None req-555e7563-9cab-4740-a902-79e3f70cb959 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/373] 199.204.45.242 () {44 vars in 970 bytes} [Tue Apr 14 08:36:25 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/374] 199.204.45.242 () {44 vars in 992 bytes} [Tue Apr 14 08:36:25 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/375] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:36:26 2026] GET /v2.0/security-groups/edfde88a-e34d-45f5-85df-46cf78fd5c84 => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/376] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:36:27 2026] GET /v2.0/security-groups/edfde88a-e34d-45f5-85df-46cf78fd5c84 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/377] 199.204.45.242 () {44 vars in 1010 bytes} [Tue Apr 14 08:36:27 2026] GET /v2.0/security-group-rules/1f6c6b60-1c9e-4b1e-915f-b0a191aff589 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/378] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:36:28 2026] GET /v2.0/security-groups/edfde88a-e34d-45f5-85df-46cf78fd5c84 => generated 4694 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/379] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:36:28 2026] GET /v2.0/security-groups/edfde88a-e34d-45f5-85df-46cf78fd5c84 => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/380] 199.204.45.242 () {44 vars in 1010 bytes} [Tue Apr 14 08:36:28 2026] GET /v2.0/security-group-rules/241951bb-0c9e-47b7-a575-41d29bd4ea81 => generated 603 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/381] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:36:29 2026] GET /v2.0/security-groups/edfde88a-e34d-45f5-85df-46cf78fd5c84 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/382] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:36:29 2026] GET /v2.0/security-groups/edfde88a-e34d-45f5-85df-46cf78fd5c84 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/383] 199.204.45.242 () {44 vars in 1010 bytes} [Tue Apr 14 08:36:29 2026] GET /v2.0/security-group-rules/e2b061a5-6be0-4c55-b1f1-5e85406aace1 => generated 603 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/384] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:36:30 2026] GET /v2.0/security-groups/edfde88a-e34d-45f5-85df-46cf78fd5c84 => 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: 190/385] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:36:30 2026] GET /v2.0/security-groups/edfde88a-e34d-45f5-85df-46cf78fd5c84 => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/386] 199.204.45.242 () {44 vars in 1010 bytes} [Tue Apr 14 08:36:30 2026] GET /v2.0/security-group-rules/e5e22ba7-5af1-485f-9254-5e8e2f5706eb => 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: 191/387] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:36:31 2026] GET /v2.0/security-groups/edfde88a-e34d-45f5-85df-46cf78fd5c84 => generated 4694 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/388] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:36:31 2026] GET /v2.0/security-groups/edfde88a-e34d-45f5-85df-46cf78fd5c84 => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/389] 199.204.45.242 () {44 vars in 1010 bytes} [Tue Apr 14 08:36:31 2026] GET /v2.0/security-group-rules/e53b9b0e-eaba-41cb-861d-7e147ddc50eb => generated 603 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/390] 199.204.45.242 () {44 vars in 986 bytes} [Tue Apr 14 08:36:32 2026] GET /v2.0/networks/50b6a590-5675-42ab-9c75-56af75feb6a7 => generated 732 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:32.777 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ad171e8d-db95-4852-b425-2e7ed784a16e b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 193/391] 199.204.45.242 () {44 vars in 1075 bytes} [Tue Apr 14 08:36:32 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=50b6a590-5675-42ab-9c75-56af75feb6a7 => 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: 199/392] 199.204.45.242 () {44 vars in 1098 bytes} [Tue Apr 14 08:36:32 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=50b6a590-5675-42ab-9c75-56af75feb6a7 => generated 1254 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/393] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:36:32 2026] GET /v2.0/security-groups/edfde88a-e34d-45f5-85df-46cf78fd5c84 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:36:40.916 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9c523087-066b-48c4-be1a-ce6cb15b3e05 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 201/396] 199.204.45.242 () {44 vars in 978 bytes} [Tue Apr 14 08:36:40 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/397] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:36:40 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/398] 199.204.45.242 () {44 vars in 919 bytes} [Tue Apr 14 08:36:42 2026] GET /v2.0/ports => generated 4725 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:36:44.305 8 INFO neutron.api.v2.resource [None req-2c1102ad-cb8f-46ef-9326-e540326ae276 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 197/399] 199.204.45.242 () {44 vars in 958 bytes} [Tue Apr 14 08:36:44 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/400] 199.204.45.242 () {44 vars in 980 bytes} [Tue Apr 14 08:36:44 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/401] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:36:45 2026] GET /v2.0/security-groups/542f49a4-265e-4dfb-bd9c-697b6f600441 => generated 2886 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/402] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:36:45 2026] GET /v2.0/security-groups/542f49a4-265e-4dfb-bd9c-697b6f600441 => generated 2886 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/403] 199.204.45.242 () {44 vars in 1010 bytes} [Tue Apr 14 08:36:45 2026] GET /v2.0/security-group-rules/5b3f6895-2047-4168-978c-23016d0b4149 => generated 623 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/404] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:36:46 2026] GET /v2.0/security-groups/542f49a4-265e-4dfb-bd9c-697b6f600441 => generated 2886 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/405] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:36:46 2026] GET /v2.0/security-groups/542f49a4-265e-4dfb-bd9c-697b6f600441 => generated 2886 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/406] 199.204.45.242 () {44 vars in 1010 bytes} [Tue Apr 14 08:36:46 2026] GET /v2.0/security-group-rules/2ca417f9-3745-43de-a6b9-3367bd3153ad => generated 627 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/409] 199.204.45.242 () {44 vars in 974 bytes} [Tue Apr 14 08:36:58 2026] GET /v2.0/quotas/d30116803eb842ea8c82128600d031b4 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:37:54.261 8 INFO neutron.api.v2.resource [None req-b2ffb6c4-9e24-49a7-8b69-8b08ee958ad6 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 207/418] 199.204.45.242 () {44 vars in 1073 bytes} [Tue Apr 14 08:37:54 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=36e774babe0947cbbce11aeb7934a6f3 => generated 139 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/419] 199.204.45.242 () {44 vars in 1096 bytes} [Tue Apr 14 08:37:54 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=36e774babe0947cbbce11aeb7934a6f3 => generated 4072 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/420] 199.204.45.242 () {44 vars in 1087 bytes} [Tue Apr 14 08:37:55 2026] GET /v2.0/security-groups/c0368617-29b9-439e-9cf7-17035a0b6424?project_id=36e774babe0947cbbce11aeb7934a6f3 => generated 4075 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/421] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:37:55 2026] GET /v2.0/security-groups/c0368617-29b9-439e-9cf7-17035a0b6424 => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/422] 199.204.45.242 () {44 vars in 1010 bytes} [Tue Apr 14 08:37:55 2026] GET /v2.0/security-group-rules/d9bffcea-6357-4559-9526-11313dbc7a2e => generated 597 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/423] 199.204.45.242 () {44 vars in 1087 bytes} [Tue Apr 14 08:37:56 2026] GET /v2.0/security-groups/c0368617-29b9-439e-9cf7-17035a0b6424?project_id=36e774babe0947cbbce11aeb7934a6f3 => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/424] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:37:56 2026] GET /v2.0/security-groups/c0368617-29b9-439e-9cf7-17035a0b6424 => generated 4075 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/425] 199.204.45.242 () {44 vars in 1010 bytes} [Tue Apr 14 08:37:56 2026] GET /v2.0/security-group-rules/50ecb387-930e-4692-a5a1-bcbda7aea5fb => generated 599 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/426] 199.204.45.242 () {44 vars in 1087 bytes} [Tue Apr 14 08:37:57 2026] GET /v2.0/security-groups/c0368617-29b9-439e-9cf7-17035a0b6424?project_id=36e774babe0947cbbce11aeb7934a6f3 => generated 4075 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/427] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:37:57 2026] GET /v2.0/security-groups/c0368617-29b9-439e-9cf7-17035a0b6424 => 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: 212/428] 199.204.45.242 () {44 vars in 1010 bytes} [Tue Apr 14 08:37:57 2026] GET /v2.0/security-group-rules/12b9b344-7db5-4a55-90f7-739449bc5024 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/429] 199.204.45.242 () {44 vars in 1087 bytes} [Tue Apr 14 08:37:58 2026] GET /v2.0/security-groups/c0368617-29b9-439e-9cf7-17035a0b6424?project_id=36e774babe0947cbbce11aeb7934a6f3 => generated 4075 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/430] 199.204.45.242 () {44 vars in 1000 bytes} [Tue Apr 14 08:37:58 2026] GET /v2.0/security-groups/c0368617-29b9-439e-9cf7-17035a0b6424 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/431] 199.204.45.242 () {44 vars in 1010 bytes} [Tue Apr 14 08:37:58 2026] GET /v2.0/security-group-rules/57859c79-caa0-4c20-8608-561bf5d8c1d0 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/434] 199.204.45.242 () {44 vars in 974 bytes} [Tue Apr 14 08:38:06 2026] GET /v2.0/quotas/36e774babe0947cbbce11aeb7934a6f3 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/441] 199.204.45.242 () {44 vars in 948 bytes} [Tue Apr 14 08:39:02 2026] GET /v2.0/networks?name=public => generated 753 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/448] 10.0.0.30 () {32 vars in 647 bytes} [Tue Apr 14 08:39:44 2026] GET /v2.0/networks => generated 2168 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/449] 10.0.0.30 () {32 vars in 653 bytes} [Tue Apr 14 08:39:45 2026] GET /v2.0/floatingips => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/450] 10.0.0.30 () {32 vars in 645 bytes} [Tue Apr 14 08:39:45 2026] GET /v2.0/routers => generated 15 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/451] 10.0.0.30 () {32 vars in 641 bytes} [Tue Apr 14 08:39:45 2026] GET /v2.0/ports => generated 4725 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/452] 10.0.0.30 () {32 vars in 645 bytes} [Tue Apr 14 08:39:45 2026] GET /v2.0/subnets => generated 1308 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/453] 10.0.0.30 () {32 vars in 647 bytes} [Tue Apr 14 08:39:45 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: 8|app: 0|req: 224/454] 10.0.0.30 () {32 vars in 661 bytes} [Tue Apr 14 08:39:46 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: 231/455] 10.0.0.30 () {32 vars in 653 bytes} [Tue Apr 14 08:39:46 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) 2026-04-14 08:39:58.288 8 INFO neutron.db.segments_db [None req-740c6626-72b6-4695-bcdc-73635fdc7fbc b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment 917a5a62-1f92-4e48-831a-1f8e798c12be of type vxlan for network d46e967d-d6d3-4b62-b221-756a371b2367 2026-04-14 08:39:58.307 7 INFO neutron.db.segments_db [None req-39818587-da7f-4523-956e-84f7f15f8199 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment 6b4aeb24-a742-42ec-b375-3d68bed797cb of type vxlan for network bbe61987-1fd0-4f14-9c7d-1323fa4432c0 [pid: 8|app: 0|req: 226/458] 10.0.0.30 () {34 vars in 669 bytes} [Tue Apr 14 08:39:57 2026] POST /v2.0/networks => generated 751 bytes in 516 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/459] 10.0.0.30 () {34 vars in 669 bytes} [Tue Apr 14 08:39:57 2026] POST /v2.0/networks => generated 737 bytes in 519 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/460] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:39:58 2026] POST /v2.0/subnets => generated 684 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:58.625 7 INFO neutron.db.segments_db [None req-f9766b0c-e1af-4f31-a769-0070c3f21d09 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment 7adab8f5-ce91-4dde-be4a-e1670506d770 of type vxlan for network 03cc4c26-39d6-44e5-8f93-4c2cb1f03c67 [pid: 8|app: 0|req: 227/461] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:39:58 2026] POST /v2.0/subnets => generated 698 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:58.708 8 INFO neutron.db.segments_db [None req-b1440a2b-c257-44be-8819-82cf6f8de80f b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment f8d49776-7602-4686-b2e6-2ad171c8fb67 of type vxlan for network 012cfadf-ca54-4027-a3f9-0603dbc2871f 2026-04-14 08:39:58.967 7 INFO neutron.db.l3_hamode_db [None req-f9766b0c-e1af-4f31-a769-0070c3f21d09 b5fc67366ffa47b79f63849c82796f9d 2976d5ef7db34dde925000d9a78d3d2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:39:58.989 8 INFO neutron.db.l3_hamode_db [None req-b1440a2b-c257-44be-8819-82cf6f8de80f b5fc67366ffa47b79f63849c82796f9d 9b9f76b45cfa43a3b6e9ebac7eebd78a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:39:59.876 8 INFO neutron.db.l3_hamode_db [None req-b1440a2b-c257-44be-8819-82cf6f8de80f b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:39:59.941 7 INFO neutron.db.l3_hamode_db [None req-f9766b0c-e1af-4f31-a769-0070c3f21d09 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 235/462] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:39:58 2026] POST /v2.0/routers => generated 724 bytes in 2645 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/463] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:39:58 2026] POST /v2.0/routers => generated 738 bytes in 2707 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/464] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:40:01 2026] GET /v2.0/security-groups?tenant_id=2c3a8dd7be0d485080cce1abbae89996&name=default => generated 2921 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/465] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:40:01 2026] GET /v2.0/security-groups?tenant_id=f9a633689cc14488a5b967280976efad&name=default => generated 2921 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/466] 10.0.0.30 () {34 vars in 781 bytes} [Tue Apr 14 08:40:01 2026] PUT /v2.0/routers/2bd97af0-1c01-4f07-9b10-5dafe9735caf/add_router_interface => generated 309 bytes in 1008 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/467] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:40:02 2026] DELETE /v2.0/security-groups/9aa386c3-9734-4e74-81c1-551b1f80aa1d => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/468] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:40:02 2026] DELETE /v2.0/security-groups/3b3070e8-c5a1-435f-80ed-3415a37b9951 => 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: 230/469] 10.0.0.30 () {34 vars in 781 bytes} [Tue Apr 14 08:40:01 2026] PUT /v2.0/routers/d5687116-78fa-4acd-8ab3-b27cfd6e64f5/add_router_interface => generated 309 bytes in 1228 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/470] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:40:02 2026] GET /v2.0/security-groups?tenant_id=4fea7034ca0540cab569c1edd577f0f0&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: 231/471] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:40:03 2026] DELETE /v2.0/security-groups/55d15a31-ab25-41fd-b5c3-d640c1790351 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/472] 10.0.0.30 () {34 vars in 683 bytes} [Tue Apr 14 08:40:03 2026] POST /v2.0/security-groups => generated 1660 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/473] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:40:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/474] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:40:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/475] 10.0.0.30 () {34 vars in 683 bytes} [Tue Apr 14 08:40:03 2026] POST /v2.0/security-groups => generated 1660 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/476] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:40:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/477] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:40:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/478] 10.0.0.30 () {34 vars in 674 bytes} [Tue Apr 14 08:40:03 2026] POST /v2.0/floatingips => generated 552 bytes in 673 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/479] 10.0.0.30 () {34 vars in 674 bytes} [Tue Apr 14 08:40:04 2026] POST /v2.0/floatingips => generated 552 bytes in 592 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:40:05.018 7 INFO neutron.db.segments_db [None req-525edf42-9626-4c29-a8a1-3345308ffff1 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment 27df4042-08a1-434a-b453-a36d8edf8fc8 of type vxlan for network 63e24cc4-1c45-4cce-8383-39565516e195 [pid: 7|app: 0|req: 244/482] 10.0.0.30 () {34 vars in 669 bytes} [Tue Apr 14 08:40:04 2026] POST /v2.0/networks => generated 747 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/483] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:40:05 2026] POST /v2.0/subnets => generated 694 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:40:05.483 7 INFO neutron.db.segments_db [None req-23d0d5c5-5c3f-4ac7-8203-5c4a84b7bdb9 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment 993c6db9-e27d-434d-89dd-e8fa904978c3 of type vxlan for network 23db5698-7990-402a-9f0a-d593c0ff5c74 [pid: 8|app: 0|req: 240/484] 10.0.0.244 () {34 vars in 1097 bytes} [Tue Apr 14 08:40:05 2026] GET /v2.0/security-groups?name=tempest-securitygroup--727544326&fields=id&tenant_id=2976d5ef7db34dde925000d9a78d3d2d => 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: 241/485] 10.0.0.244 () {34 vars in 1097 bytes} [Tue Apr 14 08:40:05 2026] GET /v2.0/security-groups?name=tempest-securitygroup--606704793&fields=id&tenant_id=9b9f76b45cfa43a3b6e9ebac7eebd78a => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/486] 10.0.0.244 () {34 vars in 981 bytes} [Tue Apr 14 08:40:05 2026] GET /v2.0/networks?id=bbe61987-1fd0-4f14-9c7d-1323fa4432c0 => generated 669 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/487] 10.0.0.244 () {34 vars in 981 bytes} [Tue Apr 14 08:40:05 2026] GET /v2.0/networks?id=d46e967d-d6d3-4b62-b221-756a371b2367 => generated 683 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/488] 10.0.0.244 () {34 vars in 964 bytes} [Tue Apr 14 08:40:05 2026] GET /v2.0/quotas/2976d5ef7db34dde925000d9a78d3d2d => 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: 245/489] 10.0.0.244 () {34 vars in 964 bytes} [Tue Apr 14 08:40:05 2026] GET /v2.0/quotas/9b9f76b45cfa43a3b6e9ebac7eebd78a => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/490] 10.0.0.244 () {34 vars in 1001 bytes} [Tue Apr 14 08:40:05 2026] GET /v2.0/ports?tenant_id=2976d5ef7db34dde925000d9a78d3d2d&fields=id => generated 103 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:40:05.794 7 INFO neutron.db.l3_hamode_db [None req-23d0d5c5-5c3f-4ac7-8203-5c4a84b7bdb9 b5fc67366ffa47b79f63849c82796f9d 6e6683c1bb6745cb8eccfd0fbdb8d4af - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 247/491] 10.0.0.244 () {34 vars in 1001 bytes} [Tue Apr 14 08:40:05 2026] GET /v2.0/ports?tenant_id=9b9f76b45cfa43a3b6e9ebac7eebd78a&fields=id => generated 103 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/492] 10.0.0.244 () {34 vars in 906 bytes} [Tue Apr 14 08:40:06 2026] GET /v2.0/extensions => generated 21537 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/493] 10.0.0.244 () {34 vars in 906 bytes} [Tue Apr 14 08:40:06 2026] GET /v2.0/extensions => generated 21537 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/494] 10.0.0.244 () {34 vars in 1007 bytes} [Tue Apr 14 08:40:06 2026] GET /v2.0/networks/d46e967d-d6d3-4b62-b221-756a371b2367?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: 251/495] 10.0.0.244 () {34 vars in 1007 bytes} [Tue Apr 14 08:40:06 2026] GET /v2.0/networks/bbe61987-1fd0-4f14-9c7d-1323fa4432c0?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: 252/496] 10.0.0.244 () {34 vars in 1107 bytes} [Tue Apr 14 08:40:06 2026] GET /v2.0/networks/d46e967d-d6d3-4b62-b221-756a371b2367?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: 253/497] 10.0.0.244 () {34 vars in 1107 bytes} [Tue Apr 14 08:40:06 2026] GET /v2.0/networks/bbe61987-1fd0-4f14-9c7d-1323fa4432c0?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) 2026-04-14 08:40:06.694 7 INFO neutron.db.l3_hamode_db [None req-23d0d5c5-5c3f-4ac7-8203-5c4a84b7bdb9 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 254/498] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:06 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => generated 12 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/499] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:06 2026] GET /v2.0/ports?device_id=aab5e125-a811-419f-85ae-7a027940dae4 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/500] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:40:05 2026] POST /v2.0/routers => generated 734 bytes in 2198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/501] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:07 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => 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: 247/502] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:07 2026] GET /v2.0/ports?device_id=aab5e125-a811-419f-85ae-7a027940dae4 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/503] 10.0.0.30 () {34 vars in 781 bytes} [Tue Apr 14 08:40:07 2026] PUT /v2.0/routers/ab377aa1-fdde-4f1b-883c-3665952e6c33/add_router_interface => generated 309 bytes in 1236 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/504] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:08 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => 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: 257/505] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:09 2026] GET /v2.0/ports?device_id=aab5e125-a811-419f-85ae-7a027940dae4 => 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: 258/506] 10.0.0.244 () {38 vars in 970 bytes} [Tue Apr 14 08:40:09 2026] POST /v2.0/security-groups => generated 1684 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/507] 10.0.0.244 () {34 vars in 990 bytes} [Tue Apr 14 08:40:09 2026] GET /v2.0/security-groups/536a6ba4-d5be-4c96-a7ff-54ca542ad15c => generated 1684 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/508] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:40:09 2026] GET /v2.0/security-groups?tenant_id=cadfe484031147eabfde356ee5b30b04&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/509] 10.0.0.244 () {38 vars in 980 bytes} [Tue Apr 14 08:40:09 2026] POST /v2.0/security-group-rules => generated 614 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/510] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:10 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => 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: 262/511] 10.0.0.244 () {38 vars in 970 bytes} [Tue Apr 14 08:40:10 2026] POST /v2.0/security-groups => generated 1685 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/512] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:10 2026] GET /v2.0/ports?device_id=aab5e125-a811-419f-85ae-7a027940dae4 => 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: 264/513] 10.0.0.244 () {34 vars in 990 bytes} [Tue Apr 14 08:40:10 2026] GET /v2.0/security-groups/43e2684d-effa-4b3b-b383-5d9b053baa7a => generated 1685 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/514] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:40:09 2026] DELETE /v2.0/security-groups/e2c91193-2c5a-4d74-b779-e8f80fdc762a => generated 0 bytes in 463 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/515] 10.0.0.244 () {38 vars in 980 bytes} [Tue Apr 14 08:40:10 2026] POST /v2.0/security-group-rules => generated 614 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/516] 10.0.0.244 () {34 vars in 990 bytes} [Tue Apr 14 08:40:10 2026] GET /v2.0/security-groups/43e2684d-effa-4b3b-b383-5d9b053baa7a => generated 2310 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/517] 10.0.0.244 () {38 vars in 980 bytes} [Tue Apr 14 08:40:10 2026] POST /v2.0/security-group-rules => generated 619 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/518] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:40:10 2026] GET /v2.0/security-groups?tenant_id=4fbfd7c500f34330b95d36d1c653a9dd&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/519] 10.0.0.244 () {34 vars in 990 bytes} [Tue Apr 14 08:40:10 2026] GET /v2.0/security-groups/43e2684d-effa-4b3b-b383-5d9b053baa7a => generated 2940 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/520] 10.0.0.244 () {34 vars in 1000 bytes} [Tue Apr 14 08:40:10 2026] GET /v2.0/security-group-rules/3bd5b040-30fc-4ef1-a36b-f70fa21738da => generated 616 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/521] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:40:10 2026] DELETE /v2.0/security-groups/5f46d3e5-212e-4c46-af7d-a750fc742285 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/522] 10.0.0.244 () {34 vars in 990 bytes} [Tue Apr 14 08:40:10 2026] GET /v2.0/security-groups/43e2684d-effa-4b3b-b383-5d9b053baa7a => generated 2940 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/523] 10.0.0.244 () {36 vars in 1022 bytes} [Tue Apr 14 08:40:10 2026] DELETE /v2.0/security-group-rules/3bd5b040-30fc-4ef1-a36b-f70fa21738da => 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: 256/524] 10.0.0.244 () {34 vars in 990 bytes} [Tue Apr 14 08:40:10 2026] GET /v2.0/security-groups/43e2684d-effa-4b3b-b383-5d9b053baa7a => generated 2310 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/525] 10.0.0.244 () {36 vars in 1012 bytes} [Tue Apr 14 08:40:10 2026] DELETE /v2.0/security-groups/43e2684d-effa-4b3b-b383-5d9b053baa7a => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/526] 10.0.0.244 () {34 vars in 990 bytes} [Tue Apr 14 08:40:11 2026] GET /v2.0/security-groups/536a6ba4-d5be-4c96-a7ff-54ca542ad15c => generated 2309 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/527] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:11 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => 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: 270/528] 10.0.0.244 () {36 vars in 1012 bytes} [Tue Apr 14 08:40:11 2026] DELETE /v2.0/security-groups/536a6ba4-d5be-4c96-a7ff-54ca542ad15c => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/529] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:11 2026] GET /v2.0/ports?device_id=aab5e125-a811-419f-85ae-7a027940dae4 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:40:11.911 7 INFO neutron_taas.services.taas.taas_plugin [None req-f8c8e102-c87c-4035-a4bf-23c3dd188a54 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 8d565140-ec20-4a4c-af72-7d7662c58e39 2026-04-14 08:40:11.922 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8c8e102-c87c-4035-a4bf-23c3dd188a54 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 8d565140-ec20-4a4c-af72-7d7662c58e39 [pid: 8|app: 0|req: 272/530] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:40:11 2026] GET /v2.0/networks?id=bbe61987-1fd0-4f14-9c7d-1323fa4432c0 => generated 669 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/531] 199.204.45.242 () {34 vars in 910 bytes} [Tue Apr 14 08:40: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: 8|app: 0|req: 274/532] 199.204.45.242 () {34 vars in 1049 bytes} [Tue Apr 14 08:40:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2976d5ef7db34dde925000d9a78d3d2d => 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: 259/533] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:40:11 2026] PUT /v2.0/routers/ab377aa1-fdde-4f1b-883c-3665952e6c33/remove_router_interface => generated 309 bytes in 1268 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/534] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:12 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => 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: 261/535] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:12 2026] GET /v2.0/ports?device_id=aab5e125-a811-419f-85ae-7a027940dae4 => generated 961 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:40:12.853 7 INFO neutron_taas.services.taas.taas_plugin [None req-c8644e74-ab60-4243-9fbc-2b1d51724172 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: a050cf98-b90a-4d73-bdc9-87a5ab3e3aa0 2026-04-14 08:40:12.857 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8644e74-ab60-4243-9fbc-2b1d51724172 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: a050cf98-b90a-4d73-bdc9-87a5ab3e3aa0 [pid: 8|app: 0|req: 275/536] 199.204.45.242 () {38 vars in 954 bytes} [Tue Apr 14 08:40:12 2026] POST /v2.0/ports => generated 958 bytes in 849 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: 276/537] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:12 2026] GET /v2.0/security-groups?id=79e37a09-fb44-4a89-899c-51f2081a39a9&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-04-14 08:40:13.115 7 INFO neutron_taas.services.taas.taas_plugin [None req-c8644e74-ab60-4243-9fbc-2b1d51724172 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 770c54ff-1ad4-466f-b13a-e9ecddd32f96 2026-04-14 08:40:13.118 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8644e74-ab60-4243-9fbc-2b1d51724172 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 770c54ff-1ad4-466f-b13a-e9ecddd32f96 2026-04-14 08:40:13.188 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-c8644e74-ab60-4243-9fbc-2b1d51724172 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - 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 124, 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 124, 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 58, 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 40, 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 340, 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 2241, 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 645, 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 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-04-14 08:40:13.607 7 INFO neutron.db.l3_hamode_db [None req-c8644e74-ab60-4243-9fbc-2b1d51724172 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] HA network 23db5698-7990-402a-9f0a-d593c0ff5c74 was deleted as no HA routers are present in tenant 6e6683c1bb6745cb8eccfd0fbdb8d4af. [pid: 7|app: 0|req: 262/538] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:40:12 2026] DELETE /v2.0/routers/ab377aa1-fdde-4f1b-883c-3665952e6c33 => generated 0 bytes in 946 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/539] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:40:13 2026] GET /v2.0/networks?id=d46e967d-d6d3-4b62-b221-756a371b2367 => generated 683 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/540] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:40:13 2026] DELETE /v2.0/subnets/cd5675f1-a7cd-4543-9e45-9f23d2af6198 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/541] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:13 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/542] 199.204.45.242 () {34 vars in 1049 bytes} [Tue Apr 14 08:40:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9b9f76b45cfa43a3b6e9ebac7eebd78a => generated 180 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/543] 199.204.45.242 () {38 vars in 1027 bytes} [Tue Apr 14 08:40:13 2026] PUT /v2.0/ports/19558adf-838f-4a29-a902-cbebb3c8469f => generated 1239 bytes in 635 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:40:14.075 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b0cf07f-4a22-429a-b23a-5088f13135cf b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 7d7799fb-0e92-4ebc-9c53-5cd5645a1de6 2026-04-14 08:40:14.078 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b0cf07f-4a22-429a-b23a-5088f13135cf b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 7d7799fb-0e92-4ebc-9c53-5cd5645a1de6 [pid: 8|app: 0|req: 278/544] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:14 2026] GET /v2.0/ports?device_id=aab5e125-a811-419f-85ae-7a027940dae4 => generated 973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:40:14.203 7 INFO neutron.services.segments.plugin [-] Segment 993c6db9-e27d-434d-89dd-e8fa904978c3 resource provider aggregate not found 2026-04-14 08:40:14.208 7 INFO neutron.services.segments.plugin [-] Segment 993c6db9-e27d-434d-89dd-e8fa904978c3 resource provider aggregate not found 2026-04-14 08:40:14.236 7 INFO neutron.services.segments.plugin [-] Segment 993c6db9-e27d-434d-89dd-e8fa904978c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 993c6db9-e27d-434d-89dd-e8fa904978c3 found for delete ", "request_id": "req-708fa2d9-8d8d-40e7-b78c-4247311466d3"}]} 2026-04-14 08:40:14.238 7 INFO neutron.services.segments.plugin [-] Segment 993c6db9-e27d-434d-89dd-e8fa904978c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 993c6db9-e27d-434d-89dd-e8fa904978c3 found for delete ", "request_id": "req-32dfb6f8-9b10-4d18-8d84-90b102b1d0a5"}]} [pid: 7|app: 0|req: 267/545] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:40:13 2026] DELETE /v2.0/networks/63e24cc4-1c45-4cce-8383-39565516e195 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/546] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:14 2026] GET /v2.0/security-groups?id=79e37a09-fb44-4a89-899c-51f2081a39a9&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/547] 199.204.45.242 () {38 vars in 954 bytes} [Tue Apr 14 08:40:14 2026] POST /v2.0/ports => generated 954 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:40:14.543 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-754df387-11ae-4e7f-b11e-c3ed98c21f82'] response: {'name': 'network-changed', 'server_uuid': 'aab5e125-a811-419f-85ae-7a027940dae4', 'tag': '19558adf-838f-4a29-a902-cbebb3c8469f', '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: 280/548] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:40:14 2026] GET /v2.0/security-groups?tenant_id=6e6683c1bb6745cb8eccfd0fbdb8d4af&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/549] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:40:14 2026] DELETE /v2.0/security-groups/ed23bb74-7e18-4dc5-8176-38255e4a9a01 => 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: 282/550] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:15 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/551] 199.204.45.242 () {38 vars in 1027 bytes} [Tue Apr 14 08:40:14 2026] PUT /v2.0/ports/9a8a8836-14ae-4891-88b5-bc41a167bc6a => generated 1235 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: 7|app: 0|req: 270/552] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:15 2026] GET /v2.0/security-groups?id=4fb3aac7-8be0-4f72-91e3-33620ab9544c&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/553] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:40:15 2026] GET /v2.0/ports?tenant_id=2976d5ef7db34dde925000d9a78d3d2d&device_id=aab5e125-a811-419f-85ae-7a027940dae4 => generated 1242 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/554] 199.204.45.242 () {34 vars in 1059 bytes} [Tue Apr 14 08:40:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=19558adf-838f-4a29-a902-cbebb3c8469f => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/555] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:40:15 2026] GET /v2.0/subnets?id=a4516b70-63c1-4e48-a9d4-07a1f904067a => generated 687 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/556] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:40:15 2026] GET /v2.0/ports?network_id=bbe61987-1fd0-4f14-9c7d-1323fa4432c0&device_owner=network%3Adhcp => generated 1244 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/557] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:40:15 2026] GET /v2.0/networks/bbe61987-1fd0-4f14-9c7d-1323fa4432c0?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/558] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:40:15 2026] GET /v2.0/security-groups?tenant_id=5bc0ab3f2eb44ba5b85d5ab811074056&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/559] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:15 2026] GET /v2.0/ports?device_id=aab5e125-a811-419f-85ae-7a027940dae4 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/560] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:40:15 2026] GET /v2.0/networks/bbe61987-1fd0-4f14-9c7d-1323fa4432c0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/561] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:15 2026] GET /v2.0/security-groups?id=79e37a09-fb44-4a89-899c-51f2081a39a9&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/562] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:40:15 2026] DELETE /v2.0/security-groups/23846661-70f3-43ff-8b22-d36e8b73327f => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:40:15.648 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8dfbe43f-2c54-4be7-ad65-8905804e6bd2'] response: {'name': 'network-changed', 'server_uuid': '692510a9-1e07-4e43-b649-0c36b303fb49', 'tag': '9a8a8836-14ae-4891-88b5-bc41a167bc6a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 274/563] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:40:15 2026] GET /v2.0/security-groups?tenant_id=918c132f5cda4a51aac732887f7e2aea&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/564] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:40:16 2026] GET /v2.0/ports?tenant_id=9b9f76b45cfa43a3b6e9ebac7eebd78a&device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => generated 1238 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/565] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:40:15 2026] DELETE /v2.0/security-groups/04a3a3ce-e314-476b-8e35-f2124c01853c => generated 0 bytes in 241 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/566] 199.204.45.242 () {34 vars in 1057 bytes} [Tue Apr 14 08:40:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=9a8a8836-14ae-4891-88b5-bc41a167bc6a => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:40:16.280 7 INFO neutron.services.segments.plugin [-] Segment 27df4042-08a1-434a-b453-a36d8edf8fc8 resource provider aggregate not found 2026-04-14 08:40:16.285 7 INFO neutron.services.segments.plugin [-] Segment 27df4042-08a1-434a-b453-a36d8edf8fc8 resource provider aggregate not found [pid: 8|app: 0|req: 291/567] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:16 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:40:16.309 7 INFO neutron.services.segments.plugin [-] Segment 27df4042-08a1-434a-b453-a36d8edf8fc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27df4042-08a1-434a-b453-a36d8edf8fc8 found for delete ", "request_id": "req-560ba75a-2b85-4c42-ac3d-d0827a20726c"}]} 2026-04-14 08:40:16.314 7 INFO neutron.services.segments.plugin [-] Segment 27df4042-08a1-434a-b453-a36d8edf8fc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27df4042-08a1-434a-b453-a36d8edf8fc8 found for delete ", "request_id": "req-09671195-0361-4f98-9a03-32abe23578d3"}]} [pid: 7|app: 0|req: 277/568] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:40:16 2026] GET /v2.0/subnets?id=ba74033d-dc9b-4430-9dd3-81d7e1429634 => generated 701 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/569] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:16 2026] GET /v2.0/security-groups?id=4fb3aac7-8be0-4f72-91e3-33620ab9544c&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: 278/570] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:40:16 2026] GET /v2.0/ports?network_id=d46e967d-d6d3-4b62-b221-756a371b2367&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: 8|app: 0|req: 293/571] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:40:16 2026] GET /v2.0/networks/d46e967d-d6d3-4b62-b221-756a371b2367?fields=segments => generated 14 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/572] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:40:16 2026] GET /v2.0/networks/d46e967d-d6d3-4b62-b221-756a371b2367?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: 294/573] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:40:16 2026] GET /v2.0/ports?tenant_id=2976d5ef7db34dde925000d9a78d3d2d&device_id=aab5e125-a811-419f-85ae-7a027940dae4 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/574] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:40:16 2026] GET /v2.0/networks?id=bbe61987-1fd0-4f14-9c7d-1323fa4432c0 => generated 765 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/575] 199.204.45.242 () {34 vars in 1059 bytes} [Tue Apr 14 08:40:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=19558adf-838f-4a29-a902-cbebb3c8469f => 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: 281/576] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:16 2026] GET /v2.0/ports?device_id=aab5e125-a811-419f-85ae-7a027940dae4 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/577] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:40:16 2026] GET /v2.0/subnets?id=a4516b70-63c1-4e48-a9d4-07a1f904067a => generated 687 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/578] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:16 2026] GET /v2.0/security-groups?id=79e37a09-fb44-4a89-899c-51f2081a39a9&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: 297/579] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:40:16 2026] GET /v2.0/ports?network_id=bbe61987-1fd0-4f14-9c7d-1323fa4432c0&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/580] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:40:16 2026] GET /v2.0/networks/bbe61987-1fd0-4f14-9c7d-1323fa4432c0?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: 298/581] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:40:16 2026] GET /v2.0/networks/bbe61987-1fd0-4f14-9c7d-1323fa4432c0?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-04-14 08:40:17.125 7 INFO neutron.db.segments_db [None req-2e3e62e0-0011-4acc-8f0c-811c953df4ca b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment 142c67a8-0e9a-4571-9652-fd165e016793 of type vxlan for network 1b03a183-ed54-465d-b3ea-2eda3d96aa86 [pid: 7|app: 0|req: 284/582] 10.0.0.30 () {34 vars in 669 bytes} [Tue Apr 14 08:40:16 2026] POST /v2.0/networks => generated 743 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/583] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:17 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/584] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:40:17 2026] POST /v2.0/subnets => generated 691 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/585] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:17 2026] GET /v2.0/security-groups?id=4fb3aac7-8be0-4f72-91e3-33620ab9544c&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/586] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:40:17 2026] GET /v2.0/ports?tenant_id=9b9f76b45cfa43a3b6e9ebac7eebd78a&device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => generated 1238 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:40:17.663 8 INFO neutron.db.segments_db [None req-a8e83f34-4406-46b2-887b-1dbb52b6c375 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment 9b22ffa8-b224-420c-8f50-994a49992926 of type vxlan for network 7d40b56b-65e5-4e64-8765-76405b048b78 [pid: 7|app: 0|req: 288/587] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:40:17 2026] GET /v2.0/networks?id=d46e967d-d6d3-4b62-b221-756a371b2367 => generated 779 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/588] 199.204.45.242 () {34 vars in 1057 bytes} [Tue Apr 14 08:40:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=9a8a8836-14ae-4891-88b5-bc41a167bc6a => 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: 290/589] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:40:17 2026] GET /v2.0/subnets?id=ba74033d-dc9b-4430-9dd3-81d7e1429634 => generated 701 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/590] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:40:17 2026] GET /v2.0/ports?network_id=d46e967d-d6d3-4b62-b221-756a371b2367&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/591] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:17 2026] GET /v2.0/ports?device_id=aab5e125-a811-419f-85ae-7a027940dae4 => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/592] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:40:17 2026] GET /v2.0/networks/d46e967d-d6d3-4b62-b221-756a371b2367?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: 294/593] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:18 2026] GET /v2.0/security-groups?id=79e37a09-fb44-4a89-899c-51f2081a39a9&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/594] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:40:18 2026] GET /v2.0/networks/d46e967d-d6d3-4b62-b221-756a371b2367?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:40:18.221 8 INFO neutron.db.l3_hamode_db [None req-a8e83f34-4406-46b2-887b-1dbb52b6c375 b5fc67366ffa47b79f63849c82796f9d d5a4da29c2f3402f93da72617309dcaa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 296/595] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:18 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/596] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:18 2026] GET /v2.0/security-groups?id=4fb3aac7-8be0-4f72-91e3-33620ab9544c&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:40:19.134 8 INFO neutron.db.l3_hamode_db [None req-a8e83f34-4406-46b2-887b-1dbb52b6c375 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 298/597] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:19 2026] GET /v2.0/ports?device_id=aab5e125-a811-419f-85ae-7a027940dae4 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/598] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:19 2026] GET /v2.0/security-groups?id=79e37a09-fb44-4a89-899c-51f2081a39a9&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: 300/599] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:40:19 2026] GET /v2.0/security-groups?tenant_id=ee8a30cd22214afca00e80259995fd88&name=default => generated 2925 bytes in 683 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/600] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:20 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/601] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:40:20 2026] DELETE /v2.0/security-groups/71c1db53-afc0-4272-9f17-1ccc17ca3b50 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/604] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:20 2026] GET /v2.0/security-groups?id=4fb3aac7-8be0-4f72-91e3-33620ab9544c&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: 306/605] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:20 2026] GET /v2.0/ports?device_id=aab5e125-a811-419f-85ae-7a027940dae4 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/606] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:20 2026] GET /v2.0/security-groups?id=79e37a09-fb44-4a89-899c-51f2081a39a9&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: 300/607] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:40:17 2026] POST /v2.0/routers => generated 731 bytes in 3358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/608] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:21 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => generated 971 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/609] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:21 2026] GET /v2.0/ports?device_id=aab5e125-a811-419f-85ae-7a027940dae4 => generated 973 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/610] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:21 2026] GET /v2.0/security-groups?id=4fb3aac7-8be0-4f72-91e3-33620ab9544c&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/611] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:21 2026] GET /v2.0/security-groups?id=79e37a09-fb44-4a89-899c-51f2081a39a9&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/612] 10.0.0.30 () {34 vars in 781 bytes} [Tue Apr 14 08:40:20 2026] PUT /v2.0/routers/c0c4546e-8700-4389-9787-ee569ce80fac/add_router_interface => generated 309 bytes in 1293 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/613] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:22 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/614] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:22 2026] GET /v2.0/security-groups?id=4fb3aac7-8be0-4f72-91e3-33620ab9544c&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/615] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:23 2026] GET /v2.0/ports?device_id=aab5e125-a811-419f-85ae-7a027940dae4 => generated 975 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/616] 10.0.0.244 () {38 vars in 970 bytes} [Tue Apr 14 08:40:23 2026] POST /v2.0/security-groups => generated 1681 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/617] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:23 2026] GET /v2.0/security-groups?id=79e37a09-fb44-4a89-899c-51f2081a39a9&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/618] 10.0.0.244 () {38 vars in 970 bytes} [Tue Apr 14 08:40:23 2026] POST /v2.0/security-groups => generated 1682 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/619] 10.0.0.244 () {38 vars in 970 bytes} [Tue Apr 14 08:40:23 2026] POST /v2.0/security-groups => generated 1681 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/620] 10.0.0.244 () {34 vars in 1001 bytes} [Tue Apr 14 08:40:23 2026] GET /v2.0/security-groups?tenant_id=d5a4da29c2f3402f93da72617309dcaa => generated 7909 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/621] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:40:23 2026] GET /v2.0/security-groups?tenant_id=a460294932ee4ba99c2d5ff033677b6e&name=default => generated 2925 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/622] 10.0.0.244 () {34 vars in 990 bytes} [Tue Apr 14 08:40:23 2026] GET /v2.0/security-groups/747eed11-167d-4d1e-8272-612e66d908a4 => generated 2922 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/623] 10.0.0.244 () {34 vars in 990 bytes} [Tue Apr 14 08:40:23 2026] GET /v2.0/security-groups/747eed11-167d-4d1e-8272-612e66d908a4 => generated 2922 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/624] 10.0.0.244 () {34 vars in 990 bytes} [Tue Apr 14 08:40:23 2026] GET /v2.0/security-groups/dab1d078-aa42-49e8-95e9-9bed3307172c => generated 1681 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/625] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:40:23 2026] DELETE /v2.0/security-groups/b4d8c677-ae36-4af9-9a19-bdc661d92c1d => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/626] 10.0.0.244 () {36 vars in 1012 bytes} [Tue Apr 14 08:40:23 2026] DELETE /v2.0/security-groups/dab1d078-aa42-49e8-95e9-9bed3307172c => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:40:23.848 7 INFO neutron.api.v2.resource [req-6cb1d78a-93ee-4ba5-9095-f0a109c2d9d3 req-5d432fbb-a5b9-4ccb-9227-7f996382652b 30d547fe4fc04c039697b049bd35cec5 d5a4da29c2f3402f93da72617309dcaa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 313/627] 10.0.0.244 () {34 vars in 990 bytes} [Tue Apr 14 08:40:23 2026] GET /v2.0/security-groups/dab1d078-aa42-49e8-95e9-9bed3307172c => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/628] 10.0.0.244 () {34 vars in 990 bytes} [Tue Apr 14 08:40:23 2026] GET /v2.0/security-groups/f3977ffe-ba7a-4966-9922-01f1736b61cf => generated 1682 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/629] 10.0.0.244 () {36 vars in 1012 bytes} [Tue Apr 14 08:40:23 2026] DELETE /v2.0/security-groups/f3977ffe-ba7a-4966-9922-01f1736b61cf => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:40:24.085 8 INFO neutron.api.v2.resource [req-2e25aa83-2d4c-427e-9c40-3d9e6c5fe7f3 req-ea877009-adb5-4fd9-93c9-58582a707843 30d547fe4fc04c039697b049bd35cec5 d5a4da29c2f3402f93da72617309dcaa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 316/630] 10.0.0.244 () {34 vars in 990 bytes} [Tue Apr 14 08:40:24 2026] GET /v2.0/security-groups/f3977ffe-ba7a-4966-9922-01f1736b61cf => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/631] 10.0.0.244 () {34 vars in 990 bytes} [Tue Apr 14 08:40:24 2026] GET /v2.0/security-groups/a6eda635-ba57-4277-b30d-b86e2c431674 => generated 1681 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/632] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:24 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/633] 10.0.0.244 () {36 vars in 1012 bytes} [Tue Apr 14 08:40:24 2026] DELETE /v2.0/security-groups/a6eda635-ba57-4277-b30d-b86e2c431674 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/634] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:24 2026] GET /v2.0/security-groups?id=4fb3aac7-8be0-4f72-91e3-33620ab9544c&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:40:24.276 8 INFO neutron.api.v2.resource [req-75f0c4b4-6dff-4469-87f6-c483ef0d3517 req-0dc64bd2-b89e-4c83-8372-99fb30a5e462 30d547fe4fc04c039697b049bd35cec5 d5a4da29c2f3402f93da72617309dcaa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 319/635] 10.0.0.244 () {34 vars in 990 bytes} [Tue Apr 14 08:40:24 2026] GET /v2.0/security-groups/a6eda635-ba57-4277-b30d-b86e2c431674 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/636] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:24 2026] GET /v2.0/ports?device_id=aab5e125-a811-419f-85ae-7a027940dae4 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/637] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:24 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/638] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:24 2026] GET /v2.0/security-groups?id=79e37a09-fb44-4a89-899c-51f2081a39a9&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: 319/639] 10.0.0.244 () {34 vars in 1001 bytes} [Tue Apr 14 08:40:24 2026] GET /v2.0/security-groups?tenant_id=d5a4da29c2f3402f93da72617309dcaa => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/640] 10.0.0.244 () {34 vars in 990 bytes} [Tue Apr 14 08:40:24 2026] GET /v2.0/security-groups/747eed11-167d-4d1e-8272-612e66d908a4 => generated 2922 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/641] 10.0.0.244 () {34 vars in 990 bytes} [Tue Apr 14 08:40:24 2026] GET /v2.0/security-groups/747eed11-167d-4d1e-8272-612e66d908a4 => generated 2922 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:40:24.602 7 INFO neutron.api.v2.resource [req-612d05c6-0548-48c1-b5f8-c9bd416b89d9 req-448f119e-6507-4063-8ff7-83abf8e8ddee 30d547fe4fc04c039697b049bd35cec5 d5a4da29c2f3402f93da72617309dcaa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 322/642] 10.0.0.244 () {34 vars in 990 bytes} [Tue Apr 14 08:40:24 2026] GET /v2.0/security-groups/a6eda635-ba57-4277-b30d-b86e2c431674 => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:40:24.645 7 INFO neutron.api.v2.resource [req-9f37a7c3-f14d-4025-b4fc-c8d0cddf6d5b req-f27535b1-3b0c-452b-a921-d85b0e36fc0e 30d547fe4fc04c039697b049bd35cec5 d5a4da29c2f3402f93da72617309dcaa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 323/643] 10.0.0.244 () {34 vars in 990 bytes} [Tue Apr 14 08:40:24 2026] GET /v2.0/security-groups/f3977ffe-ba7a-4966-9922-01f1736b61cf => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:40:24.683 7 INFO neutron.api.v2.resource [req-d9930757-b452-4a3a-a548-b692df59dec9 req-53645a34-4cfc-4f68-9ea9-3f5624f08159 30d547fe4fc04c039697b049bd35cec5 d5a4da29c2f3402f93da72617309dcaa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 324/644] 10.0.0.244 () {34 vars in 990 bytes} [Tue Apr 14 08:40:24 2026] GET /v2.0/security-groups/dab1d078-aa42-49e8-95e9-9bed3307172c => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:40:25.013 8 INFO neutron.db.l3_db [None req-d28f68a1-3dbf-4684-8960-5d37ca82d328 2c7f8de3162e4d74bd009a5153d60918 9b9f76b45cfa43a3b6e9ebac7eebd78a - - default default] Floating IP e036d6d7-59c0-49ba-aaed-3b2dd7a3af0d associated. External IP: 10.96.250.209, port: 9a8a8836-14ae-4891-88b5-bc41a167bc6a. 2026-04-14 08:40:25.100 7 INFO neutron_taas.services.taas.taas_plugin [None req-fad03767-b92b-4332-8bf4-db538dce67bc b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: b11a707b-40bb-4b36-8283-8b27644cda30 2026-04-14 08:40:25.104 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fad03767-b92b-4332-8bf4-db538dce67bc b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: b11a707b-40bb-4b36-8283-8b27644cda30 [pid: 8|app: 0|req: 321/645] 10.0.0.30 () {34 vars in 747 bytes} [Tue Apr 14 08:40:24 2026] PUT /v2.0/floatingips/e036d6d7-59c0-49ba-aaed-3b2dd7a3af0d => generated 855 bytes in 968 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:40:25.427 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2aa6078-23ce-4c47-8552-27c88db67f32'] response: {'name': 'network-changed', 'server_uuid': '692510a9-1e07-4e43-b649-0c36b303fb49', 'tag': '9a8a8836-14ae-4891-88b5-bc41a167bc6a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 322/646] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:25 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/647] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:25 2026] GET /v2.0/ports?device_id=aab5e125-a811-419f-85ae-7a027940dae4 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/648] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:25 2026] GET /v2.0/security-groups?id=4fb3aac7-8be0-4f72-91e3-33620ab9544c&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: 325/649] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:25 2026] GET /v2.0/security-groups?id=79e37a09-fb44-4a89-899c-51f2081a39a9&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: 326/650] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:25 2026] GET /v2.0/ports?device_id=aab5e125-a811-419f-85ae-7a027940dae4 => 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: 325/651] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:40:24 2026] PUT /v2.0/routers/c0c4546e-8700-4389-9787-ee569ce80fac/remove_router_interface => generated 309 bytes in 1227 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:40:26.082 8 INFO neutron.db.l3_db [None req-611ba31a-9b41-4ef0-ad9d-c452433f5c13 6c717ffdccc5442e89e3e361fcdd5801 2976d5ef7db34dde925000d9a78d3d2d - - default default] Floating IP ab59e7c9-1a04-4309-be81-40f8b72dc473 associated. External IP: 10.96.250.211, port: 19558adf-838f-4a29-a902-cbebb3c8469f. 2026-04-14 08:40:26.187 7 INFO neutron_taas.services.taas.taas_plugin [None req-e7a54f68-89e5-4c24-a629-b0b0dbcf1871 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 69e8fe61-d997-4c6d-a1f6-f431d702a504 2026-04-14 08:40:26.191 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7a54f68-89e5-4c24-a629-b0b0dbcf1871 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 69e8fe61-d997-4c6d-a1f6-f431d702a504 [pid: 8|app: 0|req: 327/652] 10.0.0.30 () {34 vars in 747 bytes} [Tue Apr 14 08:40:25 2026] PUT /v2.0/floatingips/ab59e7c9-1a04-4309-be81-40f8b72dc473 => generated 856 bytes in 669 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/653] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:40:26 2026] GET /v2.0/ports?tenant_id=9b9f76b45cfa43a3b6e9ebac7eebd78a&device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:40:26.495 7 INFO neutron_taas.services.taas.taas_plugin [None req-e7a54f68-89e5-4c24-a629-b0b0dbcf1871 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: a8995321-cac3-420d-ae84-a4c94f740162 2026-04-14 08:40:26.498 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7a54f68-89e5-4c24-a629-b0b0dbcf1871 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: a8995321-cac3-420d-ae84-a4c94f740162 [pid: 8|app: 0|req: 329/654] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:40:26 2026] GET /v2.0/networks?id=d46e967d-d6d3-4b62-b221-756a371b2367 => generated 779 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/655] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:26 2026] GET /v2.0/ports?device_id=aab5e125-a811-419f-85ae-7a027940dae4 => 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: 331/656] 199.204.45.242 () {34 vars in 1057 bytes} [Tue Apr 14 08:40:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=9a8a8836-14ae-4891-88b5-bc41a167bc6a => generated 858 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/657] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:26 2026] GET /v2.0/security-groups?id=79e37a09-fb44-4a89-899c-51f2081a39a9&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: 333/658] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:40:26 2026] GET /v2.0/subnets?id=ba74033d-dc9b-4430-9dd3-81d7e1429634 => generated 701 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/659] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:40:26 2026] GET /v2.0/ports?network_id=d46e967d-d6d3-4b62-b221-756a371b2367&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: 335/660] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:40:26 2026] GET /v2.0/networks/d46e967d-d6d3-4b62-b221-756a371b2367?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: 336/661] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:40:26 2026] GET /v2.0/networks/d46e967d-d6d3-4b62-b221-756a371b2367?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:40:26.950 7 INFO neutron.services.segments.plugin [-] Segment 9b22ffa8-b224-420c-8f50-994a49992926 resource provider aggregate not found 2026-04-14 08:40:26.956 7 INFO neutron.services.segments.plugin [-] Segment 9b22ffa8-b224-420c-8f50-994a49992926 resource provider aggregate not found 2026-04-14 08:40:26.978 7 INFO neutron.services.segments.plugin [-] Segment 9b22ffa8-b224-420c-8f50-994a49992926 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b22ffa8-b224-420c-8f50-994a49992926 found for delete ", "request_id": "req-97117c23-5afa-44c4-8903-6aeb5532db4f"}]} 2026-04-14 08:40:26.980 7 INFO neutron.services.segments.plugin [-] Segment 9b22ffa8-b224-420c-8f50-994a49992926 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b22ffa8-b224-420c-8f50-994a49992926 found for delete ", "request_id": "req-feb2e739-1cb8-4ba9-8ede-d1599dabd946"}]} 2026-04-14 08:40:26.986 7 INFO neutron.db.l3_hamode_db [None req-e7a54f68-89e5-4c24-a629-b0b0dbcf1871 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] HA network 7d40b56b-65e5-4e64-8765-76405b048b78 was deleted as no HA routers are present in tenant d5a4da29c2f3402f93da72617309dcaa. [pid: 7|app: 0|req: 326/662] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:40:25 2026] DELETE /v2.0/routers/c0c4546e-8700-4389-9787-ee569ce80fac => generated 0 bytes in 1062 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/663] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:27 2026] GET /v2.0/ports?device_id=aab5e125-a811-419f-85ae-7a027940dae4 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/664] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:27 2026] GET /v2.0/security-groups?id=79e37a09-fb44-4a89-899c-51f2081a39a9&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/665] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:40:26 2026] DELETE /v2.0/subnets/340ee387-e652-421d-bc3a-05a8bf95f728 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:40:27.335 7 INFO neutron_taas.services.taas.taas_plugin [None req-36cd177d-061e-463e-8f05-171783eb10a7 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 870fae84-2ad9-41d0-bc28-26388f0b5043 2026-04-14 08:40:27.343 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36cd177d-061e-463e-8f05-171783eb10a7 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 870fae84-2ad9-41d0-bc28-26388f0b5043 2026-04-14 08:40:27.474 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-54489755-222f-441d-8571-1b7f3733e6fd'] response: {'name': 'network-changed', 'server_uuid': 'aab5e125-a811-419f-85ae-7a027940dae4', 'tag': '19558adf-838f-4a29-a902-cbebb3c8469f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 329/666] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:40:27 2026] DELETE /v2.0/networks/1b03a183-ed54-465d-b3ea-2eda3d96aa86 => generated 0 bytes in 403 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/667] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:40:27 2026] GET /v2.0/security-groups?tenant_id=d5a4da29c2f3402f93da72617309dcaa&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: 330/668] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:40:27 2026] DELETE /v2.0/security-groups/747eed11-167d-4d1e-8272-612e66d908a4 => 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: 339/669] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:40:27 2026] GET /v2.0/ports?tenant_id=2976d5ef7db34dde925000d9a78d3d2d&device_id=aab5e125-a811-419f-85ae-7a027940dae4 => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/670] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:40:28 2026] GET /v2.0/networks?id=bbe61987-1fd0-4f14-9c7d-1323fa4432c0 => generated 765 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/671] 199.204.45.242 () {34 vars in 1059 bytes} [Tue Apr 14 08:40:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=19558adf-838f-4a29-a902-cbebb3c8469f => generated 859 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/672] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:40:28 2026] GET /v2.0/subnets?id=a4516b70-63c1-4e48-a9d4-07a1f904067a => generated 687 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/673] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:40:28 2026] GET /v2.0/ports?network_id=bbe61987-1fd0-4f14-9c7d-1323fa4432c0&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: 341/674] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:28 2026] GET /v2.0/ports?device_id=aab5e125-a811-419f-85ae-7a027940dae4 => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/675] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:40:28 2026] GET /v2.0/networks/bbe61987-1fd0-4f14-9c7d-1323fa4432c0?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/676] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:28 2026] GET /v2.0/security-groups?id=79e37a09-fb44-4a89-899c-51f2081a39a9&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/677] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:40:28 2026] GET /v2.0/networks/bbe61987-1fd0-4f14-9c7d-1323fa4432c0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:40:29.002 7 INFO neutron.services.segments.plugin [-] Segment 142c67a8-0e9a-4571-9652-fd165e016793 resource provider aggregate not found 2026-04-14 08:40:29.003 7 INFO neutron.services.segments.plugin [-] Segment 142c67a8-0e9a-4571-9652-fd165e016793 resource provider aggregate not found 2026-04-14 08:40:29.028 7 INFO neutron.services.segments.plugin [-] Segment 142c67a8-0e9a-4571-9652-fd165e016793 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 142c67a8-0e9a-4571-9652-fd165e016793 found for delete ", "request_id": "req-427ed711-914a-4dd8-b3ca-6997d8ea0c4c"}]} 2026-04-14 08:40:29.032 7 INFO neutron.services.segments.plugin [-] Segment 142c67a8-0e9a-4571-9652-fd165e016793 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 142c67a8-0e9a-4571-9652-fd165e016793 found for delete ", "request_id": "req-7198fb5a-915a-4af7-86bd-488345ad2d38"}]} [pid: 8|app: 0|req: 343/678] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:40:29 2026] GET /v2.0/security-groups?tenant_id=cc9d154293b44aec846de38ecca1a302&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/679] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:29 2026] GET /v2.0/ports?device_id=aab5e125-a811-419f-85ae-7a027940dae4 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/680] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:40:29 2026] DELETE /v2.0/security-groups/cc4ba5b6-5450-4b14-8a85-0de754fd30a4 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/681] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:29 2026] GET /v2.0/security-groups?id=79e37a09-fb44-4a89-899c-51f2081a39a9&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: 345/682] 199.204.45.242 () {34 vars in 993 bytes} [Tue Apr 14 08:40:29 2026] GET /v2.0/ports?device_id=aab5e125-a811-419f-85ae-7a027940dae4 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:40:30.201 7 INFO neutron_taas.services.taas.taas_plugin [req-6f83c3ff-41c6-452f-a3c1-9091bf7990e0 req-a7afb599-1cfa-4dbd-9cc5-1f670648c168 6c717ffdccc5442e89e3e361fcdd5801 2976d5ef7db34dde925000d9a78d3d2d - - default default] TaaS: Handle Delete Port: 19558adf-838f-4a29-a902-cbebb3c8469f 2026-04-14 08:40:30.208 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6f83c3ff-41c6-452f-a3c1-9091bf7990e0 req-a7afb599-1cfa-4dbd-9cc5-1f670648c168 6c717ffdccc5442e89e3e361fcdd5801 2976d5ef7db34dde925000d9a78d3d2d - - default default] Tap Mirror: Handle Delete Port: 19558adf-838f-4a29-a902-cbebb3c8469f 2026-04-14 08:40:30.425 8 INFO neutron.db.segments_db [None req-324a8701-7b13-44db-bc2a-b58fd3719bf0 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment 86d94529-3936-4106-8d6f-e5271d6d03b3 of type vxlan for network 4c2e675a-c425-49f1-8556-269bf3305914 2026-04-14 08:40:30.480 7 INFO neutron.db.l3_db [req-6f83c3ff-41c6-452f-a3c1-9091bf7990e0 req-a7afb599-1cfa-4dbd-9cc5-1f670648c168 6c717ffdccc5442e89e3e361fcdd5801 2976d5ef7db34dde925000d9a78d3d2d - - default default] Floating IP ab59e7c9-1a04-4309-be81-40f8b72dc473 disassociated. External IP: 10.96.250.211, port: 19558adf-838f-4a29-a902-cbebb3c8469f. [pid: 8|app: 0|req: 346/683] 10.0.0.30 () {34 vars in 669 bytes} [Tue Apr 14 08:40:30 2026] POST /v2.0/networks => generated 743 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/684] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:40:30 2026] POST /v2.0/subnets => generated 690 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/685] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:30 2026] GET /v2.0/ports?device_id=aab5e125-a811-419f-85ae-7a027940dae4 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:40:31.000 8 INFO neutron.db.segments_db [None req-9f3bfd66-a41e-42c7-a937-009620025fd6 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment 82bcac01-01be-4193-a743-b37a91f70bc9 of type vxlan for network df2f8419-219a-42fd-84eb-588d6a5a1f6b [pid: 7|app: 0|req: 338/686] 199.204.45.242 () {36 vars in 996 bytes} [Tue Apr 14 08:40:29 2026] DELETE /v2.0/ports/19558adf-838f-4a29-a902-cbebb3c8469f => generated 0 bytes in 1533 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:40:31.104 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-538e519f-2aee-4a23-9a72-024bb6bcc512'] response: {'server_uuid': 'aab5e125-a811-419f-85ae-7a027940dae4', 'name': 'network-vif-deleted', 'tag': '19558adf-838f-4a29-a902-cbebb3c8469f', 'status': 'completed', 'code': 200} 2026-04-14 08:40:31.339 8 INFO neutron.db.l3_hamode_db [None req-9f3bfd66-a41e-42c7-a937-009620025fd6 b5fc67366ffa47b79f63849c82796f9d c5ddced9e6644592bc913c1321083a2c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:40:32.139 8 INFO neutron.db.l3_hamode_db [None req-9f3bfd66-a41e-42c7-a937-009620025fd6 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 339/687] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:40:31 2026] GET /v2.0/security-groups?tenant_id=15213d476642406f832d37d0383a49f7&name=default => generated 2925 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/688] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:32 2026] GET /v2.0/ports?device_id=aab5e125-a811-419f-85ae-7a027940dae4 => 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: 341/689] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:40:32 2026] DELETE /v2.0/security-groups/50cb06df-dfd5-4824-b551-3f00d70b0488 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/690] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:33 2026] GET /v2.0/ports?device_id=aab5e125-a811-419f-85ae-7a027940dae4 => 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: 349/691] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:40:30 2026] POST /v2.0/routers => generated 730 bytes in 2620 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/692] 10.0.0.30 () {32 vars in 651 bytes} [Tue Apr 14 08:40:34 2026] GET /v2.0/extensions => generated 21537 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/693] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:40:34 2026] DELETE /v2.0/security-groups/79e37a09-fb44-4a89-899c-51f2081a39a9 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/694] 10.0.0.30 () {32 vars in 679 bytes} [Tue Apr 14 08:40:34 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/695] 10.0.0.30 () {32 vars in 679 bytes} [Tue Apr 14 08:40:34 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:40:34.878 8 INFO neutron.api.v2.resource [None req-055f5f35-3de8-467a-8c66-2516e3c0a594 6c717ffdccc5442e89e3e361fcdd5801 2976d5ef7db34dde925000d9a78d3d2d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 354/696] 10.0.0.30 () {32 vars in 735 bytes} [Tue Apr 14 08:40:34 2026] GET /v2.0/security-groups/79e37a09-fb44-4a89-899c-51f2081a39a9 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/697] 10.0.0.30 () {32 vars in 727 bytes} [Tue Apr 14 08:40:34 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:40:34.993 8 INFO neutron_taas.services.taas.taas_plugin [None req-04cb62df-57bc-41f4-8c49-f3b5e1860f35 6c717ffdccc5442e89e3e361fcdd5801 2976d5ef7db34dde925000d9a78d3d2d - - default default] TaaS: Handle Delete Port: 2958b8c2-ac70-46ec-85f8-bd7a263f349b 2026-04-14 08:40:35.004 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04cb62df-57bc-41f4-8c49-f3b5e1860f35 6c717ffdccc5442e89e3e361fcdd5801 2976d5ef7db34dde925000d9a78d3d2d - - default default] Tap Mirror: Handle Delete Port: 2958b8c2-ac70-46ec-85f8-bd7a263f349b [pid: 7|app: 0|req: 343/698] 10.0.0.30 () {34 vars in 781 bytes} [Tue Apr 14 08:40:33 2026] PUT /v2.0/routers/6be117f5-5fd8-4b54-b69a-2baf3959f486/add_router_interface => generated 309 bytes in 1436 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/699] 10.0.0.30 () {32 vars in 663 bytes} [Tue Apr 14 08:40:35 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: 345/700] 10.0.0.30 () {32 vars in 697 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/agent-resources-synced => 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: 346/701] 10.0.0.30 () {32 vars in 695 bytes} [Tue Apr 14 08:40:35 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: 347/702] 10.0.0.30 () {32 vars in 699 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/703] 10.0.0.30 () {32 vars in 687 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/704] 10.0.0.30 () {32 vars in 701 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/705] 10.0.0.30 () {32 vars in 691 bytes} [Tue Apr 14 08:40:35 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: 351/706] 10.0.0.30 () {32 vars in 693 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/707] 10.0.0.30 () {32 vars in 683 bytes} [Tue Apr 14 08:40:35 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: 353/708] 10.0.0.30 () {32 vars in 685 bytes} [Tue Apr 14 08:40:35 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: 7|app: 0|req: 354/709] 10.0.0.30 () {32 vars in 659 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/712] 10.0.0.30 () {32 vars in 697 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/713] 10.0.0.30 () {32 vars in 677 bytes} [Tue Apr 14 08:40:35 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: 359/714] 10.0.0.30 () {32 vars in 681 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/715] 10.0.0.30 () {32 vars in 673 bytes} [Tue Apr 14 08:40:35 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: 361/716] 10.0.0.30 () {32 vars in 687 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/717] 10.0.0.30 () {32 vars in 721 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/718] 10.0.0.30 () {32 vars in 685 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/719] 10.0.0.30 () {32 vars in 667 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/720] 10.0.0.30 () {32 vars in 685 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/721] 10.0.0.30 () {32 vars in 679 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/722] 10.0.0.30 () {32 vars in 697 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/723] 10.0.0.30 () {32 vars in 677 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/724] 10.0.0.30 () {32 vars in 665 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/router => generated 256 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/725] 10.0.0.30 () {32 vars in 675 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/726] 10.0.0.30 () {32 vars in 730 bytes} [Tue Apr 14 08:40:34 2026] DELETE /v2.0/floatingips/ab59e7c9-1a04-4309-be81-40f8b72dc473 => generated 0 bytes in 384 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/727] 10.0.0.30 () {32 vars in 663 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/728] 10.0.0.30 () {32 vars in 673 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/729] 10.0.0.30 () {32 vars in 711 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/730] 10.0.0.30 () {32 vars in 689 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/731] 10.0.0.30 () {32 vars in 681 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/732] 10.0.0.30 () {32 vars in 667 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/733] 10.0.0.30 () {32 vars in 685 bytes} [Tue Apr 14 08:40:35 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: 7|app: 0|req: 378/734] 10.0.0.30 () {32 vars in 703 bytes} [Tue Apr 14 08:40:35 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: 379/735] 10.0.0.30 () {32 vars in 673 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/736] 10.0.0.30 () {32 vars in 699 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/737] 10.0.0.30 () {32 vars in 673 bytes} [Tue Apr 14 08:40:35 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: 7|app: 0|req: 382/738] 10.0.0.30 () {32 vars in 691 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/739] 10.0.0.30 () {32 vars in 687 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/740] 10.0.0.30 () {32 vars in 707 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/741] 10.0.0.30 () {32 vars in 703 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/742] 10.0.0.30 () {32 vars in 717 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/743] 10.0.0.30 () {32 vars in 695 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/744] 10.0.0.30 () {32 vars in 709 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/745] 10.0.0.30 () {32 vars in 667 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/binding => generated 193 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/746] 10.0.0.30 () {32 vars in 685 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/747] 10.0.0.30 () {32 vars in 679 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/748] 10.0.0.30 () {32 vars in 673 bytes} [Tue Apr 14 08:40:35 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: 393/749] 10.0.0.30 () {32 vars in 669 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/750] 10.0.0.30 () {32 vars in 659 bytes} [Tue Apr 14 08:40:35 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: 395/751] 10.0.0.30 () {32 vars in 697 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/752] 10.0.0.30 () {32 vars in 697 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/753] 10.0.0.30 () {32 vars in 675 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/754] 10.0.0.30 () {34 vars in 683 bytes} [Tue Apr 14 08:40:35 2026] POST /v2.0/security-groups => generated 1659 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/755] 10.0.0.30 () {32 vars in 667 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:40:35.970 8 INFO neutron_taas.services.taas.taas_plugin [None req-5550ef2f-5abc-442d-ac91-5a7dd28b6a2b b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 03662e4d-2ce1-40ce-9999-7f5f46ef0796 2026-04-14 08:40:35.977 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5550ef2f-5abc-442d-ac91-5a7dd28b6a2b b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 03662e4d-2ce1-40ce-9999-7f5f46ef0796 [pid: 7|app: 0|req: 400/756] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:40:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/757] 10.0.0.30 () {32 vars in 681 bytes} [Tue Apr 14 08:40:35 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/758] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:40:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/759] 10.0.0.30 () {32 vars in 699 bytes} [Tue Apr 14 08:40:36 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/760] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:40:35 2026] PUT /v2.0/routers/2bd97af0-1c01-4f07-9b10-5dafe9735caf/remove_router_interface => generated 309 bytes in 1321 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/761] 10.0.0.30 () {32 vars in 683 bytes} [Tue Apr 14 08:40:36 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/762] 10.0.0.199 () {34 vars in 989 bytes} [Tue Apr 14 08:40:36 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => generated 1240 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/763] 10.0.0.30 () {34 vars in 674 bytes} [Tue Apr 14 08:40:36 2026] POST /v2.0/floatingips => generated 552 bytes in 652 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/764] 10.0.0.30 () {32 vars in 705 bytes} [Tue Apr 14 08:40:36 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/765] 10.0.0.199 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:36 2026] GET /v2.0/security-groups?id=4fb3aac7-8be0-4f72-91e3-33620ab9544c&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/766] 10.0.0.30 () {32 vars in 667 bytes} [Tue Apr 14 08:40:36 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/767] 10.0.0.30 () {32 vars in 695 bytes} [Tue Apr 14 08:40:36 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/768] 10.0.0.30 () {32 vars in 693 bytes} [Tue Apr 14 08:40:36 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/769] 10.0.0.30 () {32 vars in 683 bytes} [Tue Apr 14 08:40:36 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/770] 10.0.0.30 () {32 vars in 687 bytes} [Tue Apr 14 08:40:36 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/771] 10.0.0.30 () {32 vars in 703 bytes} [Tue Apr 14 08:40:36 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/772] 10.0.0.30 () {32 vars in 665 bytes} [Tue Apr 14 08:40:36 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/773] 10.0.0.30 () {32 vars in 679 bytes} [Tue Apr 14 08:40:36 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: 7|app: 0|req: 415/774] 10.0.0.30 () {32 vars in 679 bytes} [Tue Apr 14 08:40:36 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/775] 10.0.0.30 () {32 vars in 689 bytes} [Tue Apr 14 08:40:36 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/776] 10.0.0.30 () {32 vars in 689 bytes} [Tue Apr 14 08:40:36 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/777] 10.0.0.30 () {32 vars in 693 bytes} [Tue Apr 14 08:40:36 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/778] 10.0.0.30 () {32 vars in 683 bytes} [Tue Apr 14 08:40:36 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/779] 10.0.0.30 () {32 vars in 687 bytes} [Tue Apr 14 08:40:36 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:40:37.009 8 INFO neutron_taas.services.taas.taas_plugin [None req-39b6faff-b215-4b4b-afca-365cc8d108c7 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: fc5ab8ec-5c46-4a3c-b6e5-226eb9218bac 2026-04-14 08:40:37.012 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39b6faff-b215-4b4b-afca-365cc8d108c7 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: fc5ab8ec-5c46-4a3c-b6e5-226eb9218bac [pid: 7|app: 0|req: 421/780] 10.0.0.30 () {32 vars in 699 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/781] 10.0.0.30 () {32 vars in 701 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/782] 10.0.0.30 () {32 vars in 711 bytes} [Tue Apr 14 08:40:37 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: 424/783] 10.0.0.30 () {32 vars in 715 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/784] 10.0.0.30 () {32 vars in 713 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/785] 10.0.0.30 () {32 vars in 725 bytes} [Tue Apr 14 08:40:37 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: 7|app: 0|req: 427/786] 10.0.0.30 () {32 vars in 739 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/787] 10.0.0.30 () {32 vars in 717 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/788] 10.0.0.30 () {32 vars in 681 bytes} [Tue Apr 14 08:40:37 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: 430/789] 10.0.0.30 () {32 vars in 667 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/segment => generated 145 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/790] 10.0.0.30 () {32 vars in 717 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/791] 10.0.0.30 () {32 vars in 677 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/792] 10.0.0.30 () {32 vars in 667 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/793] 10.0.0.30 () {32 vars in 695 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/794] 10.0.0.30 () {32 vars in 703 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/795] 10.0.0.30 () {32 vars in 699 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/796] 10.0.0.30 () {32 vars in 699 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/797] 10.0.0.30 () {32 vars in 681 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/798] 10.0.0.30 () {32 vars in 703 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/799] 10.0.0.30 () {32 vars in 693 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/800] 10.0.0.30 () {32 vars in 687 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/801] 10.0.0.30 () {32 vars in 695 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/802] 10.0.0.30 () {32 vars in 677 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/803] 10.0.0.30 () {32 vars in 687 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/804] 10.0.0.30 () {32 vars in 699 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/805] 10.0.0.30 () {32 vars in 663 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:40:37.338 8 INFO neutron_taas.services.taas.taas_plugin [None req-39b6faff-b215-4b4b-afca-365cc8d108c7 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 25548839-27bb-4959-b897-c34f513bf74c 2026-04-14 08:40:37.342 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39b6faff-b215-4b4b-afca-365cc8d108c7 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 25548839-27bb-4959-b897-c34f513bf74c [pid: 7|app: 0|req: 447/806] 10.0.0.244 () {34 vars in 1097 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/security-groups?name=tempest-securitygroup--240800394&fields=id&tenant_id=c5ddced9e6644592bc913c1321083a2c => generated 69 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/807] 10.0.0.30 () {32 vars in 679 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/808] 10.0.0.244 () {34 vars in 981 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/networks?id=4c2e675a-c425-49f1-8556-269bf3305914 => generated 675 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/809] 10.0.0.30 () {32 vars in 675 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/810] 10.0.0.244 () {34 vars in 964 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/quotas/c5ddced9e6644592bc913c1321083a2c => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/811] 10.0.0.30 () {32 vars in 691 bytes} [Tue Apr 14 08:40:37 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) 2026-04-14 08:40:37.452 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-39b6faff-b215-4b4b-afca-365cc8d108c7 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - 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 124, 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 124, 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 58, 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 40, 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 340, 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 2241, 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 645, 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 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 453/812] 10.0.0.244 () {34 vars in 1001 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/ports?tenant_id=c5ddced9e6644592bc913c1321083a2c&fields=id => generated 103 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/813] 10.0.0.30 () {32 vars in 675 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/814] 10.0.0.30 () {32 vars in 665 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/815] 10.0.0.30 () {32 vars in 661 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/816] 10.0.0.244 () {34 vars in 1007 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/networks/4c2e675a-c425-49f1-8556-269bf3305914?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: 458/817] 10.0.0.30 () {32 vars in 673 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/818] 10.0.0.30 () {32 vars in 685 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/819] 10.0.0.244 () {34 vars in 1107 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/networks/4c2e675a-c425-49f1-8556-269bf3305914?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: 461/820] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:37 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:40:37.963 8 INFO neutron.db.l3_hamode_db [None req-39b6faff-b215-4b4b-afca-365cc8d108c7 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] HA network 03cc4c26-39d6-44e5-8f93-4c2cb1f03c67 was deleted as no HA routers are present in tenant 2976d5ef7db34dde925000d9a78d3d2d. [pid: 8|app: 0|req: 360/821] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:40:36 2026] DELETE /v2.0/routers/2bd97af0-1c01-4f07-9b10-5dafe9735caf => generated 0 bytes in 1239 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/822] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:40:37 2026] DELETE /v2.0/subnets/a4516b70-63c1-4e48-a9d4-07a1f904067a => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:40:38.270 8 INFO neutron_taas.services.taas.taas_plugin [None req-41e1afe3-2d5a-4440-b3e0-568f42a1f1e2 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 61dba00f-44cb-430f-a5e3-84659032e234 2026-04-14 08:40:38.275 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41e1afe3-2d5a-4440-b3e0-568f42a1f1e2 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 61dba00f-44cb-430f-a5e3-84659032e234 2026-04-14 08:40:38.398 8 INFO neutron.services.segments.plugin [-] Segment 7adab8f5-ce91-4dde-be4a-e1670506d770 resource provider aggregate not found 2026-04-14 08:40:38.426 8 INFO neutron.services.segments.plugin [-] Segment 7adab8f5-ce91-4dde-be4a-e1670506d770 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7adab8f5-ce91-4dde-be4a-e1670506d770 found for delete ", "request_id": "req-9e626672-f946-46a6-b836-683e8d63a2e3"}]} [pid: 7|app: 0|req: 463/823] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:40:38 2026] GET /v2.0/security-groups?tenant_id=e80a5c1372d24186ac5ecdb82909768f&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:40:38.454 8 INFO neutron.services.segments.plugin [-] Segment 7adab8f5-ce91-4dde-be4a-e1670506d770 resource provider aggregate not found 2026-04-14 08:40:38.487 8 INFO neutron.services.segments.plugin [-] Segment 7adab8f5-ce91-4dde-be4a-e1670506d770 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7adab8f5-ce91-4dde-be4a-e1670506d770 found for delete ", "request_id": "req-e76e394e-5607-4a52-9359-9aa676149d7a"}]} [pid: 8|app: 0|req: 361/824] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:40:38 2026] DELETE /v2.0/networks/bbe61987-1fd0-4f14-9c7d-1323fa4432c0 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/825] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:40:38 2026] DELETE /v2.0/security-groups/6e0b1a3d-9e1f-4039-b55d-1862d2a72a61 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/826] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:40:38 2026] GET /v2.0/security-groups?tenant_id=2976d5ef7db34dde925000d9a78d3d2d&name=default => generated 2921 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/827] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:40:38 2026] DELETE /v2.0/security-groups/5bdb44a8-4281-4ebd-9524-2a8b61f02cff => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/828] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:38 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/829] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:40 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:40:40.454 8 INFO neutron.services.segments.plugin [-] Segment 6b4aeb24-a742-42ec-b375-3d68bed797cb resource provider aggregate not found 2026-04-14 08:40:40.497 8 INFO neutron.services.segments.plugin [-] Segment 6b4aeb24-a742-42ec-b375-3d68bed797cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b4aeb24-a742-42ec-b375-3d68bed797cb found for delete ", "request_id": "req-8e3149eb-5d79-4cf2-8a40-258646533036"}]} 2026-04-14 08:40:40.514 8 INFO neutron.services.segments.plugin [-] Segment 6b4aeb24-a742-42ec-b375-3d68bed797cb resource provider aggregate not found 2026-04-14 08:40:40.537 8 INFO neutron.services.segments.plugin [-] Segment 6b4aeb24-a742-42ec-b375-3d68bed797cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b4aeb24-a742-42ec-b375-3d68bed797cb found for delete ", "request_id": "req-b2159671-445b-46dc-ae0d-54a6ff401bf4"}]} 2026-04-14 08:40:41.078 8 INFO neutron.db.segments_db [None req-09c66330-6bb0-46d2-b6fb-6a1501ebbba9 efcaea9d8baf4c5b8b7bcd4e5fa5916b 74b6380e27c2442bb42ffe0b9805a9aa - - default default] Added segment 7facb006-4272-40f8-85b2-5d7ae0daa3aa of type vxlan for network d2c048f2-6d6f-431b-a960-2a765ae71279 [pid: 7|app: 0|req: 467/830] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:41 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => 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: 364/831] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:40:40 2026] POST /v2.0/networks => generated 649 bytes in 578 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/832] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:40:41 2026] POST /v2.0/subnets => generated 627 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:40:41.558 8 INFO neutron.db.segments_db [None req-47b01a20-f0fc-4704-925a-b5971887a4e1 efcaea9d8baf4c5b8b7bcd4e5fa5916b 74b6380e27c2442bb42ffe0b9805a9aa - - default default] Added segment 2666a49f-e214-4a5d-8409-61378c6c9380 of type vxlan for network bfd3cfc7-5553-4faa-93e5-2ff3556e1bac 2026-04-14 08:40:41.827 8 INFO neutron.db.l3_hamode_db [None req-47b01a20-f0fc-4704-925a-b5971887a4e1 efcaea9d8baf4c5b8b7bcd4e5fa5916b 74b6380e27c2442bb42ffe0b9805a9aa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 469/833] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:40:42 2026] GET /v2.0/networks?id=4c2e675a-c425-49f1-8556-269bf3305914 => generated 675 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/834] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:42 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => 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: 471/835] 199.204.45.242 () {34 vars in 1049 bytes} [Tue Apr 14 08:40:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c5ddced9e6644592bc913c1321083a2c => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:40:42.711 8 INFO neutron.db.l3_hamode_db [None req-47b01a20-f0fc-4704-925a-b5971887a4e1 efcaea9d8baf4c5b8b7bcd4e5fa5916b 74b6380e27c2442bb42ffe0b9805a9aa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 472/836] 199.204.45.242 () {38 vars in 954 bytes} [Tue Apr 14 08:40:42 2026] POST /v2.0/ports => generated 954 bytes in 428 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: 473/837] 199.204.45.242 () {38 vars in 1027 bytes} [Tue Apr 14 08:40:42 2026] PUT /v2.0/ports/d59d6e95-a929-4419-89e5-ecf89b3912b4 => generated 1235 bytes in 465 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:40:43.215 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6717d6a1-69d5-4bf0-b6eb-dd9492850323'] response: {'name': 'network-changed', 'server_uuid': 'bb753d02-a98b-4ddf-8864-127cb442a3fe', 'tag': 'd59d6e95-a929-4419-89e5-ecf89b3912b4', '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: 474/838] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:43 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => 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: 475/839] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:43 2026] GET /v2.0/security-groups?id=5bc4b24b-a761-4f72-a597-8c589c85bf37&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/840] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:40:41 2026] POST /v2.0/routers => generated 694 bytes in 2134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/841] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:40:43 2026] GET /v2.0/ports?tenant_id=c5ddced9e6644592bc913c1321083a2c&device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/842] 199.204.45.242 () {34 vars in 1017 bytes} [Tue Apr 14 08:40:43 2026] GET /v2.0/networks?tenant_id=c5ddced9e6644592bc913c1321083a2c&shared=False => generated 771 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/843] 199.204.45.242 () {34 vars in 929 bytes} [Tue Apr 14 08:40:43 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/844] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:44 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => generated 969 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/845] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:44 2026] GET /v2.0/security-groups?id=5bc4b24b-a761-4f72-a597-8c589c85bf37&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/846] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:40:44 2026] GET /v2.0/ports?tenant_id=c5ddced9e6644592bc913c1321083a2c&device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => generated 1238 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/847] 199.204.45.242 () {34 vars in 1057 bytes} [Tue Apr 14 08:40:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=d59d6e95-a929-4419-89e5-ecf89b3912b4 => 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: 476/848] 10.0.0.30 () {34 vars in 781 bytes} [Tue Apr 14 08:40:43 2026] PUT /v2.0/routers/6f55137d-7a53-4c71-9d99-0f88af754097/add_router_interface => generated 309 bytes in 1367 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/849] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:40:44 2026] GET /v2.0/subnets?id=baf37e42-8cf9-48b3-a9fe-9d371347a6e9 => generated 693 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/850] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:40:45 2026] GET /v2.0/ports?network_id=4c2e675a-c425-49f1-8556-269bf3305914&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/851] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:40:45 2026] GET /v2.0/networks/4c2e675a-c425-49f1-8556-269bf3305914?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: 376/852] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:40:45 2026] GET /v2.0/networks/4c2e675a-c425-49f1-8556-269bf3305914?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: 477/853] 10.0.0.30 () {34 vars in 663 bytes} [Tue Apr 14 08:40:45 2026] POST /v2.0/ports => generated 955 bytes in 410 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: 377/854] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:40:45 2026] GET /v2.0/security-groups?tenant_id=5908bffc0a73490993c5bed39c02f143&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/855] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:40:45 2026] DELETE /v2.0/security-groups/bf5c8ed0-94de-4787-b6a5-415e0851008f => 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: 379/856] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:45 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/857] 10.0.0.30 () {34 vars in 663 bytes} [Tue Apr 14 08:40:45 2026] POST /v2.0/ports => generated 955 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: 7|app: 0|req: 479/858] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:45 2026] GET /v2.0/security-groups?id=5bc4b24b-a761-4f72-a597-8c589c85bf37&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: 380/859] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:40:45 2026] GET /v2.0/security-groups?tenant_id=b15a2f39e63547aba50d58ea0af8f71b&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: 381/860] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:40:45 2026] DELETE /v2.0/security-groups/40d12921-4dd0-4906-bee0-478c0760a3c3 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:40:46.609 7 INFO neutron.db.l3_db [None req-0993affa-9f7d-42b8-86f6-5701904ebd02 efcaea9d8baf4c5b8b7bcd4e5fa5916b 74b6380e27c2442bb42ffe0b9805a9aa - - default default] Floating IP 881f5178-2612-4ccb-a0f5-251e92152c6c associated. External IP: 10.96.250.213, port: b2c98e81-ada6-4bbd-8eb5-512050d6bbe9. [pid: 8|app: 0|req: 382/861] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:46 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => 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: 480/862] 10.0.0.30 () {34 vars in 675 bytes} [Tue Apr 14 08:40:45 2026] POST /v2.0/floatingips => generated 842 bytes in 1129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/863] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:46 2026] GET /v2.0/security-groups?id=5bc4b24b-a761-4f72-a597-8c589c85bf37&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-04-14 08:40:47.037 7 INFO neutron.db.l3_db [None req-b73af251-5070-4b34-a59e-4dc4956386f9 efcaea9d8baf4c5b8b7bcd4e5fa5916b 74b6380e27c2442bb42ffe0b9805a9aa - - default default] Floating IP 881f5178-2612-4ccb-a0f5-251e92152c6c disassociated. External IP: 10.96.250.213, port: b2c98e81-ada6-4bbd-8eb5-512050d6bbe9. [pid: 7|app: 0|req: 481/864] 10.0.0.30 () {34 vars in 747 bytes} [Tue Apr 14 08:40:46 2026] PUT /v2.0/floatingips/881f5178-2612-4ccb-a0f5-251e92152c6c => generated 552 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:40:47.502 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e4a372f-957b-440d-8473-eb4b4125a109 efcaea9d8baf4c5b8b7bcd4e5fa5916b 74b6380e27c2442bb42ffe0b9805a9aa - - default default] TaaS: Handle Delete Port: 76037cc3-42bc-4341-99d3-96a6c03207f3 2026-04-14 08:40:47.504 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e4a372f-957b-440d-8473-eb4b4125a109 efcaea9d8baf4c5b8b7bcd4e5fa5916b 74b6380e27c2442bb42ffe0b9805a9aa - - default default] Tap Mirror: Handle Delete Port: 76037cc3-42bc-4341-99d3-96a6c03207f3 [pid: 8|app: 0|req: 384/865] 10.0.0.30 () {32 vars in 730 bytes} [Tue Apr 14 08:40:47 2026] DELETE /v2.0/floatingips/881f5178-2612-4ccb-a0f5-251e92152c6c => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/866] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:48 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/867] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:48 2026] GET /v2.0/security-groups?id=5bc4b24b-a761-4f72-a597-8c589c85bf37&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:40:48.492 7 INFO neutron.db.l3_db [None req-aacc5268-9f80-45ba-8cbc-251c02227fe6 efcaea9d8baf4c5b8b7bcd4e5fa5916b 74b6380e27c2442bb42ffe0b9805a9aa - - default default] Floating IP db52a37f-cb4e-48b2-8b01-7948bd962a6f associated. External IP: 10.96.250.208, port: 95445ac1-bcca-4d4d-872e-2ddae1680bf9. [pid: 8|app: 0|req: 387/868] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:49 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => 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: 482/869] 10.0.0.30 () {34 vars in 675 bytes} [Tue Apr 14 08:40:47 2026] POST /v2.0/floatingips => generated 842 bytes in 1599 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/870] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:49 2026] GET /v2.0/security-groups?id=5bc4b24b-a761-4f72-a597-8c589c85bf37&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/871] 10.0.0.30 () {32 vars in 727 bytes} [Tue Apr 14 08:40:49 2026] GET /v2.0/floatingips/db52a37f-cb4e-48b2-8b01-7948bd962a6f => generated 842 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/872] 10.0.0.30 () {32 vars in 653 bytes} [Tue Apr 14 08:40:49 2026] GET /v2.0/floatingips => generated 845 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:40:49.769 7 INFO neutron.db.l3_db [None req-8b67a956-02bc-4cb8-8cc1-0cc5d2809701 efcaea9d8baf4c5b8b7bcd4e5fa5916b 74b6380e27c2442bb42ffe0b9805a9aa - - default default] Floating IP db52a37f-cb4e-48b2-8b01-7948bd962a6f associated. External IP: 10.96.250.208, port: 95445ac1-bcca-4d4d-872e-2ddae1680bf9. [pid: 8|app: 0|req: 390/873] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:40:49 2026] GET /v2.0/security-groups?tenant_id=ed9d299d7351470faedb113cc1d17949&name=default => generated 2925 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/876] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:50 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/877] 10.0.0.30 () {34 vars in 747 bytes} [Tue Apr 14 08:40:49 2026] PUT /v2.0/floatingips/db52a37f-cb4e-48b2-8b01-7948bd962a6f => generated 842 bytes in 1128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/878] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:50 2026] GET /v2.0/security-groups?id=5bc4b24b-a761-4f72-a597-8c589c85bf37&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: 394/879] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:40:50 2026] DELETE /v2.0/security-groups/08f02ab7-034b-4698-bbd5-d79d97e33cda => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/880] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:50 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:40:50.698 7 INFO neutron.db.l3_db [None req-f20934c5-4334-4651-a3c8-e777d4f120a5 efcaea9d8baf4c5b8b7bcd4e5fa5916b 74b6380e27c2442bb42ffe0b9805a9aa - - default default] Floating IP db52a37f-cb4e-48b2-8b01-7948bd962a6f disassociated. External IP: 10.96.250.208, port: b2c98e81-ada6-4bbd-8eb5-512050d6bbe9. [pid: 7|app: 0|req: 486/881] 10.0.0.30 () {34 vars in 747 bytes} [Tue Apr 14 08:40:50 2026] PUT /v2.0/floatingips/db52a37f-cb4e-48b2-8b01-7948bd962a6f => generated 552 bytes in 463 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:40:51.161 8 INFO neutron.db.l3_db [None req-23cd0d69-0b94-40c4-b5aa-a2d10b7f77fd 3280a23489354a8ea6a60779dcd0db74 c5ddced9e6644592bc913c1321083a2c - - default default] Floating IP e63de45e-8469-4e7d-a681-65031fd32af5 associated. External IP: 10.96.250.202, port: d59d6e95-a929-4419-89e5-ecf89b3912b4. [pid: 7|app: 0|req: 487/882] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:40:51 2026] GET /v2.0/security-groups?tenant_id=8bc8e2a24e1f4a37ae2fcbae78fad2f4&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:40:51.301 7 INFO neutron_taas.services.taas.taas_plugin [None req-a79382bb-cd12-4597-909d-beecde5e4ea1 efcaea9d8baf4c5b8b7bcd4e5fa5916b 74b6380e27c2442bb42ffe0b9805a9aa - - default default] TaaS: Handle Delete Port: 4aa89e61-77aa-4588-9923-4b99658dd737 2026-04-14 08:40:51.307 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a79382bb-cd12-4597-909d-beecde5e4ea1 efcaea9d8baf4c5b8b7bcd4e5fa5916b 74b6380e27c2442bb42ffe0b9805a9aa - - default default] Tap Mirror: Handle Delete Port: 4aa89e61-77aa-4588-9923-4b99658dd737 [pid: 7|app: 0|req: 488/883] 10.0.0.30 () {32 vars in 730 bytes} [Tue Apr 14 08:40:51 2026] DELETE /v2.0/floatingips/db52a37f-cb4e-48b2-8b01-7948bd962a6f => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/884] 10.0.0.30 () {34 vars in 747 bytes} [Tue Apr 14 08:40:50 2026] PUT /v2.0/floatingips/e63de45e-8469-4e7d-a681-65031fd32af5 => generated 855 bytes in 855 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:40:51.588 8 INFO neutron.api.v2.resource [None req-7cf291f7-3186-4b12-bca4-4c1bb87abdab efcaea9d8baf4c5b8b7bcd4e5fa5916b 74b6380e27c2442bb42ffe0b9805a9aa - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 397/885] 10.0.0.30 () {32 vars in 730 bytes} [Tue Apr 14 08:40:51 2026] DELETE /v2.0/floatingips/db52a37f-cb4e-48b2-8b01-7948bd962a6f => generated 144 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/886] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:40:51 2026] DELETE /v2.0/security-groups/bf377cfb-c8b2-44bf-b957-3b5ab2595e80 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:40:51.606 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-624d4825-51e4-428f-8efe-15aedcf49f08'] response: {'name': 'network-changed', 'server_uuid': 'bb753d02-a98b-4ddf-8864-127cb442a3fe', 'tag': 'd59d6e95-a929-4419-89e5-ecf89b3912b4', 'status': 'completed', 'code': 200} 2026-04-14 08:40:51.811 8 INFO neutron_taas.services.taas.taas_plugin [None req-5af4043e-9425-4d07-9779-28110c11cbce efcaea9d8baf4c5b8b7bcd4e5fa5916b 74b6380e27c2442bb42ffe0b9805a9aa - - default default] TaaS: Handle Delete Port: b2c98e81-ada6-4bbd-8eb5-512050d6bbe9 2026-04-14 08:40:51.819 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5af4043e-9425-4d07-9779-28110c11cbce efcaea9d8baf4c5b8b7bcd4e5fa5916b 74b6380e27c2442bb42ffe0b9805a9aa - - default default] Tap Mirror: Handle Delete Port: b2c98e81-ada6-4bbd-8eb5-512050d6bbe9 [pid: 8|app: 0|req: 398/887] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:40:51 2026] DELETE /v2.0/ports/b2c98e81-ada6-4bbd-8eb5-512050d6bbe9 => generated 0 bytes in 416 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/888] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:40:52 2026] GET /v2.0/ports?tenant_id=c5ddced9e6644592bc913c1321083a2c&device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:40:52.198 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b2cb4ba-3cb9-4abf-8590-0ab5fd7dda01 efcaea9d8baf4c5b8b7bcd4e5fa5916b 74b6380e27c2442bb42ffe0b9805a9aa - - default default] TaaS: Handle Delete Port: 95445ac1-bcca-4d4d-872e-2ddae1680bf9 2026-04-14 08:40:52.203 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b2cb4ba-3cb9-4abf-8590-0ab5fd7dda01 efcaea9d8baf4c5b8b7bcd4e5fa5916b 74b6380e27c2442bb42ffe0b9805a9aa - - default default] Tap Mirror: Handle Delete Port: 95445ac1-bcca-4d4d-872e-2ddae1680bf9 [pid: 8|app: 0|req: 400/889] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:40:52 2026] GET /v2.0/networks?id=4c2e675a-c425-49f1-8556-269bf3305914 => generated 771 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/890] 199.204.45.242 () {34 vars in 1057 bytes} [Tue Apr 14 08:40:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=d59d6e95-a929-4419-89e5-ecf89b3912b4 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/891] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:40:52 2026] GET /v2.0/subnets?id=baf37e42-8cf9-48b3-a9fe-9d371347a6e9 => generated 693 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/892] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:40:52 2026] DELETE /v2.0/ports/95445ac1-bcca-4d4d-872e-2ddae1680bf9 => generated 0 bytes in 346 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/893] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:40:52 2026] GET /v2.0/ports?network_id=4c2e675a-c425-49f1-8556-269bf3305914&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/894] 10.0.0.30 () {32 vars in 734 bytes} [Tue Apr 14 08:40:52 2026] GET /v2.0/ports?device_id=6f55137d-7a53-4c71-9d99-0f88af754097 => generated 958 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/895] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:40:52 2026] GET /v2.0/networks/4c2e675a-c425-49f1-8556-269bf3305914?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: 405/896] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:40:52 2026] GET /v2.0/networks/4c2e675a-c425-49f1-8556-269bf3305914?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:40:52.817 7 INFO neutron_taas.services.taas.taas_plugin [None req-a16b9c71-9fa5-4bcd-9bea-df453ec088c8 efcaea9d8baf4c5b8b7bcd4e5fa5916b 74b6380e27c2442bb42ffe0b9805a9aa - - default default] TaaS: Handle Delete Port: a1671041-270a-494a-accb-00a5222e5ab2 2026-04-14 08:40:52.820 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a16b9c71-9fa5-4bcd-9bea-df453ec088c8 efcaea9d8baf4c5b8b7bcd4e5fa5916b 74b6380e27c2442bb42ffe0b9805a9aa - - default default] Tap Mirror: Handle Delete Port: a1671041-270a-494a-accb-00a5222e5ab2 [pid: 7|app: 0|req: 492/897] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:40:52 2026] PUT /v2.0/routers/6f55137d-7a53-4c71-9d99-0f88af754097/remove_router_interface => generated 309 bytes in 970 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:40:53.634 8 INFO neutron_taas.services.taas.taas_plugin [None req-de102441-ef7b-492f-aaff-40fd306dbb26 efcaea9d8baf4c5b8b7bcd4e5fa5916b 74b6380e27c2442bb42ffe0b9805a9aa - - default default] TaaS: Handle Delete Port: 23dafcd9-cb05-474d-bfc5-0ab87da7d830 2026-04-14 08:40:53.637 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de102441-ef7b-492f-aaff-40fd306dbb26 efcaea9d8baf4c5b8b7bcd4e5fa5916b 74b6380e27c2442bb42ffe0b9805a9aa - - default default] Tap Mirror: Handle Delete Port: 23dafcd9-cb05-474d-bfc5-0ab87da7d830 2026-04-14 08:40:53.862 7 INFO neutron.db.segments_db [None req-fe25eadc-6afc-433e-af15-99435b7c9062 f9897d11083947da8a1ea7d21b8b94f6 5e5ba6ab4c004a3bb9fadcdc484e86d8 - - default default] Added segment 2fb90432-a7ff-4a99-984d-27946f5290fc of type vxlan for network da533764-b528-4672-9dbb-8dbe260e8958 2026-04-14 08:40:53.925 8 INFO neutron_taas.services.taas.taas_plugin [None req-de102441-ef7b-492f-aaff-40fd306dbb26 efcaea9d8baf4c5b8b7bcd4e5fa5916b 74b6380e27c2442bb42ffe0b9805a9aa - - default default] TaaS: Handle Delete Port: e3f8a59e-76e1-4c1d-8429-1ce1576bceae 2026-04-14 08:40:53.932 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de102441-ef7b-492f-aaff-40fd306dbb26 efcaea9d8baf4c5b8b7bcd4e5fa5916b 74b6380e27c2442bb42ffe0b9805a9aa - - default default] Tap Mirror: Handle Delete Port: e3f8a59e-76e1-4c1d-8429-1ce1576bceae 2026-04-14 08:40:53.934 7 INFO neutron.db.segments_db [None req-fe25eadc-6afc-433e-af15-99435b7c9062 f9897d11083947da8a1ea7d21b8b94f6 5e5ba6ab4c004a3bb9fadcdc484e86d8 - - default default] Added segment 1f0017dd-3b25-45d0-aaa5-aa801d295365 of type vxlan for network 57554444-bff7-4032-8b5b-99ff81438e46 [pid: 7|app: 0|req: 493/898] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:40:53 2026] POST /v2.0/networks => generated 1245 bytes in 570 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/899] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:54 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => 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: 495/900] 10.0.0.30 () {32 vars in 647 bytes} [Tue Apr 14 08:40:54 2026] GET /v2.0/networks => generated 1844 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/901] 10.0.0.244 () {34 vars in 970 bytes} [Tue Apr 14 08:40:54 2026] GET /v2.0/ports/9a8a8836-14ae-4891-88b5-bc41a167bc6a => generated 968 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:40:54.315 8 INFO neutron.services.segments.plugin [-] Segment 2666a49f-e214-4a5d-8409-61378c6c9380 resource provider aggregate not found 2026-04-14 08:40:54.322 8 INFO neutron.services.segments.plugin [-] Segment 2666a49f-e214-4a5d-8409-61378c6c9380 resource provider aggregate not found 2026-04-14 08:40:54.343 8 INFO neutron.services.segments.plugin [-] Segment 2666a49f-e214-4a5d-8409-61378c6c9380 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2666a49f-e214-4a5d-8409-61378c6c9380 found for delete ", "request_id": "req-8ddadb2c-6713-4514-9a74-c9c94963b560"}]} 2026-04-14 08:40:54.344 8 INFO neutron.db.l3_hamode_db [None req-de102441-ef7b-492f-aaff-40fd306dbb26 efcaea9d8baf4c5b8b7bcd4e5fa5916b 74b6380e27c2442bb42ffe0b9805a9aa - - default default] HA network bfd3cfc7-5553-4faa-93e5-2ff3556e1bac was deleted as no HA routers are present in tenant 74b6380e27c2442bb42ffe0b9805a9aa. 2026-04-14 08:40:54.345 8 INFO neutron.services.segments.plugin [-] Segment 2666a49f-e214-4a5d-8409-61378c6c9380 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2666a49f-e214-4a5d-8409-61378c6c9380 found for delete ", "request_id": "req-6f4ff002-c078-4bf7-82a4-7995477ec67f"}]} 2026-04-14 08:40:54.349 7 INFO neutron.services.segments.plugin [-] Segment 2fb90432-a7ff-4a99-984d-27946f5290fc resource provider aggregate not found [pid: 8|app: 0|req: 406/902] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:40:53 2026] DELETE /v2.0/routers/6f55137d-7a53-4c71-9d99-0f88af754097 => generated 0 bytes in 963 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:40:54.361 7 INFO neutron.services.segments.plugin [-] Segment 2fb90432-a7ff-4a99-984d-27946f5290fc resource provider aggregate not found 2026-04-14 08:40:54.371 7 INFO neutron.services.segments.plugin [-] Segment 2fb90432-a7ff-4a99-984d-27946f5290fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fb90432-a7ff-4a99-984d-27946f5290fc found for delete ", "request_id": "req-7a637071-dd60-4a89-aea6-568b0cae7aa2"}]} 2026-04-14 08:40:54.378 7 INFO neutron.services.segments.plugin [-] Segment 2fb90432-a7ff-4a99-984d-27946f5290fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fb90432-a7ff-4a99-984d-27946f5290fc found for delete ", "request_id": "req-2d4d317d-48b2-4c9e-93bd-ad0e6d27db42"}]} [pid: 7|app: 0|req: 497/903] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:40:54 2026] DELETE /v2.0/networks/da533764-b528-4672-9dbb-8dbe260e8958 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/904] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:40:54 2026] DELETE /v2.0/subnets/902b7317-f1aa-45c9-af21-cb26df7b730f => 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: 498/905] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:40:54 2026] DELETE /v2.0/networks/57554444-bff7-4032-8b5b-99ff81438e46 => 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: 499/906] 10.0.0.30 () {32 vars in 647 bytes} [Tue Apr 14 08:40:54 2026] GET /v2.0/networks => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/907] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:40:54 2026] DELETE /v2.0/networks/d2c048f2-6d6f-431b-a960-2a765ae71279 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:40:54.728 7 INFO neutron.db.segments_db [None req-2dbd718d-3965-4be2-805b-cc563ed9e753 f9897d11083947da8a1ea7d21b8b94f6 5e5ba6ab4c004a3bb9fadcdc484e86d8 - - default default] Added segment 91dde64c-9bcf-4a64-94f2-8eef182fc090 of type vxlan for network 4fbab9d3-c3eb-4973-a923-f36a8ecfd560 [pid: 8|app: 0|req: 409/908] 199.204.45.242 () {34 vars in 999 bytes} [Tue Apr 14 08:40:54 2026] GET /v2.0/subnets?network_id=d46e967d-d6d3-4b62-b221-756a371b2367 => generated 683 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/909] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:40:54 2026] POST /v2.0/networks => generated 650 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:40:54.930 7 INFO neutron.db.segments_db [None req-0f5c019d-6159-4261-a813-fe0b83611d4b f9897d11083947da8a1ea7d21b8b94f6 5e5ba6ab4c004a3bb9fadcdc484e86d8 - - default default] Added segment 13a0a9d6-e6e7-458e-89e9-c61f4e9d7666 of type vxlan for network 08ef51fe-22fa-48f4-bb52-cc103ac0e7aa [pid: 8|app: 0|req: 410/910] 199.204.45.242 () {34 vars in 1145 bytes} [Tue Apr 14 08:40:54 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49&device_owner=compute%3Anova&network_id=d46e967d-d6d3-4b62-b221-756a371b2367 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/911] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:40:54 2026] POST /v2.0/networks => generated 650 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/912] 199.204.45.242 () {38 vars in 1027 bytes} [Tue Apr 14 08:40:54 2026] PUT /v2.0/ports/9a8a8836-14ae-4891-88b5-bc41a167bc6a => generated 1149 bytes in 1050 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:40:56.048 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bd7ba8bc-4873-488d-8e0c-331230c33a61'] response: {'name': 'network-changed', 'server_uuid': '692510a9-1e07-4e43-b649-0c36b303fb49', 'tag': '9a8a8836-14ae-4891-88b5-bc41a167bc6a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 502/913] 10.0.0.30 () {34 vars in 663 bytes} [Tue Apr 14 08:40:55 2026] POST /v2.0/ports => generated 1506 bytes in 814 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 503/914] 10.0.0.30 () {32 vars in 641 bytes} [Tue Apr 14 08:40:56 2026] GET /v2.0/ports => generated 1506 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/915] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:40:56 2026] GET /v2.0/security-groups?tenant_id=74b6380e27c2442bb42ffe0b9805a9aa&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:40:56.237 7 INFO neutron_taas.services.taas.taas_plugin [None req-bce27d9d-fd6d-4196-8bc5-edf9aa6ff832 f9897d11083947da8a1ea7d21b8b94f6 5e5ba6ab4c004a3bb9fadcdc484e86d8 - - default default] TaaS: Handle Delete Port: 90f14ca7-8e41-4c61-9a58-20d427778bfa 2026-04-14 08:40:56.241 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bce27d9d-fd6d-4196-8bc5-edf9aa6ff832 f9897d11083947da8a1ea7d21b8b94f6 5e5ba6ab4c004a3bb9fadcdc484e86d8 - - default default] Tap Mirror: Handle Delete Port: 90f14ca7-8e41-4c61-9a58-20d427778bfa [pid: 8|app: 0|req: 413/916] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:40:56 2026] DELETE /v2.0/security-groups/aa0caa41-466e-4532-ab91-ff08a0cd622d => 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: 504/917] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:40:56 2026] DELETE /v2.0/ports/90f14ca7-8e41-4c61-9a58-20d427778bfa => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:40:56.376 8 INFO neutron.services.segments.plugin [-] Segment 7facb006-4272-40f8-85b2-5d7ae0daa3aa resource provider aggregate not found 2026-04-14 08:40:56.384 8 INFO neutron.services.segments.plugin [-] Segment 7facb006-4272-40f8-85b2-5d7ae0daa3aa resource provider aggregate not found 2026-04-14 08:40:56.397 7 INFO neutron.services.segments.plugin [-] Segment 1f0017dd-3b25-45d0-aaa5-aa801d295365 resource provider aggregate not found 2026-04-14 08:40:56.405 8 INFO neutron.services.segments.plugin [-] Segment 7facb006-4272-40f8-85b2-5d7ae0daa3aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7facb006-4272-40f8-85b2-5d7ae0daa3aa found for delete ", "request_id": "req-d779e373-c11c-4331-9795-87017373e6c0"}]} 2026-04-14 08:40:56.411 7 INFO neutron.services.segments.plugin [-] Segment 1f0017dd-3b25-45d0-aaa5-aa801d295365 resource provider aggregate not found 2026-04-14 08:40:56.418 8 INFO neutron.services.segments.plugin [-] Segment 7facb006-4272-40f8-85b2-5d7ae0daa3aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7facb006-4272-40f8-85b2-5d7ae0daa3aa found for delete ", "request_id": "req-4a200a0e-e24c-4452-8278-26478d4c4c83"}]} 2026-04-14 08:40:56.428 7 INFO neutron.services.segments.plugin [-] Segment 1f0017dd-3b25-45d0-aaa5-aa801d295365 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f0017dd-3b25-45d0-aaa5-aa801d295365 found for delete ", "request_id": "req-e02884ac-027f-413c-b9c3-07217de64b22"}]} 2026-04-14 08:40:56.432 7 INFO neutron.services.segments.plugin [-] Segment 1f0017dd-3b25-45d0-aaa5-aa801d295365 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f0017dd-3b25-45d0-aaa5-aa801d295365 found for delete ", "request_id": "req-2f1b73bd-6349-4dbe-bb6b-0f8cac51c5c9"}]} 2026-04-14 08:40:56.526 8 INFO neutron_taas.services.taas.taas_plugin [None req-5ee59e69-128c-485f-a19e-dd465ffffdbb f9897d11083947da8a1ea7d21b8b94f6 5e5ba6ab4c004a3bb9fadcdc484e86d8 - - default default] TaaS: Handle Delete Port: d7d40f63-24ab-4cd9-b6db-e1f38db6d1f9 2026-04-14 08:40:56.530 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ee59e69-128c-485f-a19e-dd465ffffdbb f9897d11083947da8a1ea7d21b8b94f6 5e5ba6ab4c004a3bb9fadcdc484e86d8 - - default default] Tap Mirror: Handle Delete Port: d7d40f63-24ab-4cd9-b6db-e1f38db6d1f9 [pid: 7|app: 0|req: 505/918] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:40:56 2026] GET /v2.0/ports?tenant_id=9b9f76b45cfa43a3b6e9ebac7eebd78a&device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => generated 1421 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/919] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:40:56 2026] GET /v2.0/networks?id=d46e967d-d6d3-4b62-b221-756a371b2367 => generated 779 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/920] 199.204.45.242 () {34 vars in 1059 bytes} [Tue Apr 14 08:40:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=9a8a8836-14ae-4891-88b5-bc41a167bc6a => 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: 508/921] 199.204.45.242 () {34 vars in 1057 bytes} [Tue Apr 14 08:40:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=9a8a8836-14ae-4891-88b5-bc41a167bc6a => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/922] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:40:56 2026] DELETE /v2.0/ports/d7d40f63-24ab-4cd9-b6db-e1f38db6d1f9 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/923] 10.0.0.30 () {32 vars in 641 bytes} [Tue Apr 14 08:40:56 2026] GET /v2.0/ports => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/924] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:40:56 2026] GET /v2.0/subnets?id=ba74033d-dc9b-4430-9dd3-81d7e1429634 => generated 701 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:40:56.764 7 INFO neutron.db.segments_db [None req-97a2386e-0ab2-40bb-b1c5-848128a31beb f9897d11083947da8a1ea7d21b8b94f6 5e5ba6ab4c004a3bb9fadcdc484e86d8 - - default default] Added segment 7cfa7eb5-a5a5-4f3a-9f6d-d14bd833a329 of type vxlan for network 2b1991e7-c479-49cc-8f15-d766cd75c3d9 [pid: 8|app: 0|req: 416/925] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:40:56 2026] GET /v2.0/ports?network_id=d46e967d-d6d3-4b62-b221-756a371b2367&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/926] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:40:56 2026] GET /v2.0/networks/d46e967d-d6d3-4b62-b221-756a371b2367?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: 510/927] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:40:56 2026] POST /v2.0/networks => generated 650 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/928] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:40:56 2026] GET /v2.0/networks/d46e967d-d6d3-4b62-b221-756a371b2367?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-04-14 08:40:56.927 7 INFO neutron.db.segments_db [None req-1b4710ad-d66e-42e1-b33d-d726ff7ea125 f9897d11083947da8a1ea7d21b8b94f6 5e5ba6ab4c004a3bb9fadcdc484e86d8 - - default default] Added segment 60a21341-01c5-4bbd-a0af-4901a8bf11e0 of type vxlan for network 77c79581-b7d4-4dc7-b5cf-1e5ea630c084 [pid: 7|app: 0|req: 511/929] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:40:56 2026] POST /v2.0/networks => generated 649 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/930] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:40:57 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => generated 1152 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/931] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:57 2026] GET /v2.0/security-groups?id=4fb3aac7-8be0-4f72-91e3-33620ab9544c&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: 419/932] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:40:57 2026] POST /v2.0/subnets => generated 1272 bytes in 676 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/933] 10.0.0.30 () {32 vars in 645 bytes} [Tue Apr 14 08:40:57 2026] GET /v2.0/subnets => generated 1908 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/934] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:40:57 2026] GET /v2.0/ports?tenant_id=9b9f76b45cfa43a3b6e9ebac7eebd78a&device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => generated 1421 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/935] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:40:57 2026] DELETE /v2.0/subnets/258cceb4-6829-4abd-91c7-b4e486018e54 => 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: 516/936] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:40:57 2026] GET /v2.0/networks?id=d46e967d-d6d3-4b62-b221-756a371b2367 => generated 779 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/937] 199.204.45.242 () {34 vars in 1059 bytes} [Tue Apr 14 08:40:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=9a8a8836-14ae-4891-88b5-bc41a167bc6a => 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: 518/938] 199.204.45.242 () {34 vars in 1057 bytes} [Tue Apr 14 08:40:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=9a8a8836-14ae-4891-88b5-bc41a167bc6a => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/939] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:40:58 2026] GET /v2.0/subnets?id=ba74033d-dc9b-4430-9dd3-81d7e1429634 => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/940] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:40:58 2026] DELETE /v2.0/subnets/60f76e53-0fa1-43ed-b59f-729c943fee03 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/941] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:40:58 2026] GET /v2.0/ports?network_id=d46e967d-d6d3-4b62-b221-756a371b2367&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/942] 10.0.0.30 () {32 vars in 645 bytes} [Tue Apr 14 08:40:58 2026] GET /v2.0/subnets => generated 649 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/943] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:40:58 2026] GET /v2.0/networks/d46e967d-d6d3-4b62-b221-756a371b2367?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:40:58.429 8 INFO neutron.services.segments.plugin [-] Segment 60a21341-01c5-4bbd-a0af-4901a8bf11e0 resource provider aggregate not found [pid: 8|app: 0|req: 424/944] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:40:58 2026] DELETE /v2.0/networks/77c79581-b7d4-4dc7-b5cf-1e5ea630c084 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:40:58.450 8 INFO neutron.services.segments.plugin [-] Segment 60a21341-01c5-4bbd-a0af-4901a8bf11e0 resource provider aggregate not found 2026-04-14 08:40:58.471 8 INFO neutron.services.segments.plugin [-] Segment 60a21341-01c5-4bbd-a0af-4901a8bf11e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60a21341-01c5-4bbd-a0af-4901a8bf11e0 found for delete ", "request_id": "req-d0875682-fc88-44ff-9bc9-998723f40ad0"}]} 2026-04-14 08:40:58.477 8 INFO neutron.services.segments.plugin [-] Segment 60a21341-01c5-4bbd-a0af-4901a8bf11e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60a21341-01c5-4bbd-a0af-4901a8bf11e0 found for delete ", "request_id": "req-c542763c-5ed9-47d6-9160-8e4d2a2a8bcf"}]} [pid: 8|app: 0|req: 425/945] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:40:58 2026] GET /v2.0/networks/d46e967d-d6d3-4b62-b221-756a371b2367?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:40:58.551 7 INFO neutron.db.segments_db [None req-1d8f37ed-7de4-4fae-b29d-06813cfaef44 a1c430ddf1034153a4848b14e900898a 07145f959035406f96af6083e2965f05 - - default default] Added segment 751051f3-ab01-481f-9a23-30bc645f7b11 of type vxlan for network b293a040-4886-4d77-be68-b1c5b6663f13 [pid: 8|app: 0|req: 426/946] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:40:58 2026] DELETE /v2.0/networks/2b1991e7-c479-49cc-8f15-d766cd75c3d9 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/947] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:40:58 2026] POST /v2.0/networks => generated 648 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/948] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:40:58 2026] DELETE /v2.0/networks/08ef51fe-22fa-48f4-bb52-cc103ac0e7aa => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:40:58.964 7 INFO neutron.services.segments.plugin [-] Segment 91dde64c-9bcf-4a64-94f2-8eef182fc090 resource provider aggregate not found 2026-04-14 08:40:58.967 7 INFO neutron.services.segments.plugin [-] Segment 91dde64c-9bcf-4a64-94f2-8eef182fc090 resource provider aggregate not found 2026-04-14 08:40:58.984 7 INFO neutron.services.segments.plugin [-] Segment 91dde64c-9bcf-4a64-94f2-8eef182fc090 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91dde64c-9bcf-4a64-94f2-8eef182fc090 found for delete ", "request_id": "req-827371a0-fc5f-4409-9c36-7c07431e1271"}]} 2026-04-14 08:40:58.988 7 INFO neutron.services.segments.plugin [-] Segment 91dde64c-9bcf-4a64-94f2-8eef182fc090 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91dde64c-9bcf-4a64-94f2-8eef182fc090 found for delete ", "request_id": "req-9ab10389-2f34-4514-97a6-0d65d2aebd81"}]} [pid: 7|app: 0|req: 522/949] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:40:58 2026] DELETE /v2.0/networks/4fbab9d3-c3eb-4973-a923-f36a8ecfd560 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/950] 199.204.45.242 () {34 vars in 1119 bytes} [Tue Apr 14 08:40:59 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.11 => generated 1152 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/951] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:40:59 2026] POST /v2.0/subnets => generated 673 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:40:59.528 8 INFO neutron.db.segments_db [None req-2583d34e-8d3e-40d7-801e-ce7db5427c40 a1c430ddf1034153a4848b14e900898a 07145f959035406f96af6083e2965f05 - - default default] Added segment 5feb9eee-d17d-415b-a095-d301a7837532 of type vxlan for network 1f2979ec-8708-4621-bf4a-b7d162cc7e92 [pid: 7|app: 0|req: 523/952] 199.204.45.242 () {38 vars in 1027 bytes} [Tue Apr 14 08:40:59 2026] PUT /v2.0/ports/9a8a8836-14ae-4891-88b5-bc41a167bc6a => generated 968 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:40:59.574 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1b24d9dc-085b-44b7-ac6c-5a60112ba107'] response: {'name': 'network-changed', 'server_uuid': '692510a9-1e07-4e43-b649-0c36b303fb49', 'tag': '9a8a8836-14ae-4891-88b5-bc41a167bc6a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 430/953] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:40:59 2026] POST /v2.0/networks => generated 647 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 524/954] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:40:59 2026] GET /v2.0/security-groups?tenant_id=5e5ba6ab4c004a3bb9fadcdc484e86d8&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/955] 10.0.0.30 () {34 vars in 741 bytes} [Tue Apr 14 08:40:59 2026] PUT /v2.0/networks/1f2979ec-8708-4621-bf4a-b7d162cc7e92 => generated 592 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/956] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:40:59 2026] DELETE /v2.0/security-groups/31091e87-60d0-4d45-8946-f0eb15e421b2 => 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: 526/957] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:41:00 2026] GET /v2.0/ports?tenant_id=9b9f76b45cfa43a3b6e9ebac7eebd78a&device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/958] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:41:00 2026] GET /v2.0/networks?id=d46e967d-d6d3-4b62-b221-756a371b2367 => generated 779 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/959] 199.204.45.242 () {34 vars in 1057 bytes} [Tue Apr 14 08:41:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=9a8a8836-14ae-4891-88b5-bc41a167bc6a => generated 860 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/960] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:40:59 2026] POST /v2.0/subnets => generated 646 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/961] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:41:00 2026] GET /v2.0/subnets?id=ba74033d-dc9b-4430-9dd3-81d7e1429634 => generated 701 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/962] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:41:00 2026] GET /v2.0/ports?network_id=d46e967d-d6d3-4b62-b221-756a371b2367&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/963] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:41:00 2026] GET /v2.0/networks/d46e967d-d6d3-4b62-b221-756a371b2367?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: 532/964] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:41:00 2026] GET /v2.0/networks/d46e967d-d6d3-4b62-b221-756a371b2367?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/965] 10.0.0.30 () {34 vars in 739 bytes} [Tue Apr 14 08:41:00 2026] PUT /v2.0/subnets/f8b0a4b6-4552-4cce-b644-fc68f39941b8 => generated 656 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:00.501 8 INFO neutron.services.segments.plugin [-] Segment 7cfa7eb5-a5a5-4f3a-9f6d-d14bd833a329 resource provider aggregate not found 2026-04-14 08:41:00.508 8 INFO neutron.services.segments.plugin [-] Segment 7cfa7eb5-a5a5-4f3a-9f6d-d14bd833a329 resource provider aggregate not found 2026-04-14 08:41:00.525 8 INFO neutron.services.segments.plugin [-] Segment 7cfa7eb5-a5a5-4f3a-9f6d-d14bd833a329 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cfa7eb5-a5a5-4f3a-9f6d-d14bd833a329 found for delete ", "request_id": "req-e41868d1-501d-4337-9c51-ff3dce7f903f"}]} 2026-04-14 08:41:00.531 8 INFO neutron.services.segments.plugin [-] Segment 7cfa7eb5-a5a5-4f3a-9f6d-d14bd833a329 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cfa7eb5-a5a5-4f3a-9f6d-d14bd833a329 found for delete ", "request_id": "req-f7880624-f945-4daa-854d-4db152e26c46"}]} 2026-04-14 08:41:00.545 8 INFO neutron.services.segments.plugin [-] Segment 13a0a9d6-e6e7-458e-89e9-c61f4e9d7666 resource provider aggregate not found 2026-04-14 08:41:00.552 8 INFO neutron.services.segments.plugin [-] Segment 13a0a9d6-e6e7-458e-89e9-c61f4e9d7666 resource provider aggregate not found 2026-04-14 08:41:00.567 8 INFO neutron.services.segments.plugin [-] Segment 13a0a9d6-e6e7-458e-89e9-c61f4e9d7666 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13a0a9d6-e6e7-458e-89e9-c61f4e9d7666 found for delete ", "request_id": "req-4ccdaf78-3715-4022-8159-2795c0486c5e"}]} 2026-04-14 08:41:00.575 8 INFO neutron.services.segments.plugin [-] Segment 13a0a9d6-e6e7-458e-89e9-c61f4e9d7666 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13a0a9d6-e6e7-458e-89e9-c61f4e9d7666 found for delete ", "request_id": "req-d293a9ad-3562-4087-b33c-2cc45c64cdc2"}]} [pid: 7|app: 0|req: 533/966] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:41:00 2026] DELETE /v2.0/networks/1f2979ec-8708-4621-bf4a-b7d162cc7e92 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:41:00.755 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d6bb0c84-aa18-4112-951f-3e781c451c94 a1c430ddf1034153a4848b14e900898a 07145f959035406f96af6083e2965f05 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 434/967] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:41:00 2026] DELETE /v2.0/networks/1f2979ec-8708-4621-bf4a-b7d162cc7e92 => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/968] 10.0.0.30 () {32 vars in 692 bytes} [Tue Apr 14 08:41:00 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/969] 10.0.0.30 () {32 vars in 740 bytes} [Tue Apr 14 08:41:00 2026] GET /v2.0/subnets?network_id=d032c32d-4d9d-4f99-9f6f-dcd30627d3cb => generated 649 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/970] 10.0.0.30 () {32 vars in 651 bytes} [Tue Apr 14 08:41:00 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/971] 10.0.0.30 () {32 vars in 647 bytes} [Tue Apr 14 08:41:00 2026] GET /v2.0/networks => generated 1313 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:41:01.040 7 INFO neutron.services.segments.plugin [-] Segment 5feb9eee-d17d-415b-a095-d301a7837532 resource provider aggregate not found 2026-04-14 08:41:01.045 7 INFO neutron.services.segments.plugin [-] Segment 5feb9eee-d17d-415b-a095-d301a7837532 resource provider aggregate not found 2026-04-14 08:41:01.063 7 INFO neutron.services.segments.plugin [-] Segment 5feb9eee-d17d-415b-a095-d301a7837532 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5feb9eee-d17d-415b-a095-d301a7837532 found for delete ", "request_id": "req-61b4b813-3ab1-4d3e-8505-132c21efac55"}]} 2026-04-14 08:41:01.066 7 INFO neutron.services.segments.plugin [-] Segment 5feb9eee-d17d-415b-a095-d301a7837532 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5feb9eee-d17d-415b-a095-d301a7837532 found for delete ", "request_id": "req-c71e8fa3-937a-42c7-a368-0c9670476796"}]} [pid: 7|app: 0|req: 536/972] 10.0.0.30 () {32 vars in 645 bytes} [Tue Apr 14 08:41:01 2026] GET /v2.0/subnets => generated 1312 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/973] 10.0.0.30 () {32 vars in 721 bytes} [Tue Apr 14 08:41:01 2026] GET /v2.0/networks/b293a040-4886-4d77-be68-b1c5b6663f13 => generated 673 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/974] 10.0.0.30 () {32 vars in 719 bytes} [Tue Apr 14 08:41:01 2026] GET /v2.0/subnets/d5bc071e-8943-4793-ae9e-982532fdd787 => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/975] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:01 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => generated 971 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:01.259 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f7d2f89b-7a1d-4d6a-a629-a268df108158 a1c430ddf1034153a4848b14e900898a 07145f959035406f96af6083e2965f05 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 539/976] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:01 2026] DELETE /v2.0/subnets/f8b0a4b6-4552-4cce-b644-fc68f39941b8 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:41:01.278 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a4ce3526-c247-4579-a5f9-9396277dcf19 a1c430ddf1034153a4848b14e900898a 07145f959035406f96af6083e2965f05 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 540/977] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:41:01 2026] DELETE /v2.0/networks/1f2979ec-8708-4621-bf4a-b7d162cc7e92 => 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: 438/978] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:01 2026] GET /v2.0/security-groups?id=4fb3aac7-8be0-4f72-91e3-33620ab9544c&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: 541/979] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:01 2026] DELETE /v2.0/subnets/d5bc071e-8943-4793-ae9e-982532fdd787 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/980] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:41:01 2026] GET /v2.0/ports?tenant_id=9b9f76b45cfa43a3b6e9ebac7eebd78a&device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => generated 1240 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/981] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:41:01 2026] GET /v2.0/networks?id=d46e967d-d6d3-4b62-b221-756a371b2367 => generated 779 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:01.629 7 INFO neutron_taas.services.taas.taas_plugin [None req-7d9c50ad-5883-4014-a58a-0747aa9d53fc a1c430ddf1034153a4848b14e900898a 07145f959035406f96af6083e2965f05 - - default default] TaaS: Handle Delete Port: 1d4fd5ac-f0a6-44f9-b208-c8cb7b6c6ae3 2026-04-14 08:41:01.633 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d9c50ad-5883-4014-a58a-0747aa9d53fc a1c430ddf1034153a4848b14e900898a 07145f959035406f96af6083e2965f05 - - default default] Tap Mirror: Handle Delete Port: 1d4fd5ac-f0a6-44f9-b208-c8cb7b6c6ae3 [pid: 8|app: 0|req: 441/982] 199.204.45.242 () {34 vars in 1057 bytes} [Tue Apr 14 08:41:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=9a8a8836-14ae-4891-88b5-bc41a167bc6a => generated 860 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/983] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:41:01 2026] GET /v2.0/subnets?id=ba74033d-dc9b-4430-9dd3-81d7e1429634 => generated 701 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/984] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:41:01 2026] GET /v2.0/ports?network_id=d46e967d-d6d3-4b62-b221-756a371b2367&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: 444/985] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:41:01 2026] GET /v2.0/networks/d46e967d-d6d3-4b62-b221-756a371b2367?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/986] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:41:01 2026] GET /v2.0/networks/d46e967d-d6d3-4b62-b221-756a371b2367?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: 542/987] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:41:01 2026] DELETE /v2.0/networks/b293a040-4886-4d77-be68-b1c5b6663f13 => generated 0 bytes in 407 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/988] 10.0.0.199 () {34 vars in 989 bytes} [Tue Apr 14 08:41:01 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/989] 10.0.0.199 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:01 2026] GET /v2.0/security-groups?id=5bc4b24b-a761-4f72-a597-8c589c85bf37&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: 544/990] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:02 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => 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: 545/991] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:02 2026] GET /v2.0/security-groups?id=4fb3aac7-8be0-4f72-91e3-33620ab9544c&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-04-14 08:41:02.478 8 INFO neutron.db.segments_db [None req-d41e5a6e-e2c7-4141-886d-81b224fca874 e0fba0c494fe4bb5a2059760b04aa83d a5f0b10fe47e44229fd4c996f11cfc8f - - default default] Added segment aafac13f-16c6-4faa-9f33-910e91cab91a of type vxlan for network d7de8361-4dd3-425c-85d1-2a5a19547cb2 [pid: 8|app: 0|req: 447/992] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:41:02 2026] POST /v2.0/networks => generated 649 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/993] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:41:02 2026] GET /v2.0/security-groups?tenant_id=07145f959035406f96af6083e2965f05&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/994] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:41:02 2026] DELETE /v2.0/security-groups/7d754d53-a96a-44fb-b115-fed989f0bf3f => 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: 448/995] 10.0.0.30 () {34 vars in 663 bytes} [Tue Apr 14 08:41:02 2026] POST /v2.0/ports => generated 779 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:41:02.986 7 INFO neutron.db.segments_db [None req-570e50ca-c8d0-45c2-b216-f48914f95779 e0fba0c494fe4bb5a2059760b04aa83d a5f0b10fe47e44229fd4c996f11cfc8f - - default default] Added segment 54ce61bb-622e-4f53-9345-14a6efd60ad5 of type vxlan for network 95f4277a-ce1c-4e63-98da-1657f20ab99c [pid: 7|app: 0|req: 548/996] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:41:02 2026] POST /v2.0/networks => generated 636 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:41:03.090 7 INFO neutron.services.segments.plugin [-] Segment 751051f3-ab01-481f-9a23-30bc645f7b11 resource provider aggregate not found 2026-04-14 08:41:03.096 7 INFO neutron.services.segments.plugin [-] Segment 751051f3-ab01-481f-9a23-30bc645f7b11 resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:41:03.111 7 INFO neutron.services.segments.plugin [-] Segment 751051f3-ab01-481f-9a23-30bc645f7b11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 751051f3-ab01-481f-9a23-30bc645f7b11 found for delete ", "request_id": "req-863fb7a4-c8ee-4473-8172-78798ca2b806"}]} 2026-04-14 08:41:03.115 7 INFO neutron.services.segments.plugin [-] Segment 751051f3-ab01-481f-9a23-30bc645f7b11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 751051f3-ab01-481f-9a23-30bc645f7b11 found for delete ", "request_id": "req-6f959139-4029-469c-a8ed-4f106cacf87a"}]} [pid: 8|app: 0|req: 449/997] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:41:03 2026] POST /v2.0/subnets => generated 646 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/998] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:03 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/999] 199.204.45.242 () {34 vars in 993 bytes} [Tue Apr 14 08:41:03 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => 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: 452/1000] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:03 2026] GET /v2.0/security-groups?id=4fb3aac7-8be0-4f72-91e3-33620ab9544c&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: 549/1001] 10.0.0.30 () {34 vars in 663 bytes} [Tue Apr 14 08:41:03 2026] POST /v2.0/ports => generated 962 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:41:03.776 8 INFO neutron_taas.services.taas.taas_plugin [req-a8e0e6d6-3486-4c1b-898b-e542909805a6 req-8d7e8ee1-1919-49c2-8b79-ceeaad9bbb37 2c7f8de3162e4d74bd009a5153d60918 9b9f76b45cfa43a3b6e9ebac7eebd78a - - default default] TaaS: Handle Delete Port: 9a8a8836-14ae-4891-88b5-bc41a167bc6a /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:41:03.779 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a8e0e6d6-3486-4c1b-898b-e542909805a6 req-8d7e8ee1-1919-49c2-8b79-ceeaad9bbb37 2c7f8de3162e4d74bd009a5153d60918 9b9f76b45cfa43a3b6e9ebac7eebd78a - - default default] Tap Mirror: Handle Delete Port: 9a8a8836-14ae-4891-88b5-bc41a167bc6a 2026-04-14 08:41:03.896 7 INFO neutron_taas.services.taas.taas_plugin [None req-47493a89-3570-4d5b-9c01-93b756c4170a e0fba0c494fe4bb5a2059760b04aa83d a5f0b10fe47e44229fd4c996f11cfc8f - - default default] TaaS: Handle Delete Port: fff224d3-bf40-4432-99aa-a39bd3ca534e 2026-04-14 08:41:03.900 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47493a89-3570-4d5b-9c01-93b756c4170a e0fba0c494fe4bb5a2059760b04aa83d a5f0b10fe47e44229fd4c996f11cfc8f - - default default] Tap Mirror: Handle Delete Port: fff224d3-bf40-4432-99aa-a39bd3ca534e 2026-04-14 08:41:03.933 8 INFO neutron.db.l3_db [req-a8e0e6d6-3486-4c1b-898b-e542909805a6 req-8d7e8ee1-1919-49c2-8b79-ceeaad9bbb37 2c7f8de3162e4d74bd009a5153d60918 9b9f76b45cfa43a3b6e9ebac7eebd78a - - default default] Floating IP e036d6d7-59c0-49ba-aaed-3b2dd7a3af0d disassociated. External IP: 10.96.250.209, port: 9a8a8836-14ae-4891-88b5-bc41a167bc6a. [pid: 7|app: 0|req: 550/1002] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:41:03 2026] DELETE /v2.0/ports/fff224d3-bf40-4432-99aa-a39bd3ca534e => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:41:04.041 7 INFO neutron.pecan_wsgi.hooks.translation [None req-24276006-d601-400f-b2f6-07a2ff6a75f1 e0fba0c494fe4bb5a2059760b04aa83d a5f0b10fe47e44229fd4c996f11cfc8f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 551/1003] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:41:04 2026] DELETE /v2.0/ports/fff224d3-bf40-4432-99aa-a39bd3ca534e => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:41:04.068 7 INFO neutron.pecan_wsgi.hooks.translation [None req-44c9a64c-c244-46fa-929e-5e1226be358b e0fba0c494fe4bb5a2059760b04aa83d a5f0b10fe47e44229fd4c996f11cfc8f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 552/1004] 10.0.0.30 () {32 vars in 715 bytes} [Tue Apr 14 08:41:04 2026] GET /v2.0/ports/fff224d3-bf40-4432-99aa-a39bd3ca534e => 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: 553/1005] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:04 2026] DELETE /v2.0/subnets/4ccef878-ce44-47b1-b957-f67873e57775 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1006] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:41:04 2026] DELETE /v2.0/networks/95f4277a-ce1c-4e63-98da-1657f20ab99c => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/1007] 199.204.45.242 () {36 vars in 996 bytes} [Tue Apr 14 08:41:03 2026] DELETE /v2.0/ports/9a8a8836-14ae-4891-88b5-bc41a167bc6a => generated 0 bytes in 677 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:41:04.370 7 INFO neutron.db.segments_db [None req-f7e8e00b-f85f-4933-a16a-aadd9db9d4e0 e0fba0c494fe4bb5a2059760b04aa83d a5f0b10fe47e44229fd4c996f11cfc8f - - default default] Added segment f5f067e2-ed45-4844-b5bf-45c0d42c9406 of type vxlan for network ec1d4ff6-3995-4b34-a2e6-945a627c926e 2026-04-14 08:41:04.375 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-28b29d5f-803c-4e28-8b45-c7e5777f38da'] response: {'server_uuid': '692510a9-1e07-4e43-b649-0c36b303fb49', 'name': 'network-vif-deleted', 'tag': '9a8a8836-14ae-4891-88b5-bc41a167bc6a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 555/1008] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:41:04 2026] POST /v2.0/networks => generated 634 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1009] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:41:04 2026] POST /v2.0/subnets => generated 646 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:41:04.764 8 INFO neutron.db.segments_db [None req-098d00d0-e8b3-4ab1-9bfc-7e90b0c6c5a9 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] Added segment 773da827-4350-4195-905d-9e76c097a2ff of type vxlan for network 2f1265de-e93e-4c1b-9a25-65e2ae453e04 [pid: 7|app: 0|req: 557/1010] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:04 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => 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: 454/1011] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:41:04 2026] POST /v2.0/networks => generated 629 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:41:04.927 8 INFO neutron.db.segments_db [None req-e8a60720-f94e-49d3-92d8-3860470e92df f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] Added segment 3d2cd8d6-14ea-4c2c-a688-85fe58d09619 of type vxlan for network 5a9c5db2-19b3-43b3-a375-fd2c18f95d1c [pid: 8|app: 0|req: 455/1012] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:41:04 2026] POST /v2.0/networks => generated 630 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1013] 10.0.0.30 () {34 vars in 663 bytes} [Tue Apr 14 08:41:04 2026] POST /v2.0/ports => generated 923 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:41:05.140 7 INFO neutron.services.segments.plugin [-] Segment 54ce61bb-622e-4f53-9345-14a6efd60ad5 resource provider aggregate not found 2026-04-14 08:41:05.145 7 INFO neutron.services.segments.plugin [-] Segment 54ce61bb-622e-4f53-9345-14a6efd60ad5 resource provider aggregate not found 2026-04-14 08:41:05.163 7 INFO neutron.services.segments.plugin [-] Segment 54ce61bb-622e-4f53-9345-14a6efd60ad5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54ce61bb-622e-4f53-9345-14a6efd60ad5 found for delete ", "request_id": "req-e176ca30-38cb-42c5-a90d-8467c28e30c4"}]} 2026-04-14 08:41:05.165 7 INFO neutron.services.segments.plugin [-] Segment 54ce61bb-622e-4f53-9345-14a6efd60ad5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54ce61bb-622e-4f53-9345-14a6efd60ad5 found for delete ", "request_id": "req-0dbebe81-77a4-4735-a495-0d52cd4c1811"}]} 2026-04-14 08:41:05.232 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5d996e1-7fba-49ab-9e3b-6b4c4034a404 e0fba0c494fe4bb5a2059760b04aa83d a5f0b10fe47e44229fd4c996f11cfc8f - - default default] TaaS: Handle Delete Port: bab339d6-2aa3-4301-80e6-6e1800dbf594 2026-04-14 08:41:05.239 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5d996e1-7fba-49ab-9e3b-6b4c4034a404 e0fba0c494fe4bb5a2059760b04aa83d a5f0b10fe47e44229fd4c996f11cfc8f - - default default] Tap Mirror: Handle Delete Port: bab339d6-2aa3-4301-80e6-6e1800dbf594 [pid: 8|app: 0|req: 456/1014] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:41:05 2026] POST /v2.0/subnets => generated 626 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1017] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:41:05 2026] DELETE /v2.0/ports/bab339d6-2aa3-4301-80e6-6e1800dbf594 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:41:05.380 7 INFO neutron.pecan_wsgi.hooks.translation [None req-024acd4f-f53d-4b87-8b58-3418dca0a66e e0fba0c494fe4bb5a2059760b04aa83d a5f0b10fe47e44229fd4c996f11cfc8f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 560/1018] 10.0.0.30 () {32 vars in 715 bytes} [Tue Apr 14 08:41:05 2026] GET /v2.0/ports/bab339d6-2aa3-4301-80e6-6e1800dbf594 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1019] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:05 2026] DELETE /v2.0/subnets/11e6b76f-6ca6-4b44-82ab-6bcd3897a7a5 => 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: 459/1020] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:41:05 2026] POST /v2.0/subnets => generated 626 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:41:05.619 8 INFO neutron.db.segments_db [None req-e85a5190-7d11-4460-b83e-9f976fc73c7e f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] Added segment 4caced04-54e0-41f1-9ceb-1eb2592c4aac of type vxlan for network a8df5f73-6069-4db5-afb0-2c24a5077fe1 [pid: 7|app: 0|req: 562/1021] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:41:05 2026] DELETE /v2.0/networks/ec1d4ff6-3995-4b34-a2e6-945a627c926e => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:41:05.893 8 INFO neutron.db.l3_hamode_db [None req-e85a5190-7d11-4460-b83e-9f976fc73c7e f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 563/1022] 10.0.0.30 () {34 vars in 663 bytes} [Tue Apr 14 08:41:05 2026] POST /v2.0/ports => generated 779 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:41:06.047 8 INFO neutron.db.l3_hamode_db [None req-e85a5190-7d11-4460-b83e-9f976fc73c7e f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 564/1023] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:06 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => 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: 565/1024] 10.0.0.30 () {34 vars in 735 bytes} [Tue Apr 14 08:41:06 2026] PUT /v2.0/ports/67d97e90-9b00-448d-b890-e07cb7d4f3af => generated 752 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:41:06.346 7 INFO neutron_taas.services.taas.taas_plugin [None req-6e12e940-47e5-430b-bfec-2ccf55a56b7a e0fba0c494fe4bb5a2059760b04aa83d a5f0b10fe47e44229fd4c996f11cfc8f - - default default] TaaS: Handle Delete Port: 67d97e90-9b00-448d-b890-e07cb7d4f3af 2026-04-14 08:41:06.348 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e12e940-47e5-430b-bfec-2ccf55a56b7a e0fba0c494fe4bb5a2059760b04aa83d a5f0b10fe47e44229fd4c996f11cfc8f - - default default] Tap Mirror: Handle Delete Port: 67d97e90-9b00-448d-b890-e07cb7d4f3af [pid: 7|app: 0|req: 566/1025] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:41:06 2026] DELETE /v2.0/ports/67d97e90-9b00-448d-b890-e07cb7d4f3af => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1026] 10.0.0.30 () {32 vars in 641 bytes} [Tue Apr 14 08:41:06 2026] GET /v2.0/ports => generated 782 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:06.494 7 INFO neutron.pecan_wsgi.hooks.translation [None req-02812772-eedf-4b5b-b464-c69df24b5e6d e0fba0c494fe4bb5a2059760b04aa83d a5f0b10fe47e44229fd4c996f11cfc8f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 568/1027] 10.0.0.30 () {32 vars in 715 bytes} [Tue Apr 14 08:41:06 2026] GET /v2.0/ports/67d97e90-9b00-448d-b890-e07cb7d4f3af => 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: 569/1028] 10.0.0.30 () {32 vars in 641 bytes} [Tue Apr 14 08:41:06 2026] GET /v2.0/ports => generated 782 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1029] 10.0.0.30 () {32 vars in 715 bytes} [Tue Apr 14 08:41:06 2026] GET /v2.0/ports/ba17e8cb-1091-4a81-ab67-d890c669920c => generated 779 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:06.613 7 INFO neutron.pecan_wsgi.hooks.translation [None req-66b3df28-861e-4a9c-9f41-9633ef31264f e0fba0c494fe4bb5a2059760b04aa83d a5f0b10fe47e44229fd4c996f11cfc8f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 571/1030] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:41:06 2026] DELETE /v2.0/ports/bab339d6-2aa3-4301-80e6-6e1800dbf594 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:41:06.635 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f09d4e76-3f30-4338-afb5-0c2d8d882369 e0fba0c494fe4bb5a2059760b04aa83d a5f0b10fe47e44229fd4c996f11cfc8f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 572/1031] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:06 2026] DELETE /v2.0/subnets/11e6b76f-6ca6-4b44-82ab-6bcd3897a7a5 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:41:06.655 7 INFO neutron.pecan_wsgi.hooks.translation [None req-242221f4-e5c1-45c4-a5d7-f8358d12fe4d e0fba0c494fe4bb5a2059760b04aa83d a5f0b10fe47e44229fd4c996f11cfc8f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 573/1032] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:06 2026] DELETE /v2.0/subnets/4ccef878-ce44-47b1-b957-f67873e57775 => 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: 460/1033] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:41:05 2026] POST /v2.0/routers => generated 506 bytes in 1145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:41:06.755 7 INFO neutron_taas.services.taas.taas_plugin [None req-a05819a6-8bd8-476d-ad60-0c30be9aac5f e0fba0c494fe4bb5a2059760b04aa83d a5f0b10fe47e44229fd4c996f11cfc8f - - default default] TaaS: Handle Delete Port: ba17e8cb-1091-4a81-ab67-d890c669920c 2026-04-14 08:41:06.758 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a05819a6-8bd8-476d-ad60-0c30be9aac5f e0fba0c494fe4bb5a2059760b04aa83d a5f0b10fe47e44229fd4c996f11cfc8f - - default default] Tap Mirror: Handle Delete Port: ba17e8cb-1091-4a81-ab67-d890c669920c [pid: 7|app: 0|req: 574/1034] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:41:06 2026] DELETE /v2.0/ports/ba17e8cb-1091-4a81-ab67-d890c669920c => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1035] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:41:06 2026] DELETE /v2.0/networks/d7de8361-4dd3-425c-85d1-2a5a19547cb2 => 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: 576/1036] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:07 2026] GET /v2.0/ports?device_id=692510a9-1e07-4e43-b649-0c36b303fb49 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:41:07.183 7 INFO neutron.services.segments.plugin [-] Segment f5f067e2-ed45-4844-b5bf-45c0d42c9406 resource provider aggregate not found 2026-04-14 08:41:07.188 7 INFO neutron.services.segments.plugin [-] Segment f5f067e2-ed45-4844-b5bf-45c0d42c9406 resource provider aggregate not found 2026-04-14 08:41:07.200 7 INFO neutron.services.segments.plugin [-] Segment f5f067e2-ed45-4844-b5bf-45c0d42c9406 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5f067e2-ed45-4844-b5bf-45c0d42c9406 found for delete ", "request_id": "req-21891fbf-f430-402d-a17a-08d29737dfce"}]} 2026-04-14 08:41:07.205 7 INFO neutron.services.segments.plugin [-] Segment f5f067e2-ed45-4844-b5bf-45c0d42c9406 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5f067e2-ed45-4844-b5bf-45c0d42c9406 found for delete ", "request_id": "req-9740d8a7-8929-4134-8999-4a0f21444d12"}]} 2026-04-14 08:41:07.218 7 INFO neutron.services.segments.plugin [-] Segment aafac13f-16c6-4faa-9f33-910e91cab91a resource provider aggregate not found 2026-04-14 08:41:07.225 7 INFO neutron.services.segments.plugin [-] Segment aafac13f-16c6-4faa-9f33-910e91cab91a resource provider aggregate not found 2026-04-14 08:41:07.234 7 INFO neutron.services.segments.plugin [-] Segment aafac13f-16c6-4faa-9f33-910e91cab91a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aafac13f-16c6-4faa-9f33-910e91cab91a found for delete ", "request_id": "req-be5200fd-2eeb-4f75-b46e-e5c424dc36cc"}]} 2026-04-14 08:41:07.245 7 INFO neutron.services.segments.plugin [-] Segment aafac13f-16c6-4faa-9f33-910e91cab91a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aafac13f-16c6-4faa-9f33-910e91cab91a found for delete ", "request_id": "req-fe786028-f527-4b07-8cc2-126f8e639e70"}]} [pid: 7|app: 0|req: 577/1037] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:41:07 2026] GET /v2.0/security-groups?tenant_id=a5f0b10fe47e44229fd4c996f11cfc8f&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1038] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:41:07 2026] DELETE /v2.0/security-groups/3b618f4e-3d48-4436-93fa-f5a696919602 => 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: 461/1039] 10.0.0.30 () {34 vars in 781 bytes} [Tue Apr 14 08:41:06 2026] PUT /v2.0/routers/8a6342a3-fc7b-4b55-90f0-d1e5f648986b/add_router_interface => generated 309 bytes in 1237 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1040] 10.0.0.30 () {32 vars in 715 bytes} [Tue Apr 14 08:41:07 2026] GET /v2.0/ports/8512905d-ff27-48f8-b040-48068968759e => generated 955 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1041] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:41:08 2026] DELETE /v2.0/security-groups/4fb3aac7-8be0-4f72-91e3-33620ab9544c => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:41:08.385 7 INFO neutron.api.v2.resource [None req-7a4ffd35-a465-4e5b-b45f-a37d24aab240 2c7f8de3162e4d74bd009a5153d60918 9b9f76b45cfa43a3b6e9ebac7eebd78a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 581/1042] 10.0.0.30 () {32 vars in 735 bytes} [Tue Apr 14 08:41:08 2026] GET /v2.0/security-groups/4fb3aac7-8be0-4f72-91e3-33620ab9544c => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:41:08.547 7 INFO neutron_taas.services.taas.taas_plugin [None req-b9ea4842-2d58-46d6-9ed2-01b6993f22b9 2c7f8de3162e4d74bd009a5153d60918 9b9f76b45cfa43a3b6e9ebac7eebd78a - - default default] TaaS: Handle Delete Port: 9b15619c-893b-4766-a3db-85e5492c5633 2026-04-14 08:41:08.553 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9ea4842-2d58-46d6-9ed2-01b6993f22b9 2c7f8de3162e4d74bd009a5153d60918 9b9f76b45cfa43a3b6e9ebac7eebd78a - - default default] Tap Mirror: Handle Delete Port: 9b15619c-893b-4766-a3db-85e5492c5633 [pid: 7|app: 0|req: 582/1043] 10.0.0.30 () {32 vars in 730 bytes} [Tue Apr 14 08:41:08 2026] DELETE /v2.0/floatingips/e036d6d7-59c0-49ba-aaed-3b2dd7a3af0d => generated 0 bytes in 385 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/1044] 10.0.0.30 () {34 vars in 781 bytes} [Tue Apr 14 08:41:08 2026] PUT /v2.0/routers/8a6342a3-fc7b-4b55-90f0-d1e5f648986b/add_router_interface => generated 309 bytes in 1249 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/1045] 10.0.0.30 () {32 vars in 715 bytes} [Tue Apr 14 08:41:09 2026] GET /v2.0/ports/c9428322-24ef-4389-a8c8-673069190056 => generated 955 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:09.369 7 INFO neutron_taas.services.taas.taas_plugin [None req-b27ea09c-0a44-40ea-b1c1-58be21133b91 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 1576a78d-97e7-46d0-945a-ce81f2c88db2 2026-04-14 08:41:09.373 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b27ea09c-0a44-40ea-b1c1-58be21133b91 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 1576a78d-97e7-46d0-945a-ce81f2c88db2 2026-04-14 08:41:09.669 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb0ccbbb-47f9-46f4-a3a1-75968e980fb4 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] TaaS: Handle Delete Port: c9428322-24ef-4389-a8c8-673069190056 2026-04-14 08:41:09.675 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb0ccbbb-47f9-46f4-a3a1-75968e980fb4 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] Tap Mirror: Handle Delete Port: c9428322-24ef-4389-a8c8-673069190056 [pid: 7|app: 0|req: 583/1046] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:41:08 2026] PUT /v2.0/routers/d5687116-78fa-4acd-8ab3-b27cfd6e64f5/remove_router_interface => generated 309 bytes in 1082 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/1047] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:41:09 2026] PUT /v2.0/routers/8a6342a3-fc7b-4b55-90f0-d1e5f648986b/remove_router_interface => generated 309 bytes in 883 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:10.318 7 INFO neutron.db.segments_db [None req-4f7e5119-6ce4-427e-b553-bac5d6203df8 3f76fd3fd32f4a118c2392809108ce21 2aa7dd8910154320851d142bf8aa7a0e - - default default] Added segment 4125774a-3352-4109-b905-4fe9067ce294 of type vxlan for network 9103e2ce-a99c-4f6c-9e0b-738ceb969aba 2026-04-14 08:41:10.408 8 INFO neutron_taas.services.taas.taas_plugin [None req-963ff9f8-ec40-4859-9643-746be952570e b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 8b2e310f-eef9-459a-8137-2d31a83cbb53 2026-04-14 08:41:10.411 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-963ff9f8-ec40-4859-9643-746be952570e b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 8b2e310f-eef9-459a-8137-2d31a83cbb53 [pid: 7|app: 0|req: 584/1048] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:41:09 2026] POST /v2.0/networks => generated 645 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:41:10.701 8 INFO neutron_taas.services.taas.taas_plugin [None req-963ff9f8-ec40-4859-9643-746be952570e b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 38ab3c56-1e5e-4b32-af83-fe65b9475b03 2026-04-14 08:41:10.705 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-963ff9f8-ec40-4859-9643-746be952570e b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 38ab3c56-1e5e-4b32-af83-fe65b9475b03 2026-04-14 08:41:10.858 7 INFO neutron_taas.services.taas.taas_plugin [None req-f431ef4d-b196-4a97-8da4-fc31c3f344c1 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] TaaS: Handle Delete Port: 8512905d-ff27-48f8-b040-48068968759e 2026-04-14 08:41:10.860 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f431ef4d-b196-4a97-8da4-fc31c3f344c1 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] Tap Mirror: Handle Delete Port: 8512905d-ff27-48f8-b040-48068968759e 2026-04-14 08:41:11.307 8 INFO neutron.services.segments.plugin [-] Segment f8d49776-7602-4686-b2e6-2ad171c8fb67 resource provider aggregate not found 2026-04-14 08:41:11.312 8 INFO neutron.services.segments.plugin [-] Segment f8d49776-7602-4686-b2e6-2ad171c8fb67 resource provider aggregate not found 2026-04-14 08:41:11.330 8 INFO neutron.services.segments.plugin [-] Segment f8d49776-7602-4686-b2e6-2ad171c8fb67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8d49776-7602-4686-b2e6-2ad171c8fb67 found for delete ", "request_id": "req-622bd31b-aab9-4878-96de-6e3716af1e64"}]} 2026-04-14 08:41:11.331 8 INFO neutron.services.segments.plugin [-] Segment f8d49776-7602-4686-b2e6-2ad171c8fb67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8d49776-7602-4686-b2e6-2ad171c8fb67 found for delete ", "request_id": "req-5206fc42-166d-49b4-9b8e-678695782979"}]} [pid: 7|app: 0|req: 585/1049] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:41:10 2026] PUT /v2.0/routers/8a6342a3-fc7b-4b55-90f0-d1e5f648986b/remove_router_interface => generated 309 bytes in 943 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:11.420 8 INFO neutron.db.l3_hamode_db [None req-963ff9f8-ec40-4859-9643-746be952570e b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] HA network 012cfadf-ca54-4027-a3f9-0603dbc2871f was deleted as no HA routers are present in tenant 9b9f76b45cfa43a3b6e9ebac7eebd78a. [pid: 8|app: 0|req: 465/1050] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:10 2026] DELETE /v2.0/routers/d5687116-78fa-4acd-8ab3-b27cfd6e64f5 => generated 0 bytes in 1198 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/1051] 10.0.0.30 () {32 vars in 734 bytes} [Tue Apr 14 08:41:11 2026] GET /v2.0/ports?device_id=8a6342a3-fc7b-4b55-90f0-d1e5f648986b => 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: 467/1052] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:11 2026] DELETE /v2.0/subnets/ba74033d-dc9b-4430-9dd3-81d7e1429634 => 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: 586/1053] 10.0.0.30 () {34 vars in 663 bytes} [Tue Apr 14 08:41:11 2026] POST /v2.0/ports => generated 775 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:41:11.769 8 INFO neutron_taas.services.taas.taas_plugin [None req-09ab6231-69fa-46b3-b13f-adb9f93640ad f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] TaaS: Handle Delete Port: 306c18a3-185a-4409-abb9-4045d4f98b1b 2026-04-14 08:41:11.772 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09ab6231-69fa-46b3-b13f-adb9f93640ad f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] Tap Mirror: Handle Delete Port: 306c18a3-185a-4409-abb9-4045d4f98b1b 2026-04-14 08:41:11.772 7 INFO neutron_taas.services.taas.taas_plugin [None req-3659bd98-c464-4494-a5f8-0ec153fb1671 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 1d1e1d95-59ce-4686-a066-8ab88348e9bd 2026-04-14 08:41:11.775 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3659bd98-c464-4494-a5f8-0ec153fb1671 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 1d1e1d95-59ce-4686-a066-8ab88348e9bd 2026-04-14 08:41:11.919 7 INFO neutron.services.segments.plugin [-] Segment 917a5a62-1f92-4e48-831a-1f8e798c12be resource provider aggregate not found 2026-04-14 08:41:11.925 7 INFO neutron.services.segments.plugin [-] Segment 917a5a62-1f92-4e48-831a-1f8e798c12be resource provider aggregate not found 2026-04-14 08:41:11.940 7 INFO neutron.services.segments.plugin [-] Segment 917a5a62-1f92-4e48-831a-1f8e798c12be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 917a5a62-1f92-4e48-831a-1f8e798c12be found for delete ", "request_id": "req-14517059-987e-4add-9b77-9da41b37976e"}]} 2026-04-14 08:41:11.942 7 INFO neutron.services.segments.plugin [-] Segment 917a5a62-1f92-4e48-831a-1f8e798c12be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 917a5a62-1f92-4e48-831a-1f8e798c12be found for delete ", "request_id": "req-a5ef0841-fd5f-445f-9165-3661c05603f0"}]} [pid: 7|app: 0|req: 587/1054] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:41:11 2026] DELETE /v2.0/networks/d46e967d-d6d3-4b62-b221-756a371b2367 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:41:12.012 7 INFO neutron.db.segments_db [None req-d99377e6-e962-4f03-94b7-07bd057546c5 3f76fd3fd32f4a118c2392809108ce21 2aa7dd8910154320851d142bf8aa7a0e - - default default] Added segment 939da159-0001-447f-bd44-f9a63f78606a of type vxlan for network 6f541605-c2d2-4c1d-ae07-1227bf2c5983 2026-04-14 08:41:12.118 8 INFO neutron.db.l3_hamode_db [None req-09ab6231-69fa-46b3-b13f-adb9f93640ad f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] HA network a8df5f73-6069-4db5-afb0-2c24a5077fe1 was deleted as no HA routers are present in tenant 57d37bc8871f4ec6a0e38be620ebb935. [pid: 8|app: 0|req: 468/1055] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:11 2026] DELETE /v2.0/routers/8a6342a3-fc7b-4b55-90f0-d1e5f648986b => generated 0 bytes in 530 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/1056] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:41:12 2026] GET /v2.0/security-groups?tenant_id=9b9f76b45cfa43a3b6e9ebac7eebd78a&name=default => generated 2921 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1057] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:41:11 2026] POST /v2.0/networks => generated 632 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/1058] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:12 2026] DELETE /v2.0/subnets/b3313c7e-a1c4-4408-a211-f9686311d1fe => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1059] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:41:12 2026] DELETE /v2.0/security-groups/1202e029-bee8-409b-a621-1c30e1c7998f => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1060] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:12 2026] DELETE /v2.0/subnets/a4639c44-434a-4b2b-8050-e7c911db9096 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/1061] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:41:12 2026] POST /v2.0/subnets => generated 626 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1062] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:41:12 2026] DELETE /v2.0/networks/5a9c5db2-19b3-43b3-a375-fd2c18f95d1c => 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: 592/1063] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:41:12 2026] DELETE /v2.0/networks/2f1265de-e93e-4c1b-9a25-65e2ae453e04 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:41:12.749 7 INFO neutron.db.segments_db [None req-de302cbe-218e-4428-93c3-0810fd82a00e f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] Added segment c386af74-32c1-4011-9fe1-be2b2899c2b6 of type vxlan for network 0054e000-b77f-4404-9927-40014e776362 [pid: 8|app: 0|req: 472/1064] 10.0.0.30 () {34 vars in 663 bytes} [Tue Apr 14 08:41:12 2026] POST /v2.0/ports => generated 953 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1065] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:41:12 2026] POST /v2.0/networks => generated 630 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:41:12.956 8 INFO neutron_taas.services.taas.taas_plugin [None req-d87ff6ba-a2bf-4882-bd41-3c4409476738 3f76fd3fd32f4a118c2392809108ce21 2aa7dd8910154320851d142bf8aa7a0e - - default default] TaaS: Handle Delete Port: 71675fab-9df5-43d0-ab20-f17bc81de7b0 2026-04-14 08:41:12.961 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d87ff6ba-a2bf-4882-bd41-3c4409476738 3f76fd3fd32f4a118c2392809108ce21 2aa7dd8910154320851d142bf8aa7a0e - - default default] Tap Mirror: Handle Delete Port: 71675fab-9df5-43d0-ab20-f17bc81de7b0 [pid: 7|app: 0|req: 594/1066] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:41:12 2026] POST /v2.0/subnets => generated 626 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/1067] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:41:12 2026] DELETE /v2.0/ports/71675fab-9df5-43d0-ab20-f17bc81de7b0 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:41:13.165 7 INFO neutron.db.segments_db [None req-c45c400c-911c-4e0b-971f-49616dbb86e7 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] Added segment 9f6a684f-c8df-41c9-b6a9-d3e2208ed182 of type vxlan for network d55fd434-75ac-4c65-9969-dd992d41745c 2026-04-14 08:41:13.180 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b785ce21-738c-4b3c-984a-894abee0ef30 3f76fd3fd32f4a118c2392809108ce21 2aa7dd8910154320851d142bf8aa7a0e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 474/1068] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:41:13 2026] DELETE /v2.0/ports/71675fab-9df5-43d0-ab20-f17bc81de7b0 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:41:13.203 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1d3ef2c6-f76b-4f19-a363-b65ca2f086c9 3f76fd3fd32f4a118c2392809108ce21 2aa7dd8910154320851d142bf8aa7a0e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 475/1069] 10.0.0.30 () {32 vars in 715 bytes} [Tue Apr 14 08:41:13 2026] GET /v2.0/ports/71675fab-9df5-43d0-ab20-f17bc81de7b0 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:41:13.358 8 INFO neutron.services.segments.plugin [-] Segment 4caced04-54e0-41f1-9ceb-1eb2592c4aac resource provider aggregate not found 2026-04-14 08:41:13.361 8 INFO neutron.services.segments.plugin [-] Segment 4caced04-54e0-41f1-9ceb-1eb2592c4aac resource provider aggregate not found [pid: 8|app: 0|req: 476/1070] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:13 2026] DELETE /v2.0/subnets/dfd5aa76-de46-45a6-ab03-1373e5871daa => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:41:13.387 8 INFO neutron.services.segments.plugin [-] Segment 4caced04-54e0-41f1-9ceb-1eb2592c4aac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4caced04-54e0-41f1-9ceb-1eb2592c4aac found for delete ", "request_id": "req-43707551-def1-4a07-9080-49e6353bfa26"}]} 2026-04-14 08:41:13.387 8 INFO neutron.services.segments.plugin [-] Segment 4caced04-54e0-41f1-9ceb-1eb2592c4aac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4caced04-54e0-41f1-9ceb-1eb2592c4aac found for delete ", "request_id": "req-9fd4c99a-7306-4baa-8919-1c8fa9c3274c"}]} 2026-04-14 08:41:13.448 7 INFO neutron.db.l3_hamode_db [None req-c45c400c-911c-4e0b-971f-49616dbb86e7 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 477/1071] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:41:13 2026] DELETE /v2.0/networks/6f541605-c2d2-4c1d-ae07-1227bf2c5983 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:41:13.567 7 INFO neutron.db.l3_hamode_db [None req-c45c400c-911c-4e0b-971f-49616dbb86e7 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:41:13.600 8 INFO neutron.db.segments_db [None req-4ce1a0de-6f39-45e4-831d-fc29ccc63852 3f76fd3fd32f4a118c2392809108ce21 2aa7dd8910154320851d142bf8aa7a0e - - default default] Added segment 533918b5-1364-46fa-88de-cba0539ca4ea of type vxlan for network c36812af-ec6c-477b-8229-87ec74a6da77 [pid: 8|app: 0|req: 478/1072] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:41:13 2026] POST /v2.0/networks => generated 632 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/1073] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:41:13 2026] POST /v2.0/subnets => generated 626 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/1074] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:13 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:13.968 7 INFO neutron.services.segments.plugin [-] Segment 3d2cd8d6-14ea-4c2c-a688-85fe58d09619 resource provider aggregate not found 2026-04-14 08:41:13.973 7 INFO neutron.services.segments.plugin [-] Segment 3d2cd8d6-14ea-4c2c-a688-85fe58d09619 resource provider aggregate not found 2026-04-14 08:41:13.995 7 INFO neutron.services.segments.plugin [-] Segment 3d2cd8d6-14ea-4c2c-a688-85fe58d09619 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d2cd8d6-14ea-4c2c-a688-85fe58d09619 found for delete ", "request_id": "req-111518ae-313d-4c79-8f11-3d15ccc78051"}]} 2026-04-14 08:41:13.998 7 INFO neutron.services.segments.plugin [-] Segment 3d2cd8d6-14ea-4c2c-a688-85fe58d09619 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d2cd8d6-14ea-4c2c-a688-85fe58d09619 found for delete ", "request_id": "req-882c3bce-5f06-4a64-bb40-74b2b01a8549"}]} 2026-04-14 08:41:14.019 7 INFO neutron.services.segments.plugin [-] Segment 773da827-4350-4195-905d-9e76c097a2ff resource provider aggregate not found 2026-04-14 08:41:14.025 7 INFO neutron.services.segments.plugin [-] Segment 773da827-4350-4195-905d-9e76c097a2ff resource provider aggregate not found 2026-04-14 08:41:14.045 7 INFO neutron.services.segments.plugin [-] Segment 773da827-4350-4195-905d-9e76c097a2ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 773da827-4350-4195-905d-9e76c097a2ff found for delete ", "request_id": "req-af4165e1-571a-426e-ab3d-d3c53b846a84"}]} 2026-04-14 08:41:14.047 7 INFO neutron.services.segments.plugin [-] Segment 773da827-4350-4195-905d-9e76c097a2ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 773da827-4350-4195-905d-9e76c097a2ff found for delete ", "request_id": "req-498227ca-d905-49fe-922f-9373dfdead04"}]} [pid: 7|app: 0|req: 595/1075] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:41:13 2026] POST /v2.0/routers => generated 506 bytes in 1056 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1076] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:14 2026] GET /v2.0/security-groups?id=5bc4b24b-a761-4f72-a597-8c589c85bf37&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: 481/1077] 10.0.0.30 () {34 vars in 663 bytes} [Tue Apr 14 08:41:13 2026] POST /v2.0/ports => generated 916 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:41:14.527 7 INFO neutron.db.segments_db [None req-0837717e-8c9c-4311-b54a-a9fe532e388e b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment 385e5fb0-042d-4929-9b99-d2a733f07035 of type vxlan for network 53547022-a96b-4d31-9cef-eb9b2d532a65 [pid: 7|app: 0|req: 597/1078] 10.0.0.30 () {34 vars in 669 bytes} [Tue Apr 14 08:41:14 2026] POST /v2.0/networks => generated 748 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/1079] 10.0.0.30 () {34 vars in 663 bytes} [Tue Apr 14 08:41:14 2026] POST /v2.0/ports => generated 948 bytes in 403 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: 483/1080] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:14 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:14.764 7 INFO neutron_taas.services.taas.taas_plugin [None req-a8ca60b8-6a77-4d64-881e-00550fca091f 3f76fd3fd32f4a118c2392809108ce21 2aa7dd8910154320851d142bf8aa7a0e - - default default] TaaS: Handle Delete Port: 7011f0da-bcda-4e99-b1e3-df6feac82d92 2026-04-14 08:41:14.767 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8ca60b8-6a77-4d64-881e-00550fca091f 3f76fd3fd32f4a118c2392809108ce21 2aa7dd8910154320851d142bf8aa7a0e - - default default] Tap Mirror: Handle Delete Port: 7011f0da-bcda-4e99-b1e3-df6feac82d92 [pid: 8|app: 0|req: 484/1081] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:41:14 2026] POST /v2.0/subnets => generated 695 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1082] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:41:14 2026] DELETE /v2.0/ports/7011f0da-bcda-4e99-b1e3-df6feac82d92 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1083] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:14 2026] GET /v2.0/security-groups?id=5bc4b24b-a761-4f72-a597-8c589c85bf37&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:14.988 7 INFO neutron.db.segments_db [None req-55705ce1-5a07-4ff4-8daa-04ad7d6f0937 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment 1ff55290-45e3-4593-bda2-0866643b270a of type vxlan for network bae4e192-9d41-4b05-a2d3-7085f1d99dcf 2026-04-14 08:41:15.237 7 INFO neutron.db.l3_hamode_db [None req-55705ce1-5a07-4ff4-8daa-04ad7d6f0937 b5fc67366ffa47b79f63849c82796f9d 7abd1bb89000401a9b1e38a7398d689a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:41:15.416 8 INFO neutron.services.segments.plugin [-] Segment 939da159-0001-447f-bd44-f9a63f78606a resource provider aggregate not found 2026-04-14 08:41:15.419 8 INFO neutron.services.segments.plugin [-] Segment 939da159-0001-447f-bd44-f9a63f78606a resource provider aggregate not found 2026-04-14 08:41:15.444 8 INFO neutron.services.segments.plugin [-] Segment 939da159-0001-447f-bd44-f9a63f78606a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 939da159-0001-447f-bd44-f9a63f78606a found for delete ", "request_id": "req-1a5e3b3f-db36-47c9-bb7a-9d3c0030a4e4"}]} 2026-04-14 08:41:15.461 8 INFO neutron.services.segments.plugin [-] Segment 939da159-0001-447f-bd44-f9a63f78606a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 939da159-0001-447f-bd44-f9a63f78606a found for delete ", "request_id": "req-94240218-9e8a-4e36-a583-aaffa76f1056"}]} 2026-04-14 08:41:16.019 7 INFO neutron.db.l3_hamode_db [None req-55705ce1-5a07-4ff4-8daa-04ad7d6f0937 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 485/1084] 10.0.0.30 () {34 vars in 781 bytes} [Tue Apr 14 08:41:14 2026] PUT /v2.0/routers/3a51b9cc-089e-4f77-8c12-b7db4183208c/add_router_interface => generated 309 bytes in 1141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:41:16.062 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9f135abd-df03-4ab6-a24e-63200ebd5ee9 3f76fd3fd32f4a118c2392809108ce21 2aa7dd8910154320851d142bf8aa7a0e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 486/1085] 10.0.0.30 () {32 vars in 715 bytes} [Tue Apr 14 08:41:16 2026] GET /v2.0/ports/7011f0da-bcda-4e99-b1e3-df6feac82d92 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1086] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:16 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1087] 10.0.0.30 () {32 vars in 715 bytes} [Tue Apr 14 08:41:16 2026] GET /v2.0/ports/0d3ecc74-de86-4b29-88f0-bda19d5819d3 => generated 1022 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1088] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:16 2026] DELETE /v2.0/subnets/7750d870-f053-4d09-ac5e-619acd40544b => 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: 490/1089] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:16 2026] GET /v2.0/security-groups?id=5bc4b24b-a761-4f72-a597-8c589c85bf37&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:16.674 8 INFO neutron_taas.services.taas.taas_plugin [None req-853dcce8-a716-4598-b0a9-97f2e5b30a97 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] TaaS: Handle Delete Port: 0d3ecc74-de86-4b29-88f0-bda19d5819d3 2026-04-14 08:41:16.679 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-853dcce8-a716-4598-b0a9-97f2e5b30a97 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] Tap Mirror: Handle Delete Port: 0d3ecc74-de86-4b29-88f0-bda19d5819d3 [pid: 8|app: 0|req: 491/1090] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:41:16 2026] PUT /v2.0/routers/3a51b9cc-089e-4f77-8c12-b7db4183208c/remove_router_interface => generated 309 bytes in 970 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:41:17.472 8 INFO neutron.services.segments.plugin [-] Segment 533918b5-1364-46fa-88de-cba0539ca4ea resource provider aggregate not found [pid: 8|app: 0|req: 492/1091] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:41:17 2026] DELETE /v2.0/networks/c36812af-ec6c-477b-8229-87ec74a6da77 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:41:17.500 8 INFO neutron.services.segments.plugin [-] Segment 533918b5-1364-46fa-88de-cba0539ca4ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 533918b5-1364-46fa-88de-cba0539ca4ea found for delete ", "request_id": "req-a4231113-f209-4e3f-a0ed-95bdb761aa4c"}]} 2026-04-14 08:41:17.501 8 INFO neutron.services.segments.plugin [-] Segment 533918b5-1364-46fa-88de-cba0539ca4ea resource provider aggregate not found 2026-04-14 08:41:17.523 8 INFO neutron.services.segments.plugin [-] Segment 533918b5-1364-46fa-88de-cba0539ca4ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 533918b5-1364-46fa-88de-cba0539ca4ea found for delete ", "request_id": "req-a1fbfd0c-80c6-4aec-9d30-6032d3ba724c"}]} [pid: 7|app: 0|req: 600/1092] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:41:14 2026] POST /v2.0/routers => generated 735 bytes in 2602 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:41:17.608 8 INFO neutron.api.v2.resource [None req-912d19b3-5d0d-4d95-ac8c-bc1541ab2403 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 493/1093] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:41:17 2026] PUT /v2.0/routers/3a51b9cc-089e-4f77-8c12-b7db4183208c/remove_router_interface => generated 197 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1094] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:17 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1095] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:41:17 2026] GET /v2.0/ports?tenant_id=c5ddced9e6644592bc913c1321083a2c&device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1096] 10.0.0.30 () {34 vars in 663 bytes} [Tue Apr 14 08:41:17 2026] POST /v2.0/ports => generated 775 bytes in 319 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: 603/1097] 10.0.0.30 () {32 vars in 734 bytes} [Tue Apr 14 08:41:17 2026] GET /v2.0/ports?device_id=3a51b9cc-089e-4f77-8c12-b7db4183208c => 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: 604/1098] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:17 2026] GET /v2.0/security-groups?id=5bc4b24b-a761-4f72-a597-8c589c85bf37&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1099] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:41:17 2026] GET /v2.0/networks?id=4c2e675a-c425-49f1-8556-269bf3305914 => generated 771 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1100] 10.0.0.30 () {34 vars in 735 bytes} [Tue Apr 14 08:41:18 2026] PUT /v2.0/ports/b78d0017-9942-45e3-8ca9-1eaaf64d1e04 => generated 752 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:41:18.443 7 INFO neutron_taas.services.taas.taas_plugin [None req-e337ba31-8743-49ca-9beb-2f25305589de f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] TaaS: Handle Delete Port: f3b70a25-e6e3-415e-b0f3-79fbcc9c5519 2026-04-14 08:41:18.446 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e337ba31-8743-49ca-9beb-2f25305589de f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] Tap Mirror: Handle Delete Port: f3b70a25-e6e3-415e-b0f3-79fbcc9c5519 2026-04-14 08:41:18.753 7 INFO neutron.services.segments.plugin [-] Segment 9f6a684f-c8df-41c9-b6a9-d3e2208ed182 resource provider aggregate not found 2026-04-14 08:41:18.760 7 INFO neutron.services.segments.plugin [-] Segment 9f6a684f-c8df-41c9-b6a9-d3e2208ed182 resource provider aggregate not found 2026-04-14 08:41:18.777 7 INFO neutron.db.l3_hamode_db [None req-e337ba31-8743-49ca-9beb-2f25305589de f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] HA network d55fd434-75ac-4c65-9969-dd992d41745c was deleted as no HA routers are present in tenant 57d37bc8871f4ec6a0e38be620ebb935. 2026-04-14 08:41:18.790 7 INFO neutron.services.segments.plugin [-] Segment 9f6a684f-c8df-41c9-b6a9-d3e2208ed182 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f6a684f-c8df-41c9-b6a9-d3e2208ed182 found for delete ", "request_id": "req-bb7fa3eb-c32d-497c-b094-be612ae1ddf0"}]} 2026-04-14 08:41:18.793 7 INFO neutron.services.segments.plugin [-] Segment 9f6a684f-c8df-41c9-b6a9-d3e2208ed182 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f6a684f-c8df-41c9-b6a9-d3e2208ed182 found for delete ", "request_id": "req-90cc4668-5c3f-400a-b9ed-a93fc5738796"}]} [pid: 7|app: 0|req: 607/1101] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:18 2026] DELETE /v2.0/routers/3a51b9cc-089e-4f77-8c12-b7db4183208c => generated 0 bytes in 565 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1102] 199.204.45.242 () {34 vars in 1057 bytes} [Tue Apr 14 08:41:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=d59d6e95-a929-4419-89e5-ecf89b3912b4 => 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: 495/1103] 10.0.0.30 () {34 vars in 781 bytes} [Tue Apr 14 08:41:17 2026] PUT /v2.0/routers/c9a719a9-2680-437f-9574-427604655626/add_router_interface => generated 309 bytes in 1222 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:18.932 7 INFO neutron_taas.services.taas.taas_plugin [None req-a3c04a70-33ab-49f9-960d-0ebcaaf0b826 3f76fd3fd32f4a118c2392809108ce21 2aa7dd8910154320851d142bf8aa7a0e - - default default] TaaS: Handle Delete Port: b78d0017-9942-45e3-8ca9-1eaaf64d1e04 2026-04-14 08:41:18.937 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3c04a70-33ab-49f9-960d-0ebcaaf0b826 3f76fd3fd32f4a118c2392809108ce21 2aa7dd8910154320851d142bf8aa7a0e - - default default] Tap Mirror: Handle Delete Port: b78d0017-9942-45e3-8ca9-1eaaf64d1e04 [pid: 7|app: 0|req: 609/1104] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:41:18 2026] DELETE /v2.0/ports/b78d0017-9942-45e3-8ca9-1eaaf64d1e04 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1105] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:41:19 2026] GET /v2.0/subnets?id=baf37e42-8cf9-48b3-a9fe-9d371347a6e9 => generated 693 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1106] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:18 2026] DELETE /v2.0/subnets/7362a664-eccf-4bb5-a75b-83289866479b => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1107] 10.0.0.30 () {32 vars in 641 bytes} [Tue Apr 14 08:41:19 2026] GET /v2.0/ports => generated 778 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1108] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:41:19 2026] GET /v2.0/ports?network_id=4c2e675a-c425-49f1-8556-269bf3305914&device_owner=network%3Adhcp => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1109] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:19 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:19.204 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3db8ec54-aad9-483f-85e1-e8f0bfae6e7c 3f76fd3fd32f4a118c2392809108ce21 2aa7dd8910154320851d142bf8aa7a0e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 498/1110] 10.0.0.30 () {32 vars in 715 bytes} [Tue Apr 14 08:41:19 2026] GET /v2.0/ports/b78d0017-9942-45e3-8ca9-1eaaf64d1e04 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:41:19.235 7 INFO neutron_taas.services.taas.taas_plugin [None req-4aedab46-5816-4eb8-b8d5-13df888586a6 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] TaaS: Handle Delete Port: a671cf66-f653-4358-a69d-138d1f79e7bb 2026-04-14 08:41:19.239 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4aedab46-5816-4eb8-b8d5-13df888586a6 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] Tap Mirror: Handle Delete Port: a671cf66-f653-4358-a69d-138d1f79e7bb [pid: 8|app: 0|req: 499/1111] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:41:19 2026] GET /v2.0/networks/4c2e675a-c425-49f1-8556-269bf3305914?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1112] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:19 2026] GET /v2.0/security-groups?id=5bc4b24b-a761-4f72-a597-8c589c85bf37&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: 501/1113] 10.0.0.30 () {32 vars in 641 bytes} [Tue Apr 14 08:41:19 2026] GET /v2.0/ports => generated 778 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1114] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:41:19 2026] DELETE /v2.0/networks/0054e000-b77f-4404-9927-40014e776362 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1115] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:41:19 2026] GET /v2.0/networks/4c2e675a-c425-49f1-8556-269bf3305914?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1116] 10.0.0.30 () {32 vars in 715 bytes} [Tue Apr 14 08:41:19 2026] GET /v2.0/ports/fc12d46f-2921-42e4-8a97-b0a2e1d2c684 => generated 775 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:19.510 7 INFO neutron.pecan_wsgi.hooks.translation [None req-be3c7bf8-3b11-4cd7-9e22-40c447f7f5ec 3f76fd3fd32f4a118c2392809108ce21 2aa7dd8910154320851d142bf8aa7a0e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 615/1117] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:41:19 2026] DELETE /v2.0/ports/7011f0da-bcda-4e99-b1e3-df6feac82d92 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:41:19.534 8 INFO neutron.db.segments_db [None req-7a23a981-7bfb-4972-a12e-294fe3120cbe f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] Added segment 89d17e1f-6b36-4d0e-9e55-3e4201be2891 of type vxlan for network 9711390d-5d90-4052-a353-7ee6e59c388d 2026-04-14 08:41:19.541 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1f3cc0d5-ffa7-4bb8-8441-051946a7241a 3f76fd3fd32f4a118c2392809108ce21 2aa7dd8910154320851d142bf8aa7a0e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 616/1118] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:19 2026] DELETE /v2.0/subnets/7750d870-f053-4d09-ac5e-619acd40544b => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:41:19.562 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0dc59129-7820-4a65-b271-fdf00e983000 3f76fd3fd32f4a118c2392809108ce21 2aa7dd8910154320851d142bf8aa7a0e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 617/1119] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:19 2026] DELETE /v2.0/subnets/dfd5aa76-de46-45a6-ab03-1373e5871daa => 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: 503/1120] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:41:19 2026] POST /v2.0/networks => generated 629 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1121] 10.0.0.30 () {34 vars in 683 bytes} [Tue Apr 14 08:41:19 2026] POST /v2.0/security-groups => generated 1661 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 08:41:19.760 8 INFO neutron_taas.services.taas.taas_plugin [None req-9e818f6c-b730-4c09-b88a-82b11281d5a0 3f76fd3fd32f4a118c2392809108ce21 2aa7dd8910154320851d142bf8aa7a0e - - default default] TaaS: Handle Delete Port: fc12d46f-2921-42e4-8a97-b0a2e1d2c684 2026-04-14 08:41:19.763 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e818f6c-b730-4c09-b88a-82b11281d5a0 3f76fd3fd32f4a118c2392809108ce21 2aa7dd8910154320851d142bf8aa7a0e - - default default] Tap Mirror: Handle Delete Port: fc12d46f-2921-42e4-8a97-b0a2e1d2c684 [pid: 8|app: 0|req: 504/1122] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:41:19 2026] DELETE /v2.0/ports/fc12d46f-2921-42e4-8a97-b0a2e1d2c684 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1123] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:41:19 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: 619/1124] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:41:19 2026] POST /v2.0/subnets => generated 626 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:41:20.082 8 INFO neutron.services.segments.plugin [-] Segment 4125774a-3352-4109-b905-4fe9067ce294 resource provider aggregate not found 2026-04-14 08:41:20.088 8 INFO neutron.services.segments.plugin [-] Segment 4125774a-3352-4109-b905-4fe9067ce294 resource provider aggregate not found 2026-04-14 08:41:20.110 8 INFO neutron.services.segments.plugin [-] Segment 4125774a-3352-4109-b905-4fe9067ce294 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4125774a-3352-4109-b905-4fe9067ce294 found for delete ", "request_id": "req-fe7545e3-d69d-4854-8055-cc9341236e0c"}]} 2026-04-14 08:41:20.111 8 INFO neutron.services.segments.plugin [-] Segment 4125774a-3352-4109-b905-4fe9067ce294 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4125774a-3352-4109-b905-4fe9067ce294 found for delete ", "request_id": "req-4012fdfd-70c9-49cd-9a6c-0adc9f046ed8"}]} [pid: 7|app: 0|req: 620/1125] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:41:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1126] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:41:19 2026] DELETE /v2.0/networks/9103e2ce-a99c-4f6c-9e0b-738ceb969aba => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:41:20.179 7 INFO neutron.db.segments_db [None req-7b68622a-fb9d-4ceb-bce2-444d07d5e1ae f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] Added segment 2c1ca5c1-7584-424d-8e66-6a9d43a4b7fa of type vxlan for network c9736416-188a-4405-b279-55adccabc2f2 2026-04-14 08:41:20.450 7 INFO neutron.db.l3_hamode_db [None req-7b68622a-fb9d-4ceb-bce2-444d07d5e1ae f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:41:20.573 7 INFO neutron.db.l3_hamode_db [None req-7b68622a-fb9d-4ceb-bce2-444d07d5e1ae f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 509/1129] 10.0.0.30 () {34 vars in 674 bytes} [Tue Apr 14 08:41:20 2026] POST /v2.0/floatingips => generated 552 bytes in 569 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1130] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:20 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:20.824 7 INFO neutron.services.segments.plugin [-] Segment c386af74-32c1-4011-9fe1-be2b2899c2b6 resource provider aggregate not found 2026-04-14 08:41:20.837 7 INFO neutron.services.segments.plugin [-] Segment c386af74-32c1-4011-9fe1-be2b2899c2b6 resource provider aggregate not found 2026-04-14 08:41:20.853 7 INFO neutron.services.segments.plugin [-] Segment c386af74-32c1-4011-9fe1-be2b2899c2b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c386af74-32c1-4011-9fe1-be2b2899c2b6 found for delete ", "request_id": "req-7b548be1-b347-4491-8f3e-0c26800edbdf"}]} 2026-04-14 08:41:20.880 7 INFO neutron.services.segments.plugin [-] Segment c386af74-32c1-4011-9fe1-be2b2899c2b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c386af74-32c1-4011-9fe1-be2b2899c2b6 found for delete ", "request_id": "req-478c2c4a-ed82-416a-902b-844a10d508b6"}]} [pid: 8|app: 0|req: 511/1131] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:41:20 2026] GET /v2.0/security-groups?tenant_id=2aa7dd8910154320851d142bf8aa7a0e&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1132] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:20 2026] GET /v2.0/security-groups?id=5bc4b24b-a761-4f72-a597-8c589c85bf37&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: 513/1133] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:41:20 2026] DELETE /v2.0/security-groups/93e94ecb-2e82-4de5-a8ca-b43276d10558 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1134] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:41:20 2026] POST /v2.0/routers => generated 507 bytes in 1083 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1135] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:22 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1136] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:22 2026] GET /v2.0/security-groups?id=5bc4b24b-a761-4f72-a597-8c589c85bf37&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1137] 10.0.0.30 () {34 vars in 781 bytes} [Tue Apr 14 08:41:21 2026] PUT /v2.0/routers/064e1547-761b-4aab-9f41-97c5e7befdb2/add_router_interface => generated 309 bytes in 1881 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1138] 10.0.0.30 () {32 vars in 715 bytes} [Tue Apr 14 08:41:23 2026] GET /v2.0/ports/bdeee041-d19d-4857-8002-59ac6e80b810 => generated 955 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:23.279 7 INFO neutron.db.segments_db [None req-dd2079c7-8c9b-4fac-a289-495348452a50 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] Added segment b59f0864-8a09-46b9-99c0-ff9222e3f598 of type vxlan for network 7d8ca8ff-0ea2-4bd9-8d76-8c0d4c739d93 [pid: 7|app: 0|req: 624/1139] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:41:22 2026] POST /v2.0/networks => generated 633 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1140] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:23 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:23.514 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a7e0a85-e71c-4967-8167-3682d5ec877c f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] TaaS: Handle Delete Port: bdeee041-d19d-4857-8002-59ac6e80b810 2026-04-14 08:41:23.517 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a7e0a85-e71c-4967-8167-3682d5ec877c f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] Tap Mirror: Handle Delete Port: bdeee041-d19d-4857-8002-59ac6e80b810 2026-04-14 08:41:23.558 7 INFO neutron.db.segments_db [None req-8b3fabe6-2591-4657-9027-bcd71fa257ca 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] Added segment a94d0a0c-3c15-4e0a-97f6-555a146cc87c of type vxlan for network a4c87713-e7a8-416e-91e2-ca4ee12079b7 [pid: 7|app: 0|req: 626/1141] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:41:23 2026] POST /v2.0/networks => generated 634 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1142] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:23 2026] GET /v2.0/security-groups?id=5bc4b24b-a761-4f72-a597-8c589c85bf37&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: 516/1143] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:41:23 2026] PUT /v2.0/routers/064e1547-761b-4aab-9f41-97c5e7befdb2/remove_router_interface => generated 309 bytes in 790 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1144] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:41:23 2026] POST /v2.0/subnets => generated 646 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1145] 10.0.0.30 () {32 vars in 734 bytes} [Tue Apr 14 08:41:23 2026] GET /v2.0/ports?device_id=064e1547-761b-4aab-9f41-97c5e7befdb2 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:41:24.195 8 INFO neutron_taas.services.taas.taas_plugin [None req-aff0a9d4-ad82-4fe7-a922-35d0226dffa9 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] TaaS: Handle Delete Port: cd89d468-341c-40cb-8e9b-744d6ef7f4e7 2026-04-14 08:41:24.198 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aff0a9d4-ad82-4fe7-a922-35d0226dffa9 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] Tap Mirror: Handle Delete Port: cd89d468-341c-40cb-8e9b-744d6ef7f4e7 [pid: 7|app: 0|req: 629/1146] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:41:23 2026] POST /v2.0/subnets => generated 655 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:41:24.305 7 INFO neutron.db.segments_db [None req-689651dd-7e47-4a11-9375-119639037ab9 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] Added segment b7ed2881-0e1f-4ad3-a751-086d971f0198 of type vxlan for network 77751c11-4d6c-4451-afac-ca73a23222da 2026-04-14 08:41:24.570 8 INFO neutron.services.segments.plugin [-] Segment 2c1ca5c1-7584-424d-8e66-6a9d43a4b7fa resource provider aggregate not found 2026-04-14 08:41:24.573 8 INFO neutron.services.segments.plugin [-] Segment 2c1ca5c1-7584-424d-8e66-6a9d43a4b7fa resource provider aggregate not found 2026-04-14 08:41:24.588 8 INFO neutron.db.l3_hamode_db [None req-aff0a9d4-ad82-4fe7-a922-35d0226dffa9 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] HA network c9736416-188a-4405-b279-55adccabc2f2 was deleted as no HA routers are present in tenant 57d37bc8871f4ec6a0e38be620ebb935. 2026-04-14 08:41:24.593 7 INFO neutron.db.l3_hamode_db [None req-689651dd-7e47-4a11-9375-119639037ab9 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 518/1147] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:24 2026] DELETE /v2.0/routers/064e1547-761b-4aab-9f41-97c5e7befdb2 => generated 0 bytes in 584 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:41:24.595 8 INFO neutron.services.segments.plugin [-] Segment 2c1ca5c1-7584-424d-8e66-6a9d43a4b7fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c1ca5c1-7584-424d-8e66-6a9d43a4b7fa found for delete ", "request_id": "req-e9401eaf-e5c6-4c42-8090-d19e1e88fda6"}]} 2026-04-14 08:41:24.595 8 INFO neutron.services.segments.plugin [-] Segment 2c1ca5c1-7584-424d-8e66-6a9d43a4b7fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c1ca5c1-7584-424d-8e66-6a9d43a4b7fa found for delete ", "request_id": "req-f80eef17-e6fa-4a01-b6c9-c413d4dcc81f"}]} [pid: 8|app: 0|req: 519/1148] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:24 2026] DELETE /v2.0/subnets/31957441-42e0-4d74-9708-6e36f69bf360 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:41:24.715 7 INFO neutron.db.l3_hamode_db [None req-689651dd-7e47-4a11-9375-119639037ab9 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 520/1149] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:41:24 2026] DELETE /v2.0/networks/9711390d-5d90-4052-a353-7ee6e59c388d => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1150] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:24 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:24.958 8 INFO neutron.db.segments_db [None req-ebf0cd36-38f4-4066-a9dc-8de1e7efc5a1 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] Added segment 56f97fd5-a9da-42a6-9724-c7233a06de5a of type vxlan for network 0416365a-10d8-45e4-8011-ed41ad7dde0e 2026-04-14 08:41:25.223 8 INFO neutron.db.l3_hamode_db [None req-ebf0cd36-38f4-4066-a9dc-8de1e7efc5a1 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 630/1151] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:41:24 2026] POST /v2.0/routers => generated 511 bytes in 1144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1152] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:25 2026] GET /v2.0/security-groups?id=5bc4b24b-a761-4f72-a597-8c589c85bf37&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:26.108 8 INFO neutron.db.l3_hamode_db [None req-ebf0cd36-38f4-4066-a9dc-8de1e7efc5a1 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:41:26.628 8 INFO neutron.services.segments.plugin [-] Segment 89d17e1f-6b36-4d0e-9e55-3e4201be2891 resource provider aggregate not found 2026-04-14 08:41:26.634 8 INFO neutron.services.segments.plugin [-] Segment 89d17e1f-6b36-4d0e-9e55-3e4201be2891 resource provider aggregate not found 2026-04-14 08:41:26.664 8 INFO neutron.services.segments.plugin [-] Segment 89d17e1f-6b36-4d0e-9e55-3e4201be2891 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89d17e1f-6b36-4d0e-9e55-3e4201be2891 found for delete ", "request_id": "req-95fa0b6e-a6d7-40ae-ae3a-1f1d45b4ecc2"}]} 2026-04-14 08:41:26.677 8 INFO neutron.services.segments.plugin [-] Segment 89d17e1f-6b36-4d0e-9e55-3e4201be2891 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89d17e1f-6b36-4d0e-9e55-3e4201be2891 found for delete ", "request_id": "req-f3937d5a-1215-4abe-8a76-aea42137c79c"}]} [pid: 7|app: 0|req: 632/1153] 10.0.0.30 () {34 vars in 781 bytes} [Tue Apr 14 08:41:25 2026] PUT /v2.0/routers/82074330-1da8-48b1-8902-a37beb2fde50/add_router_interface => generated 309 bytes in 1252 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1154] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:26 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1155] 10.0.0.30 () {32 vars in 715 bytes} [Tue Apr 14 08:41:26 2026] GET /v2.0/ports/05c2b786-c97e-4a3e-a2b0-010d01aca077 => generated 959 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1156] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:26 2026] GET /v2.0/security-groups?id=5bc4b24b-a761-4f72-a597-8c589c85bf37&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1157] 10.0.0.244 () {34 vars in 1099 bytes} [Tue Apr 14 08:41:26 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2109121969&fields=id&tenant_id=7abd1bb89000401a9b1e38a7398d689a => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1158] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:41:24 2026] POST /v2.0/routers => generated 688 bytes in 2360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1159] 10.0.0.244 () {34 vars in 981 bytes} [Tue Apr 14 08:41:27 2026] GET /v2.0/networks?id=53547022-a96b-4d31-9cef-eb9b2d532a65 => generated 680 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1160] 10.0.0.30 () {32 vars in 719 bytes} [Tue Apr 14 08:41:27 2026] GET /v2.0/routers/f4256880-13d7-4664-b4a1-719071422823 => generated 694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1161] 10.0.0.244 () {34 vars in 964 bytes} [Tue Apr 14 08:41:27 2026] GET /v2.0/quotas/7abd1bb89000401a9b1e38a7398d689a => 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: 526/1162] 10.0.0.30 () {32 vars in 645 bytes} [Tue Apr 14 08:41:27 2026] GET /v2.0/routers => generated 697 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1163] 10.0.0.244 () {34 vars in 1001 bytes} [Tue Apr 14 08:41:27 2026] GET /v2.0/ports?tenant_id=7abd1bb89000401a9b1e38a7398d689a&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: 637/1164] 10.0.0.30 () {34 vars in 781 bytes} [Tue Apr 14 08:41:26 2026] PUT /v2.0/routers/82074330-1da8-48b1-8902-a37beb2fde50/add_router_interface => generated 309 bytes in 1139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1165] 10.0.0.244 () {34 vars in 1007 bytes} [Tue Apr 14 08:41:27 2026] GET /v2.0/networks/53547022-a96b-4d31-9cef-eb9b2d532a65?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1166] 10.0.0.30 () {34 vars in 739 bytes} [Tue Apr 14 08:41:27 2026] PUT /v2.0/routers/f4256880-13d7-4664-b4a1-719071422823 => generated 701 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1167] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:28 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => 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: 640/1168] 10.0.0.244 () {34 vars in 1107 bytes} [Tue Apr 14 08:41:28 2026] GET /v2.0/networks/53547022-a96b-4d31-9cef-eb9b2d532a65?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: 529/1169] 10.0.0.30 () {32 vars in 715 bytes} [Tue Apr 14 08:41:28 2026] GET /v2.0/ports/f90508b8-7b18-4e6e-9fcf-3f30bb0132d7 => generated 967 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1170] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:28 2026] GET /v2.0/security-groups?id=5bc4b24b-a761-4f72-a597-8c589c85bf37&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: 641/1171] 10.0.0.30 () {32 vars in 719 bytes} [Tue Apr 14 08:41:28 2026] GET /v2.0/routers/f4256880-13d7-4664-b4a1-719071422823 => generated 701 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1172] 10.0.0.30 () {32 vars in 734 bytes} [Tue Apr 14 08:41:28 2026] GET /v2.0/ports?device_id=f4256880-13d7-4664-b4a1-719071422823 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:41:28.471 7 INFO neutron_taas.services.taas.taas_plugin [None req-47139e51-26f2-48f4-92c4-bd689de3fc62 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] TaaS: Handle Delete Port: d78c218e-2c68-41a4-9cb6-53444659cbcf 2026-04-14 08:41:28.474 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47139e51-26f2-48f4-92c4-bd689de3fc62 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] Tap Mirror: Handle Delete Port: d78c218e-2c68-41a4-9cb6-53444659cbcf 2026-04-14 08:41:28.608 8 INFO neutron_taas.services.taas.taas_plugin [None req-d275dc98-1dbf-4b69-afbe-9f6f825673b3 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] TaaS: Handle Delete Port: f90508b8-7b18-4e6e-9fcf-3f30bb0132d7 2026-04-14 08:41:28.614 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d275dc98-1dbf-4b69-afbe-9f6f825673b3 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] Tap Mirror: Handle Delete Port: f90508b8-7b18-4e6e-9fcf-3f30bb0132d7 2026-04-14 08:41:28.701 7 INFO neutron_taas.services.taas.taas_plugin [None req-47139e51-26f2-48f4-92c4-bd689de3fc62 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] TaaS: Handle Delete Port: 12bd7abb-c7eb-4a31-bcb7-fe9572ee3616 2026-04-14 08:41:28.704 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47139e51-26f2-48f4-92c4-bd689de3fc62 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] Tap Mirror: Handle Delete Port: 12bd7abb-c7eb-4a31-bcb7-fe9572ee3616 2026-04-14 08:41:29.036 7 INFO neutron.services.segments.plugin [-] Segment 56f97fd5-a9da-42a6-9724-c7233a06de5a resource provider aggregate not found 2026-04-14 08:41:29.042 7 INFO neutron.services.segments.plugin [-] Segment 56f97fd5-a9da-42a6-9724-c7233a06de5a resource provider aggregate not found 2026-04-14 08:41:29.058 7 INFO neutron.services.segments.plugin [-] Segment 56f97fd5-a9da-42a6-9724-c7233a06de5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56f97fd5-a9da-42a6-9724-c7233a06de5a found for delete ", "request_id": "req-80b1da8c-d314-41a7-9a75-e464c4b35c5d"}]} 2026-04-14 08:41:29.061 7 INFO neutron.services.segments.plugin [-] Segment 56f97fd5-a9da-42a6-9724-c7233a06de5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56f97fd5-a9da-42a6-9724-c7233a06de5a found for delete ", "request_id": "req-99193709-b9c9-4f37-aaad-c2a8f8c9be73"}]} 2026-04-14 08:41:29.063 7 INFO neutron.db.l3_hamode_db [None req-47139e51-26f2-48f4-92c4-bd689de3fc62 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] HA network 0416365a-10d8-45e4-8011-ed41ad7dde0e was deleted as no HA routers are present in tenant 57d37bc8871f4ec6a0e38be620ebb935. [pid: 7|app: 0|req: 643/1173] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:28 2026] DELETE /v2.0/routers/f4256880-13d7-4664-b4a1-719071422823 => generated 0 bytes in 860 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1174] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:29 2026] GET /v2.0/ports?device_id=16a7f734-c739-4b88-b375-11452e37621e => 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: 645/1175] 10.0.0.30 () {32 vars in 734 bytes} [Tue Apr 14 08:41:29 2026] GET /v2.0/ports?device_id=f4256880-13d7-4664-b4a1-719071422823 => 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: 531/1176] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:41:28 2026] PUT /v2.0/routers/82074330-1da8-48b1-8902-a37beb2fde50/remove_router_interface => generated 309 bytes in 970 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:29.151 7 INFO neutron.api.v2.resource [None req-3dcede37-2893-4054-916f-74f9607a8b7a f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 646/1177] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:29 2026] DELETE /v2.0/routers/f4256880-13d7-4664-b4a1-719071422823 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1178] 10.0.0.30 () {32 vars in 734 bytes} [Tue Apr 14 08:41:29 2026] GET /v2.0/ports?device_id=064e1547-761b-4aab-9f41-97c5e7befdb2 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:41:29.204 7 INFO neutron.api.v2.resource [None req-76f375ab-1a02-4237-bebb-81062f8ea2f6 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 648/1179] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:29 2026] DELETE /v2.0/routers/064e1547-761b-4aab-9f41-97c5e7befdb2 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:41:29.228 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1140b802-cba6-4250-860b-2244c6b625ac f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 649/1180] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:29 2026] DELETE /v2.0/subnets/31957441-42e0-4d74-9708-6e36f69bf360 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1181] 10.0.0.30 () {32 vars in 734 bytes} [Tue Apr 14 08:41:29 2026] GET /v2.0/ports?device_id=3a51b9cc-089e-4f77-8c12-b7db4183208c => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:41:29.281 7 INFO neutron.api.v2.resource [None req-09b23b12-2047-465a-949a-6598d3d55384 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 651/1182] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:29 2026] DELETE /v2.0/routers/3a51b9cc-089e-4f77-8c12-b7db4183208c => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:41:29.302 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f6f92fe1-a5ed-4b03-b245-1dacc9d173d2 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 652/1183] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:29 2026] DELETE /v2.0/subnets/7362a664-eccf-4bb5-a75b-83289866479b => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1184] 10.0.0.30 () {32 vars in 734 bytes} [Tue Apr 14 08:41:29 2026] GET /v2.0/ports?device_id=8a6342a3-fc7b-4b55-90f0-d1e5f648986b => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:41:29.358 7 INFO neutron.api.v2.resource [None req-900873bd-708f-4f34-bad0-3dcd4a36eb61 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 654/1185] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:29 2026] DELETE /v2.0/routers/8a6342a3-fc7b-4b55-90f0-d1e5f648986b => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:41:29.377 7 INFO neutron.pecan_wsgi.hooks.translation [None req-34a25f19-7ef1-4af7-95a5-e778d9c8c4b8 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 655/1186] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:29 2026] DELETE /v2.0/subnets/b3313c7e-a1c4-4408-a211-f9686311d1fe => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:41:29.398 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cf28d166-b491-4522-8851-298e10b16746 f26c8d388787423cb3715639dbec2b29 57d37bc8871f4ec6a0e38be620ebb935 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 656/1187] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:29 2026] DELETE /v2.0/subnets/a4639c44-434a-4b2b-8050-e7c911db9096 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:41:29.496 8 INFO neutron_taas.services.taas.taas_plugin [None req-19edb746-b2bc-454e-866f-fb83eab90034 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] TaaS: Handle Delete Port: 05c2b786-c97e-4a3e-a2b0-010d01aca077 2026-04-14 08:41:29.502 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19edb746-b2bc-454e-866f-fb83eab90034 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] Tap Mirror: Handle Delete Port: 05c2b786-c97e-4a3e-a2b0-010d01aca077 [pid: 8|app: 0|req: 532/1188] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:41:29 2026] PUT /v2.0/routers/82074330-1da8-48b1-8902-a37beb2fde50/remove_router_interface => generated 309 bytes in 774 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1189] 10.0.0.30 () {32 vars in 734 bytes} [Tue Apr 14 08:41:29 2026] GET /v2.0/ports?device_id=82074330-1da8-48b1-8902-a37beb2fde50 => 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: 658/1190] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:41:29 2026] GET /v2.0/security-groups?tenant_id=57d37bc8871f4ec6a0e38be620ebb935&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:41:30.143 8 INFO neutron_taas.services.taas.taas_plugin [None req-c39504db-7586-40d9-850a-bba99ae55f53 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] TaaS: Handle Delete Port: f41779c2-e972-4a8b-a0e6-6711d39f1461 2026-04-14 08:41:30.146 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c39504db-7586-40d9-850a-bba99ae55f53 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] Tap Mirror: Handle Delete Port: f41779c2-e972-4a8b-a0e6-6711d39f1461 [pid: 7|app: 0|req: 659/1191] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:41:30 2026] DELETE /v2.0/security-groups/6c598c4b-450f-444c-b079-74b4b6a74af0 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1192] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:30 2026] GET /v2.0/ports?device_id=16a7f734-c739-4b88-b375-11452e37621e => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:41:30.539 8 INFO neutron.services.segments.plugin [-] Segment b7ed2881-0e1f-4ad3-a751-086d971f0198 resource provider aggregate not found 2026-04-14 08:41:30.546 8 INFO neutron.services.segments.plugin [-] Segment b7ed2881-0e1f-4ad3-a751-086d971f0198 resource provider aggregate not found 2026-04-14 08:41:30.578 8 INFO neutron.services.segments.plugin [-] Segment b7ed2881-0e1f-4ad3-a751-086d971f0198 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7ed2881-0e1f-4ad3-a751-086d971f0198 found for delete ", "request_id": "req-f57cb4b0-092c-4d1a-9cf4-2d0827aca377"}]} 2026-04-14 08:41:30.595 8 INFO neutron.services.segments.plugin [-] Segment b7ed2881-0e1f-4ad3-a751-086d971f0198 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7ed2881-0e1f-4ad3-a751-086d971f0198 found for delete ", "request_id": "req-9208f4c6-e675-4a57-b32a-4142430338fc"}]} 2026-04-14 08:41:30.598 8 INFO neutron.db.l3_hamode_db [None req-c39504db-7586-40d9-850a-bba99ae55f53 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] HA network 77751c11-4d6c-4451-afac-ca73a23222da was deleted as no HA routers are present in tenant 40bc07ae199a49efab621cf19fceb86f. [pid: 8|app: 0|req: 533/1193] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:29 2026] DELETE /v2.0/routers/82074330-1da8-48b1-8902-a37beb2fde50 => generated 0 bytes in 649 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1194] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:30 2026] DELETE /v2.0/subnets/54c774d4-2dfc-4132-8284-8914a9424513 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1195] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:30 2026] DELETE /v2.0/subnets/f1cb070f-022b-4ab6-9490-bd661e528768 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:41:31.128 7 INFO neutron.services.segments.plugin [-] Segment a94d0a0c-3c15-4e0a-97f6-555a146cc87c resource provider aggregate not found 2026-04-14 08:41:31.137 7 INFO neutron.services.segments.plugin [-] Segment a94d0a0c-3c15-4e0a-97f6-555a146cc87c resource provider aggregate not found 2026-04-14 08:41:31.147 7 INFO neutron.services.segments.plugin [-] Segment a94d0a0c-3c15-4e0a-97f6-555a146cc87c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a94d0a0c-3c15-4e0a-97f6-555a146cc87c found for delete ", "request_id": "req-383dc3ea-c1a0-46f2-902b-5a741a1bde13"}]} [pid: 7|app: 0|req: 662/1196] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:41:30 2026] DELETE /v2.0/networks/a4c87713-e7a8-416e-91e2-ca4ee12079b7 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:41:31.163 7 INFO neutron.services.segments.plugin [-] Segment a94d0a0c-3c15-4e0a-97f6-555a146cc87c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a94d0a0c-3c15-4e0a-97f6-555a146cc87c found for delete ", "request_id": "req-c756e3fb-c725-49a4-a04b-eac1ce804696"}]} 2026-04-14 08:41:31.304 8 INFO neutron_taas.services.taas.taas_plugin [None req-8b244892-2cbe-44be-b382-1da9ec5245fc 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] TaaS: Handle Delete Port: 1f7d21d7-5083-4dae-8dae-fb70c35a44ce 2026-04-14 08:41:31.308 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b244892-2cbe-44be-b382-1da9ec5245fc 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] Tap Mirror: Handle Delete Port: 1f7d21d7-5083-4dae-8dae-fb70c35a44ce [pid: 7|app: 0|req: 663/1197] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:31 2026] GET /v2.0/ports?device_id=16a7f734-c739-4b88-b375-11452e37621e => 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: 535/1198] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:41:31 2026] DELETE /v2.0/networks/7d8ca8ff-0ea2-4bd9-8d76-8c0d4c739d93 => generated 0 bytes in 382 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:41:31.630 7 INFO neutron.db.segments_db [None req-d03a396f-d1a5-48e8-a696-a69e1c060393 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] Added segment a2ff74ba-ba75-412c-b2af-47495a1d0af9 of type vxlan for network bbaccd00-f3f0-44c4-b5dc-3be5c40871a5 [pid: 7|app: 0|req: 664/1199] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:41:31 2026] POST /v2.0/networks => generated 634 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1200] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:41:31 2026] POST /v2.0/subnets => generated 646 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:41:32.032 7 INFO neutron.db.segments_db [None req-b9035abc-574e-4f1a-b3b2-a8c7df754553 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] Added segment 630fca10-6e7c-42cc-ac5e-e37926426622 of type vxlan for network 9be40bbe-4586-4e12-bd30-ce1188942af9 [pid: 8|app: 0|req: 537/1201] 10.0.0.30 () {34 vars in 674 bytes} [Tue Apr 14 08:41:32 2026] POST /v2.0/subnetpools => generated 548 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:41:32.285 7 INFO neutron.db.l3_hamode_db [None req-b9035abc-574e-4f1a-b3b2-a8c7df754553 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 538/1202] 10.0.0.30 () {32 vars in 727 bytes} [Tue Apr 14 08:41:32 2026] GET /v2.0/subnetpools/03b1110b-a285-4a50-9fe4-0a3a110b3e9a => generated 548 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1203] 10.0.0.30 () {34 vars in 747 bytes} [Tue Apr 14 08:41:32 2026] PUT /v2.0/subnetpools/03b1110b-a285-4a50-9fe4-0a3a110b3e9a => generated 500 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:32.414 7 INFO neutron.db.l3_hamode_db [None req-b9035abc-574e-4f1a-b3b2-a8c7df754553 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 540/1204] 10.0.0.30 () {32 vars in 730 bytes} [Tue Apr 14 08:41:32 2026] DELETE /v2.0/subnetpools/03b1110b-a285-4a50-9fe4-0a3a110b3e9a => 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: 541/1205] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:32 2026] GET /v2.0/ports?device_id=16a7f734-c739-4b88-b375-11452e37621e => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:41:32.467 8 INFO neutron.api.v2.resource [None req-cb584189-7328-4b86-9104-d472b2643092 351bd2edfbae47f1a13eb09227ed171d 33e83eb50de44412a9ce069bd7a6dd5a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 542/1206] 10.0.0.30 () {32 vars in 727 bytes} [Tue Apr 14 08:41:32 2026] GET /v2.0/subnetpools/03b1110b-a285-4a50-9fe4-0a3a110b3e9a => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:41:32.489 8 INFO neutron.api.v2.resource [None req-f7d29e29-bfff-4367-9130-1a8b59e89473 351bd2edfbae47f1a13eb09227ed171d 33e83eb50de44412a9ce069bd7a6dd5a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 543/1207] 10.0.0.30 () {32 vars in 730 bytes} [Tue Apr 14 08:41:32 2026] DELETE /v2.0/subnetpools/03b1110b-a285-4a50-9fe4-0a3a110b3e9a => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:41:32.594 8 INFO neutron.services.segments.plugin [-] Segment b59f0864-8a09-46b9-99c0-ff9222e3f598 resource provider aggregate not found 2026-04-14 08:41:32.615 8 INFO neutron.services.segments.plugin [-] Segment b59f0864-8a09-46b9-99c0-ff9222e3f598 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b59f0864-8a09-46b9-99c0-ff9222e3f598 found for delete ", "request_id": "req-d8393c4a-ef04-40c6-8e96-f3715836538b"}]} 2026-04-14 08:41:32.618 8 INFO neutron.services.segments.plugin [-] Segment b59f0864-8a09-46b9-99c0-ff9222e3f598 resource provider aggregate not found 2026-04-14 08:41:32.637 8 INFO neutron.services.segments.plugin [-] Segment b59f0864-8a09-46b9-99c0-ff9222e3f598 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b59f0864-8a09-46b9-99c0-ff9222e3f598 found for delete ", "request_id": "req-9e921b7c-c291-409b-b85a-b685af0acfa8"}]} [pid: 8|app: 0|req: 544/1208] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:41:32 2026] GET /v2.0/networks?id=53547022-a96b-4d31-9cef-eb9b2d532a65 => generated 680 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1209] 199.204.45.242 () {34 vars in 1049 bytes} [Tue Apr 14 08:41:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7abd1bb89000401a9b1e38a7398d689a => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1210] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:41:31 2026] POST /v2.0/routers => generated 510 bytes in 1094 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1211] 199.204.45.242 () {38 vars in 954 bytes} [Tue Apr 14 08:41:32 2026] POST /v2.0/ports => generated 954 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 666/1212] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:41:33 2026] GET /v2.0/security-groups?tenant_id=33e83eb50de44412a9ce069bd7a6dd5a&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1213] 10.0.0.30 () {34 vars in 663 bytes} [Tue Apr 14 08:41:33 2026] POST /v2.0/ports => generated 964 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: 548/1214] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:41:33 2026] DELETE /v2.0/security-groups/518499fc-9511-497e-a613-1b5ea4244ed9 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1215] 199.204.45.242 () {38 vars in 1027 bytes} [Tue Apr 14 08:41:33 2026] PUT /v2.0/ports/a914bec7-3923-4491-9f15-179a65f20276 => generated 1235 bytes in 420 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: 549/1216] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:33 2026] GET /v2.0/ports?device_id=16a7f734-c739-4b88-b375-11452e37621e => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:33.758 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0fd5c30c-b0f4-4820-9273-0148917cc09e'] response: {'name': 'network-changed', 'server_uuid': '16a7f734-c739-4b88-b375-11452e37621e', 'tag': 'a914bec7-3923-4491-9f15-179a65f20276', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 550/1217] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:33 2026] GET /v2.0/security-groups?id=2fa3f578-f910-4e57-8c81-676cfb90c92e&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1218] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:41:34 2026] GET /v2.0/ports?tenant_id=7abd1bb89000401a9b1e38a7398d689a&device_id=16a7f734-c739-4b88-b375-11452e37621e => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1219] 199.204.45.242 () {34 vars in 1017 bytes} [Tue Apr 14 08:41:34 2026] GET /v2.0/networks?tenant_id=7abd1bb89000401a9b1e38a7398d689a&shared=False => generated 776 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1220] 199.204.45.242 () {34 vars in 929 bytes} [Tue Apr 14 08:41:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1221] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:34 2026] GET /v2.0/ports?device_id=16a7f734-c739-4b88-b375-11452e37621e => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1222] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:34 2026] GET /v2.0/security-groups?id=2fa3f578-f910-4e57-8c81-676cfb90c92e&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: 668/1223] 10.0.0.30 () {34 vars in 781 bytes} [Tue Apr 14 08:41:33 2026] PUT /v2.0/routers/5e87e564-e13e-4fd7-bf74-82db79d025ac/add_router_interface => generated 309 bytes in 1256 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1224] 10.0.0.30 () {32 vars in 715 bytes} [Tue Apr 14 08:41:34 2026] GET /v2.0/ports/bc987c17-ef74-4ae1-b652-b950846a35ee => generated 1038 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:41:35.416 7 INFO neutron_taas.services.taas.taas_plugin [None req-c610acd0-da5b-4c3b-b343-9e3b2766f550 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] TaaS: Handle Delete Port: bc987c17-ef74-4ae1-b652-b950846a35ee 2026-04-14 08:41:35.419 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c610acd0-da5b-4c3b-b343-9e3b2766f550 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] Tap Mirror: Handle Delete Port: bc987c17-ef74-4ae1-b652-b950846a35ee [pid: 8|app: 0|req: 559/1227] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:41:35 2026] GET /v2.0/ports?tenant_id=7abd1bb89000401a9b1e38a7398d689a&device_id=16a7f734-c739-4b88-b375-11452e37621e => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1228] 199.204.45.242 () {34 vars in 1057 bytes} [Tue Apr 14 08:41:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=a914bec7-3923-4491-9f15-179a65f20276 => 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: 561/1229] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:41:35 2026] GET /v2.0/subnets?id=8431ac0b-8794-4d8f-958b-dc4650388482 => generated 698 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1230] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:41:35 2026] GET /v2.0/ports?network_id=53547022-a96b-4d31-9cef-eb9b2d532a65&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1231] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:41:35 2026] GET /v2.0/networks/53547022-a96b-4d31-9cef-eb9b2d532a65?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: 564/1232] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:41:35 2026] GET /v2.0/networks/53547022-a96b-4d31-9cef-eb9b2d532a65?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: 669/1233] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:41:35 2026] PUT /v2.0/routers/5e87e564-e13e-4fd7-bf74-82db79d025ac/remove_router_interface => generated 309 bytes in 782 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:35.997 8 INFO neutron.api.v2.resource [None req-de71276e-2057-4e65-a2a3-188baedd458e 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 565/1234] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:41:35 2026] PUT /v2.0/routers/5e87e564-e13e-4fd7-bf74-82db79d025ac/remove_router_interface => generated 197 bytes in 183 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: 670/1235] 10.0.0.30 () {32 vars in 734 bytes} [Tue Apr 14 08:41:36 2026] GET /v2.0/ports?device_id=5e87e564-e13e-4fd7-bf74-82db79d025ac => 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: 671/1236] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:36 2026] GET /v2.0/ports?device_id=16a7f734-c739-4b88-b375-11452e37621e => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1237] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:36 2026] GET /v2.0/security-groups?id=2fa3f578-f910-4e57-8c81-676cfb90c92e&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:36.251 8 INFO neutron_taas.services.taas.taas_plugin [None req-1e370c94-3fbb-4141-b5f6-7665bcfbfcc6 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] TaaS: Handle Delete Port: 04535272-b18e-4d90-aa28-4b1a52d6267e 2026-04-14 08:41:36.254 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e370c94-3fbb-4141-b5f6-7665bcfbfcc6 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] Tap Mirror: Handle Delete Port: 04535272-b18e-4d90-aa28-4b1a52d6267e 2026-04-14 08:41:36.662 8 INFO neutron.services.segments.plugin [-] Segment 630fca10-6e7c-42cc-ac5e-e37926426622 resource provider aggregate not found 2026-04-14 08:41:36.669 8 INFO neutron.services.segments.plugin [-] Segment 630fca10-6e7c-42cc-ac5e-e37926426622 resource provider aggregate not found 2026-04-14 08:41:36.687 8 INFO neutron.services.segments.plugin [-] Segment 630fca10-6e7c-42cc-ac5e-e37926426622 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 630fca10-6e7c-42cc-ac5e-e37926426622 found for delete ", "request_id": "req-e74af31c-e4d4-47d7-8d75-ed47ce8f6ad8"}]} 2026-04-14 08:41:36.696 8 INFO neutron.services.segments.plugin [-] Segment 630fca10-6e7c-42cc-ac5e-e37926426622 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 630fca10-6e7c-42cc-ac5e-e37926426622 found for delete ", "request_id": "req-ba8280f6-6f51-4258-87a5-0da5a40a68a0"}]} 2026-04-14 08:41:36.707 8 INFO neutron.db.l3_hamode_db [None req-1e370c94-3fbb-4141-b5f6-7665bcfbfcc6 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] HA network 9be40bbe-4586-4e12-bd30-ce1188942af9 was deleted as no HA routers are present in tenant 40bc07ae199a49efab621cf19fceb86f. [pid: 8|app: 0|req: 566/1238] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:36 2026] DELETE /v2.0/routers/5e87e564-e13e-4fd7-bf74-82db79d025ac => generated 0 bytes in 681 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1239] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:36 2026] DELETE /v2.0/subnets/111b7cb8-0500-4dda-80d1-806e4e36cf66 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:41:37.024 8 INFO neutron_taas.services.taas.taas_plugin [None req-6f4247df-5370-4f29-9107-f7550d68d27e 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] TaaS: Handle Delete Port: 62a54556-c317-4a5b-894f-cd9468fa162e 2026-04-14 08:41:37.027 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f4247df-5370-4f29-9107-f7550d68d27e 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] Tap Mirror: Handle Delete Port: 62a54556-c317-4a5b-894f-cd9468fa162e [pid: 8|app: 0|req: 567/1240] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:41:36 2026] DELETE /v2.0/networks/bbaccd00-f3f0-44c4-b5dc-3be5c40871a5 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:41:37.300 7 INFO neutron.db.segments_db [None req-eaa78730-ace7-401b-a59c-739eeabd05dc 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] Added segment 15ee9719-4e36-4f05-932e-96d0a00d0f9f of type vxlan for network af92c470-0947-45b9-8d97-d39754004f0e [pid: 8|app: 0|req: 568/1241] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:37 2026] GET /v2.0/ports?device_id=16a7f734-c739-4b88-b375-11452e37621e => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1242] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:37 2026] GET /v2.0/security-groups?id=2fa3f578-f910-4e57-8c81-676cfb90c92e&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1243] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:41:37 2026] POST /v2.0/networks => generated 634 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1244] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:41:37 2026] POST /v2.0/subnets => generated 646 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:41:37.747 7 INFO neutron.db.segments_db [None req-f2898127-434f-4b71-88a6-1a663672f87a 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] Added segment 2a538368-69c0-4560-a87a-29c15d2d8a1c of type vxlan for network e7618d77-ae99-4a3f-9236-66e5d82b5714 2026-04-14 08:41:38.047 7 INFO neutron.db.l3_hamode_db [None req-f2898127-434f-4b71-88a6-1a663672f87a 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:41:38.181 7 INFO neutron.db.l3_hamode_db [None req-f2898127-434f-4b71-88a6-1a663672f87a 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 571/1245] 10.0.0.199 () {34 vars in 989 bytes} [Tue Apr 14 08:41:38 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => 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: 572/1246] 10.0.0.199 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:38 2026] GET /v2.0/security-groups?id=5bc4b24b-a761-4f72-a597-8c589c85bf37&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: 573/1247] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:38 2026] GET /v2.0/ports?device_id=16a7f734-c739-4b88-b375-11452e37621e => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1248] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:38 2026] GET /v2.0/security-groups?id=2fa3f578-f910-4e57-8c81-676cfb90c92e&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-04-14 08:41:38.709 8 INFO neutron.services.segments.plugin [-] Segment a2ff74ba-ba75-412c-b2af-47495a1d0af9 resource provider aggregate not found 2026-04-14 08:41:38.727 8 INFO neutron.services.segments.plugin [-] Segment a2ff74ba-ba75-412c-b2af-47495a1d0af9 resource provider aggregate not found 2026-04-14 08:41:38.737 8 INFO neutron.services.segments.plugin [-] Segment a2ff74ba-ba75-412c-b2af-47495a1d0af9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2ff74ba-ba75-412c-b2af-47495a1d0af9 found for delete ", "request_id": "req-4b918ef1-2c54-4894-a399-467081503b10"}]} 2026-04-14 08:41:38.743 8 INFO neutron.services.segments.plugin [-] Segment a2ff74ba-ba75-412c-b2af-47495a1d0af9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2ff74ba-ba75-412c-b2af-47495a1d0af9 found for delete ", "request_id": "req-713bd7df-a8f6-4a23-8091-039f5838dc26"}]} [pid: 7|app: 0|req: 675/1249] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:41:37 2026] POST /v2.0/routers => generated 509 bytes in 1166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1250] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:39 2026] GET /v2.0/ports?device_id=16a7f734-c739-4b88-b375-11452e37621e => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1251] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:39 2026] GET /v2.0/security-groups?id=2fa3f578-f910-4e57-8c81-676cfb90c92e&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1252] 10.0.0.30 () {34 vars in 781 bytes} [Tue Apr 14 08:41:38 2026] PUT /v2.0/routers/45ba6cc1-6017-40e8-99a2-1b8b3c889966/add_router_interface => generated 309 bytes in 1191 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1253] 10.0.0.30 () {32 vars in 715 bytes} [Tue Apr 14 08:41:40 2026] GET /v2.0/ports/504fa7fb-c427-49cb-a0aa-e3631e6b784f => generated 959 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1254] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:41:39 2026] GET /v2.0/security-groups?tenant_id=34188b62d981441a83554c7699c5f047&name=default => generated 2925 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1255] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:41:40 2026] DELETE /v2.0/security-groups/df28883f-bd7e-4d4b-91dc-eeaab221c523 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:41:40.432 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf70cdaa-017f-43fb-822d-ec9a759ebd4a 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] TaaS: Handle Delete Port: 504fa7fb-c427-49cb-a0aa-e3631e6b784f 2026-04-14 08:41:40.437 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf70cdaa-017f-43fb-822d-ec9a759ebd4a 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] Tap Mirror: Handle Delete Port: 504fa7fb-c427-49cb-a0aa-e3631e6b784f [pid: 7|app: 0|req: 680/1256] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:41:40 2026] GET /v2.0/security-groups?tenant_id=169c0abe0ad94897bf8fb612aa405519&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: 681/1257] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:41:40 2026] DELETE /v2.0/security-groups/ef1f56ba-66b7-4852-8518-2692e7a39920 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1258] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:40 2026] GET /v2.0/ports?device_id=16a7f734-c739-4b88-b375-11452e37621e => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1259] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:40 2026] GET /v2.0/security-groups?id=2fa3f578-f910-4e57-8c81-676cfb90c92e&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1260] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:41:40 2026] PUT /v2.0/routers/45ba6cc1-6017-40e8-99a2-1b8b3c889966/remove_router_interface => generated 309 bytes in 798 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1261] 10.0.0.30 () {32 vars in 734 bytes} [Tue Apr 14 08:41:40 2026] GET /v2.0/ports?device_id=45ba6cc1-6017-40e8-99a2-1b8b3c889966 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:41:41.121 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8fcd9bc-6349-4b04-bd26-a2f096c0508c 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] TaaS: Handle Delete Port: 8d56f098-940d-4802-a309-d11422d9dab7 2026-04-14 08:41:41.125 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8fcd9bc-6349-4b04-bd26-a2f096c0508c 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] Tap Mirror: Handle Delete Port: 8d56f098-940d-4802-a309-d11422d9dab7 2026-04-14 08:41:41.582 8 INFO neutron.services.segments.plugin [-] Segment 2a538368-69c0-4560-a87a-29c15d2d8a1c resource provider aggregate not found 2026-04-14 08:41:41.592 8 INFO neutron.services.segments.plugin [-] Segment 2a538368-69c0-4560-a87a-29c15d2d8a1c resource provider aggregate not found 2026-04-14 08:41:41.610 8 INFO neutron.services.segments.plugin [-] Segment 2a538368-69c0-4560-a87a-29c15d2d8a1c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a538368-69c0-4560-a87a-29c15d2d8a1c found for delete ", "request_id": "req-c6e6aec4-66c9-4234-8a19-7c49c25d0844"}]} 2026-04-14 08:41:41.623 8 INFO neutron.services.segments.plugin [-] Segment 2a538368-69c0-4560-a87a-29c15d2d8a1c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a538368-69c0-4560-a87a-29c15d2d8a1c found for delete ", "request_id": "req-4152f2f6-870d-4ab4-9ed3-a6a5037efa14"}]} 2026-04-14 08:41:41.624 8 INFO neutron.db.l3_hamode_db [None req-d8fcd9bc-6349-4b04-bd26-a2f096c0508c 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] HA network e7618d77-ae99-4a3f-9236-66e5d82b5714 was deleted as no HA routers are present in tenant 40bc07ae199a49efab621cf19fceb86f. [pid: 8|app: 0|req: 578/1262] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:40 2026] DELETE /v2.0/routers/45ba6cc1-6017-40e8-99a2-1b8b3c889966 => generated 0 bytes in 698 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1263] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:41 2026] DELETE /v2.0/subnets/18ea5b07-e5c4-4bec-a737-7192c51d196f => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:41:41.959 8 INFO neutron_taas.services.taas.taas_plugin [None req-c5d5b377-801d-49fc-9e87-78d70a7f342a 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] TaaS: Handle Delete Port: 700158ab-e0c0-4bd9-b58e-d077c987d099 2026-04-14 08:41:41.966 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5d5b377-801d-49fc-9e87-78d70a7f342a 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] Tap Mirror: Handle Delete Port: 700158ab-e0c0-4bd9-b58e-d077c987d099 [pid: 7|app: 0|req: 686/1264] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:41 2026] GET /v2.0/ports?device_id=16a7f734-c739-4b88-b375-11452e37621e => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1265] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:42 2026] GET /v2.0/security-groups?id=2fa3f578-f910-4e57-8c81-676cfb90c92e&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1266] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:41:41 2026] DELETE /v2.0/networks/af92c470-0947-45b9-8d97-d39754004f0e => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:41:42.218 7 INFO neutron.db.segments_db [None req-3862e65b-adfb-4795-bee5-b5e09ccf4a72 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] Added segment 3a8434c5-bc1c-4923-a3b1-b0c02708b711 of type vxlan for network 00166799-d06a-4538-9a1d-39fd00be087e 2026-04-14 08:41:42.476 7 INFO neutron.db.l3_hamode_db [None req-3862e65b-adfb-4795-bee5-b5e09ccf4a72 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 580/1267] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:43 2026] GET /v2.0/ports?device_id=16a7f734-c739-4b88-b375-11452e37621e => 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: 581/1268] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:43 2026] GET /v2.0/security-groups?id=2fa3f578-f910-4e57-8c81-676cfb90c92e&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-04-14 08:41:43.472 7 INFO neutron.db.l3_hamode_db [None req-3862e65b-adfb-4795-bee5-b5e09ccf4a72 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:41:43.644 8 INFO neutron.services.segments.plugin [-] Segment 15ee9719-4e36-4f05-932e-96d0a00d0f9f resource provider aggregate not found 2026-04-14 08:41:43.655 8 INFO neutron.services.segments.plugin [-] Segment 15ee9719-4e36-4f05-932e-96d0a00d0f9f resource provider aggregate not found 2026-04-14 08:41:43.663 8 INFO neutron.services.segments.plugin [-] Segment 15ee9719-4e36-4f05-932e-96d0a00d0f9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15ee9719-4e36-4f05-932e-96d0a00d0f9f found for delete ", "request_id": "req-056a0e32-8a99-417b-b70d-501d3d8e9601"}]} 2026-04-14 08:41:43.674 8 INFO neutron.services.segments.plugin [-] Segment 15ee9719-4e36-4f05-932e-96d0a00d0f9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15ee9719-4e36-4f05-932e-96d0a00d0f9f found for delete ", "request_id": "req-c7bf88fd-495f-46b3-a24f-9f7c7b562234"}]} [pid: 8|app: 0|req: 582/1269] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:44 2026] GET /v2.0/ports?device_id=16a7f734-c739-4b88-b375-11452e37621e => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1270] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:44 2026] GET /v2.0/security-groups?id=2fa3f578-f910-4e57-8c81-676cfb90c92e&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1271] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:44 2026] GET /v2.0/ports?device_id=16a7f734-c739-4b88-b375-11452e37621e => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1272] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:41:42 2026] POST /v2.0/routers => generated 690 bytes in 2481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1273] 10.0.0.30 () {32 vars in 719 bytes} [Tue Apr 14 08:41:44 2026] GET /v2.0/routers/1880ba1d-4e0a-48f5-9d24-547004b5cd4f => generated 696 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1274] 10.0.0.30 () {32 vars in 645 bytes} [Tue Apr 14 08:41:44 2026] GET /v2.0/routers => generated 699 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:44.971 8 INFO neutron.db.l3_db [None req-9c046673-fa3d-4bb2-8961-90fefc9ad616 15d3dafdfb0c4a8c87fcb0ca05e61c07 7abd1bb89000401a9b1e38a7398d689a - - default default] Floating IP 70394715-e338-4ff3-9bd5-9b68c0ecf205 associated. External IP: 10.96.250.219, port: a914bec7-3923-4491-9f15-179a65f20276. [pid: 8|app: 0|req: 585/1275] 10.0.0.30 () {34 vars in 747 bytes} [Tue Apr 14 08:41:44 2026] PUT /v2.0/floatingips/70394715-e338-4ff3-9bd5-9b68c0ecf205 => generated 855 bytes in 764 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:45.402 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9dbd3678-1583-4bc4-a519-4d3fe36a0db9'] response: {'name': 'network-changed', 'server_uuid': '16a7f734-c739-4b88-b375-11452e37621e', 'tag': 'a914bec7-3923-4491-9f15-179a65f20276', 'status': 'completed', 'code': 200} 2026-04-14 08:41:45.692 8 INFO neutron.db.segments_db [None req-36be9a03-b90c-4437-a0d9-733ef3b936b1 c95fe81748194b3e88d90401c473f0e0 0f87db40ca164c3ab88c36572265fb38 - - default default] Added segment 53ed8878-4d59-4f70-a277-8007c3e48f82 of type vxlan for network 3d673b0d-6b2a-42b5-87ee-32522d89e0f4 [pid: 7|app: 0|req: 691/1276] 10.0.0.30 () {34 vars in 739 bytes} [Tue Apr 14 08:41:44 2026] PUT /v2.0/routers/1880ba1d-4e0a-48f5-9d24-547004b5cd4f => generated 703 bytes in 916 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1277] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:41:45 2026] POST /v2.0/networks => generated 727 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1278] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:45 2026] GET /v2.0/ports?device_id=16a7f734-c739-4b88-b375-11452e37621e => 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: 587/1279] 10.0.0.30 () {32 vars in 719 bytes} [Tue Apr 14 08:41:45 2026] GET /v2.0/routers/1880ba1d-4e0a-48f5-9d24-547004b5cd4f => generated 703 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1280] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:45 2026] GET /v2.0/security-groups?id=2fa3f578-f910-4e57-8c81-676cfb90c92e&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1281] 10.0.0.30 () {32 vars in 734 bytes} [Tue Apr 14 08:41:45 2026] GET /v2.0/ports?device_id=1880ba1d-4e0a-48f5-9d24-547004b5cd4f => 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: 590/1282] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:41:45 2026] GET /v2.0/ports?tenant_id=7abd1bb89000401a9b1e38a7398d689a&device_id=16a7f734-c739-4b88-b375-11452e37621e => generated 1240 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1283] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:41:45 2026] POST /v2.0/subnets => generated 644 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1284] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:41:46 2026] GET /v2.0/networks?id=53547022-a96b-4d31-9cef-eb9b2d532a65 => generated 776 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:46.118 7 WARNING neutron.api.v2.base [None req-e3589585-b9d8-4dd3-a065-f0f70c2955a8 c95fe81748194b3e88d90401c473f0e0 0f87db40ca164c3ab88c36572265fb38 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-04-14 08:41:46.119 7 INFO neutron.api.v2.resource [None req-e3589585-b9d8-4dd3-a065-f0f70c2955a8 c95fe81748194b3e88d90401c473f0e0 0f87db40ca164c3ab88c36572265fb38 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 695/1285] 10.0.0.30 () {34 vars in 679 bytes} [Tue Apr 14 08:41:46 2026] POST /v2.0/rbac-policies => generated 143 bytes in 4 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-14 08:41:46.272 8 INFO neutron_taas.services.taas.taas_plugin [None req-d99fbec7-3cb7-4f1d-a1ad-4d5349c3cdd3 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] TaaS: Handle Delete Port: ac1c02d2-79a6-472b-be8a-10dc3b96029d 2026-04-14 08:41:46.276 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d99fbec7-3cb7-4f1d-a1ad-4d5349c3cdd3 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] Tap Mirror: Handle Delete Port: ac1c02d2-79a6-472b-be8a-10dc3b96029d 2026-04-14 08:41:46.308 7 INFO neutron.services.segments.plugin [-] Segment 53ed8878-4d59-4f70-a277-8007c3e48f82 resource provider aggregate not found 2026-04-14 08:41:46.311 7 INFO neutron.services.segments.plugin [-] Segment 53ed8878-4d59-4f70-a277-8007c3e48f82 resource provider aggregate not found 2026-04-14 08:41:46.334 7 INFO neutron.services.segments.plugin [-] Segment 53ed8878-4d59-4f70-a277-8007c3e48f82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53ed8878-4d59-4f70-a277-8007c3e48f82 found for delete ", "request_id": "req-1e3fb09c-2fb7-4e42-ad5e-b4fd707b741f"}]} 2026-04-14 08:41:46.336 7 INFO neutron.services.segments.plugin [-] Segment 53ed8878-4d59-4f70-a277-8007c3e48f82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53ed8878-4d59-4f70-a277-8007c3e48f82 found for delete ", "request_id": "req-a33d24ef-9ffa-4481-949c-88d077dc4786"}]} [pid: 7|app: 0|req: 696/1286] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:41:46 2026] DELETE /v2.0/networks/3d673b0d-6b2a-42b5-87ee-32522d89e0f4 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1287] 199.204.45.242 () {34 vars in 1057 bytes} [Tue Apr 14 08:41:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=a914bec7-3923-4491-9f15-179a65f20276 => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1288] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:46 2026] GET /v2.0/ports?device_id=16a7f734-c739-4b88-b375-11452e37621e => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:46.505 7 INFO neutron.db.segments_db [None req-951f3238-259f-474a-b7b4-ba39ee7e15ad c95fe81748194b3e88d90401c473f0e0 0f87db40ca164c3ab88c36572265fb38 - - default default] Added segment ec695bea-7b18-4c39-b999-79d7822e3f8f of type vxlan for network 46dca442-28a7-4c78-81bf-c4c13799a488 2026-04-14 08:41:46.556 8 INFO neutron_taas.services.taas.taas_plugin [None req-d99fbec7-3cb7-4f1d-a1ad-4d5349c3cdd3 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] TaaS: Handle Delete Port: a05feb0e-2a89-4067-b7be-4f3852b897ba 2026-04-14 08:41:46.559 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d99fbec7-3cb7-4f1d-a1ad-4d5349c3cdd3 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] Tap Mirror: Handle Delete Port: a05feb0e-2a89-4067-b7be-4f3852b897ba [pid: 7|app: 0|req: 699/1289] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:41:46 2026] POST /v2.0/networks => generated 726 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1290] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:41:46 2026] GET /v2.0/subnets?id=8431ac0b-8794-4d8f-958b-dc4650388482 => generated 698 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1291] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:46 2026] GET /v2.0/security-groups?id=2fa3f578-f910-4e57-8c81-676cfb90c92e&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: 702/1292] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:41:46 2026] POST /v2.0/subnets => generated 647 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1293] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:41:46 2026] GET /v2.0/ports?network_id=53547022-a96b-4d31-9cef-eb9b2d532a65&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:41:46.927 8 INFO neutron.services.segments.plugin [-] Segment 3a8434c5-bc1c-4923-a3b1-b0c02708b711 resource provider aggregate not found 2026-04-14 08:41:46.929 7 WARNING neutron.api.v2.base [None req-4d2c7b82-bfdc-4649-8ee4-b229c27f4a9b c95fe81748194b3e88d90401c473f0e0 0f87db40ca164c3ab88c36572265fb38 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-04-14 08:41:46.930 7 INFO neutron.api.v2.resource [None req-4d2c7b82-bfdc-4649-8ee4-b229c27f4a9b c95fe81748194b3e88d90401c473f0e0 0f87db40ca164c3ab88c36572265fb38 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 704/1294] 10.0.0.30 () {34 vars in 679 bytes} [Tue Apr 14 08:41:46 2026] POST /v2.0/rbac-policies => generated 547 bytes in 5 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-14 08:41:46.932 8 INFO neutron.services.segments.plugin [-] Segment 3a8434c5-bc1c-4923-a3b1-b0c02708b711 resource provider aggregate not found 2026-04-14 08:41:46.949 8 INFO neutron.db.l3_hamode_db [None req-d99fbec7-3cb7-4f1d-a1ad-4d5349c3cdd3 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] HA network 00166799-d06a-4538-9a1d-39fd00be087e was deleted as no HA routers are present in tenant 40bc07ae199a49efab621cf19fceb86f. 2026-04-14 08:41:46.955 8 INFO neutron.services.segments.plugin [-] Segment 3a8434c5-bc1c-4923-a3b1-b0c02708b711 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a8434c5-bc1c-4923-a3b1-b0c02708b711 found for delete ", "request_id": "req-de4de7bb-7cf5-4fc4-9a0c-30192b08275c"}]} 2026-04-14 08:41:46.955 8 INFO neutron.services.segments.plugin [-] Segment 3a8434c5-bc1c-4923-a3b1-b0c02708b711 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a8434c5-bc1c-4923-a3b1-b0c02708b711 found for delete ", "request_id": "req-82a1ced2-4cc0-455b-84c3-af2108a3933c"}]} [pid: 8|app: 0|req: 591/1295] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:46 2026] DELETE /v2.0/routers/1880ba1d-4e0a-48f5-9d24-547004b5cd4f => generated 0 bytes in 933 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1296] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:41:46 2026] GET /v2.0/networks/53547022-a96b-4d31-9cef-eb9b2d532a65?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: 593/1297] 10.0.0.30 () {32 vars in 734 bytes} [Tue Apr 14 08:41:47 2026] GET /v2.0/ports?device_id=1880ba1d-4e0a-48f5-9d24-547004b5cd4f => 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: 594/1298] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:41:47 2026] GET /v2.0/networks/53547022-a96b-4d31-9cef-eb9b2d532a65?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:41:47.079 8 INFO neutron.api.v2.resource [None req-995a9c9f-a794-447c-9a94-16e93f7a831e 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 595/1299] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:47 2026] DELETE /v2.0/routers/1880ba1d-4e0a-48f5-9d24-547004b5cd4f => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1300] 10.0.0.30 () {32 vars in 734 bytes} [Tue Apr 14 08:41:47 2026] GET /v2.0/ports?device_id=45ba6cc1-6017-40e8-99a2-1b8b3c889966 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:41:47.138 8 INFO neutron.api.v2.resource [None req-d35674ff-79d2-4f0a-a601-6726ef0c9b42 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 597/1301] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:47 2026] DELETE /v2.0/routers/45ba6cc1-6017-40e8-99a2-1b8b3c889966 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1302] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:41:46 2026] DELETE /v2.0/networks/46dca442-28a7-4c78-81bf-c4c13799a488 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:41:47.168 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ce89714f-32ee-4b15-b820-9d6676905d43 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 598/1303] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:47 2026] DELETE /v2.0/subnets/18ea5b07-e5c4-4bec-a737-7192c51d196f => generated 136 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1304] 10.0.0.30 () {32 vars in 734 bytes} [Tue Apr 14 08:41:47 2026] GET /v2.0/ports?device_id=5e87e564-e13e-4fd7-bf74-82db79d025ac => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:41:47.230 7 INFO neutron.db.segments_db [None req-f0ce91b5-d563-4cdd-b538-93d5703af84e c95fe81748194b3e88d90401c473f0e0 0f87db40ca164c3ab88c36572265fb38 - - default default] Added segment b87b6121-9a06-4102-99bf-16c70bc760b3 of type vxlan for network 729bb9e7-9ead-4abd-a110-bc246ca0aa19 2026-04-14 08:41:47.231 8 INFO neutron.api.v2.resource [None req-3aa692bb-0e2e-4055-8765-2ef5440a9ab6 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 600/1305] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:47 2026] DELETE /v2.0/routers/5e87e564-e13e-4fd7-bf74-82db79d025ac => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:41:47.250 8 INFO neutron.pecan_wsgi.hooks.translation [None req-44ba4394-c0d5-4b3c-8261-dee646e008c4 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 601/1306] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:47 2026] DELETE /v2.0/subnets/111b7cb8-0500-4dda-80d1-806e4e36cf66 => 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: 602/1307] 10.0.0.30 () {32 vars in 734 bytes} [Tue Apr 14 08:41:47 2026] GET /v2.0/ports?device_id=82074330-1da8-48b1-8902-a37beb2fde50 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:41:47.294 8 INFO neutron.api.v2.resource [None req-2130e578-1bb5-4e32-89f0-21eda4330bef 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 603/1308] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:47 2026] DELETE /v2.0/routers/82074330-1da8-48b1-8902-a37beb2fde50 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:41:47.311 8 INFO neutron.pecan_wsgi.hooks.translation [None req-769b1eae-6af4-4f44-8beb-93ecb64f8ab8 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 604/1309] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:47 2026] DELETE /v2.0/subnets/54c774d4-2dfc-4132-8284-8914a9424513 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:41:47.327 8 INFO neutron.pecan_wsgi.hooks.translation [None req-204b0c8d-286c-4722-ad60-50f99675e8c1 21995a287612494cad2bbca66302f25a 40bc07ae199a49efab621cf19fceb86f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 605/1310] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:47 2026] DELETE /v2.0/subnets/f1cb070f-022b-4ab6-9490-bd661e528768 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1311] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:41:47 2026] POST /v2.0/networks => generated 725 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1312] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:41:47 2026] POST /v2.0/subnets => generated 647 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1313] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:47 2026] GET /v2.0/ports?device_id=16a7f734-c739-4b88-b375-11452e37621e => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1314] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:47 2026] GET /v2.0/security-groups?id=2fa3f578-f910-4e57-8c81-676cfb90c92e&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1315] 10.0.0.30 () {34 vars in 679 bytes} [Tue Apr 14 08:41:47 2026] POST /v2.0/rbac-policies => generated 324 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1316] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:41:47 2026] GET /v2.0/security-groups?tenant_id=40bc07ae199a49efab621cf19fceb86f&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1317] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:41:48 2026] DELETE /v2.0/security-groups/e0e84bea-cffa-41dd-bf2b-04d548cdac87 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:41:48.358 7 INFO neutron.services.segments.plugin [-] Segment ec695bea-7b18-4c39-b999-79d7822e3f8f resource provider aggregate not found 2026-04-14 08:41:48.363 7 INFO neutron.services.segments.plugin [-] Segment ec695bea-7b18-4c39-b999-79d7822e3f8f resource provider aggregate not found 2026-04-14 08:41:48.377 7 INFO neutron.services.segments.plugin [-] Segment ec695bea-7b18-4c39-b999-79d7822e3f8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec695bea-7b18-4c39-b999-79d7822e3f8f found for delete ", "request_id": "req-36612c18-fab2-416f-bc8c-e83761afa57e"}]} 2026-04-14 08:41:48.385 7 INFO neutron.services.segments.plugin [-] Segment ec695bea-7b18-4c39-b999-79d7822e3f8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec695bea-7b18-4c39-b999-79d7822e3f8f found for delete ", "request_id": "req-8c955fee-84d5-4248-8190-93afc47a5f2d"}]} [pid: 8|app: 0|req: 610/1318] 10.0.0.30 () {32 vars in 721 bytes} [Tue Apr 14 08:41:48 2026] GET /v2.0/networks/729bb9e7-9ead-4abd-a110-bc246ca0aa19 => generated 653 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1319] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:48 2026] GET /v2.0/ports?device_id=16a7f734-c739-4b88-b375-11452e37621e => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1320] 199.204.45.242 () {34 vars in 993 bytes} [Tue Apr 14 08:41:48 2026] GET /v2.0/ports?device_id=16a7f734-c739-4b88-b375-11452e37621e => generated 971 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1321] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:48 2026] GET /v2.0/security-groups?id=2fa3f578-f910-4e57-8c81-676cfb90c92e&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:49.068 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2c7cdee8-628d-40e9-a26e-32b3a60e8522 9df9c3d7527f48cba8d647eaa47173d3 a5875ab566ae4558bedb7ceefead0e26 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 710/1322] 10.0.0.30 () {32 vars in 721 bytes} [Tue Apr 14 08:41:48 2026] GET /v2.0/networks/729bb9e7-9ead-4abd-a110-bc246ca0aa19 => generated 138 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:41:49.094 8 INFO neutron_taas.services.taas.taas_plugin [req-8e34b9da-c814-412c-9d5a-6d111a21ff14 req-1f7e4478-16fc-4a90-ba3b-292fa5e9c117 15d3dafdfb0c4a8c87fcb0ca05e61c07 7abd1bb89000401a9b1e38a7398d689a - - default default] TaaS: Handle Delete Port: a914bec7-3923-4491-9f15-179a65f20276 2026-04-14 08:41:49.098 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8e34b9da-c814-412c-9d5a-6d111a21ff14 req-1f7e4478-16fc-4a90-ba3b-292fa5e9c117 15d3dafdfb0c4a8c87fcb0ca05e61c07 7abd1bb89000401a9b1e38a7398d689a - - default default] Tap Mirror: Handle Delete Port: a914bec7-3923-4491-9f15-179a65f20276 [pid: 7|app: 0|req: 711/1323] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:41:49 2026] DELETE /v2.0/networks/729bb9e7-9ead-4abd-a110-bc246ca0aa19 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:41:49.310 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6c4b59e6-a68d-43bd-acbe-149dfd0f8577 c95fe81748194b3e88d90401c473f0e0 0f87db40ca164c3ab88c36572265fb38 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 712/1324] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:49 2026] DELETE /v2.0/subnets/1be9905a-ca73-4fe2-a27a-9b52533fb025 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:41:49.329 7 INFO neutron.pecan_wsgi.hooks.translation [None req-908f8f01-7308-4b70-b005-442cddaf6e42 c95fe81748194b3e88d90401c473f0e0 0f87db40ca164c3ab88c36572265fb38 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 713/1325] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:49 2026] DELETE /v2.0/subnets/2899f22f-3b03-455b-88eb-a906ec506c3a => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:41:49.353 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b1c3fd6e-0b2d-4e3d-9e8d-643bd5552cbb c95fe81748194b3e88d90401c473f0e0 0f87db40ca164c3ab88c36572265fb38 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 714/1326] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:49 2026] DELETE /v2.0/subnets/6f0d43b6-547b-445a-bbaa-4d97af877d95 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1327] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:49 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1328] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:49 2026] GET /v2.0/security-groups?id=5bc4b24b-a761-4f72-a597-8c589c85bf37&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:49.804 8 INFO neutron.db.l3_db [req-8e34b9da-c814-412c-9d5a-6d111a21ff14 req-1f7e4478-16fc-4a90-ba3b-292fa5e9c117 15d3dafdfb0c4a8c87fcb0ca05e61c07 7abd1bb89000401a9b1e38a7398d689a - - default default] Floating IP 70394715-e338-4ff3-9bd5-9b68c0ecf205 disassociated. External IP: 10.96.250.219, port: a914bec7-3923-4491-9f15-179a65f20276. [pid: 7|app: 0|req: 717/1329] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:50 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => 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: 718/1330] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:50 2026] GET /v2.0/security-groups?id=5bc4b24b-a761-4f72-a597-8c589c85bf37&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1331] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:50 2026] GET /v2.0/ports?device_id=16a7f734-c739-4b88-b375-11452e37621e => 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: 613/1334] 199.204.45.242 () {36 vars in 996 bytes} [Tue Apr 14 08:41:48 2026] DELETE /v2.0/ports/a914bec7-3923-4491-9f15-179a65f20276 => generated 0 bytes in 1235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:41:50.260 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-89830a2b-5d82-4cad-80f2-df29452b58d2'] response: {'server_uuid': '16a7f734-c739-4b88-b375-11452e37621e', 'name': 'network-vif-deleted', 'tag': 'a914bec7-3923-4491-9f15-179a65f20276', 'status': 'completed', 'code': 200} 2026-04-14 08:41:50.410 7 INFO neutron.services.segments.plugin [-] Segment b87b6121-9a06-4102-99bf-16c70bc760b3 resource provider aggregate not found 2026-04-14 08:41:50.417 7 INFO neutron.services.segments.plugin [-] Segment b87b6121-9a06-4102-99bf-16c70bc760b3 resource provider aggregate not found [pid: 7|app: 0|req: 722/1335] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:41:50 2026] GET /v2.0/security-groups?tenant_id=0f87db40ca164c3ab88c36572265fb38&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:41:50.441 7 INFO neutron.services.segments.plugin [-] Segment b87b6121-9a06-4102-99bf-16c70bc760b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b87b6121-9a06-4102-99bf-16c70bc760b3 found for delete ", "request_id": "req-994c1bc3-58ee-4cd6-a20b-1a5b4ce8a542"}]} 2026-04-14 08:41:50.443 7 INFO neutron.services.segments.plugin [-] Segment b87b6121-9a06-4102-99bf-16c70bc760b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b87b6121-9a06-4102-99bf-16c70bc760b3 found for delete ", "request_id": "req-15cad537-937b-408b-b313-bf2656a243a9"}]} [pid: 8|app: 0|req: 614/1336] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:41:50 2026] DELETE /v2.0/security-groups/a41d66fc-7ff5-47ac-a6c1-88ea7d353e1c => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1337] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:41:50 2026] GET /v2.0/security-groups?tenant_id=a5875ab566ae4558bedb7ceefead0e26&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1338] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:41:50 2026] DELETE /v2.0/security-groups/717b70f5-a4e8-4cab-8fb3-002d4ccd677d => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1339] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:51 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1340] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:51 2026] GET /v2.0/ports?device_id=16a7f734-c739-4b88-b375-11452e37621e => 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: 618/1341] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:51 2026] GET /v2.0/security-groups?id=5bc4b24b-a761-4f72-a597-8c589c85bf37&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1342] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:41:51 2026] GET /v2.0/security-groups?tenant_id=04850c196fed4465b272b8cd205eefc9&name=default => generated 2925 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1343] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:41:51 2026] DELETE /v2.0/security-groups/963e64a8-e12e-4ebd-8320-504fb0421525 => 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: 725/1344] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:52 2026] GET /v2.0/ports?device_id=16a7f734-c739-4b88-b375-11452e37621e => 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/1345] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:52 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1346] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:41:52 2026] GET /v2.0/security-groups?id=5bc4b24b-a761-4f72-a597-8c589c85bf37&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: 621/1347] 199.204.45.242 () {34 vars in 993 bytes} [Tue Apr 14 08:41:52 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:52.588 7 INFO neutron_taas.services.taas.taas_plugin [req-2ca4d928-48dc-4c2f-b2f2-0dd3e87e33ec req-de20e91a-7688-46ca-9c84-1de7936de75b 3280a23489354a8ea6a60779dcd0db74 c5ddced9e6644592bc913c1321083a2c - - default default] TaaS: Handle Delete Port: d59d6e95-a929-4419-89e5-ecf89b3912b4 2026-04-14 08:41:52.592 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2ca4d928-48dc-4c2f-b2f2-0dd3e87e33ec req-de20e91a-7688-46ca-9c84-1de7936de75b 3280a23489354a8ea6a60779dcd0db74 c5ddced9e6644592bc913c1321083a2c - - default default] Tap Mirror: Handle Delete Port: d59d6e95-a929-4419-89e5-ecf89b3912b4 2026-04-14 08:41:52.735 7 INFO neutron.db.l3_db [req-2ca4d928-48dc-4c2f-b2f2-0dd3e87e33ec req-de20e91a-7688-46ca-9c84-1de7936de75b 3280a23489354a8ea6a60779dcd0db74 c5ddced9e6644592bc913c1321083a2c - - default default] Floating IP e63de45e-8469-4e7d-a681-65031fd32af5 disassociated. External IP: 10.96.250.202, port: d59d6e95-a929-4419-89e5-ecf89b3912b4. [pid: 8|app: 0|req: 622/1348] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:41:52 2026] GET /v2.0/security-groups?tenant_id=f7b19710b4014f52bbf6084a80585b47&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1349] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:41:52 2026] DELETE /v2.0/security-groups/ab355733-c132-4680-8206-bf22857e8f7d => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1350] 199.204.45.242 () {36 vars in 996 bytes} [Tue Apr 14 08:41:52 2026] DELETE /v2.0/ports/d59d6e95-a929-4419-89e5-ecf89b3912b4 => generated 0 bytes in 639 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:41:53.146 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ebdd7e4-f771-4056-81b2-a255ba4050d7'] response: {'server_uuid': 'bb753d02-a98b-4ddf-8864-127cb442a3fe', 'name': 'network-vif-deleted', 'tag': 'd59d6e95-a929-4419-89e5-ecf89b3912b4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 624/1351] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:53 2026] GET /v2.0/ports?device_id=16a7f734-c739-4b88-b375-11452e37621e => 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: 728/1352] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:53 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1353] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:54 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => 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: 729/1354] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:41:54 2026] DELETE /v2.0/security-groups/2fa3f578-f910-4e57-8c81-676cfb90c92e => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:41:54.768 8 INFO neutron.api.v2.resource [None req-e02ef3a7-0891-49b6-9195-17a7f2b880c0 15d3dafdfb0c4a8c87fcb0ca05e61c07 7abd1bb89000401a9b1e38a7398d689a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 626/1355] 10.0.0.30 () {32 vars in 735 bytes} [Tue Apr 14 08:41:54 2026] GET /v2.0/security-groups/2fa3f578-f910-4e57-8c81-676cfb90c92e => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:41:54.884 7 INFO neutron_taas.services.taas.taas_plugin [None req-78474619-c376-40e9-b8fa-c4a1257aefaf 15d3dafdfb0c4a8c87fcb0ca05e61c07 7abd1bb89000401a9b1e38a7398d689a - - default default] TaaS: Handle Delete Port: c934a5f1-4130-432f-9cd9-a96319c0f13a 2026-04-14 08:41:54.887 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78474619-c376-40e9-b8fa-c4a1257aefaf 15d3dafdfb0c4a8c87fcb0ca05e61c07 7abd1bb89000401a9b1e38a7398d689a - - default default] Tap Mirror: Handle Delete Port: c934a5f1-4130-432f-9cd9-a96319c0f13a [pid: 7|app: 0|req: 730/1356] 10.0.0.30 () {32 vars in 730 bytes} [Tue Apr 14 08:41:54 2026] DELETE /v2.0/floatingips/70394715-e338-4ff3-9bd5-9b68c0ecf205 => generated 0 bytes in 346 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:41:55.592 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9d855fb-dd39-472b-88d8-0f674a59cff8 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 03d402ab-29d3-4f72-9e72-89dd627be6a1 2026-04-14 08:41:55.596 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9d855fb-dd39-472b-88d8-0f674a59cff8 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 03d402ab-29d3-4f72-9e72-89dd627be6a1 [pid: 8|app: 0|req: 627/1357] 10.0.0.30 () {34 vars in 674 bytes} [Tue Apr 14 08:41:54 2026] POST /v2.0/floatingips => generated 552 bytes in 757 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1358] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:41:55 2026] GET /v2.0/ports?device_id=bb753d02-a98b-4ddf-8864-127cb442a3fe => 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: 629/1359] 10.0.0.30 () {34 vars in 757 bytes} [Tue Apr 14 08:41:55 2026] PUT /v2.0/floatingips/cd5ead99-1566-4111-9f97-52e0b489a308/tags => generated 25 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1360] 10.0.0.30 () {32 vars in 737 bytes} [Tue Apr 14 08:41:55 2026] GET /v2.0/floatingips/cd5ead99-1566-4111-9f97-52e0b489a308/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1361] 10.0.0.30 () {34 vars in 768 bytes} [Tue Apr 14 08:41:55 2026] PUT /v2.0/floatingips/cd5ead99-1566-4111-9f97-52e0b489a308/tags/green => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1362] 10.0.0.30 () {32 vars in 737 bytes} [Tue Apr 14 08:41:56 2026] GET /v2.0/floatingips/cd5ead99-1566-4111-9f97-52e0b489a308/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: 633/1363] 10.0.0.30 () {34 vars in 764 bytes} [Tue Apr 14 08:41:56 2026] PUT /v2.0/floatingips/cd5ead99-1566-4111-9f97-52e0b489a308/tags/red => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1364] 10.0.0.30 () {32 vars in 737 bytes} [Tue Apr 14 08:41:56 2026] GET /v2.0/floatingips/cd5ead99-1566-4111-9f97-52e0b489a308/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: 731/1365] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:41:55 2026] PUT /v2.0/routers/c9a719a9-2680-437f-9574-427604655626/remove_router_interface => generated 309 bytes in 1132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1366] 10.0.0.30 () {34 vars in 786 bytes} [Tue Apr 14 08:41:56 2026] PUT /v2.0/floatingips/cd5ead99-1566-4111-9f97-52e0b489a308/tags/black.or.white => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1367] 10.0.0.30 () {32 vars in 737 bytes} [Tue Apr 14 08:41:56 2026] GET /v2.0/floatingips/cd5ead99-1566-4111-9f97-52e0b489a308/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1368] 10.0.0.30 () {34 vars in 757 bytes} [Tue Apr 14 08:41:56 2026] PUT /v2.0/floatingips/cd5ead99-1566-4111-9f97-52e0b489a308/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1369] 10.0.0.30 () {32 vars in 737 bytes} [Tue Apr 14 08:41:56 2026] GET /v2.0/floatingips/cd5ead99-1566-4111-9f97-52e0b489a308/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1370] 10.0.0.30 () {32 vars in 745 bytes} [Tue Apr 14 08:41:56 2026] GET /v2.0/floatingips/cd5ead99-1566-4111-9f97-52e0b489a308/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:41:56.478 7 INFO neutron_taas.services.taas.taas_plugin [None req-4cd51e92-916f-4e0a-be7b-5c4c707d54f2 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 273b9888-8688-4661-8d64-cd4fac02f524 2026-04-14 08:41:56.481 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cd51e92-916f-4e0a-be7b-5c4c707d54f2 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 273b9888-8688-4661-8d64-cd4fac02f524 2026-04-14 08:41:56.506 8 INFO neutron.api.v2.resource [None req-f7bf4c01-112a-4b25-a022-c37b2b275279 625f537ea5444a06aec51adfa61031c6 6dbfb71f6e72401ba91e1c3d19f2b581 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 640/1371] 10.0.0.30 () {32 vars in 749 bytes} [Tue Apr 14 08:41:56 2026] GET /v2.0/floatingips/cd5ead99-1566-4111-9f97-52e0b489a308/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1372] 10.0.0.30 () {32 vars in 748 bytes} [Tue Apr 14 08:41:56 2026] DELETE /v2.0/floatingips/cd5ead99-1566-4111-9f97-52e0b489a308/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1373] 10.0.0.30 () {32 vars in 737 bytes} [Tue Apr 14 08:41:56 2026] GET /v2.0/floatingips/cd5ead99-1566-4111-9f97-52e0b489a308/tags => generated 30 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:41:56.662 8 INFO neutron.api.v2.resource [None req-25e524d4-9831-49dc-a27a-e7ae98baf9e1 625f537ea5444a06aec51adfa61031c6 6dbfb71f6e72401ba91e1c3d19f2b581 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 643/1374] 10.0.0.30 () {32 vars in 752 bytes} [Tue Apr 14 08:41:56 2026] DELETE /v2.0/floatingips/cd5ead99-1566-4111-9f97-52e0b489a308/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1375] 10.0.0.30 () {32 vars in 740 bytes} [Tue Apr 14 08:41:56 2026] DELETE /v2.0/floatingips/cd5ead99-1566-4111-9f97-52e0b489a308/tags => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:41:56.757 7 INFO neutron_taas.services.taas.taas_plugin [None req-4cd51e92-916f-4e0a-be7b-5c4c707d54f2 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 47dc39e7-8379-4872-ad45-83faf0721d39 2026-04-14 08:41:56.761 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cd51e92-916f-4e0a-be7b-5c4c707d54f2 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 47dc39e7-8379-4872-ad45-83faf0721d39 [pid: 8|app: 0|req: 645/1376] 10.0.0.30 () {32 vars in 737 bytes} [Tue Apr 14 08:41:56 2026] GET /v2.0/floatingips/cd5ead99-1566-4111-9f97-52e0b489a308/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:41:56.921 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8ed8275-3932-4726-aed5-b418c6559f33 625f537ea5444a06aec51adfa61031c6 6dbfb71f6e72401ba91e1c3d19f2b581 - - default default] TaaS: Handle Delete Port: 440cd395-de89-4a39-92e6-52aecd77d438 2026-04-14 08:41:56.925 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8ed8275-3932-4726-aed5-b418c6559f33 625f537ea5444a06aec51adfa61031c6 6dbfb71f6e72401ba91e1c3d19f2b581 - - default default] Tap Mirror: Handle Delete Port: 440cd395-de89-4a39-92e6-52aecd77d438 [pid: 8|app: 0|req: 646/1377] 10.0.0.30 () {32 vars in 730 bytes} [Tue Apr 14 08:41:56 2026] DELETE /v2.0/floatingips/cd5ead99-1566-4111-9f97-52e0b489a308 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:41:57.173 7 INFO neutron.services.segments.plugin [-] Segment 1ff55290-45e3-4593-bda2-0866643b270a resource provider aggregate not found 2026-04-14 08:41:57.177 7 INFO neutron.services.segments.plugin [-] Segment 1ff55290-45e3-4593-bda2-0866643b270a resource provider aggregate not found 2026-04-14 08:41:57.210 7 INFO neutron.services.segments.plugin [-] Segment 1ff55290-45e3-4593-bda2-0866643b270a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ff55290-45e3-4593-bda2-0866643b270a found for delete ", "request_id": "req-2d5f5024-e829-43a0-ace4-cc66490151bc"}]} 2026-04-14 08:41:57.217 7 INFO neutron.services.segments.plugin [-] Segment 1ff55290-45e3-4593-bda2-0866643b270a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ff55290-45e3-4593-bda2-0866643b270a found for delete ", "request_id": "req-a48c59c4-585c-422b-85f1-9ea99e797eae"}]} 2026-04-14 08:41:57.221 7 INFO neutron.db.l3_hamode_db [None req-4cd51e92-916f-4e0a-be7b-5c4c707d54f2 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] HA network bae4e192-9d41-4b05-a2d3-7085f1d99dcf was deleted as no HA routers are present in tenant 7abd1bb89000401a9b1e38a7398d689a. [pid: 7|app: 0|req: 732/1378] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:56 2026] DELETE /v2.0/routers/c9a719a9-2680-437f-9574-427604655626 => generated 0 bytes in 964 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1379] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:41:57 2026] DELETE /v2.0/security-groups/5bc4b24b-a761-4f72-a597-8c589c85bf37 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1380] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:57 2026] DELETE /v2.0/subnets/8431ac0b-8794-4d8f-958b-dc4650388482 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:41:57.393 8 INFO neutron.api.v2.resource [None req-99a35285-49d6-4af3-b9ed-00b170a52aa6 3280a23489354a8ea6a60779dcd0db74 c5ddced9e6644592bc913c1321083a2c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 649/1381] 10.0.0.30 () {32 vars in 735 bytes} [Tue Apr 14 08:41:57 2026] GET /v2.0/security-groups/5bc4b24b-a761-4f72-a597-8c589c85bf37 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:41:57.464 8 INFO neutron_taas.services.taas.taas_plugin [None req-dff9618e-c25d-4e2a-b1f0-06e9dcb2ded3 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 65086fd2-25da-4c93-9daa-6a83699e03bc 2026-04-14 08:41:57.466 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dff9618e-c25d-4e2a-b1f0-06e9dcb2ded3 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 65086fd2-25da-4c93-9daa-6a83699e03bc [pid: 7|app: 0|req: 733/1382] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:41:57 2026] GET /v2.0/security-groups?tenant_id=a474d17543104b9daddcbc5fe3e4993c&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:41:57.601 8 INFO neutron.services.segments.plugin [-] Segment 385e5fb0-042d-4929-9b99-d2a733f07035 resource provider aggregate not found 2026-04-14 08:41:57.606 8 INFO neutron.services.segments.plugin [-] Segment 385e5fb0-042d-4929-9b99-d2a733f07035 resource provider aggregate not found 2026-04-14 08:41:57.620 8 INFO neutron.services.segments.plugin [-] Segment 385e5fb0-042d-4929-9b99-d2a733f07035 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 385e5fb0-042d-4929-9b99-d2a733f07035 found for delete ", "request_id": "req-4d6553cc-18b4-46b0-87d3-3d4ed6730340"}]} 2026-04-14 08:41:57.627 8 INFO neutron.services.segments.plugin [-] Segment 385e5fb0-042d-4929-9b99-d2a733f07035 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 385e5fb0-042d-4929-9b99-d2a733f07035 found for delete ", "request_id": "req-d58907d6-7db6-46cd-af62-6da3ac0a0642"}]} [pid: 8|app: 0|req: 650/1383] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:41:57 2026] DELETE /v2.0/networks/53547022-a96b-4d31-9cef-eb9b2d532a65 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:41:57.642 7 INFO neutron_taas.services.taas.taas_plugin [None req-c8fd5bc4-ac04-4921-a055-4e12989ba61c 3280a23489354a8ea6a60779dcd0db74 c5ddced9e6644592bc913c1321083a2c - - default default] TaaS: Handle Delete Port: 20b8243b-2128-41e6-8d4e-1da1103620c6 2026-04-14 08:41:57.645 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8fd5bc4-ac04-4921-a055-4e12989ba61c 3280a23489354a8ea6a60779dcd0db74 c5ddced9e6644592bc913c1321083a2c - - default default] Tap Mirror: Handle Delete Port: 20b8243b-2128-41e6-8d4e-1da1103620c6 [pid: 8|app: 0|req: 651/1384] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:41:57 2026] DELETE /v2.0/security-groups/1e1bf232-1ba4-47c2-8d22-b8488dfcb015 => 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: 734/1385] 10.0.0.30 () {32 vars in 730 bytes} [Tue Apr 14 08:41:57 2026] DELETE /v2.0/floatingips/e63de45e-8469-4e7d-a681-65031fd32af5 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1386] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:41:57 2026] GET /v2.0/security-groups?tenant_id=7abd1bb89000401a9b1e38a7398d689a&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1387] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:41:57 2026] GET /v2.0/security-groups?tenant_id=2b3f26bee576430d8e8a8c12a5f3986e&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1388] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:41:58 2026] DELETE /v2.0/security-groups/504c56d9-95b8-4b47-a412-81b3e1a2ada6 => 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: 654/1389] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:41:58 2026] DELETE /v2.0/security-groups/7479bdb8-bdc1-4ca5-bb8a-075ac1aeee0f => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:41:58.355 7 INFO neutron_taas.services.taas.taas_plugin [None req-f275e6ad-be0e-488e-9612-83c6baf57a1c b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 9eb97e13-7f11-4696-939f-5c183d005658 2026-04-14 08:41:58.358 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f275e6ad-be0e-488e-9612-83c6baf57a1c b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 9eb97e13-7f11-4696-939f-5c183d005658 [pid: 8|app: 0|req: 655/1390] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:41:58 2026] GET /v2.0/security-groups?tenant_id=6dbfb71f6e72401ba91e1c3d19f2b581&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1391] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:41:58 2026] DELETE /v2.0/security-groups/b23170b3-0c99-4744-895b-968474f9593b => 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: 736/1392] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:41:57 2026] PUT /v2.0/routers/6be117f5-5fd8-4b54-b69a-2baf3959f486/remove_router_interface => generated 309 bytes in 1130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:59.269 8 INFO neutron_taas.services.taas.taas_plugin [None req-e82bc162-ee4a-486a-9fb7-8ae3e564f299 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 595eee49-4c91-41ef-b928-c9d558b733e5 2026-04-14 08:41:59.272 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e82bc162-ee4a-486a-9fb7-8ae3e564f299 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 595eee49-4c91-41ef-b928-c9d558b733e5 2026-04-14 08:41:59.601 8 INFO neutron_taas.services.taas.taas_plugin [None req-e82bc162-ee4a-486a-9fb7-8ae3e564f299 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: b401b9ab-cd3c-445d-99da-4a74ea3536b8 2026-04-14 08:41:59.605 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e82bc162-ee4a-486a-9fb7-8ae3e564f299 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: b401b9ab-cd3c-445d-99da-4a74ea3536b8 2026-04-14 08:42:00.009 8 INFO neutron.services.segments.plugin [-] Segment 82bcac01-01be-4193-a743-b37a91f70bc9 resource provider aggregate not found 2026-04-14 08:42:00.016 8 INFO neutron.services.segments.plugin [-] Segment 82bcac01-01be-4193-a743-b37a91f70bc9 resource provider aggregate not found 2026-04-14 08:42:00.034 8 INFO neutron.services.segments.plugin [-] Segment 82bcac01-01be-4193-a743-b37a91f70bc9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82bcac01-01be-4193-a743-b37a91f70bc9 found for delete ", "request_id": "req-d1c495e5-b34b-4e7f-8468-746201547f2d"}]} 2026-04-14 08:42:00.049 8 INFO neutron.db.l3_hamode_db [None req-e82bc162-ee4a-486a-9fb7-8ae3e564f299 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] HA network df2f8419-219a-42fd-84eb-588d6a5a1f6b was deleted as no HA routers are present in tenant c5ddced9e6644592bc913c1321083a2c. 2026-04-14 08:42:00.056 8 INFO neutron.services.segments.plugin [-] Segment 82bcac01-01be-4193-a743-b37a91f70bc9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82bcac01-01be-4193-a743-b37a91f70bc9 found for delete ", "request_id": "req-f4aa440b-3d99-4198-80b1-67c0e5becf40"}]} [pid: 8|app: 0|req: 657/1393] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:41:59 2026] DELETE /v2.0/routers/6be117f5-5fd8-4b54-b69a-2baf3959f486 => generated 0 bytes in 1039 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1394] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:42:00 2026] DELETE /v2.0/subnets/baf37e42-8cf9-48b3-a9fe-9d371347a6e9 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:42:00.351 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e027bfa-92db-4a3a-a26a-51f56ff4d940 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 98f7603e-6a6c-4eeb-8d55-b94e3e222e3f 2026-04-14 08:42:00.356 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e027bfa-92db-4a3a-a26a-51f56ff4d940 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 98f7603e-6a6c-4eeb-8d55-b94e3e222e3f 2026-04-14 08:42:00.572 7 INFO neutron.db.segments_db [None req-5260ed07-4663-4586-b693-c531a8d08d1c b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment 46c168fe-1d16-4399-92e6-a7a9ac18b71e of type vxlan for network 5d5a708c-c0f9-4a18-83ce-b4b2fcf9f2b0 [pid: 8|app: 0|req: 659/1395] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:42:00 2026] DELETE /v2.0/networks/4c2e675a-c425-49f1-8556-269bf3305914 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1396] 10.0.0.30 () {34 vars in 669 bytes} [Tue Apr 14 08:42:00 2026] POST /v2.0/networks => generated 744 bytes in 647 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1397] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:00 2026] GET /v2.0/security-groups?tenant_id=c5ddced9e6644592bc913c1321083a2c&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: 660/1398] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:42:00 2026] POST /v2.0/subnets => generated 691 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1399] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:00 2026] DELETE /v2.0/security-groups/9c9773de-f561-4eca-98ce-cdc0704a633a => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:42:01.020 8 INFO neutron.db.segments_db [None req-01aefcab-56f3-4751-987e-f81bf3f475db b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment 8c22f49a-70eb-44f1-be75-d68054340117 of type vxlan for network b8128933-b928-4be7-ab07-172f0811632c 2026-04-14 08:42:01.396 8 INFO neutron.db.l3_hamode_db [None req-01aefcab-56f3-4751-987e-f81bf3f475db b5fc67366ffa47b79f63849c82796f9d 71a085fe6a744be5830df664fe0bd63f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 740/1400] 10.0.0.88 () {30 vars in 648 bytes} [Tue Apr 14 08:42:01 2026] GET /v2.0/extensions => generated 21537 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-14 08:42:02.083 8 INFO neutron.services.segments.plugin [-] Segment 86d94529-3936-4106-8d6f-e5271d6d03b3 resource provider aggregate not found 2026-04-14 08:42:02.086 8 INFO neutron.services.segments.plugin [-] Segment 86d94529-3936-4106-8d6f-e5271d6d03b3 resource provider aggregate not found 2026-04-14 08:42:02.112 8 INFO neutron.services.segments.plugin [-] Segment 86d94529-3936-4106-8d6f-e5271d6d03b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86d94529-3936-4106-8d6f-e5271d6d03b3 found for delete ", "request_id": "req-fbae3311-83d5-438e-8686-5ce43ecfe7c2"}]} 2026-04-14 08:42:02.113 8 INFO neutron.services.segments.plugin [-] Segment 86d94529-3936-4106-8d6f-e5271d6d03b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86d94529-3936-4106-8d6f-e5271d6d03b3 found for delete ", "request_id": "req-f2c2a300-dd87-4fec-aeb5-35b945a620ed"}]} [pid: 7|app: 0|req: 741/1401] 10.0.0.88 () {30 vars in 722 bytes} [Tue Apr 14 08:42:02 2026] GET /v2.0/quotas/974371dd3c094ddeb3ed733af6839980/details => generated 847 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:42:02.335 8 INFO neutron.db.l3_hamode_db [None req-01aefcab-56f3-4751-987e-f81bf3f475db b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 742/1402] 10.0.0.30 () {34 vars in 682 bytes} [Tue Apr 14 08:42:02 2026] POST /v2.0/security-groups => generated 1601 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1403] 10.0.0.30 () {34 vars in 765 bytes} [Tue Apr 14 08:42:02 2026] PUT /v2.0/security-groups/7b149037-ea95-4139-96a5-da1325000b41/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1404] 10.0.0.30 () {32 vars in 745 bytes} [Tue Apr 14 08:42:02 2026] GET /v2.0/security-groups/7b149037-ea95-4139-96a5-da1325000b41/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1405] 10.0.0.30 () {34 vars in 776 bytes} [Tue Apr 14 08:42:02 2026] PUT /v2.0/security-groups/7b149037-ea95-4139-96a5-da1325000b41/tags/green => generated 4 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1406] 10.0.0.30 () {32 vars in 745 bytes} [Tue Apr 14 08:42:02 2026] GET /v2.0/security-groups/7b149037-ea95-4139-96a5-da1325000b41/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1407] 10.0.0.30 () {34 vars in 772 bytes} [Tue Apr 14 08:42:02 2026] PUT /v2.0/security-groups/7b149037-ea95-4139-96a5-da1325000b41/tags/red => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1408] 10.0.0.30 () {32 vars in 745 bytes} [Tue Apr 14 08:42:02 2026] GET /v2.0/security-groups/7b149037-ea95-4139-96a5-da1325000b41/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1409] 10.0.0.30 () {34 vars in 794 bytes} [Tue Apr 14 08:42:03 2026] PUT /v2.0/security-groups/7b149037-ea95-4139-96a5-da1325000b41/tags/black.or.white => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1410] 10.0.0.30 () {32 vars in 745 bytes} [Tue Apr 14 08:42:03 2026] GET /v2.0/security-groups/7b149037-ea95-4139-96a5-da1325000b41/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:42:03.473 7 INFO neutron.db.segments_db [None req-5e3daaed-f924-464c-a184-7bc4b1b86f0b b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment 1bbf5a22-091f-4c65-807b-4c7fd704ea75 of type vxlan for network d7ee0822-8f76-4cbd-a5b7-038fc30ea7b6 [pid: 8|app: 0|req: 661/1411] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:42:00 2026] POST /v2.0/routers => generated 731 bytes in 2634 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1412] 10.0.0.30 () {34 vars in 669 bytes} [Tue Apr 14 08:42:03 2026] POST /v2.0/networks => generated 745 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1413] 10.0.0.30 () {34 vars in 765 bytes} [Tue Apr 14 08:42:03 2026] PUT /v2.0/security-groups/7b149037-ea95-4139-96a5-da1325000b41/tags => generated 37 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1414] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:42:03 2026] POST /v2.0/subnets => generated 692 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1415] 10.0.0.30 () {32 vars in 745 bytes} [Tue Apr 14 08:42:03 2026] GET /v2.0/security-groups/7b149037-ea95-4139-96a5-da1325000b41/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:42:03.954 8 INFO neutron.db.segments_db [None req-84f964b1-4c93-4cd8-b07b-4bd64d33bb78 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment 253ba339-c77a-418f-8e23-8bf38d766e8e of type vxlan for network 539a2e45-8943-455b-aa97-5ce10e2caf24 2026-04-14 08:42:04.252 8 INFO neutron.db.l3_hamode_db [None req-84f964b1-4c93-4cd8-b07b-4bd64d33bb78 b5fc67366ffa47b79f63849c82796f9d d21a8e7eb62b4444834b961b98042be8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 752/1416] 10.0.0.30 () {34 vars in 781 bytes} [Tue Apr 14 08:42:03 2026] PUT /v2.0/routers/b49ddb60-8547-4a88-9d8a-9fed9f050453/add_router_interface => generated 309 bytes in 1036 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1417] 10.0.0.30 () {32 vars in 753 bytes} [Tue Apr 14 08:42:04 2026] GET /v2.0/security-groups/7b149037-ea95-4139-96a5-da1325000b41/tags/red => 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: 754/1418] 10.0.0.88 () {30 vars in 648 bytes} [Tue Apr 14 08:42:04 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) 2026-04-14 08:42:04.704 7 INFO neutron.api.v2.resource [None req-07d0442f-6a3f-446f-b95e-88759fc9150e 3b418dd88cca4371adc12c5476a1bbc5 c9656a63140c45c0bd0bd2e3adc52f01 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 755/1419] 10.0.0.30 () {32 vars in 757 bytes} [Tue Apr 14 08:42:04 2026] GET /v2.0/security-groups/7b149037-ea95-4139-96a5-da1325000b41/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1420] 10.0.0.88 () {30 vars in 722 bytes} [Tue Apr 14 08:42:04 2026] GET /v2.0/quotas/974371dd3c094ddeb3ed733af6839980/details => generated 847 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1421] 10.0.0.30 () {32 vars in 756 bytes} [Tue Apr 14 08:42:04 2026] DELETE /v2.0/security-groups/7b149037-ea95-4139-96a5-da1325000b41/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1422] 10.0.0.30 () {32 vars in 745 bytes} [Tue Apr 14 08:42:04 2026] GET /v2.0/security-groups/7b149037-ea95-4139-96a5-da1325000b41/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:42:04.954 7 INFO neutron.api.v2.resource [None req-491c3ab0-0585-4b40-ab5e-c4ecba13c634 3b418dd88cca4371adc12c5476a1bbc5 c9656a63140c45c0bd0bd2e3adc52f01 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 759/1423] 10.0.0.30 () {32 vars in 760 bytes} [Tue Apr 14 08:42:04 2026] DELETE /v2.0/security-groups/7b149037-ea95-4139-96a5-da1325000b41/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1424] 10.0.0.30 () {32 vars in 748 bytes} [Tue Apr 14 08:42:04 2026] DELETE /v2.0/security-groups/7b149037-ea95-4139-96a5-da1325000b41/tags => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:42:05.073 8 INFO neutron.db.l3_hamode_db [None req-84f964b1-4c93-4cd8-b07b-4bd64d33bb78 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 761/1425] 10.0.0.30 () {32 vars in 745 bytes} [Tue Apr 14 08:42:05 2026] GET /v2.0/security-groups/7b149037-ea95-4139-96a5-da1325000b41/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1426] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:05 2026] DELETE /v2.0/security-groups/7b149037-ea95-4139-96a5-da1325000b41 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1429] 10.0.0.30 () {34 vars in 683 bytes} [Tue Apr 14 08:42:05 2026] POST /v2.0/security-groups => generated 1659 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1430] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:42:05 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: 767/1431] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:42:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1432] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:42:03 2026] POST /v2.0/routers => generated 732 bytes in 2113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1433] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:06 2026] GET /v2.0/security-groups?tenant_id=c9656a63140c45c0bd0bd2e3adc52f01&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1434] 10.0.0.30 () {34 vars in 674 bytes} [Tue Apr 14 08:42:05 2026] POST /v2.0/floatingips => generated 552 bytes in 707 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1435] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:06 2026] DELETE /v2.0/security-groups/55e80df5-b964-4c5d-b88f-175ab0cc9b06 => 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: 770/1436] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:06 2026] GET /v2.0/security-groups?tenant_id=77081c904e6042a78cdc45cdd778ee29&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1437] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:06 2026] DELETE /v2.0/security-groups/175144e5-81cf-40ab-b25f-4f1ba9ae23b9 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1438] 10.0.0.244 () {34 vars in 1097 bytes} [Tue Apr 14 08:42:06 2026] GET /v2.0/security-groups?name=tempest-securitygroup--606404379&fields=id&tenant_id=71a085fe6a744be5830df664fe0bd63f => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1439] 10.0.0.244 () {34 vars in 981 bytes} [Tue Apr 14 08:42:06 2026] GET /v2.0/networks?id=5d5a708c-c0f9-4a18-83ce-b4b2fcf9f2b0 => generated 676 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1440] 10.0.0.244 () {34 vars in 964 bytes} [Tue Apr 14 08:42:06 2026] GET /v2.0/quotas/71a085fe6a744be5830df664fe0bd63f => 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: 775/1441] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:06 2026] GET /v2.0/security-groups?tenant_id=974371dd3c094ddeb3ed733af6839980&name=default => generated 2925 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1442] 10.0.0.244 () {34 vars in 1001 bytes} [Tue Apr 14 08:42:07 2026] GET /v2.0/ports?tenant_id=71a085fe6a744be5830df664fe0bd63f&fields=id => generated 103 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1443] 10.0.0.30 () {34 vars in 781 bytes} [Tue Apr 14 08:42:06 2026] PUT /v2.0/routers/c106561d-3eb5-4bb7-95f2-415f5bfc6dff/add_router_interface => generated 309 bytes in 1354 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1444] 10.0.0.244 () {34 vars in 1007 bytes} [Tue Apr 14 08:42:07 2026] GET /v2.0/networks/5d5a708c-c0f9-4a18-83ce-b4b2fcf9f2b0?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1445] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:07 2026] DELETE /v2.0/security-groups/2c478f23-6faf-4720-b488-4bcce9a3c3a6 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1446] 10.0.0.244 () {34 vars in 1107 bytes} [Tue Apr 14 08:42:07 2026] GET /v2.0/networks/5d5a708c-c0f9-4a18-83ce-b4b2fcf9f2b0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1447] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:07 2026] GET /v2.0/ports?device_id=855db177-50bd-4048-b8fb-f19d2a827d94 => 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: 670/1448] 10.0.0.244 () {34 vars in 981 bytes} [Tue Apr 14 08:42:08 2026] GET /v2.0/networks?id=d7ee0822-8f76-4cbd-a5b7-038fc30ea7b6 => generated 677 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1449] 10.0.0.244 () {34 vars in 964 bytes} [Tue Apr 14 08:42:08 2026] GET /v2.0/quotas/d21a8e7eb62b4444834b961b98042be8 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1450] 10.0.0.244 () {34 vars in 1001 bytes} [Tue Apr 14 08:42:08 2026] GET /v2.0/ports?tenant_id=d21a8e7eb62b4444834b961b98042be8&fields=id => generated 103 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1451] 10.0.0.244 () {34 vars in 1007 bytes} [Tue Apr 14 08:42:08 2026] GET /v2.0/networks/d7ee0822-8f76-4cbd-a5b7-038fc30ea7b6?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: 672/1452] 10.0.0.244 () {34 vars in 1107 bytes} [Tue Apr 14 08:42:08 2026] GET /v2.0/networks/d7ee0822-8f76-4cbd-a5b7-038fc30ea7b6?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: 7|app: 0|req: 781/1453] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:09 2026] GET /v2.0/ports?device_id=855db177-50bd-4048-b8fb-f19d2a827d94 => 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: 673/1454] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:09 2026] GET /v2.0/ports?device_id=d7cf5d93-da03-4b70-8beb-f169c667860f => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1455] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:10 2026] GET /v2.0/ports?device_id=855db177-50bd-4048-b8fb-f19d2a827d94 => 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: 674/1456] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:10 2026] GET /v2.0/ports?device_id=d7cf5d93-da03-4b70-8beb-f169c667860f => 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: 675/1457] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:11 2026] GET /v2.0/ports?device_id=855db177-50bd-4048-b8fb-f19d2a827d94 => 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: 783/1458] 10.0.0.30 () {34 vars in 674 bytes} [Tue Apr 14 08:42:11 2026] POST /v2.0/subnetpools => generated 516 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1459] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:11 2026] GET /v2.0/ports?device_id=d7cf5d93-da03-4b70-8beb-f169c667860f => 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: 784/1460] 10.0.0.30 () {34 vars in 757 bytes} [Tue Apr 14 08:42:11 2026] PUT /v2.0/subnetpools/006b26eb-d5e7-4792-ba7f-8445040d83b8/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: 677/1461] 10.0.0.30 () {32 vars in 737 bytes} [Tue Apr 14 08:42:11 2026] GET /v2.0/subnetpools/006b26eb-d5e7-4792-ba7f-8445040d83b8/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1462] 10.0.0.30 () {34 vars in 768 bytes} [Tue Apr 14 08:42:11 2026] PUT /v2.0/subnetpools/006b26eb-d5e7-4792-ba7f-8445040d83b8/tags/green => generated 4 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1463] 10.0.0.30 () {32 vars in 737 bytes} [Tue Apr 14 08:42:11 2026] GET /v2.0/subnetpools/006b26eb-d5e7-4792-ba7f-8445040d83b8/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1464] 10.0.0.30 () {34 vars in 764 bytes} [Tue Apr 14 08:42:11 2026] PUT /v2.0/subnetpools/006b26eb-d5e7-4792-ba7f-8445040d83b8/tags/red => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1465] 10.0.0.30 () {32 vars in 737 bytes} [Tue Apr 14 08:42:11 2026] GET /v2.0/subnetpools/006b26eb-d5e7-4792-ba7f-8445040d83b8/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1466] 10.0.0.30 () {34 vars in 786 bytes} [Tue Apr 14 08:42:11 2026] PUT /v2.0/subnetpools/006b26eb-d5e7-4792-ba7f-8445040d83b8/tags/black.or.white => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1467] 10.0.0.30 () {32 vars in 737 bytes} [Tue Apr 14 08:42:11 2026] GET /v2.0/subnetpools/006b26eb-d5e7-4792-ba7f-8445040d83b8/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1468] 10.0.0.30 () {34 vars in 757 bytes} [Tue Apr 14 08:42:11 2026] PUT /v2.0/subnetpools/006b26eb-d5e7-4792-ba7f-8445040d83b8/tags => generated 37 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1469] 10.0.0.30 () {32 vars in 737 bytes} [Tue Apr 14 08:42:11 2026] GET /v2.0/subnetpools/006b26eb-d5e7-4792-ba7f-8445040d83b8/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1470] 10.0.0.30 () {32 vars in 745 bytes} [Tue Apr 14 08:42:12 2026] GET /v2.0/subnetpools/006b26eb-d5e7-4792-ba7f-8445040d83b8/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:42:12.107 8 INFO neutron.api.v2.resource [None req-5f81fe71-61e2-4d7b-8781-d16769e4a4f7 4115e92692604b41a619b95b1efcd646 279242e239eb40888c7d60bf2ec4894b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 682/1471] 10.0.0.30 () {32 vars in 749 bytes} [Tue Apr 14 08:42:12 2026] GET /v2.0/subnetpools/006b26eb-d5e7-4792-ba7f-8445040d83b8/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1472] 10.0.0.30 () {32 vars in 748 bytes} [Tue Apr 14 08:42:12 2026] DELETE /v2.0/subnetpools/006b26eb-d5e7-4792-ba7f-8445040d83b8/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1473] 10.0.0.30 () {32 vars in 737 bytes} [Tue Apr 14 08:42:12 2026] GET /v2.0/subnetpools/006b26eb-d5e7-4792-ba7f-8445040d83b8/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:42:12.259 7 INFO neutron.api.v2.resource [None req-0576f1e0-94db-4593-8547-b9f0bd0ac66d 4115e92692604b41a619b95b1efcd646 279242e239eb40888c7d60bf2ec4894b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 791/1474] 10.0.0.30 () {32 vars in 752 bytes} [Tue Apr 14 08:42:12 2026] DELETE /v2.0/subnetpools/006b26eb-d5e7-4792-ba7f-8445040d83b8/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1475] 10.0.0.30 () {32 vars in 740 bytes} [Tue Apr 14 08:42:12 2026] DELETE /v2.0/subnetpools/006b26eb-d5e7-4792-ba7f-8445040d83b8/tags => 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: 685/1476] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:12 2026] GET /v2.0/ports?device_id=855db177-50bd-4048-b8fb-f19d2a827d94 => 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: 792/1477] 10.0.0.30 () {32 vars in 737 bytes} [Tue Apr 14 08:42:12 2026] GET /v2.0/subnetpools/006b26eb-d5e7-4792-ba7f-8445040d83b8/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: 686/1478] 10.0.0.30 () {32 vars in 730 bytes} [Tue Apr 14 08:42:12 2026] DELETE /v2.0/subnetpools/006b26eb-d5e7-4792-ba7f-8445040d83b8 => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1479] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:12 2026] GET /v2.0/ports?device_id=d7cf5d93-da03-4b70-8beb-f169c667860f => 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: 687/1480] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:42:12 2026] GET /v2.0/networks?id=5d5a708c-c0f9-4a18-83ce-b4b2fcf9f2b0 => generated 676 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1481] 199.204.45.242 () {34 vars in 1049 bytes} [Tue Apr 14 08:42:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=71a085fe6a744be5830df664fe0bd63f => generated 180 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1482] 199.204.45.242 () {38 vars in 954 bytes} [Tue Apr 14 08:42:12 2026] POST /v2.0/ports => generated 954 bytes in 449 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: 796/1483] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:13 2026] GET /v2.0/security-groups?tenant_id=279242e239eb40888c7d60bf2ec4894b&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1484] 10.0.0.30 () {34 vars in 674 bytes} [Tue Apr 14 08:42:12 2026] POST /v2.0/floatingips => generated 552 bytes in 906 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1485] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:13 2026] GET /v2.0/ports?device_id=855db177-50bd-4048-b8fb-f19d2a827d94 => generated 957 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1486] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:13 2026] DELETE /v2.0/security-groups/73ece41e-ffc9-4a5f-9b8d-187c2e0b3d79 => 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: 691/1487] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:13 2026] GET /v2.0/ports?device_id=d7cf5d93-da03-4b70-8beb-f169c667860f => 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: 797/1488] 199.204.45.242 () {38 vars in 1027 bytes} [Tue Apr 14 08:42:13 2026] PUT /v2.0/ports/d628f76f-d0ef-479d-b188-7feeb023945a => generated 1235 bytes in 480 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: 798/1489] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:42:14 2026] GET /v2.0/security-groups?id=9203967b-2287-4dc5-b0f2-738660d3875b&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:42:14.105 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d87d973b-c64a-494f-963d-9444d9e0dd7a'] response: {'name': 'network-changed', 'server_uuid': '855db177-50bd-4048-b8fb-f19d2a827d94', 'tag': 'd628f76f-d0ef-479d-b188-7feeb023945a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 799/1490] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:14 2026] GET /v2.0/security-groups?tenant_id=331642a393b74527befd62aa6abbe081&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1491] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:14 2026] DELETE /v2.0/security-groups/149cd6bf-5816-44a4-a8e8-5f3860dca7d9 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1492] 10.0.0.30 () {34 vars in 674 bytes} [Tue Apr 14 08:42:13 2026] POST /v2.0/floatingips => generated 552 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1493] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:42:14 2026] GET /v2.0/ports?tenant_id=71a085fe6a744be5830df664fe0bd63f&device_id=855db177-50bd-4048-b8fb-f19d2a827d94 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1494] 199.204.45.242 () {34 vars in 1017 bytes} [Tue Apr 14 08:42:14 2026] GET /v2.0/networks?tenant_id=71a085fe6a744be5830df664fe0bd63f&shared=False => generated 772 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1495] 199.204.45.242 () {34 vars in 929 bytes} [Tue Apr 14 08:42:14 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1496] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:42:14 2026] GET /v2.0/networks?id=d7ee0822-8f76-4cbd-a5b7-038fc30ea7b6 => generated 677 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1497] 10.0.0.30 () {34 vars in 674 bytes} [Tue Apr 14 08:42:14 2026] POST /v2.0/floatingips => generated 552 bytes in 513 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1498] 199.204.45.242 () {38 vars in 954 bytes} [Tue Apr 14 08:42:14 2026] POST /v2.0/ports => generated 954 bytes in 391 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: 698/1499] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:15 2026] GET /v2.0/ports?device_id=d7cf5d93-da03-4b70-8beb-f169c667860f => generated 957 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1500] 10.0.0.30 () {34 vars in 674 bytes} [Tue Apr 14 08:42:14 2026] POST /v2.0/floatingips => generated 552 bytes in 603 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1501] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:42:15 2026] GET /v2.0/security-groups?id=d8a5f5f5-db91-48ee-ab60-a093be5b7a98&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1502] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:15 2026] GET /v2.0/ports?device_id=855db177-50bd-4048-b8fb-f19d2a827d94 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1503] 199.204.45.242 () {38 vars in 1027 bytes} [Tue Apr 14 08:42:15 2026] PUT /v2.0/ports/066088a3-cd08-4432-b672-fa91e99bc720 => generated 1235 bytes in 479 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: 700/1504] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:42:15 2026] GET /v2.0/security-groups?id=9203967b-2287-4dc5-b0f2-738660d3875b&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-04-14 08:42:15.821 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ddba1bf4-8f29-4421-9813-4ad55b9b1c45'] response: {'name': 'network-changed', 'server_uuid': 'd7cf5d93-da03-4b70-8beb-f169c667860f', 'tag': '066088a3-cd08-4432-b672-fa91e99bc720', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 701/1505] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:42:15 2026] GET /v2.0/ports?tenant_id=71a085fe6a744be5830df664fe0bd63f&device_id=855db177-50bd-4048-b8fb-f19d2a827d94 => 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: 702/1506] 199.204.45.242 () {34 vars in 1057 bytes} [Tue Apr 14 08:42:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=d628f76f-d0ef-479d-b188-7feeb023945a => 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: 703/1507] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:42:15 2026] GET /v2.0/subnets?id=9a1c548c-9fee-42e3-b15d-0fcfc4b2e126 => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1508] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:42:15 2026] GET /v2.0/ports?network_id=5d5a708c-c0f9-4a18-83ce-b4b2fcf9f2b0&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: 705/1509] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:42:15 2026] GET /v2.0/networks/5d5a708c-c0f9-4a18-83ce-b4b2fcf9f2b0?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: 706/1510] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:42:16 2026] GET /v2.0/networks/5d5a708c-c0f9-4a18-83ce-b4b2fcf9f2b0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1511] 10.0.0.30 () {34 vars in 674 bytes} [Tue Apr 14 08:42:15 2026] POST /v2.0/floatingips => generated 552 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1512] 10.0.0.30 () {34 vars in 757 bytes} [Tue Apr 14 08:42:16 2026] PUT /v2.0/floatingips/3c243e7f-d8d0-41d5-b78a-96725f6c09d3/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: 806/1513] 10.0.0.30 () {34 vars in 757 bytes} [Tue Apr 14 08:42:16 2026] PUT /v2.0/floatingips/cacd6b0c-ca77-48bf-b243-7f4b5d62ffb0/tags => generated 25 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1514] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:42:16 2026] GET /v2.0/ports?tenant_id=d21a8e7eb62b4444834b961b98042be8&device_id=d7cf5d93-da03-4b70-8beb-f169c667860f => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1515] 10.0.0.30 () {34 vars in 757 bytes} [Tue Apr 14 08:42:16 2026] PUT /v2.0/floatingips/6c028ca5-3eb4-491b-b742-161949444791/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1516] 199.204.45.242 () {34 vars in 1017 bytes} [Tue Apr 14 08:42:16 2026] GET /v2.0/networks?tenant_id=d21a8e7eb62b4444834b961b98042be8&shared=False => generated 773 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1517] 10.0.0.30 () {34 vars in 757 bytes} [Tue Apr 14 08:42:16 2026] PUT /v2.0/floatingips/9166d212-acd4-409b-af1a-6425e9a1f4a9/tags => generated 19 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1518] 199.204.45.242 () {34 vars in 929 bytes} [Tue Apr 14 08:42:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1519] 10.0.0.30 () {32 vars in 670 bytes} [Tue Apr 14 08:42:16 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1520] 10.0.0.30 () {32 vars in 684 bytes} [Tue Apr 14 08:42:16 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1521] 10.0.0.30 () {32 vars in 680 bytes} [Tue Apr 14 08:42:16 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1523] 10.0.0.30 () {32 vars in 692 bytes} [Tue Apr 14 08:42:16 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1523] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:16 2026] GET /v2.0/ports?device_id=d7cf5d93-da03-4b70-8beb-f169c667860f => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1524] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:42:16 2026] GET /v2.0/security-groups?id=d8a5f5f5-db91-48ee-ab60-a093be5b7a98&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1525] 10.0.0.30 () {32 vars in 678 bytes} [Tue Apr 14 08:42:16 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1526] 10.0.0.30 () {32 vars in 692 bytes} [Tue Apr 14 08:42:16 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1527] 10.0.0.30 () {32 vars in 688 bytes} [Tue Apr 14 08:42:16 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1528] 10.0.0.30 () {32 vars in 700 bytes} [Tue Apr 14 08:42:16 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1529] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:16 2026] GET /v2.0/ports?device_id=855db177-50bd-4048-b8fb-f19d2a827d94 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1530] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:42:16 2026] GET /v2.0/security-groups?id=9203967b-2287-4dc5-b0f2-738660d3875b&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:42:17.079 7 INFO neutron_taas.services.taas.taas_plugin [None req-fb0edc32-1b47-41b0-a3d4-9fad3510480e 70160975e3644f968c8c0ad1fe5aa261 a631caee66b24b43ab1fc1ed3d11c096 - - default default] TaaS: Handle Delete Port: fae73ac7-68db-49e5-b6b1-6f1ec1a0a469 2026-04-14 08:42:17.081 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb0edc32-1b47-41b0-a3d4-9fad3510480e 70160975e3644f968c8c0ad1fe5aa261 a631caee66b24b43ab1fc1ed3d11c096 - - default default] Tap Mirror: Handle Delete Port: fae73ac7-68db-49e5-b6b1-6f1ec1a0a469 [pid: 7|app: 0|req: 815/1531] 10.0.0.30 () {32 vars in 730 bytes} [Tue Apr 14 08:42:16 2026] DELETE /v2.0/floatingips/3c243e7f-d8d0-41d5-b78a-96725f6c09d3 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:42:17.378 8 INFO neutron_taas.services.taas.taas_plugin [None req-f38fed13-3d9b-4397-a9d4-1744c22e3b75 70160975e3644f968c8c0ad1fe5aa261 a631caee66b24b43ab1fc1ed3d11c096 - - default default] TaaS: Handle Delete Port: 68e3e918-00b0-41aa-b481-6a8679319654 2026-04-14 08:42:17.381 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f38fed13-3d9b-4397-a9d4-1744c22e3b75 70160975e3644f968c8c0ad1fe5aa261 a631caee66b24b43ab1fc1ed3d11c096 - - default default] Tap Mirror: Handle Delete Port: 68e3e918-00b0-41aa-b481-6a8679319654 [pid: 8|app: 0|req: 717/1532] 10.0.0.30 () {32 vars in 730 bytes} [Tue Apr 14 08:42:17 2026] DELETE /v2.0/floatingips/cacd6b0c-ca77-48bf-b243-7f4b5d62ffb0 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1533] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:42:17 2026] GET /v2.0/ports?tenant_id=d21a8e7eb62b4444834b961b98042be8&device_id=d7cf5d93-da03-4b70-8beb-f169c667860f => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1534] 199.204.45.242 () {34 vars in 1057 bytes} [Tue Apr 14 08:42:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=066088a3-cd08-4432-b672-fa91e99bc720 => 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: 818/1535] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:42:17 2026] GET /v2.0/subnets?id=c020e010-010f-4eb6-aeb9-ac4872c34058 => generated 695 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:42:17.703 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2f78acc-2404-471f-9b7c-8a8e7eda0157 70160975e3644f968c8c0ad1fe5aa261 a631caee66b24b43ab1fc1ed3d11c096 - - default default] TaaS: Handle Delete Port: e9e64d49-9dbe-4f86-b69d-17f3c06ffdcc [pid: 7|app: 0|req: 819/1536] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:42:17 2026] GET /v2.0/ports?network_id=d7ee0822-8f76-4cbd-a5b7-038fc30ea7b6&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:42:17.707 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2f78acc-2404-471f-9b7c-8a8e7eda0157 70160975e3644f968c8c0ad1fe5aa261 a631caee66b24b43ab1fc1ed3d11c096 - - default default] Tap Mirror: Handle Delete Port: e9e64d49-9dbe-4f86-b69d-17f3c06ffdcc [pid: 8|app: 0|req: 718/1537] 10.0.0.30 () {32 vars in 730 bytes} [Tue Apr 14 08:42:17 2026] DELETE /v2.0/floatingips/6c028ca5-3eb4-491b-b742-161949444791 => 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: 719/1538] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:42:17 2026] GET /v2.0/networks/d7ee0822-8f76-4cbd-a5b7-038fc30ea7b6?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1539] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:17 2026] GET /v2.0/ports?device_id=d7cf5d93-da03-4b70-8beb-f169c667860f => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:42:18.053 7 INFO neutron.db.segments_db [None req-b03b20bb-f66d-4cd3-84ef-102b439e901a 74d044f4307a49128b7a1f3bcc7d8d59 4229b26d24634a98b92ffaf3b02b80e3 - - default default] Added segment ff88f198-a2ee-4a1b-8af7-786c80ba0784 of type vxlan for network 20b4ab52-b0c0-4c6f-ac25-d09d947a6e0e 2026-04-14 08:42:18.071 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb710680-c13a-47fb-85f0-9f86f1dd344a 70160975e3644f968c8c0ad1fe5aa261 a631caee66b24b43ab1fc1ed3d11c096 - - default default] TaaS: Handle Delete Port: 223b7200-1b7c-49ea-8f7d-3433012d1ba3 2026-04-14 08:42:18.074 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb710680-c13a-47fb-85f0-9f86f1dd344a 70160975e3644f968c8c0ad1fe5aa261 a631caee66b24b43ab1fc1ed3d11c096 - - default default] Tap Mirror: Handle Delete Port: 223b7200-1b7c-49ea-8f7d-3433012d1ba3 [pid: 7|app: 0|req: 820/1540] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:42:17 2026] POST /v2.0/networks => generated 632 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1541] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:42:18 2026] GET /v2.0/networks/d7ee0822-8f76-4cbd-a5b7-038fc30ea7b6?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: 822/1542] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:42:18 2026] GET /v2.0/security-groups?id=d8a5f5f5-db91-48ee-ab60-a093be5b7a98&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1543] 10.0.0.30 () {32 vars in 730 bytes} [Tue Apr 14 08:42:17 2026] DELETE /v2.0/floatingips/9166d212-acd4-409b-af1a-6425e9a1f4a9 => generated 0 bytes in 382 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1544] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:18 2026] GET /v2.0/ports?device_id=855db177-50bd-4048-b8fb-f19d2a827d94 => generated 969 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:42:18.477 7 INFO neutron_taas.services.taas.taas_plugin [None req-382c6d35-d498-4927-a5af-258e45de0aa5 70160975e3644f968c8c0ad1fe5aa261 a631caee66b24b43ab1fc1ed3d11c096 - - default default] TaaS: Handle Delete Port: 4a2a20a9-f2b7-4bc9-9e3a-bbdcded20f63 2026-04-14 08:42:18.481 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-382c6d35-d498-4927-a5af-258e45de0aa5 70160975e3644f968c8c0ad1fe5aa261 a631caee66b24b43ab1fc1ed3d11c096 - - default default] Tap Mirror: Handle Delete Port: 4a2a20a9-f2b7-4bc9-9e3a-bbdcded20f63 [pid: 8|app: 0|req: 722/1545] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:42:18 2026] POST /v2.0/subnets => generated 626 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1546] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:42:18 2026] GET /v2.0/security-groups?id=9203967b-2287-4dc5-b0f2-738660d3875b&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1547] 10.0.0.30 () {32 vars in 730 bytes} [Tue Apr 14 08:42:18 2026] DELETE /v2.0/floatingips/a4cc56f5-dd78-4edb-acc3-aa5ac55fb66e => generated 0 bytes in 315 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1548] 10.0.0.30 () {34 vars in 749 bytes} [Tue Apr 14 08:42:18 2026] PUT /v2.0/subnets/47024fb9-894b-44b2-8f18-7da1480b1274/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1549] 10.0.0.30 () {32 vars in 729 bytes} [Tue Apr 14 08:42:18 2026] GET /v2.0/subnets/47024fb9-894b-44b2-8f18-7da1480b1274/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1550] 10.0.0.30 () {34 vars in 760 bytes} [Tue Apr 14 08:42:18 2026] PUT /v2.0/subnets/47024fb9-894b-44b2-8f18-7da1480b1274/tags/green => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1551] 10.0.0.30 () {32 vars in 729 bytes} [Tue Apr 14 08:42:18 2026] GET /v2.0/subnets/47024fb9-894b-44b2-8f18-7da1480b1274/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1552] 10.0.0.30 () {34 vars in 756 bytes} [Tue Apr 14 08:42:18 2026] PUT /v2.0/subnets/47024fb9-894b-44b2-8f18-7da1480b1274/tags/red => generated 4 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1553] 10.0.0.30 () {32 vars in 729 bytes} [Tue Apr 14 08:42:19 2026] GET /v2.0/subnets/47024fb9-894b-44b2-8f18-7da1480b1274/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: 727/1554] 10.0.0.30 () {34 vars in 778 bytes} [Tue Apr 14 08:42:19 2026] PUT /v2.0/subnets/47024fb9-894b-44b2-8f18-7da1480b1274/tags/black.or.white => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1555] 10.0.0.30 () {32 vars in 729 bytes} [Tue Apr 14 08:42:19 2026] GET /v2.0/subnets/47024fb9-894b-44b2-8f18-7da1480b1274/tags => generated 52 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1556] 10.0.0.30 () {34 vars in 749 bytes} [Tue Apr 14 08:42:19 2026] PUT /v2.0/subnets/47024fb9-894b-44b2-8f18-7da1480b1274/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1557] 10.0.0.30 () {32 vars in 729 bytes} [Tue Apr 14 08:42:19 2026] GET /v2.0/subnets/47024fb9-894b-44b2-8f18-7da1480b1274/tags => generated 37 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1558] 10.0.0.30 () {32 vars in 737 bytes} [Tue Apr 14 08:42:19 2026] GET /v2.0/subnets/47024fb9-894b-44b2-8f18-7da1480b1274/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:42:19.426 8 INFO neutron.api.v2.resource [None req-50ae4a8a-3fe2-46b3-948d-d5ffa95e3526 74d044f4307a49128b7a1f3bcc7d8d59 4229b26d24634a98b92ffaf3b02b80e3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 730/1559] 10.0.0.30 () {32 vars in 741 bytes} [Tue Apr 14 08:42:19 2026] GET /v2.0/subnets/47024fb9-894b-44b2-8f18-7da1480b1274/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: 830/1560] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:19 2026] GET /v2.0/ports?device_id=d7cf5d93-da03-4b70-8beb-f169c667860f => generated 969 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1561] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:42:19 2026] GET /v2.0/security-groups?id=d8a5f5f5-db91-48ee-ab60-a093be5b7a98&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: 731/1562] 10.0.0.30 () {32 vars in 740 bytes} [Tue Apr 14 08:42:19 2026] DELETE /v2.0/subnets/47024fb9-894b-44b2-8f18-7da1480b1274/tags/red => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1563] 10.0.0.30 () {32 vars in 729 bytes} [Tue Apr 14 08:42:19 2026] GET /v2.0/subnets/47024fb9-894b-44b2-8f18-7da1480b1274/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:42:19.608 7 INFO neutron.api.v2.resource [None req-9a596bf4-9ab2-4363-a3f2-8162a5707c19 74d044f4307a49128b7a1f3bcc7d8d59 4229b26d24634a98b92ffaf3b02b80e3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 833/1564] 10.0.0.30 () {32 vars in 744 bytes} [Tue Apr 14 08:42:19 2026] DELETE /v2.0/subnets/47024fb9-894b-44b2-8f18-7da1480b1274/tags/green => generated 99 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1565] 10.0.0.30 () {32 vars in 732 bytes} [Tue Apr 14 08:42:19 2026] DELETE /v2.0/subnets/47024fb9-894b-44b2-8f18-7da1480b1274/tags => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1566] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:19 2026] GET /v2.0/ports?device_id=855db177-50bd-4048-b8fb-f19d2a827d94 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1567] 10.0.0.30 () {32 vars in 729 bytes} [Tue Apr 14 08:42:19 2026] GET /v2.0/subnets/47024fb9-894b-44b2-8f18-7da1480b1274/tags => generated 12 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1568] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:42:19 2026] GET /v2.0/security-groups?id=9203967b-2287-4dc5-b0f2-738660d3875b&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1569] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:19 2026] GET /v2.0/security-groups?tenant_id=a631caee66b24b43ab1fc1ed3d11c096&name=default => generated 2925 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1570] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:19 2026] DELETE /v2.0/security-groups/5aff08d7-5ea2-4fde-96a5-0c39bd598f57 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1571] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:42:19 2026] DELETE /v2.0/subnets/47024fb9-894b-44b2-8f18-7da1480b1274 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:42:20.125 8 INFO neutron.services.segments.plugin [-] Segment ff88f198-a2ee-4a1b-8af7-786c80ba0784 resource provider aggregate not found 2026-04-14 08:42:20.132 8 INFO neutron.services.segments.plugin [-] Segment ff88f198-a2ee-4a1b-8af7-786c80ba0784 resource provider aggregate not found 2026-04-14 08:42:20.148 8 INFO neutron.services.segments.plugin [-] Segment ff88f198-a2ee-4a1b-8af7-786c80ba0784 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff88f198-a2ee-4a1b-8af7-786c80ba0784 found for delete ", "request_id": "req-9d320a29-2560-4b86-b62c-35e647bcc11f"}]} 2026-04-14 08:42:20.152 8 INFO neutron.services.segments.plugin [-] Segment ff88f198-a2ee-4a1b-8af7-786c80ba0784 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff88f198-a2ee-4a1b-8af7-786c80ba0784 found for delete ", "request_id": "req-85ab12e8-b393-4703-bbd0-332581305bb0"}]} [pid: 8|app: 0|req: 734/1572] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:42:19 2026] DELETE /v2.0/networks/20b4ab52-b0c0-4c6f-ac25-d09d947a6e0e => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1575] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:20 2026] GET /v2.0/security-groups?tenant_id=aa9cd5a428414706b50ab0a9b186f62c&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1576] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:20 2026] DELETE /v2.0/security-groups/9dcc842d-c232-4a11-943f-65a96052aa95 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1577] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:20 2026] GET /v2.0/ports?device_id=d7cf5d93-da03-4b70-8beb-f169c667860f => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1578] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:42:20 2026] GET /v2.0/security-groups?id=d8a5f5f5-db91-48ee-ab60-a093be5b7a98&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: 840/1579] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:20 2026] GET /v2.0/security-groups?tenant_id=107acdad9ce9428fa8a9945ac48d142c&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1580] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:20 2026] DELETE /v2.0/security-groups/dd606860-9cd7-41d9-b95b-4b93711dd82d => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1581] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:20 2026] GET /v2.0/ports?device_id=855db177-50bd-4048-b8fb-f19d2a827d94 => 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: 742/1582] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:42:21 2026] GET /v2.0/security-groups?id=9203967b-2287-4dc5-b0f2-738660d3875b&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: 743/1583] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:21 2026] GET /v2.0/ports?device_id=855db177-50bd-4048-b8fb-f19d2a827d94 => 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: 841/1584] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:20 2026] GET /v2.0/security-groups?tenant_id=a3dec9fd957647e28f846d3cf016eaf7&name=default => generated 2925 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1585] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:21 2026] DELETE /v2.0/security-groups/375165b7-3d39-469d-b4c1-8e20a2901c8b => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:42:21.569 8 INFO neutron.db.l3_db [None req-c6c170c2-c93a-47be-899c-97bc6b4581d6 5a19f2e553d743a489a5a22ca7ce56d9 71a085fe6a744be5830df664fe0bd63f - - default default] Floating IP 77a07d59-43ce-420b-bcdd-5eee9fac2812 associated. External IP: 10.96.250.219, port: d628f76f-d0ef-479d-b188-7feeb023945a. [pid: 7|app: 0|req: 843/1586] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:21 2026] GET /v2.0/security-groups?tenant_id=4229b26d24634a98b92ffaf3b02b80e3&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1587] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:21 2026] DELETE /v2.0/security-groups/456524e6-34af-4669-b415-5fe0fe12a8c8 => 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: 845/1588] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:21 2026] GET /v2.0/ports?device_id=d7cf5d93-da03-4b70-8beb-f169c667860f => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1589] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:42:21 2026] GET /v2.0/security-groups?id=d8a5f5f5-db91-48ee-ab60-a093be5b7a98&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: 744/1590] 10.0.0.30 () {34 vars in 747 bytes} [Tue Apr 14 08:42:21 2026] PUT /v2.0/floatingips/77a07d59-43ce-420b-bcdd-5eee9fac2812 => generated 855 bytes in 787 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:42:22.044 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bea14ffb-cc50-45d1-9429-ccc96843c2bc'] response: {'name': 'network-changed', 'server_uuid': '855db177-50bd-4048-b8fb-f19d2a827d94', 'tag': 'd628f76f-d0ef-479d-b188-7feeb023945a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 847/1591] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:22 2026] GET /v2.0/ports?device_id=855db177-50bd-4048-b8fb-f19d2a827d94 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1592] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:42:22 2026] GET /v2.0/security-groups?id=9203967b-2287-4dc5-b0f2-738660d3875b&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: 848/1593] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:42:22 2026] GET /v2.0/ports?tenant_id=71a085fe6a744be5830df664fe0bd63f&device_id=855db177-50bd-4048-b8fb-f19d2a827d94 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1594] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:42:22 2026] GET /v2.0/networks?id=5d5a708c-c0f9-4a18-83ce-b4b2fcf9f2b0 => generated 772 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1595] 199.204.45.242 () {34 vars in 1057 bytes} [Tue Apr 14 08:42:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=d628f76f-d0ef-479d-b188-7feeb023945a => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1596] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:42:22 2026] GET /v2.0/subnets?id=9a1c548c-9fee-42e3-b15d-0fcfc4b2e126 => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1597] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:22 2026] GET /v2.0/ports?device_id=855db177-50bd-4048-b8fb-f19d2a827d94 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1598] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:42:22 2026] GET /v2.0/ports?network_id=5d5a708c-c0f9-4a18-83ce-b4b2fcf9f2b0&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: 748/1599] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:42:22 2026] GET /v2.0/security-groups?id=9203967b-2287-4dc5-b0f2-738660d3875b&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1600] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:42:22 2026] GET /v2.0/networks/5d5a708c-c0f9-4a18-83ce-b4b2fcf9f2b0?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: 749/1601] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:42:22 2026] GET /v2.0/networks/5d5a708c-c0f9-4a18-83ce-b4b2fcf9f2b0?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: 853/1602] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:22 2026] GET /v2.0/ports?device_id=d7cf5d93-da03-4b70-8beb-f169c667860f => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1603] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:42:23 2026] GET /v2.0/security-groups?id=d8a5f5f5-db91-48ee-ab60-a093be5b7a98&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1604] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:23 2026] GET /v2.0/ports?device_id=855db177-50bd-4048-b8fb-f19d2a827d94 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1605] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:42:23 2026] GET /v2.0/security-groups?id=9203967b-2287-4dc5-b0f2-738660d3875b&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: 7|app: 0|req: 855/1606] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:24 2026] GET /v2.0/ports?device_id=d7cf5d93-da03-4b70-8beb-f169c667860f => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1607] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:42:24 2026] GET /v2.0/security-groups?id=d8a5f5f5-db91-48ee-ab60-a093be5b7a98&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1608] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:24 2026] GET /v2.0/ports?device_id=d7cf5d93-da03-4b70-8beb-f169c667860f => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1609] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:42:24 2026] GET /v2.0/security-groups?id=d8a5f5f5-db91-48ee-ab60-a093be5b7a98&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1610] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:25 2026] GET /v2.0/ports?device_id=855db177-50bd-4048-b8fb-f19d2a827d94 => 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: 754/1611] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:42:25 2026] GET /v2.0/security-groups?id=9203967b-2287-4dc5-b0f2-738660d3875b&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1612] 199.204.45.242 () {34 vars in 993 bytes} [Tue Apr 14 08:42:25 2026] GET /v2.0/ports?device_id=855db177-50bd-4048-b8fb-f19d2a827d94 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:42:25.372 8 INFO neutron_taas.services.taas.taas_plugin [req-f3984842-d068-4067-b06f-704f87fdf273 req-ee695c12-6ad4-413c-bf20-9b27cfec1f51 5a19f2e553d743a489a5a22ca7ce56d9 71a085fe6a744be5830df664fe0bd63f - - default default] TaaS: Handle Delete Port: d628f76f-d0ef-479d-b188-7feeb023945a 2026-04-14 08:42:25.375 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f3984842-d068-4067-b06f-704f87fdf273 req-ee695c12-6ad4-413c-bf20-9b27cfec1f51 5a19f2e553d743a489a5a22ca7ce56d9 71a085fe6a744be5830df664fe0bd63f - - default default] Tap Mirror: Handle Delete Port: d628f76f-d0ef-479d-b188-7feeb023945a 2026-04-14 08:42:25.528 8 INFO neutron.db.l3_db [req-f3984842-d068-4067-b06f-704f87fdf273 req-ee695c12-6ad4-413c-bf20-9b27cfec1f51 5a19f2e553d743a489a5a22ca7ce56d9 71a085fe6a744be5830df664fe0bd63f - - default default] Floating IP 77a07d59-43ce-420b-bcdd-5eee9fac2812 disassociated. External IP: 10.96.250.219, port: d628f76f-d0ef-479d-b188-7feeb023945a. 2026-04-14 08:42:25.958 7 INFO neutron.db.segments_db [None req-a6b76e26-763d-4dfc-bcd0-980ef85099e3 297b9ec722b544e885aa7dc37032723c 603fa4f5d60e4a63b4b85c53674f533d - - default default] Added segment 7cfb49dd-2a35-4fbc-b5e2-0c83ed2d4129 of type vxlan for network f73e8593-caff-4a9a-868c-8c69e60f7a6e [pid: 7|app: 0|req: 859/1613] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:42:25 2026] POST /v2.0/networks => generated 632 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1614] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:26 2026] GET /v2.0/ports?device_id=d7cf5d93-da03-4b70-8beb-f169c667860f => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:42:26.151 7 INFO neutron.db.segments_db [None req-31612898-9aba-45bd-ac1a-711c6f7b879b 297b9ec722b544e885aa7dc37032723c 603fa4f5d60e4a63b4b85c53674f533d - - default default] Added segment ebd33dcf-f7d3-48b6-8070-82388b98204a of type vxlan for network e5dd0498-cf0b-451a-96a6-e1e32653ef6a [pid: 7|app: 0|req: 861/1615] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:42:26 2026] POST /v2.0/networks => generated 632 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1616] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:42:26 2026] GET /v2.0/security-groups?id=d8a5f5f5-db91-48ee-ab60-a093be5b7a98&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1617] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:26 2026] GET /v2.0/ports?device_id=855db177-50bd-4048-b8fb-f19d2a827d94 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:42:26.360 7 INFO neutron.db.segments_db [None req-303606c4-a527-4e79-b832-50410e178b0a 297b9ec722b544e885aa7dc37032723c 603fa4f5d60e4a63b4b85c53674f533d - - default default] Added segment 6636bc77-2ef1-4c87-89e8-595c11feec44 of type vxlan for network 7dce80d3-de90-431b-bfd6-5b536c817028 [pid: 8|app: 0|req: 755/1618] 199.204.45.242 () {36 vars in 996 bytes} [Tue Apr 14 08:42:25 2026] DELETE /v2.0/ports/d628f76f-d0ef-479d-b188-7feeb023945a => generated 0 bytes in 1147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:42:26.449 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-43d5ab04-c6ac-4e4e-ad52-acc7b640bcca'] response: {'server_uuid': '855db177-50bd-4048-b8fb-f19d2a827d94', 'name': 'network-vif-deleted', 'tag': 'd628f76f-d0ef-479d-b188-7feeb023945a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 864/1619] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:42:26 2026] POST /v2.0/networks => generated 632 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:42:26.535 8 INFO neutron.db.segments_db [None req-e7ef673c-ee27-469a-9e29-4c190da76ddb 297b9ec722b544e885aa7dc37032723c 603fa4f5d60e4a63b4b85c53674f533d - - default default] Added segment 61bd3e61-697e-4dd1-9542-affd84b7fe82 of type vxlan for network 9028ae16-e57b-414c-8040-69c250379086 [pid: 8|app: 0|req: 756/1620] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:42:26 2026] POST /v2.0/networks => generated 632 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:42:26.715 7 INFO neutron.db.segments_db [None req-2f589430-d7bd-4987-a70f-13cf92d3aa67 297b9ec722b544e885aa7dc37032723c 603fa4f5d60e4a63b4b85c53674f533d - - default default] Added segment 59fbde0c-8c35-44d0-84e9-15e4b23f84d2 of type vxlan for network 51e53a6b-4b6d-418c-b9ad-962efb5b3478 [pid: 7|app: 0|req: 865/1621] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:42:26 2026] POST /v2.0/networks => generated 632 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1622] 10.0.0.30 () {34 vars in 751 bytes} [Tue Apr 14 08:42:26 2026] PUT /v2.0/networks/f73e8593-caff-4a9a-868c-8c69e60f7a6e/tags => generated 17 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1623] 10.0.0.30 () {34 vars in 751 bytes} [Tue Apr 14 08:42:26 2026] PUT /v2.0/networks/e5dd0498-cf0b-451a-96a6-e1e32653ef6a/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1624] 199.204.45.242 () {34 vars in 993 bytes} [Tue Apr 14 08:42:26 2026] GET /v2.0/ports?device_id=d7cf5d93-da03-4b70-8beb-f169c667860f => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1625] 10.0.0.30 () {34 vars in 751 bytes} [Tue Apr 14 08:42:26 2026] PUT /v2.0/networks/7dce80d3-de90-431b-bfd6-5b536c817028/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1626] 10.0.0.30 () {34 vars in 751 bytes} [Tue Apr 14 08:42:27 2026] PUT /v2.0/networks/9028ae16-e57b-414c-8040-69c250379086/tags => generated 19 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:42:27.192 8 INFO neutron_taas.services.taas.taas_plugin [req-33499ff8-b9d5-4123-b24f-74bd5bc1a65e req-8de04460-20d2-49bf-9f21-d0f4b9d1e46d 60fbcf903cf54556b39c85f06c1eeffc d21a8e7eb62b4444834b961b98042be8 - - default default] TaaS: Handle Delete Port: 066088a3-cd08-4432-b672-fa91e99bc720 2026-04-14 08:42:27.196 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-33499ff8-b9d5-4123-b24f-74bd5bc1a65e req-8de04460-20d2-49bf-9f21-d0f4b9d1e46d 60fbcf903cf54556b39c85f06c1eeffc d21a8e7eb62b4444834b961b98042be8 - - default default] Tap Mirror: Handle Delete Port: 066088a3-cd08-4432-b672-fa91e99bc720 [pid: 7|app: 0|req: 869/1627] 10.0.0.30 () {32 vars in 664 bytes} [Tue Apr 14 08:42:27 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1628] 10.0.0.30 () {32 vars in 678 bytes} [Tue Apr 14 08:42:27 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1629] 10.0.0.30 () {32 vars in 674 bytes} [Tue Apr 14 08:42:27 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1630] 199.204.45.242 () {36 vars in 996 bytes} [Tue Apr 14 08:42:27 2026] DELETE /v2.0/ports/066088a3-cd08-4432-b672-fa91e99bc720 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1631] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:27 2026] GET /v2.0/ports?device_id=855db177-50bd-4048-b8fb-f19d2a827d94 => 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: 872/1632] 10.0.0.30 () {32 vars in 686 bytes} [Tue Apr 14 08:42:27 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1633] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:27 2026] GET /v2.0/ports?device_id=d7cf5d93-da03-4b70-8beb-f169c667860f => 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: 873/1634] 10.0.0.30 () {32 vars in 672 bytes} [Tue Apr 14 08:42:27 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1635] 10.0.0.30 () {32 vars in 686 bytes} [Tue Apr 14 08:42:27 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1636] 10.0.0.30 () {32 vars in 682 bytes} [Tue Apr 14 08:42:27 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1637] 10.0.0.30 () {32 vars in 694 bytes} [Tue Apr 14 08:42:27 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:42:27.903 7 INFO neutron.services.segments.plugin [-] Segment 7cfb49dd-2a35-4fbc-b5e2-0c83ed2d4129 resource provider aggregate not found 2026-04-14 08:42:27.917 7 INFO neutron.services.segments.plugin [-] Segment 7cfb49dd-2a35-4fbc-b5e2-0c83ed2d4129 resource provider aggregate not found 2026-04-14 08:42:27.923 7 INFO neutron.services.segments.plugin [-] Segment 7cfb49dd-2a35-4fbc-b5e2-0c83ed2d4129 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cfb49dd-2a35-4fbc-b5e2-0c83ed2d4129 found for delete ", "request_id": "req-efb43e04-f1ac-41c3-adb1-0c438a8da0dc"}]} 2026-04-14 08:42:27.938 7 INFO neutron.services.segments.plugin [-] Segment 7cfb49dd-2a35-4fbc-b5e2-0c83ed2d4129 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cfb49dd-2a35-4fbc-b5e2-0c83ed2d4129 found for delete ", "request_id": "req-17fc6bb7-d1d9-4848-bc45-75a8800ae57b"}]} [pid: 7|app: 0|req: 875/1638] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:42:27 2026] DELETE /v2.0/networks/f73e8593-caff-4a9a-868c-8c69e60f7a6e => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:42:28.089 8 INFO neutron.services.segments.plugin [-] Segment ebd33dcf-f7d3-48b6-8070-82388b98204a resource provider aggregate not found 2026-04-14 08:42:28.095 8 INFO neutron.services.segments.plugin [-] Segment ebd33dcf-f7d3-48b6-8070-82388b98204a resource provider aggregate not found 2026-04-14 08:42:28.112 8 INFO neutron.services.segments.plugin [-] Segment ebd33dcf-f7d3-48b6-8070-82388b98204a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebd33dcf-f7d3-48b6-8070-82388b98204a found for delete ", "request_id": "req-50d4b874-6261-4980-8e8b-b932aebfa932"}]} [pid: 8|app: 0|req: 764/1639] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:42:27 2026] DELETE /v2.0/networks/e5dd0498-cf0b-451a-96a6-e1e32653ef6a => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:42:28.120 8 INFO neutron.services.segments.plugin [-] Segment ebd33dcf-f7d3-48b6-8070-82388b98204a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebd33dcf-f7d3-48b6-8070-82388b98204a found for delete ", "request_id": "req-c1955773-b682-4264-8668-f5a6aa7e551c"}]} [pid: 7|app: 0|req: 876/1640] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:42:28 2026] DELETE /v2.0/networks/7dce80d3-de90-431b-bfd6-5b536c817028 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1641] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:28 2026] GET /v2.0/ports?device_id=855db177-50bd-4048-b8fb-f19d2a827d94 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1642] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:28 2026] GET /v2.0/ports?device_id=d7cf5d93-da03-4b70-8beb-f169c667860f => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:42:28.571 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3163e61-1409-4187-b520-2d634cbfb65d'] response: {'server_uuid': 'd7cf5d93-da03-4b70-8beb-f169c667860f', 'name': 'network-vif-deleted', 'tag': '066088a3-cd08-4432-b672-fa91e99bc720', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 765/1643] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:42:28 2026] DELETE /v2.0/networks/9028ae16-e57b-414c-8040-69c250379086 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1644] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:42:28 2026] DELETE /v2.0/networks/51e53a6b-4b6d-418c-b9ad-962efb5b3478 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1645] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:29 2026] GET /v2.0/ports?device_id=855db177-50bd-4048-b8fb-f19d2a827d94 => 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: 881/1646] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:29 2026] GET /v2.0/ports?device_id=d7cf5d93-da03-4b70-8beb-f169c667860f => 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: 766/1647] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:29 2026] GET /v2.0/security-groups?tenant_id=8cff32173b874de485cc15298bab13ea&name=default => generated 2925 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1648] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:29 2026] DELETE /v2.0/security-groups/72b06095-7437-4835-b2df-d81abbfc6563 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:42:29.951 7 INFO neutron.services.segments.plugin [-] Segment 6636bc77-2ef1-4c87-89e8-595c11feec44 resource provider aggregate not found 2026-04-14 08:42:29.956 7 INFO neutron.services.segments.plugin [-] Segment 6636bc77-2ef1-4c87-89e8-595c11feec44 resource provider aggregate not found 2026-04-14 08:42:29.971 7 INFO neutron.services.segments.plugin [-] Segment 6636bc77-2ef1-4c87-89e8-595c11feec44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6636bc77-2ef1-4c87-89e8-595c11feec44 found for delete ", "request_id": "req-1db13f98-cf96-4ca9-9b79-e372489720ac"}]} 2026-04-14 08:42:29.975 7 INFO neutron.services.segments.plugin [-] Segment 6636bc77-2ef1-4c87-89e8-595c11feec44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6636bc77-2ef1-4c87-89e8-595c11feec44 found for delete ", "request_id": "req-187dacf2-ba36-47fd-993b-ad3a09dc9830"}]} 2026-04-14 08:42:29.987 7 INFO neutron.services.segments.plugin [-] Segment 59fbde0c-8c35-44d0-84e9-15e4b23f84d2 resource provider aggregate not found 2026-04-14 08:42:29.995 7 INFO neutron.services.segments.plugin [-] Segment 59fbde0c-8c35-44d0-84e9-15e4b23f84d2 resource provider aggregate not found 2026-04-14 08:42:30.000 7 INFO neutron.services.segments.plugin [-] Segment 59fbde0c-8c35-44d0-84e9-15e4b23f84d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59fbde0c-8c35-44d0-84e9-15e4b23f84d2 found for delete ", "request_id": "req-ace73f21-85b0-4e3d-bc02-e1756cff3435"}]} 2026-04-14 08:42:30.014 7 INFO neutron.services.segments.plugin [-] Segment 59fbde0c-8c35-44d0-84e9-15e4b23f84d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59fbde0c-8c35-44d0-84e9-15e4b23f84d2 found for delete ", "request_id": "req-d200111a-8d76-4bf4-be53-30c8e99f5af2"}]} [pid: 8|app: 0|req: 767/1649] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:30 2026] GET /v2.0/security-groups?tenant_id=603fa4f5d60e4a63b4b85c53674f533d&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:42:30.130 8 INFO neutron.services.segments.plugin [-] Segment 61bd3e61-697e-4dd1-9542-affd84b7fe82 resource provider aggregate not found 2026-04-14 08:42:30.137 8 INFO neutron.services.segments.plugin [-] Segment 61bd3e61-697e-4dd1-9542-affd84b7fe82 resource provider aggregate not found 2026-04-14 08:42:30.148 8 INFO neutron.services.segments.plugin [-] Segment 61bd3e61-697e-4dd1-9542-affd84b7fe82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61bd3e61-697e-4dd1-9542-affd84b7fe82 found for delete ", "request_id": "req-e386f018-2d1e-4a06-a209-05e72c125fe5"}]} 2026-04-14 08:42:30.156 8 INFO neutron.services.segments.plugin [-] Segment 61bd3e61-697e-4dd1-9542-affd84b7fe82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61bd3e61-697e-4dd1-9542-affd84b7fe82 found for delete ", "request_id": "req-a8ca8ecb-5597-461e-bcbb-c8c5854f658b"}]} [pid: 7|app: 0|req: 883/1650] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:30 2026] DELETE /v2.0/security-groups/332ba1ad-e000-440f-8fdf-a94e0f32b5f8 => 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: 768/1651] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:30 2026] GET /v2.0/security-groups?tenant_id=e36f3177ed2d4f8f9a4cfa4aef5b062f&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1652] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:30 2026] DELETE /v2.0/security-groups/6575450d-8e67-4922-a35a-281def1f70c6 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1653] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:42:30 2026] GET /v2.0/ports?device_id=d7cf5d93-da03-4b70-8beb-f169c667860f => 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: 769/1654] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:30 2026] DELETE /v2.0/security-groups/9203967b-2287-4dc5-b0f2-738660d3875b => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:42:30.880 7 INFO neutron.api.v2.resource [None req-e128d3ab-206e-45b9-8eb3-6c277f10aac6 5a19f2e553d743a489a5a22ca7ce56d9 71a085fe6a744be5830df664fe0bd63f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 886/1655] 10.0.0.30 () {32 vars in 735 bytes} [Tue Apr 14 08:42:30 2026] GET /v2.0/security-groups/9203967b-2287-4dc5-b0f2-738660d3875b => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:42:31.002 8 INFO neutron_taas.services.taas.taas_plugin [None req-77094817-ff5b-43e9-aff1-d5c0b4bc8ffc 5a19f2e553d743a489a5a22ca7ce56d9 71a085fe6a744be5830df664fe0bd63f - - default default] TaaS: Handle Delete Port: d1e32e89-1cea-4601-9a80-0150c431c5f4 2026-04-14 08:42:31.005 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77094817-ff5b-43e9-aff1-d5c0b4bc8ffc 5a19f2e553d743a489a5a22ca7ce56d9 71a085fe6a744be5830df664fe0bd63f - - default default] Tap Mirror: Handle Delete Port: d1e32e89-1cea-4601-9a80-0150c431c5f4 [pid: 8|app: 0|req: 770/1656] 10.0.0.30 () {32 vars in 730 bytes} [Tue Apr 14 08:42:30 2026] DELETE /v2.0/floatingips/77a07d59-43ce-420b-bcdd-5eee9fac2812 => generated 0 bytes in 406 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:42:31.718 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b28ccaf-f48e-464e-b0dc-be8ad2c8bd7c b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: afd827f9-8409-402c-813e-6322cb44c3df 2026-04-14 08:42:31.721 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b28ccaf-f48e-464e-b0dc-be8ad2c8bd7c b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: afd827f9-8409-402c-813e-6322cb44c3df 2026-04-14 08:42:32.269 8 INFO neutron_taas.services.taas.taas_plugin [None req-18a1ce60-1842-4c8f-8ede-636389e75ea2 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: afde597b-e218-4b75-b909-5958b777741a 2026-04-14 08:42:32.272 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18a1ce60-1842-4c8f-8ede-636389e75ea2 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: afde597b-e218-4b75-b909-5958b777741a [pid: 8|app: 0|req: 771/1657] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:42:31 2026] PUT /v2.0/routers/c106561d-3eb5-4bb7-95f2-415f5bfc6dff/remove_router_interface => generated 309 bytes in 1102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1658] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:42:31 2026] PUT /v2.0/routers/b49ddb60-8547-4a88-9d8a-9fed9f050453/remove_router_interface => generated 309 bytes in 1772 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:42:33.106 8 INFO neutron_taas.services.taas.taas_plugin [None req-9309b2a3-a9cb-4e9e-a611-3b002d55da15 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: fff8596f-471d-4935-a890-64039fadd5e2 2026-04-14 08:42:33.108 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9309b2a3-a9cb-4e9e-a611-3b002d55da15 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: fff8596f-471d-4935-a890-64039fadd5e2 2026-04-14 08:42:33.303 8 INFO neutron_taas.services.taas.taas_plugin [None req-9309b2a3-a9cb-4e9e-a611-3b002d55da15 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: cc030887-6b92-4b67-b245-75f66e4997d3 2026-04-14 08:42:33.305 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9309b2a3-a9cb-4e9e-a611-3b002d55da15 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: cc030887-6b92-4b67-b245-75f66e4997d3 2026-04-14 08:42:33.309 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2d344b2-84e4-42cf-a5f5-ed77bfdf4c6f b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: c0a98bc5-b79d-4c04-ae9c-b8b6585f6a40 2026-04-14 08:42:33.312 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2d344b2-84e4-42cf-a5f5-ed77bfdf4c6f b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: c0a98bc5-b79d-4c04-ae9c-b8b6585f6a40 2026-04-14 08:42:33.606 8 INFO neutron.services.segments.plugin [-] Segment 253ba339-c77a-418f-8e23-8bf38d766e8e resource provider aggregate not found 2026-04-14 08:42:33.609 8 INFO neutron.services.segments.plugin [-] Segment 253ba339-c77a-418f-8e23-8bf38d766e8e resource provider aggregate not found 2026-04-14 08:42:33.623 8 INFO neutron.services.segments.plugin [-] Segment 253ba339-c77a-418f-8e23-8bf38d766e8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 253ba339-c77a-418f-8e23-8bf38d766e8e found for delete ", "request_id": "req-88a6319b-08ac-4b51-a81c-a99e30675941"}]} 2026-04-14 08:42:33.638 8 INFO neutron.db.l3_hamode_db [None req-9309b2a3-a9cb-4e9e-a611-3b002d55da15 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] HA network 539a2e45-8943-455b-aa97-5ce10e2caf24 was deleted as no HA routers are present in tenant d21a8e7eb62b4444834b961b98042be8. 2026-04-14 08:42:33.640 8 INFO neutron.services.segments.plugin [-] Segment 253ba339-c77a-418f-8e23-8bf38d766e8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 253ba339-c77a-418f-8e23-8bf38d766e8e found for delete ", "request_id": "req-b7c010f3-6aba-48c9-a79e-a1b242cdd747"}]} [pid: 8|app: 0|req: 772/1659] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:42:32 2026] DELETE /v2.0/routers/c106561d-3eb5-4bb7-95f2-415f5bfc6dff => generated 0 bytes in 722 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:42:33.682 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2d344b2-84e4-42cf-a5f5-ed77bfdf4c6f b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 66e916a3-d99a-4316-8a91-8fc9501561d0 2026-04-14 08:42:33.685 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2d344b2-84e4-42cf-a5f5-ed77bfdf4c6f b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 66e916a3-d99a-4316-8a91-8fc9501561d0 [pid: 8|app: 0|req: 773/1660] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:42:33 2026] DELETE /v2.0/subnets/c020e010-010f-4eb6-aeb9-ac4872c34058 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:42:33.910 8 INFO neutron_taas.services.taas.taas_plugin [None req-c5553cde-13c9-4a73-a27a-a9876f7bd08b b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 153dd1b5-42b6-4542-bfa6-257d8b5994bd 2026-04-14 08:42:33.914 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5553cde-13c9-4a73-a27a-a9876f7bd08b b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 153dd1b5-42b6-4542-bfa6-257d8b5994bd [pid: 8|app: 0|req: 774/1661] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:42:33 2026] DELETE /v2.0/networks/d7ee0822-8f76-4cbd-a5b7-038fc30ea7b6 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:42:34.165 7 INFO neutron.services.segments.plugin [-] Segment 8c22f49a-70eb-44f1-be75-d68054340117 resource provider aggregate not found 2026-04-14 08:42:34.167 7 INFO neutron.services.segments.plugin [-] Segment 8c22f49a-70eb-44f1-be75-d68054340117 resource provider aggregate not found 2026-04-14 08:42:34.191 7 INFO neutron.services.segments.plugin [-] Segment 8c22f49a-70eb-44f1-be75-d68054340117 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c22f49a-70eb-44f1-be75-d68054340117 found for delete ", "request_id": "req-2587cc07-33f5-46f1-ba86-ddeeeb3e1576"}]} 2026-04-14 08:42:34.192 7 INFO neutron.services.segments.plugin [-] Segment 8c22f49a-70eb-44f1-be75-d68054340117 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c22f49a-70eb-44f1-be75-d68054340117 found for delete ", "request_id": "req-548ed62c-e147-4ed5-83ec-29a25e110b33"}]} 2026-04-14 08:42:34.203 7 INFO neutron.db.l3_hamode_db [None req-b2d344b2-84e4-42cf-a5f5-ed77bfdf4c6f b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] HA network b8128933-b928-4be7-ab07-172f0811632c was deleted as no HA routers are present in tenant 71a085fe6a744be5830df664fe0bd63f. [pid: 7|app: 0|req: 888/1662] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:42:33 2026] DELETE /v2.0/routers/b49ddb60-8547-4a88-9d8a-9fed9f050453 => generated 0 bytes in 1133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1663] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:34 2026] GET /v2.0/security-groups?tenant_id=d21a8e7eb62b4444834b961b98042be8&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1664] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:42:34 2026] DELETE /v2.0/subnets/9a1c548c-9fee-42e3-b15d-0fcfc4b2e126 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1665] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:34 2026] DELETE /v2.0/security-groups/d8a5f5f5-db91-48ee-ab60-a093be5b7a98 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:42:34.478 8 INFO neutron_taas.services.taas.taas_plugin [None req-266c10c2-3b57-44fb-b164-0b58c500b2e0 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: b7d1b5c3-b69e-4b2e-81c2-6743dc1177d5 2026-04-14 08:42:34.481 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-266c10c2-3b57-44fb-b164-0b58c500b2e0 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: b7d1b5c3-b69e-4b2e-81c2-6743dc1177d5 [pid: 8|app: 0|req: 776/1666] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:42:34 2026] DELETE /v2.0/networks/5d5a708c-c0f9-4a18-83ce-b4b2fcf9f2b0 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1667] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:34 2026] GET /v2.0/security-groups?tenant_id=71a085fe6a744be5830df664fe0bd63f&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1668] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:34 2026] DELETE /v2.0/security-groups/8c95bc61-3bf2-4bf2-9528-2497d07a706a => 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: 891/1671] 10.0.0.30 () {34 vars in 676 bytes} [Tue Apr 14 08:42:34 2026] POST /v2.0/qos/policies => generated 359 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1672] 10.0.0.30 () {34 vars in 676 bytes} [Tue Apr 14 08:42:35 2026] POST /v2.0/qos/policies => generated 359 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1673] 10.0.0.30 () {34 vars in 676 bytes} [Tue Apr 14 08:42:35 2026] POST /v2.0/qos/policies => generated 359 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1674] 10.0.0.30 () {34 vars in 676 bytes} [Tue Apr 14 08:42:35 2026] POST /v2.0/qos/policies => generated 359 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1675] 10.0.0.30 () {34 vars in 676 bytes} [Tue Apr 14 08:42:35 2026] POST /v2.0/qos/policies => generated 359 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1676] 10.0.0.30 () {34 vars in 751 bytes} [Tue Apr 14 08:42:35 2026] PUT /v2.0/policies/0e959c01-2fcb-4fd9-8abb-1ce4abdf810e/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1677] 10.0.0.30 () {34 vars in 751 bytes} [Tue Apr 14 08:42:35 2026] PUT /v2.0/policies/91923f49-5a4e-41df-a587-fbec2af75e05/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: 784/1678] 10.0.0.30 () {34 vars in 751 bytes} [Tue Apr 14 08:42:35 2026] PUT /v2.0/policies/f6857c23-0900-4796-91bf-2ff2d4035eb6/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:42:35.640 8 INFO neutron.services.segments.plugin [-] Segment 1bbf5a22-091f-4c65-807b-4c7fd704ea75 resource provider aggregate not found 2026-04-14 08:42:35.654 8 INFO neutron.services.segments.plugin [-] Segment 1bbf5a22-091f-4c65-807b-4c7fd704ea75 resource provider aggregate not found 2026-04-14 08:42:35.657 8 INFO neutron.services.segments.plugin [-] Segment 1bbf5a22-091f-4c65-807b-4c7fd704ea75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bbf5a22-091f-4c65-807b-4c7fd704ea75 found for delete ", "request_id": "req-c226c427-ae3b-4af3-a5b5-070dc8611e4e"}]} 2026-04-14 08:42:35.666 8 INFO neutron.services.segments.plugin [-] Segment 1bbf5a22-091f-4c65-807b-4c7fd704ea75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bbf5a22-091f-4c65-807b-4c7fd704ea75 found for delete ", "request_id": "req-d8ae1d3d-841e-425e-8a00-341167df2f48"}]} [pid: 7|app: 0|req: 895/1679] 10.0.0.30 () {34 vars in 751 bytes} [Tue Apr 14 08:42:35 2026] PUT /v2.0/policies/5f19d32b-d7a7-4345-b550-b89ce0af1770/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:42:35.677 8 INFO neutron.services.segments.plugin [-] Segment 46c168fe-1d16-4399-92e6-a7a9ac18b71e resource provider aggregate not found 2026-04-14 08:42:35.682 8 INFO neutron.services.segments.plugin [-] Segment 46c168fe-1d16-4399-92e6-a7a9ac18b71e resource provider aggregate not found 2026-04-14 08:42:35.694 8 INFO neutron.services.segments.plugin [-] Segment 46c168fe-1d16-4399-92e6-a7a9ac18b71e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46c168fe-1d16-4399-92e6-a7a9ac18b71e found for delete ", "request_id": "req-f36bc0fa-ffa6-4311-a8ac-ba15f63c8220"}]} 2026-04-14 08:42:35.703 8 INFO neutron.services.segments.plugin [-] Segment 46c168fe-1d16-4399-92e6-a7a9ac18b71e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46c168fe-1d16-4399-92e6-a7a9ac18b71e found for delete ", "request_id": "req-667a1c89-3638-4b3d-a63e-d03a2f61ac5b"}]} [pid: 8|app: 0|req: 785/1680] 10.0.0.30 () {32 vars in 672 bytes} [Tue Apr 14 08:42:36 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1681] 10.0.0.30 () {32 vars in 686 bytes} [Tue Apr 14 08:42:36 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1682] 10.0.0.30 () {32 vars in 682 bytes} [Tue Apr 14 08:42:36 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1683] 10.0.0.30 () {32 vars in 694 bytes} [Tue Apr 14 08:42:36 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1684] 10.0.0.30 () {32 vars in 680 bytes} [Tue Apr 14 08:42:36 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1685] 10.0.0.30 () {32 vars in 694 bytes} [Tue Apr 14 08:42:36 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1686] 10.0.0.30 () {32 vars in 690 bytes} [Tue Apr 14 08:42:36 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1687] 10.0.0.30 () {32 vars in 702 bytes} [Tue Apr 14 08:42:36 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1688] 10.0.0.30 () {32 vars in 732 bytes} [Tue Apr 14 08:42:36 2026] DELETE /v2.0/qos/policies/0e959c01-2fcb-4fd9-8abb-1ce4abdf810e => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1689] 10.0.0.30 () {32 vars in 732 bytes} [Tue Apr 14 08:42:36 2026] DELETE /v2.0/qos/policies/91923f49-5a4e-41df-a587-fbec2af75e05 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1690] 10.0.0.30 () {32 vars in 732 bytes} [Tue Apr 14 08:42:36 2026] DELETE /v2.0/qos/policies/f6857c23-0900-4796-91bf-2ff2d4035eb6 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1691] 10.0.0.30 () {32 vars in 732 bytes} [Tue Apr 14 08:42:37 2026] DELETE /v2.0/qos/policies/5f19d32b-d7a7-4345-b550-b89ce0af1770 => 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: 791/1692] 10.0.0.30 () {32 vars in 732 bytes} [Tue Apr 14 08:42:37 2026] DELETE /v2.0/qos/policies/b78c7c00-11c5-4369-92e9-269778e41bf4 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1693] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:37 2026] GET /v2.0/security-groups?tenant_id=d2d5bf978fc546fe895b962790f8fc5a&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1694] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:37 2026] GET /v2.0/security-groups?tenant_id=da7d843709b8486ba820ca9976aaf4e6&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: 793/1695] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:38 2026] DELETE /v2.0/security-groups/7e9c4736-175a-4614-bf3e-3a43c30bcf84 => 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: 903/1696] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:38 2026] DELETE /v2.0/security-groups/9d03686b-33c2-473a-8bdd-75a1085008f3 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1697] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:38 2026] GET /v2.0/security-groups?tenant_id=c82e05adea144cd196e07e84ef7c728d&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: 904/1698] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:38 2026] DELETE /v2.0/security-groups/6e439384-dddd-4c66-ae39-986673fdeeae => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1699] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:38 2026] GET /v2.0/security-groups?tenant_id=f8284780f2bc4749b5b5d46d391a1002&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1700] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:39 2026] DELETE /v2.0/security-groups/3e123eaf-6464-4453-a9a7-9770940883a9 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1701] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:41 2026] GET /v2.0/security-groups?tenant_id=c8f4e6f186cd47e9b212c8ca8846ef33&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1702] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:41 2026] DELETE /v2.0/security-groups/2e5e59d5-b9d5-49ad-a6b7-05debd8347af => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1703] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:41 2026] GET /v2.0/security-groups?tenant_id=2c699aad11e04e5a981787497bf58d7f&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: 907/1704] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:41 2026] DELETE /v2.0/security-groups/9c9e4786-c5a2-4bdd-b129-9eded7b4de85 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1705] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:43 2026] GET /v2.0/security-groups?tenant_id=1c7fba5d6e76439aa86258631d20c37c&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1706] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:43 2026] DELETE /v2.0/security-groups/79063db4-7e59-4265-ba71-0b89aba6a96f => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:42:44.243 8 INFO neutron.db.segments_db [None req-27b82c18-7914-4cfc-ac34-7566f06bfbb6 60a9a8b700e64f7a93bba100aeda1bb0 4d51bc3b77de446cb418c7546c562031 - - default default] Added segment ebf83b91-e2e9-4bc0-b0ce-75c02ce9ca49 of type vxlan for network f8ae293f-18aa-4112-bad3-18108b3a51d1 [pid: 7|app: 0|req: 909/1707] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:44 2026] GET /v2.0/security-groups?tenant_id=bf9fb8d82ddc4453a8e3d9aacddb85ce&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1708] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:44 2026] DELETE /v2.0/security-groups/6f886f14-6851-4d22-8740-a849afa7ea93 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:42:44.502 8 INFO neutron.db.l3_hamode_db [None req-27b82c18-7914-4cfc-ac34-7566f06bfbb6 60a9a8b700e64f7a93bba100aeda1bb0 4d51bc3b77de446cb418c7546c562031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:42:44.610 8 INFO neutron.db.l3_hamode_db [None req-27b82c18-7914-4cfc-ac34-7566f06bfbb6 60a9a8b700e64f7a93bba100aeda1bb0 4d51bc3b77de446cb418c7546c562031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 799/1709] 10.0.0.30 () {34 vars in 666 bytes} [Tue Apr 14 08:42:44 2026] POST /v2.0/routers => generated 474 bytes in 1170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:42:45.254 7 INFO neutron.db.l3_hamode_db [None req-76c52c45-6f09-4b73-95c9-baf0b1d80dde 60a9a8b700e64f7a93bba100aeda1bb0 4d51bc3b77de446cb418c7546c562031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:42:45.393 7 INFO neutron.db.l3_hamode_db [None req-76c52c45-6f09-4b73-95c9-baf0b1d80dde 60a9a8b700e64f7a93bba100aeda1bb0 4d51bc3b77de446cb418c7546c562031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 911/1710] 10.0.0.30 () {34 vars in 666 bytes} [Tue Apr 14 08:42:45 2026] POST /v2.0/routers => generated 474 bytes in 758 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:42:46.018 7 INFO neutron.db.l3_hamode_db [None req-83d84ff9-94bd-4566-b406-dd73e5e18410 60a9a8b700e64f7a93bba100aeda1bb0 4d51bc3b77de446cb418c7546c562031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 800/1711] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:45 2026] GET /v2.0/security-groups?tenant_id=0ea1a51e98974f4ab6b8a9a95aa81a75&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:42:46.136 7 INFO neutron.db.l3_hamode_db [None req-83d84ff9-94bd-4566-b406-dd73e5e18410 60a9a8b700e64f7a93bba100aeda1bb0 4d51bc3b77de446cb418c7546c562031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 801/1712] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:46 2026] DELETE /v2.0/security-groups/4139a0a5-a15a-42a2-8676-0b3c1d67f437 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:42:46.393 8 INFO neutron.db.segments_db [None req-c8741dcf-2add-4e98-ac92-5b9e4938dd1c 5f027b6be1e44711abad68f4d86cbd70 91aeaa7bcaec4853a04a321f0669061a - - default default] Added segment ebbdbe28-6fee-4b33-9806-03976946d748 of type vxlan for network dd5302bb-8425-44f6-9e2d-9f64ca4d697b [pid: 8|app: 0|req: 802/1713] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:42:46 2026] POST /v2.0/networks => generated 643 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1714] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:46 2026] GET /v2.0/security-groups?tenant_id=5cf0de7c2ca64f3894186066b9a1cc1f&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: 912/1715] 10.0.0.30 () {34 vars in 666 bytes} [Tue Apr 14 08:42:45 2026] POST /v2.0/routers => generated 474 bytes in 760 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1716] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:42:46 2026] POST /v2.0/subnets => generated 641 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1717] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:46 2026] DELETE /v2.0/security-groups/78c41254-da31-4620-8d51-51d65d5b3c9b => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:42:46.865 8 INFO neutron.db.l3_hamode_db [None req-931fefa9-8e41-4723-af6a-866e8f28ecab 60a9a8b700e64f7a93bba100aeda1bb0 4d51bc3b77de446cb418c7546c562031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:42:46.868 7 INFO neutron.db.segments_db [None req-5ce91e21-33c2-4ae5-b134-347a03ad45ea 5f027b6be1e44711abad68f4d86cbd70 91aeaa7bcaec4853a04a321f0669061a - - default default] Added segment 9ca9dbc3-7348-46f8-ad31-55ede7b28429 of type vxlan for network c7657492-92a6-499f-9c6c-b5de61898ba9 [pid: 7|app: 0|req: 914/1718] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:42:46 2026] POST /v2.0/networks => generated 644 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:42:46.985 8 INFO neutron.db.l3_hamode_db [None req-931fefa9-8e41-4723-af6a-866e8f28ecab 60a9a8b700e64f7a93bba100aeda1bb0 4d51bc3b77de446cb418c7546c562031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 915/1719] 10.0.0.30 () {34 vars in 741 bytes} [Tue Apr 14 08:42:46 2026] PUT /v2.0/networks/c7657492-92a6-499f-9c6c-b5de61898ba9 => generated 592 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1720] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:42:47 2026] POST /v2.0/subnets => generated 626 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1721] 10.0.0.30 () {34 vars in 739 bytes} [Tue Apr 14 08:42:47 2026] PUT /v2.0/subnets/a5e1986c-28f3-48ab-aa6d-c6444f9fb3cb => generated 636 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1722] 10.0.0.30 () {34 vars in 666 bytes} [Tue Apr 14 08:42:46 2026] POST /v2.0/routers => generated 474 bytes in 735 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:42:47.600 8 INFO neutron.db.l3_hamode_db [None req-17b2a5a2-3b5b-4a06-8ac0-f343644e4d2d 60a9a8b700e64f7a93bba100aeda1bb0 4d51bc3b77de446cb418c7546c562031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:42:47.703 7 INFO neutron.services.segments.plugin [-] Segment 9ca9dbc3-7348-46f8-ad31-55ede7b28429 resource provider aggregate not found 2026-04-14 08:42:47.710 7 INFO neutron.services.segments.plugin [-] Segment 9ca9dbc3-7348-46f8-ad31-55ede7b28429 resource provider aggregate not found 2026-04-14 08:42:47.719 8 INFO neutron.db.l3_hamode_db [None req-17b2a5a2-3b5b-4a06-8ac0-f343644e4d2d 60a9a8b700e64f7a93bba100aeda1bb0 4d51bc3b77de446cb418c7546c562031 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:42:47.727 7 INFO neutron.services.segments.plugin [-] Segment 9ca9dbc3-7348-46f8-ad31-55ede7b28429 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ca9dbc3-7348-46f8-ad31-55ede7b28429 found for delete ", "request_id": "req-8e965efe-06d1-44fb-af7e-5d968077692c"}]} 2026-04-14 08:42:47.740 7 INFO neutron.services.segments.plugin [-] Segment 9ca9dbc3-7348-46f8-ad31-55ede7b28429 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ca9dbc3-7348-46f8-ad31-55ede7b28429 found for delete ", "request_id": "req-ec244a65-9e5a-4413-8ecd-2653331d4b2f"}]} [pid: 7|app: 0|req: 918/1723] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:42:47 2026] DELETE /v2.0/networks/c7657492-92a6-499f-9c6c-b5de61898ba9 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:42:47.758 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d5998994-9889-4cb6-9c76-e2bb8b8e9086 5f027b6be1e44711abad68f4d86cbd70 91aeaa7bcaec4853a04a321f0669061a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 919/1724] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:42:47 2026] DELETE /v2.0/networks/c7657492-92a6-499f-9c6c-b5de61898ba9 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1725] 10.0.0.30 () {32 vars in 692 bytes} [Tue Apr 14 08:42:47 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1726] 10.0.0.30 () {32 vars in 740 bytes} [Tue Apr 14 08:42:47 2026] GET /v2.0/subnets?network_id=d032c32d-4d9d-4f99-9f6f-dcd30627d3cb => generated 649 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1727] 10.0.0.30 () {32 vars in 651 bytes} [Tue Apr 14 08:42:47 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: 923/1728] 10.0.0.30 () {32 vars in 647 bytes} [Tue Apr 14 08:42:47 2026] GET /v2.0/networks => generated 1308 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1729] 10.0.0.30 () {32 vars in 645 bytes} [Tue Apr 14 08:42:47 2026] GET /v2.0/subnets => generated 1280 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1730] 10.0.0.30 () {32 vars in 721 bytes} [Tue Apr 14 08:42:48 2026] GET /v2.0/networks/dd5302bb-8425-44f6-9e2d-9f64ca4d697b => generated 668 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1731] 10.0.0.30 () {32 vars in 719 bytes} [Tue Apr 14 08:42:48 2026] GET /v2.0/subnets/8a016638-ca4c-42dc-80d3-d0efb225f342 => generated 641 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:42:48.154 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fcf0c973-4e9e-4782-bae3-6d2d4a89fc6a 5f027b6be1e44711abad68f4d86cbd70 91aeaa7bcaec4853a04a321f0669061a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 927/1732] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:42:48 2026] DELETE /v2.0/subnets/a5e1986c-28f3-48ab-aa6d-c6444f9fb3cb => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:42:48.173 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bac23647-116a-4782-ab3d-282c0877d2c7 5f027b6be1e44711abad68f4d86cbd70 91aeaa7bcaec4853a04a321f0669061a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 928/1733] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:42:48 2026] DELETE /v2.0/networks/c7657492-92a6-499f-9c6c-b5de61898ba9 => 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: 929/1734] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:42:48 2026] DELETE /v2.0/subnets/8a016638-ca4c-42dc-80d3-d0efb225f342 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1735] 10.0.0.30 () {34 vars in 666 bytes} [Tue Apr 14 08:42:47 2026] POST /v2.0/routers => generated 474 bytes in 872 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:42:48.461 7 INFO neutron_taas.services.taas.taas_plugin [None req-02bd4257-2bfe-4561-83f3-bde80ad84948 5f027b6be1e44711abad68f4d86cbd70 91aeaa7bcaec4853a04a321f0669061a - - default default] TaaS: Handle Delete Port: 0e485dc5-5015-48be-b960-3f22cdb0c03f 2026-04-14 08:42:48.467 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02bd4257-2bfe-4561-83f3-bde80ad84948 5f027b6be1e44711abad68f4d86cbd70 91aeaa7bcaec4853a04a321f0669061a - - default default] Tap Mirror: Handle Delete Port: 0e485dc5-5015-48be-b960-3f22cdb0c03f [pid: 8|app: 0|req: 807/1736] 10.0.0.30 () {34 vars in 749 bytes} [Tue Apr 14 08:42:48 2026] PUT /v2.0/routers/08c1d9c6-fcee-4dd2-ad2c-7ae6444edc6c/tags => generated 17 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1737] 10.0.0.30 () {34 vars in 749 bytes} [Tue Apr 14 08:42:48 2026] PUT /v2.0/routers/91c5ac3a-9ae1-4f55-b551-ca66be11a445/tags => generated 25 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1738] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:42:48 2026] DELETE /v2.0/networks/dd5302bb-8425-44f6-9e2d-9f64ca4d697b => generated 0 bytes in 346 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1739] 10.0.0.30 () {34 vars in 749 bytes} [Tue Apr 14 08:42:48 2026] PUT /v2.0/routers/0ef49465-a7c6-4efa-bd1d-bee5ea049da4/tags => generated 34 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1740] 10.0.0.30 () {34 vars in 749 bytes} [Tue Apr 14 08:42:48 2026] PUT /v2.0/routers/9fdd2cc8-1693-49f9-bc3a-72cdadc19eb5/tags => generated 19 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1741] 10.0.0.30 () {32 vars in 662 bytes} [Tue Apr 14 08:42:48 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1742] 10.0.0.30 () {32 vars in 676 bytes} [Tue Apr 14 08:42:48 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1743] 10.0.0.30 () {32 vars in 672 bytes} [Tue Apr 14 08:42:49 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1744] 10.0.0.30 () {32 vars in 684 bytes} [Tue Apr 14 08:42:49 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1745] 10.0.0.30 () {32 vars in 670 bytes} [Tue Apr 14 08:42:49 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1746] 10.0.0.30 () {32 vars in 684 bytes} [Tue Apr 14 08:42:49 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1747] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:49 2026] GET /v2.0/security-groups?tenant_id=91aeaa7bcaec4853a04a321f0669061a&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1748] 10.0.0.30 () {32 vars in 680 bytes} [Tue Apr 14 08:42:49 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1749] 10.0.0.30 () {32 vars in 692 bytes} [Tue Apr 14 08:42:49 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1750] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:49 2026] DELETE /v2.0/security-groups/2b28937c-2d02-4eb9-a57b-9e34e5fb198c => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1751] 10.0.0.30 () {32 vars in 719 bytes} [Tue Apr 14 08:42:49 2026] GET /v2.0/routers/08c1d9c6-fcee-4dd2-ad2c-7ae6444edc6c => generated 485 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:42:49.745 7 INFO neutron.services.segments.plugin [-] Segment ebbdbe28-6fee-4b33-9806-03976946d748 resource provider aggregate not found 2026-04-14 08:42:49.759 7 INFO neutron.services.segments.plugin [-] Segment ebbdbe28-6fee-4b33-9806-03976946d748 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebbdbe28-6fee-4b33-9806-03976946d748 found for delete ", "request_id": "req-c147a674-4713-47a1-9d45-883a4667e34e"}]} 2026-04-14 08:42:49.762 7 INFO neutron.services.segments.plugin [-] Segment ebbdbe28-6fee-4b33-9806-03976946d748 resource provider aggregate not found 2026-04-14 08:42:49.780 7 INFO neutron.services.segments.plugin [-] Segment ebbdbe28-6fee-4b33-9806-03976946d748 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebbdbe28-6fee-4b33-9806-03976946d748 found for delete ", "request_id": "req-6b2631a6-4006-4cd7-b5d5-2172f4909165"}]} [pid: 8|app: 0|req: 814/1754] 10.0.0.30 () {34 vars in 740 bytes} [Tue Apr 14 08:42:49 2026] PUT /v2.0/routers/08c1d9c6-fcee-4dd2-ad2c-7ae6444edc6c => generated 485 bytes in 604 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1755] 10.0.0.30 () {32 vars in 734 bytes} [Tue Apr 14 08:42:50 2026] GET /v2.0/ports?device_id=08c1d9c6-fcee-4dd2-ad2c-7ae6444edc6c => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:42:50.370 8 INFO neutron_taas.services.taas.taas_plugin [None req-86f06b6e-e37e-4f88-9c54-b476639b7d0b 60a9a8b700e64f7a93bba100aeda1bb0 4d51bc3b77de446cb418c7546c562031 - - default default] TaaS: Handle Delete Port: 740f8191-4452-4dfc-bb48-9dd8b7d27f61 2026-04-14 08:42:50.374 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86f06b6e-e37e-4f88-9c54-b476639b7d0b 60a9a8b700e64f7a93bba100aeda1bb0 4d51bc3b77de446cb418c7546c562031 - - default default] Tap Mirror: Handle Delete Port: 740f8191-4452-4dfc-bb48-9dd8b7d27f61 [pid: 8|app: 0|req: 815/1756] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:42:50 2026] DELETE /v2.0/routers/08c1d9c6-fcee-4dd2-ad2c-7ae6444edc6c => generated 0 bytes in 392 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1757] 10.0.0.30 () {32 vars in 719 bytes} [Tue Apr 14 08:42:50 2026] GET /v2.0/routers/91c5ac3a-9ae1-4f55-b551-ca66be11a445 => generated 493 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1758] 10.0.0.30 () {34 vars in 740 bytes} [Tue Apr 14 08:42:50 2026] PUT /v2.0/routers/91c5ac3a-9ae1-4f55-b551-ca66be11a445 => generated 493 bytes in 482 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1759] 10.0.0.30 () {32 vars in 734 bytes} [Tue Apr 14 08:42:51 2026] GET /v2.0/ports?device_id=91c5ac3a-9ae1-4f55-b551-ca66be11a445 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:42:51.380 8 INFO neutron_taas.services.taas.taas_plugin [None req-caa706b2-b2e7-4be3-861d-65916c8d01c6 60a9a8b700e64f7a93bba100aeda1bb0 4d51bc3b77de446cb418c7546c562031 - - default default] TaaS: Handle Delete Port: 3acacc07-1779-4d7f-803c-7dcce01bffc7 2026-04-14 08:42:51.386 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-caa706b2-b2e7-4be3-861d-65916c8d01c6 60a9a8b700e64f7a93bba100aeda1bb0 4d51bc3b77de446cb418c7546c562031 - - default default] Tap Mirror: Handle Delete Port: 3acacc07-1779-4d7f-803c-7dcce01bffc7 [pid: 8|app: 0|req: 817/1760] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:42:51 2026] DELETE /v2.0/routers/91c5ac3a-9ae1-4f55-b551-ca66be11a445 => generated 0 bytes in 394 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1761] 10.0.0.30 () {32 vars in 719 bytes} [Tue Apr 14 08:42:51 2026] GET /v2.0/routers/0ef49465-a7c6-4efa-bd1d-bee5ea049da4 => generated 502 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1762] 10.0.0.30 () {34 vars in 682 bytes} [Tue Apr 14 08:42:51 2026] POST /v2.0/security-groups => generated 1624 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1763] 10.0.0.30 () {32 vars in 661 bytes} [Tue Apr 14 08:42:51 2026] GET /v2.0/security-groups => generated 4529 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1764] 10.0.0.30 () {34 vars in 756 bytes} [Tue Apr 14 08:42:51 2026] PUT /v2.0/security-groups/7128d8b7-ebb4-492f-9096-188eade44997 => generated 1662 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1765] 10.0.0.30 () {32 vars in 735 bytes} [Tue Apr 14 08:42:52 2026] GET /v2.0/security-groups/7128d8b7-ebb4-492f-9096-188eade44997 => generated 1662 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1766] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:52 2026] DELETE /v2.0/security-groups/7128d8b7-ebb4-492f-9096-188eade44997 => 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: 949/1767] 10.0.0.30 () {32 vars in 661 bytes} [Tue Apr 14 08:42:52 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) 2026-04-14 08:42:52.207 7 INFO neutron.api.v2.resource [None req-6bcb7799-adb6-470c-8320-01b3aafadd1a 5f4bde5934ca4a0eb17f12aee7f64c78 15bc7d3fbfba4f2eb5bfbc822afef8a0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 950/1768] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:52 2026] DELETE /v2.0/security-groups/7128d8b7-ebb4-492f-9096-188eade44997 => 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: 819/1769] 10.0.0.30 () {34 vars in 740 bytes} [Tue Apr 14 08:42:51 2026] PUT /v2.0/routers/0ef49465-a7c6-4efa-bd1d-bee5ea049da4 => generated 502 bytes in 538 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1770] 10.0.0.30 () {32 vars in 734 bytes} [Tue Apr 14 08:42:52 2026] GET /v2.0/ports?device_id=0ef49465-a7c6-4efa-bd1d-bee5ea049da4 => 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: 951/1771] 10.0.0.30 () {34 vars in 682 bytes} [Tue Apr 14 08:42:52 2026] POST /v2.0/security-groups => generated 1625 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 08:42:52.416 8 INFO neutron_taas.services.taas.taas_plugin [None req-852c7a80-609f-4264-b0e5-1ca2e6fd93cc 60a9a8b700e64f7a93bba100aeda1bb0 4d51bc3b77de446cb418c7546c562031 - - default default] TaaS: Handle Delete Port: c0031c3d-4d5e-4bfb-9b21-6de541ada373 2026-04-14 08:42:52.419 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-852c7a80-609f-4264-b0e5-1ca2e6fd93cc 60a9a8b700e64f7a93bba100aeda1bb0 4d51bc3b77de446cb418c7546c562031 - - default default] Tap Mirror: Handle Delete Port: c0031c3d-4d5e-4bfb-9b21-6de541ada373 [pid: 7|app: 0|req: 952/1772] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:42:52 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: 7|app: 0|req: 953/1773] 10.0.0.30 () {32 vars in 745 bytes} [Tue Apr 14 08:42:52 2026] GET /v2.0/security-group-rules/62511ea0-a379-4db6-b462-cbf1bafaa63d => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1774] 10.0.0.30 () {32 vars in 671 bytes} [Tue Apr 14 08:42:52 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1775] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:42:52 2026] DELETE /v2.0/routers/0ef49465-a7c6-4efa-bd1d-bee5ea049da4 => generated 0 bytes in 351 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1776] 10.0.0.30 () {32 vars in 748 bytes} [Tue Apr 14 08:42:52 2026] DELETE /v2.0/security-group-rules/62511ea0-a379-4db6-b462-cbf1bafaa63d => 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: 822/1777] 10.0.0.30 () {32 vars in 719 bytes} [Tue Apr 14 08:42:52 2026] GET /v2.0/routers/9fdd2cc8-1693-49f9-bc3a-72cdadc19eb5 => generated 487 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1778] 10.0.0.30 () {32 vars in 671 bytes} [Tue Apr 14 08:42:52 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1779] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:42:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1780] 10.0.0.30 () {32 vars in 745 bytes} [Tue Apr 14 08:42:52 2026] GET /v2.0/security-group-rules/57c54c85-06a5-4b5a-abf6-c434e0069c30 => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1781] 10.0.0.30 () {32 vars in 671 bytes} [Tue Apr 14 08:42:52 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1782] 10.0.0.30 () {32 vars in 748 bytes} [Tue Apr 14 08:42:52 2026] DELETE /v2.0/security-group-rules/57c54c85-06a5-4b5a-abf6-c434e0069c30 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1783] 10.0.0.30 () {32 vars in 671 bytes} [Tue Apr 14 08:42:52 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) 2026-04-14 08:42:53.056 7 INFO neutron.db.securitygroups_db [None req-072da162-7c58-445b-963f-7b7e83b7f0b3 5f4bde5934ca4a0eb17f12aee7f64c78 15bc7d3fbfba4f2eb5bfbc822afef8a0 - - default default] Project 15bc7d3fbfba4f2eb5bfbc822afef8a0 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: 962/1784] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:42:53 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: 823/1785] 10.0.0.30 () {34 vars in 740 bytes} [Tue Apr 14 08:42:52 2026] PUT /v2.0/routers/9fdd2cc8-1693-49f9-bc3a-72cdadc19eb5 => generated 487 bytes in 584 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1786] 10.0.0.30 () {32 vars in 745 bytes} [Tue Apr 14 08:42:53 2026] GET /v2.0/security-group-rules/e76ae75e-b84f-4066-9b97-dd2ed71df83d => generated 607 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1787] 10.0.0.30 () {32 vars in 734 bytes} [Tue Apr 14 08:42:53 2026] GET /v2.0/ports?device_id=9fdd2cc8-1693-49f9-bc3a-72cdadc19eb5 => 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: 826/1788] 10.0.0.30 () {32 vars in 671 bytes} [Tue Apr 14 08:42:53 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1789] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:53 2026] GET /v2.0/security-groups?tenant_id=657f9f75ac7c42c282a990d3264a8769&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: 964/1790] 10.0.0.30 () {32 vars in 748 bytes} [Tue Apr 14 08:42:53 2026] DELETE /v2.0/security-group-rules/e76ae75e-b84f-4066-9b97-dd2ed71df83d => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:42:53.538 8 INFO neutron_taas.services.taas.taas_plugin [None req-124cd5d0-b7cb-430a-8b0f-a6058c7301a9 60a9a8b700e64f7a93bba100aeda1bb0 4d51bc3b77de446cb418c7546c562031 - - default default] TaaS: Handle Delete Port: 33286913-a9f6-49c8-b9a1-5afb77454d93 2026-04-14 08:42:53.541 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-124cd5d0-b7cb-430a-8b0f-a6058c7301a9 60a9a8b700e64f7a93bba100aeda1bb0 4d51bc3b77de446cb418c7546c562031 - - default default] Tap Mirror: Handle Delete Port: 33286913-a9f6-49c8-b9a1-5afb77454d93 [pid: 7|app: 0|req: 965/1791] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:53 2026] DELETE /v2.0/security-groups/9d128bbd-f6bf-4ad3-b05f-867d4b5ea5a3 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1792] 10.0.0.30 () {32 vars in 671 bytes} [Tue Apr 14 08:42:53 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1793] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:53 2026] DELETE /v2.0/security-groups/89a92bd7-674c-43c2-a237-831fd8e98404 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1794] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:42:53 2026] DELETE /v2.0/routers/9fdd2cc8-1693-49f9-bc3a-72cdadc19eb5 => generated 0 bytes in 448 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1795] 10.0.0.30 () {32 vars in 661 bytes} [Tue Apr 14 08:42:53 2026] GET /v2.0/security-groups => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1796] 10.0.0.30 () {32 vars in 719 bytes} [Tue Apr 14 08:42:53 2026] GET /v2.0/routers/335805a2-53dc-4549-933c-62c890fc3069 => generated 480 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1797] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:53 2026] GET /v2.0/security-groups?tenant_id=a09f27abe99f452f9316869fc458a1dc&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1798] 10.0.0.30 () {32 vars in 661 bytes} [Tue Apr 14 08:42:53 2026] GET /v2.0/security-groups => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1799] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:53 2026] DELETE /v2.0/security-groups/6b6ebe55-9361-43a7-986d-b207096b0ebb => 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: 969/1800] 10.0.0.30 () {34 vars in 740 bytes} [Tue Apr 14 08:42:53 2026] PUT /v2.0/routers/335805a2-53dc-4549-933c-62c890fc3069 => generated 480 bytes in 603 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1801] 10.0.0.30 () {32 vars in 734 bytes} [Tue Apr 14 08:42:54 2026] GET /v2.0/ports?device_id=335805a2-53dc-4549-933c-62c890fc3069 => 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: 832/1802] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:54 2026] GET /v2.0/security-groups?tenant_id=15bc7d3fbfba4f2eb5bfbc822afef8a0&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:42:54.713 7 INFO neutron_taas.services.taas.taas_plugin [None req-e99e1078-7e10-46c8-a355-338599d6381e 60a9a8b700e64f7a93bba100aeda1bb0 4d51bc3b77de446cb418c7546c562031 - - default default] TaaS: Handle Delete Port: fd7484ee-5741-4679-9cc7-57a63a9514fb 2026-04-14 08:42:54.715 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e99e1078-7e10-46c8-a355-338599d6381e 60a9a8b700e64f7a93bba100aeda1bb0 4d51bc3b77de446cb418c7546c562031 - - default default] Tap Mirror: Handle Delete Port: fd7484ee-5741-4679-9cc7-57a63a9514fb [pid: 8|app: 0|req: 833/1803] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:54 2026] DELETE /v2.0/security-groups/a7258497-6428-4ac2-ae08-72f96e1ecde0 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:42:55.036 7 INFO neutron.services.segments.plugin [-] Segment ebf83b91-e2e9-4bc0-b0ce-75c02ce9ca49 resource provider aggregate not found 2026-04-14 08:42:55.049 7 INFO neutron.services.segments.plugin [-] Segment ebf83b91-e2e9-4bc0-b0ce-75c02ce9ca49 resource provider aggregate not found 2026-04-14 08:42:55.055 7 INFO neutron.db.l3_hamode_db [None req-e99e1078-7e10-46c8-a355-338599d6381e 60a9a8b700e64f7a93bba100aeda1bb0 4d51bc3b77de446cb418c7546c562031 - - default default] HA network f8ae293f-18aa-4112-bad3-18108b3a51d1 was deleted as no HA routers are present in tenant 4d51bc3b77de446cb418c7546c562031. 2026-04-14 08:42:55.057 7 INFO neutron.services.segments.plugin [-] Segment ebf83b91-e2e9-4bc0-b0ce-75c02ce9ca49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebf83b91-e2e9-4bc0-b0ce-75c02ce9ca49 found for delete ", "request_id": "req-3fa0659a-73c3-4bbf-a045-6ee7d0e2e428"}]} [pid: 7|app: 0|req: 971/1804] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:42:54 2026] DELETE /v2.0/routers/335805a2-53dc-4549-933c-62c890fc3069 => generated 0 bytes in 530 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:42:55.071 7 INFO neutron.services.segments.plugin [-] Segment ebf83b91-e2e9-4bc0-b0ce-75c02ce9ca49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebf83b91-e2e9-4bc0-b0ce-75c02ce9ca49 found for delete ", "request_id": "req-1eb4829a-94d1-4782-9927-76d60f73b991"}]} [pid: 8|app: 0|req: 834/1805] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:55 2026] GET /v2.0/security-groups?tenant_id=129959bd51b3455d8cbe5939b9414c0b&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:42:56.058 7 INFO neutron.db.segments_db [None req-cb360ac5-af70-4ea3-866c-22d29d3e4b60 f069d78db1724c6f9d64bf068c26880b 704d625d2eb3483189a31523ea9513e9 - - default default] Added segment fc6d725b-b74a-4a81-955a-53526d92e5c6 of type vxlan for network 15aed19d-8787-4dd8-892f-a5998c3f134f [pid: 8|app: 0|req: 835/1806] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:55 2026] DELETE /v2.0/security-groups/dcc4b079-322c-43a2-99d8-7eca216422e9 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:42:56.114 7 INFO neutron.db.segments_db [None req-cb360ac5-af70-4ea3-866c-22d29d3e4b60 f069d78db1724c6f9d64bf068c26880b 704d625d2eb3483189a31523ea9513e9 - - default default] Added segment eefe0bbf-a1a4-465d-b3ec-a47719d6eed2 of type vxlan for network a23f0ba0-e192-4c3d-8b0e-4ca485c47680 [pid: 7|app: 0|req: 972/1807] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:42:55 2026] POST /v2.0/networks => generated 1245 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1808] 10.0.0.30 () {32 vars in 647 bytes} [Tue Apr 14 08:42:56 2026] GET /v2.0/networks => generated 1844 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1809] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:56 2026] GET /v2.0/security-groups?tenant_id=a2a158f710ed4cdda11f4fa2664cdd20&name=default => generated 2925 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:42:56.384 8 INFO neutron.services.segments.plugin [-] Segment fc6d725b-b74a-4a81-955a-53526d92e5c6 resource provider aggregate not found 2026-04-14 08:42:56.384 8 INFO neutron.services.segments.plugin [-] Segment fc6d725b-b74a-4a81-955a-53526d92e5c6 resource provider aggregate not found 2026-04-14 08:42:56.403 8 INFO neutron.services.segments.plugin [-] Segment fc6d725b-b74a-4a81-955a-53526d92e5c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc6d725b-b74a-4a81-955a-53526d92e5c6 found for delete ", "request_id": "req-8e1c649c-cdcc-4f35-bc7e-8782fd5ae8c1"}]} [pid: 7|app: 0|req: 974/1810] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:56 2026] DELETE /v2.0/security-groups/a80732a8-34b1-4ba1-b5ef-38a4eaf14bae => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:42:56.406 8 INFO neutron.services.segments.plugin [-] Segment fc6d725b-b74a-4a81-955a-53526d92e5c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc6d725b-b74a-4a81-955a-53526d92e5c6 found for delete ", "request_id": "req-56b99d1b-4b6c-49cf-b242-2b8174c90cd7"}]} [pid: 8|app: 0|req: 837/1811] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:42:56 2026] DELETE /v2.0/networks/15aed19d-8787-4dd8-892f-a5998c3f134f => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1812] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:42:56 2026] DELETE /v2.0/networks/a23f0ba0-e192-4c3d-8b0e-4ca485c47680 => 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: 976/1813] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:56 2026] GET /v2.0/security-groups?tenant_id=4d51bc3b77de446cb418c7546c562031&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: 977/1814] 10.0.0.30 () {32 vars in 647 bytes} [Tue Apr 14 08:42:56 2026] GET /v2.0/networks => generated 651 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1815] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:56 2026] DELETE /v2.0/security-groups/9baeda68-a0e4-4e8b-93a2-cec3aabb9c13 => 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: 838/1816] 10.0.0.30 () {34 vars in 682 bytes} [Tue Apr 14 08:42:56 2026] POST /v2.0/security-groups => generated 1624 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 08:42:56.886 7 INFO neutron.db.segments_db [None req-8c6f5cd8-b3e5-48a3-a0a5-9c1daa03253a f069d78db1724c6f9d64bf068c26880b 704d625d2eb3483189a31523ea9513e9 - - default default] Added segment bc87ac9d-c8b9-4092-979b-ace72e5ce908 of type vxlan for network 69bf4440-f245-47b5-b2ec-0d8ce9144f3b [pid: 8|app: 0|req: 839/1817] 10.0.0.30 () {32 vars in 661 bytes} [Tue Apr 14 08:42:56 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) [pid: 7|app: 0|req: 979/1818] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:42:56 2026] POST /v2.0/networks => generated 654 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1819] 10.0.0.30 () {34 vars in 756 bytes} [Tue Apr 14 08:42:56 2026] PUT /v2.0/security-groups/38c9325e-2024-45ad-be22-60efa8c1ffeb => generated 1663 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:42:57.030 7 INFO neutron.db.segments_db [None req-fd870e2d-2185-477c-b056-a2caf70d7017 f069d78db1724c6f9d64bf068c26880b 704d625d2eb3483189a31523ea9513e9 - - default default] Added segment 230a36d5-4bc9-40d0-a05e-9c8d6416c8ac of type vxlan for network 71b21567-9c1e-41ca-84ad-03ebe50351ef [pid: 8|app: 0|req: 841/1820] 10.0.0.30 () {32 vars in 735 bytes} [Tue Apr 14 08:42:57 2026] GET /v2.0/security-groups/38c9325e-2024-45ad-be22-60efa8c1ffeb => generated 1663 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:42:57.081 7 INFO neutron.services.segments.plugin [-] Segment eefe0bbf-a1a4-465d-b3ec-a47719d6eed2 resource provider aggregate not found 2026-04-14 08:42:57.096 7 INFO neutron.services.segments.plugin [-] Segment eefe0bbf-a1a4-465d-b3ec-a47719d6eed2 resource provider aggregate not found 2026-04-14 08:42:57.104 7 INFO neutron.services.segments.plugin [-] Segment eefe0bbf-a1a4-465d-b3ec-a47719d6eed2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eefe0bbf-a1a4-465d-b3ec-a47719d6eed2 found for delete ", "request_id": "req-22be5280-6a88-4873-8aa2-12455558e4b4"}]} 2026-04-14 08:42:57.120 7 INFO neutron.services.segments.plugin [-] Segment eefe0bbf-a1a4-465d-b3ec-a47719d6eed2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eefe0bbf-a1a4-465d-b3ec-a47719d6eed2 found for delete ", "request_id": "req-bcae8f48-4dea-4cab-a698-9269b5a22a8b"}]} [pid: 8|app: 0|req: 842/1821] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:57 2026] DELETE /v2.0/security-groups/38c9325e-2024-45ad-be22-60efa8c1ffeb => 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: 980/1822] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:42:56 2026] POST /v2.0/networks => generated 654 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1823] 10.0.0.30 () {32 vars in 661 bytes} [Tue Apr 14 08:42:57 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:42:57.219 8 INFO neutron.api.v2.resource [None req-2ee8fa37-d771-4b10-a59d-4bdf12a6a61a 03b72466920b4850861f47780b70d799 c168fd356d314a4bb19b35247777611d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 844/1824] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:57 2026] DELETE /v2.0/security-groups/38c9325e-2024-45ad-be22-60efa8c1ffeb => generated 146 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1825] 10.0.0.30 () {34 vars in 682 bytes} [Tue Apr 14 08:42:57 2026] POST /v2.0/security-groups => generated 1624 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1826] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:42:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1827] 10.0.0.30 () {32 vars in 745 bytes} [Tue Apr 14 08:42:57 2026] GET /v2.0/security-group-rules/b18a7719-4e19-43d2-8f01-46cf21d9da94 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1828] 10.0.0.30 () {32 vars in 671 bytes} [Tue Apr 14 08:42:57 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1829] 10.0.0.30 () {32 vars in 748 bytes} [Tue Apr 14 08:42:57 2026] DELETE /v2.0/security-group-rules/b18a7719-4e19-43d2-8f01-46cf21d9da94 => 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: 981/1830] 10.0.0.30 () {34 vars in 663 bytes} [Tue Apr 14 08:42:57 2026] POST /v2.0/ports => generated 1505 bytes in 548 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: 850/1831] 10.0.0.30 () {32 vars in 671 bytes} [Tue Apr 14 08:42:57 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: 7|app: 0|req: 982/1832] 10.0.0.30 () {32 vars in 641 bytes} [Tue Apr 14 08:42:57 2026] GET /v2.0/ports => generated 1505 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1833] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:42:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:42:57.825 7 INFO neutron_taas.services.taas.taas_plugin [None req-858b0be5-33ab-4267-8657-0ee0bdbf437a f069d78db1724c6f9d64bf068c26880b 704d625d2eb3483189a31523ea9513e9 - - default default] TaaS: Handle Delete Port: d5e9e9fa-d4cc-4287-9254-c2a924357333 [pid: 8|app: 0|req: 852/1834] 10.0.0.30 () {32 vars in 745 bytes} [Tue Apr 14 08:42:57 2026] GET /v2.0/security-group-rules/936b4bc4-6a43-49bc-beb1-6ea82d0cddb2 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:42:57.827 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-858b0be5-33ab-4267-8657-0ee0bdbf437a f069d78db1724c6f9d64bf068c26880b 704d625d2eb3483189a31523ea9513e9 - - default default] Tap Mirror: Handle Delete Port: d5e9e9fa-d4cc-4287-9254-c2a924357333 [pid: 8|app: 0|req: 853/1835] 10.0.0.30 () {32 vars in 671 bytes} [Tue Apr 14 08:42:57 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1836] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:42:57 2026] DELETE /v2.0/ports/d5e9e9fa-d4cc-4287-9254-c2a924357333 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1837] 10.0.0.30 () {32 vars in 748 bytes} [Tue Apr 14 08:42:57 2026] DELETE /v2.0/security-group-rules/936b4bc4-6a43-49bc-beb1-6ea82d0cddb2 => 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: 985/1838] 10.0.0.30 () {32 vars in 671 bytes} [Tue Apr 14 08:42:57 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:42:57.995 8 INFO neutron_taas.services.taas.taas_plugin [None req-153b908e-0835-4e0c-877a-a51ccf350b50 f069d78db1724c6f9d64bf068c26880b 704d625d2eb3483189a31523ea9513e9 - - default default] TaaS: Handle Delete Port: c15858a2-01f4-4152-86e6-1eb5f90c5f2a 2026-04-14 08:42:57.997 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-153b908e-0835-4e0c-877a-a51ccf350b50 f069d78db1724c6f9d64bf068c26880b 704d625d2eb3483189a31523ea9513e9 - - default default] Tap Mirror: Handle Delete Port: c15858a2-01f4-4152-86e6-1eb5f90c5f2a [pid: 8|app: 0|req: 854/1839] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:42:57 2026] DELETE /v2.0/ports/c15858a2-01f4-4152-86e6-1eb5f90c5f2a => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1840] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:42:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1841] 10.0.0.30 () {32 vars in 641 bytes} [Tue Apr 14 08:42:58 2026] GET /v2.0/ports => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1842] 10.0.0.30 () {32 vars in 745 bytes} [Tue Apr 14 08:42:58 2026] GET /v2.0/security-group-rules/9579de68-d33b-4a44-9647-37e84c019481 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:42:58.144 8 INFO neutron.db.segments_db [None req-d720d8f3-52e1-4141-9cbd-5fcfdfc72daf f069d78db1724c6f9d64bf068c26880b 704d625d2eb3483189a31523ea9513e9 - - default default] Added segment 22e3458e-acbd-42a7-8f10-d37069d8f5bd of type vxlan for network 7f564d8f-31ec-4f12-bfb8-906b09b9da19 [pid: 7|app: 0|req: 988/1843] 10.0.0.30 () {32 vars in 671 bytes} [Tue Apr 14 08:42:58 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1844] 10.0.0.30 () {32 vars in 748 bytes} [Tue Apr 14 08:42:58 2026] DELETE /v2.0/security-group-rules/9579de68-d33b-4a44-9647-37e84c019481 => 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: 856/1845] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:42:58 2026] POST /v2.0/networks => generated 654 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1846] 10.0.0.30 () {32 vars in 671 bytes} [Tue Apr 14 08:42:58 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:42:58.300 8 INFO neutron.db.segments_db [None req-2af8e29d-3eda-4751-b401-7f8349a38081 f069d78db1724c6f9d64bf068c26880b 704d625d2eb3483189a31523ea9513e9 - - default default] Added segment b5f94e20-17b3-4fac-b83f-36555a0a5716 of type vxlan for network 098a626b-94c8-4cff-9c1a-8ff04cc89949 [pid: 7|app: 0|req: 991/1847] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:58 2026] DELETE /v2.0/security-groups/9339d03a-f325-4841-b404-9f9dfb5c8407 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1848] 10.0.0.30 () {32 vars in 661 bytes} [Tue Apr 14 08:42:58 2026] GET /v2.0/security-groups => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1849] 10.0.0.30 () {32 vars in 661 bytes} [Tue Apr 14 08:42:58 2026] GET /v2.0/security-groups => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1850] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:42:58 2026] POST /v2.0/networks => generated 654 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1851] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:42:58 2026] GET /v2.0/security-groups?tenant_id=c168fd356d314a4bb19b35247777611d&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1852] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:42:59 2026] DELETE /v2.0/security-groups/8a41f629-a11a-4774-885e-b3dd531502a9 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1853] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:42:58 2026] POST /v2.0/subnets => generated 1324 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1854] 10.0.0.30 () {32 vars in 645 bytes} [Tue Apr 14 08:42:59 2026] GET /v2.0/subnets => generated 1960 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1855] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:42:59 2026] DELETE /v2.0/subnets/8220cbca-f5c8-4ff8-9334-b936a466283a => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1856] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:42:59 2026] DELETE /v2.0/subnets/f82bc400-8431-432b-859e-3680093136cf => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1857] 10.0.0.30 () {32 vars in 645 bytes} [Tue Apr 14 08:42:59 2026] GET /v2.0/subnets => generated 649 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:42:59.732 8 INFO neutron.services.segments.plugin [-] Segment b5f94e20-17b3-4fac-b83f-36555a0a5716 resource provider aggregate not found 2026-04-14 08:42:59.736 8 INFO neutron.services.segments.plugin [-] Segment b5f94e20-17b3-4fac-b83f-36555a0a5716 resource provider aggregate not found 2026-04-14 08:42:59.750 8 INFO neutron.services.segments.plugin [-] Segment b5f94e20-17b3-4fac-b83f-36555a0a5716 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5f94e20-17b3-4fac-b83f-36555a0a5716 found for delete ", "request_id": "req-33bc71d5-560e-45c5-b58b-6cdecce76b9a"}]} [pid: 8|app: 0|req: 862/1858] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:42:59 2026] DELETE /v2.0/networks/098a626b-94c8-4cff-9c1a-8ff04cc89949 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:42:59.760 8 INFO neutron.services.segments.plugin [-] Segment b5f94e20-17b3-4fac-b83f-36555a0a5716 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5f94e20-17b3-4fac-b83f-36555a0a5716 found for delete ", "request_id": "req-c1c114e4-1de3-439c-b089-b67a22697dc3"}]} 2026-04-14 08:42:59.889 7 INFO neutron.services.segments.plugin [-] Segment 22e3458e-acbd-42a7-8f10-d37069d8f5bd resource provider aggregate not found 2026-04-14 08:42:59.897 7 INFO neutron.services.segments.plugin [-] Segment 22e3458e-acbd-42a7-8f10-d37069d8f5bd resource provider aggregate not found 2026-04-14 08:42:59.908 7 INFO neutron.services.segments.plugin [-] Segment 22e3458e-acbd-42a7-8f10-d37069d8f5bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22e3458e-acbd-42a7-8f10-d37069d8f5bd found for delete ", "request_id": "req-0892548f-6937-47e7-b37c-f1a55fe15783"}]} 2026-04-14 08:42:59.916 7 INFO neutron.services.segments.plugin [-] Segment 22e3458e-acbd-42a7-8f10-d37069d8f5bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22e3458e-acbd-42a7-8f10-d37069d8f5bd found for delete ", "request_id": "req-a7d69edf-5730-445f-96aa-0e842ec7390a"}]} [pid: 7|app: 0|req: 997/1859] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:42:59 2026] DELETE /v2.0/networks/7f564d8f-31ec-4f12-bfb8-906b09b9da19 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1860] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:42:59 2026] DELETE /v2.0/networks/71b21567-9c1e-41ca-84ad-03ebe50351ef => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1861] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:43:00 2026] DELETE /v2.0/networks/69bf4440-f245-47b5-b2ec-0d8ce9144f3b => 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: 864/1862] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:43:00 2026] GET /v2.0/security-groups?tenant_id=704d625d2eb3483189a31523ea9513e9&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1863] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:43:00 2026] DELETE /v2.0/security-groups/6da0dbec-4d7d-480d-aea0-af51eb38e6cf => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:43:01.152 8 INFO neutron.db.segments_db [None req-72786c25-f903-46d7-a306-f6aee6d3abc4 b699724c463946d6b012eea7bfade0b4 b3f5cbf3dcaa4002b672635ce60821a3 - - default default] Added segment 19c589fe-dcb8-492d-b532-aab249563a84 of type vxlan for network c102fa69-63c1-49a4-9325-3058c4c6abc2 2026-04-14 08:43:01.215 7 INFO neutron.db.segments_db [None req-7a39d7bd-86a6-49af-966d-970c20ac7927 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment 0c00e6ff-b9c8-4c7f-83ef-0a769cfbddf7 of type vxlan for network 6a79bb82-c3e8-40e1-9f64-dde378f0edd5 [pid: 8|app: 0|req: 865/1864] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:43:00 2026] POST /v2.0/networks => generated 632 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1865] 10.0.0.30 () {34 vars in 669 bytes} [Tue Apr 14 08:43:00 2026] POST /v2.0/networks => generated 741 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1866] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:43:01 2026] POST /v2.0/subnets => generated 626 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1867] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:43:01 2026] POST /v2.0/subnets => generated 688 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:43:01.604 8 INFO neutron.db.segments_db [None req-9d1dc5f4-147c-4c62-8753-908346519f1a b699724c463946d6b012eea7bfade0b4 b3f5cbf3dcaa4002b672635ce60821a3 - - default default] Added segment 0ffb8615-4eda-46c9-aef4-a348fda018cc of type vxlan for network ad622cef-2060-417e-831b-9b27be44f22e 2026-04-14 08:43:01.645 7 INFO neutron.db.segments_db [None req-18791c92-9c72-4f12-9922-9f17f0b7aa6e b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment 7baadeb7-9dba-4a94-b0b8-7a9bdfcea108 of type vxlan for network 503139dd-7d16-49b9-8e70-0c7a92529713 [pid: 8|app: 0|req: 867/1868] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:43:01 2026] POST /v2.0/networks => generated 631 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:43:01.773 8 INFO neutron.services.segments.plugin [-] Segment 230a36d5-4bc9-40d0-a05e-9c8d6416c8ac resource provider aggregate not found 2026-04-14 08:43:01.792 8 INFO neutron.services.segments.plugin [-] Segment 230a36d5-4bc9-40d0-a05e-9c8d6416c8ac resource provider aggregate not found 2026-04-14 08:43:01.796 8 INFO neutron.services.segments.plugin [-] Segment 230a36d5-4bc9-40d0-a05e-9c8d6416c8ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 230a36d5-4bc9-40d0-a05e-9c8d6416c8ac found for delete ", "request_id": "req-ade8bb8d-45ee-4936-ba60-89ac2d5ee548"}]} 2026-04-14 08:43:01.817 8 INFO neutron.services.segments.plugin [-] Segment 230a36d5-4bc9-40d0-a05e-9c8d6416c8ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 230a36d5-4bc9-40d0-a05e-9c8d6416c8ac found for delete ", "request_id": "req-5b1bae41-66a9-4475-8a9c-00c8a8ad2bed"}]} 2026-04-14 08:43:01.931 7 INFO neutron.services.segments.plugin [-] Segment bc87ac9d-c8b9-4092-979b-ace72e5ce908 resource provider aggregate not found 2026-04-14 08:43:01.940 7 INFO neutron.services.segments.plugin [-] Segment bc87ac9d-c8b9-4092-979b-ace72e5ce908 resource provider aggregate not found [pid: 8|app: 0|req: 868/1869] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:43:01 2026] POST /v2.0/subnets => generated 629 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:43:01.955 7 INFO neutron.db.l3_hamode_db [None req-18791c92-9c72-4f12-9922-9f17f0b7aa6e b5fc67366ffa47b79f63849c82796f9d 9c19059c4be944aca7b466231d04ca80 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:43:01.956 7 INFO neutron.services.segments.plugin [-] Segment bc87ac9d-c8b9-4092-979b-ace72e5ce908 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc87ac9d-c8b9-4092-979b-ace72e5ce908 found for delete ", "request_id": "req-023b030a-41e5-4451-8bf9-293b16d193e0"}]} 2026-04-14 08:43:01.962 7 INFO neutron.services.segments.plugin [-] Segment bc87ac9d-c8b9-4092-979b-ace72e5ce908 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc87ac9d-c8b9-4092-979b-ace72e5ce908 found for delete ", "request_id": "req-df2f5577-6fe7-4f77-8727-1b800322c043"}]} 2026-04-14 08:43:02.012 8 INFO neutron.db.segments_db [None req-2b0a0201-5d2a-4426-a885-44a7ead9f9a2 b699724c463946d6b012eea7bfade0b4 b3f5cbf3dcaa4002b672635ce60821a3 - - default default] Added segment 9920136b-eb1a-419d-a83b-d9f84d24b5f8 of type vxlan for network bcc95009-f7e0-47ed-9e9a-6b3d89deafa0 [pid: 8|app: 0|req: 869/1870] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:43:01 2026] POST /v2.0/networks => generated 632 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1871] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:43:02 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) 2026-04-14 08:43:02.415 8 INFO neutron.db.segments_db [None req-8012d7f7-38e0-4aaa-8ebe-e2cd0678cf90 b699724c463946d6b012eea7bfade0b4 b3f5cbf3dcaa4002b672635ce60821a3 - - default default] Added segment 9918f99d-34c4-464b-bcf6-0007105dc9c2 of type vxlan for network 977abc2a-2942-4106-8557-22184d33a488 [pid: 8|app: 0|req: 871/1872] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:43:02 2026] POST /v2.0/networks => generated 632 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1873] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:43:02 2026] POST /v2.0/subnets => generated 629 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1874] 10.0.0.30 () {32 vars in 621 bytes} [Tue Apr 14 08:43:02 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-04-14 08:43:02.799 7 INFO neutron.db.l3_hamode_db [None req-18791c92-9c72-4f12-9922-9f17f0b7aa6e b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:43:02.854 8 INFO neutron.db.segments_db [None req-460e248f-0009-4c53-bb74-66abd16297c5 b699724c463946d6b012eea7bfade0b4 b3f5cbf3dcaa4002b672635ce60821a3 - - default default] Added segment 71d90886-d27c-4985-b356-aea09a6bdead of type vxlan for network adf00ce8-951b-498a-81c2-cc66a1d72d93 [pid: 8|app: 0|req: 874/1875] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:43:02 2026] POST /v2.0/networks => generated 631 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1876] 10.0.0.30 () {32 vars in 631 bytes} [Tue Apr 14 08:43:02 2026] GET /v2.0/ => generated 632 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1877] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:43:03 2026] POST /v2.0/subnets => generated 629 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1878] 10.0.0.30 () {34 vars in 749 bytes} [Tue Apr 14 08:43:03 2026] PUT /v2.0/subnets/62bcaf30-2f83-4ab9-a540-35130aca4d2a/tags => generated 17 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1879] 10.0.0.30 () {34 vars in 749 bytes} [Tue Apr 14 08:43:03 2026] PUT /v2.0/subnets/7a72d17e-cbf0-444f-a238-686efc74d42d/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1880] 10.0.0.30 () {34 vars in 749 bytes} [Tue Apr 14 08:43:03 2026] PUT /v2.0/subnets/22057a59-e409-425a-869f-56e5cb30b843/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1881] 10.0.0.30 () {34 vars in 749 bytes} [Tue Apr 14 08:43:03 2026] PUT /v2.0/subnets/40d1e99c-4a70-4b34-ab5b-1bfee6a1e047/tags => 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: 1002/1882] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:43:01 2026] POST /v2.0/routers => generated 728 bytes in 2157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1883] 10.0.0.30 () {32 vars in 662 bytes} [Tue Apr 14 08:43:03 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1884] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:43:03 2026] GET /v2.0/security-groups?tenant_id=1bcd274625fd451e81922768154c409d&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1885] 10.0.0.30 () {32 vars in 676 bytes} [Tue Apr 14 08:43:04 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1886] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:43:04 2026] DELETE /v2.0/security-groups/7737c933-3c80-4c74-aeb4-fdfc04b4d40c => 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: 1006/1887] 10.0.0.30 () {32 vars in 672 bytes} [Tue Apr 14 08:43:04 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1888] 10.0.0.30 () {32 vars in 684 bytes} [Tue Apr 14 08:43:04 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1889] 10.0.0.30 () {32 vars in 670 bytes} [Tue Apr 14 08:43:04 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1890] 10.0.0.30 () {32 vars in 684 bytes} [Tue Apr 14 08:43:04 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1891] 10.0.0.30 () {32 vars in 680 bytes} [Tue Apr 14 08:43:04 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1892] 10.0.0.30 () {32 vars in 692 bytes} [Tue Apr 14 08:43:04 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1893] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:43:04 2026] DELETE /v2.0/subnets/62bcaf30-2f83-4ab9-a540-35130aca4d2a => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1894] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:43:04 2026] DELETE /v2.0/subnets/7a72d17e-cbf0-444f-a238-686efc74d42d => 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: 1014/1895] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:43:04 2026] DELETE /v2.0/subnets/22057a59-e409-425a-869f-56e5cb30b843 => 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: 1015/1896] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:43:05 2026] DELETE /v2.0/subnets/40d1e99c-4a70-4b34-ab5b-1bfee6a1e047 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1897] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:43:05 2026] DELETE /v2.0/subnets/ce5c382a-3e69-4565-9f51-d7d91c2fa374 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:43:05.343 7 INFO neutron_taas.services.taas.taas_plugin [None req-0ac80246-589b-4b50-a735-20c6770eb129 b699724c463946d6b012eea7bfade0b4 b3f5cbf3dcaa4002b672635ce60821a3 - - default default] TaaS: Handle Delete Port: acc36ac6-e660-4e73-9a9e-61eb843478fa 2026-04-14 08:43:05.345 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ac80246-589b-4b50-a735-20c6770eb129 b699724c463946d6b012eea7bfade0b4 b3f5cbf3dcaa4002b672635ce60821a3 - - default default] Tap Mirror: Handle Delete Port: acc36ac6-e660-4e73-9a9e-61eb843478fa [pid: 8|app: 0|req: 882/1900] 10.0.0.30 () {34 vars in 781 bytes} [Tue Apr 14 08:43:03 2026] PUT /v2.0/routers/2a2aa6ad-f8be-4e47-b356-f6e0fa4f147f/add_router_interface => generated 309 bytes in 1678 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:43:05.524 7 INFO neutron.services.segments.plugin [-] Segment 19c589fe-dcb8-492d-b532-aab249563a84 resource provider aggregate not found 2026-04-14 08:43:05.530 7 INFO neutron.services.segments.plugin [-] Segment 19c589fe-dcb8-492d-b532-aab249563a84 resource provider aggregate not found [pid: 7|app: 0|req: 1019/1901] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:43:05 2026] DELETE /v2.0/networks/c102fa69-63c1-49a4-9325-3058c4c6abc2 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:43:05.559 7 INFO neutron.services.segments.plugin [-] Segment 19c589fe-dcb8-492d-b532-aab249563a84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19c589fe-dcb8-492d-b532-aab249563a84 found for delete ", "request_id": "req-73279df1-62a9-4ceb-9c3a-0aa2f7dc3d3c"}]} 2026-04-14 08:43:05.568 7 INFO neutron.services.segments.plugin [-] Segment 19c589fe-dcb8-492d-b532-aab249563a84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19c589fe-dcb8-492d-b532-aab249563a84 found for delete ", "request_id": "req-ff092f1f-8c1f-412e-8964-9a3d9a3c5eec"}]} 2026-04-14 08:43:05.692 8 INFO neutron.services.segments.plugin [-] Segment 0ffb8615-4eda-46c9-aef4-a348fda018cc resource provider aggregate not found 2026-04-14 08:43:05.699 8 INFO neutron.services.segments.plugin [-] Segment 0ffb8615-4eda-46c9-aef4-a348fda018cc resource provider aggregate not found 2026-04-14 08:43:05.716 8 INFO neutron.services.segments.plugin [-] Segment 0ffb8615-4eda-46c9-aef4-a348fda018cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ffb8615-4eda-46c9-aef4-a348fda018cc found for delete ", "request_id": "req-3535058f-fba6-4751-af48-e6b8c1cec8b6"}]} 2026-04-14 08:43:05.730 8 INFO neutron.services.segments.plugin [-] Segment 0ffb8615-4eda-46c9-aef4-a348fda018cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ffb8615-4eda-46c9-aef4-a348fda018cc found for delete ", "request_id": "req-77d17f82-02eb-4608-9508-6e1593d95ba6"}]} [pid: 8|app: 0|req: 883/1902] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:43:05 2026] DELETE /v2.0/networks/ad622cef-2060-417e-831b-9b27be44f22e => 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: 1020/1903] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:43:05 2026] DELETE /v2.0/networks/bcc95009-f7e0-47ed-9e9a-6b3d89deafa0 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1904] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:43:05 2026] DELETE /v2.0/networks/977abc2a-2942-4106-8557-22184d33a488 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1905] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:43:06 2026] DELETE /v2.0/networks/adf00ce8-951b-498a-81c2-cc66a1d72d93 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1906] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:43:06 2026] GET /v2.0/security-groups?tenant_id=b12e72c7dd024db084e51cb03fae1418&name=default => generated 2925 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1907] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:43:07 2026] DELETE /v2.0/security-groups/a8883213-3f35-41db-b240-1daaadbbadfa => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:43:07.580 7 INFO neutron.services.segments.plugin [-] Segment 9920136b-eb1a-419d-a83b-d9f84d24b5f8 resource provider aggregate not found 2026-04-14 08:43:07.587 7 INFO neutron.services.segments.plugin [-] Segment 9920136b-eb1a-419d-a83b-d9f84d24b5f8 resource provider aggregate not found 2026-04-14 08:43:07.598 7 INFO neutron.services.segments.plugin [-] Segment 9920136b-eb1a-419d-a83b-d9f84d24b5f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9920136b-eb1a-419d-a83b-d9f84d24b5f8 found for delete ", "request_id": "req-8766f984-dfe3-4d7a-81ec-9dba3ac13f1d"}]} 2026-04-14 08:43:07.610 7 INFO neutron.services.segments.plugin [-] Segment 9920136b-eb1a-419d-a83b-d9f84d24b5f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9920136b-eb1a-419d-a83b-d9f84d24b5f8 found for delete ", "request_id": "req-04f5ab3b-093c-44b3-abed-8c785bfb55dd"}]} 2026-04-14 08:43:07.614 7 INFO neutron.services.segments.plugin [-] Segment 71d90886-d27c-4985-b356-aea09a6bdead resource provider aggregate not found 2026-04-14 08:43:07.629 7 INFO neutron.services.segments.plugin [-] Segment 71d90886-d27c-4985-b356-aea09a6bdead resource provider aggregate not found 2026-04-14 08:43:07.634 7 INFO neutron.services.segments.plugin [-] Segment 71d90886-d27c-4985-b356-aea09a6bdead resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71d90886-d27c-4985-b356-aea09a6bdead found for delete ", "request_id": "req-3f86ebaa-5785-4592-9444-932a6fc2651d"}]} 2026-04-14 08:43:07.647 7 INFO neutron.services.segments.plugin [-] Segment 71d90886-d27c-4985-b356-aea09a6bdead resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71d90886-d27c-4985-b356-aea09a6bdead found for delete ", "request_id": "req-2bed040d-dd02-4aec-a4b2-279a88ad91fc"}]} [pid: 8|app: 0|req: 886/1908] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:43:07 2026] GET /v2.0/security-groups?tenant_id=ba669f320bc44487943339f4dbc54d1b&name=default => generated 2925 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:43:07.741 8 INFO neutron.services.segments.plugin [-] Segment 9918f99d-34c4-464b-bcf6-0007105dc9c2 resource provider aggregate not found 2026-04-14 08:43:07.748 8 INFO neutron.services.segments.plugin [-] Segment 9918f99d-34c4-464b-bcf6-0007105dc9c2 resource provider aggregate not found 2026-04-14 08:43:07.759 8 INFO neutron.services.segments.plugin [-] Segment 9918f99d-34c4-464b-bcf6-0007105dc9c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9918f99d-34c4-464b-bcf6-0007105dc9c2 found for delete ", "request_id": "req-d7bdbefd-f0ec-46da-a2e7-89c671fdb885"}]} 2026-04-14 08:43:07.762 8 INFO neutron.services.segments.plugin [-] Segment 9918f99d-34c4-464b-bcf6-0007105dc9c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9918f99d-34c4-464b-bcf6-0007105dc9c2 found for delete ", "request_id": "req-45380877-4d82-4ac9-91ae-4b8d0cb47a4b"}]} [pid: 7|app: 0|req: 1023/1909] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:43:07 2026] DELETE /v2.0/security-groups/d43e4786-17e7-464a-918e-5f3cb63d0c99 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1910] 10.0.0.244 () {34 vars in 981 bytes} [Tue Apr 14 08:43:07 2026] GET /v2.0/networks?id=6a79bb82-c3e8-40e1-9f64-dde378f0edd5 => generated 673 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1911] 10.0.0.244 () {34 vars in 964 bytes} [Tue Apr 14 08:43:07 2026] GET /v2.0/quotas/9c19059c4be944aca7b466231d04ca80 => 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: 1025/1912] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:43:08 2026] GET /v2.0/security-groups?tenant_id=b3f5cbf3dcaa4002b672635ce60821a3&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1913] 10.0.0.244 () {34 vars in 1001 bytes} [Tue Apr 14 08:43:08 2026] GET /v2.0/ports?tenant_id=9c19059c4be944aca7b466231d04ca80&fields=id => generated 103 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1914] 10.0.0.244 () {34 vars in 1007 bytes} [Tue Apr 14 08:43:08 2026] GET /v2.0/networks/6a79bb82-c3e8-40e1-9f64-dde378f0edd5?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: 1026/1915] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:43:08 2026] DELETE /v2.0/security-groups/d652fb40-7d0e-4352-bf04-b359f62d5428 => 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: 890/1916] 10.0.0.244 () {34 vars in 1107 bytes} [Tue Apr 14 08:43:08 2026] GET /v2.0/networks/6a79bb82-c3e8-40e1-9f64-dde378f0edd5?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: 1027/1917] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:08 2026] GET /v2.0/ports?device_id=1c537c52-a593-47ea-ac99-48a2f627aa61 => 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: 891/1918] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:43:09 2026] GET /v2.0/security-groups?tenant_id=e6ba85e9ff7e4eb78d952f1c4e381b51&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1919] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:43:09 2026] DELETE /v2.0/security-groups/87784f2d-9630-42fb-815c-05523cbd79c3 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1920] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:09 2026] GET /v2.0/ports?device_id=1c537c52-a593-47ea-ac99-48a2f627aa61 => 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: 1029/1921] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:43:09 2026] GET /v2.0/security-groups?tenant_id=18ade421100541ed84012f305a814a02&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1922] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:43:09 2026] DELETE /v2.0/security-groups/9214662c-2112-4e14-96e9-e642a7705bc0 => 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: 1030/1923] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:10 2026] GET /v2.0/ports?device_id=1c537c52-a593-47ea-ac99-48a2f627aa61 => 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: 1031/1924] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:11 2026] GET /v2.0/ports?device_id=1c537c52-a593-47ea-ac99-48a2f627aa61 => 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: 894/1925] 10.0.0.30 () {34 vars in 676 bytes} [Tue Apr 14 08:43:11 2026] POST /v2.0/qos/policies => generated 359 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1926] 10.0.0.30 () {34 vars in 751 bytes} [Tue Apr 14 08:43:11 2026] PUT /v2.0/policies/1c4b709f-c510-4c36-89cf-2a6046844eae/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1927] 10.0.0.30 () {32 vars in 731 bytes} [Tue Apr 14 08:43:11 2026] GET /v2.0/policies/1c4b709f-c510-4c36-89cf-2a6046844eae/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1928] 10.0.0.30 () {34 vars in 762 bytes} [Tue Apr 14 08:43:11 2026] PUT /v2.0/policies/1c4b709f-c510-4c36-89cf-2a6046844eae/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1929] 10.0.0.30 () {32 vars in 731 bytes} [Tue Apr 14 08:43:11 2026] GET /v2.0/policies/1c4b709f-c510-4c36-89cf-2a6046844eae/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/1930] 10.0.0.30 () {34 vars in 758 bytes} [Tue Apr 14 08:43:11 2026] PUT /v2.0/policies/1c4b709f-c510-4c36-89cf-2a6046844eae/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: 897/1931] 10.0.0.30 () {32 vars in 731 bytes} [Tue Apr 14 08:43:12 2026] GET /v2.0/policies/1c4b709f-c510-4c36-89cf-2a6046844eae/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: 1035/1932] 10.0.0.30 () {34 vars in 780 bytes} [Tue Apr 14 08:43:12 2026] PUT /v2.0/policies/1c4b709f-c510-4c36-89cf-2a6046844eae/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1933] 10.0.0.30 () {32 vars in 731 bytes} [Tue Apr 14 08:43:12 2026] GET /v2.0/policies/1c4b709f-c510-4c36-89cf-2a6046844eae/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1934] 10.0.0.30 () {34 vars in 751 bytes} [Tue Apr 14 08:43:12 2026] PUT /v2.0/policies/1c4b709f-c510-4c36-89cf-2a6046844eae/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1935] 10.0.0.30 () {32 vars in 731 bytes} [Tue Apr 14 08:43:12 2026] GET /v2.0/policies/1c4b709f-c510-4c36-89cf-2a6046844eae/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1936] 10.0.0.30 () {32 vars in 739 bytes} [Tue Apr 14 08:43:12 2026] GET /v2.0/policies/1c4b709f-c510-4c36-89cf-2a6046844eae/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:43:12.360 8 INFO neutron.api.v2.resource [None req-44c3859f-476f-45a7-abec-047fbb450e69 003912f310764add86753c93fc93b9d7 4c05b1e650de4486a2e70e77b8818767 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 900/1937] 10.0.0.30 () {32 vars in 743 bytes} [Tue Apr 14 08:43:12 2026] GET /v2.0/policies/1c4b709f-c510-4c36-89cf-2a6046844eae/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/1938] 10.0.0.30 () {32 vars in 742 bytes} [Tue Apr 14 08:43:12 2026] DELETE /v2.0/policies/1c4b709f-c510-4c36-89cf-2a6046844eae/tags/red => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1939] 10.0.0.30 () {32 vars in 731 bytes} [Tue Apr 14 08:43:12 2026] GET /v2.0/policies/1c4b709f-c510-4c36-89cf-2a6046844eae/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:43:12.553 7 INFO neutron.api.v2.resource [None req-f621024a-ac19-4a1d-84e6-34d8bfbeac3f 003912f310764add86753c93fc93b9d7 4c05b1e650de4486a2e70e77b8818767 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1039/1940] 10.0.0.30 () {32 vars in 746 bytes} [Tue Apr 14 08:43:12 2026] DELETE /v2.0/policies/1c4b709f-c510-4c36-89cf-2a6046844eae/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1941] 10.0.0.30 () {32 vars in 734 bytes} [Tue Apr 14 08:43:12 2026] DELETE /v2.0/policies/1c4b709f-c510-4c36-89cf-2a6046844eae/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: 1040/1942] 10.0.0.30 () {32 vars in 731 bytes} [Tue Apr 14 08:43:12 2026] GET /v2.0/policies/1c4b709f-c510-4c36-89cf-2a6046844eae/tags => generated 12 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1943] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:43:12 2026] GET /v2.0/networks?id=6a79bb82-c3e8-40e1-9f64-dde378f0edd5 => generated 673 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/1944] 10.0.0.30 () {32 vars in 732 bytes} [Tue Apr 14 08:43:12 2026] DELETE /v2.0/qos/policies/1c4b709f-c510-4c36-89cf-2a6046844eae => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/1945] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:12 2026] GET /v2.0/ports?device_id=1c537c52-a593-47ea-ac99-48a2f627aa61 => 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: 904/1946] 199.204.45.242 () {38 vars in 954 bytes} [Tue Apr 14 08:43:12 2026] POST /v2.0/ports => generated 954 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1043/1947] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:43:13 2026] GET /v2.0/security-groups?tenant_id=6edd0cd55161434baa400e7ffcb382ad&name=default => generated 2925 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1948] 199.204.45.242 () {38 vars in 1027 bytes} [Tue Apr 14 08:43:13 2026] PUT /v2.0/ports/c6c75cfa-ab30-419d-beea-f2a7e89eb434 => generated 1235 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:43:13.586 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6d20058-c283-4739-8cf4-2358477095ca'] response: {'name': 'network-changed', 'server_uuid': '1c537c52-a593-47ea-ac99-48a2f627aa61', 'tag': 'c6c75cfa-ab30-419d-beea-f2a7e89eb434', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1044/1949] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:43:13 2026] GET /v2.0/security-groups?tenant_id=4c05b1e650de4486a2e70e77b8818767&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1950] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:43:13 2026] DELETE /v2.0/security-groups/93b96428-e399-471e-aefa-584bc898b981 => 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: 1045/1951] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:43:13 2026] DELETE /v2.0/security-groups/dbc4b5f6-42ef-4125-8999-783d6a75aa04 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1952] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:13 2026] GET /v2.0/ports?device_id=1c537c52-a593-47ea-ac99-48a2f627aa61 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1953] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:43:13 2026] GET /v2.0/security-groups?id=37a8d245-2552-4eb9-b442-a87650918b29&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/1954] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:43:13 2026] GET /v2.0/security-groups?tenant_id=1422237af39043d9ada96d5a325804e8&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1955] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:43:14 2026] DELETE /v2.0/security-groups/a58ea748-c873-44ba-bdd1-730d9bade6de => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/1956] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:43:14 2026] GET /v2.0/ports?tenant_id=9c19059c4be944aca7b466231d04ca80&device_id=1c537c52-a593-47ea-ac99-48a2f627aa61 => 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: 910/1957] 199.204.45.242 () {34 vars in 1017 bytes} [Tue Apr 14 08:43:14 2026] GET /v2.0/networks?tenant_id=9c19059c4be944aca7b466231d04ca80&shared=False => generated 769 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/1958] 199.204.45.242 () {34 vars in 929 bytes} [Tue Apr 14 08:43:14 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1959] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:15 2026] GET /v2.0/ports?device_id=1c537c52-a593-47ea-ac99-48a2f627aa61 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/1960] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:43:15 2026] GET /v2.0/security-groups?id=37a8d245-2552-4eb9-b442-a87650918b29&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: 912/1961] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:43:15 2026] GET /v2.0/ports?tenant_id=9c19059c4be944aca7b466231d04ca80&device_id=1c537c52-a593-47ea-ac99-48a2f627aa61 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/1962] 199.204.45.242 () {34 vars in 1057 bytes} [Tue Apr 14 08:43:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c6c75cfa-ab30-419d-beea-f2a7e89eb434 => 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: 913/1963] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:43:15 2026] GET /v2.0/subnets?id=86fec242-d321-4109-a52e-41f3157206b2 => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/1964] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:43:15 2026] GET /v2.0/ports?network_id=6a79bb82-c3e8-40e1-9f64-dde378f0edd5&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: 914/1965] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:43:15 2026] GET /v2.0/networks/6a79bb82-c3e8-40e1-9f64-dde378f0edd5?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/1966] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:43:15 2026] GET /v2.0/networks/6a79bb82-c3e8-40e1-9f64-dde378f0edd5?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: 915/1967] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:43:15 2026] GET /v2.0/security-groups?tenant_id=ceb0edb27cdd4958ab038731a3b2a26f&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1968] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:16 2026] GET /v2.0/ports?device_id=1c537c52-a593-47ea-ac99-48a2f627aa61 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1969] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:43:16 2026] GET /v2.0/security-groups?id=37a8d245-2552-4eb9-b442-a87650918b29&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: 1053/1970] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:43:16 2026] DELETE /v2.0/security-groups/7e4d9011-a5ea-44fa-b177-a26e306b7965 => 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: 1054/1971] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:17 2026] GET /v2.0/ports?device_id=1c537c52-a593-47ea-ac99-48a2f627aa61 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/1972] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:43:17 2026] GET /v2.0/security-groups?id=37a8d245-2552-4eb9-b442-a87650918b29&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:43:17.614 8 INFO neutron.db.segments_db [None req-8d908fe4-cacd-4319-aebd-23f44c9ee46f e95ff62f29e6429eb9811799c1abdb3b ba2c79cf92eb4f699f49121b6040e52e - - default default] Added segment b95aae7a-8fee-43d7-a7ba-b0939a45459e of type vxlan for network 38c639cc-1e3e-468e-bd53-952a71e0fa93 [pid: 8|app: 0|req: 918/1973] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:43:17 2026] POST /v2.0/networks => generated 631 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/1974] 10.0.0.30 () {34 vars in 662 bytes} [Tue Apr 14 08:43:17 2026] POST /v2.0/ports => generated 743 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1975] 10.0.0.30 () {34 vars in 664 bytes} [Tue Apr 14 08:43:18 2026] POST /v2.0/trunks => generated 407 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1057/1976] 10.0.0.30 () {34 vars in 747 bytes} [Tue Apr 14 08:43:18 2026] PUT /v2.0/trunks/37091506-d4f1-4316-a5cc-0ff59521b142/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1977] 10.0.0.30 () {32 vars in 727 bytes} [Tue Apr 14 08:43:18 2026] GET /v2.0/trunks/37091506-d4f1-4316-a5cc-0ff59521b142/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/1978] 10.0.0.30 () {34 vars in 758 bytes} [Tue Apr 14 08:43:18 2026] PUT /v2.0/trunks/37091506-d4f1-4316-a5cc-0ff59521b142/tags/green => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1979] 10.0.0.30 () {32 vars in 727 bytes} [Tue Apr 14 08:43:18 2026] GET /v2.0/trunks/37091506-d4f1-4316-a5cc-0ff59521b142/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/1980] 10.0.0.30 () {34 vars in 754 bytes} [Tue Apr 14 08:43:18 2026] PUT /v2.0/trunks/37091506-d4f1-4316-a5cc-0ff59521b142/tags/red => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1981] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:18 2026] GET /v2.0/ports?device_id=1c537c52-a593-47ea-ac99-48a2f627aa61 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/1982] 10.0.0.30 () {32 vars in 727 bytes} [Tue Apr 14 08:43:18 2026] GET /v2.0/trunks/37091506-d4f1-4316-a5cc-0ff59521b142/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1983] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:43:18 2026] GET /v2.0/security-groups?id=37a8d245-2552-4eb9-b442-a87650918b29&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: 1061/1984] 10.0.0.30 () {34 vars in 776 bytes} [Tue Apr 14 08:43:18 2026] PUT /v2.0/trunks/37091506-d4f1-4316-a5cc-0ff59521b142/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1985] 10.0.0.30 () {32 vars in 727 bytes} [Tue Apr 14 08:43:18 2026] GET /v2.0/trunks/37091506-d4f1-4316-a5cc-0ff59521b142/tags => generated 52 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/1986] 10.0.0.30 () {34 vars in 747 bytes} [Tue Apr 14 08:43:18 2026] PUT /v2.0/trunks/37091506-d4f1-4316-a5cc-0ff59521b142/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1987] 10.0.0.30 () {32 vars in 727 bytes} [Tue Apr 14 08:43:18 2026] GET /v2.0/trunks/37091506-d4f1-4316-a5cc-0ff59521b142/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/1988] 10.0.0.30 () {32 vars in 735 bytes} [Tue Apr 14 08:43:18 2026] GET /v2.0/trunks/37091506-d4f1-4316-a5cc-0ff59521b142/tags/red => generated 0 bytes in 21 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:43:18.837 8 INFO neutron.api.v2.resource [None req-5389aa0c-b2ed-4f02-bc0d-891ae9864c9d e95ff62f29e6429eb9811799c1abdb3b ba2c79cf92eb4f699f49121b6040e52e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 926/1989] 10.0.0.30 () {32 vars in 739 bytes} [Tue Apr 14 08:43:18 2026] GET /v2.0/trunks/37091506-d4f1-4316-a5cc-0ff59521b142/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/1990] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:43:18 2026] DELETE /v2.0/trunks/37091506-d4f1-4316-a5cc-0ff59521b142/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1991] 10.0.0.30 () {32 vars in 727 bytes} [Tue Apr 14 08:43:18 2026] GET /v2.0/trunks/37091506-d4f1-4316-a5cc-0ff59521b142/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:43:18.944 7 INFO neutron.api.v2.resource [None req-162e9b17-6bc6-4ce1-bf01-f6d77a31640d e95ff62f29e6429eb9811799c1abdb3b ba2c79cf92eb4f699f49121b6040e52e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1065/1992] 10.0.0.30 () {32 vars in 742 bytes} [Tue Apr 14 08:43:18 2026] DELETE /v2.0/trunks/37091506-d4f1-4316-a5cc-0ff59521b142/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1993] 10.0.0.30 () {32 vars in 730 bytes} [Tue Apr 14 08:43:18 2026] DELETE /v2.0/trunks/37091506-d4f1-4316-a5cc-0ff59521b142/tags => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/1994] 10.0.0.30 () {32 vars in 727 bytes} [Tue Apr 14 08:43:18 2026] GET /v2.0/trunks/37091506-d4f1-4316-a5cc-0ff59521b142/tags => 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: 929/1995] 10.0.0.30 () {32 vars in 717 bytes} [Tue Apr 14 08:43:19 2026] GET /v2.0/trunks/37091506-d4f1-4316-a5cc-0ff59521b142 => generated 407 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/1996] 10.0.0.30 () {32 vars in 715 bytes} [Tue Apr 14 08:43:19 2026] GET /v2.0/ports/f6da135f-4941-44d5-866c-ce8686b60ef6 => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1997] 10.0.0.30 () {32 vars in 720 bytes} [Tue Apr 14 08:43:19 2026] DELETE /v2.0/trunks/37091506-d4f1-4316-a5cc-0ff59521b142 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:43:19.323 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ed7d323-23e0-426f-84be-9e3fa06e8e7b e95ff62f29e6429eb9811799c1abdb3b ba2c79cf92eb4f699f49121b6040e52e - - default default] TaaS: Handle Delete Port: f6da135f-4941-44d5-866c-ce8686b60ef6 2026-04-14 08:43:19.327 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ed7d323-23e0-426f-84be-9e3fa06e8e7b e95ff62f29e6429eb9811799c1abdb3b ba2c79cf92eb4f699f49121b6040e52e - - default default] Tap Mirror: Handle Delete Port: f6da135f-4941-44d5-866c-ce8686b60ef6 [pid: 7|app: 0|req: 1068/1998] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:43:19 2026] DELETE /v2.0/ports/f6da135f-4941-44d5-866c-ce8686b60ef6 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:43:19.545 8 INFO neutron.services.segments.plugin [-] Segment b95aae7a-8fee-43d7-a7ba-b0939a45459e resource provider aggregate not found 2026-04-14 08:43:19.561 8 INFO neutron.services.segments.plugin [-] Segment b95aae7a-8fee-43d7-a7ba-b0939a45459e resource provider aggregate not found 2026-04-14 08:43:19.567 8 INFO neutron.services.segments.plugin [-] Segment b95aae7a-8fee-43d7-a7ba-b0939a45459e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b95aae7a-8fee-43d7-a7ba-b0939a45459e found for delete ", "request_id": "req-33630e96-349f-412c-b903-3fd70569c805"}]} 2026-04-14 08:43:19.581 8 INFO neutron.services.segments.plugin [-] Segment b95aae7a-8fee-43d7-a7ba-b0939a45459e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b95aae7a-8fee-43d7-a7ba-b0939a45459e found for delete ", "request_id": "req-2826b830-5124-41cd-8f8d-833ad2b90150"}]} [pid: 8|app: 0|req: 931/1999] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:43:19 2026] DELETE /v2.0/networks/38c639cc-1e3e-468e-bd53-952a71e0fa93 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2000] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:19 2026] GET /v2.0/ports?device_id=1c537c52-a593-47ea-ac99-48a2f627aa61 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/2001] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:43:19 2026] GET /v2.0/security-groups?id=37a8d245-2552-4eb9-b442-a87650918b29&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2004] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:43:20 2026] GET /v2.0/security-groups?tenant_id=275f5a73ca6e4b85b7e2ec5abdaf593b&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/2005] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:20 2026] GET /v2.0/ports?device_id=1c537c52-a593-47ea-ac99-48a2f627aa61 => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2006] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:43:20 2026] DELETE /v2.0/security-groups/d6b8c270-6129-456a-8074-eb66606d1a96 => 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: 935/2007] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:43:20 2026] GET /v2.0/security-groups?id=37a8d245-2552-4eb9-b442-a87650918b29&fields=id&fields=name => generated 88 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2008] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:43:21 2026] GET /v2.0/security-groups?tenant_id=ba2c79cf92eb4f699f49121b6040e52e&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/2009] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:43:21 2026] DELETE /v2.0/security-groups/db1c2921-eb81-490a-a708-5522982f9582 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2010] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:22 2026] GET /v2.0/ports?device_id=1c537c52-a593-47ea-ac99-48a2f627aa61 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/2011] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:43:22 2026] GET /v2.0/security-groups?id=37a8d245-2552-4eb9-b442-a87650918b29&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2012] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:23 2026] GET /v2.0/ports?device_id=1c537c52-a593-47ea-ac99-48a2f627aa61 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/2013] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:43:23 2026] GET /v2.0/security-groups?id=37a8d245-2552-4eb9-b442-a87650918b29&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/2014] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:24 2026] GET /v2.0/ports?device_id=1c537c52-a593-47ea-ac99-48a2f627aa61 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:43:24.811 7 INFO neutron.db.segments_db [None req-29cf8799-286b-44ee-ab51-69e9b2dcb000 93eb9ff14e674d4eb58c08f607ecdfd0 d1ab7b3e3bc149e3a8e343036705eaa8 - - default default] Added segment 1b5188fb-d95f-40ea-8999-e741a50fd1a1 of type vxlan for network 28b7bec1-a292-42a8-9b73-55b5462955de [pid: 8|app: 0|req: 940/2015] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:43:24 2026] GET /v2.0/security-groups?id=37a8d245-2552-4eb9-b442-a87650918b29&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/2016] 199.204.45.242 () {34 vars in 993 bytes} [Tue Apr 14 08:43:24 2026] GET /v2.0/ports?device_id=1c537c52-a593-47ea-ac99-48a2f627aa61 => 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: 1076/2017] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:43:24 2026] POST /v2.0/networks => generated 631 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:43:24.986 7 INFO neutron.db.segments_db [None req-bcabce4a-11f7-4bdc-ad58-555283af5c12 93eb9ff14e674d4eb58c08f607ecdfd0 d1ab7b3e3bc149e3a8e343036705eaa8 - - default default] Added segment 3f542794-24dd-451c-9e57-151d7391e115 of type vxlan for network 3aaec706-ba05-4114-92f0-2d27d68505e1 2026-04-14 08:43:25.007 8 INFO neutron_taas.services.taas.taas_plugin [req-ddcf4f25-9c35-4d41-8949-5842ad8de624 req-29e8fefd-1d62-4621-a711-c1f2f37b6c8c 9ef4bde319574197a5615c5264ede79f 9c19059c4be944aca7b466231d04ca80 - - default default] TaaS: Handle Delete Port: c6c75cfa-ab30-419d-beea-f2a7e89eb434 2026-04-14 08:43:25.010 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ddcf4f25-9c35-4d41-8949-5842ad8de624 req-29e8fefd-1d62-4621-a711-c1f2f37b6c8c 9ef4bde319574197a5615c5264ede79f 9c19059c4be944aca7b466231d04ca80 - - default default] Tap Mirror: Handle Delete Port: c6c75cfa-ab30-419d-beea-f2a7e89eb434 [pid: 7|app: 0|req: 1077/2018] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:43:24 2026] POST /v2.0/networks => generated 632 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2019] 10.0.0.30 () {34 vars in 751 bytes} [Tue Apr 14 08:43:25 2026] PUT /v2.0/networks/28b7bec1-a292-42a8-9b73-55b5462955de/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/2020] 199.204.45.242 () {36 vars in 996 bytes} [Tue Apr 14 08:43:24 2026] DELETE /v2.0/ports/c6c75cfa-ab30-419d-beea-f2a7e89eb434 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:43:25.195 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-14e0a81d-6fc5-47d5-902e-b834dbffb37b'] response: {'server_uuid': '1c537c52-a593-47ea-ac99-48a2f627aa61', 'name': 'network-vif-deleted', 'tag': 'c6c75cfa-ab30-419d-beea-f2a7e89eb434', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1079/2021] 10.0.0.30 () {32 vars in 731 bytes} [Tue Apr 14 08:43:25 2026] GET /v2.0/networks/28b7bec1-a292-42a8-9b73-55b5462955de/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: 943/2022] 10.0.0.30 () {34 vars in 751 bytes} [Tue Apr 14 08:43:25 2026] PUT /v2.0/networks/3aaec706-ba05-4114-92f0-2d27d68505e1/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2023] 10.0.0.30 () {32 vars in 731 bytes} [Tue Apr 14 08:43:25 2026] GET /v2.0/networks/3aaec706-ba05-4114-92f0-2d27d68505e1/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/2024] 10.0.0.30 () {34 vars in 751 bytes} [Tue Apr 14 08:43:25 2026] PUT /v2.0/networks/3aaec706-ba05-4114-92f0-2d27d68505e1/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: 1081/2025] 10.0.0.30 () {32 vars in 731 bytes} [Tue Apr 14 08:43:25 2026] GET /v2.0/networks/3aaec706-ba05-4114-92f0-2d27d68505e1/tags => 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: 945/2026] 10.0.0.30 () {32 vars in 731 bytes} [Tue Apr 14 08:43:25 2026] GET /v2.0/networks/28b7bec1-a292-42a8-9b73-55b5462955de/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: 946/2027] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:25 2026] GET /v2.0/ports?device_id=1c537c52-a593-47ea-ac99-48a2f627aa61 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:43:26.255 7 INFO neutron.services.segments.plugin [-] Segment 1b5188fb-d95f-40ea-8999-e741a50fd1a1 resource provider aggregate not found 2026-04-14 08:43:26.260 7 INFO neutron.services.segments.plugin [-] Segment 1b5188fb-d95f-40ea-8999-e741a50fd1a1 resource provider aggregate not found 2026-04-14 08:43:26.280 7 INFO neutron.services.segments.plugin [-] Segment 1b5188fb-d95f-40ea-8999-e741a50fd1a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b5188fb-d95f-40ea-8999-e741a50fd1a1 found for delete ", "request_id": "req-c53e4f27-2631-440b-afa3-9221cf07c045"}]} 2026-04-14 08:43:26.281 7 INFO neutron.services.segments.plugin [-] Segment 1b5188fb-d95f-40ea-8999-e741a50fd1a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b5188fb-d95f-40ea-8999-e741a50fd1a1 found for delete ", "request_id": "req-e23e72c6-4c3b-4958-ba3d-957c27a29cb5"}]} [pid: 7|app: 0|req: 1082/2028] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:43:25 2026] DELETE /v2.0/networks/28b7bec1-a292-42a8-9b73-55b5462955de => generated 0 bytes in 786 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:43:26.409 8 INFO neutron.services.segments.plugin [-] Segment 3f542794-24dd-451c-9e57-151d7391e115 resource provider aggregate not found 2026-04-14 08:43:26.420 8 INFO neutron.services.segments.plugin [-] Segment 3f542794-24dd-451c-9e57-151d7391e115 resource provider aggregate not found 2026-04-14 08:43:26.437 8 INFO neutron.services.segments.plugin [-] Segment 3f542794-24dd-451c-9e57-151d7391e115 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f542794-24dd-451c-9e57-151d7391e115 found for delete ", "request_id": "req-1e7bc447-4d68-499a-9e8a-271921996afd"}]} 2026-04-14 08:43:26.442 8 INFO neutron.services.segments.plugin [-] Segment 3f542794-24dd-451c-9e57-151d7391e115 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f542794-24dd-451c-9e57-151d7391e115 found for delete ", "request_id": "req-70604c16-47c8-43d5-87aa-91571346d4cb"}]} [pid: 8|app: 0|req: 947/2029] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:43:26 2026] DELETE /v2.0/networks/3aaec706-ba05-4114-92f0-2d27d68505e1 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2030] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:27 2026] GET /v2.0/ports?device_id=1c537c52-a593-47ea-ac99-48a2f627aa61 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/2031] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:43:27 2026] GET /v2.0/security-groups?tenant_id=b53f6bdd6f20440f9c7369597e653816&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2032] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:43:27 2026] DELETE /v2.0/security-groups/26a24c6e-cd7f-49a5-affc-a221a18de860 => 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: 949/2033] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:43:27 2026] GET /v2.0/security-groups?tenant_id=d1ab7b3e3bc149e3a8e343036705eaa8&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2034] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:43:27 2026] DELETE /v2.0/security-groups/e29490a6-e26b-487f-ba19-81a34889c02e => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/2035] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:28 2026] GET /v2.0/ports?device_id=1c537c52-a593-47ea-ac99-48a2f627aa61 => 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: 1086/2036] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:43:29 2026] GET /v2.0/security-groups?tenant_id=b6f40244a08e48b3848ad959fc6762f6&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/2037] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:43:30 2026] DELETE /v2.0/security-groups/5f08cc34-9d53-438f-98b4-ac23391c0127 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:43:30.719 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf5c7af1-2277-46a5-bdaf-e689b6234f37 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 004a9965-a2a9-4eac-ac13-d6f9a2236e59 2026-04-14 08:43:30.722 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf5c7af1-2277-46a5-bdaf-e689b6234f37 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 004a9965-a2a9-4eac-ac13-d6f9a2236e59 [pid: 7|app: 0|req: 1087/2038] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:43:30 2026] PUT /v2.0/routers/2a2aa6ad-f8be-4e47-b356-f6e0fa4f147f/remove_router_interface => generated 309 bytes in 971 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:43:31.518 8 INFO neutron_taas.services.taas.taas_plugin [None req-e597192a-5450-4278-924f-0faeb790f176 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: e18a08ff-e898-49fd-874d-44d79c219018 2026-04-14 08:43:31.523 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e597192a-5450-4278-924f-0faeb790f176 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: e18a08ff-e898-49fd-874d-44d79c219018 2026-04-14 08:43:31.806 8 INFO neutron_taas.services.taas.taas_plugin [None req-e597192a-5450-4278-924f-0faeb790f176 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: f2484a02-8475-4dc7-ad00-c5d7a41b0dff 2026-04-14 08:43:31.809 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e597192a-5450-4278-924f-0faeb790f176 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: f2484a02-8475-4dc7-ad00-c5d7a41b0dff 2026-04-14 08:43:32.071 8 INFO neutron.services.segments.plugin [-] Segment 7baadeb7-9dba-4a94-b0b8-7a9bdfcea108 resource provider aggregate not found 2026-04-14 08:43:32.077 8 INFO neutron.services.segments.plugin [-] Segment 7baadeb7-9dba-4a94-b0b8-7a9bdfcea108 resource provider aggregate not found 2026-04-14 08:43:32.091 8 INFO neutron.db.l3_hamode_db [None req-e597192a-5450-4278-924f-0faeb790f176 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] HA network 503139dd-7d16-49b9-8e70-0c7a92529713 was deleted as no HA routers are present in tenant 9c19059c4be944aca7b466231d04ca80. [pid: 8|app: 0|req: 952/2039] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:43:31 2026] DELETE /v2.0/routers/2a2aa6ad-f8be-4e47-b356-f6e0fa4f147f => generated 0 bytes in 769 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:43:32.099 8 INFO neutron.services.segments.plugin [-] Segment 7baadeb7-9dba-4a94-b0b8-7a9bdfcea108 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7baadeb7-9dba-4a94-b0b8-7a9bdfcea108 found for delete ", "request_id": "req-0926b84e-e0c7-4302-86ff-7be737d58d6c"}]} 2026-04-14 08:43:32.099 8 INFO neutron.services.segments.plugin [-] Segment 7baadeb7-9dba-4a94-b0b8-7a9bdfcea108 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7baadeb7-9dba-4a94-b0b8-7a9bdfcea108 found for delete ", "request_id": "req-eefbb38f-122f-49ec-bd1a-45623af9da4c"}]} [pid: 7|app: 0|req: 1088/2040] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:43:32 2026] DELETE /v2.0/subnets/86fec242-d321-4109-a52e-41f3157206b2 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:43:32.339 8 INFO neutron_taas.services.taas.taas_plugin [None req-e32c82c9-68ee-4ea1-b351-4e09a98bd677 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 6effed37-3cc4-4642-923f-e0cde640bc8e 2026-04-14 08:43:32.342 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e32c82c9-68ee-4ea1-b351-4e09a98bd677 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 6effed37-3cc4-4642-923f-e0cde640bc8e [pid: 8|app: 0|req: 953/2041] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:43:32 2026] DELETE /v2.0/networks/6a79bb82-c3e8-40e1-9f64-dde378f0edd5 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2042] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:43:32 2026] GET /v2.0/security-groups?tenant_id=9c19059c4be944aca7b466231d04ca80&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: 954/2043] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:43:32 2026] DELETE /v2.0/security-groups/37a8d245-2552-4eb9-b442-a87650918b29 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:43:33.200 7 INFO neutron.db.segments_db [None req-0f1d5528-3b15-4461-a4b8-2bf3057692e5 972c215a4d154ffc8ea5c578119d0ae7 fd854ce901ea4dcb811d8e92bb604b38 - - default default] Added segment f529f990-7b02-4d2c-b268-7a4c4e513f0d of type vxlan for network ee1825ac-75cf-46a6-ba5c-fccf8aaad624 [pid: 7|app: 0|req: 1090/2044] 10.0.0.30 () {34 vars in 669 bytes} [Tue Apr 14 08:43:32 2026] POST /v2.0/networks => generated 631 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:43:33.334 8 INFO neutron.db.segments_db [None req-b2d12270-4d25-45f2-babb-b18a29ab246d 972c215a4d154ffc8ea5c578119d0ae7 fd854ce901ea4dcb811d8e92bb604b38 - - default default] Added segment c76badfa-fb18-48b8-be86-3e50f4c5c940 of type vxlan for network abb07f20-ea4f-47b7-9d4b-d934216ae5c5 2026-04-14 08:43:33.628 8 INFO neutron.db.l3_hamode_db [None req-b2d12270-4d25-45f2-babb-b18a29ab246d 972c215a4d154ffc8ea5c578119d0ae7 fd854ce901ea4dcb811d8e92bb604b38 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:43:34.131 8 INFO neutron.services.segments.plugin [-] Segment 0c00e6ff-b9c8-4c7f-83ef-0a769cfbddf7 resource provider aggregate not found 2026-04-14 08:43:34.146 8 INFO neutron.services.segments.plugin [-] Segment 0c00e6ff-b9c8-4c7f-83ef-0a769cfbddf7 resource provider aggregate not found 2026-04-14 08:43:34.158 8 INFO neutron.services.segments.plugin [-] Segment 0c00e6ff-b9c8-4c7f-83ef-0a769cfbddf7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c00e6ff-b9c8-4c7f-83ef-0a769cfbddf7 found for delete ", "request_id": "req-1faeaef1-9f8c-4d6f-82fd-10b027ff17cd"}]} 2026-04-14 08:43:34.174 8 INFO neutron.services.segments.plugin [-] Segment 0c00e6ff-b9c8-4c7f-83ef-0a769cfbddf7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c00e6ff-b9c8-4c7f-83ef-0a769cfbddf7 found for delete ", "request_id": "req-4b88faf7-735c-41f0-a15b-1518ca19f43a"}]} 2026-04-14 08:43:34.480 8 INFO neutron.db.l3_hamode_db [None req-b2d12270-4d25-45f2-babb-b18a29ab246d 972c215a4d154ffc8ea5c578119d0ae7 fd854ce901ea4dcb811d8e92bb604b38 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 955/2047] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:43:33 2026] POST /v2.0/routers => generated 695 bytes in 2129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2048] 10.0.0.30 () {32 vars in 774 bytes} [Tue Apr 14 08:43:35 2026] GET /v2.0/subnets?project_id=fd854ce901ea4dcb811d8e92bb604b38&cidr=10.100.0.0%2F28 => generated 14 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/2049] 10.0.0.30 () {32 vars in 692 bytes} [Tue Apr 14 08:43:35 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2050] 10.0.0.30 () {32 vars in 782 bytes} [Tue Apr 14 08:43:35 2026] GET /v2.0/subnets?network_id=d032c32d-4d9d-4f99-9f6f-dcd30627d3cb&cidr=10.100.0.0%2F28 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/2051] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:43:35 2026] POST /v2.0/subnets => generated 657 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2052] 10.0.0.30 () {34 vars in 781 bytes} [Tue Apr 14 08:43:35 2026] PUT /v2.0/routers/aedcee0e-6943-4237-9779-5ebc88b788b9/add_router_interface => generated 309 bytes in 1308 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/2053] 10.0.0.30 () {32 vars in 647 bytes} [Tue Apr 14 08:43:37 2026] GET /v2.0/networks => generated 3605 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2054] 10.0.0.30 () {32 vars in 645 bytes} [Tue Apr 14 08:43:37 2026] GET /v2.0/subnets => generated 2595 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/2055] 10.0.0.30 () {32 vars in 645 bytes} [Tue Apr 14 08:43:37 2026] GET /v2.0/routers => generated 738 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2056] 10.0.0.30 () {34 vars in 683 bytes} [Tue Apr 14 08:43:37 2026] POST /v2.0/security-groups => generated 1673 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/2057] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:43:37 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: 1098/2058] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:43:37 2026] POST /v2.0/security-group-rules => generated 596 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2059] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:43:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2060] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:43:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:43:38.169 8 INFO neutron.db.securitygroups_db [None req-a1507aff-fcb6-468e-9f41-f6a586d9a689 972c215a4d154ffc8ea5c578119d0ae7 fd854ce901ea4dcb811d8e92bb604b38 - - default default] Project fd854ce901ea4dcb811d8e92bb604b38 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: 962/2061] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:43:38 2026] POST /v2.0/security-group-rules => generated 607 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:43:38.279 7 INFO neutron.db.securitygroups_db [None req-6768ed53-923f-4db0-b137-f2ec1eaf5afb 972c215a4d154ffc8ea5c578119d0ae7 fd854ce901ea4dcb811d8e92bb604b38 - - default default] Project fd854ce901ea4dcb811d8e92bb604b38 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: 1100/2062] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:43:38 2026] POST /v2.0/security-group-rules => generated 606 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/2063] 10.0.0.30 () {32 vars in 647 bytes} [Tue Apr 14 08:43:38 2026] GET /v2.0/networks => generated 1296 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2064] 10.0.0.244 () {34 vars in 1097 bytes} [Tue Apr 14 08:43:38 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-826467242&fields=id&tenant_id=fd854ce901ea4dcb811d8e92bb604b38 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2065] 10.0.0.244 () {34 vars in 981 bytes} [Tue Apr 14 08:43:38 2026] GET /v2.0/networks?id=ee1825ac-75cf-46a6-ba5c-fccf8aaad624 => generated 659 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2066] 10.0.0.244 () {34 vars in 964 bytes} [Tue Apr 14 08:43:39 2026] GET /v2.0/quotas/fd854ce901ea4dcb811d8e92bb604b38 => generated 292 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2067] 10.0.0.244 () {34 vars in 1001 bytes} [Tue Apr 14 08:43:39 2026] GET /v2.0/ports?tenant_id=fd854ce901ea4dcb811d8e92bb604b38&fields=id => generated 103 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2068] 10.0.0.244 () {34 vars in 1007 bytes} [Tue Apr 14 08:43:39 2026] GET /v2.0/networks/ee1825ac-75cf-46a6-ba5c-fccf8aaad624?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2069] 10.0.0.244 () {34 vars in 1107 bytes} [Tue Apr 14 08:43:39 2026] GET /v2.0/networks/ee1825ac-75cf-46a6-ba5c-fccf8aaad624?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: 1104/2070] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:39 2026] GET /v2.0/ports?device_id=eabbc23a-b49b-48db-b8c4-79822160b223 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2071] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:40 2026] GET /v2.0/ports?device_id=eabbc23a-b49b-48db-b8c4-79822160b223 => 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: 1105/2072] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:41 2026] GET /v2.0/ports?device_id=eabbc23a-b49b-48db-b8c4-79822160b223 => 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: 968/2073] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:42 2026] GET /v2.0/ports?device_id=eabbc23a-b49b-48db-b8c4-79822160b223 => 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: 1106/2074] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:43:43 2026] GET /v2.0/security-groups?tenant_id=6d856e3fa3a346bc8f16cfd6a05c66e7&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: 1107/2075] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:43:43 2026] GET /v2.0/networks?id=ee1825ac-75cf-46a6-ba5c-fccf8aaad624 => generated 659 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2076] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:43:43 2026] DELETE /v2.0/security-groups/2e3fab03-4b64-46a3-b05f-823e0d2ceb0f => 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: 1108/2077] 199.204.45.242 () {34 vars in 1049 bytes} [Tue Apr 14 08:43:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fd854ce901ea4dcb811d8e92bb604b38 => generated 180 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2078] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:43 2026] GET /v2.0/ports?device_id=eabbc23a-b49b-48db-b8c4-79822160b223 => 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/2079] 199.204.45.242 () {38 vars in 954 bytes} [Tue Apr 14 08:43:43 2026] POST /v2.0/ports => generated 954 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2080] 199.204.45.242 () {38 vars in 1027 bytes} [Tue Apr 14 08:43:44 2026] PUT /v2.0/ports/5cc84c7b-5860-463a-a86e-d1f77daadeac => generated 1235 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:43:44.635 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd04cad0-6c7f-42df-be89-b3df5df673f6'] response: {'name': 'network-changed', 'server_uuid': 'eabbc23a-b49b-48db-b8c4-79822160b223', 'tag': '5cc84c7b-5860-463a-a86e-d1f77daadeac', '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: 971/2081] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:44 2026] GET /v2.0/ports?device_id=eabbc23a-b49b-48db-b8c4-79822160b223 => generated 969 bytes in 43 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: 1111/2082] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:43:44 2026] GET /v2.0/security-groups?id=1aaa7142-5ed9-4c2d-8d5d-0a92a57eff79&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: 972/2083] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:43:45 2026] GET /v2.0/ports?tenant_id=fd854ce901ea4dcb811d8e92bb604b38&device_id=eabbc23a-b49b-48db-b8c4-79822160b223 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2084] 199.204.45.242 () {34 vars in 1017 bytes} [Tue Apr 14 08:43:45 2026] GET /v2.0/networks?tenant_id=fd854ce901ea4dcb811d8e92bb604b38&shared=False => generated 755 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2085] 199.204.45.242 () {34 vars in 929 bytes} [Tue Apr 14 08:43:45 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:43:45.705 7 INFO neutron.db.segments_db [None req-19741a1a-f4a3-47a8-b5ca-8ea20fae1f32 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment 086a9097-b896-49f5-b97c-0cd427efa40d of type vxlan for network 0d52799a-e409-4862-bfb8-7638dfc73369 [pid: 7|app: 0|req: 1113/2086] 10.0.0.30 () {34 vars in 669 bytes} [Tue Apr 14 08:43:45 2026] POST /v2.0/networks => generated 741 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2087] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:43:45 2026] POST /v2.0/subnets => generated 688 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:43:46.043 8 INFO neutron.db.segments_db [None req-7a3631c2-7875-4232-8277-87d69de9b867 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment b8b29b59-8256-4cec-bdbb-679f311d5b1a of type vxlan for network 3c474d06-582a-4a52-9379-e095529643e2 [pid: 7|app: 0|req: 1114/2088] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:45 2026] GET /v2.0/ports?device_id=eabbc23a-b49b-48db-b8c4-79822160b223 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2089] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:43:46 2026] GET /v2.0/security-groups?id=1aaa7142-5ed9-4c2d-8d5d-0a92a57eff79&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-04-14 08:43:46.289 8 INFO neutron.db.l3_hamode_db [None req-7a3631c2-7875-4232-8277-87d69de9b867 b5fc67366ffa47b79f63849c82796f9d b2e80f3b9f10439aacc5c1c8ae309680 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1116/2090] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:43:46 2026] GET /v2.0/ports?tenant_id=fd854ce901ea4dcb811d8e92bb604b38&device_id=eabbc23a-b49b-48db-b8c4-79822160b223 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2091] 199.204.45.242 () {34 vars in 1057 bytes} [Tue Apr 14 08:43:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5cc84c7b-5860-463a-a86e-d1f77daadeac => 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: 1118/2092] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:43:46 2026] GET /v2.0/subnets?id=1d80e278-ff84-4bd2-b81c-d2b7721c531e => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2093] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:43:46 2026] GET /v2.0/ports?network_id=ee1825ac-75cf-46a6-ba5c-fccf8aaad624&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: 1120/2094] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:43:46 2026] GET /v2.0/networks/ee1825ac-75cf-46a6-ba5c-fccf8aaad624?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: 1121/2095] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:43:46 2026] GET /v2.0/networks/ee1825ac-75cf-46a6-ba5c-fccf8aaad624?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:43:47.076 8 INFO neutron.db.l3_hamode_db [None req-7a3631c2-7875-4232-8277-87d69de9b867 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1122/2096] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:47 2026] GET /v2.0/ports?device_id=eabbc23a-b49b-48db-b8c4-79822160b223 => 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: 1123/2097] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:43:47 2026] GET /v2.0/security-groups?id=1aaa7142-5ed9-4c2d-8d5d-0a92a57eff79&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2098] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:43:45 2026] POST /v2.0/routers => generated 728 bytes in 1943 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2099] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:48 2026] GET /v2.0/ports?device_id=eabbc23a-b49b-48db-b8c4-79822160b223 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2100] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:43:48 2026] GET /v2.0/security-groups?id=1aaa7142-5ed9-4c2d-8d5d-0a92a57eff79&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2101] 10.0.0.30 () {34 vars in 781 bytes} [Tue Apr 14 08:43:47 2026] PUT /v2.0/routers/a7ff2b69-b645-4f84-896a-dc3bdf5ea14c/add_router_interface => generated 309 bytes in 1178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2102] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:49 2026] GET /v2.0/ports?device_id=eabbc23a-b49b-48db-b8c4-79822160b223 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2103] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:43:49 2026] GET /v2.0/security-groups?id=1aaa7142-5ed9-4c2d-8d5d-0a92a57eff79&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:43:50.359 7 INFO neutron.db.segments_db [None req-15250a83-c09f-49d6-8d1d-f243e9cace24 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment cdc63026-1e5e-4f86-9a92-5c62a0c0bed7 of type vxlan for network b5ad396e-1f04-42e6-8ef3-2d7f6bee8ec6 [pid: 7|app: 0|req: 1127/2106] 10.0.0.30 () {34 vars in 669 bytes} [Tue Apr 14 08:43:50 2026] POST /v2.0/networks => generated 741 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2107] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:43:50 2026] POST /v2.0/subnets => generated 688 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2108] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:50 2026] GET /v2.0/ports?device_id=eabbc23a-b49b-48db-b8c4-79822160b223 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:43:50.729 7 INFO neutron.db.segments_db [None req-da36daa3-43c3-4c7d-a10c-2b6175c97f66 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Added segment 208d694d-dc54-4b87-9f0c-26260424d132 of type vxlan for network 23aac511-4f19-427c-bd3d-61d761347287 [pid: 8|app: 0|req: 982/2109] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:43:50 2026] GET /v2.0/security-groups?id=1aaa7142-5ed9-4c2d-8d5d-0a92a57eff79&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:43:51.031 7 INFO neutron.db.l3_hamode_db [None req-da36daa3-43c3-4c7d-a10c-2b6175c97f66 b5fc67366ffa47b79f63849c82796f9d 9c35d1875def42e0a84ab1eaedb586f1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 983/2110] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:51 2026] GET /v2.0/ports?device_id=eabbc23a-b49b-48db-b8c4-79822160b223 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2111] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:43:51 2026] GET /v2.0/security-groups?id=1aaa7142-5ed9-4c2d-8d5d-0a92a57eff79&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-04-14 08:43:52.027 7 INFO neutron.db.l3_hamode_db [None req-da36daa3-43c3-4c7d-a10c-2b6175c97f66 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 985/2112] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:52 2026] GET /v2.0/ports?device_id=eabbc23a-b49b-48db-b8c4-79822160b223 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2113] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:43:52 2026] GET /v2.0/security-groups?id=1aaa7142-5ed9-4c2d-8d5d-0a92a57eff79&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2114] 10.0.0.30 () {32 vars in 734 bytes} [Tue Apr 14 08:43:52 2026] GET /v2.0/ports?device_id=eabbc23a-b49b-48db-b8c4-79822160b223 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:43:52.901 8 INFO neutron.db.l3_db [None req-831788e1-53bb-4f31-a585-8293e8a765cb 972c215a4d154ffc8ea5c578119d0ae7 fd854ce901ea4dcb811d8e92bb604b38 - - default default] Floating IP 3fe8b6e9-a6b4-4e74-9d75-5b459396ec7c associated. External IP: 10.96.250.205, port: 5cc84c7b-5860-463a-a86e-d1f77daadeac. [pid: 7|app: 0|req: 1128/2115] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:43:50 2026] POST /v2.0/routers => generated 728 bytes in 2402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2116] 10.0.0.30 () {34 vars in 675 bytes} [Tue Apr 14 08:43:52 2026] POST /v2.0/floatingips => generated 855 bytes in 1056 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:43:53.281 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b0b30780-c81b-4660-ada7-1c130c6fb4a7'] response: {'name': 'network-changed', 'server_uuid': 'eabbc23a-b49b-48db-b8c4-79822160b223', 'tag': '5cc84c7b-5860-463a-a86e-d1f77daadeac', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 989/2117] 10.0.0.30 () {32 vars in 727 bytes} [Tue Apr 14 08:43:53 2026] GET /v2.0/floatingips/3fe8b6e9-a6b4-4e74-9d75-5b459396ec7c => generated 855 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2118] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:43:53 2026] GET /v2.0/ports?tenant_id=fd854ce901ea4dcb811d8e92bb604b38&device_id=eabbc23a-b49b-48db-b8c4-79822160b223 => generated 1240 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2119] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:43:53 2026] GET /v2.0/networks?id=ee1825ac-75cf-46a6-ba5c-fccf8aaad624 => generated 755 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2120] 199.204.45.242 () {34 vars in 1057 bytes} [Tue Apr 14 08:43:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5cc84c7b-5860-463a-a86e-d1f77daadeac => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2121] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:43:54 2026] GET /v2.0/subnets?id=1d80e278-ff84-4bd2-b81c-d2b7721c531e => generated 678 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2122] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:43:54 2026] GET /v2.0/ports?network_id=ee1825ac-75cf-46a6-ba5c-fccf8aaad624&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2123] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:43:54 2026] GET /v2.0/networks/ee1825ac-75cf-46a6-ba5c-fccf8aaad624?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2124] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:43:54 2026] GET /v2.0/networks/ee1825ac-75cf-46a6-ba5c-fccf8aaad624?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: 997/2125] 10.0.0.30 () {32 vars in 727 bytes} [Tue Apr 14 08:43:54 2026] GET /v2.0/floatingips/3fe8b6e9-a6b4-4e74-9d75-5b459396ec7c => generated 855 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2126] 10.0.0.30 () {34 vars in 781 bytes} [Tue Apr 14 08:43:53 2026] PUT /v2.0/routers/f3df34d2-e451-44a3-9012-c785e7b89c2c/add_router_interface => generated 309 bytes in 1410 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2127] 10.0.0.30 () {34 vars in 683 bytes} [Tue Apr 14 08:43:55 2026] POST /v2.0/security-groups => generated 1671 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2128] 10.0.0.30 () {32 vars in 727 bytes} [Tue Apr 14 08:43:55 2026] GET /v2.0/floatingips/3fe8b6e9-a6b4-4e74-9d75-5b459396ec7c => generated 857 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2129] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:43:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2130] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:43:55 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) [pid: 7|app: 0|req: 1131/2131] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:43:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2132] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:43:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:43:55.878 7 INFO neutron.db.securitygroups_db [None req-e01f54cc-8b16-4c94-bdc5-7471debb75a2 1cf29a81e56f4a3ebad445526050b325 b2e80f3b9f10439aacc5c1c8ae309680 - - default default] Project b2e80f3b9f10439aacc5c1c8ae309680 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: 1132/2133] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:43:55 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) 2026-04-14 08:43:56.011 8 INFO neutron.db.securitygroups_db [None req-6a2e5003-be22-44a1-99f8-ee7f4543be6a 1cf29a81e56f4a3ebad445526050b325 b2e80f3b9f10439aacc5c1c8ae309680 - - default default] Project b2e80f3b9f10439aacc5c1c8ae309680 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: 1002/2134] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:43:55 2026] POST /v2.0/security-group-rules => generated 606 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2135] 10.0.0.30 () {34 vars in 683 bytes} [Tue Apr 14 08:43:56 2026] POST /v2.0/security-groups => generated 1662 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2136] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:43:56 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: 7|app: 0|req: 1134/2137] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:43:56 2026] POST /v2.0/security-group-rules => generated 602 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2138] 10.0.0.30 () {34 vars in 674 bytes} [Tue Apr 14 08:43:56 2026] POST /v2.0/floatingips => generated 552 bytes in 574 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2139] 10.0.0.244 () {34 vars in 1097 bytes} [Tue Apr 14 08:43:57 2026] GET /v2.0/security-groups?name=tempest-securitygroup--998871788&fields=id&tenant_id=b2e80f3b9f10439aacc5c1c8ae309680 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2140] 10.0.0.244 () {34 vars in 1095 bytes} [Tue Apr 14 08:43:57 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-66881389&fields=id&tenant_id=b2e80f3b9f10439aacc5c1c8ae309680 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2141] 10.0.0.244 () {34 vars in 981 bytes} [Tue Apr 14 08:43:57 2026] GET /v2.0/networks?id=0d52799a-e409-4862-bfb8-7638dfc73369 => generated 673 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2142] 10.0.0.244 () {34 vars in 964 bytes} [Tue Apr 14 08:43:57 2026] GET /v2.0/quotas/b2e80f3b9f10439aacc5c1c8ae309680 => 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: 1137/2143] 10.0.0.244 () {34 vars in 1001 bytes} [Tue Apr 14 08:43:57 2026] GET /v2.0/ports?tenant_id=b2e80f3b9f10439aacc5c1c8ae309680&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2144] 10.0.0.244 () {34 vars in 1007 bytes} [Tue Apr 14 08:43:57 2026] GET /v2.0/networks/0d52799a-e409-4862-bfb8-7638dfc73369?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: 1138/2145] 10.0.0.244 () {34 vars in 1107 bytes} [Tue Apr 14 08:43:57 2026] GET /v2.0/networks/0d52799a-e409-4862-bfb8-7638dfc73369?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: 1008/2146] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:58 2026] GET /v2.0/ports?device_id=c4ee33db-5235-4fb1-a089-87c04c9e43aa => 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: 1139/2147] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:43:59 2026] GET /v2.0/ports?device_id=c4ee33db-5235-4fb1-a089-87c04c9e43aa => 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: 1009/2148] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:00 2026] GET /v2.0/ports?device_id=c4ee33db-5235-4fb1-a089-87c04c9e43aa => 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: 1140/2149] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:01 2026] GET /v2.0/ports?device_id=c4ee33db-5235-4fb1-a089-87c04c9e43aa => 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: 1010/2150] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:02 2026] GET /v2.0/ports?device_id=c4ee33db-5235-4fb1-a089-87c04c9e43aa => 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: 1141/2151] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:44:02 2026] GET /v2.0/networks?id=0d52799a-e409-4862-bfb8-7638dfc73369 => generated 673 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2152] 199.204.45.242 () {34 vars in 1049 bytes} [Tue Apr 14 08:44:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b2e80f3b9f10439aacc5c1c8ae309680 => generated 271 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2153] 199.204.45.242 () {38 vars in 954 bytes} [Tue Apr 14 08:44:02 2026] POST /v2.0/ports => generated 993 bytes in 334 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: 1143/2154] 10.0.0.199 () {34 vars in 989 bytes} [Tue Apr 14 08:44:03 2026] GET /v2.0/ports?device_id=eabbc23a-b49b-48db-b8c4-79822160b223 => generated 1240 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2155] 10.0.0.199 () {34 vars in 1039 bytes} [Tue Apr 14 08:44:03 2026] GET /v2.0/security-groups?id=1aaa7142-5ed9-4c2d-8d5d-0a92a57eff79&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2156] 199.204.45.242 () {38 vars in 1027 bytes} [Tue Apr 14 08:44:03 2026] PUT /v2.0/ports/1502bd54-0512-4580-89c8-d061f468269f => generated 1274 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:44:03.515 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-43844078-659b-4bd5-973a-cfbae552ce14'] response: {'name': 'network-changed', 'server_uuid': 'c4ee33db-5235-4fb1-a089-87c04c9e43aa', 'tag': '1502bd54-0512-4580-89c8-d061f468269f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1145/2157] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:03 2026] GET /v2.0/ports?device_id=c4ee33db-5235-4fb1-a089-87c04c9e43aa => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1013/2158] 10.0.0.244 () {34 vars in 1119 bytes} [Tue Apr 14 08:44:03 2026] GET /v2.0/security-groups?id=d78b5fe7-2ba1-4247-94d4-c62d8ae16951&id=9f46bd84-25d8-4dbe-b397-8ec785807cf9&fields=id&fields=name => generated 204 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2159] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:44:04 2026] GET /v2.0/ports?tenant_id=b2e80f3b9f10439aacc5c1c8ae309680&device_id=c4ee33db-5235-4fb1-a089-87c04c9e43aa => generated 1277 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2160] 199.204.45.242 () {34 vars in 1017 bytes} [Tue Apr 14 08:44:04 2026] GET /v2.0/networks?tenant_id=b2e80f3b9f10439aacc5c1c8ae309680&shared=False => generated 769 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2161] 199.204.45.242 () {34 vars in 929 bytes} [Tue Apr 14 08:44:04 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2162] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:04 2026] GET /v2.0/ports?device_id=c4ee33db-5235-4fb1-a089-87c04c9e43aa => generated 1008 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2163] 10.0.0.244 () {34 vars in 1119 bytes} [Tue Apr 14 08:44:04 2026] GET /v2.0/security-groups?id=d78b5fe7-2ba1-4247-94d4-c62d8ae16951&id=9f46bd84-25d8-4dbe-b397-8ec785807cf9&fields=id&fields=name => generated 204 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2166] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:44:05 2026] GET /v2.0/ports?tenant_id=b2e80f3b9f10439aacc5c1c8ae309680&device_id=c4ee33db-5235-4fb1-a089-87c04c9e43aa => generated 1277 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2167] 199.204.45.242 () {34 vars in 1057 bytes} [Tue Apr 14 08:44:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=1502bd54-0512-4580-89c8-d061f468269f => 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: 1018/2168] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:44:05 2026] GET /v2.0/subnets?id=f59651ca-3b08-42dc-b2ee-54b258ff75b5 => 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: 1151/2169] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:44:05 2026] GET /v2.0/ports?network_id=0d52799a-e409-4862-bfb8-7638dfc73369&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: 8|app: 0|req: 1019/2170] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:44:05 2026] GET /v2.0/networks/0d52799a-e409-4862-bfb8-7638dfc73369?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: 1152/2171] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:44:05 2026] GET /v2.0/networks/0d52799a-e409-4862-bfb8-7638dfc73369?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: 1020/2172] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:05 2026] GET /v2.0/ports?device_id=c4ee33db-5235-4fb1-a089-87c04c9e43aa => generated 1008 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2173] 10.0.0.244 () {34 vars in 1119 bytes} [Tue Apr 14 08:44:05 2026] GET /v2.0/security-groups?id=d78b5fe7-2ba1-4247-94d4-c62d8ae16951&id=9f46bd84-25d8-4dbe-b397-8ec785807cf9&fields=id&fields=name => generated 204 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2174] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:07 2026] GET /v2.0/ports?device_id=c4ee33db-5235-4fb1-a089-87c04c9e43aa => generated 1008 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2175] 10.0.0.244 () {34 vars in 1119 bytes} [Tue Apr 14 08:44:07 2026] GET /v2.0/security-groups?id=d78b5fe7-2ba1-4247-94d4-c62d8ae16951&id=9f46bd84-25d8-4dbe-b397-8ec785807cf9&fields=id&fields=name => generated 204 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2176] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:08 2026] GET /v2.0/ports?device_id=c4ee33db-5235-4fb1-a089-87c04c9e43aa => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2177] 10.0.0.244 () {34 vars in 1119 bytes} [Tue Apr 14 08:44:08 2026] GET /v2.0/security-groups?id=d78b5fe7-2ba1-4247-94d4-c62d8ae16951&id=9f46bd84-25d8-4dbe-b397-8ec785807cf9&fields=id&fields=name => generated 204 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2178] 199.204.45.242 () {34 vars in 993 bytes} [Tue Apr 14 08:44:08 2026] GET /v2.0/ports?device_id=c4ee33db-5235-4fb1-a089-87c04c9e43aa => generated 1279 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2179] 199.204.45.242 () {34 vars in 1123 bytes} [Tue Apr 14 08:44:08 2026] GET /v2.0/security-groups?id=d78b5fe7-2ba1-4247-94d4-c62d8ae16951&id=9f46bd84-25d8-4dbe-b397-8ec785807cf9&fields=id&fields=name => generated 204 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2180] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:09 2026] GET /v2.0/ports?device_id=c4ee33db-5235-4fb1-a089-87c04c9e43aa => generated 1010 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2181] 10.0.0.244 () {34 vars in 1119 bytes} [Tue Apr 14 08:44:09 2026] GET /v2.0/security-groups?id=d78b5fe7-2ba1-4247-94d4-c62d8ae16951&id=9f46bd84-25d8-4dbe-b397-8ec785807cf9&fields=id&fields=name => generated 204 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2182] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:10 2026] GET /v2.0/ports?device_id=c4ee33db-5235-4fb1-a089-87c04c9e43aa => generated 1010 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2183] 10.0.0.244 () {34 vars in 1119 bytes} [Tue Apr 14 08:44:10 2026] GET /v2.0/security-groups?id=d78b5fe7-2ba1-4247-94d4-c62d8ae16951&id=9f46bd84-25d8-4dbe-b397-8ec785807cf9&fields=id&fields=name => generated 204 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2184] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:11 2026] GET /v2.0/ports?device_id=c4ee33db-5235-4fb1-a089-87c04c9e43aa => 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: 1159/2185] 10.0.0.244 () {34 vars in 1119 bytes} [Tue Apr 14 08:44:11 2026] GET /v2.0/security-groups?id=d78b5fe7-2ba1-4247-94d4-c62d8ae16951&id=9f46bd84-25d8-4dbe-b397-8ec785807cf9&fields=id&fields=name => generated 204 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2186] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:11 2026] GET /v2.0/ports?device_id=c4ee33db-5235-4fb1-a089-87c04c9e43aa => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:44:12.338 7 INFO neutron.db.l3_db [None req-5e41cd7e-a83b-483f-8f5b-ef13194bcc62 1cf29a81e56f4a3ebad445526050b325 b2e80f3b9f10439aacc5c1c8ae309680 - - default default] Floating IP 3f4bd284-c25b-43dc-863c-42d5a35d6659 associated. External IP: 10.96.250.212, port: 1502bd54-0512-4580-89c8-d061f468269f. [pid: 7|app: 0|req: 1160/2187] 10.0.0.30 () {34 vars in 747 bytes} [Tue Apr 14 08:44:11 2026] PUT /v2.0/floatingips/3f4bd284-c25b-43dc-863c-42d5a35d6659 => generated 855 bytes in 798 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2188] 10.0.0.30 () {32 vars in 824 bytes} [Tue Apr 14 08:44:12 2026] GET /v2.0/ports?project_id=fd854ce901ea4dcb811d8e92bb604b38&network_id=ee1825ac-75cf-46a6-ba5c-fccf8aaad624 => generated 3691 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:44:12.750 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f70e3d82-2f63-425c-ae8a-39b94ed43b85'] response: {'name': 'network-changed', 'server_uuid': 'c4ee33db-5235-4fb1-a089-87c04c9e43aa', 'tag': '1502bd54-0512-4580-89c8-d061f468269f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1161/2189] 10.0.0.30 () {32 vars in 740 bytes} [Tue Apr 14 08:44:13 2026] GET /v2.0/subnets?network_id=d032c32d-4d9d-4f99-9f6f-dcd30627d3cb => generated 667 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2190] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:44:13 2026] GET /v2.0/ports?tenant_id=b2e80f3b9f10439aacc5c1c8ae309680&device_id=c4ee33db-5235-4fb1-a089-87c04c9e43aa => generated 1279 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2191] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:44:13 2026] GET /v2.0/networks?id=0d52799a-e409-4862-bfb8-7638dfc73369 => generated 769 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:44:13.394 7 INFO neutron.db.l3_db [None req-778b051b-a0ae-45cf-8c9f-1386eb7bb6e4 972c215a4d154ffc8ea5c578119d0ae7 fd854ce901ea4dcb811d8e92bb604b38 - - default default] Floating IP 3fe8b6e9-a6b4-4e74-9d75-5b459396ec7c disassociated. External IP: 10.96.250.205, port: 5cc84c7b-5860-463a-a86e-d1f77daadeac. [pid: 8|app: 0|req: 1031/2192] 199.204.45.242 () {34 vars in 1057 bytes} [Tue Apr 14 08:44:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=1502bd54-0512-4580-89c8-d061f468269f => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2193] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:44:13 2026] GET /v2.0/subnets?id=f59651ca-3b08-42dc-b2ee-54b258ff75b5 => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2194] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:44:13 2026] GET /v2.0/ports?network_id=0d52799a-e409-4862-bfb8-7638dfc73369&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: 1034/2195] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:44:13 2026] GET /v2.0/networks/0d52799a-e409-4862-bfb8-7638dfc73369?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2196] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:44:13 2026] GET /v2.0/networks/0d52799a-e409-4862-bfb8-7638dfc73369?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: 7|app: 0|req: 1162/2197] 10.0.0.30 () {34 vars in 747 bytes} [Tue Apr 14 08:44:13 2026] PUT /v2.0/floatingips/3fe8b6e9-a6b4-4e74-9d75-5b459396ec7c => generated 554 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2198] 10.0.0.30 () {32 vars in 727 bytes} [Tue Apr 14 08:44:13 2026] GET /v2.0/floatingips/3fe8b6e9-a6b4-4e74-9d75-5b459396ec7c => generated 554 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2199] 10.0.0.30 () {32 vars in 727 bytes} [Tue Apr 14 08:44:14 2026] GET /v2.0/floatingips/3fe8b6e9-a6b4-4e74-9d75-5b459396ec7c => generated 554 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:44:14.799 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-49be19d2-0fc7-47a3-aede-a966fe68baac'] response: {'name': 'network-changed', 'server_uuid': 'eabbc23a-b49b-48db-b8c4-79822160b223', 'tag': '5cc84c7b-5860-463a-a86e-d1f77daadeac', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1037/2200] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:44:15 2026] GET /v2.0/ports?tenant_id=fd854ce901ea4dcb811d8e92bb604b38&device_id=eabbc23a-b49b-48db-b8c4-79822160b223 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2201] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:44:15 2026] GET /v2.0/networks?id=ee1825ac-75cf-46a6-ba5c-fccf8aaad624 => generated 755 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2202] 199.204.45.242 () {34 vars in 1057 bytes} [Tue Apr 14 08:44:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5cc84c7b-5860-463a-a86e-d1f77daadeac => 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: 1165/2203] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:44:15 2026] GET /v2.0/subnets?id=1d80e278-ff84-4bd2-b81c-d2b7721c531e => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2204] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:44:15 2026] GET /v2.0/ports?network_id=ee1825ac-75cf-46a6-ba5c-fccf8aaad624&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: 1166/2205] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:44:15 2026] GET /v2.0/networks/ee1825ac-75cf-46a6-ba5c-fccf8aaad624?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: 1040/2206] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:44:15 2026] GET /v2.0/networks/ee1825ac-75cf-46a6-ba5c-fccf8aaad624?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2207] 10.0.0.30 () {32 vars in 727 bytes} [Tue Apr 14 08:44:15 2026] GET /v2.0/floatingips/3fe8b6e9-a6b4-4e74-9d75-5b459396ec7c => generated 552 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2208] 10.0.0.30 () {34 vars in 683 bytes} [Tue Apr 14 08:44:16 2026] POST /v2.0/security-groups => generated 1677 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2209] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:44:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2210] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:44:17 2026] POST /v2.0/security-group-rules => generated 596 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2211] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:44:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2212] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:44:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:44:17.524 7 INFO neutron.db.securitygroups_db [None req-6b1afc8e-f7e1-43bf-a4b0-e7d79442ed66 972c215a4d154ffc8ea5c578119d0ae7 fd854ce901ea4dcb811d8e92bb604b38 - - default default] Project fd854ce901ea4dcb811d8e92bb604b38 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: 1170/2213] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:44:17 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) 2026-04-14 08:44:17.663 8 INFO neutron.db.securitygroups_db [None req-0e6aef42-21db-4514-8bc2-1bd6fd7acddc 972c215a4d154ffc8ea5c578119d0ae7 fd854ce901ea4dcb811d8e92bb604b38 - - default default] Project fd854ce901ea4dcb811d8e92bb604b38 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: 1044/2214] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:44:17 2026] POST /v2.0/security-group-rules => generated 606 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2215] 10.0.0.30 () {32 vars in 647 bytes} [Tue Apr 14 08:44:18 2026] GET /v2.0/networks => generated 1296 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2216] 10.0.0.244 () {34 vars in 1099 bytes} [Tue Apr 14 08:44:18 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1376305211&fields=id&tenant_id=fd854ce901ea4dcb811d8e92bb604b38 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2217] 10.0.0.244 () {34 vars in 981 bytes} [Tue Apr 14 08:44:18 2026] GET /v2.0/networks?id=ee1825ac-75cf-46a6-ba5c-fccf8aaad624 => generated 659 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2218] 10.0.0.244 () {34 vars in 964 bytes} [Tue Apr 14 08:44:18 2026] GET /v2.0/quotas/fd854ce901ea4dcb811d8e92bb604b38 => 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: 1173/2219] 10.0.0.244 () {34 vars in 1001 bytes} [Tue Apr 14 08:44:18 2026] GET /v2.0/ports?tenant_id=fd854ce901ea4dcb811d8e92bb604b38&fields=id => generated 149 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2220] 10.0.0.244 () {34 vars in 1007 bytes} [Tue Apr 14 08:44:18 2026] GET /v2.0/networks/ee1825ac-75cf-46a6-ba5c-fccf8aaad624?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: 1174/2221] 10.0.0.244 () {34 vars in 1107 bytes} [Tue Apr 14 08:44:18 2026] GET /v2.0/networks/ee1825ac-75cf-46a6-ba5c-fccf8aaad624?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2222] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:18 2026] GET /v2.0/ports?device_id=5e6c0a16-6fdf-4688-b567-fc9fbdcbe65a => 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: 1175/2223] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:19 2026] GET /v2.0/ports?device_id=5e6c0a16-6fdf-4688-b567-fc9fbdcbe65a => 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: 1049/2226] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:20 2026] GET /v2.0/ports?device_id=c4ee33db-5235-4fb1-a089-87c04c9e43aa => generated 1010 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2227] 10.0.0.244 () {34 vars in 1119 bytes} [Tue Apr 14 08:44:20 2026] GET /v2.0/security-groups?id=d78b5fe7-2ba1-4247-94d4-c62d8ae16951&id=9f46bd84-25d8-4dbe-b397-8ec785807cf9&fields=id&fields=name => generated 204 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2228] 10.0.0.30 () {32 vars in 734 bytes} [Tue Apr 14 08:44:20 2026] GET /v2.0/ports?device_id=c4ee33db-5235-4fb1-a089-87c04c9e43aa => generated 1279 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2229] 10.0.0.30 () {32 vars in 856 bytes} [Tue Apr 14 08:44:20 2026] GET /v2.0/floatingips?floating_network_id=d032c32d-4d9d-4f99-9f6f-dcd30627d3cb&port_id=1502bd54-0512-4580-89c8-d061f468269f => generated 860 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2230] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:20 2026] GET /v2.0/ports?device_id=5e6c0a16-6fdf-4688-b567-fc9fbdcbe65a => 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: 1180/2231] 10.0.0.199 () {34 vars in 989 bytes} [Tue Apr 14 08:44:21 2026] GET /v2.0/ports?device_id=c4ee33db-5235-4fb1-a089-87c04c9e43aa => generated 1279 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2232] 10.0.0.199 () {34 vars in 1119 bytes} [Tue Apr 14 08:44:21 2026] GET /v2.0/security-groups?id=9f46bd84-25d8-4dbe-b397-8ec785807cf9&id=d78b5fe7-2ba1-4247-94d4-c62d8ae16951&fields=id&fields=name => generated 204 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2233] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:22 2026] GET /v2.0/ports?device_id=5e6c0a16-6fdf-4688-b567-fc9fbdcbe65a => 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: 1053/2234] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:44:23 2026] GET /v2.0/networks?id=ee1825ac-75cf-46a6-ba5c-fccf8aaad624 => generated 659 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2235] 199.204.45.242 () {34 vars in 1049 bytes} [Tue Apr 14 08:44:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fd854ce901ea4dcb811d8e92bb604b38 => generated 273 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2236] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:23 2026] GET /v2.0/ports?device_id=5e6c0a16-6fdf-4688-b567-fc9fbdcbe65a => 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: 1183/2237] 199.204.45.242 () {38 vars in 954 bytes} [Tue Apr 14 08:44:23 2026] POST /v2.0/ports => generated 958 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: 1055/2238] 199.204.45.242 () {38 vars in 1027 bytes} [Tue Apr 14 08:44:23 2026] PUT /v2.0/ports/406081fb-3ac5-4754-a339-c6c24a07c3f8 => generated 1239 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2239] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:23 2026] GET /v2.0/ports?device_id=c4ee33db-5235-4fb1-a089-87c04c9e43aa => generated 1010 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:44:23.994 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d1cef06a-f907-4444-994a-a3097331d7ba'] response: {'name': 'network-changed', 'server_uuid': '5e6c0a16-6fdf-4688-b567-fc9fbdcbe65a', 'tag': '406081fb-3ac5-4754-a339-c6c24a07c3f8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1056/2240] 10.0.0.244 () {34 vars in 1119 bytes} [Tue Apr 14 08:44:23 2026] GET /v2.0/security-groups?id=d78b5fe7-2ba1-4247-94d4-c62d8ae16951&id=9f46bd84-25d8-4dbe-b397-8ec785807cf9&fields=id&fields=name => generated 204 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2241] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:24 2026] GET /v2.0/ports?device_id=5e6c0a16-6fdf-4688-b567-fc9fbdcbe65a => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2242] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:44:24 2026] GET /v2.0/security-groups?id=21fece3e-0144-4d2c-b330-7bb336a62e68&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2243] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:44:24 2026] GET /v2.0/ports?tenant_id=fd854ce901ea4dcb811d8e92bb604b38&device_id=5e6c0a16-6fdf-4688-b567-fc9fbdcbe65a => 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: 1058/2244] 199.204.45.242 () {34 vars in 1017 bytes} [Tue Apr 14 08:44:24 2026] GET /v2.0/networks?tenant_id=fd854ce901ea4dcb811d8e92bb604b38&shared=False => generated 755 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2245] 199.204.45.242 () {34 vars in 929 bytes} [Tue Apr 14 08:44:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2246] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:25 2026] GET /v2.0/ports?device_id=c4ee33db-5235-4fb1-a089-87c04c9e43aa => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2247] 10.0.0.244 () {34 vars in 1119 bytes} [Tue Apr 14 08:44:25 2026] GET /v2.0/security-groups?id=d78b5fe7-2ba1-4247-94d4-c62d8ae16951&id=9f46bd84-25d8-4dbe-b397-8ec785807cf9&fields=id&fields=name => generated 204 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2248] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:25 2026] GET /v2.0/ports?device_id=5e6c0a16-6fdf-4688-b567-fc9fbdcbe65a => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2249] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:44:25 2026] GET /v2.0/security-groups?id=21fece3e-0144-4d2c-b330-7bb336a62e68&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2250] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:44:25 2026] GET /v2.0/ports?tenant_id=fd854ce901ea4dcb811d8e92bb604b38&device_id=5e6c0a16-6fdf-4688-b567-fc9fbdcbe65a => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2251] 199.204.45.242 () {34 vars in 1059 bytes} [Tue Apr 14 08:44:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=406081fb-3ac5-4754-a339-c6c24a07c3f8 => 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: 1062/2252] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:44:25 2026] GET /v2.0/subnets?id=1d80e278-ff84-4bd2-b81c-d2b7721c531e => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2253] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:44:25 2026] GET /v2.0/ports?network_id=ee1825ac-75cf-46a6-ba5c-fccf8aaad624&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: 1063/2254] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:44:25 2026] GET /v2.0/networks/ee1825ac-75cf-46a6-ba5c-fccf8aaad624?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2255] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:44:25 2026] GET /v2.0/networks/ee1825ac-75cf-46a6-ba5c-fccf8aaad624?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2256] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:26 2026] GET /v2.0/ports?device_id=c4ee33db-5235-4fb1-a089-87c04c9e43aa => generated 1010 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2257] 199.204.45.242 () {34 vars in 993 bytes} [Tue Apr 14 08:44:26 2026] GET /v2.0/ports?device_id=c4ee33db-5235-4fb1-a089-87c04c9e43aa => generated 1010 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2258] 10.0.0.244 () {34 vars in 1119 bytes} [Tue Apr 14 08:44:26 2026] GET /v2.0/security-groups?id=d78b5fe7-2ba1-4247-94d4-c62d8ae16951&id=9f46bd84-25d8-4dbe-b397-8ec785807cf9&fields=id&fields=name => generated 204 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:44:26.455 7 INFO neutron_taas.services.taas.taas_plugin [req-ca248ca7-e8a4-4aaf-b4bf-f8f0abd54f69 req-18e4a6b4-b451-44cc-9d48-712502756bf0 1cf29a81e56f4a3ebad445526050b325 b2e80f3b9f10439aacc5c1c8ae309680 - - default default] TaaS: Handle Delete Port: 1502bd54-0512-4580-89c8-d061f468269f 2026-04-14 08:44:26.458 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ca248ca7-e8a4-4aaf-b4bf-f8f0abd54f69 req-18e4a6b4-b451-44cc-9d48-712502756bf0 1cf29a81e56f4a3ebad445526050b325 b2e80f3b9f10439aacc5c1c8ae309680 - - default default] Tap Mirror: Handle Delete Port: 1502bd54-0512-4580-89c8-d061f468269f 2026-04-14 08:44:26.578 7 INFO neutron.db.l3_db [req-ca248ca7-e8a4-4aaf-b4bf-f8f0abd54f69 req-18e4a6b4-b451-44cc-9d48-712502756bf0 1cf29a81e56f4a3ebad445526050b325 b2e80f3b9f10439aacc5c1c8ae309680 - - default default] Floating IP 3f4bd284-c25b-43dc-863c-42d5a35d6659 disassociated. External IP: 10.96.250.212, port: 1502bd54-0512-4580-89c8-d061f468269f. [pid: 8|app: 0|req: 1066/2259] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:26 2026] GET /v2.0/ports?device_id=5e6c0a16-6fdf-4688-b567-fc9fbdcbe65a => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2260] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:44:26 2026] GET /v2.0/security-groups?id=21fece3e-0144-4d2c-b330-7bb336a62e68&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: 1194/2261] 199.204.45.242 () {36 vars in 996 bytes} [Tue Apr 14 08:44:26 2026] DELETE /v2.0/ports/1502bd54-0512-4580-89c8-d061f468269f => generated 0 bytes in 592 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:44:26.967 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f861fb60-9da2-4095-8569-6c76797ad098'] response: {'server_uuid': 'c4ee33db-5235-4fb1-a089-87c04c9e43aa', 'name': 'network-vif-deleted', 'tag': '1502bd54-0512-4580-89c8-d061f468269f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1068/2262] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:27 2026] GET /v2.0/ports?device_id=c4ee33db-5235-4fb1-a089-87c04c9e43aa => 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: 1195/2263] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:27 2026] GET /v2.0/ports?device_id=5e6c0a16-6fdf-4688-b567-fc9fbdcbe65a => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2264] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:44:27 2026] GET /v2.0/security-groups?id=21fece3e-0144-4d2c-b330-7bb336a62e68&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: 1196/2265] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:28 2026] GET /v2.0/ports?device_id=c4ee33db-5235-4fb1-a089-87c04c9e43aa => 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: 1070/2266] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:28 2026] GET /v2.0/ports?device_id=5e6c0a16-6fdf-4688-b567-fc9fbdcbe65a => 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: 1197/2267] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:44:28 2026] GET /v2.0/security-groups?id=21fece3e-0144-4d2c-b330-7bb336a62e68&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2268] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:29 2026] GET /v2.0/ports?device_id=c4ee33db-5235-4fb1-a089-87c04c9e43aa => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2269] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:30 2026] GET /v2.0/ports?device_id=5e6c0a16-6fdf-4688-b567-fc9fbdcbe65a => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2270] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:44:30 2026] GET /v2.0/security-groups?id=21fece3e-0144-4d2c-b330-7bb336a62e68&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2271] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:44:30 2026] DELETE /v2.0/security-groups/d78b5fe7-2ba1-4247-94d4-c62d8ae16951 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:44:30.972 8 INFO neutron.api.v2.resource [None req-6cff68f5-1d7c-459d-b6b2-d0c6366d94ed 1cf29a81e56f4a3ebad445526050b325 b2e80f3b9f10439aacc5c1c8ae309680 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1073/2272] 10.0.0.30 () {32 vars in 735 bytes} [Tue Apr 14 08:44:30 2026] GET /v2.0/security-groups/d78b5fe7-2ba1-4247-94d4-c62d8ae16951 => generated 146 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:44:31.084 7 INFO neutron_taas.services.taas.taas_plugin [None req-f470dc4f-4100-4166-bd21-53d870545e05 1cf29a81e56f4a3ebad445526050b325 b2e80f3b9f10439aacc5c1c8ae309680 - - default default] TaaS: Handle Delete Port: 706f3e81-1bf0-470d-8d7e-da9441feb1bd 2026-04-14 08:44:31.086 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f470dc4f-4100-4166-bd21-53d870545e05 1cf29a81e56f4a3ebad445526050b325 b2e80f3b9f10439aacc5c1c8ae309680 - - default default] Tap Mirror: Handle Delete Port: 706f3e81-1bf0-470d-8d7e-da9441feb1bd [pid: 7|app: 0|req: 1200/2273] 10.0.0.30 () {32 vars in 730 bytes} [Tue Apr 14 08:44:30 2026] DELETE /v2.0/floatingips/3f4bd284-c25b-43dc-863c-42d5a35d6659 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2274] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:31 2026] GET /v2.0/ports?device_id=5e6c0a16-6fdf-4688-b567-fc9fbdcbe65a => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2275] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:44:31 2026] GET /v2.0/security-groups?id=21fece3e-0144-4d2c-b330-7bb336a62e68&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: 1201/2276] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:44:31 2026] DELETE /v2.0/security-groups/9f46bd84-25d8-4dbe-b397-8ec785807cf9 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2277] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:31 2026] GET /v2.0/ports?device_id=5e6c0a16-6fdf-4688-b567-fc9fbdcbe65a => 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: 1203/2278] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:44:31 2026] GET /v2.0/security-groups?id=21fece3e-0144-4d2c-b330-7bb336a62e68&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: 1204/2279] 10.0.0.30 () {32 vars in 734 bytes} [Tue Apr 14 08:44:31 2026] GET /v2.0/ports?device_id=5e6c0a16-6fdf-4688-b567-fc9fbdcbe65a => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:44:31.865 8 INFO neutron_taas.services.taas.taas_plugin [None req-c57c3420-33e8-47fa-827d-e08f05db98c9 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 85954089-7fe2-48e9-a131-6b1fc3295c65 2026-04-14 08:44:31.868 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c57c3420-33e8-47fa-827d-e08f05db98c9 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 85954089-7fe2-48e9-a131-6b1fc3295c65 2026-04-14 08:44:31.950 7 INFO neutron.db.l3_db [None req-34094a08-7a1d-424a-9b7f-8959dfaa67db 972c215a4d154ffc8ea5c578119d0ae7 fd854ce901ea4dcb811d8e92bb604b38 - - default default] Floating IP 3fe8b6e9-a6b4-4e74-9d75-5b459396ec7c associated. External IP: 10.96.250.205, port: 406081fb-3ac5-4754-a339-c6c24a07c3f8. [pid: 7|app: 0|req: 1205/2280] 10.0.0.30 () {34 vars in 747 bytes} [Tue Apr 14 08:44:31 2026] PUT /v2.0/floatingips/3fe8b6e9-a6b4-4e74-9d75-5b459396ec7c => generated 856 bytes in 621 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2281] 10.0.0.30 () {32 vars in 727 bytes} [Tue Apr 14 08:44:32 2026] GET /v2.0/floatingips/3fe8b6e9-a6b4-4e74-9d75-5b459396ec7c => generated 856 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:44:32.287 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c4b69f3-4b73-4aee-850e-57211dab8b4b'] response: {'name': 'network-changed', 'server_uuid': '5e6c0a16-6fdf-4688-b567-fc9fbdcbe65a', 'tag': '406081fb-3ac5-4754-a339-c6c24a07c3f8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1076/2282] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:44:31 2026] PUT /v2.0/routers/a7ff2b69-b645-4f84-896a-dc3bdf5ea14c/remove_router_interface => generated 309 bytes in 961 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:44:32.632 7 INFO neutron_taas.services.taas.taas_plugin [None req-f5f80df6-aca7-4122-a22d-d95338ad320f b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 17db833f-1510-4a38-923a-ff826c9891ee 2026-04-14 08:44:32.635 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5f80df6-aca7-4122-a22d-d95338ad320f b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 17db833f-1510-4a38-923a-ff826c9891ee [pid: 8|app: 0|req: 1077/2283] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:44:32 2026] GET /v2.0/ports?tenant_id=fd854ce901ea4dcb811d8e92bb604b38&device_id=5e6c0a16-6fdf-4688-b567-fc9fbdcbe65a => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2284] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:44:32 2026] GET /v2.0/networks?id=ee1825ac-75cf-46a6-ba5c-fccf8aaad624 => generated 755 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2285] 199.204.45.242 () {34 vars in 1059 bytes} [Tue Apr 14 08:44:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=406081fb-3ac5-4754-a339-c6c24a07c3f8 => generated 859 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:44:32.971 7 INFO neutron_taas.services.taas.taas_plugin [None req-f5f80df6-aca7-4122-a22d-d95338ad320f b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: db7df5c0-37bb-4ffa-ae43-c607de528605 2026-04-14 08:44:32.974 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5f80df6-aca7-4122-a22d-d95338ad320f b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: db7df5c0-37bb-4ffa-ae43-c607de528605 [pid: 8|app: 0|req: 1080/2286] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:44:32 2026] GET /v2.0/subnets?id=1d80e278-ff84-4bd2-b81c-d2b7721c531e => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2287] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:44:33 2026] GET /v2.0/ports?network_id=ee1825ac-75cf-46a6-ba5c-fccf8aaad624&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: 1082/2288] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:44:33 2026] GET /v2.0/networks/ee1825ac-75cf-46a6-ba5c-fccf8aaad624?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: 1083/2289] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:44:33 2026] GET /v2.0/networks/ee1825ac-75cf-46a6-ba5c-fccf8aaad624?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: 1084/2290] 10.0.0.30 () {32 vars in 727 bytes} [Tue Apr 14 08:44:33 2026] GET /v2.0/floatingips/3fe8b6e9-a6b4-4e74-9d75-5b459396ec7c => generated 856 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:44:33.413 7 INFO neutron.services.segments.plugin [-] Segment b8b29b59-8256-4cec-bdbb-679f311d5b1a resource provider aggregate not found 2026-04-14 08:44:33.424 7 INFO neutron.services.segments.plugin [-] Segment b8b29b59-8256-4cec-bdbb-679f311d5b1a resource provider aggregate not found 2026-04-14 08:44:33.447 7 INFO neutron.services.segments.plugin [-] Segment b8b29b59-8256-4cec-bdbb-679f311d5b1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8b29b59-8256-4cec-bdbb-679f311d5b1a found for delete ", "request_id": "req-5d7b252f-2d98-4b65-b3e3-c35d9e3952a7"}]} 2026-04-14 08:44:33.450 7 INFO neutron.services.segments.plugin [-] Segment b8b29b59-8256-4cec-bdbb-679f311d5b1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8b29b59-8256-4cec-bdbb-679f311d5b1a found for delete ", "request_id": "req-7009fc01-bebd-47c9-9eec-0ef61844bc9d"}]} 2026-04-14 08:44:33.456 7 INFO neutron.db.l3_hamode_db [None req-f5f80df6-aca7-4122-a22d-d95338ad320f b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] HA network 3c474d06-582a-4a52-9379-e095529643e2 was deleted as no HA routers are present in tenant b2e80f3b9f10439aacc5c1c8ae309680. [pid: 7|app: 0|req: 1207/2291] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:44:32 2026] DELETE /v2.0/routers/a7ff2b69-b645-4f84-896a-dc3bdf5ea14c => generated 0 bytes in 1040 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2292] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:44:33 2026] DELETE /v2.0/subnets/f59651ca-3b08-42dc-b2ee-54b258ff75b5 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:44:33.718 7 INFO neutron_taas.services.taas.taas_plugin [None req-bce32c25-d034-4f6b-9c57-53d4b13715ef b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: e8735833-c3fb-4cad-aad4-5e2e551defe5 2026-04-14 08:44:33.720 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bce32c25-d034-4f6b-9c57-53d4b13715ef b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: e8735833-c3fb-4cad-aad4-5e2e551defe5 [pid: 7|app: 0|req: 1208/2293] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:44:33 2026] DELETE /v2.0/networks/0d52799a-e409-4862-bfb8-7638dfc73369 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:44:34.288 8 INFO neutron_taas.services.taas.taas_plugin [None req-619582bf-a28a-4979-b92c-a6b6ce97e44b b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 6e00553e-e96a-4b66-a315-a7901dcb5c37 2026-04-14 08:44:34.291 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-619582bf-a28a-4979-b92c-a6b6ce97e44b b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 6e00553e-e96a-4b66-a315-a7901dcb5c37 [pid: 7|app: 0|req: 1209/2294] 10.0.0.30 () {32 vars in 727 bytes} [Tue Apr 14 08:44:34 2026] GET /v2.0/floatingips/3fe8b6e9-a6b4-4e74-9d75-5b459396ec7c => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2295] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:44:33 2026] PUT /v2.0/routers/f3df34d2-e451-44a3-9012-c785e7b89c2c/remove_router_interface => generated 309 bytes in 868 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:44:35.013 7 INFO neutron_taas.services.taas.taas_plugin [None req-00aa3a14-98e4-44b9-ad50-9bef6973dc78 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: c89ea50f-6580-4d80-a894-7cc72f7a0b13 2026-04-14 08:44:35.017 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00aa3a14-98e4-44b9-ad50-9bef6973dc78 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: c89ea50f-6580-4d80-a894-7cc72f7a0b13 2026-04-14 08:44:35.279 7 INFO neutron_taas.services.taas.taas_plugin [None req-00aa3a14-98e4-44b9-ad50-9bef6973dc78 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 25a93571-9b09-49d3-b9c9-6ca948a74774 2026-04-14 08:44:35.283 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00aa3a14-98e4-44b9-ad50-9bef6973dc78 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 25a93571-9b09-49d3-b9c9-6ca948a74774 2026-04-14 08:44:35.477 7 INFO neutron.services.segments.plugin [-] Segment 086a9097-b896-49f5-b97c-0cd427efa40d resource provider aggregate not found 2026-04-14 08:44:35.490 7 INFO neutron.services.segments.plugin [-] Segment 086a9097-b896-49f5-b97c-0cd427efa40d resource provider aggregate not found 2026-04-14 08:44:35.498 7 INFO neutron.services.segments.plugin [-] Segment 086a9097-b896-49f5-b97c-0cd427efa40d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 086a9097-b896-49f5-b97c-0cd427efa40d found for delete ", "request_id": "req-d26e87bd-3255-4984-98dd-27497b42d218"}]} 2026-04-14 08:44:35.530 7 INFO neutron.services.segments.plugin [-] Segment 086a9097-b896-49f5-b97c-0cd427efa40d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 086a9097-b896-49f5-b97c-0cd427efa40d found for delete ", "request_id": "req-76b083c7-b148-49bc-9cde-7f86cb6648a7"}]} 2026-04-14 08:44:35.751 7 INFO neutron.db.l3_hamode_db [None req-00aa3a14-98e4-44b9-ad50-9bef6973dc78 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] HA network 23aac511-4f19-427c-bd3d-61d761347287 was deleted as no HA routers are present in tenant 9c35d1875def42e0a84ab1eaedb586f1. [pid: 7|app: 0|req: 1210/2298] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:44:34 2026] DELETE /v2.0/routers/f3df34d2-e451-44a3-9012-c785e7b89c2c => generated 0 bytes in 940 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2299] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:44:35 2026] DELETE /v2.0/subnets/bdcfed85-c7f4-41a8-bff9-38623203d784 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:44:36.067 7 INFO neutron_taas.services.taas.taas_plugin [None req-f37748d2-a6be-419a-a449-6935d3d6b26e b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: cea74da9-4ef7-4b71-a855-8d60dbfe14a0 2026-04-14 08:44:36.070 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f37748d2-a6be-419a-a449-6935d3d6b26e b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: cea74da9-4ef7-4b71-a855-8d60dbfe14a0 [pid: 7|app: 0|req: 1211/2300] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:44:35 2026] DELETE /v2.0/networks/b5ad396e-1f04-42e6-8ef3-2d7f6bee8ec6 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2301] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:44:36 2026] GET /v2.0/security-groups?tenant_id=b2e80f3b9f10439aacc5c1c8ae309680&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2302] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:44:36 2026] DELETE /v2.0/security-groups/c8c4cb9c-a972-4571-8807-5d618cf258ce => 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: 1091/2303] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:44:36 2026] GET /v2.0/security-groups?tenant_id=9c35d1875def42e0a84ab1eaedb586f1&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2304] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:44:36 2026] DELETE /v2.0/security-groups/1bac78b2-dbde-4baa-8bbb-6490262cced6 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:44:37.529 7 INFO neutron.services.segments.plugin [-] Segment 208d694d-dc54-4b87-9f0c-26260424d132 resource provider aggregate not found 2026-04-14 08:44:37.551 7 INFO neutron.services.segments.plugin [-] Segment 208d694d-dc54-4b87-9f0c-26260424d132 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 208d694d-dc54-4b87-9f0c-26260424d132 found for delete ", "request_id": "req-de8857a1-646e-426c-b721-2910350554cf"}]} 2026-04-14 08:44:37.557 7 INFO neutron.services.segments.plugin [-] Segment 208d694d-dc54-4b87-9f0c-26260424d132 resource provider aggregate not found 2026-04-14 08:44:37.573 7 INFO neutron.services.segments.plugin [-] Segment 208d694d-dc54-4b87-9f0c-26260424d132 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 208d694d-dc54-4b87-9f0c-26260424d132 found for delete ", "request_id": "req-d2803e84-1c06-48fb-ae1d-7efcd1eb87e6"}]} 2026-04-14 08:44:37.579 7 INFO neutron.services.segments.plugin [-] Segment cdc63026-1e5e-4f86-9a92-5c62a0c0bed7 resource provider aggregate not found 2026-04-14 08:44:37.596 7 INFO neutron.services.segments.plugin [-] Segment cdc63026-1e5e-4f86-9a92-5c62a0c0bed7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdc63026-1e5e-4f86-9a92-5c62a0c0bed7 found for delete ", "request_id": "req-7760b6db-f8a1-4b70-bd42-949b7e02e116"}]} 2026-04-14 08:44:37.598 7 INFO neutron.services.segments.plugin [-] Segment cdc63026-1e5e-4f86-9a92-5c62a0c0bed7 resource provider aggregate not found 2026-04-14 08:44:37.619 7 INFO neutron.services.segments.plugin [-] Segment cdc63026-1e5e-4f86-9a92-5c62a0c0bed7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdc63026-1e5e-4f86-9a92-5c62a0c0bed7 found for delete ", "request_id": "req-ae6bb871-271c-4f84-ae8a-876573e91042"}]} [pid: 8|app: 0|req: 1092/2305] 10.0.0.199 () {34 vars in 989 bytes} [Tue Apr 14 08:44:40 2026] GET /v2.0/ports?device_id=5e6c0a16-6fdf-4688-b567-fc9fbdcbe65a => generated 1244 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2306] 10.0.0.199 () {34 vars in 1039 bytes} [Tue Apr 14 08:44:41 2026] GET /v2.0/security-groups?id=21fece3e-0144-4d2c-b330-7bb336a62e68&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2307] 10.0.0.30 () {34 vars in 682 bytes} [Tue Apr 14 08:44:40 2026] POST /v2.0/security-groups => generated 1603 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2308] 10.0.0.30 () {34 vars in 682 bytes} [Tue Apr 14 08:44:41 2026] POST /v2.0/security-groups => generated 1603 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2309] 10.0.0.30 () {34 vars in 682 bytes} [Tue Apr 14 08:44:41 2026] POST /v2.0/security-groups => generated 1603 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2310] 10.0.0.30 () {34 vars in 682 bytes} [Tue Apr 14 08:44:41 2026] POST /v2.0/security-groups => generated 1603 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2311] 10.0.0.30 () {34 vars in 682 bytes} [Tue Apr 14 08:44:41 2026] POST /v2.0/security-groups => generated 1603 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2312] 10.0.0.30 () {34 vars in 765 bytes} [Tue Apr 14 08:44:41 2026] PUT /v2.0/security-groups/0431a8df-0634-42dc-a752-22248cf7334c/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2313] 10.0.0.30 () {34 vars in 765 bytes} [Tue Apr 14 08:44:41 2026] PUT /v2.0/security-groups/88888063-a3a4-4de6-ad34-54933d23e294/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: 1097/2314] 10.0.0.30 () {34 vars in 765 bytes} [Tue Apr 14 08:44:41 2026] PUT /v2.0/security-groups/0f24b243-28bd-4933-b527-c8679efc8191/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: 1218/2315] 10.0.0.30 () {34 vars in 765 bytes} [Tue Apr 14 08:44:41 2026] PUT /v2.0/security-groups/53f81041-2fa8-4554-98c3-51de8c45d8be/tags => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2316] 10.0.0.30 () {32 vars in 678 bytes} [Tue Apr 14 08:44:41 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2317] 10.0.0.30 () {32 vars in 692 bytes} [Tue Apr 14 08:44:42 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2318] 10.0.0.30 () {32 vars in 688 bytes} [Tue Apr 14 08:44:42 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2319] 10.0.0.30 () {32 vars in 700 bytes} [Tue Apr 14 08:44:42 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2320] 10.0.0.30 () {32 vars in 686 bytes} [Tue Apr 14 08:44:42 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2321] 10.0.0.30 () {32 vars in 700 bytes} [Tue Apr 14 08:44:42 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2322] 10.0.0.30 () {32 vars in 696 bytes} [Tue Apr 14 08:44:42 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2323] 10.0.0.30 () {32 vars in 708 bytes} [Tue Apr 14 08:44:42 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2324] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:44:42 2026] DELETE /v2.0/security-groups/0431a8df-0634-42dc-a752-22248cf7334c => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2325] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:44:42 2026] DELETE /v2.0/security-groups/88888063-a3a4-4de6-ad34-54933d23e294 => 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: 1103/2326] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:44:42 2026] DELETE /v2.0/security-groups/0f24b243-28bd-4933-b527-c8679efc8191 => 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: 1224/2327] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:44:42 2026] DELETE /v2.0/security-groups/53f81041-2fa8-4554-98c3-51de8c45d8be => 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: 1104/2328] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:44:42 2026] DELETE /v2.0/security-groups/e2cfd585-0004-419f-a3c3-689a8090e9a3 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2329] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:44:43 2026] GET /v2.0/security-groups?tenant_id=b03b3c67927b49989523b3ddddd0cc4e&name=default => generated 2929 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2330] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:44:43 2026] DELETE /v2.0/security-groups/607420f6-2298-4442-a152-b6dbb683d4f0 => 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: 1226/2331] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:44:43 2026] GET /v2.0/security-groups?tenant_id=0068e974aa5649f1b12b7e311f3baaa7&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2332] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:44:44 2026] DELETE /v2.0/security-groups/0f833fdf-76eb-473a-94b8-340762dc45b1 => 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: 1227/2333] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:44:44 2026] GET /v2.0/security-groups?tenant_id=67b0bcb269df4e38a15ef4a6b1a86a00&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2334] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:44:44 2026] DELETE /v2.0/security-groups/1374875f-950c-4a2f-98e6-b13b77caab56 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:44:48.852 7 INFO neutron.db.segments_db [None req-1f288511-460d-40fe-ac30-ec8d855a6d83 3e57cc015e814045aa09334640a89bce 84cc9391c1724f859587fa8e7ead1429 - - default default] Added segment d26ee306-e115-4cc0-8278-f9670fde623b of type vxlan for network d2b91ff5-24e1-49f9-86f2-747cbc9e25c8 [pid: 7|app: 0|req: 1228/2335] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:44:48 2026] POST /v2.0/networks => generated 631 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2336] 10.0.0.30 () {34 vars in 662 bytes} [Tue Apr 14 08:44:48 2026] POST /v2.0/ports => generated 743 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2337] 10.0.0.30 () {34 vars in 664 bytes} [Tue Apr 14 08:44:49 2026] POST /v2.0/trunks => generated 407 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:44:49.618 8 INFO neutron.db.segments_db [None req-f6c27598-2d94-4be5-9487-614a26b3b9fa 3e57cc015e814045aa09334640a89bce 84cc9391c1724f859587fa8e7ead1429 - - default default] Added segment 7b71c1dc-21eb-4784-b5a2-72c77dea6a8c of type vxlan for network fa910897-1065-44fa-970f-45b5a3594c9d [pid: 8|app: 0|req: 1109/2338] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:44:49 2026] POST /v2.0/networks => generated 632 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2341] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:50 2026] GET /v2.0/ports?device_id=5e6c0a16-6fdf-4688-b567-fc9fbdcbe65a => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2342] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:44:50 2026] GET /v2.0/security-groups?id=21fece3e-0144-4d2c-b330-7bb336a62e68&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: 1230/2343] 10.0.0.30 () {34 vars in 662 bytes} [Tue Apr 14 08:44:49 2026] POST /v2.0/ports => generated 743 bytes in 1210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2344] 10.0.0.30 () {34 vars in 664 bytes} [Tue Apr 14 08:44:50 2026] POST /v2.0/trunks => generated 407 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:44:51.191 7 INFO neutron.db.segments_db [None req-719aaa1a-42ac-4946-9806-6ae485d7b903 3e57cc015e814045aa09334640a89bce 84cc9391c1724f859587fa8e7ead1429 - - default default] Added segment 1ecc3697-6c5d-4311-be27-2fedaf30f94b of type vxlan for network c8ee740e-21fe-4ab7-800f-814178ebf48f [pid: 7|app: 0|req: 1231/2345] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:44:51 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: 8|app: 0|req: 1115/2346] 10.0.0.30 () {34 vars in 662 bytes} [Tue Apr 14 08:44:51 2026] POST /v2.0/ports => generated 743 bytes in 286 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: 1116/2347] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:51 2026] GET /v2.0/ports?device_id=5e6c0a16-6fdf-4688-b567-fc9fbdcbe65a => 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: 1117/2348] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:44:51 2026] GET /v2.0/security-groups?id=21fece3e-0144-4d2c-b330-7bb336a62e68&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: 1232/2349] 10.0.0.30 () {34 vars in 664 bytes} [Tue Apr 14 08:44:51 2026] POST /v2.0/trunks => generated 407 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:44:51.806 8 INFO neutron.db.segments_db [None req-35243594-fc48-491e-b276-74021ef77e8a 3e57cc015e814045aa09334640a89bce 84cc9391c1724f859587fa8e7ead1429 - - default default] Added segment ddcce47f-1724-49cf-8e46-faae6e51d633 of type vxlan for network 2ac2953d-39ab-45e5-b59f-f459ba341907 [pid: 8|app: 0|req: 1118/2350] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:44:51 2026] POST /v2.0/networks => generated 632 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2351] 10.0.0.30 () {34 vars in 662 bytes} [Tue Apr 14 08:44:51 2026] POST /v2.0/ports => generated 743 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2352] 10.0.0.30 () {34 vars in 664 bytes} [Tue Apr 14 08:44:52 2026] POST /v2.0/trunks => generated 407 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:44:52.426 7 INFO neutron.db.segments_db [None req-46fa45da-2940-43b2-9a62-183308e3392b 3e57cc015e814045aa09334640a89bce 84cc9391c1724f859587fa8e7ead1429 - - default default] Added segment a3b7bae3-cf2f-45a1-9f11-939a586b0c11 of type vxlan for network dd159903-c1d3-4571-b7ec-0f1e5e40a01a [pid: 7|app: 0|req: 1234/2353] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:44:52 2026] POST /v2.0/networks => generated 632 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2354] 10.0.0.30 () {34 vars in 662 bytes} [Tue Apr 14 08:44:52 2026] POST /v2.0/ports => generated 743 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1235/2355] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:52 2026] GET /v2.0/ports?device_id=5e6c0a16-6fdf-4688-b567-fc9fbdcbe65a => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2356] 199.204.45.242 () {34 vars in 993 bytes} [Tue Apr 14 08:44:52 2026] GET /v2.0/ports?device_id=5e6c0a16-6fdf-4688-b567-fc9fbdcbe65a => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2357] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:44:52 2026] GET /v2.0/security-groups?id=21fece3e-0144-4d2c-b330-7bb336a62e68&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: 1236/2358] 10.0.0.30 () {34 vars in 664 bytes} [Tue Apr 14 08:44:52 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) 2026-04-14 08:44:52.974 8 INFO neutron_taas.services.taas.taas_plugin [req-0aad9d00-4917-4a2a-a10f-9290a7dc6850 req-da193481-7115-4da8-9c31-5c6fc4e2897c 972c215a4d154ffc8ea5c578119d0ae7 fd854ce901ea4dcb811d8e92bb604b38 - - default default] TaaS: Handle Delete Port: 406081fb-3ac5-4754-a339-c6c24a07c3f8 2026-04-14 08:44:52.977 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0aad9d00-4917-4a2a-a10f-9290a7dc6850 req-da193481-7115-4da8-9c31-5c6fc4e2897c 972c215a4d154ffc8ea5c578119d0ae7 fd854ce901ea4dcb811d8e92bb604b38 - - default default] Tap Mirror: Handle Delete Port: 406081fb-3ac5-4754-a339-c6c24a07c3f8 [pid: 7|app: 0|req: 1237/2359] 10.0.0.30 () {34 vars in 747 bytes} [Tue Apr 14 08:44:52 2026] PUT /v2.0/trunks/ed6fb928-31a1-4c44-9cef-87b33321d3c4/tags => generated 17 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2360] 10.0.0.30 () {34 vars in 747 bytes} [Tue Apr 14 08:44:53 2026] PUT /v2.0/trunks/1590f027-a376-48c4-8d60-32db54b87291/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2361] 10.0.0.30 () {34 vars in 747 bytes} [Tue Apr 14 08:44:53 2026] PUT /v2.0/trunks/f7aa304d-511e-4e4b-a7df-a204b792f5ee/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:44:53.102 8 INFO neutron.db.l3_db [req-0aad9d00-4917-4a2a-a10f-9290a7dc6850 req-da193481-7115-4da8-9c31-5c6fc4e2897c 972c215a4d154ffc8ea5c578119d0ae7 fd854ce901ea4dcb811d8e92bb604b38 - - default default] Floating IP 3fe8b6e9-a6b4-4e74-9d75-5b459396ec7c disassociated. External IP: 10.96.250.205, port: 406081fb-3ac5-4754-a339-c6c24a07c3f8. [pid: 7|app: 0|req: 1240/2362] 10.0.0.30 () {34 vars in 747 bytes} [Tue Apr 14 08:44:53 2026] PUT /v2.0/trunks/1de36abb-f2ad-4cc8-b951-eb46d4d834d0/tags => 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: 1241/2363] 10.0.0.30 () {32 vars in 660 bytes} [Tue Apr 14 08:44:53 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2364] 10.0.0.30 () {32 vars in 674 bytes} [Tue Apr 14 08:44:53 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2365] 10.0.0.30 () {32 vars in 670 bytes} [Tue Apr 14 08:44:53 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2366] 10.0.0.30 () {32 vars in 682 bytes} [Tue Apr 14 08:44:53 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2367] 10.0.0.30 () {32 vars in 668 bytes} [Tue Apr 14 08:44:53 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2368] 10.0.0.30 () {32 vars in 682 bytes} [Tue Apr 14 08:44:53 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2369] 10.0.0.30 () {32 vars in 678 bytes} [Tue Apr 14 08:44:53 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2370] 10.0.0.30 () {32 vars in 690 bytes} [Tue Apr 14 08:44:53 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2371] 10.0.0.30 () {32 vars in 717 bytes} [Tue Apr 14 08:44:53 2026] GET /v2.0/trunks/ed6fb928-31a1-4c44-9cef-87b33321d3c4 => generated 412 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2372] 10.0.0.30 () {32 vars in 715 bytes} [Tue Apr 14 08:44:53 2026] GET /v2.0/ports/39a26c84-2803-484b-ba55-3faaa91b4aa6 => generated 826 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2373] 10.0.0.30 () {32 vars in 720 bytes} [Tue Apr 14 08:44:53 2026] DELETE /v2.0/trunks/ed6fb928-31a1-4c44-9cef-87b33321d3c4 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2374] 10.0.0.30 () {32 vars in 717 bytes} [Tue Apr 14 08:44:53 2026] GET /v2.0/trunks/1590f027-a376-48c4-8d60-32db54b87291 => generated 420 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2375] 10.0.0.30 () {32 vars in 715 bytes} [Tue Apr 14 08:44:53 2026] GET /v2.0/ports/c908b53f-f59f-41ea-87a0-a336ae3b5683 => generated 826 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2376] 10.0.0.30 () {32 vars in 720 bytes} [Tue Apr 14 08:44:53 2026] DELETE /v2.0/trunks/1590f027-a376-48c4-8d60-32db54b87291 => 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: 1255/2377] 10.0.0.30 () {32 vars in 717 bytes} [Tue Apr 14 08:44:53 2026] GET /v2.0/trunks/f7aa304d-511e-4e4b-a7df-a204b792f5ee => generated 429 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2378] 10.0.0.30 () {32 vars in 715 bytes} [Tue Apr 14 08:44:53 2026] GET /v2.0/ports/74fefbd9-5867-4876-8a40-1d7f7c6c421f => generated 826 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2379] 10.0.0.30 () {32 vars in 720 bytes} [Tue Apr 14 08:44:53 2026] DELETE /v2.0/trunks/f7aa304d-511e-4e4b-a7df-a204b792f5ee => 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: 1258/2380] 10.0.0.30 () {32 vars in 717 bytes} [Tue Apr 14 08:44:53 2026] GET /v2.0/trunks/1de36abb-f2ad-4cc8-b951-eb46d4d834d0 => generated 414 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2381] 199.204.45.242 () {36 vars in 996 bytes} [Tue Apr 14 08:44:52 2026] DELETE /v2.0/ports/406081fb-3ac5-4754-a339-c6c24a07c3f8 => generated 0 bytes in 1063 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2382] 10.0.0.30 () {32 vars in 715 bytes} [Tue Apr 14 08:44:53 2026] GET /v2.0/ports/ee09b153-44a5-4333-a3a4-99a8d8a590f6 => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2383] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:53 2026] GET /v2.0/ports?device_id=5e6c0a16-6fdf-4688-b567-fc9fbdcbe65a => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:44:53.990 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d857917-938a-48c0-9ecc-4bd60a9eff35'] response: {'server_uuid': '5e6c0a16-6fdf-4688-b567-fc9fbdcbe65a', 'name': 'network-vif-deleted', 'tag': '406081fb-3ac5-4754-a339-c6c24a07c3f8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1260/2384] 10.0.0.30 () {32 vars in 720 bytes} [Tue Apr 14 08:44:53 2026] DELETE /v2.0/trunks/1de36abb-f2ad-4cc8-b951-eb46d4d834d0 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2385] 10.0.0.30 () {32 vars in 717 bytes} [Tue Apr 14 08:44:54 2026] GET /v2.0/trunks/9c893b53-74e4-400c-b44b-50556358b11e => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2386] 10.0.0.30 () {32 vars in 715 bytes} [Tue Apr 14 08:44:54 2026] GET /v2.0/ports/456de223-5e59-468d-8f38-c8dfcd4cc5d1 => generated 826 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2387] 10.0.0.30 () {32 vars in 720 bytes} [Tue Apr 14 08:44:54 2026] DELETE /v2.0/trunks/9c893b53-74e4-400c-b44b-50556358b11e => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:44:54.339 7 INFO neutron_taas.services.taas.taas_plugin [None req-05c06a22-5a3b-47ee-ad08-e1bc11647346 3e57cc015e814045aa09334640a89bce 84cc9391c1724f859587fa8e7ead1429 - - default default] TaaS: Handle Delete Port: 39a26c84-2803-484b-ba55-3faaa91b4aa6 2026-04-14 08:44:54.342 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05c06a22-5a3b-47ee-ad08-e1bc11647346 3e57cc015e814045aa09334640a89bce 84cc9391c1724f859587fa8e7ead1429 - - default default] Tap Mirror: Handle Delete Port: 39a26c84-2803-484b-ba55-3faaa91b4aa6 [pid: 7|app: 0|req: 1262/2388] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:44:54 2026] DELETE /v2.0/ports/39a26c84-2803-484b-ba55-3faaa91b4aa6 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:44:54.544 8 INFO neutron_taas.services.taas.taas_plugin [None req-a392358d-8671-4114-973f-43c0e04c0230 3e57cc015e814045aa09334640a89bce 84cc9391c1724f859587fa8e7ead1429 - - default default] TaaS: Handle Delete Port: c908b53f-f59f-41ea-87a0-a336ae3b5683 2026-04-14 08:44:54.546 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a392358d-8671-4114-973f-43c0e04c0230 3e57cc015e814045aa09334640a89bce 84cc9391c1724f859587fa8e7ead1429 - - default default] Tap Mirror: Handle Delete Port: c908b53f-f59f-41ea-87a0-a336ae3b5683 [pid: 8|app: 0|req: 1127/2389] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:44:54 2026] DELETE /v2.0/ports/c908b53f-f59f-41ea-87a0-a336ae3b5683 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:44:54.822 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ed0a9e6-ab2d-4d34-8119-edb26ff1aa40 3e57cc015e814045aa09334640a89bce 84cc9391c1724f859587fa8e7ead1429 - - default default] TaaS: Handle Delete Port: 74fefbd9-5867-4876-8a40-1d7f7c6c421f 2026-04-14 08:44:54.826 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ed0a9e6-ab2d-4d34-8119-edb26ff1aa40 3e57cc015e814045aa09334640a89bce 84cc9391c1724f859587fa8e7ead1429 - - default default] Tap Mirror: Handle Delete Port: 74fefbd9-5867-4876-8a40-1d7f7c6c421f [pid: 7|app: 0|req: 1263/2390] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:44:54 2026] DELETE /v2.0/ports/74fefbd9-5867-4876-8a40-1d7f7c6c421f => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:44:55.044 8 INFO neutron_taas.services.taas.taas_plugin [None req-e84e7517-20c5-4334-9f6d-b121b8f29dd5 3e57cc015e814045aa09334640a89bce 84cc9391c1724f859587fa8e7ead1429 - - default default] TaaS: Handle Delete Port: ee09b153-44a5-4333-a3a4-99a8d8a590f6 2026-04-14 08:44:55.047 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e84e7517-20c5-4334-9f6d-b121b8f29dd5 3e57cc015e814045aa09334640a89bce 84cc9391c1724f859587fa8e7ead1429 - - default default] Tap Mirror: Handle Delete Port: ee09b153-44a5-4333-a3a4-99a8d8a590f6 [pid: 7|app: 0|req: 1264/2391] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:55 2026] GET /v2.0/ports?device_id=5e6c0a16-6fdf-4688-b567-fc9fbdcbe65a => 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: 1128/2392] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:44:54 2026] DELETE /v2.0/ports/ee09b153-44a5-4333-a3a4-99a8d8a590f6 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:44:55.233 7 INFO neutron_taas.services.taas.taas_plugin [None req-6895214a-da4b-48ca-840e-6fb3c27df9b9 3e57cc015e814045aa09334640a89bce 84cc9391c1724f859587fa8e7ead1429 - - default default] TaaS: Handle Delete Port: 456de223-5e59-468d-8f38-c8dfcd4cc5d1 2026-04-14 08:44:55.236 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6895214a-da4b-48ca-840e-6fb3c27df9b9 3e57cc015e814045aa09334640a89bce 84cc9391c1724f859587fa8e7ead1429 - - default default] Tap Mirror: Handle Delete Port: 456de223-5e59-468d-8f38-c8dfcd4cc5d1 [pid: 7|app: 0|req: 1265/2393] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:44:55 2026] DELETE /v2.0/ports/456de223-5e59-468d-8f38-c8dfcd4cc5d1 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:44:55.456 8 INFO neutron.services.segments.plugin [-] Segment d26ee306-e115-4cc0-8278-f9670fde623b resource provider aggregate not found 2026-04-14 08:44:55.456 8 INFO neutron.services.segments.plugin [-] Segment d26ee306-e115-4cc0-8278-f9670fde623b resource provider aggregate not found 2026-04-14 08:44:55.482 8 INFO neutron.services.segments.plugin [-] Segment d26ee306-e115-4cc0-8278-f9670fde623b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d26ee306-e115-4cc0-8278-f9670fde623b found for delete ", "request_id": "req-2b7a6bee-a62a-4f0d-92cc-f2c510d65507"}]} [pid: 8|app: 0|req: 1129/2394] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:44:55 2026] DELETE /v2.0/networks/d2b91ff5-24e1-49f9-86f2-747cbc9e25c8 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:44:55.494 8 INFO neutron.services.segments.plugin [-] Segment d26ee306-e115-4cc0-8278-f9670fde623b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d26ee306-e115-4cc0-8278-f9670fde623b found for delete ", "request_id": "req-377cf740-5f2a-47d0-ba2e-727994e719c6"}]} 2026-04-14 08:44:55.640 7 INFO neutron.services.segments.plugin [-] Segment 7b71c1dc-21eb-4784-b5a2-72c77dea6a8c resource provider aggregate not found 2026-04-14 08:44:55.645 7 INFO neutron.services.segments.plugin [-] Segment 7b71c1dc-21eb-4784-b5a2-72c77dea6a8c resource provider aggregate not found 2026-04-14 08:44:55.667 7 INFO neutron.services.segments.plugin [-] Segment 7b71c1dc-21eb-4784-b5a2-72c77dea6a8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b71c1dc-21eb-4784-b5a2-72c77dea6a8c found for delete ", "request_id": "req-e138eb87-e608-4b50-a59a-8311ddc8911a"}]} 2026-04-14 08:44:55.669 7 INFO neutron.services.segments.plugin [-] Segment 7b71c1dc-21eb-4784-b5a2-72c77dea6a8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b71c1dc-21eb-4784-b5a2-72c77dea6a8c found for delete ", "request_id": "req-bb96fa15-48b3-46f7-ae0e-9c691c9a3041"}]} [pid: 7|app: 0|req: 1266/2395] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:44:55 2026] DELETE /v2.0/networks/fa910897-1065-44fa-970f-45b5a3594c9d => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2396] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:44:55 2026] DELETE /v2.0/networks/c8ee740e-21fe-4ab7-800f-814178ebf48f => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2397] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:44:55 2026] DELETE /v2.0/networks/2ac2953d-39ab-45e5-b59f-f459ba341907 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2398] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:44:55 2026] DELETE /v2.0/networks/dd159903-c1d3-4571-b7ec-0f1e5e40a01a => 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: 1268/2399] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:56 2026] GET /v2.0/ports?device_id=5e6c0a16-6fdf-4688-b567-fc9fbdcbe65a => 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: 1132/2400] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:44:56 2026] GET /v2.0/security-groups?tenant_id=84cc9391c1724f859587fa8e7ead1429&name=default => generated 2929 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2401] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:44:57 2026] DELETE /v2.0/security-groups/41937300-a265-41cf-9bc8-8acc8dc668e1 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2402] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:44:57 2026] DELETE /v2.0/security-groups/21fece3e-0144-4d2c-b330-7bb336a62e68 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:44:57.500 8 INFO neutron_taas.services.taas.taas_plugin [None req-7ac5bf58-2826-4a21-95fb-5a2ac870090f 972c215a4d154ffc8ea5c578119d0ae7 fd854ce901ea4dcb811d8e92bb604b38 - - default default] TaaS: Handle Delete Port: 5d6498d5-2e58-43b3-9a29-7d0b3bc9407d 2026-04-14 08:44:57.503 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ac5bf58-2826-4a21-95fb-5a2ac870090f 972c215a4d154ffc8ea5c578119d0ae7 fd854ce901ea4dcb811d8e92bb604b38 - - default default] Tap Mirror: Handle Delete Port: 5d6498d5-2e58-43b3-9a29-7d0b3bc9407d 2026-04-14 08:44:57.510 8 INFO neutron.services.segments.plugin [-] Segment 1ecc3697-6c5d-4311-be27-2fedaf30f94b resource provider aggregate not found [pid: 7|app: 0|req: 1270/2403] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:44:57 2026] GET /v2.0/security-groups?tenant_id=063b9ba484be4686830000cadf0111f6&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:44:57.517 8 INFO neutron.services.segments.plugin [-] Segment 1ecc3697-6c5d-4311-be27-2fedaf30f94b resource provider aggregate not found 2026-04-14 08:44:57.538 8 INFO neutron.services.segments.plugin [-] Segment 1ecc3697-6c5d-4311-be27-2fedaf30f94b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ecc3697-6c5d-4311-be27-2fedaf30f94b found for delete ", "request_id": "req-2ed74636-ff97-42ad-978a-d8c0dd9e5982"}]} 2026-04-14 08:44:57.545 8 INFO neutron.services.segments.plugin [-] Segment 1ecc3697-6c5d-4311-be27-2fedaf30f94b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ecc3697-6c5d-4311-be27-2fedaf30f94b found for delete ", "request_id": "req-9a1c239c-4f28-4608-b490-c03785ffebaf"}]} 2026-04-14 08:44:57.563 8 INFO neutron.services.segments.plugin [-] Segment a3b7bae3-cf2f-45a1-9f11-939a586b0c11 resource provider aggregate not found 2026-04-14 08:44:57.574 8 INFO neutron.services.segments.plugin [-] Segment a3b7bae3-cf2f-45a1-9f11-939a586b0c11 resource provider aggregate not found 2026-04-14 08:44:57.599 8 INFO neutron.services.segments.plugin [-] Segment a3b7bae3-cf2f-45a1-9f11-939a586b0c11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3b7bae3-cf2f-45a1-9f11-939a586b0c11 found for delete ", "request_id": "req-ee5fbbc4-ef98-4dc5-b40b-c513604c521f"}]} 2026-04-14 08:44:57.611 8 INFO neutron.services.segments.plugin [-] Segment a3b7bae3-cf2f-45a1-9f11-939a586b0c11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3b7bae3-cf2f-45a1-9f11-939a586b0c11 found for delete ", "request_id": "req-da96d5bd-defc-495e-8cba-da8c528856e6"}]} [pid: 7|app: 0|req: 1271/2404] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:44:57 2026] DELETE /v2.0/security-groups/ec66c974-ea5f-4d1c-b8e3-9a7befb3bf53 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2405] 10.0.0.30 () {32 vars in 730 bytes} [Tue Apr 14 08:44:57 2026] DELETE /v2.0/floatingips/3fe8b6e9-a6b4-4e74-9d75-5b459396ec7c => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:44:57.692 7 INFO neutron.services.segments.plugin [-] Segment ddcce47f-1724-49cf-8e46-faae6e51d633 resource provider aggregate not found 2026-04-14 08:44:57.695 7 INFO neutron.services.segments.plugin [-] Segment ddcce47f-1724-49cf-8e46-faae6e51d633 resource provider aggregate not found 2026-04-14 08:44:57.711 7 INFO neutron.services.segments.plugin [-] Segment ddcce47f-1724-49cf-8e46-faae6e51d633 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddcce47f-1724-49cf-8e46-faae6e51d633 found for delete ", "request_id": "req-041cfb3f-fc40-4f26-95f9-2cc63422f0aa"}]} 2026-04-14 08:44:57.713 7 INFO neutron.services.segments.plugin [-] Segment ddcce47f-1724-49cf-8e46-faae6e51d633 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddcce47f-1724-49cf-8e46-faae6e51d633 found for delete ", "request_id": "req-75e95f54-cd73-4e9c-af58-5fa80fa27d8b"}]} [pid: 8|app: 0|req: 1135/2406] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:57 2026] GET /v2.0/ports?device_id=eabbc23a-b49b-48db-b8c4-79822160b223 => 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: 1136/2407] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:44:57 2026] GET /v2.0/security-groups?id=1aaa7142-5ed9-4c2d-8d5d-0a92a57eff79&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2408] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:44:57 2026] GET /v2.0/security-groups?tenant_id=ee129f46e93b4279a26df6e6dd72f35a&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2409] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:44:58 2026] DELETE /v2.0/security-groups/78e99c56-3bca-414b-b464-3262372494e1 => 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: 1273/2410] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:44:59 2026] GET /v2.0/ports?device_id=eabbc23a-b49b-48db-b8c4-79822160b223 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2411] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:44:59 2026] GET /v2.0/security-groups?id=1aaa7142-5ed9-4c2d-8d5d-0a92a57eff79&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2412] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:45:00 2026] GET /v2.0/ports?device_id=eabbc23a-b49b-48db-b8c4-79822160b223 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2413] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:45:00 2026] GET /v2.0/security-groups?id=1aaa7142-5ed9-4c2d-8d5d-0a92a57eff79&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2414] 199.204.45.242 () {34 vars in 993 bytes} [Tue Apr 14 08:45:00 2026] GET /v2.0/ports?device_id=eabbc23a-b49b-48db-b8c4-79822160b223 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:45:00.461 8 INFO neutron_taas.services.taas.taas_plugin [req-13b87704-2502-484c-b65b-a61f2855c16d req-6f5ec5af-62d8-4681-856d-65d353fb08f3 972c215a4d154ffc8ea5c578119d0ae7 fd854ce901ea4dcb811d8e92bb604b38 - - default default] TaaS: Handle Delete Port: 5cc84c7b-5860-463a-a86e-d1f77daadeac 2026-04-14 08:45:00.464 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-13b87704-2502-484c-b65b-a61f2855c16d req-6f5ec5af-62d8-4681-856d-65d353fb08f3 972c215a4d154ffc8ea5c578119d0ae7 fd854ce901ea4dcb811d8e92bb604b38 - - default default] Tap Mirror: Handle Delete Port: 5cc84c7b-5860-463a-a86e-d1f77daadeac [pid: 8|app: 0|req: 1140/2415] 199.204.45.242 () {36 vars in 996 bytes} [Tue Apr 14 08:45:00 2026] DELETE /v2.0/ports/5cc84c7b-5860-463a-a86e-d1f77daadeac => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:45:00.661 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c8bc8932-ceb9-4697-8c05-4117c5b6c27d'] response: {'server_uuid': 'eabbc23a-b49b-48db-b8c4-79822160b223', 'name': 'network-vif-deleted', 'tag': '5cc84c7b-5860-463a-a86e-d1f77daadeac', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1276/2416] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:45:01 2026] GET /v2.0/ports?device_id=eabbc23a-b49b-48db-b8c4-79822160b223 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:45:01.994 8 INFO neutron.db.segments_db [None req-a8968400-da6e-4c3e-a670-84cbf6166c98 28e220efa52247c49041866687540969 1dbc8918579641be885ac9ee4a06b847 - - default default] Added segment 3582e4de-3e89-4f5f-a352-8259d277a084 of type vxlan for network 98dc2795-7498-46a9-8ac6-cda06c3f41ae [pid: 8|app: 0|req: 1141/2417] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:45:01 2026] POST /v2.0/networks => generated 631 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2418] 10.0.0.30 () {34 vars in 751 bytes} [Tue Apr 14 08:45:02 2026] PUT /v2.0/networks/98dc2795-7498-46a9-8ac6-cda06c3f41ae/tags => generated 25 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2419] 10.0.0.30 () {32 vars in 731 bytes} [Tue Apr 14 08:45:02 2026] GET /v2.0/networks/98dc2795-7498-46a9-8ac6-cda06c3f41ae/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: 1278/2420] 10.0.0.30 () {34 vars in 762 bytes} [Tue Apr 14 08:45:02 2026] PUT /v2.0/networks/98dc2795-7498-46a9-8ac6-cda06c3f41ae/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: 1143/2421] 10.0.0.30 () {32 vars in 731 bytes} [Tue Apr 14 08:45:02 2026] GET /v2.0/networks/98dc2795-7498-46a9-8ac6-cda06c3f41ae/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2422] 10.0.0.30 () {34 vars in 758 bytes} [Tue Apr 14 08:45:02 2026] PUT /v2.0/networks/98dc2795-7498-46a9-8ac6-cda06c3f41ae/tags/red => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2423] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:45:02 2026] GET /v2.0/ports?device_id=eabbc23a-b49b-48db-b8c4-79822160b223 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2424] 10.0.0.30 () {32 vars in 731 bytes} [Tue Apr 14 08:45:02 2026] GET /v2.0/networks/98dc2795-7498-46a9-8ac6-cda06c3f41ae/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: 1145/2425] 10.0.0.30 () {34 vars in 780 bytes} [Tue Apr 14 08:45:02 2026] PUT /v2.0/networks/98dc2795-7498-46a9-8ac6-cda06c3f41ae/tags/black.or.white => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2426] 10.0.0.30 () {32 vars in 731 bytes} [Tue Apr 14 08:45:02 2026] GET /v2.0/networks/98dc2795-7498-46a9-8ac6-cda06c3f41ae/tags => generated 52 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2427] 10.0.0.30 () {34 vars in 751 bytes} [Tue Apr 14 08:45:02 2026] PUT /v2.0/networks/98dc2795-7498-46a9-8ac6-cda06c3f41ae/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2428] 10.0.0.30 () {32 vars in 731 bytes} [Tue Apr 14 08:45:02 2026] GET /v2.0/networks/98dc2795-7498-46a9-8ac6-cda06c3f41ae/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2429] 10.0.0.30 () {32 vars in 739 bytes} [Tue Apr 14 08:45:02 2026] GET /v2.0/networks/98dc2795-7498-46a9-8ac6-cda06c3f41ae/tags/red => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:45:02.952 7 INFO neutron.api.v2.resource [None req-d87d4bec-fa4d-49c5-82fd-45b1656e446d 28e220efa52247c49041866687540969 1dbc8918579641be885ac9ee4a06b847 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1283/2430] 10.0.0.30 () {32 vars in 743 bytes} [Tue Apr 14 08:45:02 2026] GET /v2.0/networks/98dc2795-7498-46a9-8ac6-cda06c3f41ae/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2431] 10.0.0.30 () {32 vars in 742 bytes} [Tue Apr 14 08:45:02 2026] DELETE /v2.0/networks/98dc2795-7498-46a9-8ac6-cda06c3f41ae/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2432] 10.0.0.30 () {32 vars in 731 bytes} [Tue Apr 14 08:45:03 2026] GET /v2.0/networks/98dc2795-7498-46a9-8ac6-cda06c3f41ae/tags => generated 30 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:45:03.129 8 INFO neutron.api.v2.resource [None req-aeef5f2f-3ac7-443e-9914-18d5f291ae13 28e220efa52247c49041866687540969 1dbc8918579641be885ac9ee4a06b847 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1149/2433] 10.0.0.30 () {32 vars in 746 bytes} [Tue Apr 14 08:45:03 2026] DELETE /v2.0/networks/98dc2795-7498-46a9-8ac6-cda06c3f41ae/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: 1285/2434] 10.0.0.30 () {32 vars in 734 bytes} [Tue Apr 14 08:45:03 2026] DELETE /v2.0/networks/98dc2795-7498-46a9-8ac6-cda06c3f41ae/tags => 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: 1150/2435] 10.0.0.30 () {32 vars in 731 bytes} [Tue Apr 14 08:45:03 2026] GET /v2.0/networks/98dc2795-7498-46a9-8ac6-cda06c3f41ae/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:45:03.396 7 INFO neutron.services.segments.plugin [-] Segment 3582e4de-3e89-4f5f-a352-8259d277a084 resource provider aggregate not found 2026-04-14 08:45:03.402 7 INFO neutron.services.segments.plugin [-] Segment 3582e4de-3e89-4f5f-a352-8259d277a084 resource provider aggregate not found 2026-04-14 08:45:03.420 7 INFO neutron.services.segments.plugin [-] Segment 3582e4de-3e89-4f5f-a352-8259d277a084 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3582e4de-3e89-4f5f-a352-8259d277a084 found for delete ", "request_id": "req-b3e7b63c-0be8-4573-9e10-35f50798a1ce"}]} 2026-04-14 08:45:03.433 7 INFO neutron.services.segments.plugin [-] Segment 3582e4de-3e89-4f5f-a352-8259d277a084 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3582e4de-3e89-4f5f-a352-8259d277a084 found for delete ", "request_id": "req-cb06296d-f6e1-4bd6-94c3-c4fb9cc4a4cb"}]} [pid: 7|app: 0|req: 1286/2436] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:45:03 2026] DELETE /v2.0/networks/98dc2795-7498-46a9-8ac6-cda06c3f41ae => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2437] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:45:03 2026] GET /v2.0/ports?device_id=eabbc23a-b49b-48db-b8c4-79822160b223 => 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: 1287/2438] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:45:04 2026] GET /v2.0/security-groups?tenant_id=8bb3ac0aa98640dcbb485eb25bd49bd3&name=default => generated 2929 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2439] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:45:04 2026] DELETE /v2.0/security-groups/8a70c650-1313-45fc-b62f-b356bfc7c674 => 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: 1153/2440] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:45:04 2026] GET /v2.0/security-groups?tenant_id=1dbc8918579641be885ac9ee4a06b847&name=default => generated 2929 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2441] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:45:04 2026] DELETE /v2.0/security-groups/34db9161-0afe-4f3a-81f9-9be9eed41573 => 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: 1288/2442] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:45:04 2026] DELETE /v2.0/security-groups/1aaa7142-5ed9-4c2d-8d5d-0a92a57eff79 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:45:05.314 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f8803fc-7356-45ce-961e-e480212dcdbd 972c215a4d154ffc8ea5c578119d0ae7 fd854ce901ea4dcb811d8e92bb604b38 - - default default] TaaS: Handle Delete Port: a2994da0-156c-4f55-ac48-a29ab545ad25 2026-04-14 08:45:05.316 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f8803fc-7356-45ce-961e-e480212dcdbd 972c215a4d154ffc8ea5c578119d0ae7 fd854ce901ea4dcb811d8e92bb604b38 - - default default] Tap Mirror: Handle Delete Port: a2994da0-156c-4f55-ac48-a29ab545ad25 [pid: 8|app: 0|req: 1155/2445] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:45:04 2026] PUT /v2.0/routers/aedcee0e-6943-4237-9779-5ebc88b788b9/remove_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: 1291/2446] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:45:06 2026] DELETE /v2.0/subnets/1d80e278-ff84-4bd2-b81c-d2b7721c531e => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:45:06.511 8 INFO neutron_taas.services.taas.taas_plugin [None req-18fba404-cce6-4127-8e48-c78db0b00027 972c215a4d154ffc8ea5c578119d0ae7 fd854ce901ea4dcb811d8e92bb604b38 - - default default] TaaS: Handle Delete Port: f5e33289-e7dd-4bf1-8cb0-cbad138bb94e 2026-04-14 08:45:06.513 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18fba404-cce6-4127-8e48-c78db0b00027 972c215a4d154ffc8ea5c578119d0ae7 fd854ce901ea4dcb811d8e92bb604b38 - - default default] Tap Mirror: Handle Delete Port: f5e33289-e7dd-4bf1-8cb0-cbad138bb94e 2026-04-14 08:45:06.762 8 INFO neutron_taas.services.taas.taas_plugin [None req-18fba404-cce6-4127-8e48-c78db0b00027 972c215a4d154ffc8ea5c578119d0ae7 fd854ce901ea4dcb811d8e92bb604b38 - - default default] TaaS: Handle Delete Port: 58ddbb20-0998-4a65-811e-1ddeffe8b72e 2026-04-14 08:45:06.764 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18fba404-cce6-4127-8e48-c78db0b00027 972c215a4d154ffc8ea5c578119d0ae7 fd854ce901ea4dcb811d8e92bb604b38 - - default default] Tap Mirror: Handle Delete Port: 58ddbb20-0998-4a65-811e-1ddeffe8b72e 2026-04-14 08:45:07.166 8 INFO neutron.services.segments.plugin [-] Segment c76badfa-fb18-48b8-be86-3e50f4c5c940 resource provider aggregate not found 2026-04-14 08:45:07.172 8 INFO neutron.services.segments.plugin [-] Segment c76badfa-fb18-48b8-be86-3e50f4c5c940 resource provider aggregate not found 2026-04-14 08:45:07.197 8 INFO neutron.services.segments.plugin [-] Segment c76badfa-fb18-48b8-be86-3e50f4c5c940 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c76badfa-fb18-48b8-be86-3e50f4c5c940 found for delete ", "request_id": "req-002d3621-3078-4e5b-a2ba-1c9bf8ad59e9"}]} 2026-04-14 08:45:07.201 8 INFO neutron.services.segments.plugin [-] Segment c76badfa-fb18-48b8-be86-3e50f4c5c940 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c76badfa-fb18-48b8-be86-3e50f4c5c940 found for delete ", "request_id": "req-c9fb1504-25d5-4492-bccd-d9b5ae94171a"}]} 2026-04-14 08:45:07.214 8 INFO neutron.db.l3_hamode_db [None req-18fba404-cce6-4127-8e48-c78db0b00027 972c215a4d154ffc8ea5c578119d0ae7 fd854ce901ea4dcb811d8e92bb604b38 - - default default] HA network abb07f20-ea4f-47b7-9d4b-d934216ae5c5 was deleted as no HA routers are present in tenant fd854ce901ea4dcb811d8e92bb604b38. [pid: 8|app: 0|req: 1156/2447] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:45:06 2026] DELETE /v2.0/routers/aedcee0e-6943-4237-9779-5ebc88b788b9 => generated 0 bytes in 961 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:45:07.382 7 INFO neutron.services.segments.plugin [-] Segment f529f990-7b02-4d2c-b268-7a4c4e513f0d resource provider aggregate not found 2026-04-14 08:45:07.390 7 INFO neutron.services.segments.plugin [-] Segment f529f990-7b02-4d2c-b268-7a4c4e513f0d resource provider aggregate not found 2026-04-14 08:45:07.415 7 INFO neutron.services.segments.plugin [-] Segment f529f990-7b02-4d2c-b268-7a4c4e513f0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f529f990-7b02-4d2c-b268-7a4c4e513f0d found for delete ", "request_id": "req-a8dd0c3f-1a44-4f31-bded-66f674c76d2d"}]} 2026-04-14 08:45:07.419 7 INFO neutron.services.segments.plugin [-] Segment f529f990-7b02-4d2c-b268-7a4c4e513f0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f529f990-7b02-4d2c-b268-7a4c4e513f0d found for delete ", "request_id": "req-4d0a2007-a2d9-4052-87b8-136521ef24a5"}]} [pid: 7|app: 0|req: 1292/2448] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:45:07 2026] DELETE /v2.0/networks/ee1825ac-75cf-46a6-ba5c-fccf8aaad624 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2449] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:45:08 2026] GET /v2.0/security-groups?tenant_id=d405db827e82445f876d296bc9c3fdd8&name=default => generated 2929 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2450] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:45:08 2026] DELETE /v2.0/security-groups/fdb6f607-fb5c-4ec6-b5d9-0f16f354fbfe => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:45:08.631 8 INFO neutron.db.segments_db [None req-af419c3b-b56b-4bcc-b0d7-67a21e7b4802 0ef9851888004b4d9d20d870a3248bcc 3e53654c63ef445696aafb8bd8761f1b - - default default] Added segment 00322345-f8ed-44cf-9630-aedfb95d1ce3 of type vxlan for network eea63eed-d236-4efa-b04f-83c46828bfce [pid: 7|app: 0|req: 1294/2451] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:45:08 2026] GET /v2.0/security-groups?tenant_id=fd854ce901ea4dcb811d8e92bb604b38&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2452] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:45:08 2026] DELETE /v2.0/security-groups/21c515a7-512e-45d8-b93f-6ec7c09214c4 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:45:08.920 8 INFO neutron.db.l3_hamode_db [None req-af419c3b-b56b-4bcc-b0d7-67a21e7b4802 0ef9851888004b4d9d20d870a3248bcc 3e53654c63ef445696aafb8bd8761f1b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:45:09.042 8 INFO neutron.db.l3_hamode_db [None req-af419c3b-b56b-4bcc-b0d7-67a21e7b4802 0ef9851888004b4d9d20d870a3248bcc 3e53654c63ef445696aafb8bd8761f1b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1158/2453] 10.0.0.30 () {34 vars in 666 bytes} [Tue Apr 14 08:45:08 2026] POST /v2.0/routers => generated 474 bytes in 1106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2454] 10.0.0.30 () {34 vars in 749 bytes} [Tue Apr 14 08:45:09 2026] PUT /v2.0/routers/d12cefaa-2e76-452d-a423-13c16b12d26f/tags => generated 25 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2455] 10.0.0.30 () {32 vars in 729 bytes} [Tue Apr 14 08:45:09 2026] GET /v2.0/routers/d12cefaa-2e76-452d-a423-13c16b12d26f/tags => generated 25 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2456] 10.0.0.30 () {34 vars in 760 bytes} [Tue Apr 14 08:45:09 2026] PUT /v2.0/routers/d12cefaa-2e76-452d-a423-13c16b12d26f/tags/green => generated 4 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2457] 10.0.0.30 () {32 vars in 729 bytes} [Tue Apr 14 08:45:10 2026] GET /v2.0/routers/d12cefaa-2e76-452d-a423-13c16b12d26f/tags => generated 34 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2458] 10.0.0.30 () {34 vars in 756 bytes} [Tue Apr 14 08:45:10 2026] PUT /v2.0/routers/d12cefaa-2e76-452d-a423-13c16b12d26f/tags/red => generated 4 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2459] 10.0.0.30 () {32 vars in 729 bytes} [Tue Apr 14 08:45:10 2026] GET /v2.0/routers/d12cefaa-2e76-452d-a423-13c16b12d26f/tags => generated 34 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2460] 10.0.0.30 () {34 vars in 778 bytes} [Tue Apr 14 08:45:10 2026] PUT /v2.0/routers/d12cefaa-2e76-452d-a423-13c16b12d26f/tags/black.or.white => generated 4 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2461] 10.0.0.30 () {32 vars in 729 bytes} [Tue Apr 14 08:45:10 2026] GET /v2.0/routers/d12cefaa-2e76-452d-a423-13c16b12d26f/tags => generated 52 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2462] 10.0.0.30 () {34 vars in 749 bytes} [Tue Apr 14 08:45:10 2026] PUT /v2.0/routers/d12cefaa-2e76-452d-a423-13c16b12d26f/tags => generated 37 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2463] 10.0.0.30 () {32 vars in 729 bytes} [Tue Apr 14 08:45:10 2026] GET /v2.0/routers/d12cefaa-2e76-452d-a423-13c16b12d26f/tags => generated 37 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2464] 10.0.0.30 () {32 vars in 737 bytes} [Tue Apr 14 08:45:10 2026] GET /v2.0/routers/d12cefaa-2e76-452d-a423-13c16b12d26f/tags/red => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:45:11.121 8 INFO neutron.api.v2.resource [None req-2b9243ae-75d0-4adb-95b3-4b33ff327898 0ef9851888004b4d9d20d870a3248bcc 3e53654c63ef445696aafb8bd8761f1b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1164/2465] 10.0.0.30 () {32 vars in 741 bytes} [Tue Apr 14 08:45:11 2026] GET /v2.0/routers/d12cefaa-2e76-452d-a423-13c16b12d26f/tags/green => generated 99 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2466] 10.0.0.30 () {32 vars in 740 bytes} [Tue Apr 14 08:45:11 2026] DELETE /v2.0/routers/d12cefaa-2e76-452d-a423-13c16b12d26f/tags/red => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2467] 10.0.0.30 () {32 vars in 729 bytes} [Tue Apr 14 08:45:11 2026] GET /v2.0/routers/d12cefaa-2e76-452d-a423-13c16b12d26f/tags => generated 30 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:45:11.493 7 INFO neutron.api.v2.resource [None req-73bc7305-f929-44d5-a44b-d35a41c61358 0ef9851888004b4d9d20d870a3248bcc 3e53654c63ef445696aafb8bd8761f1b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1303/2468] 10.0.0.30 () {32 vars in 744 bytes} [Tue Apr 14 08:45:11 2026] DELETE /v2.0/routers/d12cefaa-2e76-452d-a423-13c16b12d26f/tags/green => generated 99 bytes in 123 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2469] 10.0.0.30 () {32 vars in 732 bytes} [Tue Apr 14 08:45:11 2026] DELETE /v2.0/routers/d12cefaa-2e76-452d-a423-13c16b12d26f/tags => 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: 1304/2470] 10.0.0.30 () {32 vars in 729 bytes} [Tue Apr 14 08:45:11 2026] GET /v2.0/routers/d12cefaa-2e76-452d-a423-13c16b12d26f/tags => generated 12 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2471] 10.0.0.30 () {32 vars in 719 bytes} [Tue Apr 14 08:45:11 2026] GET /v2.0/routers/d12cefaa-2e76-452d-a423-13c16b12d26f => generated 480 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2472] 10.0.0.30 () {34 vars in 740 bytes} [Tue Apr 14 08:45:11 2026] PUT /v2.0/routers/d12cefaa-2e76-452d-a423-13c16b12d26f => generated 480 bytes in 520 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2473] 10.0.0.30 () {32 vars in 734 bytes} [Tue Apr 14 08:45:12 2026] GET /v2.0/ports?device_id=d12cefaa-2e76-452d-a423-13c16b12d26f => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:45:12.544 7 INFO neutron_taas.services.taas.taas_plugin [None req-dcb75c22-5f26-4187-a594-74673f00546b 0ef9851888004b4d9d20d870a3248bcc 3e53654c63ef445696aafb8bd8761f1b - - default default] TaaS: Handle Delete Port: 24ac766e-6488-41a6-8571-fe78183bc2fc 2026-04-14 08:45:12.547 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dcb75c22-5f26-4187-a594-74673f00546b 0ef9851888004b4d9d20d870a3248bcc 3e53654c63ef445696aafb8bd8761f1b - - default default] Tap Mirror: Handle Delete Port: 24ac766e-6488-41a6-8571-fe78183bc2fc 2026-04-14 08:45:12.892 7 INFO neutron.services.segments.plugin [-] Segment 00322345-f8ed-44cf-9630-aedfb95d1ce3 resource provider aggregate not found 2026-04-14 08:45:12.897 7 INFO neutron.services.segments.plugin [-] Segment 00322345-f8ed-44cf-9630-aedfb95d1ce3 resource provider aggregate not found 2026-04-14 08:45:12.917 7 INFO neutron.services.segments.plugin [-] Segment 00322345-f8ed-44cf-9630-aedfb95d1ce3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00322345-f8ed-44cf-9630-aedfb95d1ce3 found for delete ", "request_id": "req-ee967037-43b1-4af3-bcb4-38ac29ca0d7c"}]} 2026-04-14 08:45:12.918 7 INFO neutron.services.segments.plugin [-] Segment 00322345-f8ed-44cf-9630-aedfb95d1ce3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00322345-f8ed-44cf-9630-aedfb95d1ce3 found for delete ", "request_id": "req-dd8b14d9-5447-4095-aa1e-2e4308c63c5e"}]} 2026-04-14 08:45:12.930 7 INFO neutron.db.l3_hamode_db [None req-dcb75c22-5f26-4187-a594-74673f00546b 0ef9851888004b4d9d20d870a3248bcc 3e53654c63ef445696aafb8bd8761f1b - - default default] HA network eea63eed-d236-4efa-b04f-83c46828bfce was deleted as no HA routers are present in tenant 3e53654c63ef445696aafb8bd8761f1b. [pid: 7|app: 0|req: 1306/2474] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:45:12 2026] DELETE /v2.0/routers/d12cefaa-2e76-452d-a423-13c16b12d26f => generated 0 bytes in 579 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:45:13.212 8 INFO neutron.db.segments_db [None req-e3a9c146-0bd9-4a1b-b685-38d62ff25f21 f68a44b10d5f4a038910bac28b847e76 ab1fa05369574123a39a2eaf576e702f - - default default] Added segment daee9ae6-5c68-477d-b831-b3745ea57cc4 of type vxlan for network 1fc6bbdc-b3cf-4ee5-ae29-b08ee2adb3a0 [pid: 8|app: 0|req: 1169/2475] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:45:12 2026] POST /v2.0/networks => generated 632 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2476] 10.0.0.30 () {34 vars in 662 bytes} [Tue Apr 14 08:45:13 2026] POST /v2.0/ports => generated 743 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:45:13.759 7 INFO neutron.db.segments_db [None req-7871b2c1-18a7-42b7-af62-3ef59298b7f5 f68a44b10d5f4a038910bac28b847e76 ab1fa05369574123a39a2eaf576e702f - - default default] Added segment 84cf4309-00d4-41de-8e5e-7f507b9d715e of type vxlan for network f1e3ef46-6ed1-4737-8385-521cb12ddf25 [pid: 8|app: 0|req: 1170/2477] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:45:13 2026] GET /v2.0/security-groups?tenant_id=3e53654c63ef445696aafb8bd8761f1b&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: 1308/2478] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:45:13 2026] POST /v2.0/networks => generated 632 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2479] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:45:13 2026] DELETE /v2.0/security-groups/2fe99938-6b1e-4ea2-b27a-b261b61fe119 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2480] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:45:14 2026] GET /v2.0/security-groups?tenant_id=da11a8087dfa44a9a968a8a43c212bff&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2481] 10.0.0.30 () {34 vars in 662 bytes} [Tue Apr 14 08:45:13 2026] POST /v2.0/ports => generated 743 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:45:14.264 7 INFO neutron.db.segments_db [None req-27d767d0-6f46-4d1a-992d-d9a030732e8b f68a44b10d5f4a038910bac28b847e76 ab1fa05369574123a39a2eaf576e702f - - default default] Added segment e154b844-a6be-4e29-b6fb-81dc5e9e628c of type vxlan for network 86087377-65a2-4a4a-ab93-d62e7912301c [pid: 8|app: 0|req: 1173/2482] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:45:14 2026] DELETE /v2.0/security-groups/b3bedc9e-b3c8-44cf-8b3c-65fdea26486e => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2483] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:45:14 2026] POST /v2.0/networks => generated 631 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2484] 10.0.0.30 () {34 vars in 662 bytes} [Tue Apr 14 08:45:14 2026] POST /v2.0/ports => generated 743 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:45:14.745 7 INFO neutron.db.segments_db [None req-7d96bd98-d129-4379-97f9-d632c95fdfd2 f68a44b10d5f4a038910bac28b847e76 ab1fa05369574123a39a2eaf576e702f - - default default] Added segment 118f0d2d-13ac-4a9d-ba41-3a47b0d0193f of type vxlan for network 41f3710f-d5b4-4fbf-a13b-b9c129d2cc89 [pid: 7|app: 0|req: 1311/2485] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:45:14 2026] POST /v2.0/networks => generated 632 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1175/2486] 10.0.0.30 () {34 vars in 662 bytes} [Tue Apr 14 08:45:14 2026] POST /v2.0/ports => generated 743 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:45:15.217 7 INFO neutron.db.segments_db [None req-9240d2c2-b21f-4708-9511-2fef682b1233 f68a44b10d5f4a038910bac28b847e76 ab1fa05369574123a39a2eaf576e702f - - default default] Added segment 3b012edc-610c-4080-9da8-ac86f81e67c6 of type vxlan for network 9d26d938-5b47-44a1-a593-4039b0da778c [pid: 7|app: 0|req: 1312/2487] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:45:15 2026] POST /v2.0/networks => generated 632 bytes in 169 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: 1176/2488] 10.0.0.30 () {34 vars in 662 bytes} [Tue Apr 14 08:45:15 2026] POST /v2.0/ports => generated 743 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2489] 10.0.0.30 () {34 vars in 745 bytes} [Tue Apr 14 08:45:15 2026] PUT /v2.0/ports/65b33c48-5a0e-4511-a4e1-af3248185df9/tags => generated 17 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: 1177/2490] 10.0.0.30 () {34 vars in 745 bytes} [Tue Apr 14 08:45:15 2026] PUT /v2.0/ports/fe4cdec6-8bbd-427c-ad06-164fd8e1d845/tags => generated 25 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: 1314/2491] 10.0.0.30 () {34 vars in 745 bytes} [Tue Apr 14 08:45:15 2026] PUT /v2.0/ports/b521372d-6436-48e1-a045-b6aedecb5282/tags => generated 34 bytes in 107 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: 1178/2492] 10.0.0.30 () {34 vars in 745 bytes} [Tue Apr 14 08:45:15 2026] PUT /v2.0/ports/03b86f7a-3657-4f7c-bf0c-7e2f0234826d/tags => generated 19 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: 7|app: 0|req: 1315/2493] 10.0.0.30 () {32 vars in 658 bytes} [Tue Apr 14 08:45:15 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1179/2494] 10.0.0.30 () {32 vars in 672 bytes} [Tue Apr 14 08:45:15 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2495] 10.0.0.30 () {32 vars in 668 bytes} [Tue Apr 14 08:45:16 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2496] 10.0.0.30 () {32 vars in 680 bytes} [Tue Apr 14 08:45:16 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2497] 10.0.0.30 () {32 vars in 666 bytes} [Tue Apr 14 08:45:16 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2498] 10.0.0.30 () {32 vars in 680 bytes} [Tue Apr 14 08:45:16 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2499] 10.0.0.30 () {32 vars in 676 bytes} [Tue Apr 14 08:45:16 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2500] 10.0.0.30 () {32 vars in 688 bytes} [Tue Apr 14 08:45:16 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:45:16.708 7 INFO neutron_taas.services.taas.taas_plugin [None req-1d3c26ab-021f-40e8-8f7b-f367c61147c1 f68a44b10d5f4a038910bac28b847e76 ab1fa05369574123a39a2eaf576e702f - - default default] TaaS: Handle Delete Port: 65b33c48-5a0e-4511-a4e1-af3248185df9 2026-04-14 08:45:16.711 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d3c26ab-021f-40e8-8f7b-f367c61147c1 f68a44b10d5f4a038910bac28b847e76 ab1fa05369574123a39a2eaf576e702f - - default default] Tap Mirror: Handle Delete Port: 65b33c48-5a0e-4511-a4e1-af3248185df9 [pid: 7|app: 0|req: 1319/2501] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:45:16 2026] DELETE /v2.0/ports/65b33c48-5a0e-4511-a4e1-af3248185df9 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:45:16.896 8 INFO neutron_taas.services.taas.taas_plugin [None req-2dcefd32-4bb2-4f59-b21d-c5a78e4bffd0 f68a44b10d5f4a038910bac28b847e76 ab1fa05369574123a39a2eaf576e702f - - default default] TaaS: Handle Delete Port: fe4cdec6-8bbd-427c-ad06-164fd8e1d845 2026-04-14 08:45:16.899 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2dcefd32-4bb2-4f59-b21d-c5a78e4bffd0 f68a44b10d5f4a038910bac28b847e76 ab1fa05369574123a39a2eaf576e702f - - default default] Tap Mirror: Handle Delete Port: fe4cdec6-8bbd-427c-ad06-164fd8e1d845 [pid: 8|app: 0|req: 1183/2502] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:45:16 2026] DELETE /v2.0/ports/fe4cdec6-8bbd-427c-ad06-164fd8e1d845 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:45:17.084 7 INFO neutron_taas.services.taas.taas_plugin [None req-d49aeee3-5033-4816-befb-6a39f5fcbba4 f68a44b10d5f4a038910bac28b847e76 ab1fa05369574123a39a2eaf576e702f - - default default] TaaS: Handle Delete Port: b521372d-6436-48e1-a045-b6aedecb5282 2026-04-14 08:45:17.087 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d49aeee3-5033-4816-befb-6a39f5fcbba4 f68a44b10d5f4a038910bac28b847e76 ab1fa05369574123a39a2eaf576e702f - - default default] Tap Mirror: Handle Delete Port: b521372d-6436-48e1-a045-b6aedecb5282 [pid: 7|app: 0|req: 1320/2503] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:45:16 2026] DELETE /v2.0/ports/b521372d-6436-48e1-a045-b6aedecb5282 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:45:17.283 8 INFO neutron_taas.services.taas.taas_plugin [None req-cbbbb185-7049-478f-b768-495f79b6f734 f68a44b10d5f4a038910bac28b847e76 ab1fa05369574123a39a2eaf576e702f - - default default] TaaS: Handle Delete Port: 03b86f7a-3657-4f7c-bf0c-7e2f0234826d 2026-04-14 08:45:17.287 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbbbb185-7049-478f-b768-495f79b6f734 f68a44b10d5f4a038910bac28b847e76 ab1fa05369574123a39a2eaf576e702f - - default default] Tap Mirror: Handle Delete Port: 03b86f7a-3657-4f7c-bf0c-7e2f0234826d [pid: 8|app: 0|req: 1184/2504] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:45:17 2026] DELETE /v2.0/ports/03b86f7a-3657-4f7c-bf0c-7e2f0234826d => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:45:17.485 7 INFO neutron_taas.services.taas.taas_plugin [None req-92592806-8ad9-4440-859d-2832c2dcf433 f68a44b10d5f4a038910bac28b847e76 ab1fa05369574123a39a2eaf576e702f - - default default] TaaS: Handle Delete Port: 62003bb4-1c33-44c7-a173-4013c667d903 2026-04-14 08:45:17.489 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92592806-8ad9-4440-859d-2832c2dcf433 f68a44b10d5f4a038910bac28b847e76 ab1fa05369574123a39a2eaf576e702f - - default default] Tap Mirror: Handle Delete Port: 62003bb4-1c33-44c7-a173-4013c667d903 [pid: 7|app: 0|req: 1321/2505] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:45:17 2026] DELETE /v2.0/ports/62003bb4-1c33-44c7-a173-4013c667d903 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:45:17.703 8 INFO neutron.services.segments.plugin [-] Segment daee9ae6-5c68-477d-b831-b3745ea57cc4 resource provider aggregate not found 2026-04-14 08:45:17.710 8 INFO neutron.services.segments.plugin [-] Segment daee9ae6-5c68-477d-b831-b3745ea57cc4 resource provider aggregate not found 2026-04-14 08:45:17.726 8 INFO neutron.services.segments.plugin [-] Segment daee9ae6-5c68-477d-b831-b3745ea57cc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid daee9ae6-5c68-477d-b831-b3745ea57cc4 found for delete ", "request_id": "req-d8719c2e-d5ea-4019-8269-c408f2432829"}]} [pid: 8|app: 0|req: 1185/2506] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:45:17 2026] DELETE /v2.0/networks/1fc6bbdc-b3cf-4ee5-ae29-b08ee2adb3a0 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:45:17.740 8 INFO neutron.services.segments.plugin [-] Segment daee9ae6-5c68-477d-b831-b3745ea57cc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid daee9ae6-5c68-477d-b831-b3745ea57cc4 found for delete ", "request_id": "req-b2f0a637-b7a3-4858-a8a1-a7271a1184b7"}]} [pid: 8|app: 0|req: 1186/2507] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:45:17 2026] DELETE /v2.0/networks/f1e3ef46-6ed1-4737-8385-521cb12ddf25 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2508] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:45:17 2026] GET /v2.0/security-groups?tenant_id=c0f7af316fe447449adfa1eea3311295&name=default => generated 2929 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2509] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:45:17 2026] DELETE /v2.0/networks/86087377-65a2-4a4a-ab93-d62e7912301c => 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: 1323/2510] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:45:18 2026] DELETE /v2.0/security-groups/25c928e8-804e-4d7c-b8a3-ee7f9860301c => 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: 1188/2511] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:45:18 2026] DELETE /v2.0/networks/41f3710f-d5b4-4fbf-a13b-b9c129d2cc89 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2512] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:45:18 2026] DELETE /v2.0/networks/9d26d938-5b47-44a1-a593-4039b0da778c => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2513] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:45:18 2026] GET /v2.0/security-groups?tenant_id=566dd048145046348c7fb0b4f5bea144&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2514] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:45:18 2026] DELETE /v2.0/security-groups/33bff7d0-5c1e-4aa2-a415-ffcde62350b6 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:45:18.530 7 INFO neutron.services.segments.plugin [-] Segment 3b012edc-610c-4080-9da8-ac86f81e67c6 resource provider aggregate not found 2026-04-14 08:45:18.544 7 INFO neutron.services.segments.plugin [-] Segment 3b012edc-610c-4080-9da8-ac86f81e67c6 resource provider aggregate not found 2026-04-14 08:45:18.549 7 INFO neutron.services.segments.plugin [-] Segment 3b012edc-610c-4080-9da8-ac86f81e67c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b012edc-610c-4080-9da8-ac86f81e67c6 found for delete ", "request_id": "req-2879dbd2-cd3e-46a0-b4b7-57f9018e73e0"}]} 2026-04-14 08:45:18.562 7 INFO neutron.services.segments.plugin [-] Segment 3b012edc-610c-4080-9da8-ac86f81e67c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b012edc-610c-4080-9da8-ac86f81e67c6 found for delete ", "request_id": "req-3bfd925a-4ae9-49da-b7d0-52776ca181b0"}]} [pid: 8|app: 0|req: 1190/2515] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:45:19 2026] GET /v2.0/security-groups?tenant_id=26530150d0bb459387d10c92879b0f68&name=default => generated 2929 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2516] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:45:19 2026] DELETE /v2.0/security-groups/e5b359b1-0e51-4d6a-9c50-52877c5dce10 => 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: 1191/2517] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:45:19 2026] GET /v2.0/security-groups?tenant_id=816f474b63554c839bbb9c02af810fb9&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:45:19.746 8 INFO neutron.services.segments.plugin [-] Segment 84cf4309-00d4-41de-8e5e-7f507b9d715e resource provider aggregate not found 2026-04-14 08:45:19.760 8 INFO neutron.services.segments.plugin [-] Segment 84cf4309-00d4-41de-8e5e-7f507b9d715e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84cf4309-00d4-41de-8e5e-7f507b9d715e found for delete ", "request_id": "req-35abab1f-1bf7-4644-9f34-9d43da0ee411"}]} [pid: 7|app: 0|req: 1327/2518] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:45:19 2026] DELETE /v2.0/security-groups/d5e0c007-be28-4c11-9cc3-fa7f1753133d => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:45:19.765 8 INFO neutron.services.segments.plugin [-] Segment 84cf4309-00d4-41de-8e5e-7f507b9d715e resource provider aggregate not found 2026-04-14 08:45:19.777 8 INFO neutron.services.segments.plugin [-] Segment e154b844-a6be-4e29-b6fb-81dc5e9e628c resource provider aggregate not found 2026-04-14 08:45:19.783 8 INFO neutron.services.segments.plugin [-] Segment 84cf4309-00d4-41de-8e5e-7f507b9d715e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84cf4309-00d4-41de-8e5e-7f507b9d715e found for delete ", "request_id": "req-97c9a801-55da-4e62-8d29-83fbf0ac6c58"}]} 2026-04-14 08:45:19.797 8 INFO neutron.services.segments.plugin [-] Segment e154b844-a6be-4e29-b6fb-81dc5e9e628c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e154b844-a6be-4e29-b6fb-81dc5e9e628c found for delete ", "request_id": "req-f7e29baa-ea77-4704-a103-0b0fefdbe97e"}]} 2026-04-14 08:45:19.800 8 INFO neutron.services.segments.plugin [-] Segment e154b844-a6be-4e29-b6fb-81dc5e9e628c resource provider aggregate not found 2026-04-14 08:45:19.816 8 INFO neutron.services.segments.plugin [-] Segment 118f0d2d-13ac-4a9d-ba41-3a47b0d0193f resource provider aggregate not found 2026-04-14 08:45:19.818 8 INFO neutron.services.segments.plugin [-] Segment e154b844-a6be-4e29-b6fb-81dc5e9e628c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e154b844-a6be-4e29-b6fb-81dc5e9e628c found for delete ", "request_id": "req-8129eed7-d4b5-419c-8347-47fa1d811edc"}]} 2026-04-14 08:45:19.831 8 INFO neutron.services.segments.plugin [-] Segment 118f0d2d-13ac-4a9d-ba41-3a47b0d0193f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 118f0d2d-13ac-4a9d-ba41-3a47b0d0193f found for delete ", "request_id": "req-6ff5f245-9adf-463a-9069-56058701a094"}]} 2026-04-14 08:45:19.833 8 INFO neutron.services.segments.plugin [-] Segment 118f0d2d-13ac-4a9d-ba41-3a47b0d0193f resource provider aggregate not found 2026-04-14 08:45:19.846 8 INFO neutron.services.segments.plugin [-] Segment 118f0d2d-13ac-4a9d-ba41-3a47b0d0193f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 118f0d2d-13ac-4a9d-ba41-3a47b0d0193f found for delete ", "request_id": "req-6076e012-493a-4305-8698-e929161403d5"}]} [pid: 8|app: 0|req: 1192/2519] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:45:19 2026] GET /v2.0/security-groups?tenant_id=ab1fa05369574123a39a2eaf576e702f&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2520] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:45:19 2026] DELETE /v2.0/security-groups/d137d8cf-fa7a-4c94-ac2b-d4f961b06f40 => 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: 1194/2523] 10.0.0.30 () {34 vars in 674 bytes} [Tue Apr 14 08:45:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2524] 10.0.0.30 () {34 vars in 674 bytes} [Tue Apr 14 08:45:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2525] 10.0.0.30 () {34 vars in 674 bytes} [Tue Apr 14 08:45:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2526] 10.0.0.30 () {34 vars in 674 bytes} [Tue Apr 14 08:45:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2527] 10.0.0.30 () {34 vars in 674 bytes} [Tue Apr 14 08:45:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2528] 10.0.0.30 () {34 vars in 757 bytes} [Tue Apr 14 08:45:24 2026] PUT /v2.0/subnetpools/2fd8f249-fdfa-4606-9dbd-eb514eb561e9/tags => generated 17 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2529] 10.0.0.30 () {34 vars in 757 bytes} [Tue Apr 14 08:45:24 2026] PUT /v2.0/subnetpools/ee9892fa-0693-4842-a880-0c476daf165b/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: 1333/2530] 10.0.0.30 () {34 vars in 757 bytes} [Tue Apr 14 08:45:24 2026] PUT /v2.0/subnetpools/c5335e8e-31ce-4d99-8ee8-7951393177e3/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2531] 10.0.0.30 () {34 vars in 757 bytes} [Tue Apr 14 08:45:24 2026] PUT /v2.0/subnetpools/1baf79af-046d-4f56-9c78-a6438a938633/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2532] 10.0.0.30 () {32 vars in 670 bytes} [Tue Apr 14 08:45:24 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2533] 10.0.0.30 () {32 vars in 684 bytes} [Tue Apr 14 08:45:24 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2534] 10.0.0.30 () {32 vars in 680 bytes} [Tue Apr 14 08:45:24 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: 1200/2535] 10.0.0.30 () {32 vars in 692 bytes} [Tue Apr 14 08:45:24 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2536] 10.0.0.30 () {32 vars in 678 bytes} [Tue Apr 14 08:45:24 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2537] 10.0.0.30 () {32 vars in 692 bytes} [Tue Apr 14 08:45:24 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2538] 10.0.0.30 () {32 vars in 688 bytes} [Tue Apr 14 08:45:25 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: 1202/2539] 10.0.0.30 () {32 vars in 700 bytes} [Tue Apr 14 08:45:25 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2540] 10.0.0.30 () {32 vars in 730 bytes} [Tue Apr 14 08:45:25 2026] DELETE /v2.0/subnetpools/2fd8f249-fdfa-4606-9dbd-eb514eb561e9 => 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: 1203/2541] 10.0.0.30 () {32 vars in 730 bytes} [Tue Apr 14 08:45:25 2026] DELETE /v2.0/subnetpools/ee9892fa-0693-4842-a880-0c476daf165b => 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: 1339/2542] 10.0.0.30 () {32 vars in 730 bytes} [Tue Apr 14 08:45:25 2026] DELETE /v2.0/subnetpools/c5335e8e-31ce-4d99-8ee8-7951393177e3 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2543] 10.0.0.30 () {32 vars in 730 bytes} [Tue Apr 14 08:45:25 2026] DELETE /v2.0/subnetpools/1baf79af-046d-4f56-9c78-a6438a938633 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2544] 10.0.0.30 () {32 vars in 730 bytes} [Tue Apr 14 08:45:25 2026] DELETE /v2.0/subnetpools/a406cebf-f253-43c8-9591-84ce7a911e17 => 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: 1205/2545] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:45:26 2026] GET /v2.0/security-groups?tenant_id=be977cbf38604ce8859fc671213050e2&name=default => generated 2929 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2546] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:45:26 2026] DELETE /v2.0/security-groups/6ca234d5-03fb-4a69-93c1-82523f0a5b65 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2547] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:45:26 2026] GET /v2.0/security-groups?tenant_id=b546ece1898a4e0198d93d88df034d9a&name=default => generated 2929 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2548] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:45:26 2026] DELETE /v2.0/security-groups/84276b65-8a0b-4b49-b874-71f1844258a1 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2549] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:45:27 2026] GET /v2.0/security-groups?tenant_id=65fe539955cc4c48a5a0ea90207761aa&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2550] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:45:27 2026] DELETE /v2.0/security-groups/95d8df49-bbce-4949-9bd2-72bc5548db63 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:45:28.002 8 INFO neutron.db.segments_db [None req-482bbcef-287c-46aa-8834-a3df9c194676 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] Added segment 04c49ca2-3b6a-440c-ada4-506df24e7432 of type vxlan for network 6620218b-c4e2-4679-8cc4-7b23d03b1a49 [pid: 8|app: 0|req: 1208/2551] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:45:27 2026] POST /v2.0/networks => generated 639 bytes in 501 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2552] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:45:28 2026] POST /v2.0/subnets => generated 658 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2553] 10.0.0.30 () {32 vars in 720 bytes} [Tue Apr 14 08:45:28 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2554] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:45:28 2026] POST /v2.0/subnets => generated 732 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:45:28.898 8 INFO neutron.db.segments_db [None req-7bd91bd0-0d79-4454-99b9-f8c7907998b5 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] Added segment 6ede37a3-0719-4440-b07d-f2f287470fb2 of type vxlan for network c2dba40d-cfd3-4671-b9bf-e9009acc3606 [pid: 8|app: 0|req: 1210/2555] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:45:28 2026] POST /v2.0/networks => generated 637 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2556] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:45:29 2026] POST /v2.0/subnets => generated 656 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2557] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:45:29 2026] POST /v2.0/subnets => generated 726 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:45:29.682 7 INFO neutron.db.segments_db [None req-f9aefdf3-5b84-4e62-97a8-e29c13b235fe 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] Added segment e9646e9e-885b-4a63-bfc2-a78c086b46ad of type vxlan for network 02ba3d7c-ec61-483f-a3ea-20f564bd5fb3 [pid: 7|app: 0|req: 1347/2558] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:45:29 2026] POST /v2.0/networks => generated 638 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2559] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:45:29 2026] POST /v2.0/subnets => generated 656 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2560] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:45:30 2026] POST /v2.0/subnets => generated 730 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:45:30.397 8 INFO neutron.db.segments_db [None req-db00c6bc-8aad-435c-90ce-ec64e4b20c9c 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] Added segment 722647c2-33f5-4fd3-b046-97dea0590fb5 of type vxlan for network 4e995e4a-1c19-459f-8786-96d1fce916c0 2026-04-14 08:45:30.684 8 INFO neutron.db.l3_hamode_db [None req-db00c6bc-8aad-435c-90ce-ec64e4b20c9c 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:45:31.055 7 INFO neutron.db.segments_db [None req-4c8b2715-fb57-43e2-8828-3c524869966b 4b08915b71644d49bc5d0eaec08c2df3 5a4cb9b5ee2948e3976634768d7c7d35 - - default default] Added segment 0b2bd8f1-c186-499b-904f-84a6b186014e of type vxlan for network f0623018-3055-421b-8fcf-af72dab14cfd [pid: 7|app: 0|req: 1349/2561] 10.0.0.30 () {34 vars in 668 bytes} [Tue Apr 14 08:45:30 2026] POST /v2.0/networks => generated 632 bytes in 528 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2562] 10.0.0.30 () {34 vars in 662 bytes} [Tue Apr 14 08:45:31 2026] POST /v2.0/ports => generated 743 bytes in 413 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: 1351/2563] 10.0.0.30 () {34 vars in 745 bytes} [Tue Apr 14 08:45:31 2026] PUT /v2.0/ports/231472c0-dc72-4134-9a8d-04efb4f9ca91/tags => generated 25 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:45:31.736 8 INFO neutron.db.l3_hamode_db [None req-db00c6bc-8aad-435c-90ce-ec64e4b20c9c 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1352/2564] 10.0.0.30 () {32 vars in 725 bytes} [Tue Apr 14 08:45:31 2026] GET /v2.0/ports/231472c0-dc72-4134-9a8d-04efb4f9ca91/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1353/2565] 10.0.0.30 () {34 vars in 756 bytes} [Tue Apr 14 08:45:31 2026] PUT /v2.0/ports/231472c0-dc72-4134-9a8d-04efb4f9ca91/tags/green => generated 4 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1354/2566] 10.0.0.30 () {32 vars in 725 bytes} [Tue Apr 14 08:45:31 2026] GET /v2.0/ports/231472c0-dc72-4134-9a8d-04efb4f9ca91/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1355/2567] 10.0.0.30 () {34 vars in 752 bytes} [Tue Apr 14 08:45:31 2026] PUT /v2.0/ports/231472c0-dc72-4134-9a8d-04efb4f9ca91/tags/red => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1356/2568] 10.0.0.30 () {32 vars in 725 bytes} [Tue Apr 14 08:45:32 2026] GET /v2.0/ports/231472c0-dc72-4134-9a8d-04efb4f9ca91/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1357/2569] 10.0.0.30 () {34 vars in 774 bytes} [Tue Apr 14 08:45:32 2026] PUT /v2.0/ports/231472c0-dc72-4134-9a8d-04efb4f9ca91/tags/black.or.white => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1358/2570] 10.0.0.30 () {32 vars in 725 bytes} [Tue Apr 14 08:45:32 2026] GET /v2.0/ports/231472c0-dc72-4134-9a8d-04efb4f9ca91/tags => generated 52 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1359/2571] 10.0.0.30 () {34 vars in 745 bytes} [Tue Apr 14 08:45:32 2026] PUT /v2.0/ports/231472c0-dc72-4134-9a8d-04efb4f9ca91/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1360/2572] 10.0.0.30 () {32 vars in 725 bytes} [Tue Apr 14 08:45:32 2026] GET /v2.0/ports/231472c0-dc72-4134-9a8d-04efb4f9ca91/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1361/2573] 10.0.0.30 () {32 vars in 733 bytes} [Tue Apr 14 08:45:32 2026] GET /v2.0/ports/231472c0-dc72-4134-9a8d-04efb4f9ca91/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:45:32.477 7 INFO neutron.api.v2.resource [None req-34a46ec5-c8ff-4490-afce-42b0e4d2f323 4b08915b71644d49bc5d0eaec08c2df3 5a4cb9b5ee2948e3976634768d7c7d35 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1362/2574] 10.0.0.30 () {32 vars in 737 bytes} [Tue Apr 14 08:45:32 2026] GET /v2.0/ports/231472c0-dc72-4134-9a8d-04efb4f9ca91/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1363/2575] 10.0.0.30 () {32 vars in 736 bytes} [Tue Apr 14 08:45:32 2026] DELETE /v2.0/ports/231472c0-dc72-4134-9a8d-04efb4f9ca91/tags/red => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1364/2576] 10.0.0.30 () {32 vars in 725 bytes} [Tue Apr 14 08:45:32 2026] GET /v2.0/ports/231472c0-dc72-4134-9a8d-04efb4f9ca91/tags => generated 30 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1213/2577] 10.0.0.30 () {34 vars in 667 bytes} [Tue Apr 14 08:45:30 2026] POST /v2.0/routers => generated 685 bytes in 2313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:45:32.678 7 INFO neutron.api.v2.resource [None req-15316361-3050-412f-b3db-94901fe06bc0 4b08915b71644d49bc5d0eaec08c2df3 5a4cb9b5ee2948e3976634768d7c7d35 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1365/2578] 10.0.0.30 () {32 vars in 740 bytes} [Tue Apr 14 08:45:32 2026] DELETE /v2.0/ports/231472c0-dc72-4134-9a8d-04efb4f9ca91/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1366/2579] 10.0.0.30 () {32 vars in 728 bytes} [Tue Apr 14 08:45:32 2026] DELETE /v2.0/ports/231472c0-dc72-4134-9a8d-04efb4f9ca91/tags => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1367/2580] 10.0.0.30 () {32 vars in 725 bytes} [Tue Apr 14 08:45:32 2026] GET /v2.0/ports/231472c0-dc72-4134-9a8d-04efb4f9ca91/tags => generated 12 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:45:32.940 7 INFO neutron_taas.services.taas.taas_plugin [None req-91ba2553-922d-4872-b4fc-e13b55679458 4b08915b71644d49bc5d0eaec08c2df3 5a4cb9b5ee2948e3976634768d7c7d35 - - default default] TaaS: Handle Delete Port: 231472c0-dc72-4134-9a8d-04efb4f9ca91 2026-04-14 08:45:32.944 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91ba2553-922d-4872-b4fc-e13b55679458 4b08915b71644d49bc5d0eaec08c2df3 5a4cb9b5ee2948e3976634768d7c7d35 - - default default] Tap Mirror: Handle Delete Port: 231472c0-dc72-4134-9a8d-04efb4f9ca91 [pid: 7|app: 0|req: 1368/2581] 10.0.0.30 () {32 vars in 718 bytes} [Tue Apr 14 08:45:32 2026] DELETE /v2.0/ports/231472c0-dc72-4134-9a8d-04efb4f9ca91 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:45:33.142 7 INFO neutron.services.segments.plugin [-] Segment 0b2bd8f1-c186-499b-904f-84a6b186014e resource provider aggregate not found 2026-04-14 08:45:33.145 7 INFO neutron.services.segments.plugin [-] Segment 0b2bd8f1-c186-499b-904f-84a6b186014e resource provider aggregate not found 2026-04-14 08:45:33.170 7 INFO neutron.services.segments.plugin [-] Segment 0b2bd8f1-c186-499b-904f-84a6b186014e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b2bd8f1-c186-499b-904f-84a6b186014e found for delete ", "request_id": "req-a5e672bc-9b54-48f8-ba77-257ba58d90e7"}]} 2026-04-14 08:45:33.175 7 INFO neutron.services.segments.plugin [-] Segment 0b2bd8f1-c186-499b-904f-84a6b186014e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b2bd8f1-c186-499b-904f-84a6b186014e found for delete ", "request_id": "req-917fdabf-d9ef-4672-af4e-0288b5365a0f"}]} [pid: 7|app: 0|req: 1369/2582] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:45:33 2026] DELETE /v2.0/networks/f0623018-3055-421b-8fcf-af72dab14cfd => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2583] 10.0.0.30 () {34 vars in 781 bytes} [Tue Apr 14 08:45:32 2026] PUT /v2.0/routers/ce0b35b6-7d8f-4e43-858e-23f176b9ab8a/add_router_interface => generated 309 bytes in 1330 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2584] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:45:33 2026] GET /v2.0/security-groups?tenant_id=5a4cb9b5ee2948e3976634768d7c7d35&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2585] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:45:34 2026] DELETE /v2.0/security-groups/80dd9e30-c2ba-4af5-9807-fbb2065f8e11 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2586] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:45:34 2026] GET /v2.0/security-groups?tenant_id=f961f6e0b3584dc9a6dbfb3ab47d1655&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2587] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:45:34 2026] DELETE /v2.0/security-groups/8a7c8bba-524e-4cdc-a3bf-9185618b1832 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2590] 10.0.0.30 () {34 vars in 781 bytes} [Tue Apr 14 08:45:34 2026] PUT /v2.0/routers/ce0b35b6-7d8f-4e43-858e-23f176b9ab8a/add_router_interface => generated 309 bytes in 1335 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2591] 10.0.0.30 () {34 vars in 781 bytes} [Tue Apr 14 08:45:35 2026] PUT /v2.0/routers/ce0b35b6-7d8f-4e43-858e-23f176b9ab8a/add_router_interface => generated 309 bytes in 1557 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2592] 10.0.0.30 () {34 vars in 682 bytes} [Tue Apr 14 08:45:36 2026] POST /v2.0/security-groups => generated 1630 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2593] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:45:37 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: 8|app: 0|req: 1217/2594] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:45:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2595] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:45:37 2026] POST /v2.0/security-group-rules => generated 599 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2596] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:45:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2597] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:45:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2598] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:45:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2599] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:45:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2600] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:45:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2601] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:45:38 2026] POST /v2.0/security-group-rules => generated 599 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2602] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:45:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2603] 10.0.0.30 () {34 vars in 693 bytes} [Tue Apr 14 08:45:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2604] 10.0.0.244 () {34 vars in 1095 bytes} [Tue Apr 14 08:45:39 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1625128715&fields=id&tenant_id=96f21b05543943dd8fb81948dbb1d400 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2605] 10.0.0.244 () {34 vars in 981 bytes} [Tue Apr 14 08:45:39 2026] GET /v2.0/networks?id=c2dba40d-cfd3-4671-b9bf-e9009acc3606 => generated 704 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2606] 10.0.0.244 () {34 vars in 964 bytes} [Tue Apr 14 08:45:39 2026] GET /v2.0/quotas/96f21b05543943dd8fb81948dbb1d400 => 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: 1384/2607] 10.0.0.244 () {34 vars in 1001 bytes} [Tue Apr 14 08:45:39 2026] GET /v2.0/ports?tenant_id=96f21b05543943dd8fb81948dbb1d400&fields=id => generated 287 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2608] 10.0.0.244 () {34 vars in 1007 bytes} [Tue Apr 14 08:45:39 2026] GET /v2.0/networks/c2dba40d-cfd3-4671-b9bf-e9009acc3606?fields=segments => generated 14 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2609] 10.0.0.244 () {34 vars in 1107 bytes} [Tue Apr 14 08:45:39 2026] GET /v2.0/networks/c2dba40d-cfd3-4671-b9bf-e9009acc3606?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: 1225/2610] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:45:39 2026] GET /v2.0/ports?device_id=c7c6ca15-0b68-410f-940c-a664dd4b045d => generated 12 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2611] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:45:44 2026] GET /v2.0/networks?id=c2dba40d-cfd3-4671-b9bf-e9009acc3606 => generated 704 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2612] 199.204.45.242 () {34 vars in 1049 bytes} [Tue Apr 14 08:45:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=96f21b05543943dd8fb81948dbb1d400 => generated 179 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2613] 199.204.45.242 () {38 vars in 954 bytes} [Tue Apr 14 08:45:44 2026] POST /v2.0/ports => generated 1179 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1388/2614] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:45:45 2026] GET /v2.0/ports?device_id=c7c6ca15-0b68-410f-940c-a664dd4b045d => generated 1194 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2615] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:45:45 2026] GET /v2.0/security-groups?id=0d162b46-720e-4a51-bbe4-513e5fde6157&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2616] 199.204.45.242 () {38 vars in 1027 bytes} [Tue Apr 14 08:45:44 2026] PUT /v2.0/ports/74d78db9-1bdd-440c-b4d7-44424e79d9bb => generated 1460 bytes in 498 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:45:45.456 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3239f8b9-4f99-4264-9dc4-ee01c1cd390e'] response: {'name': 'network-changed', 'server_uuid': 'c7c6ca15-0b68-410f-940c-a664dd4b045d', 'tag': '74d78db9-1bdd-440c-b4d7-44424e79d9bb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1390/2617] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:45:45 2026] GET /v2.0/ports?tenant_id=96f21b05543943dd8fb81948dbb1d400&device_id=c7c6ca15-0b68-410f-940c-a664dd4b045d => generated 1463 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1228/2618] 199.204.45.242 () {34 vars in 1017 bytes} [Tue Apr 14 08:45:46 2026] GET /v2.0/networks?tenant_id=96f21b05543943dd8fb81948dbb1d400&shared=False => generated 2373 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2619] 199.204.45.242 () {34 vars in 929 bytes} [Tue Apr 14 08:45:46 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2620] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:45:47 2026] GET /v2.0/ports?tenant_id=96f21b05543943dd8fb81948dbb1d400&device_id=c7c6ca15-0b68-410f-940c-a664dd4b045d => generated 1463 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2621] 199.204.45.242 () {34 vars in 1055 bytes} [Tue Apr 14 08:45:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.43&port_id=74d78db9-1bdd-440c-b4d7-44424e79d9bb => 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: 1230/2622] 199.204.45.242 () {34 vars in 1103 bytes} [Tue Apr 14 08:45:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1c5&port_id=74d78db9-1bdd-440c-b4d7-44424e79d9bb => 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: 1393/2623] 199.204.45.242 () {34 vars in 1063 bytes} [Tue Apr 14 08:45:47 2026] GET /v2.0/subnets?id=93af1a3d-10b8-405d-94ff-c16bcd6bf351&id=a1faf23e-2dc2-4053-abcc-1411dee7c5e2 => generated 1411 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2624] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:45:47 2026] GET /v2.0/ports?network_id=c2dba40d-cfd3-4671-b9bf-e9009acc3606&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: 1394/2625] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:45:47 2026] GET /v2.0/ports?network_id=c2dba40d-cfd3-4671-b9bf-e9009acc3606&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: 1232/2626] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:45:47 2026] GET /v2.0/networks/c2dba40d-cfd3-4671-b9bf-e9009acc3606?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: 1395/2627] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:45:47 2026] GET /v2.0/networks/c2dba40d-cfd3-4671-b9bf-e9009acc3606?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2630] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:45:50 2026] GET /v2.0/ports?device_id=c7c6ca15-0b68-410f-940c-a664dd4b045d => generated 1196 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2631] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:45:50 2026] GET /v2.0/security-groups?id=0d162b46-720e-4a51-bbe4-513e5fde6157&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: 8|app: 0|req: 1235/2632] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:45:55 2026] GET /v2.0/ports?device_id=c7c6ca15-0b68-410f-940c-a664dd4b045d => generated 1196 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2633] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:45:55 2026] GET /v2.0/security-groups?id=0d162b46-720e-4a51-bbe4-513e5fde6157&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2634] 10.0.0.30 () {32 vars in 816 bytes} [Tue Apr 14 08:45:55 2026] GET /v2.0/ports?network_id=c2dba40d-cfd3-4671-b9bf-e9009acc3606&mac_address=fa%3A16%3A3e%3A22%3Af8%3A44 => generated 1196 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:45:56.586 7 INFO neutron.db.l3_db [None req-f304d369-b13d-47c2-875a-313ddc8236e9 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] Floating IP 72a0f08d-2ab0-4bbc-ac73-9b67241c8d0b associated. External IP: 10.96.250.220, port: 74d78db9-1bdd-440c-b4d7-44424e79d9bb. [pid: 7|app: 0|req: 1399/2635] 10.0.0.30 () {34 vars in 675 bytes} [Tue Apr 14 08:45:55 2026] POST /v2.0/floatingips => generated 854 bytes in 1190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:45:57.013 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-74f624aa-3ef6-4fd2-bbf8-92d52a6f7976'] response: {'name': 'network-changed', 'server_uuid': 'c7c6ca15-0b68-410f-940c-a664dd4b045d', 'tag': '74d78db9-1bdd-440c-b4d7-44424e79d9bb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1237/2636] 10.0.0.244 () {34 vars in 1095 bytes} [Tue Apr 14 08:45:57 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1625128715&fields=id&tenant_id=96f21b05543943dd8fb81948dbb1d400 => 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: 1400/2637] 10.0.0.244 () {34 vars in 981 bytes} [Tue Apr 14 08:45:57 2026] GET /v2.0/networks?id=02ba3d7c-ec61-483f-a3ea-20f564bd5fb3 => generated 705 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2638] 10.0.0.244 () {34 vars in 964 bytes} [Tue Apr 14 08:45:57 2026] GET /v2.0/quotas/96f21b05543943dd8fb81948dbb1d400 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2639] 10.0.0.244 () {34 vars in 1001 bytes} [Tue Apr 14 08:45:57 2026] GET /v2.0/ports?tenant_id=96f21b05543943dd8fb81948dbb1d400&fields=id => generated 333 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2640] 10.0.0.244 () {34 vars in 1007 bytes} [Tue Apr 14 08:45:57 2026] GET /v2.0/networks/02ba3d7c-ec61-483f-a3ea-20f564bd5fb3?fields=segments => generated 14 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2641] 10.0.0.244 () {34 vars in 1107 bytes} [Tue Apr 14 08:45:57 2026] GET /v2.0/networks/02ba3d7c-ec61-483f-a3ea-20f564bd5fb3?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: 1240/2642] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:45:57 2026] GET /v2.0/ports?tenant_id=96f21b05543943dd8fb81948dbb1d400&device_id=c7c6ca15-0b68-410f-940c-a664dd4b045d => generated 1465 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2643] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:45:57 2026] GET /v2.0/networks?id=c2dba40d-cfd3-4671-b9bf-e9009acc3606 => generated 800 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2644] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:45:57 2026] GET /v2.0/ports?device_id=a25b545b-23ab-4cd5-9956-a9fddc416f91 => 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: 1241/2645] 199.204.45.242 () {34 vars in 1055 bytes} [Tue Apr 14 08:45:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.43&port_id=74d78db9-1bdd-440c-b4d7-44424e79d9bb => generated 857 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2646] 199.204.45.242 () {34 vars in 1103 bytes} [Tue Apr 14 08:45:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1c5&port_id=74d78db9-1bdd-440c-b4d7-44424e79d9bb => 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: 1242/2647] 199.204.45.242 () {34 vars in 1063 bytes} [Tue Apr 14 08:45:57 2026] GET /v2.0/subnets?id=93af1a3d-10b8-405d-94ff-c16bcd6bf351&id=a1faf23e-2dc2-4053-abcc-1411dee7c5e2 => generated 1411 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2648] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:45:57 2026] GET /v2.0/ports?network_id=c2dba40d-cfd3-4671-b9bf-e9009acc3606&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2649] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:45:57 2026] GET /v2.0/ports?network_id=c2dba40d-cfd3-4671-b9bf-e9009acc3606&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2650] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:45:57 2026] GET /v2.0/networks/c2dba40d-cfd3-4671-b9bf-e9009acc3606?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2651] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:45:57 2026] GET /v2.0/networks/c2dba40d-cfd3-4671-b9bf-e9009acc3606?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2652] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:46:01 2026] GET /v2.0/networks?id=02ba3d7c-ec61-483f-a3ea-20f564bd5fb3 => generated 705 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2653] 199.204.45.242 () {34 vars in 1049 bytes} [Tue Apr 14 08:46:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=96f21b05543943dd8fb81948dbb1d400 => generated 179 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2654] 10.0.0.199 () {34 vars in 989 bytes} [Tue Apr 14 08:46:01 2026] GET /v2.0/ports?device_id=c7c6ca15-0b68-410f-940c-a664dd4b045d => generated 1465 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2655] 10.0.0.199 () {34 vars in 1039 bytes} [Tue Apr 14 08:46:02 2026] GET /v2.0/security-groups?id=0d162b46-720e-4a51-bbe4-513e5fde6157&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2656] 199.204.45.242 () {38 vars in 954 bytes} [Tue Apr 14 08:46:01 2026] POST /v2.0/ports => generated 1183 bytes in 466 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: 1247/2657] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:46:02 2026] GET /v2.0/ports?device_id=a25b545b-23ab-4cd5-9956-a9fddc416f91 => generated 1198 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2658] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:46:02 2026] GET /v2.0/security-groups?id=0d162b46-720e-4a51-bbe4-513e5fde6157&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2659] 199.204.45.242 () {38 vars in 1027 bytes} [Tue Apr 14 08:46:02 2026] PUT /v2.0/ports/c1a3b001-3f6e-4c1b-9cf7-892e88cff7c6 => generated 1464 bytes in 505 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:46:03.012 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-25b4a8d5-1be7-4067-8aef-ba67e058b27b'] response: {'name': 'network-changed', 'server_uuid': 'a25b545b-23ab-4cd5-9956-a9fddc416f91', 'tag': 'c1a3b001-3f6e-4c1b-9cf7-892e88cff7c6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1249/2660] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:46:03 2026] GET /v2.0/ports?tenant_id=96f21b05543943dd8fb81948dbb1d400&device_id=a25b545b-23ab-4cd5-9956-a9fddc416f91 => generated 1467 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1412/2661] 199.204.45.242 () {34 vars in 1017 bytes} [Tue Apr 14 08:46:03 2026] GET /v2.0/networks?tenant_id=96f21b05543943dd8fb81948dbb1d400&shared=False => generated 2373 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2662] 199.204.45.242 () {34 vars in 929 bytes} [Tue Apr 14 08:46:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2663] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:46:04 2026] GET /v2.0/ports?tenant_id=96f21b05543943dd8fb81948dbb1d400&device_id=a25b545b-23ab-4cd5-9956-a9fddc416f91 => 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: 1251/2664] 199.204.45.242 () {34 vars in 1055 bytes} [Tue Apr 14 08:46:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.30&port_id=c1a3b001-3f6e-4c1b-9cf7-892e88cff7c6 => 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: 1414/2665] 199.204.45.242 () {34 vars in 1105 bytes} [Tue Apr 14 08:46:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A109&port_id=c1a3b001-3f6e-4c1b-9cf7-892e88cff7c6 => 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: 1252/2666] 199.204.45.242 () {34 vars in 1063 bytes} [Tue Apr 14 08:46:04 2026] GET /v2.0/subnets?id=c0511a04-87f6-4af6-b49b-349a64c65e23&id=5fdbfe99-5a5e-43ce-98cf-1f7ddaa43e46 => generated 1415 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2667] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:46:04 2026] GET /v2.0/ports?network_id=02ba3d7c-ec61-483f-a3ea-20f564bd5fb3&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2668] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:46:04 2026] GET /v2.0/ports?network_id=02ba3d7c-ec61-483f-a3ea-20f564bd5fb3&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2669] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:46:04 2026] GET /v2.0/networks/02ba3d7c-ec61-483f-a3ea-20f564bd5fb3?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2670] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:46:05 2026] GET /v2.0/networks/02ba3d7c-ec61-483f-a3ea-20f564bd5fb3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2673] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:46:07 2026] GET /v2.0/ports?device_id=a25b545b-23ab-4cd5-9956-a9fddc416f91 => generated 1200 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2674] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:46:08 2026] GET /v2.0/security-groups?id=0d162b46-720e-4a51-bbe4-513e5fde6157&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: 8|app: 0|req: 1257/2675] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:46:13 2026] GET /v2.0/ports?device_id=a25b545b-23ab-4cd5-9956-a9fddc416f91 => generated 1200 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2676] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:46:13 2026] GET /v2.0/security-groups?id=0d162b46-720e-4a51-bbe4-513e5fde6157&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2677] 10.0.0.30 () {32 vars in 816 bytes} [Tue Apr 14 08:46:13 2026] GET /v2.0/ports?network_id=02ba3d7c-ec61-483f-a3ea-20f564bd5fb3&mac_address=fa%3A16%3A3e%3Aef%3A81%3Aa3 => generated 1200 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:46:14.241 7 INFO neutron.db.l3_db [None req-8e5c702e-3f0d-4864-aca1-3ce823ad2d8f 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] Floating IP 7eb7f3e6-6e70-4d4f-b1ae-257a85d52951 associated. External IP: 10.96.250.218, port: c1a3b001-3f6e-4c1b-9cf7-892e88cff7c6. [pid: 7|app: 0|req: 1420/2678] 10.0.0.30 () {34 vars in 675 bytes} [Tue Apr 14 08:46:13 2026] POST /v2.0/floatingips => generated 854 bytes in 1202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:46:14.649 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1210c733-a5e6-468a-b8f2-e10efcecb9ed'] response: {'name': 'network-changed', 'server_uuid': 'a25b545b-23ab-4cd5-9956-a9fddc416f91', 'tag': 'c1a3b001-3f6e-4c1b-9cf7-892e88cff7c6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1259/2679] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:46:15 2026] GET /v2.0/ports?tenant_id=96f21b05543943dd8fb81948dbb1d400&device_id=a25b545b-23ab-4cd5-9956-a9fddc416f91 => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2680] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:46:15 2026] GET /v2.0/networks?id=02ba3d7c-ec61-483f-a3ea-20f564bd5fb3 => generated 799 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2681] 199.204.45.242 () {34 vars in 1055 bytes} [Tue Apr 14 08:46:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.30&port_id=c1a3b001-3f6e-4c1b-9cf7-892e88cff7c6 => generated 857 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2682] 199.204.45.242 () {34 vars in 1105 bytes} [Tue Apr 14 08:46:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A109&port_id=c1a3b001-3f6e-4c1b-9cf7-892e88cff7c6 => 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: 1261/2683] 199.204.45.242 () {34 vars in 1063 bytes} [Tue Apr 14 08:46:15 2026] GET /v2.0/subnets?id=c0511a04-87f6-4af6-b49b-349a64c65e23&id=5fdbfe99-5a5e-43ce-98cf-1f7ddaa43e46 => generated 1415 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2684] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:46:15 2026] GET /v2.0/ports?network_id=02ba3d7c-ec61-483f-a3ea-20f564bd5fb3&device_owner=network%3Adhcp => generated 1461 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2685] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:46:15 2026] GET /v2.0/ports?network_id=02ba3d7c-ec61-483f-a3ea-20f564bd5fb3&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2686] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:46:15 2026] GET /v2.0/networks/02ba3d7c-ec61-483f-a3ea-20f564bd5fb3?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2687] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:46:15 2026] GET /v2.0/networks/02ba3d7c-ec61-483f-a3ea-20f564bd5fb3?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: 1426/2690] 10.0.0.199 () {34 vars in 989 bytes} [Tue Apr 14 08:46:21 2026] GET /v2.0/ports?device_id=a25b545b-23ab-4cd5-9956-a9fddc416f91 => generated 1469 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2691] 10.0.0.199 () {34 vars in 1039 bytes} [Tue Apr 14 08:46:21 2026] GET /v2.0/security-groups?id=0d162b46-720e-4a51-bbe4-513e5fde6157&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2692] 10.0.0.30 () {32 vars in 719 bytes} [Tue Apr 14 08:46:31 2026] GET /v2.0/subnets/e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2693] 10.0.0.24 () {30 vars in 688 bytes} [Tue Apr 14 08:46:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2694] 10.0.0.24 () {30 vars in 690 bytes} [Tue Apr 14 08:46:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2695] 10.0.0.24 () {30 vars in 666 bytes} [Tue Apr 14 08:46:32 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: 1429/2696] 10.0.0.24 () {30 vars in 702 bytes} [Tue Apr 14 08:46:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2697] 10.0.0.24 () {28 vars in 437 bytes} [Tue Apr 14 08:46:33 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2698] 10.0.0.24 () {30 vars in 726 bytes} [Tue Apr 14 08:46:33 2026] GET /v2.0/subnets/e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 658 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2699] 10.0.0.24 () {30 vars in 688 bytes} [Tue Apr 14 08:46:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2700] 10.0.0.24 () {30 vars in 690 bytes} [Tue Apr 14 08:46:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2701] 10.0.0.24 () {30 vars in 666 bytes} [Tue Apr 14 08:46:33 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: 1432/2702] 10.0.0.24 () {30 vars in 702 bytes} [Tue Apr 14 08:46:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2703] 10.0.0.24 () {30 vars in 726 bytes} [Tue Apr 14 08:46:33 2026] GET /v2.0/subnets/e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2704] 10.0.0.24 () {30 vars in 688 bytes} [Tue Apr 14 08:46:33 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: 1272/2705] 10.0.0.24 () {30 vars in 690 bytes} [Tue Apr 14 08:46:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2706] 10.0.0.24 () {30 vars in 666 bytes} [Tue Apr 14 08:46:33 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: 1273/2707] 10.0.0.24 () {30 vars in 702 bytes} [Tue Apr 14 08:46:33 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: 1435/2708] 10.0.0.24 () {30 vars in 728 bytes} [Tue Apr 14 08:46:33 2026] GET /v2.0/networks/6620218b-c4e2-4679-8cc4-7b23d03b1a49 => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2709] 10.0.0.24 () {30 vars in 680 bytes} [Tue Apr 14 08:46:33 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2710] 10.0.0.24 () {34 vars in 702 bytes} [Tue Apr 14 08:46:33 2026] POST /v2.0/ports => generated 1124 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1438/2713] 199.204.45.242 () {30 vars in 702 bytes} [Tue Apr 14 08:46:36 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: 1276/2714] 199.204.45.242 () {30 vars in 704 bytes} [Tue Apr 14 08:46:37 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: 1439/2715] 199.204.45.242 () {30 vars in 680 bytes} [Tue Apr 14 08:46:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2716] 199.204.45.242 () {30 vars in 716 bytes} [Tue Apr 14 08:46:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2717] 199.204.45.242 () {30 vars in 736 bytes} [Tue Apr 14 08:46:37 2026] GET /v2.0/ports/a3db9411-053f-4d5d-a60c-fb8a1b0b1011 => generated 1124 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2718] 199.204.45.242 () {30 vars in 702 bytes} [Tue Apr 14 08:46:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2719] 199.204.45.242 () {30 vars in 704 bytes} [Tue Apr 14 08:46:37 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: 1279/2720] 199.204.45.242 () {30 vars in 680 bytes} [Tue Apr 14 08:46:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2721] 199.204.45.242 () {30 vars in 716 bytes} [Tue Apr 14 08:46:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:46:37.431 8 INFO neutron.api.v2.resource [None req-59d9ba65-8698-4178-b2c8-349e0b0a3232 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1280/2722] 199.204.45.242 () {30 vars in 762 bytes} [Tue Apr 14 08:46:37 2026] GET /v2.0/security-groups/lb-68eb35ea-2c84-4ec2-9210-1495ad8f6ac5 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2723] 199.204.45.242 () {30 vars in 784 bytes} [Tue Apr 14 08:46:37 2026] GET /v2.0/security-groups?name=lb-68eb35ea-2c84-4ec2-9210-1495ad8f6ac5 => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2724] 199.204.45.242 () {34 vars in 735 bytes} [Tue Apr 14 08:46:37 2026] POST /v2.0/security-groups => generated 1638 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2725] 199.204.45.242 () {30 vars in 814 bytes} [Tue Apr 14 08:46:37 2026] GET /v2.0/security-group-rules?security_group_id=ab4648ce-3fc7-41d4-ac6e-4fcbc9ab2f9e => generated 1182 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2726] 199.204.45.242 () {34 vars in 788 bytes} [Tue Apr 14 08:46:37 2026] PUT /v2.0/ports/a3db9411-053f-4d5d-a60c-fb8a1b0b1011 => generated 1124 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2727] 199.204.45.242 () {30 vars in 702 bytes} [Tue Apr 14 08:46:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1283/2728] 199.204.45.242 () {30 vars in 704 bytes} [Tue Apr 14 08:46:37 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: 1446/2729] 199.204.45.242 () {30 vars in 680 bytes} [Tue Apr 14 08:46:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2730] 199.204.45.242 () {30 vars in 716 bytes} [Tue Apr 14 08:46:37 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: 1447/2731] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:46:37 2026] GET /v2.0/subnets/e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2732] 10.0.0.244 () {34 vars in 1015 bytes} [Tue Apr 14 08:46:45 2026] GET /v2.0/security-groups?id=542f49a4-265e-4dfb-bd9c-697b6f600441&fields=id => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2733] 10.0.0.244 () {34 vars in 981 bytes} [Tue Apr 14 08:46:45 2026] GET /v2.0/networks?id=50b6a590-5675-42ab-9c75-56af75feb6a7 => generated 735 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2734] 10.0.0.244 () {34 vars in 964 bytes} [Tue Apr 14 08:46:45 2026] GET /v2.0/quotas/d30116803eb842ea8c82128600d031b4 => generated 291 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2735] 10.0.0.244 () {34 vars in 1001 bytes} [Tue Apr 14 08:46:45 2026] GET /v2.0/ports?tenant_id=d30116803eb842ea8c82128600d031b4&fields=id => generated 149 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2736] 10.0.0.244 () {34 vars in 1007 bytes} [Tue Apr 14 08:46:45 2026] GET /v2.0/networks/50b6a590-5675-42ab-9c75-56af75feb6a7?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: 1450/2737] 10.0.0.244 () {34 vars in 1107 bytes} [Tue Apr 14 08:46:45 2026] GET /v2.0/networks/50b6a590-5675-42ab-9c75-56af75feb6a7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2738] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:46:46 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => 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: 1451/2739] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:46:46 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => 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: 1289/2740] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:46:49 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => 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: 1452/2741] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:46:49 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => 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: 1454/2744] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:46:50 2026] GET /v2.0/networks?id=50b6a590-5675-42ab-9c75-56af75feb6a7 => generated 735 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2745] 199.204.45.242 () {34 vars in 1049 bytes} [Tue Apr 14 08:46:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d30116803eb842ea8c82128600d031b4 => generated 343 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2746] 199.204.45.242 () {38 vars in 954 bytes} [Tue Apr 14 08:46:50 2026] POST /v2.0/ports => generated 1082 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2747] 199.204.45.242 () {38 vars in 1027 bytes} [Tue Apr 14 08:46:50 2026] PUT /v2.0/ports/447d0f7e-5ec5-4f6c-8036-6deba09c0d7b => generated 1243 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:46:51.112 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a00464ea-9bf4-46ad-8e4f-b1f20f4154c2'] response: {'name': 'network-changed', 'server_uuid': 'a5b259da-0519-4c90-a8c0-492c462d91ac', 'tag': '447d0f7e-5ec5-4f6c-8036-6deba09c0d7b', '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: 1456/2748] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:46:51 2026] GET /v2.0/ports?tenant_id=d30116803eb842ea8c82128600d031b4&device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 1246 bytes in 66 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: 1293/2749] 199.204.45.242 () {34 vars in 1017 bytes} [Tue Apr 14 08:46:51 2026] GET /v2.0/networks?tenant_id=d30116803eb842ea8c82128600d031b4&shared=False => generated 735 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2750] 199.204.45.242 () {34 vars in 929 bytes} [Tue Apr 14 08:46:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2751] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:46:52 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 1246 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2752] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:46:52 2026] GET /v2.0/security-groups?id=542f49a4-265e-4dfb-bd9c-697b6f600441&fields=id&fields=name => generated 96 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2753] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:46:52 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 1246 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2754] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:46:52 2026] GET /v2.0/ports?tenant_id=d30116803eb842ea8c82128600d031b4&device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2755] 199.204.45.242 () {34 vars in 1061 bytes} [Tue Apr 14 08:46:52 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.226&port_id=447d0f7e-5ec5-4f6c-8036-6deba09c0d7b => 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: 1460/2756] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:46:52 2026] GET /v2.0/subnets?id=223264c6-8d2a-4645-8115-7115c0d6a304 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2757] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:46:52 2026] GET /v2.0/ports?network_id=50b6a590-5675-42ab-9c75-56af75feb6a7&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2758] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:46:53 2026] GET /v2.0/networks/50b6a590-5675-42ab-9c75-56af75feb6a7?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: 1298/2759] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:46:53 2026] GET /v2.0/networks/50b6a590-5675-42ab-9c75-56af75feb6a7?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: 1462/2760] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:46:55 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2761] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:46:55 2026] GET /v2.0/security-groups?id=542f49a4-265e-4dfb-bd9c-697b6f600441&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2762] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:46:55 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2763] 199.204.45.242 () {34 vars in 993 bytes} [Tue Apr 14 08:46:57 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2764] 199.204.45.242 () {34 vars in 1043 bytes} [Tue Apr 14 08:46:57 2026] GET /v2.0/security-groups?id=542f49a4-265e-4dfb-bd9c-697b6f600441&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: 1301/2765] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:46:58 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2766] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:46:58 2026] GET /v2.0/security-groups?id=542f49a4-265e-4dfb-bd9c-697b6f600441&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2767] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:46:58 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 1248 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2768] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:47:01 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2769] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:47:01 2026] GET /v2.0/security-groups?id=542f49a4-265e-4dfb-bd9c-697b6f600441&fields=id&fields=name => generated 96 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2770] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:47:01 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2777] 199.204.45.242 () {30 vars in 702 bytes} [Tue Apr 14 08:47:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2778] 199.204.45.242 () {30 vars in 704 bytes} [Tue Apr 14 08:47:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2779] 199.204.45.242 () {30 vars in 680 bytes} [Tue Apr 14 08:47:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2780] 199.204.45.242 () {30 vars in 716 bytes} [Tue Apr 14 08:47:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2781] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:47:36 2026] GET /v2.0/subnets/e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2782] 199.204.45.242 () {30 vars in 768 bytes} [Tue Apr 14 08:47:36 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2783] 199.204.45.242 () {34 vars in 716 bytes} [Tue Apr 14 08:47:36 2026] POST /v2.0/ports => generated 1055 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2784] 10.0.0.244 () {34 vars in 970 bytes} [Tue Apr 14 08:47:37 2026] GET /v2.0/ports/dd71cb2e-9b89-4cd8-93de-13fb8fdc766c => generated 1055 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2785] 10.0.0.244 () {34 vars in 906 bytes} [Tue Apr 14 08:47:37 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2786] 199.204.45.242 () {34 vars in 1261 bytes} [Tue Apr 14 08:47:38 2026] GET /v2.0/ports/dd71cb2e-9b89-4cd8-93de-13fb8fdc766c?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: 1476/2787] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:47:38 2026] GET /v2.0/networks/6620218b-c4e2-4679-8cc4-7b23d03b1a49?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2788] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:47:38 2026] GET /v2.0/networks/6620218b-c4e2-4679-8cc4-7b23d03b1a49?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: 1477/2789] 199.204.45.242 () {34 vars in 974 bytes} [Tue Apr 14 08:47:39 2026] GET /v2.0/ports/dd71cb2e-9b89-4cd8-93de-13fb8fdc766c => generated 1055 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2790] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:47:39 2026] GET /v2.0/networks?id=6620218b-c4e2-4679-8cc4-7b23d03b1a49 => generated 802 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2791] 199.204.45.242 () {38 vars in 1027 bytes} [Tue Apr 14 08:47:39 2026] PUT /v2.0/ports/dd71cb2e-9b89-4cd8-93de-13fb8fdc766c => generated 1245 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:47:39.643 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3091fd0-5848-4683-ba61-31ec4cd089c4'] response: {'name': 'network-changed', 'server_uuid': 'a5b259da-0519-4c90-a8c0-492c462d91ac', 'tag': 'dd71cb2e-9b89-4cd8-93de-13fb8fdc766c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1314/2792] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:47:40 2026] GET /v2.0/ports?tenant_id=d30116803eb842ea8c82128600d031b4&device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 2485 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2793] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:47:40 2026] GET /v2.0/networks?id=6620218b-c4e2-4679-8cc4-7b23d03b1a49 => generated 802 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2794] 199.204.45.242 () {34 vars in 1055 bytes} [Tue Apr 14 08:47:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.63&port_id=dd71cb2e-9b89-4cd8-93de-13fb8fdc766c => 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: 1480/2795] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:47:40 2026] GET /v2.0/subnets?id=e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2796] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:47:40 2026] GET /v2.0/ports?network_id=6620218b-c4e2-4679-8cc4-7b23d03b1a49&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2797] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:47:40 2026] GET /v2.0/networks/6620218b-c4e2-4679-8cc4-7b23d03b1a49?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2798] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:47:40 2026] GET /v2.0/networks/6620218b-c4e2-4679-8cc4-7b23d03b1a49?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: 1482/2799] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:47:41 2026] GET /v2.0/ports?tenant_id=d30116803eb842ea8c82128600d031b4&device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 2485 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2800] 199.204.45.242 () {34 vars in 1061 bytes} [Tue Apr 14 08:47:41 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.226&port_id=447d0f7e-5ec5-4f6c-8036-6deba09c0d7b => 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: 1483/2801] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:47:41 2026] GET /v2.0/subnets?id=223264c6-8d2a-4645-8115-7115c0d6a304 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2802] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:47:41 2026] GET /v2.0/ports?network_id=50b6a590-5675-42ab-9c75-56af75feb6a7&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: 1484/2803] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:47:41 2026] GET /v2.0/networks/50b6a590-5675-42ab-9c75-56af75feb6a7?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: 1320/2804] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:47:41 2026] GET /v2.0/networks/50b6a590-5675-42ab-9c75-56af75feb6a7?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: 1485/2805] 199.204.45.242 () {34 vars in 1055 bytes} [Tue Apr 14 08:47:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.63&port_id=dd71cb2e-9b89-4cd8-93de-13fb8fdc766c => 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: 1321/2806] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:47:41 2026] GET /v2.0/subnets?id=e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2807] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:47:41 2026] GET /v2.0/ports?network_id=6620218b-c4e2-4679-8cc4-7b23d03b1a49&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2808] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:47:41 2026] GET /v2.0/networks/6620218b-c4e2-4679-8cc4-7b23d03b1a49?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: 1487/2809] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:47:41 2026] GET /v2.0/networks/6620218b-c4e2-4679-8cc4-7b23d03b1a49?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: 1323/2810] 10.0.0.244 () {34 vars in 970 bytes} [Tue Apr 14 08:47:45 2026] GET /v2.0/ports/dd71cb2e-9b89-4cd8-93de-13fb8fdc766c => generated 1247 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2811] 199.204.45.242 () {34 vars in 788 bytes} [Tue Apr 14 08:47:46 2026] PUT /v2.0/ports/dd71cb2e-9b89-4cd8-93de-13fb8fdc766c => generated 1270 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:47:46.278 8 INFO neutron.api.v2.resource [None req-ab6f43e9-fa28-457c-bed9-8ec0f33a20c0 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1324/2812] 199.204.45.242 () {30 vars in 762 bytes} [Tue Apr 14 08:47:46 2026] GET /v2.0/security-groups/lb-68eb35ea-2c84-4ec2-9210-1495ad8f6ac5 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:47:46.287 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a7320510-6e03-4f61-a2d5-efb6fe86880a'] response: {'name': 'network-changed', 'server_uuid': 'a5b259da-0519-4c90-a8c0-492c462d91ac', 'tag': 'dd71cb2e-9b89-4cd8-93de-13fb8fdc766c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1489/2813] 199.204.45.242 () {30 vars in 784 bytes} [Tue Apr 14 08:47:46 2026] GET /v2.0/security-groups?name=lb-68eb35ea-2c84-4ec2-9210-1495ad8f6ac5 => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2814] 199.204.45.242 () {34 vars in 788 bytes} [Tue Apr 14 08:47:46 2026] PUT /v2.0/ports/dd71cb2e-9b89-4cd8-93de-13fb8fdc766c => generated 1308 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:47:46.625 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e2c621ab-eb58-4993-8697-65c0a6cc480f'] response: {'name': 'network-changed', 'server_uuid': 'a5b259da-0519-4c90-a8c0-492c462d91ac', 'tag': 'dd71cb2e-9b89-4cd8-93de-13fb8fdc766c', '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: 1326/2815] 199.204.45.242 () {30 vars in 702 bytes} [Tue Apr 14 08:47:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2816] 199.204.45.242 () {30 vars in 704 bytes} [Tue Apr 14 08:47:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2817] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:47:46 2026] GET /v2.0/ports?tenant_id=d30116803eb842ea8c82128600d031b4&device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 2584 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2818] 199.204.45.242 () {30 vars in 680 bytes} [Tue Apr 14 08:47:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2819] 199.204.45.242 () {30 vars in 716 bytes} [Tue Apr 14 08:47:46 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: 1491/2820] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:47:46 2026] GET /v2.0/networks?id=6620218b-c4e2-4679-8cc4-7b23d03b1a49 => generated 802 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2821] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:47:46 2026] GET /v2.0/subnets/e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2822] 199.204.45.242 () {34 vars in 1055 bytes} [Tue Apr 14 08:47:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.63&port_id=dd71cb2e-9b89-4cd8-93de-13fb8fdc766c => 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: 1492/2823] 199.204.45.242 () {30 vars in 736 bytes} [Tue Apr 14 08:47:46 2026] GET /v2.0/ports/a3db9411-053f-4d5d-a60c-fb8a1b0b1011 => generated 1124 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2824] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:47:46 2026] GET /v2.0/subnets?id=e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2825] 199.204.45.242 () {30 vars in 736 bytes} [Tue Apr 14 08:47:46 2026] GET /v2.0/ports/dd71cb2e-9b89-4cd8-93de-13fb8fdc766c => generated 1344 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2826] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:47:46 2026] GET /v2.0/ports?network_id=6620218b-c4e2-4679-8cc4-7b23d03b1a49&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: 1494/2827] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:47:46 2026] GET /v2.0/subnets/e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2828] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:47:47 2026] GET /v2.0/networks/6620218b-c4e2-4679-8cc4-7b23d03b1a49?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: 1495/2829] 199.204.45.242 () {30 vars in 742 bytes} [Tue Apr 14 08:47:47 2026] GET /v2.0/networks/6620218b-c4e2-4679-8cc4-7b23d03b1a49 => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2830] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:47:47 2026] GET /v2.0/networks/6620218b-c4e2-4679-8cc4-7b23d03b1a49?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: 1496/2831] 199.204.45.242 () {30 vars in 736 bytes} [Tue Apr 14 08:47:47 2026] GET /v2.0/ports/a3db9411-053f-4d5d-a60c-fb8a1b0b1011 => generated 1124 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2832] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:47:47 2026] GET /v2.0/subnets/e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2833] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:47:48 2026] GET /v2.0/ports?tenant_id=d30116803eb842ea8c82128600d031b4&device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 2584 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2834] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:47:48 2026] GET /v2.0/networks?id=6620218b-c4e2-4679-8cc4-7b23d03b1a49 => generated 802 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2835] 199.204.45.242 () {34 vars in 1055 bytes} [Tue Apr 14 08:47:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.63&port_id=dd71cb2e-9b89-4cd8-93de-13fb8fdc766c => 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: 1338/2836] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:47:48 2026] GET /v2.0/subnets?id=e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2837] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:47:48 2026] GET /v2.0/ports?network_id=6620218b-c4e2-4679-8cc4-7b23d03b1a49&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2838] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:47:48 2026] GET /v2.0/networks/6620218b-c4e2-4679-8cc4-7b23d03b1a49?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: 1500/2839] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:47:48 2026] GET /v2.0/networks/6620218b-c4e2-4679-8cc4-7b23d03b1a49?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:47:55.328 7 INFO neutron.db.l3_db [None req-9c37de8e-6143-42ae-ab4b-3bffe2a94ff2 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] Floating IP 338b5b9d-6dd6-4697-ace2-ad48399f24fc associated. External IP: 10.96.250.210, port: a3db9411-053f-4d5d-a60c-fb8a1b0b1011. [pid: 7|app: 0|req: 1502/2842] 10.0.0.30 () {34 vars in 675 bytes} [Tue Apr 14 08:47:54 2026] POST /v2.0/floatingips => generated 897 bytes in 1117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2843] 199.204.45.242 () {30 vars in 702 bytes} [Tue Apr 14 08:48:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2844] 199.204.45.242 () {30 vars in 704 bytes} [Tue Apr 14 08:48:00 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: 1342/2845] 199.204.45.242 () {30 vars in 680 bytes} [Tue Apr 14 08:48: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: 7|app: 0|req: 1504/2846] 199.204.45.242 () {30 vars in 716 bytes} [Tue Apr 14 08:48:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:48:00.855 8 INFO neutron.api.v2.resource [None req-706aec13-2147-4bfc-8d12-ee392d74e603 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1343/2847] 199.204.45.242 () {30 vars in 762 bytes} [Tue Apr 14 08:48:00 2026] GET /v2.0/security-groups/lb-68eb35ea-2c84-4ec2-9210-1495ad8f6ac5 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2848] 199.204.45.242 () {30 vars in 784 bytes} [Tue Apr 14 08:48:00 2026] GET /v2.0/security-groups?name=lb-68eb35ea-2c84-4ec2-9210-1495ad8f6ac5 => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2849] 199.204.45.242 () {30 vars in 814 bytes} [Tue Apr 14 08:48:00 2026] GET /v2.0/security-group-rules?security_group_id=ab4648ce-3fc7-41d4-ac6e-4fcbc9ab2f9e => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2850] 199.204.45.242 () {34 vars in 746 bytes} [Tue Apr 14 08:48:00 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: 1345/2851] 199.204.45.242 () {34 vars in 746 bytes} [Tue Apr 14 08:48:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2854] 10.0.0.24 () {30 vars in 688 bytes} [Tue Apr 14 08:48:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2855] 10.0.0.24 () {30 vars in 690 bytes} [Tue Apr 14 08:48:12 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: 1348/2856] 10.0.0.24 () {30 vars in 666 bytes} [Tue Apr 14 08:48:12 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: 1509/2857] 10.0.0.24 () {30 vars in 702 bytes} [Tue Apr 14 08:48:12 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: 1349/2858] 10.0.0.24 () {28 vars in 437 bytes} [Tue Apr 14 08:48:13 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2859] 10.0.0.24 () {30 vars in 726 bytes} [Tue Apr 14 08:48:13 2026] GET /v2.0/subnets/93af1a3d-10b8-405d-94ff-c16bcd6bf351 => generated 656 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2860] 199.204.45.242 () {30 vars in 702 bytes} [Tue Apr 14 08:48:14 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: 1511/2861] 199.204.45.242 () {30 vars in 704 bytes} [Tue Apr 14 08:48:14 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: 1351/2862] 199.204.45.242 () {30 vars in 680 bytes} [Tue Apr 14 08:48:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2863] 199.204.45.242 () {30 vars in 716 bytes} [Tue Apr 14 08:48:14 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: 1352/2864] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:48:14 2026] GET /v2.0/subnets/93af1a3d-10b8-405d-94ff-c16bcd6bf351 => 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: 1513/2865] 199.204.45.242 () {30 vars in 768 bytes} [Tue Apr 14 08:48:14 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 2584 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2866] 199.204.45.242 () {30 vars in 702 bytes} [Tue Apr 14 08:48:14 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: 1514/2867] 199.204.45.242 () {30 vars in 704 bytes} [Tue Apr 14 08:48:14 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: 1354/2868] 199.204.45.242 () {30 vars in 680 bytes} [Tue Apr 14 08:48:14 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: 1515/2869] 199.204.45.242 () {30 vars in 716 bytes} [Tue Apr 14 08:48:14 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: 1355/2870] 199.204.45.242 () {34 vars in 716 bytes} [Tue Apr 14 08:48:14 2026] POST /v2.0/ports => generated 1324 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2871] 10.0.0.244 () {34 vars in 970 bytes} [Tue Apr 14 08:48:15 2026] GET /v2.0/ports/d6c4e79c-51b7-4171-ab18-e2339b839173 => generated 1324 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1356/2872] 10.0.0.244 () {34 vars in 906 bytes} [Tue Apr 14 08:48:15 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2873] 199.204.45.242 () {34 vars in 1261 bytes} [Tue Apr 14 08:48:16 2026] GET /v2.0/ports/d6c4e79c-51b7-4171-ab18-e2339b839173?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2874] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:48:16 2026] GET /v2.0/networks/c2dba40d-cfd3-4671-b9bf-e9009acc3606?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: 1518/2875] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:48:16 2026] GET /v2.0/networks/c2dba40d-cfd3-4671-b9bf-e9009acc3606?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2876] 199.204.45.242 () {34 vars in 974 bytes} [Tue Apr 14 08:48:17 2026] GET /v2.0/ports/d6c4e79c-51b7-4171-ab18-e2339b839173 => generated 1324 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2877] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:48:17 2026] GET /v2.0/networks?id=c2dba40d-cfd3-4671-b9bf-e9009acc3606 => generated 800 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2878] 199.204.45.242 () {38 vars in 1027 bytes} [Tue Apr 14 08:48:17 2026] PUT /v2.0/ports/d6c4e79c-51b7-4171-ab18-e2339b839173 => generated 1514 bytes in 488 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:48:18.107 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2a12a1cf-b1b5-46f6-92c3-91ed07af194f'] response: {'name': 'network-changed', 'server_uuid': 'a5b259da-0519-4c90-a8c0-492c462d91ac', 'tag': 'd6c4e79c-51b7-4171-ab18-e2339b839173', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1520/2879] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:48:18 2026] GET /v2.0/ports?tenant_id=d30116803eb842ea8c82128600d031b4&device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 4090 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1360/2880] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:48:18 2026] GET /v2.0/networks?id=c2dba40d-cfd3-4671-b9bf-e9009acc3606 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2881] 199.204.45.242 () {34 vars in 1055 bytes} [Tue Apr 14 08:48:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.40&port_id=d6c4e79c-51b7-4171-ab18-e2339b839173 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2882] 199.204.45.242 () {34 vars in 1103 bytes} [Tue Apr 14 08:48:18 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2fc&port_id=d6c4e79c-51b7-4171-ab18-e2339b839173 => 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: 1522/2883] 199.204.45.242 () {34 vars in 1063 bytes} [Tue Apr 14 08:48:18 2026] GET /v2.0/subnets?id=93af1a3d-10b8-405d-94ff-c16bcd6bf351&id=a1faf23e-2dc2-4053-abcc-1411dee7c5e2 => generated 1411 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2884] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:48:18 2026] GET /v2.0/ports?network_id=c2dba40d-cfd3-4671-b9bf-e9009acc3606&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2885] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:48:18 2026] GET /v2.0/ports?network_id=c2dba40d-cfd3-4671-b9bf-e9009acc3606&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2886] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:48:18 2026] GET /v2.0/networks/c2dba40d-cfd3-4671-b9bf-e9009acc3606?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: 1524/2887] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:48:18 2026] GET /v2.0/networks/c2dba40d-cfd3-4671-b9bf-e9009acc3606?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2888] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:48:20 2026] GET /v2.0/ports?tenant_id=d30116803eb842ea8c82128600d031b4&device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 4090 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2889] 199.204.45.242 () {34 vars in 1061 bytes} [Tue Apr 14 08:48:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.226&port_id=447d0f7e-5ec5-4f6c-8036-6deba09c0d7b => 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: 1527/2892] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:48:20 2026] GET /v2.0/subnets?id=223264c6-8d2a-4645-8115-7115c0d6a304 => generated 654 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2893] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:48:20 2026] GET /v2.0/ports?network_id=50b6a590-5675-42ab-9c75-56af75feb6a7&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2894] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:48:20 2026] GET /v2.0/networks/50b6a590-5675-42ab-9c75-56af75feb6a7?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2895] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:48:20 2026] GET /v2.0/networks/50b6a590-5675-42ab-9c75-56af75feb6a7?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: 1529/2896] 199.204.45.242 () {34 vars in 1055 bytes} [Tue Apr 14 08:48:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.63&port_id=dd71cb2e-9b89-4cd8-93de-13fb8fdc766c => 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: 1368/2897] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:48:20 2026] GET /v2.0/subnets?id=e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2898] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:48:20 2026] GET /v2.0/ports?network_id=6620218b-c4e2-4679-8cc4-7b23d03b1a49&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: 8|app: 0|req: 1369/2899] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:48:20 2026] GET /v2.0/networks/6620218b-c4e2-4679-8cc4-7b23d03b1a49?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: 1531/2900] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:48:20 2026] GET /v2.0/networks/6620218b-c4e2-4679-8cc4-7b23d03b1a49?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: 1370/2901] 199.204.45.242 () {34 vars in 1055 bytes} [Tue Apr 14 08:48:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.40&port_id=d6c4e79c-51b7-4171-ab18-e2339b839173 => 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: 1532/2902] 199.204.45.242 () {34 vars in 1103 bytes} [Tue Apr 14 08:48:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2fc&port_id=d6c4e79c-51b7-4171-ab18-e2339b839173 => 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: 1371/2903] 199.204.45.242 () {34 vars in 1063 bytes} [Tue Apr 14 08:48:20 2026] GET /v2.0/subnets?id=93af1a3d-10b8-405d-94ff-c16bcd6bf351&id=a1faf23e-2dc2-4053-abcc-1411dee7c5e2 => generated 1411 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/2904] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:48:20 2026] GET /v2.0/ports?network_id=c2dba40d-cfd3-4671-b9bf-e9009acc3606&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: 1372/2905] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:48:20 2026] GET /v2.0/ports?network_id=c2dba40d-cfd3-4671-b9bf-e9009acc3606&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2906] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:48:20 2026] GET /v2.0/networks/c2dba40d-cfd3-4671-b9bf-e9009acc3606?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2907] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:48:20 2026] GET /v2.0/networks/c2dba40d-cfd3-4671-b9bf-e9009acc3606?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: 1535/2908] 10.0.0.244 () {34 vars in 970 bytes} [Tue Apr 14 08:48:24 2026] GET /v2.0/ports/d6c4e79c-51b7-4171-ab18-e2339b839173 => generated 1516 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2909] 199.204.45.242 () {30 vars in 742 bytes} [Tue Apr 14 08:48:24 2026] GET /v2.0/networks/c2dba40d-cfd3-4671-b9bf-e9009acc3606 => generated 797 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2910] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:48:24 2026] GET /v2.0/subnets/93af1a3d-10b8-405d-94ff-c16bcd6bf351 => 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: 1375/2911] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:48:24 2026] GET /v2.0/subnets/a1faf23e-2dc2-4053-abcc-1411dee7c5e2 => generated 744 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/2912] 199.204.45.242 () {30 vars in 702 bytes} [Tue Apr 14 08:48:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2913] 199.204.45.242 () {30 vars in 704 bytes} [Tue Apr 14 08:48:25 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: 1538/2914] 199.204.45.242 () {30 vars in 680 bytes} [Tue Apr 14 08:48:25 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: 1377/2915] 199.204.45.242 () {30 vars in 716 bytes} [Tue Apr 14 08:48:25 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: 1539/2916] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:48:25 2026] GET /v2.0/subnets/e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2917] 199.204.45.242 () {30 vars in 736 bytes} [Tue Apr 14 08:48:25 2026] GET /v2.0/ports/a3db9411-053f-4d5d-a60c-fb8a1b0b1011 => generated 1124 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/2918] 199.204.45.242 () {30 vars in 736 bytes} [Tue Apr 14 08:48:25 2026] GET /v2.0/ports/dd71cb2e-9b89-4cd8-93de-13fb8fdc766c => generated 1344 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2919] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:48:25 2026] GET /v2.0/subnets/e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/2920] 199.204.45.242 () {30 vars in 742 bytes} [Tue Apr 14 08:48:25 2026] GET /v2.0/networks/6620218b-c4e2-4679-8cc4-7b23d03b1a49 => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2921] 199.204.45.242 () {30 vars in 736 bytes} [Tue Apr 14 08:48:25 2026] GET /v2.0/ports/a3db9411-053f-4d5d-a60c-fb8a1b0b1011 => generated 1124 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2922] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:48:25 2026] GET /v2.0/subnets/e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2923] 10.0.0.24 () {30 vars in 688 bytes} [Tue Apr 14 08:48:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/2924] 10.0.0.24 () {30 vars in 690 bytes} [Tue Apr 14 08:48:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2925] 10.0.0.24 () {30 vars in 666 bytes} [Tue Apr 14 08:48:33 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: 1544/2926] 10.0.0.24 () {30 vars in 702 bytes} [Tue Apr 14 08:48:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2927] 10.0.0.24 () {28 vars in 437 bytes} [Tue Apr 14 08:48:34 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/2928] 10.0.0.24 () {30 vars in 726 bytes} [Tue Apr 14 08:48:34 2026] GET /v2.0/subnets/5fdbfe99-5a5e-43ce-98cf-1f7ddaa43e46 => generated 656 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2929] 199.204.45.242 () {30 vars in 702 bytes} [Tue Apr 14 08:48:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/2930] 199.204.45.242 () {30 vars in 704 bytes} [Tue Apr 14 08:48:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2931] 199.204.45.242 () {30 vars in 680 bytes} [Tue Apr 14 08:48:34 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: 1547/2932] 199.204.45.242 () {30 vars in 716 bytes} [Tue Apr 14 08:48:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2933] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:48:35 2026] GET /v2.0/subnets/93af1a3d-10b8-405d-94ff-c16bcd6bf351 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/2934] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:48:35 2026] GET /v2.0/subnets/5fdbfe99-5a5e-43ce-98cf-1f7ddaa43e46 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2937] 199.204.45.242 () {30 vars in 768 bytes} [Tue Apr 14 08:48:35 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 4092 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/2938] 199.204.45.242 () {30 vars in 702 bytes} [Tue Apr 14 08:48:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2939] 199.204.45.242 () {30 vars in 704 bytes} [Tue Apr 14 08:48:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/2940] 199.204.45.242 () {30 vars in 680 bytes} [Tue Apr 14 08:48: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: 8|app: 0|req: 1389/2941] 199.204.45.242 () {30 vars in 716 bytes} [Tue Apr 14 08:48:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/2942] 199.204.45.242 () {34 vars in 716 bytes} [Tue Apr 14 08:48:36 2026] POST /v2.0/ports => generated 1332 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2943] 10.0.0.244 () {34 vars in 970 bytes} [Tue Apr 14 08:48:36 2026] GET /v2.0/ports/44854876-1575-40d0-bf1b-a1546543fa31 => 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: 7|app: 0|req: 1554/2944] 199.204.45.242 () {34 vars in 1261 bytes} [Tue Apr 14 08:48:37 2026] GET /v2.0/ports/44854876-1575-40d0-bf1b-a1546543fa31?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2945] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:48:37 2026] GET /v2.0/networks/02ba3d7c-ec61-483f-a3ea-20f564bd5fb3?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: 1555/2946] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:48:37 2026] GET /v2.0/networks/02ba3d7c-ec61-483f-a3ea-20f564bd5fb3?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: 1392/2947] 199.204.45.242 () {34 vars in 974 bytes} [Tue Apr 14 08:48:38 2026] GET /v2.0/ports/44854876-1575-40d0-bf1b-a1546543fa31 => generated 1332 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/2948] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:48:38 2026] GET /v2.0/networks?id=02ba3d7c-ec61-483f-a3ea-20f564bd5fb3 => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2949] 199.204.45.242 () {38 vars in 1027 bytes} [Tue Apr 14 08:48:38 2026] PUT /v2.0/ports/44854876-1575-40d0-bf1b-a1546543fa31 => generated 1522 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:48:38.750 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d9ad1fc4-adc7-4970-98b9-5998efbf6ae3'] response: {'name': 'network-changed', 'server_uuid': 'a5b259da-0519-4c90-a8c0-492c462d91ac', 'tag': '44854876-1575-40d0-bf1b-a1546543fa31', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1557/2950] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:48:39 2026] GET /v2.0/ports?tenant_id=d30116803eb842ea8c82128600d031b4&device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 5606 bytes in 58 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: 1394/2951] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:48:39 2026] GET /v2.0/networks?id=02ba3d7c-ec61-483f-a3ea-20f564bd5fb3 => generated 799 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/2952] 199.204.45.242 () {34 vars in 1057 bytes} [Tue Apr 14 08:48:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.160&port_id=44854876-1575-40d0-bf1b-a1546543fa31 => 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: 1395/2953] 199.204.45.242 () {34 vars in 1105 bytes} [Tue Apr 14 08:48:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A293&port_id=44854876-1575-40d0-bf1b-a1546543fa31 => 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: 1559/2954] 199.204.45.242 () {34 vars in 1063 bytes} [Tue Apr 14 08:48:39 2026] GET /v2.0/subnets?id=c0511a04-87f6-4af6-b49b-349a64c65e23&id=5fdbfe99-5a5e-43ce-98cf-1f7ddaa43e46 => generated 1415 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2955] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:48:39 2026] GET /v2.0/ports?network_id=02ba3d7c-ec61-483f-a3ea-20f564bd5fb3&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/2956] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:48:39 2026] GET /v2.0/ports?network_id=02ba3d7c-ec61-483f-a3ea-20f564bd5fb3&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2957] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:48:39 2026] GET /v2.0/networks/02ba3d7c-ec61-483f-a3ea-20f564bd5fb3?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: 1561/2958] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:48:39 2026] GET /v2.0/networks/02ba3d7c-ec61-483f-a3ea-20f564bd5fb3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2959] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:48:40 2026] GET /v2.0/ports?tenant_id=d30116803eb842ea8c82128600d031b4&device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 5606 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/2960] 199.204.45.242 () {34 vars in 1061 bytes} [Tue Apr 14 08:48:40 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.226&port_id=447d0f7e-5ec5-4f6c-8036-6deba09c0d7b => 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: 1399/2961] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:48:40 2026] GET /v2.0/subnets?id=223264c6-8d2a-4645-8115-7115c0d6a304 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/2962] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:48:40 2026] GET /v2.0/ports?network_id=50b6a590-5675-42ab-9c75-56af75feb6a7&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2963] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:48:40 2026] GET /v2.0/networks/50b6a590-5675-42ab-9c75-56af75feb6a7?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: 1564/2964] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:48:40 2026] GET /v2.0/networks/50b6a590-5675-42ab-9c75-56af75feb6a7?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: 1401/2965] 199.204.45.242 () {34 vars in 1055 bytes} [Tue Apr 14 08:48:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.63&port_id=dd71cb2e-9b89-4cd8-93de-13fb8fdc766c => 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: 1565/2966] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:48:40 2026] GET /v2.0/subnets?id=e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2967] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:48:41 2026] GET /v2.0/ports?network_id=6620218b-c4e2-4679-8cc4-7b23d03b1a49&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/2968] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:48:41 2026] GET /v2.0/networks/6620218b-c4e2-4679-8cc4-7b23d03b1a49?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2969] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:48:41 2026] GET /v2.0/networks/6620218b-c4e2-4679-8cc4-7b23d03b1a49?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: 1567/2970] 199.204.45.242 () {34 vars in 1055 bytes} [Tue Apr 14 08:48:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.40&port_id=d6c4e79c-51b7-4171-ab18-e2339b839173 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2971] 199.204.45.242 () {34 vars in 1103 bytes} [Tue Apr 14 08:48:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2fc&port_id=d6c4e79c-51b7-4171-ab18-e2339b839173 => 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: 1568/2972] 199.204.45.242 () {34 vars in 1063 bytes} [Tue Apr 14 08:48:41 2026] GET /v2.0/subnets?id=93af1a3d-10b8-405d-94ff-c16bcd6bf351&id=a1faf23e-2dc2-4053-abcc-1411dee7c5e2 => generated 1411 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2973] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:48:41 2026] GET /v2.0/ports?network_id=c2dba40d-cfd3-4671-b9bf-e9009acc3606&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: 7|app: 0|req: 1569/2974] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:48:41 2026] GET /v2.0/ports?network_id=c2dba40d-cfd3-4671-b9bf-e9009acc3606&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2975] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:48:41 2026] GET /v2.0/networks/c2dba40d-cfd3-4671-b9bf-e9009acc3606?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: 1570/2976] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:48:41 2026] GET /v2.0/networks/c2dba40d-cfd3-4671-b9bf-e9009acc3606?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: 1407/2977] 199.204.45.242 () {34 vars in 1057 bytes} [Tue Apr 14 08:48:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.160&port_id=44854876-1575-40d0-bf1b-a1546543fa31 => 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: 1571/2978] 199.204.45.242 () {34 vars in 1105 bytes} [Tue Apr 14 08:48:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A293&port_id=44854876-1575-40d0-bf1b-a1546543fa31 => 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: 1408/2979] 199.204.45.242 () {34 vars in 1063 bytes} [Tue Apr 14 08:48:41 2026] GET /v2.0/subnets?id=c0511a04-87f6-4af6-b49b-349a64c65e23&id=5fdbfe99-5a5e-43ce-98cf-1f7ddaa43e46 => generated 1415 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/2980] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:48:41 2026] GET /v2.0/ports?network_id=02ba3d7c-ec61-483f-a3ea-20f564bd5fb3&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2981] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:48:41 2026] GET /v2.0/ports?network_id=02ba3d7c-ec61-483f-a3ea-20f564bd5fb3&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/2982] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:48:41 2026] GET /v2.0/networks/02ba3d7c-ec61-483f-a3ea-20f564bd5fb3?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2983] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:48:41 2026] GET /v2.0/networks/02ba3d7c-ec61-483f-a3ea-20f564bd5fb3?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/2984] 10.0.0.244 () {34 vars in 970 bytes} [Tue Apr 14 08:48:46 2026] GET /v2.0/ports/44854876-1575-40d0-bf1b-a1546543fa31 => generated 1524 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2985] 199.204.45.242 () {30 vars in 742 bytes} [Tue Apr 14 08:48:46 2026] GET /v2.0/networks/02ba3d7c-ec61-483f-a3ea-20f564bd5fb3 => generated 796 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/2986] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:48:46 2026] GET /v2.0/subnets/5fdbfe99-5a5e-43ce-98cf-1f7ddaa43e46 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2987] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:48:46 2026] GET /v2.0/subnets/c0511a04-87f6-4af6-b49b-349a64c65e23 => generated 748 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/2988] 199.204.45.242 () {30 vars in 736 bytes} [Tue Apr 14 08:48:46 2026] GET /v2.0/ports/d6c4e79c-51b7-4171-ab18-e2339b839173 => generated 1516 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2989] 199.204.45.242 () {34 vars in 789 bytes} [Tue Apr 14 08:48:46 2026] PUT /v2.0/ports/d6c4e79c-51b7-4171-ab18-e2339b839173 => generated 1251 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:48:46.696 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7fa243ef-33b7-4a4f-8eca-6dbf7d7c9e59'] response: {'name': 'network-changed', 'server_uuid': 'a5b259da-0519-4c90-a8c0-492c462d91ac', 'tag': 'd6c4e79c-51b7-4171-ab18-e2339b839173', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1577/2990] 199.204.45.242 () {30 vars in 742 bytes} [Tue Apr 14 08:48:46 2026] GET /v2.0/networks/c2dba40d-cfd3-4671-b9bf-e9009acc3606 => generated 797 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1414/2991] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:48:46 2026] GET /v2.0/subnets/93af1a3d-10b8-405d-94ff-c16bcd6bf351 => 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: 1578/2992] 199.204.45.242 () {30 vars in 702 bytes} [Tue Apr 14 08:48:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2993] 199.204.45.242 () {30 vars in 704 bytes} [Tue Apr 14 08:48:46 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: 1579/2994] 199.204.45.242 () {30 vars in 680 bytes} [Tue Apr 14 08:48:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2995] 199.204.45.242 () {30 vars in 716 bytes} [Tue Apr 14 08:48:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/2996] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:48:46 2026] GET /v2.0/subnets/e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2997] 199.204.45.242 () {30 vars in 736 bytes} [Tue Apr 14 08:48:46 2026] GET /v2.0/ports/a3db9411-053f-4d5d-a60c-fb8a1b0b1011 => generated 1124 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/2998] 199.204.45.242 () {30 vars in 736 bytes} [Tue Apr 14 08:48:47 2026] GET /v2.0/ports/dd71cb2e-9b89-4cd8-93de-13fb8fdc766c => generated 1344 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2999] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:48:47 2026] GET /v2.0/subnets/e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3000] 199.204.45.242 () {30 vars in 742 bytes} [Tue Apr 14 08:48:47 2026] GET /v2.0/networks/6620218b-c4e2-4679-8cc4-7b23d03b1a49 => generated 799 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/3001] 199.204.45.242 () {30 vars in 736 bytes} [Tue Apr 14 08:48:47 2026] GET /v2.0/ports/a3db9411-053f-4d5d-a60c-fb8a1b0b1011 => generated 1124 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/3002] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:48:47 2026] GET /v2.0/subnets/e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3003] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:48:47 2026] GET /v2.0/ports?tenant_id=d30116803eb842ea8c82128600d031b4&device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 5379 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/3004] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:48:47 2026] GET /v2.0/networks?id=c2dba40d-cfd3-4671-b9bf-e9009acc3606 => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3005] 199.204.45.242 () {34 vars in 1055 bytes} [Tue Apr 14 08:48:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.40&port_id=d6c4e79c-51b7-4171-ab18-e2339b839173 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/3006] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:48:47 2026] GET /v2.0/subnets?id=93af1a3d-10b8-405d-94ff-c16bcd6bf351 => generated 677 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3007] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:48:47 2026] GET /v2.0/ports?network_id=c2dba40d-cfd3-4671-b9bf-e9009acc3606&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: 1423/3008] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:48:47 2026] GET /v2.0/networks/c2dba40d-cfd3-4671-b9bf-e9009acc3606?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: 1586/3009] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:48:47 2026] GET /v2.0/networks/c2dba40d-cfd3-4671-b9bf-e9009acc3606?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3012] 199.204.45.242 () {30 vars in 702 bytes} [Tue Apr 14 08:48:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/3013] 199.204.45.242 () {30 vars in 704 bytes} [Tue Apr 14 08:48:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3014] 199.204.45.242 () {30 vars in 680 bytes} [Tue Apr 14 08:48:58 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/3015] 199.204.45.242 () {30 vars in 716 bytes} [Tue Apr 14 08:48:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3016] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:48:58 2026] GET /v2.0/subnets/93af1a3d-10b8-405d-94ff-c16bcd6bf351 => generated 674 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/3017] 199.204.45.242 () {30 vars in 768 bytes} [Tue Apr 14 08:48:58 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 5379 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3018] 199.204.45.242 () {30 vars in 702 bytes} [Tue Apr 14 08:48:59 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: 1428/3019] 199.204.45.242 () {30 vars in 704 bytes} [Tue Apr 14 08:48:59 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: 1592/3020] 199.204.45.242 () {30 vars in 680 bytes} [Tue Apr 14 08:48:59 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: 1429/3021] 199.204.45.242 () {30 vars in 716 bytes} [Tue Apr 14 08:48:59 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3022] 199.204.45.242 () {30 vars in 736 bytes} [Tue Apr 14 08:48:59 2026] GET /v2.0/ports/44854876-1575-40d0-bf1b-a1546543fa31 => generated 1524 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/3023] 199.204.45.242 () {34 vars in 789 bytes} [Tue Apr 14 08:48:59 2026] PUT /v2.0/ports/44854876-1575-40d0-bf1b-a1546543fa31 => generated 1311 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:48:59.601 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4dd3db34-18c7-4ecf-99b3-ef3473d401a4'] response: {'name': 'network-changed', 'server_uuid': 'a5b259da-0519-4c90-a8c0-492c462d91ac', 'tag': '44854876-1575-40d0-bf1b-a1546543fa31', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1594/3024] 199.204.45.242 () {30 vars in 742 bytes} [Tue Apr 14 08:48:59 2026] GET /v2.0/networks/02ba3d7c-ec61-483f-a3ea-20f564bd5fb3 => generated 796 bytes in 67 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: 1431/3025] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:48:59 2026] GET /v2.0/subnets/c0511a04-87f6-4af6-b49b-349a64c65e23 => generated 748 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3026] 199.204.45.242 () {30 vars in 736 bytes} [Tue Apr 14 08:48:59 2026] GET /v2.0/ports/44854876-1575-40d0-bf1b-a1546543fa31 => generated 1347 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/3027] 199.204.45.242 () {34 vars in 788 bytes} [Tue Apr 14 08:48:59 2026] PUT /v2.0/ports/44854876-1575-40d0-bf1b-a1546543fa31 => generated 1080 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3028] 199.204.45.242 () {30 vars in 742 bytes} [Tue Apr 14 08:49:00 2026] GET /v2.0/networks/02ba3d7c-ec61-483f-a3ea-20f564bd5fb3 => generated 796 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1597/3029] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:49:00 2026] GET /v2.0/ports?tenant_id=d30116803eb842ea8c82128600d031b4&device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 4971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/3030] 199.204.45.242 () {30 vars in 768 bytes} [Tue Apr 14 08:49:00 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 4971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3031] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:49:00 2026] GET /v2.0/networks?id=02ba3d7c-ec61-483f-a3ea-20f564bd5fb3 => generated 799 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/3032] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:49:00 2026] GET /v2.0/networks/02ba3d7c-ec61-483f-a3ea-20f564bd5fb3?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: 1599/3033] 199.204.45.242 () {30 vars in 768 bytes} [Tue Apr 14 08:49:00 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 4971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/3034] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:49:00 2026] GET /v2.0/networks/02ba3d7c-ec61-483f-a3ea-20f564bd5fb3?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: 1600/3035] 199.204.45.242 () {30 vars in 768 bytes} [Tue Apr 14 08:49:01 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 4971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:49:01.644 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-679f3cae-c340-472c-8765-32bbc89de7f3'] response: {'name': 'network-changed', 'server_uuid': 'a5b259da-0519-4c90-a8c0-492c462d91ac', 'tag': '44854876-1575-40d0-bf1b-a1546543fa31', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1436/3036] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:49:02 2026] GET /v2.0/ports?tenant_id=d30116803eb842ea8c82128600d031b4&device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 4971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3037] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:49:02 2026] GET /v2.0/networks?id=02ba3d7c-ec61-483f-a3ea-20f564bd5fb3 => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/3038] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:49:02 2026] GET /v2.0/networks/02ba3d7c-ec61-483f-a3ea-20f564bd5fb3?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: 1602/3039] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:49:02 2026] GET /v2.0/networks/02ba3d7c-ec61-483f-a3ea-20f564bd5fb3?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: 1603/3040] 199.204.45.242 () {34 vars in 974 bytes} [Tue Apr 14 08:49:02 2026] GET /v2.0/ports/44854876-1575-40d0-bf1b-a1546543fa31 => generated 1116 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3041] 199.204.45.242 () {34 vars in 1059 bytes} [Tue Apr 14 08:49:02 2026] GET /v2.0/ports/44854876-1575-40d0-bf1b-a1546543fa31?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3042] 199.204.45.242 () {34 vars in 1015 bytes} [Tue Apr 14 08:49:02 2026] GET /v2.0/networks/02ba3d7c-ec61-483f-a3ea-20f564bd5fb3?fields=dns_domain => generated 29 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3043] 199.204.45.242 () {38 vars in 1027 bytes} [Tue Apr 14 08:49:02 2026] PUT /v2.0/ports/44854876-1575-40d0-bf1b-a1546543fa31 => generated 917 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/3044] 199.204.45.242 () {30 vars in 768 bytes} [Tue Apr 14 08:49:02 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 4971 bytes in 797 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: 1607/3045] 199.204.45.242 () {30 vars in 768 bytes} [Tue Apr 14 08:49:04 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 3863 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:49:04.376 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a5a2b97-5ce1-4dbb-833d-af99332b28b8 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 44854876-1575-40d0-bf1b-a1546543fa31 2026-04-14 08:49:04.380 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a5a2b97-5ce1-4dbb-833d-af99332b28b8 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 44854876-1575-40d0-bf1b-a1546543fa31 [pid: 7|app: 0|req: 1608/3046] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:49:04 2026] GET /v2.0/ports?tenant_id=d30116803eb842ea8c82128600d031b4&device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 3863 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/3047] 199.204.45.242 () {32 vars in 758 bytes} [Tue Apr 14 08:49:04 2026] DELETE /v2.0/ports/44854876-1575-40d0-bf1b-a1546543fa31 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3048] 199.204.45.242 () {34 vars in 1225 bytes} [Tue Apr 14 08:49:04 2026] GET /v2.0/networks?id=50b6a590-5675-42ab-9c75-56af75feb6a7&id=6620218b-c4e2-4679-8cc4-7b23d03b1a49&id=c2dba40d-cfd3-4671-b9bf-e9009acc3606&id=02ba3d7c-ec61-483f-a3ea-20f564bd5fb3 => generated 3094 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/3049] 199.204.45.242 () {34 vars in 1061 bytes} [Tue Apr 14 08:49:04 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.226&port_id=447d0f7e-5ec5-4f6c-8036-6deba09c0d7b => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/3050] 199.204.45.242 () {30 vars in 702 bytes} [Tue Apr 14 08:49:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/3051] 199.204.45.242 () {30 vars in 704 bytes} [Tue Apr 14 08:49:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/3052] 199.204.45.242 () {30 vars in 680 bytes} [Tue Apr 14 08:49:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3053] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:49:04 2026] GET /v2.0/subnets?id=223264c6-8d2a-4645-8115-7115c0d6a304 => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/3054] 199.204.45.242 () {30 vars in 716 bytes} [Tue Apr 14 08:49:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/3055] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:49:04 2026] GET /v2.0/subnets/e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3056] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:49:04 2026] GET /v2.0/ports?network_id=50b6a590-5675-42ab-9c75-56af75feb6a7&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/3057] 199.204.45.242 () {30 vars in 736 bytes} [Tue Apr 14 08:49:04 2026] GET /v2.0/ports/a3db9411-053f-4d5d-a60c-fb8a1b0b1011 => generated 1124 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3058] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:49:04 2026] GET /v2.0/networks/50b6a590-5675-42ab-9c75-56af75feb6a7?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/3059] 199.204.45.242 () {30 vars in 736 bytes} [Tue Apr 14 08:49:04 2026] GET /v2.0/ports/dd71cb2e-9b89-4cd8-93de-13fb8fdc766c => generated 1344 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3060] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:49:04 2026] GET /v2.0/networks/50b6a590-5675-42ab-9c75-56af75feb6a7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/3061] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:49:04 2026] GET /v2.0/subnets/e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3062] 199.204.45.242 () {34 vars in 1055 bytes} [Tue Apr 14 08:49:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.63&port_id=dd71cb2e-9b89-4cd8-93de-13fb8fdc766c => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3063] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:49:04 2026] GET /v2.0/subnets?id=e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/3064] 199.204.45.242 () {30 vars in 742 bytes} [Tue Apr 14 08:49:04 2026] GET /v2.0/networks/6620218b-c4e2-4679-8cc4-7b23d03b1a49 => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/3065] 199.204.45.242 () {30 vars in 736 bytes} [Tue Apr 14 08:49:04 2026] GET /v2.0/ports/a3db9411-053f-4d5d-a60c-fb8a1b0b1011 => generated 1124 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3066] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:49:04 2026] GET /v2.0/ports?network_id=6620218b-c4e2-4679-8cc4-7b23d03b1a49&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: 1451/3067] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:49:04 2026] GET /v2.0/subnets/e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3068] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:49:04 2026] GET /v2.0/networks/6620218b-c4e2-4679-8cc4-7b23d03b1a49?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: 1452/3069] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:49:04 2026] GET /v2.0/networks/6620218b-c4e2-4679-8cc4-7b23d03b1a49?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: 1618/3070] 199.204.45.242 () {34 vars in 1055 bytes} [Tue Apr 14 08:49:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.40&port_id=d6c4e79c-51b7-4171-ab18-e2339b839173 => 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: 1453/3071] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:49:05 2026] GET /v2.0/subnets?id=93af1a3d-10b8-405d-94ff-c16bcd6bf351 => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3074] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:49:05 2026] GET /v2.0/ports?network_id=c2dba40d-cfd3-4671-b9bf-e9009acc3606&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/3075] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:49:05 2026] GET /v2.0/networks/c2dba40d-cfd3-4671-b9bf-e9009acc3606?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: 1620/3076] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:49:05 2026] GET /v2.0/networks/c2dba40d-cfd3-4671-b9bf-e9009acc3606?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 712 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/3077] 199.204.45.242 () {30 vars in 702 bytes} [Tue Apr 14 08:49:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3078] 199.204.45.242 () {30 vars in 704 bytes} [Tue Apr 14 08:49:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/3079] 199.204.45.242 () {30 vars in 680 bytes} [Tue Apr 14 08:49:09 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: 1622/3080] 199.204.45.242 () {30 vars in 716 bytes} [Tue Apr 14 08:49:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/3081] 199.204.45.242 () {30 vars in 768 bytes} [Tue Apr 14 08:49:09 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 3863 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3082] 199.204.45.242 () {30 vars in 702 bytes} [Tue Apr 14 08:49:09 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: 1460/3083] 199.204.45.242 () {30 vars in 704 bytes} [Tue Apr 14 08:49:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3084] 199.204.45.242 () {30 vars in 680 bytes} [Tue Apr 14 08:49:09 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: 1461/3085] 199.204.45.242 () {30 vars in 716 bytes} [Tue Apr 14 08:49:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3086] 199.204.45.242 () {30 vars in 736 bytes} [Tue Apr 14 08:49:10 2026] GET /v2.0/ports/d6c4e79c-51b7-4171-ab18-e2339b839173 => generated 1287 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/3087] 199.204.45.242 () {34 vars in 788 bytes} [Tue Apr 14 08:49:10 2026] PUT /v2.0/ports/d6c4e79c-51b7-4171-ab18-e2339b839173 => generated 1080 bytes in 367 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:49:10.488 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b41a5f0c-07ca-4d52-a2b3-e9d020a17265'] response: {'name': 'network-changed', 'server_uuid': 'a5b259da-0519-4c90-a8c0-492c462d91ac', 'tag': 'd6c4e79c-51b7-4171-ab18-e2339b839173', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1626/3088] 199.204.45.242 () {30 vars in 742 bytes} [Tue Apr 14 08:49:10 2026] GET /v2.0/networks/c2dba40d-cfd3-4671-b9bf-e9009acc3606 => generated 797 bytes in 59 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: 1463/3089] 199.204.45.242 () {30 vars in 768 bytes} [Tue Apr 14 08:49:10 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 3692 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3090] 199.204.45.242 () {30 vars in 768 bytes} [Tue Apr 14 08:49:10 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 3692 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/3091] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:49:11 2026] GET /v2.0/ports?tenant_id=d30116803eb842ea8c82128600d031b4&device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 3692 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3092] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:49:11 2026] GET /v2.0/networks?id=c2dba40d-cfd3-4671-b9bf-e9009acc3606 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/3093] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:49:11 2026] GET /v2.0/networks/c2dba40d-cfd3-4671-b9bf-e9009acc3606?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: 1629/3094] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:49:11 2026] GET /v2.0/networks/c2dba40d-cfd3-4671-b9bf-e9009acc3606?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: 1466/3095] 199.204.45.242 () {30 vars in 768 bytes} [Tue Apr 14 08:49:11 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 3692 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3096] 199.204.45.242 () {34 vars in 974 bytes} [Tue Apr 14 08:49:12 2026] GET /v2.0/ports/d6c4e79c-51b7-4171-ab18-e2339b839173 => generated 1116 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3097] 199.204.45.242 () {34 vars in 1059 bytes} [Tue Apr 14 08:49:12 2026] GET /v2.0/ports/d6c4e79c-51b7-4171-ab18-e2339b839173?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3098] 199.204.45.242 () {34 vars in 1015 bytes} [Tue Apr 14 08:49:12 2026] GET /v2.0/networks/c2dba40d-cfd3-4671-b9bf-e9009acc3606?fields=dns_domain => generated 29 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3099] 199.204.45.242 () {30 vars in 768 bytes} [Tue Apr 14 08:49:12 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 3692 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3100] 199.204.45.242 () {38 vars in 1027 bytes} [Tue Apr 14 08:49:12 2026] PUT /v2.0/ports/d6c4e79c-51b7-4171-ab18-e2339b839173 => generated 917 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3101] 199.204.45.242 () {30 vars in 768 bytes} [Tue Apr 14 08:49:13 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 2584 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:49:14.006 7 INFO neutron_taas.services.taas.taas_plugin [None req-808aa089-e68c-43d8-85e4-77717b68d025 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: d6c4e79c-51b7-4171-ab18-e2339b839173 2026-04-14 08:49:14.009 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-808aa089-e68c-43d8-85e4-77717b68d025 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: d6c4e79c-51b7-4171-ab18-e2339b839173 [pid: 7|app: 0|req: 1633/3102] 199.204.45.242 () {32 vars in 758 bytes} [Tue Apr 14 08:49:13 2026] DELETE /v2.0/ports/d6c4e79c-51b7-4171-ab18-e2339b839173 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3103] 199.204.45.242 () {30 vars in 702 bytes} [Tue Apr 14 08:49:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3104] 199.204.45.242 () {30 vars in 704 bytes} [Tue Apr 14 08:49:14 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: 1471/3105] 199.204.45.242 () {30 vars in 680 bytes} [Tue Apr 14 08:49:14 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: 1635/3106] 199.204.45.242 () {30 vars in 716 bytes} [Tue Apr 14 08:49:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3107] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:49:14 2026] GET /v2.0/subnets/e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => 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: 1636/3108] 199.204.45.242 () {30 vars in 736 bytes} [Tue Apr 14 08:49:14 2026] GET /v2.0/ports/a3db9411-053f-4d5d-a60c-fb8a1b0b1011 => generated 1124 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3109] 199.204.45.242 () {30 vars in 736 bytes} [Tue Apr 14 08:49:14 2026] GET /v2.0/ports/dd71cb2e-9b89-4cd8-93de-13fb8fdc766c => generated 1344 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3110] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:49:14 2026] GET /v2.0/subnets/e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3111] 199.204.45.242 () {30 vars in 742 bytes} [Tue Apr 14 08:49:14 2026] GET /v2.0/networks/6620218b-c4e2-4679-8cc4-7b23d03b1a49 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3112] 199.204.45.242 () {30 vars in 736 bytes} [Tue Apr 14 08:49:14 2026] GET /v2.0/ports/a3db9411-053f-4d5d-a60c-fb8a1b0b1011 => generated 1124 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3113] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:49:14 2026] GET /v2.0/subnets/e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3114] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:49:14 2026] GET /v2.0/ports?tenant_id=d30116803eb842ea8c82128600d031b4&device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 2584 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3115] 199.204.45.242 () {34 vars in 1145 bytes} [Tue Apr 14 08:49:14 2026] GET /v2.0/networks?id=50b6a590-5675-42ab-9c75-56af75feb6a7&id=6620218b-c4e2-4679-8cc4-7b23d03b1a49&id=c2dba40d-cfd3-4671-b9bf-e9009acc3606 => generated 2309 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3116] 199.204.45.242 () {34 vars in 1061 bytes} [Tue Apr 14 08:49:14 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.226&port_id=447d0f7e-5ec5-4f6c-8036-6deba09c0d7b => 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: 1477/3117] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:49:14 2026] GET /v2.0/subnets?id=223264c6-8d2a-4645-8115-7115c0d6a304 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3118] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:49:14 2026] GET /v2.0/ports?network_id=50b6a590-5675-42ab-9c75-56af75feb6a7&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3119] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:49:14 2026] GET /v2.0/networks/50b6a590-5675-42ab-9c75-56af75feb6a7?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: 1642/3120] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:49:14 2026] GET /v2.0/networks/50b6a590-5675-42ab-9c75-56af75feb6a7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3121] 199.204.45.242 () {34 vars in 1055 bytes} [Tue Apr 14 08:49:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.63&port_id=dd71cb2e-9b89-4cd8-93de-13fb8fdc766c => 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: 1643/3122] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:49:14 2026] GET /v2.0/subnets?id=e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3123] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:49:15 2026] GET /v2.0/ports?network_id=6620218b-c4e2-4679-8cc4-7b23d03b1a49&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: 1644/3124] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:49:15 2026] GET /v2.0/networks/6620218b-c4e2-4679-8cc4-7b23d03b1a49?fields=segments => generated 14 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3125] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:49:15 2026] GET /v2.0/networks/6620218b-c4e2-4679-8cc4-7b23d03b1a49?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3128] 199.204.45.242 () {30 vars in 702 bytes} [Tue Apr 14 08:49: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: 8|app: 0|req: 1483/3129] 199.204.45.242 () {30 vars in 704 bytes} [Tue Apr 14 08:49:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3130] 199.204.45.242 () {30 vars in 680 bytes} [Tue Apr 14 08:49:25 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: 1484/3131] 199.204.45.242 () {30 vars in 716 bytes} [Tue Apr 14 08:49:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:49:25.548 7 INFO neutron.api.v2.resource [None req-ba00a7a1-97d1-4e1e-9256-ee38b7c04bd0 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1648/3132] 199.204.45.242 () {30 vars in 762 bytes} [Tue Apr 14 08:49:25 2026] GET /v2.0/security-groups/lb-68eb35ea-2c84-4ec2-9210-1495ad8f6ac5 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3133] 199.204.45.242 () {30 vars in 784 bytes} [Tue Apr 14 08:49:25 2026] GET /v2.0/security-groups?name=lb-68eb35ea-2c84-4ec2-9210-1495ad8f6ac5 => generated 2865 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3134] 199.204.45.242 () {30 vars in 814 bytes} [Tue Apr 14 08:49:25 2026] GET /v2.0/security-group-rules?security_group_id=ab4648ce-3fc7-41d4-ac6e-4fcbc9ab2f9e => generated 2334 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3135] 199.204.45.242 () {32 vars in 788 bytes} [Tue Apr 14 08:49:25 2026] DELETE /v2.0/security-group-rules/78872595-d428-4952-b8a2-094b6a59693d => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3136] 199.204.45.242 () {32 vars in 788 bytes} [Tue Apr 14 08:49:25 2026] DELETE /v2.0/security-group-rules/ef0de41b-3cb8-4a7e-b077-e4d16752a983 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:49:29.603 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b4c5938-6bd2-468b-9b2b-484b12a84f5a 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] TaaS: Handle Delete Port: a272ffb9-8b8a-459d-a69e-5c1f53daaa2b 2026-04-14 08:49:29.607 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b4c5938-6bd2-468b-9b2b-484b12a84f5a 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] Tap Mirror: Handle Delete Port: a272ffb9-8b8a-459d-a69e-5c1f53daaa2b 2026-04-14 08:49:29.800 8 INFO neutron.db.l3_db [None req-2b4c5938-6bd2-468b-9b2b-484b12a84f5a 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] Floating IP 338b5b9d-6dd6-4697-ace2-ad48399f24fc disassociated (deleted). External IP: 10.96.250.210, port: a3db9411-053f-4d5d-a60c-fb8a1b0b1011. [pid: 8|app: 0|req: 1487/3137] 10.0.0.30 () {32 vars in 730 bytes} [Tue Apr 14 08:49:29 2026] DELETE /v2.0/floatingips/338b5b9d-6dd6-4697-ace2-ad48399f24fc => generated 0 bytes in 658 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:49:30.130 7 INFO neutron.api.v2.resource [None req-82d0730b-bf02-455c-b6a9-0b811894c796 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1651/3138] 10.0.0.30 () {32 vars in 727 bytes} [Tue Apr 14 08:49:30 2026] GET /v2.0/floatingips/338b5b9d-6dd6-4697-ace2-ad48399f24fc => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3139] 199.204.45.242 () {30 vars in 702 bytes} [Tue Apr 14 08:49:31 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: 1652/3140] 199.204.45.242 () {30 vars in 704 bytes} [Tue Apr 14 08:49:31 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: 1489/3141] 199.204.45.242 () {30 vars in 680 bytes} [Tue Apr 14 08:49:31 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: 1653/3142] 199.204.45.242 () {30 vars in 716 bytes} [Tue Apr 14 08:49:31 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-04-14 08:49:31.667 8 INFO neutron.api.v2.resource [None req-b7f66475-800a-4235-bc01-47a36bb4d3c4 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1490/3143] 199.204.45.242 () {30 vars in 762 bytes} [Tue Apr 14 08:49:31 2026] GET /v2.0/security-groups/lb-68eb35ea-2c84-4ec2-9210-1495ad8f6ac5 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3144] 199.204.45.242 () {30 vars in 784 bytes} [Tue Apr 14 08:49:31 2026] GET /v2.0/security-groups?name=lb-68eb35ea-2c84-4ec2-9210-1495ad8f6ac5 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3145] 199.204.45.242 () {30 vars in 814 bytes} [Tue Apr 14 08:49:31 2026] GET /v2.0/security-group-rules?security_group_id=ab4648ce-3fc7-41d4-ac6e-4fcbc9ab2f9e => generated 1182 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3146] 199.204.45.242 () {30 vars in 702 bytes} [Tue Apr 14 08:49:31 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: 1492/3147] 199.204.45.242 () {30 vars in 704 bytes} [Tue Apr 14 08:49:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3148] 199.204.45.242 () {30 vars in 680 bytes} [Tue Apr 14 08:49:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3149] 199.204.45.242 () {30 vars in 716 bytes} [Tue Apr 14 08:49:31 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: 1657/3150] 199.204.45.242 () {30 vars in 740 bytes} [Tue Apr 14 08:49:31 2026] GET /v2.0/subnets/e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3151] 199.204.45.242 () {30 vars in 768 bytes} [Tue Apr 14 08:49:31 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 2584 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3152] 199.204.45.242 () {30 vars in 768 bytes} [Tue Apr 14 08:49:32 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 2584 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3153] 199.204.45.242 () {30 vars in 768 bytes} [Tue Apr 14 08:49:32 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 2584 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3154] 199.204.45.242 () {30 vars in 768 bytes} [Tue Apr 14 08:49:33 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 2584 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3155] 199.204.45.242 () {34 vars in 974 bytes} [Tue Apr 14 08:49:34 2026] GET /v2.0/ports/dd71cb2e-9b89-4cd8-93de-13fb8fdc766c => generated 1344 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3156] 199.204.45.242 () {34 vars in 1059 bytes} [Tue Apr 14 08:49:34 2026] GET /v2.0/ports/dd71cb2e-9b89-4cd8-93de-13fb8fdc766c?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3157] 199.204.45.242 () {30 vars in 768 bytes} [Tue Apr 14 08:49:34 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 2584 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3158] 199.204.45.242 () {34 vars in 1015 bytes} [Tue Apr 14 08:49:34 2026] GET /v2.0/networks/6620218b-c4e2-4679-8cc4-7b23d03b1a49?fields=dns_domain => generated 29 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3159] 199.204.45.242 () {38 vars in 1027 bytes} [Tue Apr 14 08:49:34 2026] PUT /v2.0/ports/dd71cb2e-9b89-4cd8-93de-13fb8fdc766c => generated 1145 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1500/3162] 199.204.45.242 () {30 vars in 768 bytes} [Tue Apr 14 08:49:35 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3163] 199.204.45.242 () {34 vars in 788 bytes} [Tue Apr 14 08:49:35 2026] PUT /v2.0/ports/dd71cb2e-9b89-4cd8-93de-13fb8fdc766c => generated 1086 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3164] 199.204.45.242 () {30 vars in 736 bytes} [Tue Apr 14 08:49:35 2026] GET /v2.0/ports/dd71cb2e-9b89-4cd8-93de-13fb8fdc766c => generated 1086 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, ' 2026-04-14 08:49:35.736 7 INFO neutron_taas.services.taas.taas_plugin [None req-82f7e51d-864e-4812-a48c-2b17423f3785 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: dd71cb2e-9b89-4cd8-93de-13fb8fdc766c 2026-04-14 08:49:35.739 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82f7e51d-864e-4812-a48c-2b17423f3785 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: dd71cb2e-9b89-4cd8-93de-13fb8fdc766c [pid: 7|app: 0|req: 1664/3165] 199.204.45.242 () {32 vars in 758 bytes} [Tue Apr 14 08:49:35 2026] DELETE /v2.0/ports/dd71cb2e-9b89-4cd8-93de-13fb8fdc766c => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3166] 199.204.45.242 () {30 vars in 702 bytes} [Tue Apr 14 08:49:35 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: 1665/3167] 199.204.45.242 () {30 vars in 704 bytes} [Tue Apr 14 08:49:35 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: 1503/3168] 199.204.45.242 () {30 vars in 680 bytes} [Tue Apr 14 08:49:36 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: 7|app: 0|req: 1666/3169] 199.204.45.242 () {30 vars in 716 bytes} [Tue Apr 14 08:49:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:49:36.071 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6f990896-0ee5-4e4e-acad-559cb929dfd7 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1504/3170] 199.204.45.242 () {32 vars in 758 bytes} [Tue Apr 14 08:49:36 2026] DELETE /v2.0/ports/dd71cb2e-9b89-4cd8-93de-13fb8fdc766c => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3171] 199.204.45.242 () {30 vars in 736 bytes} [Tue Apr 14 08:49:36 2026] GET /v2.0/ports/a3db9411-053f-4d5d-a60c-fb8a1b0b1011 => generated 1124 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:49:36.142 8 INFO neutron.api.v2.resource [None req-1298add2-5e8f-40a5-84d4-434aa0932d49 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1505/3172] 199.204.45.242 () {30 vars in 762 bytes} [Tue Apr 14 08:49:36 2026] GET /v2.0/security-groups/lb-68eb35ea-2c84-4ec2-9210-1495ad8f6ac5 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3173] 199.204.45.242 () {30 vars in 784 bytes} [Tue Apr 14 08:49:36 2026] GET /v2.0/security-groups?name=lb-68eb35ea-2c84-4ec2-9210-1495ad8f6ac5 => generated 1639 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3174] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:49:36 2026] GET /v2.0/ports?tenant_id=d30116803eb842ea8c82128600d031b4&device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3175] 199.204.45.242 () {30 vars in 736 bytes} [Tue Apr 14 08:49:36 2026] GET /v2.0/ports/a3db9411-053f-4d5d-a60c-fb8a1b0b1011 => generated 1124 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3176] 199.204.45.242 () {34 vars in 1065 bytes} [Tue Apr 14 08:49:36 2026] GET /v2.0/networks?id=50b6a590-5675-42ab-9c75-56af75feb6a7&id=6620218b-c4e2-4679-8cc4-7b23d03b1a49 => generated 1523 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3177] 199.204.45.242 () {34 vars in 1061 bytes} [Tue Apr 14 08:49:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.226&port_id=447d0f7e-5ec5-4f6c-8036-6deba09c0d7b => 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: 1509/3178] 199.204.45.242 () {34 vars in 983 bytes} [Tue Apr 14 08:49:36 2026] GET /v2.0/subnets?id=223264c6-8d2a-4645-8115-7115c0d6a304 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3179] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:49:36 2026] GET /v2.0/ports?network_id=50b6a590-5675-42ab-9c75-56af75feb6a7&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: 1511/3180] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:49:36 2026] GET /v2.0/networks/50b6a590-5675-42ab-9c75-56af75feb6a7?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3181] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:49:36 2026] GET /v2.0/networks/50b6a590-5675-42ab-9c75-56af75feb6a7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3182] 199.204.45.242 () {34 vars in 788 bytes} [Tue Apr 14 08:49:36 2026] PUT /v2.0/ports/a3db9411-053f-4d5d-a60c-fb8a1b0b1011 => generated 1086 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3183] 199.204.45.242 () {32 vars in 778 bytes} [Tue Apr 14 08:49:36 2026] DELETE /v2.0/security-groups/ab4648ce-3fc7-41d4-ac6e-4fcbc9ab2f9e => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:49:36.701 7 INFO neutron_taas.services.taas.taas_plugin [None req-78c36309-082e-4ad3-94fb-2ba07bda0e58 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: a3db9411-053f-4d5d-a60c-fb8a1b0b1011 2026-04-14 08:49:36.704 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78c36309-082e-4ad3-94fb-2ba07bda0e58 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: a3db9411-053f-4d5d-a60c-fb8a1b0b1011 [pid: 7|app: 0|req: 1671/3184] 199.204.45.242 () {32 vars in 758 bytes} [Tue Apr 14 08:49:36 2026] DELETE /v2.0/ports/a3db9411-053f-4d5d-a60c-fb8a1b0b1011 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3185] 199.204.45.242 () {34 vars in 993 bytes} [Tue Apr 14 08:49:39 2026] GET /v2.0/ports?device_id=a5b259da-0519-4c90-a8c0-492c462d91ac => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:49:39.894 7 INFO neutron_taas.services.taas.taas_plugin [req-20724c32-085f-48e1-b64b-360980919380 req-b7755668-8c25-42ee-88c6-11a977555505 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] TaaS: Handle Delete Port: 447d0f7e-5ec5-4f6c-8036-6deba09c0d7b 2026-04-14 08:49:39.897 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-20724c32-085f-48e1-b64b-360980919380 req-b7755668-8c25-42ee-88c6-11a977555505 b5fc67366ffa47b79f63849c82796f9d d30116803eb842ea8c82128600d031b4 - - default default] Tap Mirror: Handle Delete Port: 447d0f7e-5ec5-4f6c-8036-6deba09c0d7b [pid: 7|app: 0|req: 1672/3186] 199.204.45.242 () {36 vars in 996 bytes} [Tue Apr 14 08:49:39 2026] DELETE /v2.0/ports/447d0f7e-5ec5-4f6c-8036-6deba09c0d7b => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:49:40.093 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-edcc338d-8c96-4f72-8712-5394d003d6b3'] response: {'server_uuid': 'a5b259da-0519-4c90-a8c0-492c462d91ac', 'name': 'network-vif-deleted', 'tag': '447d0f7e-5ec5-4f6c-8036-6deba09c0d7b', 'status': 'completed', 'code': 200} 2026-04-14 08:49:40.485 8 INFO neutron_taas.services.taas.taas_plugin [None req-d848c8ad-7701-4d38-995f-9ef088474670 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] TaaS: Handle Delete Port: 4c2026ef-fe7a-49e6-a179-6880597f7b9f 2026-04-14 08:49:40.490 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d848c8ad-7701-4d38-995f-9ef088474670 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] Tap Mirror: Handle Delete Port: 4c2026ef-fe7a-49e6-a179-6880597f7b9f 2026-04-14 08:49:40.658 8 INFO neutron.db.l3_db [None req-d848c8ad-7701-4d38-995f-9ef088474670 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] Floating IP 7eb7f3e6-6e70-4d4f-b1ae-257a85d52951 disassociated (deleted). External IP: 10.96.250.218, port: c1a3b001-3f6e-4c1b-9cf7-892e88cff7c6. [pid: 8|app: 0|req: 1515/3187] 10.0.0.30 () {32 vars in 730 bytes} [Tue Apr 14 08:49:40 2026] DELETE /v2.0/floatingips/7eb7f3e6-6e70-4d4f-b1ae-257a85d52951 => generated 0 bytes in 665 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:49:41.025 7 INFO neutron.api.v2.resource [None req-825de03f-7d45-4ef5-a07f-b77e774f7cd7 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1673/3188] 10.0.0.30 () {32 vars in 727 bytes} [Tue Apr 14 08:49:41 2026] GET /v2.0/floatingips/7eb7f3e6-6e70-4d4f-b1ae-257a85d52951 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:49:41.034 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ce88201-ea0f-4e83-89a5-3b5981af29bf'] response: {'name': 'network-changed', 'server_uuid': 'a25b545b-23ab-4cd5-9956-a9fddc416f91', 'tag': 'c1a3b001-3f6e-4c1b-9cf7-892e88cff7c6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1516/3189] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:49:41 2026] GET /v2.0/ports?device_id=a25b545b-23ab-4cd5-9956-a9fddc416f91 => generated 1200 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3190] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:49:41 2026] GET /v2.0/security-groups?id=0d162b46-720e-4a51-bbe4-513e5fde6157&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3191] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:49:41 2026] GET /v2.0/ports?tenant_id=96f21b05543943dd8fb81948dbb1d400&device_id=a25b545b-23ab-4cd5-9956-a9fddc416f91 => 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: 1675/3192] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:49:41 2026] GET /v2.0/networks?id=02ba3d7c-ec61-483f-a3ea-20f564bd5fb3 => generated 799 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3193] 199.204.45.242 () {34 vars in 1055 bytes} [Tue Apr 14 08:49:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.30&port_id=c1a3b001-3f6e-4c1b-9cf7-892e88cff7c6 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3194] 199.204.45.242 () {34 vars in 1105 bytes} [Tue Apr 14 08:49:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A109&port_id=c1a3b001-3f6e-4c1b-9cf7-892e88cff7c6 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3195] 199.204.45.242 () {34 vars in 1063 bytes} [Tue Apr 14 08:49:41 2026] GET /v2.0/subnets?id=c0511a04-87f6-4af6-b49b-349a64c65e23&id=5fdbfe99-5a5e-43ce-98cf-1f7ddaa43e46 => generated 1415 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3196] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:49:41 2026] GET /v2.0/ports?network_id=02ba3d7c-ec61-483f-a3ea-20f564bd5fb3&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3197] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:49:41 2026] GET /v2.0/ports?network_id=02ba3d7c-ec61-483f-a3ea-20f564bd5fb3&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: 1678/3198] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:49:41 2026] GET /v2.0/networks/02ba3d7c-ec61-483f-a3ea-20f564bd5fb3?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: 1521/3199] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:49:41 2026] GET /v2.0/networks/02ba3d7c-ec61-483f-a3ea-20f564bd5fb3?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: 1679/3200] 199.204.45.242 () {34 vars in 993 bytes} [Tue Apr 14 08:49:43 2026] GET /v2.0/ports?device_id=a25b545b-23ab-4cd5-9956-a9fddc416f91 => generated 1200 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:49:43.812 8 INFO neutron_taas.services.taas.taas_plugin [req-2c72b7bb-c153-4971-aec4-4c4302a58665 req-46f8db8c-e5d6-4fb8-b7b8-256996f1edef 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] TaaS: Handle Delete Port: c1a3b001-3f6e-4c1b-9cf7-892e88cff7c6 2026-04-14 08:49:43.816 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2c72b7bb-c153-4971-aec4-4c4302a58665 req-46f8db8c-e5d6-4fb8-b7b8-256996f1edef 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] Tap Mirror: Handle Delete Port: c1a3b001-3f6e-4c1b-9cf7-892e88cff7c6 [pid: 8|app: 0|req: 1522/3201] 199.204.45.242 () {36 vars in 996 bytes} [Tue Apr 14 08:49:43 2026] DELETE /v2.0/ports/c1a3b001-3f6e-4c1b-9cf7-892e88cff7c6 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:49:44.072 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0bc53ea7-2d1e-4af8-b104-1b8c7ad88415'] response: {'server_uuid': 'a25b545b-23ab-4cd5-9956-a9fddc416f91', 'name': 'network-vif-deleted', 'tag': 'c1a3b001-3f6e-4c1b-9cf7-892e88cff7c6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1680/3202] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:49:46 2026] GET /v2.0/ports?device_id=a25b545b-23ab-4cd5-9956-a9fddc416f91 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:49:51.617 8 INFO neutron_taas.services.taas.taas_plugin [None req-3fdcb759-129c-46d2-890b-f9906ca9ea52 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] TaaS: Handle Delete Port: f5726021-549a-446f-8ad1-c07b1cc836c3 2026-04-14 08:49:51.620 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fdcb759-129c-46d2-890b-f9906ca9ea52 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] Tap Mirror: Handle Delete Port: f5726021-549a-446f-8ad1-c07b1cc836c3 2026-04-14 08:49:51.808 8 INFO neutron.db.l3_db [None req-3fdcb759-129c-46d2-890b-f9906ca9ea52 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] Floating IP 72a0f08d-2ab0-4bbc-ac73-9b67241c8d0b disassociated (deleted). External IP: 10.96.250.220, port: 74d78db9-1bdd-440c-b4d7-44424e79d9bb. [pid: 8|app: 0|req: 1524/3205] 10.0.0.30 () {32 vars in 730 bytes} [Tue Apr 14 08:49:51 2026] DELETE /v2.0/floatingips/72a0f08d-2ab0-4bbc-ac73-9b67241c8d0b => generated 0 bytes in 666 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:49:52.162 7 INFO neutron.api.v2.resource [None req-12ca7ce8-cc1c-489f-8fcf-19c4e9657357 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1682/3206] 10.0.0.30 () {32 vars in 727 bytes} [Tue Apr 14 08:49:52 2026] GET /v2.0/floatingips/72a0f08d-2ab0-4bbc-ac73-9b67241c8d0b => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:49:52.179 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc7aa1b8-7c7f-4eb0-8c83-e520cd381e82'] response: {'name': 'network-changed', 'server_uuid': 'c7c6ca15-0b68-410f-940c-a664dd4b045d', 'tag': '74d78db9-1bdd-440c-b4d7-44424e79d9bb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1525/3207] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:49:52 2026] GET /v2.0/ports?device_id=c7c6ca15-0b68-410f-940c-a664dd4b045d => generated 1196 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3208] 10.0.0.244 () {34 vars in 1039 bytes} [Tue Apr 14 08:49:52 2026] GET /v2.0/security-groups?id=0d162b46-720e-4a51-bbe4-513e5fde6157&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: 8|app: 0|req: 1526/3209] 199.204.45.242 () {34 vars in 1079 bytes} [Tue Apr 14 08:49:52 2026] GET /v2.0/ports?tenant_id=96f21b05543943dd8fb81948dbb1d400&device_id=c7c6ca15-0b68-410f-940c-a664dd4b045d => generated 1465 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3210] 199.204.45.242 () {34 vars in 985 bytes} [Tue Apr 14 08:49:52 2026] GET /v2.0/networks?id=c2dba40d-cfd3-4671-b9bf-e9009acc3606 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3211] 199.204.45.242 () {34 vars in 1055 bytes} [Tue Apr 14 08:49:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.43&port_id=74d78db9-1bdd-440c-b4d7-44424e79d9bb => 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: 1685/3212] 199.204.45.242 () {34 vars in 1103 bytes} [Tue Apr 14 08:49:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1c5&port_id=74d78db9-1bdd-440c-b4d7-44424e79d9bb => 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: 1528/3213] 199.204.45.242 () {34 vars in 1063 bytes} [Tue Apr 14 08:49:52 2026] GET /v2.0/subnets?id=93af1a3d-10b8-405d-94ff-c16bcd6bf351&id=a1faf23e-2dc2-4053-abcc-1411dee7c5e2 => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3214] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:49:52 2026] GET /v2.0/ports?network_id=c2dba40d-cfd3-4671-b9bf-e9009acc3606&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: 1529/3215] 199.204.45.242 () {34 vars in 1051 bytes} [Tue Apr 14 08:49:52 2026] GET /v2.0/ports?network_id=c2dba40d-cfd3-4671-b9bf-e9009acc3606&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3216] 199.204.45.242 () {34 vars in 1011 bytes} [Tue Apr 14 08:49:52 2026] GET /v2.0/networks/c2dba40d-cfd3-4671-b9bf-e9009acc3606?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3217] 199.204.45.242 () {34 vars in 1111 bytes} [Tue Apr 14 08:49:53 2026] GET /v2.0/networks/c2dba40d-cfd3-4671-b9bf-e9009acc3606?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: 1688/3218] 199.204.45.242 () {34 vars in 993 bytes} [Tue Apr 14 08:49:54 2026] GET /v2.0/ports?device_id=c7c6ca15-0b68-410f-940c-a664dd4b045d => generated 1196 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:49:54.905 8 INFO neutron_taas.services.taas.taas_plugin [req-b98453e2-2769-44e0-9332-aee8c3525900 req-a6f22279-09f2-4df2-a8ef-2d5873b80179 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] TaaS: Handle Delete Port: 74d78db9-1bdd-440c-b4d7-44424e79d9bb 2026-04-14 08:49:54.908 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b98453e2-2769-44e0-9332-aee8c3525900 req-a6f22279-09f2-4df2-a8ef-2d5873b80179 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] Tap Mirror: Handle Delete Port: 74d78db9-1bdd-440c-b4d7-44424e79d9bb [pid: 8|app: 0|req: 1531/3219] 199.204.45.242 () {36 vars in 996 bytes} [Tue Apr 14 08:49:54 2026] DELETE /v2.0/ports/74d78db9-1bdd-440c-b4d7-44424e79d9bb => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:49:55.124 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-92fe354e-9395-48e9-911c-7862212063ef'] response: {'server_uuid': 'c7c6ca15-0b68-410f-940c-a664dd4b045d', 'name': 'network-vif-deleted', 'tag': '74d78db9-1bdd-440c-b4d7-44424e79d9bb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1689/3220] 10.0.0.244 () {34 vars in 989 bytes} [Tue Apr 14 08:49:57 2026] GET /v2.0/ports?device_id=c7c6ca15-0b68-410f-940c-a664dd4b045d => 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: 1532/3221] 10.0.0.30 () {32 vars in 748 bytes} [Tue Apr 14 08:50:02 2026] DELETE /v2.0/security-group-rules/7a588bad-baee-4f49-9712-3e117f5e604e => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:50:02.798 7 INFO neutron.api.v2.resource [None req-7515db11-8d62-4e71-b4d7-cc406ca6060b 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1690/3222] 10.0.0.30 () {32 vars in 745 bytes} [Tue Apr 14 08:50:02 2026] GET /v2.0/security-group-rules/7a588bad-baee-4f49-9712-3e117f5e604e => 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: 1533/3223] 10.0.0.30 () {32 vars in 748 bytes} [Tue Apr 14 08:50:02 2026] DELETE /v2.0/security-group-rules/84867d67-6ba9-479d-9d3a-9bbc04f62e01 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:50:02.907 7 INFO neutron.api.v2.resource [None req-e1394fea-2a7a-4e98-a754-b600e620006e 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1691/3224] 10.0.0.30 () {32 vars in 745 bytes} [Tue Apr 14 08:50:02 2026] GET /v2.0/security-group-rules/84867d67-6ba9-479d-9d3a-9bbc04f62e01 => 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: 1534/3225] 10.0.0.30 () {32 vars in 748 bytes} [Tue Apr 14 08:50:02 2026] DELETE /v2.0/security-group-rules/4a655f01-9235-4ddb-9a4f-1f06b9f50eb3 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:50:03.007 7 INFO neutron.api.v2.resource [None req-fe77222b-e7c5-42b6-a5e0-9bc5a11919d7 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1692/3226] 10.0.0.30 () {32 vars in 745 bytes} [Tue Apr 14 08:50:02 2026] GET /v2.0/security-group-rules/4a655f01-9235-4ddb-9a4f-1f06b9f50eb3 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3227] 10.0.0.30 () {32 vars in 748 bytes} [Tue Apr 14 08:50:03 2026] DELETE /v2.0/security-group-rules/9fb4206d-786c-46d1-b4c2-c8734614d69b => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:50:03.120 7 INFO neutron.api.v2.resource [None req-7af5340e-8549-489f-846b-21fe71f39dff 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1693/3228] 10.0.0.30 () {32 vars in 745 bytes} [Tue Apr 14 08:50:03 2026] GET /v2.0/security-group-rules/9fb4206d-786c-46d1-b4c2-c8734614d69b => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3229] 10.0.0.30 () {32 vars in 748 bytes} [Tue Apr 14 08:50:03 2026] DELETE /v2.0/security-group-rules/e34a6097-be1c-4506-981d-1ea6654c50ee => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:50:03.247 7 INFO neutron.api.v2.resource [None req-bb7ce5fa-989e-4230-b042-e9026da88151 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1694/3230] 10.0.0.30 () {32 vars in 745 bytes} [Tue Apr 14 08:50:03 2026] GET /v2.0/security-group-rules/e34a6097-be1c-4506-981d-1ea6654c50ee => 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: 1537/3231] 10.0.0.30 () {32 vars in 748 bytes} [Tue Apr 14 08:50:03 2026] DELETE /v2.0/security-group-rules/c744abbf-bc29-4a27-8b9e-b11794094308 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:50:03.345 7 INFO neutron.api.v2.resource [None req-80e6599c-e9f5-460e-9bde-6b7dc46c3755 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1695/3232] 10.0.0.30 () {32 vars in 745 bytes} [Tue Apr 14 08:50:03 2026] GET /v2.0/security-group-rules/c744abbf-bc29-4a27-8b9e-b11794094308 => 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: 1538/3233] 10.0.0.30 () {32 vars in 748 bytes} [Tue Apr 14 08:50:03 2026] DELETE /v2.0/security-group-rules/521f2404-0ce1-40ef-912c-e452661f3ca3 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:50:03.451 7 INFO neutron.api.v2.resource [None req-7a396b73-f05a-4622-986f-541bd387dc02 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1696/3234] 10.0.0.30 () {32 vars in 745 bytes} [Tue Apr 14 08:50:03 2026] GET /v2.0/security-group-rules/521f2404-0ce1-40ef-912c-e452661f3ca3 => 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: 1539/3235] 10.0.0.30 () {32 vars in 748 bytes} [Tue Apr 14 08:50:03 2026] DELETE /v2.0/security-group-rules/ef73c64d-4893-4a5a-8bb9-7926e3aa9cea => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:50:03.556 7 INFO neutron.api.v2.resource [None req-f0132937-b7be-4202-b279-ae9d125efe5a 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1697/3236] 10.0.0.30 () {32 vars in 745 bytes} [Tue Apr 14 08:50:03 2026] GET /v2.0/security-group-rules/ef73c64d-4893-4a5a-8bb9-7926e3aa9cea => generated 155 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3237] 10.0.0.30 () {32 vars in 748 bytes} [Tue Apr 14 08:50:03 2026] DELETE /v2.0/security-group-rules/8d335a63-6606-49cd-95de-bcebb99120c0 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:50:03.663 7 INFO neutron.api.v2.resource [None req-f82e4fbe-72ed-40bd-b823-9232adf91e7e 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1698/3238] 10.0.0.30 () {32 vars in 745 bytes} [Tue Apr 14 08:50:03 2026] GET /v2.0/security-group-rules/8d335a63-6606-49cd-95de-bcebb99120c0 => generated 155 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3239] 10.0.0.30 () {32 vars in 748 bytes} [Tue Apr 14 08:50:03 2026] DELETE /v2.0/security-group-rules/4731dfdf-3349-4900-9a47-6b263d372ff7 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:50:03.765 7 INFO neutron.api.v2.resource [None req-ea02b147-0c39-4469-b43c-24b80817609f 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1699/3240] 10.0.0.30 () {32 vars in 745 bytes} [Tue Apr 14 08:50:03 2026] GET /v2.0/security-group-rules/4731dfdf-3349-4900-9a47-6b263d372ff7 => 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: 1542/3241] 10.0.0.30 () {32 vars in 748 bytes} [Tue Apr 14 08:50:03 2026] DELETE /v2.0/security-group-rules/e53a7b30-86f2-45c7-b0fc-ec865c3c9dfc => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:50:03.865 7 INFO neutron.api.v2.resource [None req-be0f3c42-6c51-43b9-a01e-431d490098ed 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1700/3242] 10.0.0.30 () {32 vars in 745 bytes} [Tue Apr 14 08:50:03 2026] GET /v2.0/security-group-rules/e53a7b30-86f2-45c7-b0fc-ec865c3c9dfc => 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: 1543/3243] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:50:03 2026] DELETE /v2.0/security-groups/0d162b46-720e-4a51-bbe4-513e5fde6157 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:50:04.016 7 INFO neutron.api.v2.resource [None req-61e7037b-b3ca-4122-8176-e41aa17ef07c 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1701/3244] 10.0.0.30 () {32 vars in 735 bytes} [Tue Apr 14 08:50:04 2026] GET /v2.0/security-groups/0d162b46-720e-4a51-bbe4-513e5fde6157 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:50:04.433 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce403495-a9f3-42b6-98e3-b55fba24c530 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] TaaS: Handle Delete Port: 7a3d9f6e-1d0a-414d-81a7-3393f2faf7f3 2026-04-14 08:50:04.436 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce403495-a9f3-42b6-98e3-b55fba24c530 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] Tap Mirror: Handle Delete Port: 7a3d9f6e-1d0a-414d-81a7-3393f2faf7f3 [pid: 8|app: 0|req: 1544/3245] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:50:04 2026] PUT /v2.0/routers/ce0b35b6-7d8f-4e43-858e-23f176b9ab8a/remove_router_interface => generated 309 bytes in 997 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:50:05.246 7 INFO neutron.api.v2.resource [None req-cc5a4a80-0493-483a-b268-6e7f74b5129e 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1702/3248] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:50:05 2026] PUT /v2.0/routers/ce0b35b6-7d8f-4e43-858e-23f176b9ab8a/remove_router_interface => generated 198 bytes in 175 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:50:05.673 8 INFO neutron_taas.services.taas.taas_plugin [None req-63b7e6d5-87a1-4448-8aee-9d53c2a8abeb 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] TaaS: Handle Delete Port: e280472e-08ab-429f-9305-ef9680ed7f10 2026-04-14 08:50:05.676 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63b7e6d5-87a1-4448-8aee-9d53c2a8abeb 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] Tap Mirror: Handle Delete Port: e280472e-08ab-429f-9305-ef9680ed7f10 [pid: 8|app: 0|req: 1547/3249] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:50:05 2026] PUT /v2.0/routers/ce0b35b6-7d8f-4e43-858e-23f176b9ab8a/remove_router_interface => generated 309 bytes in 1054 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:50:06.466 7 INFO neutron.api.v2.resource [None req-effec024-68d7-45ac-9bec-f3aed6b7617f 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1703/3250] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:50:06 2026] PUT /v2.0/routers/ce0b35b6-7d8f-4e43-858e-23f176b9ab8a/remove_router_interface => generated 198 bytes in 157 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:50:06.902 8 INFO neutron_taas.services.taas.taas_plugin [None req-39488e1c-1a27-4fcc-a8b0-ccdd4da49a7c 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] TaaS: Handle Delete Port: f3840a9e-bba6-4302-98f2-ec52c49a1ffd 2026-04-14 08:50:06.905 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39488e1c-1a27-4fcc-a8b0-ccdd4da49a7c 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] Tap Mirror: Handle Delete Port: f3840a9e-bba6-4302-98f2-ec52c49a1ffd [pid: 8|app: 0|req: 1548/3251] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:50:06 2026] PUT /v2.0/routers/ce0b35b6-7d8f-4e43-858e-23f176b9ab8a/remove_router_interface => generated 309 bytes in 1018 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:50:07.653 7 INFO neutron.api.v2.resource [None req-2c98cec5-0acb-4a07-b25b-cb3a3e152e3e 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1704/3252] 10.0.0.30 () {34 vars in 787 bytes} [Tue Apr 14 08:50:07 2026] PUT /v2.0/routers/ce0b35b6-7d8f-4e43-858e-23f176b9ab8a/remove_router_interface => generated 198 bytes in 160 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:50:07.867 8 INFO neutron_taas.services.taas.taas_plugin [None req-2768bbbb-6007-4455-973c-edeb717ea2c3 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] TaaS: Handle Delete Port: 5612d704-3da9-46d9-af99-f1083ffae463 2026-04-14 08:50:07.875 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2768bbbb-6007-4455-973c-edeb717ea2c3 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] Tap Mirror: Handle Delete Port: 5612d704-3da9-46d9-af99-f1083ffae463 2026-04-14 08:50:08.130 8 INFO neutron_taas.services.taas.taas_plugin [None req-2768bbbb-6007-4455-973c-edeb717ea2c3 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] TaaS: Handle Delete Port: ba72ca78-5721-4229-b54a-6c4f64480929 2026-04-14 08:50:08.133 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2768bbbb-6007-4455-973c-edeb717ea2c3 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] Tap Mirror: Handle Delete Port: ba72ca78-5721-4229-b54a-6c4f64480929 2026-04-14 08:50:08.499 8 INFO neutron.db.l3_hamode_db [None req-2768bbbb-6007-4455-973c-edeb717ea2c3 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] HA network 4e995e4a-1c19-459f-8786-96d1fce916c0 was deleted as no HA routers are present in tenant 96f21b05543943dd8fb81948dbb1d400. [pid: 8|app: 0|req: 1549/3253] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:50:07 2026] DELETE /v2.0/routers/ce0b35b6-7d8f-4e43-858e-23f176b9ab8a => generated 0 bytes in 848 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:50:08.533 8 INFO neutron.services.segments.plugin [-] Segment 722647c2-33f5-4fd3-b046-97dea0590fb5 resource provider aggregate not found 2026-04-14 08:50:08.535 7 INFO neutron.api.v2.resource [None req-23dd203d-020f-4ae0-8550-1096db2fe3c6 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1705/3254] 10.0.0.30 () {32 vars in 719 bytes} [Tue Apr 14 08:50:08 2026] GET /v2.0/routers/ce0b35b6-7d8f-4e43-858e-23f176b9ab8a => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:50:08.542 8 INFO neutron.services.segments.plugin [-] Segment 722647c2-33f5-4fd3-b046-97dea0590fb5 resource provider aggregate not found 2026-04-14 08:50:08.560 8 INFO neutron.services.segments.plugin [-] Segment 722647c2-33f5-4fd3-b046-97dea0590fb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 722647c2-33f5-4fd3-b046-97dea0590fb5 found for delete ", "request_id": "req-efe53864-370e-4a1e-a89f-c05dd68c022f"}]} 2026-04-14 08:50:08.571 8 INFO neutron.services.segments.plugin [-] Segment 722647c2-33f5-4fd3-b046-97dea0590fb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 722647c2-33f5-4fd3-b046-97dea0590fb5 found for delete ", "request_id": "req-c8b625fa-70a7-4313-bb97-528b7b6a8728"}]} [pid: 8|app: 0|req: 1550/3255] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:50:08 2026] DELETE /v2.0/subnets/c0511a04-87f6-4af6-b49b-349a64c65e23 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:50:08.745 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f2c5b44b-010f-4a1f-8e97-598cd0909caa 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1706/3256] 10.0.0.30 () {32 vars in 719 bytes} [Tue Apr 14 08:50:08 2026] GET /v2.0/subnets/c0511a04-87f6-4af6-b49b-349a64c65e23 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3257] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:50:08 2026] DELETE /v2.0/subnets/5fdbfe99-5a5e-43ce-98cf-1f7ddaa43e46 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:50:08.964 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6aa5befd-5683-4e97-a88f-0e3bd46e21fa 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1707/3258] 10.0.0.30 () {32 vars in 719 bytes} [Tue Apr 14 08:50:08 2026] GET /v2.0/subnets/5fdbfe99-5a5e-43ce-98cf-1f7ddaa43e46 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:50:09.090 8 INFO neutron_taas.services.taas.taas_plugin [None req-f765329d-db9c-4979-bb64-c0cb329528f6 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] TaaS: Handle Delete Port: 90b3eff2-348d-4c93-826c-856896441ec3 2026-04-14 08:50:09.094 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f765329d-db9c-4979-bb64-c0cb329528f6 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] Tap Mirror: Handle Delete Port: 90b3eff2-348d-4c93-826c-856896441ec3 [pid: 8|app: 0|req: 1552/3259] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:50:08 2026] DELETE /v2.0/networks/02ba3d7c-ec61-483f-a3ea-20f564bd5fb3 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:50:09.333 7 INFO neutron.pecan_wsgi.hooks.translation [None req-21cc3098-61b2-4fb9-bfbe-159a78bbb66f 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1708/3260] 10.0.0.30 () {32 vars in 721 bytes} [Tue Apr 14 08:50:09 2026] GET /v2.0/networks/02ba3d7c-ec61-483f-a3ea-20f564bd5fb3 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3261] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:50:09 2026] DELETE /v2.0/subnets/a1faf23e-2dc2-4053-abcc-1411dee7c5e2 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:50:09.551 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b45ab397-1397-4a91-be01-e9ee98727014 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1709/3262] 10.0.0.30 () {32 vars in 719 bytes} [Tue Apr 14 08:50:09 2026] GET /v2.0/subnets/a1faf23e-2dc2-4053-abcc-1411dee7c5e2 => 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: 1554/3263] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:50:09 2026] DELETE /v2.0/subnets/93af1a3d-10b8-405d-94ff-c16bcd6bf351 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:50:09.738 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1f95d08f-21c7-4017-bc38-d3747f1a84af 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1710/3264] 10.0.0.30 () {32 vars in 719 bytes} [Tue Apr 14 08:50:09 2026] GET /v2.0/subnets/93af1a3d-10b8-405d-94ff-c16bcd6bf351 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:50:09.850 8 INFO neutron_taas.services.taas.taas_plugin [None req-472946f8-5b39-47b6-909c-c37c5e0f602c 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] TaaS: Handle Delete Port: 95d63241-c790-4d09-8bd8-b5a28a6e3b80 2026-04-14 08:50:09.854 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-472946f8-5b39-47b6-909c-c37c5e0f602c 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] Tap Mirror: Handle Delete Port: 95d63241-c790-4d09-8bd8-b5a28a6e3b80 [pid: 8|app: 0|req: 1555/3265] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:50:09 2026] DELETE /v2.0/networks/c2dba40d-cfd3-4671-b9bf-e9009acc3606 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:50:10.102 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2520582c-60be-4599-ac80-b673660b0b9f 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1711/3266] 10.0.0.30 () {32 vars in 721 bytes} [Tue Apr 14 08:50:10 2026] GET /v2.0/networks/c2dba40d-cfd3-4671-b9bf-e9009acc3606 => 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: 1556/3267] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:50:10 2026] DELETE /v2.0/subnets/42204a7f-5e84-4e99-ad5c-c48fde4c0f81 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:50:10.343 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e8a70a0f-7fee-4d86-a20a-b3a8c6db0e26 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1712/3268] 10.0.0.30 () {32 vars in 719 bytes} [Tue Apr 14 08:50:10 2026] GET /v2.0/subnets/42204a7f-5e84-4e99-ad5c-c48fde4c0f81 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3269] 10.0.0.30 () {32 vars in 722 bytes} [Tue Apr 14 08:50:10 2026] DELETE /v2.0/subnets/e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:50:10.574 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aca2c19a-1c26-4351-af4b-f85b2db6de34 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1713/3270] 10.0.0.30 () {32 vars in 719 bytes} [Tue Apr 14 08:50:10 2026] GET /v2.0/subnets/e4d1f1ac-94cc-4e86-a52c-e81d90b4e0b8 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:50:10.588 8 INFO neutron.services.segments.plugin [-] Segment e9646e9e-885b-4a63-bfc2-a78c086b46ad resource provider aggregate not found 2026-04-14 08:50:10.591 8 INFO neutron.services.segments.plugin [-] Segment e9646e9e-885b-4a63-bfc2-a78c086b46ad resource provider aggregate not found 2026-04-14 08:50:10.614 8 INFO neutron.services.segments.plugin [-] Segment e9646e9e-885b-4a63-bfc2-a78c086b46ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9646e9e-885b-4a63-bfc2-a78c086b46ad found for delete ", "request_id": "req-36d4d57d-aa82-4a1c-9bf9-2b4f8e455b61"}]} 2026-04-14 08:50:10.627 8 INFO neutron.services.segments.plugin [-] Segment e9646e9e-885b-4a63-bfc2-a78c086b46ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9646e9e-885b-4a63-bfc2-a78c086b46ad found for delete ", "request_id": "req-a5c5caee-32b0-46d2-be2f-a6b65ccfd786"}]} 2026-04-14 08:50:10.645 8 INFO neutron.services.segments.plugin [-] Segment 6ede37a3-0719-4440-b07d-f2f287470fb2 resource provider aggregate not found 2026-04-14 08:50:10.652 8 INFO neutron.services.segments.plugin [-] Segment 6ede37a3-0719-4440-b07d-f2f287470fb2 resource provider aggregate not found 2026-04-14 08:50:10.677 8 INFO neutron.services.segments.plugin [-] Segment 6ede37a3-0719-4440-b07d-f2f287470fb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ede37a3-0719-4440-b07d-f2f287470fb2 found for delete ", "request_id": "req-1599b61d-2d80-4e3e-88e7-4d83133025ad"}]} 2026-04-14 08:50:10.680 8 INFO neutron.services.segments.plugin [-] Segment 6ede37a3-0719-4440-b07d-f2f287470fb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ede37a3-0719-4440-b07d-f2f287470fb2 found for delete ", "request_id": "req-eb6f5786-888b-4510-a80d-23180096e7bd"}]} 2026-04-14 08:50:10.733 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c718b13-33e8-44b2-be2d-f7462d522383 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] TaaS: Handle Delete Port: 67794f5f-793a-4887-b052-c3a1252e6acd 2026-04-14 08:50:10.740 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c718b13-33e8-44b2-be2d-f7462d522383 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] Tap Mirror: Handle Delete Port: 67794f5f-793a-4887-b052-c3a1252e6acd [pid: 8|app: 0|req: 1558/3271] 10.0.0.30 () {32 vars in 724 bytes} [Tue Apr 14 08:50:10 2026] DELETE /v2.0/networks/6620218b-c4e2-4679-8cc4-7b23d03b1a49 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:50:10.944 7 INFO neutron.pecan_wsgi.hooks.translation [None req-114b9460-e792-41f1-a940-9d1d97c8a7ea 1e5a4fe5e855489b93ac87e483dce674 96f21b05543943dd8fb81948dbb1d400 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1714/3272] 10.0.0.30 () {32 vars in 721 bytes} [Tue Apr 14 08:50:10 2026] GET /v2.0/networks/6620218b-c4e2-4679-8cc4-7b23d03b1a49 => generated 138 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:50:12.697 8 INFO neutron.services.segments.plugin [-] Segment 04c49ca2-3b6a-440c-ada4-506df24e7432 resource provider aggregate not found 2026-04-14 08:50:12.700 8 INFO neutron.services.segments.plugin [-] Segment 04c49ca2-3b6a-440c-ada4-506df24e7432 resource provider aggregate not found 2026-04-14 08:50:12.716 8 INFO neutron.services.segments.plugin [-] Segment 04c49ca2-3b6a-440c-ada4-506df24e7432 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04c49ca2-3b6a-440c-ada4-506df24e7432 found for delete ", "request_id": "req-76a7586d-2407-4482-85ca-7526dfea360f"}]} 2026-04-14 08:50:12.717 8 INFO neutron.services.segments.plugin [-] Segment 04c49ca2-3b6a-440c-ada4-506df24e7432 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04c49ca2-3b6a-440c-ada4-506df24e7432 found for delete ", "request_id": "req-8200db9a-48c6-4eb4-b617-34e3054c34cf"}]} [pid: 8|app: 0|req: 1559/3273] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:50:13 2026] GET /v2.0/security-groups?tenant_id=197a0336a7734ae9bd05e7bd9aa88565&name=default => generated 2929 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1715/3274] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:50:13 2026] DELETE /v2.0/security-groups/a8ea7821-9a01-47db-9455-f27a069a74e8 => 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: 1560/3275] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:50:13 2026] GET /v2.0/security-groups?tenant_id=d0bc6a6ce85a42fbbeb6c9ce5b5b2295&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1716/3276] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:50:13 2026] DELETE /v2.0/security-groups/a45f1c8e-d191-47e1-a78c-7a0cd6a50b52 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3277] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:50:14 2026] GET /v2.0/security-groups?tenant_id=3259efeadad042cea9853f9baa2de480&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1717/3278] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:50:14 2026] DELETE /v2.0/security-groups/1cf4f291-cd7c-4f4e-80e0-ba52c3da2fd0 => 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: 1562/3279] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:50:14 2026] GET /v2.0/security-groups?tenant_id=1b9c70044b6e44ef817f076e1a133530&name=default => generated 2929 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1718/3280] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:50:14 2026] DELETE /v2.0/security-groups/4460510e-e618-4134-af4e-c2d3be0b31c4 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3281] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:50:15 2026] GET /v2.0/security-groups?tenant_id=aaa0e1d4df314007a77fe22e977c63bb&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: 1719/3282] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:50:15 2026] DELETE /v2.0/security-groups/30930a28-b7b7-4362-ab55-6fb0a81ae4c6 => 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: 1564/3283] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:50:15 2026] GET /v2.0/security-groups?tenant_id=96f21b05543943dd8fb81948dbb1d400&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: 1720/3284] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:50:15 2026] DELETE /v2.0/security-groups/d1647891-f0c7-4384-a44f-6ce3e91308fb => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3285] 10.0.0.30 () {32 vars in 772 bytes} [Tue Apr 14 08:50:15 2026] GET /v2.0/security-groups?tenant_id=204e5b76211a46d4ba35338b7cc528c5&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1721/3286] 10.0.0.30 () {32 vars in 738 bytes} [Tue Apr 14 08:50:15 2026] DELETE /v2.0/security-groups/04b35773-3d90-4ec9-910c-464dea44ede2 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3287] 10.0.0.30 () {32 vars in 647 bytes} [Tue Apr 14 08:50:19 2026] GET /v2.0/networks => generated 2168 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1723/3290] 10.0.0.30 () {32 vars in 653 bytes} [Tue Apr 14 08:50:20 2026] GET /v2.0/floatingips => 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: 1568/3291] 10.0.0.30 () {32 vars in 645 bytes} [Tue Apr 14 08:50:20 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1724/3292] 10.0.0.30 () {32 vars in 641 bytes} [Tue Apr 14 08:50:20 2026] GET /v2.0/ports => generated 4725 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3293] 10.0.0.30 () {32 vars in 645 bytes} [Tue Apr 14 08:50:20 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1725/3294] 10.0.0.30 () {32 vars in 647 bytes} [Tue Apr 14 08:50:20 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: 1570/3295] 10.0.0.30 () {32 vars in 661 bytes} [Tue Apr 14 08:50:20 2026] GET /v2.0/security-groups => generated 17401 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1726/3296] 10.0.0.30 () {32 vars in 653 bytes} [Tue Apr 14 08:50:20 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)