+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Feb 26 02:21:59 2026] *** compiled with version: 13.3.0 on 25 February 2026 01:01:56 os: Linux-5.15.0-170-generic #180-Ubuntu SMP Fri Jan 9 16:10:31 UTC 2026 nodename: neutron-server-59bdc5d8f7-4pxbd 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 0x7feb96489668 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-02-26 02:22:03.569 8 INFO neutron.common.config [-] Logging enabled! 2026-02-26 02:22:03.569 8 INFO neutron.common.config [-] uwsgi version 26.0.3.dev40 2026-02-26 02:22:03.596 7 INFO neutron.common.config [-] Logging enabled! 2026-02-26 02:22:03.596 7 INFO neutron.common.config [-] uwsgi version 26.0.3.dev40 2026-02-26 02:22:04.551 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-02-26 02:22:04.591 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-02-26 02:22:05.868 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-26 02:22:05.870 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-02-26 02:22:05.874 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-02-26 02:22:05.875 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-26 02:22:05.875 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-02-26 02:22:05.875 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-02-26 02:22:05.875 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-26 02:22:05.883 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-26 02:22:05.883 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-26 02:22:05.883 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-02-26 02:22:05.900 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-26 02:22:05.903 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-02-26 02:22:05.905 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-02-26 02:22:05.906 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-02-26 02:22:05.906 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-02-26 02:22:05.906 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-02-26 02:22:05.907 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-26 02:22:05.907 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-02-26 02:22:05.908 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-02-26 02:22:05.908 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-26 02:22:05.915 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-26 02:22:05.915 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-26 02:22:05.915 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-02-26 02:22:05.937 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-02-26 02:22:05.938 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-02-26 02:22:05.938 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-02-26 02:22:05.955 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-02-26 02:22:05.956 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-02-26 02:22:05.956 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-02-26 02:22:05.956 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-02-26 02:22:05.986 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-02-26 02:22:05.986 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-02-26 02:22:05.986 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-02-26 02:22:05.986 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-02-26 02:22:06.237 8 INFO neutron.plugins.ml2.managers [None req-3641f1ad-091a-4934-9262-b72e0c17a01a - - - - - -] Initializing driver for type 'vlan' 2026-02-26 02:22:06.265 7 INFO neutron.plugins.ml2.managers [None req-0047e22a-8cf1-4f9e-aa50-6f042093df20 - - - - - -] Initializing driver for type 'vlan' 2026-02-26 02:22:06.511 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-3641f1ad-091a-4934-9262-b72e0c17a01a - - - - - -] VlanTypeDriver initialization complete 2026-02-26 02:22:06.511 8 INFO neutron.plugins.ml2.managers [None req-3641f1ad-091a-4934-9262-b72e0c17a01a - - - - - -] Initializing driver for type 'vxlan' 2026-02-26 02:22:06.511 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-3641f1ad-091a-4934-9262-b72e0c17a01a - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-02-26 02:22:06.526 8 INFO neutron.plugins.ml2.managers [None req-3641f1ad-091a-4934-9262-b72e0c17a01a - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-02-26 02:22:06.526 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-3641f1ad-091a-4934-9262-b72e0c17a01a - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-02-26 02:22:06.526 8 INFO neutron.plugins.ml2.managers [None req-3641f1ad-091a-4934-9262-b72e0c17a01a - - - - - -] Initializing extension driver 'port_security' 2026-02-26 02:22:06.526 8 INFO neutron.plugins.ml2.extensions.port_security [None req-3641f1ad-091a-4934-9262-b72e0c17a01a - - - - - -] PortSecurityExtensionDriver initialization complete 2026-02-26 02:22:06.527 8 INFO neutron.plugins.ml2.managers [None req-3641f1ad-091a-4934-9262-b72e0c17a01a - - - - - -] Initializing extension driver 'qos' 2026-02-26 02:22:06.527 8 INFO neutron.plugins.ml2.managers [None req-3641f1ad-091a-4934-9262-b72e0c17a01a - - - - - -] Initializing mechanism driver 'openvswitch' 2026-02-26 02:22:06.527 8 INFO neutron.plugins.ml2.managers [None req-3641f1ad-091a-4934-9262-b72e0c17a01a - - - - - -] Initializing mechanism driver 'l2population' 2026-02-26 02:22:06.535 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-0047e22a-8cf1-4f9e-aa50-6f042093df20 - - - - - -] VlanTypeDriver initialization complete 2026-02-26 02:22:06.536 7 INFO neutron.plugins.ml2.managers [None req-0047e22a-8cf1-4f9e-aa50-6f042093df20 - - - - - -] Initializing driver for type 'vxlan' 2026-02-26 02:22:06.536 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-0047e22a-8cf1-4f9e-aa50-6f042093df20 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-02-26 02:22:06.541 8 INFO neutron.quota [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded quota_driver: . 2026-02-26 02:22:06.542 8 INFO neutron.plugins.ml2.plugin [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Modular L2 Plugin initialization complete 2026-02-26 02:22:06.542 8 INFO neutron.plugins.ml2.managers [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-02-26 02:22:06.542 8 INFO neutron.plugins.ml2.managers [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-02-26 02:22:06.542 8 INFO neutron.plugins.ml2.managers [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Got port-security extension from driver 'port_security' 2026-02-26 02:22:06.542 8 INFO neutron.extensions.vlantransparent [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Disabled vlantransparent extension. 2026-02-26 02:22:06.542 8 INFO neutron.extensions.qinq [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Disabled VLAN QinQ extension. 2026-02-26 02:22:06.543 8 INFO neutron.manager [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loading Plugin: qos 2026-02-26 02:22:06.549 7 INFO neutron.plugins.ml2.managers [None req-0047e22a-8cf1-4f9e-aa50-6f042093df20 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-02-26 02:22:06.549 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-0047e22a-8cf1-4f9e-aa50-6f042093df20 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-02-26 02:22:06.549 7 INFO neutron.plugins.ml2.managers [None req-0047e22a-8cf1-4f9e-aa50-6f042093df20 - - - - - -] Initializing extension driver 'port_security' 2026-02-26 02:22:06.549 7 INFO neutron.plugins.ml2.extensions.port_security [None req-0047e22a-8cf1-4f9e-aa50-6f042093df20 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-02-26 02:22:06.549 7 INFO neutron.plugins.ml2.managers [None req-0047e22a-8cf1-4f9e-aa50-6f042093df20 - - - - - -] Initializing extension driver 'qos' 2026-02-26 02:22:06.549 7 INFO neutron.plugins.ml2.managers [None req-0047e22a-8cf1-4f9e-aa50-6f042093df20 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-02-26 02:22:06.550 7 INFO neutron.plugins.ml2.managers [None req-0047e22a-8cf1-4f9e-aa50-6f042093df20 - - - - - -] Initializing mechanism driver 'l2population' 2026-02-26 02:22:06.556 8 INFO neutron.manager [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loading Plugin: router 2026-02-26 02:22:06.563 7 INFO neutron.quota [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded quota_driver: . 2026-02-26 02:22:06.563 7 INFO neutron.plugins.ml2.plugin [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Modular L2 Plugin initialization complete 2026-02-26 02:22:06.563 7 INFO neutron.plugins.ml2.managers [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-02-26 02:22:06.563 7 INFO neutron.plugins.ml2.managers [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-02-26 02:22:06.564 7 INFO neutron.plugins.ml2.managers [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Got port-security extension from driver 'port_security' 2026-02-26 02:22:06.564 7 INFO neutron.extensions.vlantransparent [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Disabled vlantransparent extension. 2026-02-26 02:22:06.564 7 INFO neutron.extensions.qinq [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Disabled VLAN QinQ extension. 2026-02-26 02:22:06.564 7 INFO neutron.manager [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loading Plugin: qos 2026-02-26 02:22:06.577 7 INFO neutron.manager [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loading Plugin: router 2026-02-26 02:22:06.602 8 INFO neutron.services.service_base [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-02-26 02:22:06.602 8 INFO neutron.manager [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loading Plugin: segments 2026-02-26 02:22:06.622 7 INFO neutron.services.service_base [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-02-26 02:22:06.622 7 INFO neutron.manager [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loading Plugin: segments 2026-02-26 02:22:06.701 8 INFO neutron.manager [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loading Plugin: trunk 2026-02-26 02:22:06.715 8 INFO neutron.manager [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loading Plugin: vpnaas 2026-02-26 02:22:06.718 7 INFO neutron.manager [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loading Plugin: trunk 2026-02-26 02:22:06.732 7 INFO neutron.manager [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loading Plugin: vpnaas 2026-02-26 02:22:06.753 8 WARNING stevedore.named [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-26 02:22:06.753 8 WARNING stevedore.named [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-26 02:22:06.771 7 WARNING stevedore.named [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-26 02:22:06.771 7 WARNING stevedore.named [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-26 02:22:06.828 8 INFO neutron_vpnaas.services.vpn.plugin [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-02-26 02:22:06.828 8 INFO neutron.common.utils [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-02-26 02:22:06.828 8 INFO neutron.manager [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loading Plugin: taas 2026-02-26 02:22:06.833 7 INFO neutron_vpnaas.services.vpn.plugin [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-02-26 02:22:06.834 7 INFO neutron.common.utils [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-02-26 02:22:06.834 7 INFO neutron.manager [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loading Plugin: taas 2026-02-26 02:22:06.853 8 WARNING stevedore.named [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-26 02:22:06.854 8 WARNING stevedore.named [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-26 02:22:06.859 7 WARNING stevedore.named [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-26 02:22:06.860 7 WARNING stevedore.named [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-26 02:22:06.913 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-02-26 02:22:06.914 8 INFO neutron.manager [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loading Plugin: tapmirror 2026-02-26 02:22:06.915 7 INFO neutron_taas.services.taas.taas_plugin [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-02-26 02:22:06.915 7 INFO neutron.manager [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loading Plugin: tapmirror 2026-02-26 02:22:06.925 8 WARNING stevedore.named [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-26 02:22:06.925 8 WARNING stevedore.named [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-26 02:22:06.926 7 WARNING stevedore.named [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-26 02:22:06.926 7 WARNING stevedore.named [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-26 02:22:06.943 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-02-26 02:22:06.943 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-02-26 02:22:06.944 8 INFO neutron.manager [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loading Plugin: auto_allocate 2026-02-26 02:22:06.944 7 INFO neutron.manager [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loading Plugin: auto_allocate 2026-02-26 02:22:06.953 8 INFO neutron.manager [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loading Plugin: tag 2026-02-26 02:22:06.954 7 INFO neutron.manager [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loading Plugin: tag 2026-02-26 02:22:06.963 8 INFO neutron.manager [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loading Plugin: timestamp 2026-02-26 02:22:06.963 7 INFO neutron.manager [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loading Plugin: timestamp 2026-02-26 02:22:06.965 8 INFO neutron.manager [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loading Plugin: network_ip_availability 2026-02-26 02:22:06.966 7 INFO neutron.manager [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loading Plugin: network_ip_availability 2026-02-26 02:22:06.969 8 INFO neutron.manager [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loading Plugin: flavors 2026-02-26 02:22:06.970 7 INFO neutron.manager [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loading Plugin: flavors 2026-02-26 02:22:06.972 8 INFO neutron.manager [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loading Plugin: revisions 2026-02-26 02:22:06.973 7 INFO neutron.manager [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loading Plugin: revisions 2026-02-26 02:22:06.975 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Initializing extension manager. 2026-02-26 02:22:06.976 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Initializing extension manager. 2026-02-26 02:22:06.977 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: address-group 2026-02-26 02:22:06.977 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: address-group 2026-02-26 02:22:06.978 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: address-scope 2026-02-26 02:22:06.978 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-02-26 02:22:06.978 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: address-scope 2026-02-26 02:22:06.979 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-02-26 02:22:06.979 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: agent 2026-02-26 02:22:06.980 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: agent-resources-synced 2026-02-26 02:22:06.980 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: agent 2026-02-26 02:22:06.980 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: agent-resources-synced 2026-02-26 02:22:06.981 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: allowed-address-pairs 2026-02-26 02:22:06.981 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: auto-allocated-topology 2026-02-26 02:22:06.981 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: allowed-address-pairs 2026-02-26 02:22:06.982 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: auto-allocated-topology 2026-02-26 02:22:06.982 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: availability_zone 2026-02-26 02:22:06.983 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: availability_zone_filter 2026-02-26 02:22:06.983 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: availability_zone 2026-02-26 02:22:06.983 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-02-26 02:22:06.983 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: availability_zone_filter 2026-02-26 02:22:06.984 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: default-subnetpools 2026-02-26 02:22:06.984 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-02-26 02:22:06.984 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: default-subnetpools 2026-02-26 02:22:06.985 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-02-26 02:22:06.986 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: dns-integration 2026-02-26 02:22:06.986 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-02-26 02:22:06.986 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: dns-domain-ports 2026-02-26 02:22:06.987 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: dns-integration 2026-02-26 02:22:06.987 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-02-26 02:22:06.987 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: dns-domain-ports 2026-02-26 02:22:06.987 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: dvr 2026-02-26 02:22:06.987 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-02-26 02:22:06.988 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-02-26 02:22:06.988 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: dvr 2026-02-26 02:22:06.989 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-02-26 02:22:06.989 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: empty-string-filtering 2026-02-26 02:22:06.989 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: empty-string-filtering 2026-02-26 02:22:06.989 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-02-26 02:22:06.990 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-02-26 02:22:06.990 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-02-26 02:22:06.990 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: external-net 2026-02-26 02:22:06.990 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-02-26 02:22:06.991 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: extra_dhcp_opt 2026-02-26 02:22:06.991 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: external-net 2026-02-26 02:22:06.991 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: extraroute 2026-02-26 02:22:06.991 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: extra_dhcp_opt 2026-02-26 02:22:06.992 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: extraroute-atomic 2026-02-26 02:22:06.992 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: extraroute 2026-02-26 02:22:06.992 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-02-26 02:22:06.992 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: extraroute-atomic 2026-02-26 02:22:06.993 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-02-26 02:22:06.993 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-02-26 02:22:06.993 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-02-26 02:22:06.994 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-02-26 02:22:06.994 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-02-26 02:22:06.994 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-02-26 02:22:06.995 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-02-26 02:22:06.995 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: fip-port-details 2026-02-26 02:22:06.995 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: fip-port-details 2026-02-26 02:22:06.996 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: flavors 2026-02-26 02:22:06.996 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: flavors 2026-02-26 02:22:06.997 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-02-26 02:22:06.997 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-02-26 02:22:06.998 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: floatingip-pools 2026-02-26 02:22:06.998 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: floatingip-pools 2026-02-26 02:22:06.998 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: ip_allocation 2026-02-26 02:22:06.999 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: ip-substring-filtering 2026-02-26 02:22:06.999 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: ip_allocation 2026-02-26 02:22:06.999 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: ip-substring-filtering 2026-02-26 02:22:06.999 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: l2_adjacency 2026-02-26 02:22:07.000 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: l2_adjacency 2026-02-26 02:22:07.000 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: router 2026-02-26 02:22:07.001 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: router 2026-02-26 02:22:07.002 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-02-26 02:22:07.002 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-02-26 02:22:07.002 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-02-26 02:22:07.003 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-02-26 02:22:07.003 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-02-26 02:22:07.003 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: ext-gw-mode 2026-02-26 02:22:07.004 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-02-26 02:22:07.004 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: l3-ha 2026-02-26 02:22:07.004 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: ext-gw-mode 2026-02-26 02:22:07.004 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-02-26 02:22:07.005 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: l3-ha 2026-02-26 02:22:07.005 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-02-26 02:22:07.005 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: l3-flavors 2026-02-26 02:22:07.005 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-02-26 02:22:07.006 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-02-26 02:22:07.006 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-02-26 02:22:07.007 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: l3-flavors 2026-02-26 02:22:07.007 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-02-26 02:22:07.007 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-02-26 02:22:07.008 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-02-26 02:22:07.009 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: l3_agent_scheduler 2026-02-26 02:22:07.010 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: l3_agent_scheduler 2026-02-26 02:22:07.010 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-02-26 02:22:07.011 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension logging not supported by any of loaded plugins 2026-02-26 02:22:07.012 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-02-26 02:22:07.012 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension metering not supported by any of loaded plugins 2026-02-26 02:22:07.013 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension logging not supported by any of loaded plugins 2026-02-26 02:22:07.013 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-02-26 02:22:07.013 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: multi-provider 2026-02-26 02:22:07.014 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension metering not supported by any of loaded plugins 2026-02-26 02:22:07.014 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: net-mtu 2026-02-26 02:22:07.014 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: net-mtu-writable 2026-02-26 02:22:07.015 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-02-26 02:22:07.015 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: network_availability_zone 2026-02-26 02:22:07.015 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: multi-provider 2026-02-26 02:22:07.016 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: network_ha 2026-02-26 02:22:07.016 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: net-mtu 2026-02-26 02:22:07.016 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: network-ip-availability 2026-02-26 02:22:07.016 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: net-mtu-writable 2026-02-26 02:22:07.017 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: network_availability_zone 2026-02-26 02:22:07.017 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-02-26 02:22:07.017 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: network_ha 2026-02-26 02:22:07.018 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: pagination 2026-02-26 02:22:07.018 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: network-ip-availability 2026-02-26 02:22:07.018 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: port-device-profile 2026-02-26 02:22:07.019 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-02-26 02:22:07.019 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-02-26 02:22:07.019 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-02-26 02:22:07.020 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: pagination 2026-02-26 02:22:07.020 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-02-26 02:22:07.020 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: port-device-profile 2026-02-26 02:22:07.020 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: port-mac-override 2026-02-26 02:22:07.021 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-02-26 02:22:07.021 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-02-26 02:22:07.021 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-02-26 02:22:07.022 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-02-26 02:22:07.022 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-02-26 02:22:07.022 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-02-26 02:22:07.023 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: port-resource-request 2026-02-26 02:22:07.023 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: port-mac-override 2026-02-26 02:22:07.023 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: port-resource-request-groups 2026-02-26 02:22:07.023 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-02-26 02:22:07.024 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-02-26 02:22:07.024 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-02-26 02:22:07.024 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: binding 2026-02-26 02:22:07.025 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-02-26 02:22:07.025 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: binding-extended 2026-02-26 02:22:07.025 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: port-resource-request 2026-02-26 02:22:07.025 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: port-security 2026-02-26 02:22:07.026 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: port-resource-request-groups 2026-02-26 02:22:07.026 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: project-id 2026-02-26 02:22:07.026 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-02-26 02:22:07.027 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: provider 2026-02-26 02:22:07.027 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: binding 2026-02-26 02:22:07.027 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-02-26 02:22:07.028 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: binding-extended 2026-02-26 02:22:07.028 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: port-security 2026-02-26 02:22:07.029 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: project-id 2026-02-26 02:22:07.029 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: provider 2026-02-26 02:22:07.030 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: qos 2026-02-26 02:22:07.030 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-02-26 02:22:07.030 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-02-26 02:22:07.031 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-02-26 02:22:07.031 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: qos-default 2026-02-26 02:22:07.032 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: qos-fip 2026-02-26 02:22:07.032 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-02-26 02:22:07.032 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: qos 2026-02-26 02:22:07.033 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: qos-gateway-ip 2026-02-26 02:22:07.033 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-02-26 02:22:07.033 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: qos-port-network-policy 2026-02-26 02:22:07.034 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-02-26 02:22:07.034 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: qos-pps-minimum 2026-02-26 02:22:07.034 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: qos-default 2026-02-26 02:22:07.035 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-02-26 02:22:07.035 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: qos-fip 2026-02-26 02:22:07.035 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: qos-pps 2026-02-26 02:22:07.035 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-02-26 02:22:07.036 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: qos-rule-type-details 2026-02-26 02:22:07.036 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: qos-gateway-ip 2026-02-26 02:22:07.036 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: qos-rule-type-filter 2026-02-26 02:22:07.037 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: qos-port-network-policy 2026-02-26 02:22:07.037 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: qos-rules-alias 2026-02-26 02:22:07.037 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: qos-pps-minimum 2026-02-26 02:22:07.037 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: quota-check-limit 2026-02-26 02:22:07.038 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-02-26 02:22:07.038 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: quota-check-limit-default 2026-02-26 02:22:07.039 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: qos-pps 2026-02-26 02:22:07.039 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: qos-rule-type-details 2026-02-26 02:22:07.040 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: qos-rule-type-filter 2026-02-26 02:22:07.040 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: quotas 2026-02-26 02:22:07.040 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: qos-rules-alias 2026-02-26 02:22:07.041 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: quota-check-limit 2026-02-26 02:22:07.041 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: quota_details 2026-02-26 02:22:07.042 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: quota-check-limit-default 2026-02-26 02:22:07.042 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: rbac-policies 2026-02-26 02:22:07.043 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: rbac-address-group 2026-02-26 02:22:07.044 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: rbac-address-scope 2026-02-26 02:22:07.044 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: rbac-security-groups 2026-02-26 02:22:07.044 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: quotas 2026-02-26 02:22:07.044 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: rbac-subnetpool 2026-02-26 02:22:07.045 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: revision-if-match 2026-02-26 02:22:07.045 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: quota_details 2026-02-26 02:22:07.046 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: standard-attr-revisions 2026-02-26 02:22:07.046 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: router_availability_zone 2026-02-26 02:22:07.047 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-02-26 02:22:07.047 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: rbac-policies 2026-02-26 02:22:07.048 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: rbac-address-group 2026-02-26 02:22:07.048 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: rbac-address-scope 2026-02-26 02:22:07.049 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: rbac-security-groups 2026-02-26 02:22:07.049 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: rbac-subnetpool 2026-02-26 02:22:07.050 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: revision-if-match 2026-02-26 02:22:07.050 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: security-groups-default-rules 2026-02-26 02:22:07.050 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: standard-attr-revisions 2026-02-26 02:22:07.050 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-02-26 02:22:07.051 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: port-security-groups-filtering 2026-02-26 02:22:07.051 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: router_availability_zone 2026-02-26 02:22:07.051 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-02-26 02:22:07.051 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-02-26 02:22:07.052 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-02-26 02:22:07.052 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-02-26 02:22:07.055 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: security-groups-default-rules 2026-02-26 02:22:07.055 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-02-26 02:22:07.056 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: port-security-groups-filtering 2026-02-26 02:22:07.056 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-02-26 02:22:07.057 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: security-group 2026-02-26 02:22:07.057 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-02-26 02:22:07.057 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-02-26 02:22:07.058 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: segment 2026-02-26 02:22:07.059 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-02-26 02:22:07.059 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: service-type 2026-02-26 02:22:07.060 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: sorting 2026-02-26 02:22:07.060 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: standard-attr-segment 2026-02-26 02:22:07.061 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: standard-attr-description 2026-02-26 02:22:07.062 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: stateful-security-group 2026-02-26 02:22:07.062 8 WARNING neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-02-26 02:22:07.063 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-02-26 02:22:07.063 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: security-group 2026-02-26 02:22:07.063 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: subnet-external-network 2026-02-26 02:22:07.064 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: subnet_onboard 2026-02-26 02:22:07.064 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: segment 2026-02-26 02:22:07.064 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-02-26 02:22:07.064 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-02-26 02:22:07.065 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: subnet-service-types 2026-02-26 02:22:07.065 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: service-type 2026-02-26 02:22:07.065 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: subnet_allocation 2026-02-26 02:22:07.066 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: sorting 2026-02-26 02:22:07.066 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-02-26 02:22:07.066 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: standard-attr-segment 2026-02-26 02:22:07.066 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: tag-creation 2026-02-26 02:22:07.067 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-02-26 02:22:07.067 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: standard-attr-description 2026-02-26 02:22:07.068 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: stateful-security-group 2026-02-26 02:22:07.068 7 WARNING neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-02-26 02:22:07.069 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-02-26 02:22:07.069 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: subnet-external-network 2026-02-26 02:22:07.070 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: subnet_onboard 2026-02-26 02:22:07.070 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-02-26 02:22:07.071 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: subnet-service-types 2026-02-26 02:22:07.071 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: standard-attr-tag 2026-02-26 02:22:07.072 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: subnet_allocation 2026-02-26 02:22:07.072 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: standard-attr-timestamp 2026-02-26 02:22:07.072 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: trunk 2026-02-26 02:22:07.072 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-02-26 02:22:07.073 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: trunk-details 2026-02-26 02:22:07.073 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: tag-creation 2026-02-26 02:22:07.073 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-02-26 02:22:07.073 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-02-26 02:22:07.074 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-02-26 02:22:07.074 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-02-26 02:22:07.075 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: vpn-aes-ctr 2026-02-26 02:22:07.077 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-02-26 02:22:07.077 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-02-26 02:22:07.077 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: standard-attr-tag 2026-02-26 02:22:07.078 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: vpn-flavors 2026-02-26 02:22:07.078 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: standard-attr-timestamp 2026-02-26 02:22:07.079 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: trunk 2026-02-26 02:22:07.079 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: trunk-details 2026-02-26 02:22:07.080 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: vpnaas 2026-02-26 02:22:07.080 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-02-26 02:22:07.080 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-02-26 02:22:07.081 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: taas 2026-02-26 02:22:07.081 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-02-26 02:22:07.082 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: tap-mirror 2026-02-26 02:22:07.082 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: vpn-aes-ctr 2026-02-26 02:22:07.082 8 INFO neutron.api.extensions [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Loaded extension: taas-vlan-filter 2026-02-26 02:22:07.084 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-02-26 02:22:07.085 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-02-26 02:22:07.085 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of TrackedResource for resource:network 2026-02-26 02:22:07.085 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-02-26 02:22:07.085 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 02:22:07.085 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: vpn-flavors 2026-02-26 02:22:07.085 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of TrackedResource for resource:port 2026-02-26 02:22:07.087 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: vpnaas 2026-02-26 02:22:07.089 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: taas 2026-02-26 02:22:07.090 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of TrackedResource for resource:router 2026-02-26 02:22:07.090 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: tap-mirror 2026-02-26 02:22:07.090 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-02-26 02:22:07.091 7 INFO neutron.api.extensions [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Loaded extension: taas-vlan-filter 2026-02-26 02:22:07.094 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of TrackedResource for resource:network 2026-02-26 02:22:07.094 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-02-26 02:22:07.094 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 02:22:07.094 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of TrackedResource for resource:port 2026-02-26 02:22:07.095 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-02-26 02:22:07.095 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-02-26 02:22:07.096 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-02-26 02:22:07.097 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 02:22:07.097 8 WARNING neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] subnetpool is already registered 2026-02-26 02:22:07.098 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 02:22:07.098 8 WARNING neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] subnetpool is already registered 2026-02-26 02:22:07.098 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of TrackedResource for resource:router 2026-02-26 02:22:07.098 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-02-26 02:22:07.099 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 02:22:07.099 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-02-26 02:22:07.099 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 02:22:07.100 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-02-26 02:22:07.100 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-02-26 02:22:07.100 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-02-26 02:22:07.101 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 02:22:07.101 8 WARNING neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] ipsecpolicy is already registered 2026-02-26 02:22:07.101 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 02:22:07.101 8 WARNING neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] ikepolicy is already registered 2026-02-26 02:22:07.103 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-02-26 02:22:07.104 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-02-26 02:22:07.104 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-02-26 02:22:07.105 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 02:22:07.105 7 WARNING neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] subnetpool is already registered 2026-02-26 02:22:07.106 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 02:22:07.106 7 WARNING neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] subnetpool is already registered 2026-02-26 02:22:07.106 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of TrackedResource for resource:router 2026-02-26 02:22:07.106 8 WARNING neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] router is already registered 2026-02-26 02:22:07.106 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-02-26 02:22:07.107 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-02-26 02:22:07.107 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 02:22:07.107 8 WARNING neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] floatingip is already registered 2026-02-26 02:22:07.107 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 02:22:07.108 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-02-26 02:22:07.108 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-02-26 02:22:07.108 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-02-26 02:22:07.109 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 02:22:07.109 7 WARNING neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] ipsecpolicy is already registered 2026-02-26 02:22:07.109 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 02:22:07.109 7 WARNING neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] ikepolicy is already registered 2026-02-26 02:22:07.111 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-02-26 02:22:07.111 8 WARNING neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] rbac_policy is already registered 2026-02-26 02:22:07.111 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-02-26 02:22:07.111 8 WARNING neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] security_group is already registered 2026-02-26 02:22:07.112 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-02-26 02:22:07.112 8 WARNING neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] security_group_rule is already registered 2026-02-26 02:22:07.113 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 02:22:07.113 8 WARNING neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] subnetpool is already registered 2026-02-26 02:22:07.113 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 02:22:07.113 8 WARNING neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] subnetpool is already registered 2026-02-26 02:22:07.114 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of TrackedResource for resource:router 2026-02-26 02:22:07.114 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-02-26 02:22:07.114 7 WARNING neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] router is already registered 2026-02-26 02:22:07.114 8 WARNING neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] trunk is already registered 2026-02-26 02:22:07.115 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-02-26 02:22:07.115 7 WARNING neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] floatingip is already registered 2026-02-26 02:22:07.115 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 02:22:07.115 8 WARNING neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] ikepolicy is already registered 2026-02-26 02:22:07.115 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 02:22:07.115 8 WARNING neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] ipsecpolicy is already registered 2026-02-26 02:22:07.116 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-02-26 02:22:07.116 8 WARNING neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] endpoint_group is already registered 2026-02-26 02:22:07.116 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-02-26 02:22:07.116 8 WARNING neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] vpnservice is already registered 2026-02-26 02:22:07.117 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-02-26 02:22:07.117 8 WARNING neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] ipsec_site_connection is already registered 2026-02-26 02:22:07.117 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 02:22:07.118 8 WARNING neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] ipsecpolicy is already registered 2026-02-26 02:22:07.118 8 INFO neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 02:22:07.118 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-02-26 02:22:07.118 8 WARNING neutron.quota.resource_registry [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] ikepolicy is already registered 2026-02-26 02:22:07.118 7 WARNING neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] rbac_policy is already registered 2026-02-26 02:22:07.119 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-02-26 02:22:07.119 7 WARNING neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] security_group is already registered 2026-02-26 02:22:07.119 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-02-26 02:22:07.120 7 WARNING neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] security_group_rule is already registered 2026-02-26 02:22:07.120 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 02:22:07.121 7 WARNING neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] subnetpool is already registered 2026-02-26 02:22:07.121 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 02:22:07.121 7 WARNING neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] subnetpool is already registered 2026-02-26 02:22:07.122 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-02-26 02:22:07.122 7 WARNING neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] trunk is already registered 2026-02-26 02:22:07.122 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 02:22:07.122 7 WARNING neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] ikepolicy is already registered 2026-02-26 02:22:07.123 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 02:22:07.123 7 WARNING neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] ipsecpolicy is already registered 2026-02-26 02:22:07.123 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-02-26 02:22:07.123 7 WARNING neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] endpoint_group is already registered 2026-02-26 02:22:07.124 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-02-26 02:22:07.124 7 WARNING neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] vpnservice is already registered 2026-02-26 02:22:07.124 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-02-26 02:22:07.124 7 WARNING neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] ipsec_site_connection is already registered 2026-02-26 02:22:07.125 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 02:22:07.125 7 WARNING neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] ipsecpolicy is already registered 2026-02-26 02:22:07.125 7 INFO neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 02:22:07.125 7 WARNING neutron.quota.resource_registry [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] ikepolicy is already registered 2026-02-26 02:22:07.160 8 WARNING keystonemiddleware._common.config [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-02-26 02:22:07.163 7 WARNING keystonemiddleware._common.config [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-02-26 02:22:07.166 8 WARNING oslo_config.cfg [None req-5a582a50-5654-4d02-a902-6afea09c4377 - - - - - -] 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 0x7feb96489668 pid: 8 (default app) 2026-02-26 02:22:07.169 7 WARNING oslo_config.cfg [None req-d784374c-bac3-44a0-92fa-fa020a1d5322 - - - - - -] 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 0x7feb96489668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 02:22:12.736 8 INFO neutron.pecan_wsgi.hooks.translation [None req-71d930fa-e761-41d9-891a-b8569510cb5b d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/4] 199.204.45.69 () {44 vars in 924 bytes} [Thu Feb 26 02:22:11 2026] GET /v2.0/networks/public => generated 108 bytes in 761 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 2/5] 199.204.45.69 () {44 vars in 946 bytes} [Thu Feb 26 02:22:12 2026] GET /v2.0/networks?name=public => generated 15 bytes in 516 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 02:22:13.618 8 WARNING neutron.services.revisions.revision_plugin [None req-66fb8fa5-e6a3-46c4-bb05-1c7ecf9ad04f d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Could not find related network for resource to bump revision. 2026-02-26 02:22:13.636 8 INFO neutron.db.segments_db [None req-66fb8fa5-e6a3-46c4-bb05-1c7ecf9ad04f d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment ba375d94-3411-4b84-a8d4-0e4b29e9b233 of type flat for network ead9bc36-c4a0-47a3-b120-b62a0de27878 2026-02-26 02:22:13.676 8 INFO neutron.pecan_wsgi.hooks.translation [None req-66fb8fa5-e6a3-46c4-bb05-1c7ecf9ad04f d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/6] 199.204.45.69 () {48 vars in 964 bytes} [Thu Feb 26 02:22:13 2026] POST /v2.0/networks => generated 124 bytes in 427 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 02:22:19.797 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9558a5c7-80c6-4537-9f60-ea2c9d2aeaa6 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/7] 199.204.45.69 () {44 vars in 924 bytes} [Thu Feb 26 02:22:19 2026] GET /v2.0/networks/public => generated 108 bytes in 345 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/8] 199.204.45.69 () {44 vars in 946 bytes} [Thu Feb 26 02:22:19 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 02:22:20.054 7 WARNING neutron.services.revisions.revision_plugin [None req-90bde1fb-5e92-482d-940e-46a264caa574 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Could not find related network for resource to bump revision. 2026-02-26 02:22:20.078 7 INFO neutron.db.segments_db [None req-90bde1fb-5e92-482d-940e-46a264caa574 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment 2fa35e3d-36d2-41e0-85bc-cf0b154396bc of type flat for network ab4bdc23-0b5c-4b44-a2fe-35c9b4fdff23 2026-02-26 02:22:20.134 7 INFO neutron.pecan_wsgi.hooks.translation [None req-90bde1fb-5e92-482d-940e-46a264caa574 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/9] 199.204.45.69 () {48 vars in 964 bytes} [Thu Feb 26 02:22:19 2026] POST /v2.0/networks => generated 124 bytes in 321 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 02:22:25.939 7 INFO neutron.pecan_wsgi.hooks.translation [None req-01f6319d-7181-46f6-aae7-c05e4518ec04 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/11] 199.204.45.69 () {44 vars in 924 bytes} [Thu Feb 26 02:22:25 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/12] 199.204.45.69 () {44 vars in 946 bytes} [Thu Feb 26 02:22:25 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 02:22:26.002 7 WARNING neutron.services.revisions.revision_plugin [None req-fdf31d9c-6e12-4496-8583-158ba37f253c d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Could not find related network for resource to bump revision. 2026-02-26 02:22:26.013 7 INFO neutron.db.segments_db [None req-fdf31d9c-6e12-4496-8583-158ba37f253c d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment 6f934a78-6a6d-46e2-a68f-caa9bb556681 of type flat for network eb1827ad-1352-4d83-bd6a-2d8a11d1aeb4 2026-02-26 02:22:26.034 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fdf31d9c-6e12-4496-8583-158ba37f253c d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/13] 199.204.45.69 () {48 vars in 964 bytes} [Thu Feb 26 02:22:25 2026] POST /v2.0/networks => generated 124 bytes in 84 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 02:22:31.900 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bc0aa33f-7b53-46fb-a301-ea83dc5b063b d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/14] 199.204.45.69 () {44 vars in 924 bytes} [Thu Feb 26 02:22:31 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/15] 199.204.45.69 () {44 vars in 946 bytes} [Thu Feb 26 02:22:31 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-02-26 02:22:31.970 8 WARNING neutron.services.revisions.revision_plugin [None req-78cdc04c-dd70-4bb3-8e40-fb9412396533 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Could not find related network for resource to bump revision. 2026-02-26 02:22:31.990 8 INFO neutron.db.segments_db [None req-78cdc04c-dd70-4bb3-8e40-fb9412396533 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment 06177040-ce19-47b3-886b-417d5a1193fb of type flat for network a1881d82-5265-4b81-901d-c11319099907 2026-02-26 02:22:32.017 8 INFO neutron.pecan_wsgi.hooks.translation [None req-78cdc04c-dd70-4bb3-8e40-fb9412396533 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/16] 199.204.45.69 () {48 vars in 964 bytes} [Thu Feb 26 02:22:31 2026] POST /v2.0/networks => generated 124 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 02:22:37.845 8 INFO neutron.pecan_wsgi.hooks.translation [None req-52963df9-2c59-42af-90fc-d0f2b2d06bdc d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/18] 199.204.45.69 () {44 vars in 924 bytes} [Thu Feb 26 02:22:37 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/19] 199.204.45.69 () {44 vars in 946 bytes} [Thu Feb 26 02:22:37 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-02-26 02:22:37.916 8 WARNING neutron.services.revisions.revision_plugin [None req-4e629e69-6dcf-4d75-87e5-52cd4e823988 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Could not find related network for resource to bump revision. 2026-02-26 02:22:37.931 8 INFO neutron.db.segments_db [None req-4e629e69-6dcf-4d75-87e5-52cd4e823988 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment b4f2cf20-a3b1-4b55-88b1-d57368fb0965 of type flat for network 3f151b47-f637-4b74-8284-12db28f1af05 2026-02-26 02:22:37.954 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4e629e69-6dcf-4d75-87e5-52cd4e823988 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/20] 199.204.45.69 () {48 vars in 964 bytes} [Thu Feb 26 02:22:37 2026] POST /v2.0/networks => generated 124 bytes in 94 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 02:22:43.773 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8a817ea1-f950-4837-bf20-352d376cab04 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/21] 199.204.45.69 () {44 vars in 924 bytes} [Thu Feb 26 02:22:43 2026] GET /v2.0/networks/public => generated 108 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/22] 199.204.45.69 () {44 vars in 946 bytes} [Thu Feb 26 02:22:43 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 02:22:43.850 7 WARNING neutron.services.revisions.revision_plugin [None req-133cff54-d4a4-473f-b279-aa2081e6e4f7 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Could not find related network for resource to bump revision. 2026-02-26 02:22:43.870 7 INFO neutron.db.segments_db [None req-133cff54-d4a4-473f-b279-aa2081e6e4f7 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment 8dab8f78-3600-4035-b36f-9956d0ec86e2 of type flat for network 8b8ebccc-b4c3-4574-95e0-5c1c679ff7be [pid: 7|app: 0|req: 11/23] 199.204.45.69 () {48 vars in 964 bytes} [Thu Feb 26 02:22:43 2026] POST /v2.0/networks => generated 706 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 02:22:45.019 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a034f728-6a37-4918-bfb9-10cf4bc508c8 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/24] 199.204.45.69 () {44 vars in 924 bytes} [Thu Feb 26 02:22:44 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/25] 199.204.45.69 () {44 vars in 946 bytes} [Thu Feb 26 02:22:45 2026] GET /v2.0/networks?name=public => generated 709 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 02:22:45.091 8 INFO neutron.pecan_wsgi.hooks.translation [None req-114f73f1-8556-4d85-b9af-a67e3d3a86a8 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/26] 199.204.45.69 () {44 vars in 1031 bytes} [Thu Feb 26 02:22:45 2026] GET /v2.0/subnets/public-subnet?network_id=8b8ebccc-b4c3-4574-95e0-5c1c679ff7be => generated 113 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/27] 199.204.45.69 () {44 vars in 1054 bytes} [Thu Feb 26 02:22:45 2026] GET /v2.0/subnets?name=public-subnet&network_id=8b8ebccc-b4c3-4574-95e0-5c1c679ff7be => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/28] 199.204.45.69 () {48 vars in 962 bytes} [Thu Feb 26 02:22:45 2026] POST /v2.0/subnets => generated 664 bytes in 1431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 02:27:22.719 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2d2a968f-f2d8-46c0-b736-1207f0b507a0 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/66] 199.204.45.69 () {44 vars in 934 bytes} [Thu Feb 26 02:27:22 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/67] 199.204.45.69 () {44 vars in 956 bytes} [Thu Feb 26 02:27:22 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 02:27:22.799 7 INFO neutron.db.segments_db [None req-a4138eda-9494-4a6e-b509-fbdfac7e8f71 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment f01ab101-4dd9-4cc4-99f3-ef36f5d3ba03 of type vxlan for network 673e430e-ca99-4307-9304-f4c9ec92ccfb [pid: 7|app: 0|req: 34/68] 199.204.45.69 () {48 vars in 963 bytes} [Thu Feb 26 02:27:22 2026] POST /v2.0/networks => generated 707 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 02:27:23.748 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0e5db767-0c6b-49e3-b5f6-524d3968e89a d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/69] 199.204.45.69 () {44 vars in 934 bytes} [Thu Feb 26 02:27: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: 35/70] 199.204.45.69 () {44 vars in 956 bytes} [Thu Feb 26 02:27:23 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 02:27:23.799 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b8695e24-a015-408a-be2b-79696eba2f43 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/71] 199.204.45.69 () {44 vars in 1033 bytes} [Thu Feb 26 02:27:23 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=673e430e-ca99-4307-9304-f4c9ec92ccfb => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/72] 199.204.45.69 () {44 vars in 1056 bytes} [Thu Feb 26 02:27:23 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=673e430e-ca99-4307-9304-f4c9ec92ccfb => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/73] 199.204.45.69 () {48 vars in 962 bytes} [Thu Feb 26 02:27:23 2026] POST /v2.0/subnets => generated 651 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 02:27:25.081 7 INFO neutron.api.v2.resource [None req-baaefc02-6ac7-4df8-aa4b-4be4670a08ac d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/74] 199.204.45.69 () {44 vars in 968 bytes} [Thu Feb 26 02:27:25 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/75] 199.204.45.69 () {44 vars in 990 bytes} [Thu Feb 26 02:27:25 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/76] 199.204.45.69 () {48 vars in 977 bytes} [Thu Feb 26 02:27:25 2026] POST /v2.0/security-groups => generated 1616 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/77] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 02:27:26 2026] GET /v2.0/security-groups/2e5a56ba-e281-4f3d-875a-752dab6f6828 => generated 1616 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/78] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 02:27:26 2026] GET /v2.0/security-groups/2e5a56ba-e281-4f3d-875a-752dab6f6828 => generated 1616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/79] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 02:27:26 2026] GET /v2.0/security-groups/2e5a56ba-e281-4f3d-875a-752dab6f6828 => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/80] 199.204.45.69 () {48 vars in 988 bytes} [Thu Feb 26 02:27:26 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: 41/81] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 02:27:27 2026] GET /v2.0/security-groups/2e5a56ba-e281-4f3d-875a-752dab6f6828 => generated 2230 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/82] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 02:27:27 2026] GET /v2.0/security-groups/2e5a56ba-e281-4f3d-875a-752dab6f6828 => generated 2230 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/83] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 02:27:27 2026] GET /v2.0/security-groups/2e5a56ba-e281-4f3d-875a-752dab6f6828 => generated 2230 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/84] 199.204.45.69 () {48 vars in 988 bytes} [Thu Feb 26 02:27:27 2026] POST /v2.0/security-group-rules => generated 603 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/85] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 02:27:28 2026] GET /v2.0/security-groups/2e5a56ba-e281-4f3d-875a-752dab6f6828 => generated 2846 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/86] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 02:27:28 2026] GET /v2.0/security-groups/2e5a56ba-e281-4f3d-875a-752dab6f6828 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/87] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 02:27:28 2026] GET /v2.0/security-groups/2e5a56ba-e281-4f3d-875a-752dab6f6828 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/88] 199.204.45.69 () {48 vars in 988 bytes} [Thu Feb 26 02:27:28 2026] POST /v2.0/security-group-rules => generated 603 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/89] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 02:27:29 2026] GET /v2.0/security-groups/2e5a56ba-e281-4f3d-875a-752dab6f6828 => generated 3462 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/90] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 02:27:29 2026] GET /v2.0/security-groups/2e5a56ba-e281-4f3d-875a-752dab6f6828 => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/91] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 02:27:29 2026] GET /v2.0/security-groups/2e5a56ba-e281-4f3d-875a-752dab6f6828 => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/92] 199.204.45.69 () {48 vars in 988 bytes} [Thu Feb 26 02:27:29 2026] POST /v2.0/security-group-rules => generated 603 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/93] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 02:27:30 2026] GET /v2.0/security-groups/2e5a56ba-e281-4f3d-875a-752dab6f6828 => generated 4078 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/94] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 02:27:30 2026] GET /v2.0/security-groups/2e5a56ba-e281-4f3d-875a-752dab6f6828 => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/95] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 02:27:30 2026] GET /v2.0/security-groups/2e5a56ba-e281-4f3d-875a-752dab6f6828 => generated 4078 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/96] 199.204.45.69 () {48 vars in 988 bytes} [Thu Feb 26 02:27:30 2026] POST /v2.0/security-group-rules => generated 603 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/97] 199.204.45.69 () {44 vars in 984 bytes} [Thu Feb 26 02:27:31 2026] GET /v2.0/networks/673e430e-ca99-4307-9304-f4c9ec92ccfb => generated 732 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 02:27:31.826 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e84b295c-afaa-4bc7-b2e3-240cfbaf3803 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 49/98] 199.204.45.69 () {44 vars in 1073 bytes} [Thu Feb 26 02:27:31 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=673e430e-ca99-4307-9304-f4c9ec92ccfb => generated 132 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/99] 199.204.45.69 () {44 vars in 1096 bytes} [Thu Feb 26 02:27:31 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=673e430e-ca99-4307-9304-f4c9ec92ccfb => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/100] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 02:27:31 2026] GET /v2.0/security-groups/2e5a56ba-e281-4f3d-875a-752dab6f6828 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/101] 199.204.45.69 () {48 vars in 958 bytes} [Thu Feb 26 02:27:31 2026] POST /v2.0/ports => generated 1100 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-26 02:27:38.905 7 INFO neutron.pecan_wsgi.hooks.translation [None req-76c14be8-da54-40f9-bb8e-3a113b4e978a d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/104] 199.204.45.69 () {44 vars in 976 bytes} [Thu Feb 26 02:27:38 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 38 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: 53/105] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 02:27:38 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/106] 199.204.45.69 () {48 vars in 1028 bytes} [Thu Feb 26 02:27:38 2026] PUT /v2.0/ports/20e14bbf-4b51-4e0c-a86e-4fb056676631 => generated 1249 bytes in 808 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/107] 199.204.45.69 () {44 vars in 917 bytes} [Thu Feb 26 02:27:41 2026] GET /v2.0/ports => generated 3730 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 02:27:43.040 7 INFO neutron.api.v2.resource [None req-7e0dfc95-6bd3-4eeb-ab42-74e93ed65f46 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/108] 199.204.45.69 () {44 vars in 956 bytes} [Thu Feb 26 02:27:43 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/109] 199.204.45.69 () {44 vars in 978 bytes} [Thu Feb 26 02:27:43 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/110] 199.204.45.69 () {48 vars in 977 bytes} [Thu Feb 26 02:27:43 2026] POST /v2.0/security-groups => generated 1610 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/111] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 02:27:44 2026] GET /v2.0/security-groups/59545ac6-da5e-41ed-8e87-737b6b46a4ff => generated 1610 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/112] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 02:27:44 2026] GET /v2.0/security-groups/59545ac6-da5e-41ed-8e87-737b6b46a4ff => 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/113] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 02:27:44 2026] GET /v2.0/security-groups/59545ac6-da5e-41ed-8e87-737b6b46a4ff => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/114] 199.204.45.69 () {48 vars in 988 bytes} [Thu Feb 26 02:27:44 2026] POST /v2.0/security-group-rules => generated 623 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/115] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 02:27:45 2026] GET /v2.0/security-groups/59545ac6-da5e-41ed-8e87-737b6b46a4ff => generated 2246 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/116] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 02:27:45 2026] GET /v2.0/security-groups/59545ac6-da5e-41ed-8e87-737b6b46a4ff => generated 2246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/117] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 02:27:45 2026] GET /v2.0/security-groups/59545ac6-da5e-41ed-8e87-737b6b46a4ff => generated 2246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/118] 199.204.45.69 () {48 vars in 988 bytes} [Thu Feb 26 02:27:45 2026] POST /v2.0/security-group-rules => generated 627 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/129] 199.204.45.69 () {44 vars in 972 bytes} [Thu Feb 26 02:28:57 2026] GET /v2.0/quotas/e7fd63ac1a7440edb1962e51dc230141 => 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: 65/130] 199.204.45.69 () {48 vars in 1024 bytes} [Thu Feb 26 02:28:57 2026] PUT /v2.0/quotas/e7fd63ac1a7440edb1962e51dc230141 => generated 291 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 02:31:07.521 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f986e5ce-1b69-4f7c-850a-b1d95b6c216d d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/149] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 02:31:07 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 75/150] 199.204.45.69 () {30 vars in 762 bytes} [Thu Feb 26 02:31:07 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 02:31:09.325 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9be9afe1-3a5a-4fdc-a650-63fe7e20d9fe d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/151] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 02:31:09 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 76/152] 199.204.45.69 () {30 vars in 762 bytes} [Thu Feb 26 02:31:09 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 02:47:27.627 8 INFO neutron.api.v2.resource [None req-88f34af8-89d9-41fb-a166-23d6d6070321 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 142/283] 199.204.45.69 () {44 vars in 1071 bytes} [Thu Feb 26 02:47:27 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=7187322156b843dfb16e17117c908dba => generated 139 bytes in 147 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/284] 199.204.45.69 () {44 vars in 1094 bytes} [Thu Feb 26 02:47:27 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=7187322156b843dfb16e17117c908dba => generated 23 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 143/285] 199.204.45.69 () {48 vars in 978 bytes} [Thu Feb 26 02:47:27 2026] POST /v2.0/security-groups => generated 1624 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/286] 199.204.45.69 () {44 vars in 1085 bytes} [Thu Feb 26 02:47:29 2026] GET /v2.0/security-groups/dcc06487-341f-47fb-927c-5adbd4a4c0a1?project_id=7187322156b843dfb16e17117c908dba => generated 1624 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/287] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 02:47:29 2026] GET /v2.0/security-groups/dcc06487-341f-47fb-927c-5adbd4a4c0a1 => generated 1624 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/288] 199.204.45.69 () {44 vars in 1085 bytes} [Thu Feb 26 02:47:29 2026] GET /v2.0/security-groups/dcc06487-341f-47fb-927c-5adbd4a4c0a1?project_id=7187322156b843dfb16e17117c908dba => generated 1624 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 145/289] 199.204.45.69 () {48 vars in 988 bytes} [Thu Feb 26 02:47:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 1364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/290] 199.204.45.69 () {44 vars in 1085 bytes} [Thu Feb 26 02:47:31 2026] GET /v2.0/security-groups/dcc06487-341f-47fb-927c-5adbd4a4c0a1?project_id=7187322156b843dfb16e17117c908dba => generated 2234 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/291] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 02:47:31 2026] GET /v2.0/security-groups/dcc06487-341f-47fb-927c-5adbd4a4c0a1 => generated 2234 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/292] 199.204.45.69 () {44 vars in 1085 bytes} [Thu Feb 26 02:47:31 2026] GET /v2.0/security-groups/dcc06487-341f-47fb-927c-5adbd4a4c0a1?project_id=7187322156b843dfb16e17117c908dba => generated 2234 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/293] 199.204.45.69 () {48 vars in 988 bytes} [Thu Feb 26 02:47:31 2026] POST /v2.0/security-group-rules => generated 599 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/294] 199.204.45.69 () {44 vars in 1085 bytes} [Thu Feb 26 02:47:32 2026] GET /v2.0/security-groups/dcc06487-341f-47fb-927c-5adbd4a4c0a1?project_id=7187322156b843dfb16e17117c908dba => generated 2846 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 148/295] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 02:47:32 2026] GET /v2.0/security-groups/dcc06487-341f-47fb-927c-5adbd4a4c0a1 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/296] 199.204.45.69 () {44 vars in 1085 bytes} [Thu Feb 26 02:47:32 2026] GET /v2.0/security-groups/dcc06487-341f-47fb-927c-5adbd4a4c0a1?project_id=7187322156b843dfb16e17117c908dba => generated 2846 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/297] 199.204.45.69 () {48 vars in 988 bytes} [Thu Feb 26 02:47:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 149/298] 199.204.45.69 () {44 vars in 1085 bytes} [Thu Feb 26 02:47:34 2026] GET /v2.0/security-groups/dcc06487-341f-47fb-927c-5adbd4a4c0a1?project_id=7187322156b843dfb16e17117c908dba => generated 3460 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 150/299] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 02:47:34 2026] GET /v2.0/security-groups/dcc06487-341f-47fb-927c-5adbd4a4c0a1 => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 150/300] 199.204.45.69 () {44 vars in 1085 bytes} [Thu Feb 26 02:47:34 2026] GET /v2.0/security-groups/dcc06487-341f-47fb-927c-5adbd4a4c0a1?project_id=7187322156b843dfb16e17117c908dba => generated 3460 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 151/301] 199.204.45.69 () {48 vars in 988 bytes} [Thu Feb 26 02:47:34 2026] POST /v2.0/security-group-rules => generated 602 bytes in 900 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 161/324] 199.204.45.69 () {30 vars in 739 bytes} [Thu Feb 26 02:50:06 2026] GET /v2.0/networks?tenant_id=7187322156b843dfb16e17117c908dba&shared=False => generated 15 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 02:50:06.731 8 INFO neutron.db.segments_db [None req-219afdc6-85bc-4ee6-a54a-454fa3240ef6 7f8b8b8df2ae4d238ae0462f58000b73 7187322156b843dfb16e17117c908dba - - 7b56b5afe4fd486499b5cd822770fbee 7b56b5afe4fd486499b5cd822770fbee] Added segment 92d3bcdf-dcd6-4a4a-a945-b7cc5f35d398 of type vxlan for network bc743dd1-280f-4a94-ab8d-cc6a08b600ff [pid: 8|app: 0|req: 164/325] 199.204.45.69 () {34 vars in 681 bytes} [Thu Feb 26 02:50:06 2026] POST /v2.0/networks => generated 718 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 162/326] 199.204.45.69 () {30 vars in 721 bytes} [Thu Feb 26 02:50:06 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 165/327] 199.204.45.69 () {30 vars in 632 bytes} [Thu Feb 26 02:50:06 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 163/328] 199.204.45.69 () {34 vars in 676 bytes} [Thu Feb 26 02:50:06 2026] POST /v2.0/ports => generated 999 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 166/329] 199.204.45.69 () {30 vars in 702 bytes} [Thu Feb 26 02:50:07 2026] GET /v2.0/networks/bc743dd1-280f-4a94-ab8d-cc6a08b600ff => generated 705 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 164/330] 199.204.45.69 () {30 vars in 721 bytes} [Thu Feb 26 02:50:09 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 167/331] 199.204.45.69 () {30 vars in 702 bytes} [Thu Feb 26 02:50:09 2026] GET /v2.0/networks/bc743dd1-280f-4a94-ab8d-cc6a08b600ff => generated 705 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/334] 199.204.45.69 () {44 vars in 972 bytes} [Thu Feb 26 02:50:34 2026] GET /v2.0/quotas/7187322156b843dfb16e17117c908dba => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/335] 199.204.45.69 () {48 vars in 1024 bytes} [Thu Feb 26 02:50:34 2026] PUT /v2.0/quotas/7187322156b843dfb16e17117c908dba => generated 291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/348] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 02:52:03 2026] GET /v2.0/subnets => generated 1308 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/349] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 02:52:03 2026] GET /v2.0/subnetpools => 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: 174/350] 10.0.0.27 () {28 vars in 598 bytes} [Thu Feb 26 02:52:03 2026] GET /v2.0/security-groups => generated 17401 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/351] 10.0.0.27 () {28 vars in 580 bytes} [Thu Feb 26 02:52:03 2026] GET /v2.0/agents => generated 3384 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/352] 10.0.0.27 () {28 vars in 578 bytes} [Thu Feb 26 02:52:03 2026] GET /v2.0/ports => generated 4725 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/353] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 02:52:03 2026] GET /v2.0/routers => generated 15 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/354] 10.0.0.27 () {28 vars in 623 bytes} [Thu Feb 26 02:52:03 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/355] 10.0.0.27 () {28 vars in 618 bytes} [Thu Feb 26 02:52:03 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/356] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 02:52:03 2026] GET /v2.0/floatingips => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/357] 10.0.0.27 () {28 vars in 584 bytes} [Thu Feb 26 02:52:03 2026] GET /v2.0/networks => generated 2168 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/358] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 02:52:03 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/367] 10.0.0.27 () {28 vars in 598 bytes} [Thu Feb 26 02:53:03 2026] GET /v2.0/security-groups => generated 17401 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/368] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 02:53:03 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/369] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 02:53:03 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/370] 10.0.0.27 () {28 vars in 623 bytes} [Thu Feb 26 02:53:03 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/371] 10.0.0.27 () {28 vars in 618 bytes} [Thu Feb 26 02:53:03 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/372] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 02:53:03 2026] GET /v2.0/floatingips => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/373] 10.0.0.27 () {28 vars in 580 bytes} [Thu Feb 26 02:53:03 2026] GET /v2.0/agents => generated 3384 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/374] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 02:53:03 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/375] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 02:53:03 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/376] 10.0.0.27 () {28 vars in 584 bytes} [Thu Feb 26 02:53:03 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: 190/377] 10.0.0.27 () {28 vars in 578 bytes} [Thu Feb 26 02:53:03 2026] GET /v2.0/ports => generated 4725 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/386] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 02:54:03 2026] GET /v2.0/subnets => generated 1308 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/387] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 02:54:03 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/388] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 02:54:03 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/389] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 02:54:03 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: 197/390] 10.0.0.27 () {28 vars in 580 bytes} [Thu Feb 26 02:54:03 2026] GET /v2.0/agents => generated 3384 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/391] 10.0.0.27 () {28 vars in 598 bytes} [Thu Feb 26 02:54:03 2026] GET /v2.0/security-groups => generated 17401 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/392] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 02:54:03 2026] GET /v2.0/routers => generated 15 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/393] 10.0.0.27 () {28 vars in 623 bytes} [Thu Feb 26 02:54:03 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/394] 10.0.0.27 () {28 vars in 618 bytes} [Thu Feb 26 02:54:03 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/395] 10.0.0.27 () {28 vars in 584 bytes} [Thu Feb 26 02:54:03 2026] GET /v2.0/networks => generated 2168 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/396] 10.0.0.27 () {28 vars in 578 bytes} [Thu Feb 26 02:54:03 2026] GET /v2.0/ports => generated 4725 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/405] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 02:55:03 2026] GET /v2.0/routers => generated 15 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/406] 10.0.0.27 () {28 vars in 623 bytes} [Thu Feb 26 02:55:03 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/407] 10.0.0.27 () {28 vars in 618 bytes} [Thu Feb 26 02:55:03 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/408] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 02:55:03 2026] GET /v2.0/subnets => generated 1308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/409] 10.0.0.27 () {28 vars in 580 bytes} [Thu Feb 26 02:55:03 2026] GET /v2.0/agents => generated 3384 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/410] 10.0.0.27 () {28 vars in 578 bytes} [Thu Feb 26 02:55:03 2026] GET /v2.0/ports => generated 4725 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/411] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 02:55:03 2026] GET /v2.0/floatingips => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/412] 10.0.0.27 () {28 vars in 584 bytes} [Thu Feb 26 02:55:03 2026] GET /v2.0/networks => generated 2168 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/413] 10.0.0.27 () {28 vars in 598 bytes} [Thu Feb 26 02:55:03 2026] GET /v2.0/security-groups => generated 17401 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/414] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 02:55:03 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/415] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 02:55:03 2026] GET /v2.0/subnetpools => 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: 215/424] 10.0.0.27 () {28 vars in 578 bytes} [Thu Feb 26 02:56:03 2026] GET /v2.0/ports => generated 4725 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/425] 10.0.0.27 () {28 vars in 584 bytes} [Thu Feb 26 02:56:03 2026] GET /v2.0/networks => generated 2168 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/426] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 02:56:03 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/427] 10.0.0.27 () {28 vars in 623 bytes} [Thu Feb 26 02:56:03 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/428] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 02:56:03 2026] GET /v2.0/subnets => generated 1308 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/429] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 02:56:03 2026] GET /v2.0/subnetpools => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/430] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 02:56:03 2026] GET /v2.0/floatingips => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/431] 10.0.0.27 () {28 vars in 580 bytes} [Thu Feb 26 02:56:03 2026] GET /v2.0/agents => generated 3384 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/432] 10.0.0.27 () {28 vars in 618 bytes} [Thu Feb 26 02:56:03 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/433] 10.0.0.27 () {28 vars in 598 bytes} [Thu Feb 26 02:56:03 2026] GET /v2.0/security-groups => generated 17401 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/434] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 02:56:03 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/443] 10.0.0.27 () {28 vars in 598 bytes} [Thu Feb 26 02:57:03 2026] GET /v2.0/security-groups => generated 17401 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/444] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 02:57:03 2026] GET /v2.0/routers => generated 15 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/445] 10.0.0.27 () {28 vars in 623 bytes} [Thu Feb 26 02:57:03 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/446] 10.0.0.27 () {28 vars in 578 bytes} [Thu Feb 26 02:57:03 2026] GET /v2.0/ports => generated 4725 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/447] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 02:57:03 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/448] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 02:57:03 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/449] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 02:57:03 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/450] 10.0.0.27 () {28 vars in 584 bytes} [Thu Feb 26 02:57:03 2026] GET /v2.0/networks => generated 2168 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/451] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 02:57:03 2026] GET /v2.0/floatingips => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/452] 10.0.0.27 () {28 vars in 580 bytes} [Thu Feb 26 02:57:03 2026] GET /v2.0/agents => generated 3384 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/453] 10.0.0.27 () {28 vars in 618 bytes} [Thu Feb 26 02:57:03 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/462] 10.0.0.27 () {28 vars in 580 bytes} [Thu Feb 26 02:58:03 2026] GET /v2.0/agents => generated 3384 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/463] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 02:58:03 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/464] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 02:58:03 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/465] 10.0.0.27 () {28 vars in 578 bytes} [Thu Feb 26 02:58:03 2026] GET /v2.0/ports => generated 4725 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/466] 10.0.0.27 () {28 vars in 584 bytes} [Thu Feb 26 02:58:03 2026] GET /v2.0/networks => generated 2168 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/467] 10.0.0.27 () {28 vars in 598 bytes} [Thu Feb 26 02:58:03 2026] GET /v2.0/security-groups => generated 17401 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/468] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 02:58:03 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/469] 10.0.0.27 () {28 vars in 623 bytes} [Thu Feb 26 02:58:03 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/470] 10.0.0.27 () {28 vars in 618 bytes} [Thu Feb 26 02:58:03 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/471] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 02:58:03 2026] GET /v2.0/floatingips => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/472] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 02:58:03 2026] GET /v2.0/subnets => generated 1308 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/481] 10.0.0.27 () {28 vars in 578 bytes} [Thu Feb 26 02:59:03 2026] GET /v2.0/ports => generated 4725 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/482] 10.0.0.27 () {28 vars in 580 bytes} [Thu Feb 26 02:59:03 2026] GET /v2.0/agents => generated 3384 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/483] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 02:59:03 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: 238/484] 10.0.0.27 () {28 vars in 598 bytes} [Thu Feb 26 02:59:03 2026] GET /v2.0/security-groups => generated 17401 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/485] 10.0.0.27 () {28 vars in 584 bytes} [Thu Feb 26 02:59:03 2026] GET /v2.0/networks => generated 2168 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/486] 10.0.0.27 () {28 vars in 618 bytes} [Thu Feb 26 02:59:03 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/487] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 02:59:03 2026] GET /v2.0/floatingips => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/488] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 02:59:03 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/489] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 02:59:03 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/490] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 02:59:03 2026] GET /v2.0/routers => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/491] 10.0.0.27 () {28 vars in 623 bytes} [Thu Feb 26 02:59:03 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/500] 10.0.0.27 () {28 vars in 598 bytes} [Thu Feb 26 03:00:03 2026] GET /v2.0/security-groups => generated 17401 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/501] 10.0.0.27 () {28 vars in 584 bytes} [Thu Feb 26 03:00:03 2026] GET /v2.0/networks => generated 2168 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/502] 10.0.0.27 () {28 vars in 578 bytes} [Thu Feb 26 03:00:03 2026] GET /v2.0/ports => generated 4725 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/503] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:00:03 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/504] 10.0.0.27 () {28 vars in 623 bytes} [Thu Feb 26 03:00:03 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/505] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:00:03 2026] GET /v2.0/floatingips => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/506] 10.0.0.27 () {28 vars in 580 bytes} [Thu Feb 26 03:00:03 2026] GET /v2.0/agents => generated 3384 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/507] 10.0.0.27 () {28 vars in 618 bytes} [Thu Feb 26 03:00:04 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/508] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:00:04 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/509] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:00:04 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/510] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:00:04 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/519] 10.0.0.27 () {28 vars in 598 bytes} [Thu Feb 26 03:01:03 2026] GET /v2.0/security-groups => generated 17401 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/520] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:01:03 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/521] 10.0.0.27 () {28 vars in 623 bytes} [Thu Feb 26 03:01:03 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/522] 10.0.0.27 () {28 vars in 584 bytes} [Thu Feb 26 03:01:03 2026] GET /v2.0/networks => generated 2168 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/523] 10.0.0.27 () {28 vars in 580 bytes} [Thu Feb 26 03:01:03 2026] GET /v2.0/agents => generated 3384 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/524] 10.0.0.27 () {28 vars in 618 bytes} [Thu Feb 26 03:01:03 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/525] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:01:03 2026] GET /v2.0/floatingips => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/526] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:01:03 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/527] 10.0.0.27 () {28 vars in 578 bytes} [Thu Feb 26 03:01:03 2026] GET /v2.0/ports => generated 4725 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/528] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:01:03 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/529] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:01:03 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:01:25.865 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b53b7092-30c4-42f7-8712-9ff695ec379c d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 272/534] 199.204.45.69 () {44 vars in 924 bytes} [Thu Feb 26 03:01:25 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/535] 199.204.45.69 () {44 vars in 946 bytes} [Thu Feb 26 03:01:25 2026] GET /v2.0/networks?name=public => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:01:27.046 8 INFO neutron.pecan_wsgi.hooks.translation [None req-008c7fc7-faf8-42b0-8b51-73293a7cbc19 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 273/536] 199.204.45.69 () {44 vars in 924 bytes} [Thu Feb 26 03:01:27 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/537] 199.204.45.69 () {44 vars in 946 bytes} [Thu Feb 26 03:01:27 2026] GET /v2.0/networks?name=public => generated 753 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:01:27.109 8 INFO neutron.pecan_wsgi.hooks.translation [None req-707c4280-f540-4ea5-ad0a-10d7bfed6aff d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 274/538] 199.204.45.69 () {44 vars in 1031 bytes} [Thu Feb 26 03:01:27 2026] GET /v2.0/subnets/public-subnet?network_id=8b8ebccc-b4c3-4574-95e0-5c1c679ff7be => generated 113 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/539] 199.204.45.69 () {44 vars in 1054 bytes} [Thu Feb 26 03:01:27 2026] GET /v2.0/subnets?name=public-subnet&network_id=8b8ebccc-b4c3-4574-95e0-5c1c679ff7be => generated 667 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:01:52.831 8 INFO neutron.pecan_wsgi.hooks.translation [None req-97f4c444-b81b-479b-8d39-babdc6fd1b84 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 277/544] 199.204.45.69 () {44 vars in 934 bytes} [Thu Feb 26 03:01:52 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: 268/545] 199.204.45.69 () {44 vars in 956 bytes} [Thu Feb 26 03:01:52 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:01:53.845 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4f5a2121-3e50-44eb-bdcb-b966968644ba d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 278/546] 199.204.45.69 () {44 vars in 934 bytes} [Thu Feb 26 03:01:53 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/547] 199.204.45.69 () {44 vars in 956 bytes} [Thu Feb 26 03:01:53 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:01:53.915 8 INFO neutron.pecan_wsgi.hooks.translation [None req-65e8778b-f8bf-4e79-ad94-8148234f2836 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 279/548] 199.204.45.69 () {44 vars in 1033 bytes} [Thu Feb 26 03:01:53 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=673e430e-ca99-4307-9304-f4c9ec92ccfb => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/549] 199.204.45.69 () {44 vars in 1056 bytes} [Thu Feb 26 03:01:53 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=673e430e-ca99-4307-9304-f4c9ec92ccfb => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:01:55.075 8 INFO neutron.api.v2.resource [None req-ec4f566d-14a8-4a9d-b23f-03b504cdb292 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 280/550] 199.204.45.69 () {44 vars in 968 bytes} [Thu Feb 26 03:01:55 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/551] 199.204.45.69 () {44 vars in 990 bytes} [Thu Feb 26 03:01:55 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/552] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 03:01:56 2026] GET /v2.0/security-groups/2e5a56ba-e281-4f3d-875a-752dab6f6828 => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/553] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 03:01:56 2026] GET /v2.0/security-groups/2e5a56ba-e281-4f3d-875a-752dab6f6828 => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/554] 199.204.45.69 () {44 vars in 1008 bytes} [Thu Feb 26 03:01:56 2026] GET /v2.0/security-group-rules/a6eb91c2-daa4-4c25-844f-93e48d471a82 => generated 601 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/555] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 03:01:57 2026] GET /v2.0/security-groups/2e5a56ba-e281-4f3d-875a-752dab6f6828 => generated 4694 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/556] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 03:01:57 2026] GET /v2.0/security-groups/2e5a56ba-e281-4f3d-875a-752dab6f6828 => generated 4694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/557] 199.204.45.69 () {44 vars in 1008 bytes} [Thu Feb 26 03:01:57 2026] GET /v2.0/security-group-rules/d911486b-45df-48ce-a778-557025019c9c => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/558] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 03:01:58 2026] GET /v2.0/security-groups/2e5a56ba-e281-4f3d-875a-752dab6f6828 => 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: 275/559] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 03:01:58 2026] GET /v2.0/security-groups/2e5a56ba-e281-4f3d-875a-752dab6f6828 => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/560] 199.204.45.69 () {44 vars in 1008 bytes} [Thu Feb 26 03:01:58 2026] GET /v2.0/security-group-rules/5eb34eda-63bb-44ff-aaf8-0a943a6f95f0 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/561] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 03:01:59 2026] GET /v2.0/security-groups/2e5a56ba-e281-4f3d-875a-752dab6f6828 => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/562] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 03:01:59 2026] GET /v2.0/security-groups/2e5a56ba-e281-4f3d-875a-752dab6f6828 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/563] 199.204.45.69 () {44 vars in 1008 bytes} [Thu Feb 26 03:01:59 2026] GET /v2.0/security-group-rules/15871b88-206b-444d-a4e7-099eae8099ea => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/564] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 03:02:00 2026] GET /v2.0/security-groups/2e5a56ba-e281-4f3d-875a-752dab6f6828 => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/565] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 03:02:00 2026] GET /v2.0/security-groups/2e5a56ba-e281-4f3d-875a-752dab6f6828 => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/566] 199.204.45.69 () {44 vars in 1008 bytes} [Thu Feb 26 03:02:00 2026] GET /v2.0/security-group-rules/bec51d49-38e5-49e7-816c-5eaf9a069eea => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/567] 199.204.45.69 () {44 vars in 984 bytes} [Thu Feb 26 03:02:01 2026] GET /v2.0/networks/673e430e-ca99-4307-9304-f4c9ec92ccfb => generated 732 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:02:01.563 8 INFO neutron.pecan_wsgi.hooks.translation [None req-31054edb-6982-4e12-9d87-f38dc7f2bca5 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 289/568] 199.204.45.69 () {44 vars in 1073 bytes} [Thu Feb 26 03:02:01 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=673e430e-ca99-4307-9304-f4c9ec92ccfb => generated 132 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/569] 199.204.45.69 () {44 vars in 1096 bytes} [Thu Feb 26 03:02:01 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=673e430e-ca99-4307-9304-f4c9ec92ccfb => generated 1254 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/570] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 03:02:01 2026] GET /v2.0/security-groups/2e5a56ba-e281-4f3d-875a-752dab6f6828 => generated 4694 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/571] 10.0.0.27 () {28 vars in 598 bytes} [Thu Feb 26 03:02:03 2026] GET /v2.0/security-groups => generated 17401 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/572] 10.0.0.27 () {28 vars in 580 bytes} [Thu Feb 26 03:02:03 2026] GET /v2.0/agents => generated 3384 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/573] 10.0.0.27 () {28 vars in 618 bytes} [Thu Feb 26 03:02:03 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/574] 10.0.0.27 () {28 vars in 584 bytes} [Thu Feb 26 03:02:03 2026] GET /v2.0/networks => generated 2168 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/575] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:02:03 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/576] 10.0.0.27 () {28 vars in 578 bytes} [Thu Feb 26 03:02:03 2026] GET /v2.0/ports => generated 4725 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/577] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:02:03 2026] GET /v2.0/routers => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/578] 10.0.0.27 () {28 vars in 623 bytes} [Thu Feb 26 03:02:03 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/579] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:02:03 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/580] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:02:03 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/581] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:02:03 2026] GET /v2.0/floatingips => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:02:09.013 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8b70e0d3-a2a5-4edd-a394-c1e5ef425ad0 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 288/584] 199.204.45.69 () {44 vars in 976 bytes} [Thu Feb 26 03:02:08 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/585] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 03:02:09 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/586] 199.204.45.69 () {44 vars in 917 bytes} [Thu Feb 26 03:02:10 2026] GET /v2.0/ports => generated 4725 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:02:11.933 8 INFO neutron.api.v2.resource [None req-52e58b38-614a-4e60-bf01-2e1c763fbef1 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 298/587] 199.204.45.69 () {44 vars in 956 bytes} [Thu Feb 26 03:02:11 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: 7|app: 0|req: 290/588] 199.204.45.69 () {44 vars in 978 bytes} [Thu Feb 26 03:02:11 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/589] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 03:02:12 2026] GET /v2.0/security-groups/59545ac6-da5e-41ed-8e87-737b6b46a4ff => generated 2886 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/590] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 03:02:12 2026] GET /v2.0/security-groups/59545ac6-da5e-41ed-8e87-737b6b46a4ff => generated 2886 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/591] 199.204.45.69 () {44 vars in 1008 bytes} [Thu Feb 26 03:02:12 2026] GET /v2.0/security-group-rules/bbddd91e-f62d-4f0f-b5fc-f1efc3bfae5d => generated 623 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/592] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 03:02:13 2026] GET /v2.0/security-groups/59545ac6-da5e-41ed-8e87-737b6b46a4ff => generated 2886 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/593] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 03:02:13 2026] GET /v2.0/security-groups/59545ac6-da5e-41ed-8e87-737b6b46a4ff => generated 2886 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/594] 199.204.45.69 () {44 vars in 1008 bytes} [Thu Feb 26 03:02:13 2026] GET /v2.0/security-group-rules/cc925b74-535a-4f82-b97a-fe4f3011156d => generated 627 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/597] 199.204.45.69 () {44 vars in 972 bytes} [Thu Feb 26 03:02:25 2026] GET /v2.0/quotas/e7fd63ac1a7440edb1962e51dc230141 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/602] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:03:03 2026] GET /v2.0/floatingips => generated 19 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/603] 10.0.0.27 () {28 vars in 598 bytes} [Thu Feb 26 03:03:03 2026] GET /v2.0/security-groups => generated 17401 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/604] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:03:03 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/605] 10.0.0.27 () {28 vars in 623 bytes} [Thu Feb 26 03:03:03 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/606] 10.0.0.27 () {28 vars in 578 bytes} [Thu Feb 26 03:03:03 2026] GET /v2.0/ports => generated 4725 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/607] 10.0.0.27 () {28 vars in 580 bytes} [Thu Feb 26 03:03:03 2026] GET /v2.0/agents => generated 3384 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/608] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:03:03 2026] GET /v2.0/subnets => generated 1308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/609] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:03:03 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/610] 10.0.0.27 () {28 vars in 584 bytes} [Thu Feb 26 03:03:03 2026] GET /v2.0/networks => generated 2168 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/611] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:03:03 2026] GET /v2.0/subnets => generated 1308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/612] 10.0.0.27 () {28 vars in 618 bytes} [Thu Feb 26 03:03:03 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:03:17.485 8 INFO neutron.api.v2.resource [None req-6947759a-2486-4a6d-9421-bbb5ccf3f170 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 311/615] 199.204.45.69 () {44 vars in 1071 bytes} [Thu Feb 26 03:03:17 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=7187322156b843dfb16e17117c908dba => generated 139 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/616] 199.204.45.69 () {44 vars in 1094 bytes} [Thu Feb 26 03:03:17 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=7187322156b843dfb16e17117c908dba => generated 4072 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/617] 199.204.45.69 () {44 vars in 1085 bytes} [Thu Feb 26 03:03:18 2026] GET /v2.0/security-groups/dcc06487-341f-47fb-927c-5adbd4a4c0a1?project_id=7187322156b843dfb16e17117c908dba => generated 4075 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/618] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 03:03:18 2026] GET /v2.0/security-groups/dcc06487-341f-47fb-927c-5adbd4a4c0a1 => generated 4075 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/619] 199.204.45.69 () {44 vars in 1008 bytes} [Thu Feb 26 03:03:18 2026] GET /v2.0/security-group-rules/e79337c0-3ade-4353-bcf8-80af1382e74c => generated 597 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/620] 199.204.45.69 () {44 vars in 1085 bytes} [Thu Feb 26 03:03:19 2026] GET /v2.0/security-groups/dcc06487-341f-47fb-927c-5adbd4a4c0a1?project_id=7187322156b843dfb16e17117c908dba => generated 4075 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/621] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 03:03:19 2026] GET /v2.0/security-groups/dcc06487-341f-47fb-927c-5adbd4a4c0a1 => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/622] 199.204.45.69 () {44 vars in 1008 bytes} [Thu Feb 26 03:03:19 2026] GET /v2.0/security-group-rules/c72eddae-b050-4618-8c77-faaeb36bab4a => generated 599 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/623] 199.204.45.69 () {44 vars in 1085 bytes} [Thu Feb 26 03:03:20 2026] GET /v2.0/security-groups/dcc06487-341f-47fb-927c-5adbd4a4c0a1?project_id=7187322156b843dfb16e17117c908dba => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/624] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 03:03:20 2026] GET /v2.0/security-groups/dcc06487-341f-47fb-927c-5adbd4a4c0a1 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/625] 199.204.45.69 () {44 vars in 1008 bytes} [Thu Feb 26 03:03:20 2026] GET /v2.0/security-group-rules/0e8f0ff7-1109-4dcc-aa5f-0ab2926288b2 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/628] 199.204.45.69 () {44 vars in 1085 bytes} [Thu Feb 26 03:03:21 2026] GET /v2.0/security-groups/dcc06487-341f-47fb-927c-5adbd4a4c0a1?project_id=7187322156b843dfb16e17117c908dba => 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: 318/629] 199.204.45.69 () {44 vars in 998 bytes} [Thu Feb 26 03:03:21 2026] GET /v2.0/security-groups/dcc06487-341f-47fb-927c-5adbd4a4c0a1 => 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: 312/630] 199.204.45.69 () {44 vars in 1008 bytes} [Thu Feb 26 03:03:21 2026] GET /v2.0/security-group-rules/8b0bab20-326b-401c-9781-dff1ce1597fa => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/631] 199.204.45.69 () {44 vars in 972 bytes} [Thu Feb 26 03:03:28 2026] GET /v2.0/quotas/7187322156b843dfb16e17117c908dba => 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: 315/636] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:04:03 2026] GET /v2.0/floatingips => generated 19 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/637] 10.0.0.27 () {28 vars in 580 bytes} [Thu Feb 26 03:04:03 2026] GET /v2.0/agents => generated 3384 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/638] 10.0.0.27 () {28 vars in 584 bytes} [Thu Feb 26 03:04:03 2026] GET /v2.0/networks => generated 2168 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/639] 10.0.0.27 () {28 vars in 598 bytes} [Thu Feb 26 03:04:03 2026] GET /v2.0/security-groups => generated 17401 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/640] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:04:03 2026] GET /v2.0/routers => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/641] 10.0.0.27 () {28 vars in 623 bytes} [Thu Feb 26 03:04:03 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/642] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:04:03 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/643] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:04:03 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/644] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:04:03 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/645] 10.0.0.27 () {28 vars in 578 bytes} [Thu Feb 26 03:04:03 2026] GET /v2.0/ports => generated 4725 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/646] 10.0.0.27 () {28 vars in 618 bytes} [Thu Feb 26 03:04:03 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/649] 199.204.45.69 () {44 vars in 946 bytes} [Thu Feb 26 03:04:12 2026] GET /v2.0/networks?name=public => generated 753 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/656] 10.0.0.78 () {32 vars in 648 bytes} [Thu Feb 26 03:04:52 2026] GET /v2.0/networks => generated 2168 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/657] 10.0.0.78 () {32 vars in 654 bytes} [Thu Feb 26 03:04:53 2026] GET /v2.0/floatingips => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/658] 10.0.0.78 () {32 vars in 646 bytes} [Thu Feb 26 03:04:53 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/659] 10.0.0.78 () {32 vars in 642 bytes} [Thu Feb 26 03:04:53 2026] GET /v2.0/ports => generated 4725 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/660] 10.0.0.78 () {32 vars in 646 bytes} [Thu Feb 26 03:04:53 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/661] 10.0.0.78 () {32 vars in 648 bytes} [Thu Feb 26 03:04:53 2026] GET /v2.0/networks => generated 2168 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/662] 10.0.0.78 () {32 vars in 662 bytes} [Thu Feb 26 03:04:53 2026] GET /v2.0/security-groups => generated 17401 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/663] 10.0.0.78 () {32 vars in 654 bytes} [Thu Feb 26 03:04:53 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/664] 10.0.0.27 () {28 vars in 584 bytes} [Thu Feb 26 03:05:03 2026] GET /v2.0/networks => generated 2168 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/665] 10.0.0.27 () {28 vars in 578 bytes} [Thu Feb 26 03:05:04 2026] GET /v2.0/ports => generated 4725 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/666] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:05:04 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/667] 10.0.0.27 () {28 vars in 623 bytes} [Thu Feb 26 03:05:04 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/668] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:05:04 2026] GET /v2.0/subnets => generated 1308 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/669] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:05:04 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/670] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:05:04 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/671] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:05:04 2026] GET /v2.0/floatingips => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/672] 10.0.0.27 () {28 vars in 598 bytes} [Thu Feb 26 03:05:04 2026] GET /v2.0/security-groups => generated 17401 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/673] 10.0.0.27 () {28 vars in 580 bytes} [Thu Feb 26 03:05:04 2026] GET /v2.0/agents => generated 3384 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/674] 10.0.0.27 () {28 vars in 618 bytes} [Thu Feb 26 03:05:04 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:05:05.184 7 INFO neutron.db.segments_db [None req-e92fa1f8-6078-4c35-9b54-91d675bb11c4 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment aace49fd-d8bd-42c3-8c10-9b84483c8df1 of type vxlan for network 5810eb4a-7411-44ee-bbca-c924e30c9ae5 2026-02-26 03:05:05.247 8 INFO neutron.db.segments_db [None req-0fcc3f02-83ff-4833-b718-e721c61e3a6c d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment 929c0152-a6c5-40fa-be32-b07e5ac8737b of type vxlan for network b2f355f9-936e-4fda-8ee4-8782b5b52656 [pid: 7|app: 0|req: 335/675] 10.0.0.78 () {34 vars in 670 bytes} [Thu Feb 26 03:05:04 2026] POST /v2.0/networks => generated 748 bytes in 513 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/676] 10.0.0.78 () {34 vars in 670 bytes} [Thu Feb 26 03:05:05 2026] POST /v2.0/networks => generated 749 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/677] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:05:05 2026] POST /v2.0/subnets => generated 695 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:05:05.599 7 INFO neutron.db.segments_db [None req-e0965ec6-2cf0-4b96-b68a-7ba5b4db127a d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment 07b3021e-e6f5-4797-9f58-9d58caddcebd of type vxlan for network 0c8b7f1c-2cc4-4f07-8353-d820b562bdc8 [pid: 7|app: 0|req: 336/678] 10.0.0.78 () {34 vars in 670 bytes} [Thu Feb 26 03:05:05 2026] POST /v2.0/networks => generated 743 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/679] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:05:05 2026] POST /v2.0/subnets => generated 696 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:05:05.764 8 INFO neutron.db.segments_db [None req-232a9adb-393a-4a80-a9d2-3022f2bbdfa2 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment 4b1533be-5b6b-45b0-ae5f-f37b5042506b of type vxlan for network 1601169f-0d8f-492d-a70e-4f126c4c991f [pid: 7|app: 0|req: 337/680] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:05:05 2026] GET /v2.0/security-groups?tenant_id=580e9e80977b45599c53fb1237a50e0f&name=default => generated 2921 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:05:06.003 8 INFO neutron.db.l3_hamode_db [None req-232a9adb-393a-4a80-a9d2-3022f2bbdfa2 d8742f7fa92f41c6a9007317aca83f00 03ae785a07b144ebb6aea4de1e669086 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 338/681] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:05:05 2026] POST /v2.0/subnets => generated 690 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:05:06.164 7 INFO neutron.db.segments_db [None req-68f5ae70-eada-4a40-aaec-ebad2ac9511c d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment 2d7e5f04-f72a-4326-bbdd-0d0f48f3d22a of type vxlan for network 23fa3ea5-06d6-4ab6-9e24-b70bcedfb041 2026-02-26 03:05:06.426 7 INFO neutron.db.l3_hamode_db [None req-68f5ae70-eada-4a40-aaec-ebad2ac9511c d8742f7fa92f41c6a9007317aca83f00 0a55d60b380f446784c92fd21441e657 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 03:05:06.951 8 INFO neutron.db.l3_hamode_db [None req-232a9adb-393a-4a80-a9d2-3022f2bbdfa2 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 03:05:07.620 7 INFO neutron.db.l3_hamode_db [None req-68f5ae70-eada-4a40-aaec-ebad2ac9511c d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 344/682] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:05:05 2026] POST /v2.0/routers => generated 735 bytes in 2448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/683] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:05:08 2026] DELETE /v2.0/security-groups/138687be-8bfd-4112-9e01-3380c4f94382 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:05:08.334 8 INFO neutron.db.segments_db [None req-92ddefa1-2e75-481e-93ef-d48364faf59b d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment 13719540-20c4-4746-87ed-09c9ede1bb50 of type vxlan for network e583ab6c-e2e8-4a0f-b174-bfee7e326b0a 2026-02-26 03:05:08.579 8 INFO neutron.db.l3_hamode_db [None req-92ddefa1-2e75-481e-93ef-d48364faf59b d8742f7fa92f41c6a9007317aca83f00 11874012d8ba4b05a7583838bdc2287b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 339/684] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:05:06 2026] POST /v2.0/routers => generated 736 bytes in 2575 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:05:09.409 8 INFO neutron.db.l3_hamode_db [None req-92ddefa1-2e75-481e-93ef-d48364faf59b d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 342/687] 10.0.0.78 () {34 vars in 782 bytes} [Thu Feb 26 03:05:08 2026] PUT /v2.0/routers/7fefdf8c-8c35-438b-bb24-c9bfffc97325/add_router_interface => generated 309 bytes in 1221 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/688] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:05:08 2026] POST /v2.0/routers => generated 730 bytes in 2094 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:05:10.639 8 INFO neutron.db.segments_db [None req-6bcc4c81-d21b-474b-bee9-706b20fd4c3c d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment 2d5293ff-3072-4fbe-bea9-1d19e32cacc5 of type vxlan for network ef932ee8-6b7b-45a2-ae32-c70da36b0a99 [pid: 8|app: 0|req: 347/689] 10.0.0.78 () {34 vars in 670 bytes} [Thu Feb 26 03:05:10 2026] POST /v2.0/networks => generated 744 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/690] 10.0.0.78 () {34 vars in 782 bytes} [Thu Feb 26 03:05:09 2026] PUT /v2.0/routers/aae4dabf-570d-4f6d-9f0c-c77a0dde5910/add_router_interface => generated 309 bytes in 1199 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/691] 10.0.0.78 () {34 vars in 684 bytes} [Thu Feb 26 03:05:11 2026] POST /v2.0/security-groups => generated 1660 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/692] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:05:11 2026] POST /v2.0/subnets => generated 691 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/693] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:05:11 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) 2026-02-26 03:05:11.648 7 INFO neutron.db.segments_db [None req-729e59e1-dbd0-4af2-930c-006142c42312 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment 1a6e6dd0-e9ac-40dc-9aab-b54a4776b0e7 of type vxlan for network 3ea9f137-fa1d-423c-ab86-63b28146b9b7 [pid: 8|app: 0|req: 348/694] 10.0.0.78 () {34 vars in 782 bytes} [Thu Feb 26 03:05:10 2026] PUT /v2.0/routers/4fc63669-e154-4e28-bc44-1df03a8654ee/add_router_interface => generated 309 bytes in 1087 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:05:11.902 7 INFO neutron.db.l3_hamode_db [None req-729e59e1-dbd0-4af2-930c-006142c42312 d8742f7fa92f41c6a9007317aca83f00 c80ed256d11b490eb4372546862bce14 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 349/695] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:05:11 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: 350/696] 10.0.0.120 () {38 vars in 971 bytes} [Thu Feb 26 03:05:11 2026] POST /v2.0/security-groups => generated 1684 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-26 03:05:12.623 7 INFO neutron.db.l3_hamode_db [None req-729e59e1-dbd0-4af2-930c-006142c42312 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 351/697] 10.0.0.78 () {34 vars in 675 bytes} [Thu Feb 26 03:05:12 2026] POST /v2.0/floatingips => generated 552 bytes in 547 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/698] 10.0.0.78 () {34 vars in 684 bytes} [Thu Feb 26 03:05:12 2026] POST /v2.0/security-groups => generated 1660 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/699] 10.0.0.120 () {34 vars in 991 bytes} [Thu Feb 26 03:05:12 2026] GET /v2.0/security-groups/5ad95f44-a703-436a-8911-d87a810ae153 => generated 1684 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/700] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:05:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/701] 10.0.0.120 () {38 vars in 981 bytes} [Thu Feb 26 03:05:12 2026] POST /v2.0/security-group-rules => generated 614 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/702] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:05:13 2026] POST /v2.0/security-group-rules => generated 602 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/703] 10.0.0.120 () {38 vars in 971 bytes} [Thu Feb 26 03:05:13 2026] POST /v2.0/security-groups => generated 1684 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/704] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:05:11 2026] POST /v2.0/routers => generated 731 bytes in 2154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/705] 10.0.0.120 () {34 vars in 991 bytes} [Thu Feb 26 03:05:13 2026] GET /v2.0/security-groups/8f988d6a-e53d-4373-b4f0-a4cf61a39cec => generated 1684 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/706] 10.0.0.78 () {34 vars in 675 bytes} [Thu Feb 26 03:05:13 2026] POST /v2.0/floatingips => generated 552 bytes in 1465 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/707] 10.0.0.120 () {38 vars in 981 bytes} [Thu Feb 26 03:05:14 2026] POST /v2.0/security-group-rules => generated 614 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/708] 10.0.0.120 () {34 vars in 991 bytes} [Thu Feb 26 03:05:15 2026] GET /v2.0/security-groups/8f988d6a-e53d-4373-b4f0-a4cf61a39cec => generated 2309 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/709] 10.0.0.120 () {38 vars in 981 bytes} [Thu Feb 26 03:05:15 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: 8|app: 0|req: 362/710] 10.0.0.120 () {34 vars in 991 bytes} [Thu Feb 26 03:05:15 2026] GET /v2.0/security-groups/8f988d6a-e53d-4373-b4f0-a4cf61a39cec => generated 2939 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/711] 10.0.0.120 () {34 vars in 1098 bytes} [Thu Feb 26 03:05:15 2026] GET /v2.0/security-groups?name=tempest-securitygroup--627288974&fields=id&tenant_id=11874012d8ba4b05a7583838bdc2287b => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/712] 10.0.0.120 () {34 vars in 1001 bytes} [Thu Feb 26 03:05:15 2026] GET /v2.0/security-group-rules/7e3c59d1-baec-4e2e-95bd-da6ffaa27b36 => generated 616 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/713] 10.0.0.120 () {34 vars in 982 bytes} [Thu Feb 26 03:05:15 2026] GET /v2.0/networks?id=0c8b7f1c-2cc4-4f07-8353-d820b562bdc8 => generated 675 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/714] 10.0.0.120 () {34 vars in 991 bytes} [Thu Feb 26 03:05:15 2026] GET /v2.0/security-groups/8f988d6a-e53d-4373-b4f0-a4cf61a39cec => generated 2939 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/715] 10.0.0.120 () {34 vars in 965 bytes} [Thu Feb 26 03:05:15 2026] GET /v2.0/quotas/11874012d8ba4b05a7583838bdc2287b => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/716] 10.0.0.78 () {34 vars in 782 bytes} [Thu Feb 26 03:05:13 2026] PUT /v2.0/routers/de233c3c-de17-465e-8d9e-a6a29c35bb35/add_router_interface => generated 309 bytes in 1678 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/717] 10.0.0.120 () {36 vars in 1023 bytes} [Thu Feb 26 03:05:15 2026] DELETE /v2.0/security-group-rules/7e3c59d1-baec-4e2e-95bd-da6ffaa27b36 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/718] 10.0.0.120 () {34 vars in 991 bytes} [Thu Feb 26 03:05:15 2026] GET /v2.0/security-groups/8f988d6a-e53d-4373-b4f0-a4cf61a39cec => generated 2309 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/719] 10.0.0.120 () {34 vars in 1002 bytes} [Thu Feb 26 03:05:15 2026] GET /v2.0/ports?tenant_id=11874012d8ba4b05a7583838bdc2287b&fields=id => generated 103 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/720] 10.0.0.120 () {36 vars in 1013 bytes} [Thu Feb 26 03:05:15 2026] DELETE /v2.0/security-groups/8f988d6a-e53d-4373-b4f0-a4cf61a39cec => 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: 351/721] 10.0.0.120 () {34 vars in 991 bytes} [Thu Feb 26 03:05:15 2026] GET /v2.0/security-groups/5ad95f44-a703-436a-8911-d87a810ae153 => generated 2309 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/722] 10.0.0.120 () {36 vars in 1013 bytes} [Thu Feb 26 03:05:15 2026] DELETE /v2.0/security-groups/5ad95f44-a703-436a-8911-d87a810ae153 => 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: 372/723] 10.0.0.120 () {34 vars in 907 bytes} [Thu Feb 26 03:05:15 2026] GET /v2.0/extensions => generated 21537 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/724] 10.0.0.120 () {38 vars in 971 bytes} [Thu Feb 26 03:05:15 2026] POST /v2.0/security-groups => generated 1680 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/725] 10.0.0.120 () {34 vars in 1008 bytes} [Thu Feb 26 03:05:16 2026] GET /v2.0/networks/0c8b7f1c-2cc4-4f07-8353-d820b562bdc8?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: 375/726] 10.0.0.120 () {38 vars in 971 bytes} [Thu Feb 26 03:05:16 2026] POST /v2.0/security-groups => generated 1681 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-26 03:05:16.287 7 INFO neutron_taas.services.taas.taas_plugin [None req-e466edb5-bbcc-48ac-811c-a09a1aacb71a d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 66dc16b0-3d54-42a3-a1a1-dc22774bb56c 2026-02-26 03:05:16.294 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e466edb5-bbcc-48ac-811c-a09a1aacb71a d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 66dc16b0-3d54-42a3-a1a1-dc22774bb56c [pid: 8|app: 0|req: 376/727] 10.0.0.120 () {34 vars in 1108 bytes} [Thu Feb 26 03:05:16 2026] GET /v2.0/networks/0c8b7f1c-2cc4-4f07-8353-d820b562bdc8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/728] 10.0.0.120 () {38 vars in 971 bytes} [Thu Feb 26 03:05:16 2026] POST /v2.0/security-groups => generated 1682 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/729] 10.0.0.120 () {34 vars in 1002 bytes} [Thu Feb 26 03:05:16 2026] GET /v2.0/security-groups?tenant_id=c80ed256d11b490eb4372546862bce14 => generated 7908 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/730] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:16 2026] GET /v2.0/ports?device_id=d6656a78-e428-4485-af80-b21adc6fef44 => 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: 380/731] 10.0.0.120 () {34 vars in 991 bytes} [Thu Feb 26 03:05:16 2026] GET /v2.0/security-groups/7a7d1b62-9c4d-459a-8c7f-aa58f60d2294 => generated 2922 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/732] 10.0.0.120 () {34 vars in 991 bytes} [Thu Feb 26 03:05:16 2026] GET /v2.0/security-groups/7a7d1b62-9c4d-459a-8c7f-aa58f60d2294 => generated 2922 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/733] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:05:15 2026] PUT /v2.0/routers/aae4dabf-570d-4f6d-9f0c-c77a0dde5910/remove_router_interface => generated 309 bytes in 1135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/734] 10.0.0.120 () {34 vars in 991 bytes} [Thu Feb 26 03:05:16 2026] GET /v2.0/security-groups/73c40e0b-fb8c-49f1-9986-690055126ad9 => generated 1680 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/735] 10.0.0.120 () {36 vars in 1013 bytes} [Thu Feb 26 03:05:16 2026] DELETE /v2.0/security-groups/73c40e0b-fb8c-49f1-9986-690055126ad9 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:05:17.105 8 INFO neutron.api.v2.resource [req-71e716aa-b7a6-458a-93b1-92139416e739 req-bda95223-77a1-4ad8-bebb-6ad86a2e9555 efe457f255824b8e939618b88be1cf5c c80ed256d11b490eb4372546862bce14 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 384/736] 10.0.0.120 () {34 vars in 991 bytes} [Thu Feb 26 03:05:17 2026] GET /v2.0/security-groups/73c40e0b-fb8c-49f1-9986-690055126ad9 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/737] 10.0.0.120 () {34 vars in 991 bytes} [Thu Feb 26 03:05:17 2026] GET /v2.0/security-groups/8d7fbc94-d1b6-421b-a3f4-cf30cb590275 => generated 1681 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:05:17.196 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf37f330-0a82-4909-8e0d-85d8dad3148c d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: ad66a033-88b0-471d-9666-5f7a711f2e25 2026-02-26 03:05:17.199 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf37f330-0a82-4909-8e0d-85d8dad3148c d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: ad66a033-88b0-471d-9666-5f7a711f2e25 [pid: 8|app: 0|req: 386/738] 10.0.0.120 () {36 vars in 1013 bytes} [Thu Feb 26 03:05:17 2026] DELETE /v2.0/security-groups/8d7fbc94-d1b6-421b-a3f4-cf30cb590275 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:05:17.275 8 INFO neutron.api.v2.resource [req-4549442f-2f23-4d26-b517-6b7919b1dc76 req-cdd7447e-142a-4648-a6f1-d3a24346744d efe457f255824b8e939618b88be1cf5c c80ed256d11b490eb4372546862bce14 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 387/739] 10.0.0.120 () {34 vars in 991 bytes} [Thu Feb 26 03:05:17 2026] GET /v2.0/security-groups/8d7fbc94-d1b6-421b-a3f4-cf30cb590275 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/740] 10.0.0.120 () {34 vars in 991 bytes} [Thu Feb 26 03:05:17 2026] GET /v2.0/security-groups/0326ca87-588c-44a4-bdba-a92aa89b069d => generated 1682 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/741] 10.0.0.120 () {36 vars in 1013 bytes} [Thu Feb 26 03:05:17 2026] DELETE /v2.0/security-groups/0326ca87-588c-44a4-bdba-a92aa89b069d => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:05:17.440 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf37f330-0a82-4909-8e0d-85d8dad3148c d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 0ec1db5d-35a0-4cab-ab1c-6856061e47fd 2026-02-26 03:05:17.443 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf37f330-0a82-4909-8e0d-85d8dad3148c d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 0ec1db5d-35a0-4cab-ab1c-6856061e47fd 2026-02-26 03:05:17.445 8 INFO neutron.api.v2.resource [req-d957b240-990d-4282-9160-0054cc28cdff req-c4905f03-8fea-43a3-909e-9ed3c9477725 efe457f255824b8e939618b88be1cf5c c80ed256d11b490eb4372546862bce14 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 390/742] 10.0.0.120 () {34 vars in 991 bytes} [Thu Feb 26 03:05:17 2026] GET /v2.0/security-groups/0326ca87-588c-44a4-bdba-a92aa89b069d => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/743] 10.0.0.120 () {34 vars in 1002 bytes} [Thu Feb 26 03:05:17 2026] GET /v2.0/security-groups?tenant_id=c80ed256d11b490eb4372546862bce14 => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:05:17.541 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-bf37f330-0a82-4909-8e0d-85d8dad3148c d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - 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: 8|app: 0|req: 392/744] 10.0.0.120 () {34 vars in 991 bytes} [Thu Feb 26 03:05:17 2026] GET /v2.0/security-groups/7a7d1b62-9c4d-459a-8c7f-aa58f60d2294 => 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: 393/745] 10.0.0.120 () {34 vars in 991 bytes} [Thu Feb 26 03:05:17 2026] GET /v2.0/security-groups/7a7d1b62-9c4d-459a-8c7f-aa58f60d2294 => generated 2922 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:05:17.620 8 INFO neutron.api.v2.resource [req-e6a6dd04-148d-4079-ac23-df18d350dc67 req-be6b8da9-ebb4-487b-a16c-15ffec75ed49 efe457f255824b8e939618b88be1cf5c c80ed256d11b490eb4372546862bce14 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 394/746] 10.0.0.120 () {34 vars in 991 bytes} [Thu Feb 26 03:05:17 2026] GET /v2.0/security-groups/0326ca87-588c-44a4-bdba-a92aa89b069d => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:05:17.652 8 INFO neutron.api.v2.resource [req-8f9a8c21-96e0-452c-a0cd-c464c2579d14 req-0cd5dd70-d1e0-4e10-b10c-d0e893f80c92 efe457f255824b8e939618b88be1cf5c c80ed256d11b490eb4372546862bce14 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 395/747] 10.0.0.120 () {34 vars in 991 bytes} [Thu Feb 26 03:05:17 2026] GET /v2.0/security-groups/8d7fbc94-d1b6-421b-a3f4-cf30cb590275 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:05:17.685 8 INFO neutron.api.v2.resource [req-bf4f1506-5930-4f24-9679-9800c744fd1d req-276237d9-9b62-41bc-a1fc-a362f060ac81 efe457f255824b8e939618b88be1cf5c c80ed256d11b490eb4372546862bce14 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 396/748] 10.0.0.120 () {34 vars in 991 bytes} [Thu Feb 26 03:05:17 2026] GET /v2.0/security-groups/73c40e0b-fb8c-49f1-9986-690055126ad9 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:05:17.936 7 INFO neutron.db.l3_hamode_db [None req-bf37f330-0a82-4909-8e0d-85d8dad3148c d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] HA network 23fa3ea5-06d6-4ab6-9e24-b70bcedfb041 was deleted as no HA routers are present in tenant 0a55d60b380f446784c92fd21441e657. [pid: 7|app: 0|req: 353/749] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:05:16 2026] DELETE /v2.0/routers/aae4dabf-570d-4f6d-9f0c-c77a0dde5910 => generated 0 bytes in 1001 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/750] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:17 2026] GET /v2.0/ports?device_id=d6656a78-e428-4485-af80-b21adc6fef44 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/751] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:05:17 2026] DELETE /v2.0/subnets/f8c01ae7-c195-4b35-a9d6-70618284e32e => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:05:18.226 8 INFO neutron_taas.services.taas.taas_plugin [None req-f59f77f7-cdab-42d9-b6e6-dc41ceacee6b d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: bbe2c7ff-0345-4a4e-8de4-3ad8238eb2f4 2026-02-26 03:05:18.238 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f59f77f7-cdab-42d9-b6e6-dc41ceacee6b d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: bbe2c7ff-0345-4a4e-8de4-3ad8238eb2f4 2026-02-26 03:05:18.290 7 INFO neutron_taas.services.taas.taas_plugin [None req-703a8e94-47af-45a8-82cd-202066647fd2 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 14a70736-0ae3-4b0f-9c18-2e906460eadd 2026-02-26 03:05:18.293 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-703a8e94-47af-45a8-82cd-202066647fd2 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 14a70736-0ae3-4b0f-9c18-2e906460eadd 2026-02-26 03:05:18.308 7 INFO neutron.services.segments.plugin [-] Segment 2d7e5f04-f72a-4326-bbdd-0d0f48f3d22a resource provider aggregate not found 2026-02-26 03:05:18.315 7 INFO neutron.services.segments.plugin [-] Segment 2d7e5f04-f72a-4326-bbdd-0d0f48f3d22a resource provider aggregate not found 2026-02-26 03:05:18.334 7 INFO neutron.services.segments.plugin [-] Segment 2d7e5f04-f72a-4326-bbdd-0d0f48f3d22a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d7e5f04-f72a-4326-bbdd-0d0f48f3d22a found for delete ", "request_id": "req-94071734-d903-4368-8021-ec5d8f0d6105"}]} 2026-02-26 03:05:18.353 7 INFO neutron.services.segments.plugin [-] Segment 2d7e5f04-f72a-4326-bbdd-0d0f48f3d22a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d7e5f04-f72a-4326-bbdd-0d0f48f3d22a found for delete ", "request_id": "req-9fc2136f-f494-4a94-9acc-888f2f469374"}]} [pid: 7|app: 0|req: 356/752] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:05:18 2026] DELETE /v2.0/networks/b2f355f9-936e-4fda-8ee4-8782b5b52656 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/753] 10.0.0.120 () {34 vars in 1098 bytes} [Thu Feb 26 03:05:18 2026] GET /v2.0/security-groups?name=tempest-securitygroup--892125739&fields=id&tenant_id=03ae785a07b144ebb6aea4de1e669086 => 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: 358/754] 10.0.0.120 () {34 vars in 982 bytes} [Thu Feb 26 03:05:18 2026] GET /v2.0/networks?id=5810eb4a-7411-44ee-bbca-c924e30c9ae5 => generated 680 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/755] 10.0.0.120 () {34 vars in 965 bytes} [Thu Feb 26 03:05:18 2026] GET /v2.0/quotas/03ae785a07b144ebb6aea4de1e669086 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/756] 10.0.0.120 () {34 vars in 1002 bytes} [Thu Feb 26 03:05:18 2026] GET /v2.0/ports?tenant_id=03ae785a07b144ebb6aea4de1e669086&fields=id => generated 103 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/757] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:05:18 2026] GET /v2.0/security-groups?tenant_id=0a55d60b380f446784c92fd21441e657&name=default => generated 2921 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/758] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:05:17 2026] PUT /v2.0/routers/de233c3c-de17-465e-8d9e-a6a29c35bb35/remove_router_interface => generated 309 bytes in 1149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/759] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:05:18 2026] DELETE /v2.0/security-groups/626ea863-55a8-489d-8aaf-58a0c927b80d => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:05:19.024 8 INFO neutron_taas.services.taas.taas_plugin [None req-6bcd0c55-b159-40cc-9b45-b6c38387e42e d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 7bd4597e-cda0-4b3b-9a38-6b563ad4c8d4 2026-02-26 03:05:19.027 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bcd0c55-b159-40cc-9b45-b6c38387e42e d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 7bd4597e-cda0-4b3b-9a38-6b563ad4c8d4 [pid: 7|app: 0|req: 363/760] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:19 2026] GET /v2.0/ports?device_id=d6656a78-e428-4485-af80-b21adc6fef44 => 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: 364/761] 10.0.0.120 () {34 vars in 907 bytes} [Thu Feb 26 03:05:19 2026] GET /v2.0/extensions => generated 21537 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-02-26 03:05:19.264 8 INFO neutron_taas.services.taas.taas_plugin [None req-6bcd0c55-b159-40cc-9b45-b6c38387e42e d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 0a01f9b5-26c7-4233-b5c9-300895d1c658 2026-02-26 03:05:19.266 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bcd0c55-b159-40cc-9b45-b6c38387e42e d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 0a01f9b5-26c7-4233-b5c9-300895d1c658 [pid: 7|app: 0|req: 365/762] 10.0.0.120 () {34 vars in 1008 bytes} [Thu Feb 26 03:05:19 2026] GET /v2.0/networks/5810eb4a-7411-44ee-bbca-c924e30c9ae5?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: 366/763] 10.0.0.120 () {34 vars in 1108 bytes} [Thu Feb 26 03:05:19 2026] GET /v2.0/networks/5810eb4a-7411-44ee-bbca-c924e30c9ae5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:05:19.373 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-6bcd0c55-b159-40cc-9b45-b6c38387e42e d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - 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: 367/764] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:19 2026] GET /v2.0/ports?device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:05:19.810 8 INFO neutron.db.l3_hamode_db [None req-6bcd0c55-b159-40cc-9b45-b6c38387e42e d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] HA network 3ea9f137-fa1d-423c-ab86-63b28146b9b7 was deleted as no HA routers are present in tenant c80ed256d11b490eb4372546862bce14. [pid: 8|app: 0|req: 398/765] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:05:18 2026] DELETE /v2.0/routers/de233c3c-de17-465e-8d9e-a6a29c35bb35 => generated 0 bytes in 969 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/766] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:05:19 2026] DELETE /v2.0/subnets/59b5e43a-a104-4592-bab3-05fa8ee3ed0f => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:05:20.153 8 INFO neutron_taas.services.taas.taas_plugin [None req-a4965af6-28ae-4ea3-9da2-8275b2970c2b d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: dd9f2091-e747-4d6b-9b1a-6ab271464485 2026-02-26 03:05:20.155 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4965af6-28ae-4ea3-9da2-8275b2970c2b d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: dd9f2091-e747-4d6b-9b1a-6ab271464485 [pid: 7|app: 0|req: 369/767] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:20 2026] GET /v2.0/ports?device_id=d6656a78-e428-4485-af80-b21adc6fef44 => 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: 399/768] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:05:20 2026] DELETE /v2.0/networks/ef932ee8-6b7b-45a2-ae32-c70da36b0a99 => generated 0 bytes in 387 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:05:20.455 8 INFO neutron.services.segments.plugin [-] Segment 1a6e6dd0-e9ac-40dc-9aab-b54a4776b0e7 resource provider aggregate not found 2026-02-26 03:05:20.466 8 INFO neutron.services.segments.plugin [-] Segment 1a6e6dd0-e9ac-40dc-9aab-b54a4776b0e7 resource provider aggregate not found 2026-02-26 03:05:20.470 7 INFO neutron.services.segments.plugin [-] Segment 929c0152-a6c5-40fa-be32-b07e5ac8737b resource provider aggregate not found 2026-02-26 03:05:20.474 7 INFO neutron.services.segments.plugin [-] Segment 929c0152-a6c5-40fa-be32-b07e5ac8737b resource provider aggregate not found 2026-02-26 03:05:20.485 8 INFO neutron.services.segments.plugin [-] Segment 1a6e6dd0-e9ac-40dc-9aab-b54a4776b0e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a6e6dd0-e9ac-40dc-9aab-b54a4776b0e7 found for delete ", "request_id": "req-fe77b4dd-6cac-474a-8f6c-7084ce5ff613"}]} 2026-02-26 03:05:20.487 7 INFO neutron.services.segments.plugin [-] Segment 929c0152-a6c5-40fa-be32-b07e5ac8737b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 929c0152-a6c5-40fa-be32-b07e5ac8737b found for delete ", "request_id": "req-9735c904-c4c5-4d99-9d7b-5d8d75882b8b"}]} 2026-02-26 03:05:20.489 7 INFO neutron.services.segments.plugin [-] Segment 929c0152-a6c5-40fa-be32-b07e5ac8737b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 929c0152-a6c5-40fa-be32-b07e5ac8737b found for delete ", "request_id": "req-ff8dd0bb-a021-45da-9cb3-a06c720dabb5"}]} 2026-02-26 03:05:20.494 8 INFO neutron.services.segments.plugin [-] Segment 1a6e6dd0-e9ac-40dc-9aab-b54a4776b0e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a6e6dd0-e9ac-40dc-9aab-b54a4776b0e7 found for delete ", "request_id": "req-e0d2eb7e-d10b-4921-b3a5-301fdc14310d"}]} [pid: 8|app: 0|req: 400/769] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:05:20 2026] GET /v2.0/security-groups?tenant_id=c80ed256d11b490eb4372546862bce14&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:05:20.722 7 INFO neutron.db.segments_db [None req-715714c3-3a7c-4250-bdc2-25b6bbc5dd71 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment 8279efc6-e9e9-4acc-b3b2-4c5dac5c3391 of type vxlan for network b328fb93-52d9-4512-b291-86b109839b78 [pid: 8|app: 0|req: 401/770] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:05:20 2026] DELETE /v2.0/security-groups/7a7d1b62-9c4d-459a-8c7f-aa58f60d2294 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/771] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:20 2026] GET /v2.0/ports?device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => 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: 370/772] 10.0.0.78 () {34 vars in 670 bytes} [Thu Feb 26 03:05:20 2026] POST /v2.0/networks => generated 746 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/773] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:05:20 2026] POST /v2.0/subnets => generated 693 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:05:21.011 7 INFO neutron.db.segments_db [None req-106fab99-e0d2-4adc-ada5-896ae1e14a66 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment 17eb246b-4ee4-4026-84fd-f8ea9d419e12 of type vxlan for network 853db9cf-c86f-4cff-a5dd-fcbd08ecdb87 2026-02-26 03:05:21.199 7 INFO neutron.db.l3_hamode_db [None req-106fab99-e0d2-4adc-ada5-896ae1e14a66 d8742f7fa92f41c6a9007317aca83f00 874ab1337b97472dad3dca9d3bbf1262 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 404/774] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:21 2026] GET /v2.0/ports?device_id=d6656a78-e428-4485-af80-b21adc6fef44 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:05:21.813 7 INFO neutron.db.l3_hamode_db [None req-106fab99-e0d2-4adc-ada5-896ae1e14a66 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 407/777] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:21 2026] GET /v2.0/ports?device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => 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: 408/778] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:22 2026] GET /v2.0/ports?device_id=d6656a78-e428-4485-af80-b21adc6fef44 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:05:22.498 8 INFO neutron.services.segments.plugin [-] Segment 2d5293ff-3072-4fbe-bea9-1d19e32cacc5 resource provider aggregate not found 2026-02-26 03:05:22.512 8 INFO neutron.services.segments.plugin [-] Segment 2d5293ff-3072-4fbe-bea9-1d19e32cacc5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d5293ff-3072-4fbe-bea9-1d19e32cacc5 found for delete ", "request_id": "req-7adfe466-245e-41cd-a080-455b011b5083"}]} 2026-02-26 03:05:22.514 8 INFO neutron.services.segments.plugin [-] Segment 2d5293ff-3072-4fbe-bea9-1d19e32cacc5 resource provider aggregate not found 2026-02-26 03:05:22.530 8 INFO neutron.services.segments.plugin [-] Segment 2d5293ff-3072-4fbe-bea9-1d19e32cacc5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d5293ff-3072-4fbe-bea9-1d19e32cacc5 found for delete ", "request_id": "req-aa67e46e-ad3f-4c6d-92af-be54c8ba79f1"}]} 2026-02-26 03:05:22.746 8 INFO neutron.db.segments_db [None req-1b3953b6-9a41-45b6-9d3a-c2cfbc6352c7 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment 6e4a4f0a-48a4-42a5-b5da-15ccd4dbf4ef of type vxlan for network 8bce783a-71b2-489f-b170-631939a04673 [pid: 7|app: 0|req: 371/779] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:05:20 2026] POST /v2.0/routers => generated 733 bytes in 1787 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/780] 10.0.0.78 () {34 vars in 670 bytes} [Thu Feb 26 03:05:22 2026] POST /v2.0/networks => generated 752 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/781] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:05:22 2026] POST /v2.0/subnets => generated 699 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/782] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:22 2026] GET /v2.0/ports?device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:05:23.062 8 INFO neutron.db.segments_db [None req-4e0baebd-2d09-4ba2-afb0-984dda90f942 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment 7605578a-3355-4abc-bcd2-8d769fe86610 of type vxlan for network 2ab2836b-78f3-4899-adfc-203ac60d7602 2026-02-26 03:05:23.317 8 INFO neutron.db.l3_hamode_db [None req-4e0baebd-2d09-4ba2-afb0-984dda90f942 d8742f7fa92f41c6a9007317aca83f00 b0e7426125ac4e0d87d93a9e3235bdf8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 372/783] 10.0.0.78 () {34 vars in 782 bytes} [Thu Feb 26 03:05:22 2026] PUT /v2.0/routers/8d3eb189-5e56-4c1a-80e0-722efe503b09/add_router_interface => generated 309 bytes in 1152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:05:24.036 8 INFO neutron.db.l3_hamode_db [None req-4e0baebd-2d09-4ba2-afb0-984dda90f942 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 373/784] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:24 2026] GET /v2.0/ports?device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => 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: 374/785] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:05:24 2026] GET /v2.0/networks?id=0c8b7f1c-2cc4-4f07-8353-d820b562bdc8 => generated 675 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/786] 199.204.45.69 () {34 vars in 910 bytes} [Thu Feb 26 03:05:24 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/787] 199.204.45.69 () {34 vars in 1049 bytes} [Thu Feb 26 03:05:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=11874012d8ba4b05a7583838bdc2287b => generated 180 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/788] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:05:23 2026] POST /v2.0/routers => generated 739 bytes in 1875 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/789] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:25 2026] GET /v2.0/ports?device_id=d6656a78-e428-4485-af80-b21adc6fef44 => generated 957 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/790] 199.204.45.69 () {38 vars in 954 bytes} [Thu Feb 26 03:05:24 2026] POST /v2.0/ports => generated 954 bytes in 692 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/791] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:25 2026] GET /v2.0/security-groups?id=e9f694ed-915d-4a3a-909d-c082b91cfe23&fields=id&fields=name => generated 113 bytes in 38 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: 378/792] 199.204.45.69 () {38 vars in 1027 bytes} [Thu Feb 26 03:05:25 2026] PUT /v2.0/ports/ef51829e-f00d-4f3d-9d89-454d15f401ba => generated 1235 bytes in 468 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: 379/793] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:26 2026] GET /v2.0/ports?device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => 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: 380/794] 10.0.0.120 () {34 vars in 982 bytes} [Thu Feb 26 03:05:26 2026] GET /v2.0/networks?id=b328fb93-52d9-4512-b291-86b109839b78 => generated 678 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/795] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:05:26 2026] GET /v2.0/networks?id=5810eb4a-7411-44ee-bbca-c924e30c9ae5 => generated 680 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/796] 10.0.0.120 () {34 vars in 965 bytes} [Thu Feb 26 03:05:26 2026] GET /v2.0/quotas/874ab1337b97472dad3dca9d3bbf1262 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/797] 199.204.45.69 () {34 vars in 1049 bytes} [Thu Feb 26 03:05:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=03ae785a07b144ebb6aea4de1e669086 => generated 180 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/798] 10.0.0.120 () {34 vars in 1002 bytes} [Thu Feb 26 03:05:26 2026] GET /v2.0/ports?tenant_id=874ab1337b97472dad3dca9d3bbf1262&fields=id => generated 57 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/799] 199.204.45.69 () {38 vars in 954 bytes} [Thu Feb 26 03:05:26 2026] POST /v2.0/ports => generated 954 bytes in 444 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: 386/800] 10.0.0.120 () {34 vars in 1008 bytes} [Thu Feb 26 03:05:27 2026] GET /v2.0/networks/b328fb93-52d9-4512-b291-86b109839b78?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: 387/801] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:27 2026] GET /v2.0/ports?device_id=d6656a78-e428-4485-af80-b21adc6fef44 => 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: 415/802] 10.0.0.78 () {34 vars in 782 bytes} [Thu Feb 26 03:05:26 2026] PUT /v2.0/routers/a4728326-b538-465b-a3fd-8b6311c4d120/add_router_interface => generated 309 bytes in 1311 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/803] 199.204.45.69 () {38 vars in 1027 bytes} [Thu Feb 26 03:05:27 2026] PUT /v2.0/ports/824cbee4-dc11-462e-bf49-5c7571dc78af => generated 1235 bytes in 397 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: 389/804] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:27 2026] GET /v2.0/security-groups?id=e9f694ed-915d-4a3a-909d-c082b91cfe23&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: 416/805] 10.0.0.120 () {34 vars in 1108 bytes} [Thu Feb 26 03:05:27 2026] GET /v2.0/networks/b328fb93-52d9-4512-b291-86b109839b78?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: 390/806] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:05:27 2026] GET /v2.0/ports?tenant_id=11874012d8ba4b05a7583838bdc2287b&device_id=d6656a78-e428-4485-af80-b21adc6fef44 => generated 1238 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/807] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:05:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=ef51829e-f00d-4f3d-9d89-454d15f401ba => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:05:27.700 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e0ffc7af-e791-486c-9bc5-e98c3affd985'] response: {'name': 'network-changed', 'server_uuid': 'd6656a78-e428-4485-af80-b21adc6fef44', 'tag': 'ef51829e-f00d-4f3d-9d89-454d15f401ba', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 391/808] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:05:27 2026] GET /v2.0/subnets?id=4c7b2f4d-7130-48f6-92e7-4c261f6da9d4 => generated 693 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/809] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:27 2026] GET /v2.0/ports?device_id=8f19fd89-5061-4dcf-8604-3fc18528b2fd => 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: 418/810] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:27 2026] GET /v2.0/ports?device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/811] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:27 2026] GET /v2.0/security-groups?id=1d1b68b1-5bfc-449f-ab58-bb4df6629140&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: 393/812] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:05:27 2026] GET /v2.0/ports?network_id=0c8b7f1c-2cc4-4f07-8353-d820b562bdc8&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: 420/813] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:05:27 2026] GET /v2.0/networks/0c8b7f1c-2cc4-4f07-8353-d820b562bdc8?fields=segments => generated 14 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/814] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:05:27 2026] GET /v2.0/networks/0c8b7f1c-2cc4-4f07-8353-d820b562bdc8?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: 421/815] 10.0.0.78 () {34 vars in 684 bytes} [Thu Feb 26 03:05:28 2026] POST /v2.0/security-groups => generated 1659 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/816] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:05:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/817] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:05:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/818] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:05:28 2026] GET /v2.0/ports?tenant_id=03ae785a07b144ebb6aea4de1e669086&device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => generated 1238 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/819] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:28 2026] GET /v2.0/ports?device_id=d6656a78-e428-4485-af80-b21adc6fef44 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/820] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:29 2026] GET /v2.0/ports?device_id=8f19fd89-5061-4dcf-8604-3fc18528b2fd => 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: 426/821] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:05:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=824cbee4-dc11-462e-bf49-5c7571dc78af => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/822] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:05:29 2026] GET /v2.0/ports?tenant_id=11874012d8ba4b05a7583838bdc2287b&device_id=d6656a78-e428-4485-af80-b21adc6fef44 => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/823] 10.0.0.78 () {34 vars in 675 bytes} [Thu Feb 26 03:05:28 2026] POST /v2.0/floatingips => generated 552 bytes in 694 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/824] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:29 2026] GET /v2.0/security-groups?id=e9f694ed-915d-4a3a-909d-c082b91cfe23&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/825] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:05:29 2026] GET /v2.0/subnets?id=95b43b66-b7ef-424e-9ce9-6a661e5f3485 => generated 698 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/826] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:29 2026] GET /v2.0/ports?device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => 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: 398/827] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:05:29 2026] GET /v2.0/networks?id=0c8b7f1c-2cc4-4f07-8353-d820b562bdc8 => generated 771 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/828] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:29 2026] GET /v2.0/security-groups?id=1d1b68b1-5bfc-449f-ab58-bb4df6629140&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/830] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:05:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=ef51829e-f00d-4f3d-9d89-454d15f401ba => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/830] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:05:29 2026] GET /v2.0/ports?network_id=5810eb4a-7411-44ee-bbca-c924e30c9ae5&device_owner=network%3Adhcp => generated 1244 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/831] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:05:29 2026] GET /v2.0/subnets?id=4c7b2f4d-7130-48f6-92e7-4c261f6da9d4 => generated 693 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/832] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:05:29 2026] GET /v2.0/networks/5810eb4a-7411-44ee-bbca-c924e30c9ae5?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/833] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:05:29 2026] GET /v2.0/networks/5810eb4a-7411-44ee-bbca-c924e30c9ae5?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: 432/834] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:05:29 2026] GET /v2.0/ports?network_id=0c8b7f1c-2cc4-4f07-8353-d820b562bdc8&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: 7|app: 0|req: 403/835] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:05:29 2026] GET /v2.0/networks/0c8b7f1c-2cc4-4f07-8353-d820b562bdc8?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: 433/836] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:05:29 2026] GET /v2.0/networks/0c8b7f1c-2cc4-4f07-8353-d820b562bdc8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/837] 10.0.0.120 () {34 vars in 1098 bytes} [Thu Feb 26 03:05:29 2026] GET /v2.0/security-groups?name=tempest-securitygroup--759154110&fields=id&tenant_id=b0e7426125ac4e0d87d93a9e3235bdf8 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/838] 10.0.0.120 () {34 vars in 982 bytes} [Thu Feb 26 03:05:29 2026] GET /v2.0/networks?id=8bce783a-71b2-489f-b170-631939a04673 => generated 684 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/839] 10.0.0.120 () {34 vars in 965 bytes} [Thu Feb 26 03:05:29 2026] GET /v2.0/quotas/b0e7426125ac4e0d87d93a9e3235bdf8 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:05:29.733 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-00db973d-89e8-4ac6-8f89-6988534acc32'] response: {'name': 'network-changed', 'server_uuid': 'a2c5f30a-e93b-4833-8f42-d3f801178f94', 'tag': '824cbee4-dc11-462e-bf49-5c7571dc78af', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 435/840] 10.0.0.120 () {34 vars in 1002 bytes} [Thu Feb 26 03:05:29 2026] GET /v2.0/ports?tenant_id=b0e7426125ac4e0d87d93a9e3235bdf8&fields=id => generated 57 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/841] 10.0.0.120 () {34 vars in 1008 bytes} [Thu Feb 26 03:05:29 2026] GET /v2.0/networks/8bce783a-71b2-489f-b170-631939a04673?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: 436/842] 10.0.0.120 () {34 vars in 1108 bytes} [Thu Feb 26 03:05:29 2026] GET /v2.0/networks/8bce783a-71b2-489f-b170-631939a04673?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/843] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:30 2026] GET /v2.0/ports?device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => 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: 437/844] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:30 2026] GET /v2.0/ports?device_id=8f19fd89-5061-4dcf-8604-3fc18528b2fd => 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: 408/845] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:30 2026] GET /v2.0/ports?device_id=d6656a78-e428-4485-af80-b21adc6fef44 => 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: 438/846] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:30 2026] GET /v2.0/security-groups?id=e9f694ed-915d-4a3a-909d-c082b91cfe23&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: 409/847] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:30 2026] GET /v2.0/ports?device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/848] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:30 2026] GET /v2.0/security-groups?id=1d1b68b1-5bfc-449f-ab58-bb4df6629140&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: 410/849] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:05:30 2026] GET /v2.0/ports?tenant_id=03ae785a07b144ebb6aea4de1e669086&device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => 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: 440/850] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:05:30 2026] GET /v2.0/networks?id=5810eb4a-7411-44ee-bbca-c924e30c9ae5 => generated 776 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/851] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:05:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=824cbee4-dc11-462e-bf49-5c7571dc78af => 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: 441/852] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:05:30 2026] GET /v2.0/subnets?id=95b43b66-b7ef-424e-9ce9-6a661e5f3485 => generated 698 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/853] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:05:30 2026] GET /v2.0/ports?network_id=5810eb4a-7411-44ee-bbca-c924e30c9ae5&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/854] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:05:30 2026] GET /v2.0/networks/5810eb4a-7411-44ee-bbca-c924e30c9ae5?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/855] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:05:30 2026] GET /v2.0/networks/5810eb4a-7411-44ee-bbca-c924e30c9ae5?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: 443/856] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:31 2026] GET /v2.0/ports?device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/857] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:31 2026] GET /v2.0/ports?device_id=8f19fd89-5061-4dcf-8604-3fc18528b2fd => 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: 415/858] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:31 2026] GET /v2.0/ports?device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/859] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:31 2026] GET /v2.0/ports?device_id=d6656a78-e428-4485-af80-b21adc6fef44 => generated 969 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/860] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:31 2026] GET /v2.0/security-groups?id=1d1b68b1-5bfc-449f-ab58-bb4df6629140&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: 445/861] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:31 2026] GET /v2.0/security-groups?id=e9f694ed-915d-4a3a-909d-c082b91cfe23&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/862] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:05:32 2026] GET /v2.0/networks?id=b328fb93-52d9-4512-b291-86b109839b78 => generated 678 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/863] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:32 2026] GET /v2.0/ports?device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => 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: 419/864] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:32 2026] GET /v2.0/ports?device_id=8f19fd89-5061-4dcf-8604-3fc18528b2fd => 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: 446/865] 199.204.45.69 () {38 vars in 954 bytes} [Thu Feb 26 03:05:32 2026] POST /v2.0/ports => generated 954 bytes in 518 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: 447/866] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:32 2026] GET /v2.0/ports?device_id=d6656a78-e428-4485-af80-b21adc6fef44 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/867] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:32 2026] GET /v2.0/ports?device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/868] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:32 2026] GET /v2.0/security-groups?id=e9f694ed-915d-4a3a-909d-c082b91cfe23&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/869] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:32 2026] GET /v2.0/security-groups?id=1d1b68b1-5bfc-449f-ab58-bb4df6629140&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/870] 199.204.45.69 () {38 vars in 1027 bytes} [Thu Feb 26 03:05:32 2026] PUT /v2.0/ports/77a83497-2044-482b-8ee7-a52c4e11c748 => generated 1235 bytes in 484 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/871] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:33 2026] GET /v2.0/ports?device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => generated 12 bytes in 20 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: 449/872] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:33 2026] GET /v2.0/ports?device_id=8f19fd89-5061-4dcf-8604-3fc18528b2fd => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/873] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:33 2026] GET /v2.0/security-groups?id=0b896fd6-18e5-417d-9159-4d9ba9587055&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:05:33.562 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-22c31cd5-5249-4f27-b131-8f7349b6e2ab'] response: {'name': 'network-changed', 'server_uuid': '8f19fd89-5061-4dcf-8604-3fc18528b2fd', 'tag': '77a83497-2044-482b-8ee7-a52c4e11c748', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 450/874] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:33 2026] GET /v2.0/ports?device_id=d6656a78-e428-4485-af80-b21adc6fef44 => 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: 425/875] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:33 2026] GET /v2.0/ports?device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => 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: 451/876] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:33 2026] GET /v2.0/security-groups?id=e9f694ed-915d-4a3a-909d-c082b91cfe23&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: 426/877] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:33 2026] GET /v2.0/security-groups?id=1d1b68b1-5bfc-449f-ab58-bb4df6629140&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: 452/878] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:05:34 2026] GET /v2.0/ports?tenant_id=874ab1337b97472dad3dca9d3bbf1262&device_id=8f19fd89-5061-4dcf-8604-3fc18528b2fd => 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: 427/879] 199.204.45.69 () {34 vars in 1017 bytes} [Thu Feb 26 03:05:34 2026] GET /v2.0/networks?tenant_id=874ab1337b97472dad3dca9d3bbf1262&shared=False => generated 774 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/880] 199.204.45.69 () {34 vars in 929 bytes} [Thu Feb 26 03:05:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/881] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:34 2026] GET /v2.0/ports?device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => 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: 454/882] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:34 2026] GET /v2.0/ports?device_id=8f19fd89-5061-4dcf-8604-3fc18528b2fd => 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: 429/883] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:34 2026] GET /v2.0/security-groups?id=0b896fd6-18e5-417d-9159-4d9ba9587055&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: 455/884] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:05:34 2026] GET /v2.0/networks?id=8bce783a-71b2-489f-b170-631939a04673 => generated 684 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/885] 199.204.45.69 () {34 vars in 1049 bytes} [Thu Feb 26 03:05:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b0e7426125ac4e0d87d93a9e3235bdf8 => generated 180 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/886] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:34 2026] GET /v2.0/ports?device_id=d6656a78-e428-4485-af80-b21adc6fef44 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/887] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:34 2026] GET /v2.0/ports?device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/888] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:35 2026] GET /v2.0/security-groups?id=e9f694ed-915d-4a3a-909d-c082b91cfe23&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: 434/889] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:35 2026] GET /v2.0/security-groups?id=1d1b68b1-5bfc-449f-ab58-bb4df6629140&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/890] 199.204.45.69 () {38 vars in 954 bytes} [Thu Feb 26 03:05:34 2026] POST /v2.0/ports => generated 958 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 457/891] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:05:35 2026] GET /v2.0/ports?tenant_id=874ab1337b97472dad3dca9d3bbf1262&device_id=8f19fd89-5061-4dcf-8604-3fc18528b2fd => 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: 458/892] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:05:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=77a83497-2044-482b-8ee7-a52c4e11c748 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/893] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:05:35 2026] GET /v2.0/subnets?id=f8748ed8-866e-47e5-8141-f20e3e8e261a => generated 696 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/894] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:05:35 2026] GET /v2.0/ports?network_id=b328fb93-52d9-4512-b291-86b109839b78&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: 461/895] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:05:35 2026] GET /v2.0/networks/b328fb93-52d9-4512-b291-86b109839b78?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: 462/896] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:35 2026] GET /v2.0/ports?device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/897] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:05:35 2026] GET /v2.0/networks/b328fb93-52d9-4512-b291-86b109839b78?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: 8|app: 0|req: 464/898] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:35 2026] GET /v2.0/security-groups?id=2de45cd8-8ca3-4c1d-9fc1-ccbc7f193dd6&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: 435/899] 199.204.45.69 () {38 vars in 1027 bytes} [Thu Feb 26 03:05:35 2026] PUT /v2.0/ports/048a7c89-1376-42d6-8535-0e305e30c328 => generated 1239 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:05:35.713 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1b494dba-efe7-43fa-ad1c-ba416b74f332'] response: {'name': 'network-changed', 'server_uuid': '0be1338c-31cf-4312-a7b5-807b0140e8bd', 'tag': '048a7c89-1376-42d6-8535-0e305e30c328', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 465/900] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:35 2026] GET /v2.0/ports?device_id=8f19fd89-5061-4dcf-8604-3fc18528b2fd => generated 969 bytes in 53 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: 436/901] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:35 2026] GET /v2.0/security-groups?id=0b896fd6-18e5-417d-9159-4d9ba9587055&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/902] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:36 2026] GET /v2.0/ports?device_id=d6656a78-e428-4485-af80-b21adc6fef44 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/903] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:36 2026] GET /v2.0/ports?device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => 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: 467/904] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:36 2026] GET /v2.0/security-groups?id=e9f694ed-915d-4a3a-909d-c082b91cfe23&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: 438/905] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:36 2026] GET /v2.0/security-groups?id=1d1b68b1-5bfc-449f-ab58-bb4df6629140&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/906] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:05:36 2026] GET /v2.0/ports?tenant_id=b0e7426125ac4e0d87d93a9e3235bdf8&device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/907] 199.204.45.69 () {34 vars in 1017 bytes} [Thu Feb 26 03:05:36 2026] GET /v2.0/networks?tenant_id=b0e7426125ac4e0d87d93a9e3235bdf8&shared=False => generated 780 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/908] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:36 2026] GET /v2.0/ports?device_id=d6656a78-e428-4485-af80-b21adc6fef44 => 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: 440/909] 199.204.45.69 () {34 vars in 929 bytes} [Thu Feb 26 03:05:36 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: 7|app: 0|req: 443/912] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:36 2026] GET /v2.0/ports?device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => generated 973 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/913] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:36 2026] GET /v2.0/ports?device_id=8f19fd89-5061-4dcf-8604-3fc18528b2fd => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/914] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:36 2026] GET /v2.0/security-groups?id=2de45cd8-8ca3-4c1d-9fc1-ccbc7f193dd6&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:05:37.045 8 INFO neutron.db.l3_db [None req-603bcd19-6ecb-4e68-9983-32f3e3c8e005 bc8af7c16b804a3b8aa70f27b937c76a 11874012d8ba4b05a7583838bdc2287b - - default default] Floating IP b401fc10-bd49-4c5d-adeb-11c3cd458a74 associated. External IP: 10.96.250.214, port: ef51829e-f00d-4f3d-9d89-454d15f401ba. [pid: 7|app: 0|req: 446/915] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:05:37 2026] GET /v2.0/ports?tenant_id=b0e7426125ac4e0d87d93a9e3235bdf8&device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/916] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:37 2026] GET /v2.0/security-groups?id=0b896fd6-18e5-417d-9159-4d9ba9587055&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/917] 199.204.45.69 () {34 vars in 1059 bytes} [Thu Feb 26 03:05:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=048a7c89-1376-42d6-8535-0e305e30c328 => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/918] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:05:37 2026] GET /v2.0/subnets?id=1883a4f6-d364-412b-8ae0-47b1815bfcc0 => generated 702 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/919] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:05:37 2026] GET /v2.0/ports?network_id=8bce783a-71b2-489f-b170-631939a04673&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/920] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:05:37 2026] GET /v2.0/networks/8bce783a-71b2-489f-b170-631939a04673?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: 452/921] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:37 2026] GET /v2.0/ports?device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => 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: 453/922] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:05:37 2026] GET /v2.0/networks/8bce783a-71b2-489f-b170-631939a04673?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: 454/923] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:37 2026] GET /v2.0/security-groups?id=1d1b68b1-5bfc-449f-ab58-bb4df6629140&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/924] 10.0.0.78 () {34 vars in 748 bytes} [Thu Feb 26 03:05:36 2026] PUT /v2.0/floatingips/b401fc10-bd49-4c5d-adeb-11c3cd458a74 => generated 855 bytes in 1188 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/925] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:37 2026] GET /v2.0/ports?device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:05:37.601 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e83ddf59-9b6b-4064-82d0-ca44d6882ca7'] response: {'name': 'network-changed', 'server_uuid': 'd6656a78-e428-4485-af80-b21adc6fef44', 'tag': 'ef51829e-f00d-4f3d-9d89-454d15f401ba', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 456/926] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:37 2026] GET /v2.0/ports?device_id=d6656a78-e428-4485-af80-b21adc6fef44 => 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: 457/927] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:37 2026] GET /v2.0/security-groups?id=e9f694ed-915d-4a3a-909d-c082b91cfe23&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:05:37.961 8 INFO neutron.db.l3_db [None req-7b0d2432-aaf2-491a-afed-937f33427396 2628f78eafb44a189c3b5923b8549383 03ae785a07b144ebb6aea4de1e669086 - - default default] Floating IP f8e2aa23-30ce-411c-9901-30c7a01ce860 associated. External IP: 10.96.250.219, port: 824cbee4-dc11-462e-bf49-5c7571dc78af. [pid: 7|app: 0|req: 458/928] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:38 2026] GET /v2.0/ports?device_id=d6656a78-e428-4485-af80-b21adc6fef44 => 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: 459/929] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:38 2026] GET /v2.0/ports?device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => 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: 460/930] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:38 2026] GET /v2.0/security-groups?id=e9f694ed-915d-4a3a-909d-c082b91cfe23&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: 461/931] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:05:38 2026] GET /v2.0/ports?tenant_id=11874012d8ba4b05a7583838bdc2287b&device_id=d6656a78-e428-4485-af80-b21adc6fef44 => 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: 462/932] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:38 2026] GET /v2.0/security-groups?id=2de45cd8-8ca3-4c1d-9fc1-ccbc7f193dd6&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: 471/933] 10.0.0.78 () {34 vars in 748 bytes} [Thu Feb 26 03:05:37 2026] PUT /v2.0/floatingips/f8e2aa23-30ce-411c-9901-30c7a01ce860 => generated 855 bytes in 707 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/934] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:38 2026] GET /v2.0/ports?device_id=8f19fd89-5061-4dcf-8604-3fc18528b2fd => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/935] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:38 2026] GET /v2.0/security-groups?id=0b896fd6-18e5-417d-9159-4d9ba9587055&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/936] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:05:38 2026] GET /v2.0/networks?id=0c8b7f1c-2cc4-4f07-8353-d820b562bdc8 => generated 771 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/937] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:05:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=ef51829e-f00d-4f3d-9d89-454d15f401ba => generated 858 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/938] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:38 2026] GET /v2.0/ports?device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => 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: 474/939] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:05:38 2026] GET /v2.0/subnets?id=4c7b2f4d-7130-48f6-92e7-4c261f6da9d4 => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/940] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:38 2026] GET /v2.0/security-groups?id=1d1b68b1-5bfc-449f-ab58-bb4df6629140&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: 475/941] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:05:38 2026] GET /v2.0/ports?network_id=0c8b7f1c-2cc4-4f07-8353-d820b562bdc8&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/942] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:05:38 2026] GET /v2.0/networks/0c8b7f1c-2cc4-4f07-8353-d820b562bdc8?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/943] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:05:38 2026] GET /v2.0/networks/0c8b7f1c-2cc4-4f07-8353-d820b562bdc8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/944] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:38 2026] GET /v2.0/ports?device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/945] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:38 2026] GET /v2.0/security-groups?id=1d1b68b1-5bfc-449f-ab58-bb4df6629140&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: 469/946] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:39 2026] GET /v2.0/ports?device_id=d6656a78-e428-4485-af80-b21adc6fef44 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/947] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:39 2026] GET /v2.0/ports?device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/948] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:39 2026] GET /v2.0/security-groups?id=e9f694ed-915d-4a3a-909d-c082b91cfe23&fields=id&fields=name => generated 113 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/949] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:39 2026] GET /v2.0/security-groups?id=2de45cd8-8ca3-4c1d-9fc1-ccbc7f193dd6&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: 479/950] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:39 2026] GET /v2.0/ports?device_id=8f19fd89-5061-4dcf-8604-3fc18528b2fd => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/951] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:39 2026] GET /v2.0/security-groups?id=0b896fd6-18e5-417d-9159-4d9ba9587055&fields=id&fields=name => generated 88 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:05:39.634 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-41f14279-3518-4512-b412-0bc7696d8eab'] response: {'name': 'network-changed', 'server_uuid': 'a2c5f30a-e93b-4833-8f42-d3f801178f94', 'tag': '824cbee4-dc11-462e-bf49-5c7571dc78af', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 480/952] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:40 2026] GET /v2.0/ports?device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/953] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:40 2026] GET /v2.0/security-groups?id=1d1b68b1-5bfc-449f-ab58-bb4df6629140&fields=id&fields=name => generated 113 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/954] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:05:40 2026] GET /v2.0/ports?tenant_id=03ae785a07b144ebb6aea4de1e669086&device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => generated 1240 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/955] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:05:40 2026] GET /v2.0/networks?id=5810eb4a-7411-44ee-bbca-c924e30c9ae5 => generated 776 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/956] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:05:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=824cbee4-dc11-462e-bf49-5c7571dc78af => generated 858 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/957] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:05:40 2026] GET /v2.0/subnets?id=95b43b66-b7ef-424e-9ce9-6a661e5f3485 => generated 698 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/958] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:05:40 2026] GET /v2.0/ports?network_id=5810eb4a-7411-44ee-bbca-c924e30c9ae5&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/959] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:05:40 2026] GET /v2.0/networks/5810eb4a-7411-44ee-bbca-c924e30c9ae5?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/960] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:40 2026] GET /v2.0/ports?device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/961] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:40 2026] GET /v2.0/ports?device_id=d6656a78-e428-4485-af80-b21adc6fef44 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/962] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:40 2026] GET /v2.0/security-groups?id=2de45cd8-8ca3-4c1d-9fc1-ccbc7f193dd6&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/963] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:05:40 2026] GET /v2.0/networks/5810eb4a-7411-44ee-bbca-c924e30c9ae5?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: 479/964] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:40 2026] GET /v2.0/security-groups?id=e9f694ed-915d-4a3a-909d-c082b91cfe23&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: 486/965] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:40 2026] GET /v2.0/ports?device_id=8f19fd89-5061-4dcf-8604-3fc18528b2fd => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/966] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:40 2026] GET /v2.0/security-groups?id=0b896fd6-18e5-417d-9159-4d9ba9587055&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: 487/967] 199.204.45.69 () {34 vars in 993 bytes} [Thu Feb 26 03:05:40 2026] GET /v2.0/ports?device_id=d6656a78-e428-4485-af80-b21adc6fef44 => generated 971 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:05:41.144 7 INFO neutron_taas.services.taas.taas_plugin [req-b6db4e22-888a-4e48-aec3-e05570ff25d6 req-e88fd4d8-17b0-4adf-84ea-1d19faf5fc23 bc8af7c16b804a3b8aa70f27b937c76a 11874012d8ba4b05a7583838bdc2287b - - default default] TaaS: Handle Delete Port: ef51829e-f00d-4f3d-9d89-454d15f401ba 2026-02-26 03:05:41.155 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b6db4e22-888a-4e48-aec3-e05570ff25d6 req-e88fd4d8-17b0-4adf-84ea-1d19faf5fc23 bc8af7c16b804a3b8aa70f27b937c76a 11874012d8ba4b05a7583838bdc2287b - - default default] Tap Mirror: Handle Delete Port: ef51829e-f00d-4f3d-9d89-454d15f401ba [pid: 8|app: 0|req: 488/968] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:41 2026] GET /v2.0/ports?device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => 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: 489/969] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:41 2026] GET /v2.0/security-groups?id=1d1b68b1-5bfc-449f-ab58-bb4df6629140&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:05:41.382 7 INFO neutron.db.l3_db [req-b6db4e22-888a-4e48-aec3-e05570ff25d6 req-e88fd4d8-17b0-4adf-84ea-1d19faf5fc23 bc8af7c16b804a3b8aa70f27b937c76a 11874012d8ba4b05a7583838bdc2287b - - default default] Floating IP b401fc10-bd49-4c5d-adeb-11c3cd458a74 disassociated. External IP: 10.96.250.214, port: ef51829e-f00d-4f3d-9d89-454d15f401ba. [pid: 8|app: 0|req: 490/970] 199.204.45.69 () {34 vars in 993 bytes} [Thu Feb 26 03:05:41 2026] GET /v2.0/ports?device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/971] 199.204.45.69 () {36 vars in 996 bytes} [Thu Feb 26 03:05:40 2026] DELETE /v2.0/ports/ef51829e-f00d-4f3d-9d89-454d15f401ba => generated 0 bytes in 824 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:05:41.783 8 INFO neutron_taas.services.taas.taas_plugin [req-1efe792e-040e-4025-8425-4b75deb9be9a req-da2bb3d3-1f5a-4e63-a11b-c912125b6b75 2628f78eafb44a189c3b5923b8549383 03ae785a07b144ebb6aea4de1e669086 - - default default] TaaS: Handle Delete Port: 824cbee4-dc11-462e-bf49-5c7571dc78af 2026-02-26 03:05:41.797 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1efe792e-040e-4025-8425-4b75deb9be9a req-da2bb3d3-1f5a-4e63-a11b-c912125b6b75 2628f78eafb44a189c3b5923b8549383 03ae785a07b144ebb6aea4de1e669086 - - default default] Tap Mirror: Handle Delete Port: 824cbee4-dc11-462e-bf49-5c7571dc78af [pid: 7|app: 0|req: 482/972] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:41 2026] GET /v2.0/ports?device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/973] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:41 2026] GET /v2.0/ports?device_id=d6656a78-e428-4485-af80-b21adc6fef44 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/974] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:41 2026] GET /v2.0/security-groups?id=2de45cd8-8ca3-4c1d-9fc1-ccbc7f193dd6&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:05:41.912 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-10891253-da89-4f72-87ad-9f03987ef3ce'] response: {'server_uuid': 'd6656a78-e428-4485-af80-b21adc6fef44', 'name': 'network-vif-deleted', 'tag': 'ef51829e-f00d-4f3d-9d89-454d15f401ba', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 485/975] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:41 2026] GET /v2.0/ports?device_id=8f19fd89-5061-4dcf-8604-3fc18528b2fd => 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: 486/976] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:41 2026] GET /v2.0/security-groups?id=0b896fd6-18e5-417d-9159-4d9ba9587055&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:05:42.029 8 INFO neutron.db.l3_db [req-1efe792e-040e-4025-8425-4b75deb9be9a req-da2bb3d3-1f5a-4e63-a11b-c912125b6b75 2628f78eafb44a189c3b5923b8549383 03ae785a07b144ebb6aea4de1e669086 - - default default] Floating IP f8e2aa23-30ce-411c-9901-30c7a01ce860 disassociated. External IP: 10.96.250.219, port: 824cbee4-dc11-462e-bf49-5c7571dc78af. [pid: 8|app: 0|req: 491/977] 199.204.45.69 () {36 vars in 996 bytes} [Thu Feb 26 03:05:41 2026] DELETE /v2.0/ports/824cbee4-dc11-462e-bf49-5c7571dc78af => generated 0 bytes in 830 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/978] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:42 2026] GET /v2.0/ports?device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:05:42.495 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf84ed7f-0863-4371-807d-270b2edc2b1f'] response: {'server_uuid': 'a2c5f30a-e93b-4833-8f42-d3f801178f94', 'name': 'network-vif-deleted', 'tag': '824cbee4-dc11-462e-bf49-5c7571dc78af', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 492/979] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:42 2026] GET /v2.0/ports?device_id=d6656a78-e428-4485-af80-b21adc6fef44 => 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: 488/980] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:42 2026] GET /v2.0/ports?device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/981] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:43 2026] GET /v2.0/security-groups?id=2de45cd8-8ca3-4c1d-9fc1-ccbc7f193dd6&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: 489/982] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:43 2026] GET /v2.0/ports?device_id=8f19fd89-5061-4dcf-8604-3fc18528b2fd => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/983] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:43 2026] GET /v2.0/ports?device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/984] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:43 2026] GET /v2.0/security-groups?id=0b896fd6-18e5-417d-9159-4d9ba9587055&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: 491/985] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:43 2026] GET /v2.0/ports?device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:05:43.950 8 INFO neutron.db.l3_db [None req-cbc72c01-8457-486c-9757-fbb5e284ba86 ba94bdc467294c578339aefa1d9ed756 b0e7426125ac4e0d87d93a9e3235bdf8 - - default default] Floating IP 28e6dd19-26e0-4830-8bc7-4031a381c667 associated. External IP: 10.96.250.220, port: 048a7c89-1376-42d6-8535-0e305e30c328. [pid: 7|app: 0|req: 492/986] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:44 2026] GET /v2.0/ports?device_id=d6656a78-e428-4485-af80-b21adc6fef44 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/987] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:44 2026] GET /v2.0/ports?device_id=8f19fd89-5061-4dcf-8604-3fc18528b2fd => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/988] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:44 2026] GET /v2.0/security-groups?id=0b896fd6-18e5-417d-9159-4d9ba9587055&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/989] 10.0.0.78 () {34 vars in 748 bytes} [Thu Feb 26 03:05:43 2026] PUT /v2.0/floatingips/28e6dd19-26e0-4830-8bc7-4031a381c667 => generated 856 bytes in 1244 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/990] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:44 2026] GET /v2.0/ports?device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:05:44.547 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-94ba185d-9ac8-4e35-b8fc-3e16898b5e23'] response: {'name': 'network-changed', 'server_uuid': '0be1338c-31cf-4312-a7b5-807b0140e8bd', 'tag': '048a7c89-1376-42d6-8535-0e305e30c328', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 496/991] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:44 2026] GET /v2.0/security-groups?id=2de45cd8-8ca3-4c1d-9fc1-ccbc7f193dd6&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: 496/992] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:44 2026] GET /v2.0/ports?device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => 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: 497/993] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:05:45 2026] GET /v2.0/ports?tenant_id=b0e7426125ac4e0d87d93a9e3235bdf8&device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => 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: 497/994] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:45 2026] GET /v2.0/ports?device_id=8f19fd89-5061-4dcf-8604-3fc18528b2fd => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/995] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:45 2026] GET /v2.0/security-groups?id=0b896fd6-18e5-417d-9159-4d9ba9587055&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: 498/996] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:05:45 2026] GET /v2.0/networks?id=8bce783a-71b2-489f-b170-631939a04673 => generated 780 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/997] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:45 2026] GET /v2.0/ports?device_id=d6656a78-e428-4485-af80-b21adc6fef44 => 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: 499/998] 199.204.45.69 () {34 vars in 1059 bytes} [Thu Feb 26 03:05:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=048a7c89-1376-42d6-8535-0e305e30c328 => generated 859 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/999] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:05:45 2026] GET /v2.0/subnets?id=1883a4f6-d364-412b-8ae0-47b1815bfcc0 => generated 702 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1000] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:05:45 2026] GET /v2.0/ports?network_id=8bce783a-71b2-489f-b170-631939a04673&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: 501/1001] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:05:45 2026] GET /v2.0/networks/8bce783a-71b2-489f-b170-631939a04673?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1002] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:05:45 2026] GET /v2.0/networks/8bce783a-71b2-489f-b170-631939a04673?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: 502/1003] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:45 2026] GET /v2.0/ports?device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => 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: 502/1004] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:46 2026] GET /v2.0/ports?device_id=8f19fd89-5061-4dcf-8604-3fc18528b2fd => 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: 503/1005] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:46 2026] GET /v2.0/security-groups?id=0b896fd6-18e5-417d-9159-4d9ba9587055&fields=id&fields=name => generated 88 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1006] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:05:46 2026] DELETE /v2.0/security-groups/e9f694ed-915d-4a3a-909d-c082b91cfe23 => generated 0 bytes in 389 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:05:46.758 8 INFO neutron.api.v2.resource [None req-c4dec5e6-296b-43fc-876f-2a01d55edeef bc8af7c16b804a3b8aa70f27b937c76a 11874012d8ba4b05a7583838bdc2287b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 504/1007] 10.0.0.78 () {32 vars in 736 bytes} [Thu Feb 26 03:05:46 2026] GET /v2.0/security-groups/e9f694ed-915d-4a3a-909d-c082b91cfe23 => generated 146 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:05:46.909 7 INFO neutron_taas.services.taas.taas_plugin [None req-7fc5f8b4-dbfd-4fd7-9942-3f25eec52396 bc8af7c16b804a3b8aa70f27b937c76a 11874012d8ba4b05a7583838bdc2287b - - default default] TaaS: Handle Delete Port: b0f3fffc-55b3-4708-93f0-8c4f7282e3f9 2026-02-26 03:05:46.911 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7fc5f8b4-dbfd-4fd7-9942-3f25eec52396 bc8af7c16b804a3b8aa70f27b937c76a 11874012d8ba4b05a7583838bdc2287b - - default default] Tap Mirror: Handle Delete Port: b0f3fffc-55b3-4708-93f0-8c4f7282e3f9 [pid: 8|app: 0|req: 505/1008] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:46 2026] GET /v2.0/ports?device_id=a2c5f30a-e93b-4833-8f42-d3f801178f94 => 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: 504/1009] 10.0.0.78 () {32 vars in 731 bytes} [Thu Feb 26 03:05:46 2026] DELETE /v2.0/floatingips/b401fc10-bd49-4c5d-adeb-11c3cd458a74 => generated 0 bytes in 460 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1010] 199.204.45.69 () {34 vars in 993 bytes} [Thu Feb 26 03:05:47 2026] GET /v2.0/ports?device_id=8f19fd89-5061-4dcf-8604-3fc18528b2fd => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:05:47.616 7 INFO neutron_taas.services.taas.taas_plugin [req-95eb0bb8-fe58-4cd0-9d54-314b3f4a53e7 req-d4857807-62bc-41d4-8463-c4763aa63517 f11e6ec49daa4c1c8859c4f1fb774d47 874ab1337b97472dad3dca9d3bbf1262 - - default default] TaaS: Handle Delete Port: 77a83497-2044-482b-8ee7-a52c4e11c748 2026-02-26 03:05:47.620 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-95eb0bb8-fe58-4cd0-9d54-314b3f4a53e7 req-d4857807-62bc-41d4-8463-c4763aa63517 f11e6ec49daa4c1c8859c4f1fb774d47 874ab1337b97472dad3dca9d3bbf1262 - - default default] Tap Mirror: Handle Delete Port: 77a83497-2044-482b-8ee7-a52c4e11c748 2026-02-26 03:05:47.709 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f5ba064-9beb-433c-9dc3-ac5906d99c0c d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 4680b961-5447-4773-9c4f-c2c228457e66 2026-02-26 03:05:47.712 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f5ba064-9beb-433c-9dc3-ac5906d99c0c d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 4680b961-5447-4773-9c4f-c2c228457e66 [pid: 7|app: 0|req: 506/1011] 199.204.45.69 () {36 vars in 996 bytes} [Thu Feb 26 03:05:47 2026] DELETE /v2.0/ports/77a83497-2044-482b-8ee7-a52c4e11c748 => generated 0 bytes in 416 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1012] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:47 2026] GET /v2.0/ports?device_id=8f19fd89-5061-4dcf-8604-3fc18528b2fd => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:05:47.907 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4fb97a11-5842-4de7-839f-fbf258e15983'] response: {'server_uuid': '8f19fd89-5061-4dcf-8604-3fc18528b2fd', 'name': 'network-vif-deleted', 'tag': '77a83497-2044-482b-8ee7-a52c4e11c748', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 508/1013] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:05:48 2026] DELETE /v2.0/security-groups/1d1b68b1-5bfc-449f-ab58-bb4df6629140 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:05:48.675 7 INFO neutron.api.v2.resource [None req-41a5ac76-d4d5-4169-a6ee-4d003738c641 2628f78eafb44a189c3b5923b8549383 03ae785a07b144ebb6aea4de1e669086 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 509/1014] 10.0.0.78 () {32 vars in 736 bytes} [Thu Feb 26 03:05:48 2026] GET /v2.0/security-groups/1d1b68b1-5bfc-449f-ab58-bb4df6629140 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:05:48.761 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f236857-eaec-4ce7-adc0-9be7393c64bc 2628f78eafb44a189c3b5923b8549383 03ae785a07b144ebb6aea4de1e669086 - - default default] TaaS: Handle Delete Port: 2175d64c-2d36-4a8e-9133-f001683c1776 2026-02-26 03:05:48.764 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f236857-eaec-4ce7-adc0-9be7393c64bc 2628f78eafb44a189c3b5923b8549383 03ae785a07b144ebb6aea4de1e669086 - - default default] Tap Mirror: Handle Delete Port: 2175d64c-2d36-4a8e-9133-f001683c1776 [pid: 7|app: 0|req: 510/1015] 10.0.0.78 () {32 vars in 731 bytes} [Thu Feb 26 03:05:48 2026] DELETE /v2.0/floatingips/f8e2aa23-30ce-411c-9901-30c7a01ce860 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1016] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:05:47 2026] PUT /v2.0/routers/4fc63669-e154-4e28-bc44-1df03a8654ee/remove_router_interface => generated 309 bytes in 1861 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1017] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:49 2026] GET /v2.0/ports?device_id=8f19fd89-5061-4dcf-8604-3fc18528b2fd => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:05:49.176 7 INFO neutron_taas.services.taas.taas_plugin [None req-c167c231-e11a-4f26-ac14-526e20df7089 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 458d2a51-3c2a-46e5-97b1-c090a77eb48b 2026-02-26 03:05:49.178 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c167c231-e11a-4f26-ac14-526e20df7089 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 458d2a51-3c2a-46e5-97b1-c090a77eb48b 2026-02-26 03:05:49.326 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b15153d-20ef-46f2-a4fe-70ec8baefc01 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: f69fd90e-c28b-4605-8829-2721715bc4e8 2026-02-26 03:05:49.331 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b15153d-20ef-46f2-a4fe-70ec8baefc01 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: f69fd90e-c28b-4605-8829-2721715bc4e8 [pid: 7|app: 0|req: 511/1018] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:05:48 2026] PUT /v2.0/routers/7fefdf8c-8c35-438b-bb24-c9bfffc97325/remove_router_interface => generated 309 bytes in 651 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:05:49.672 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b15153d-20ef-46f2-a4fe-70ec8baefc01 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: d9680f8c-8822-4e13-a1a1-6736cffeb4fe 2026-02-26 03:05:49.676 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b15153d-20ef-46f2-a4fe-70ec8baefc01 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: d9680f8c-8822-4e13-a1a1-6736cffeb4fe 2026-02-26 03:05:49.729 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e482895-5f4b-47de-b8a9-5169dc24631f d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: b8561ea1-93ba-4d75-8ec7-b7a720ef0f8d 2026-02-26 03:05:49.732 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e482895-5f4b-47de-b8a9-5169dc24631f d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: b8561ea1-93ba-4d75-8ec7-b7a720ef0f8d 2026-02-26 03:05:49.984 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e482895-5f4b-47de-b8a9-5169dc24631f d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 378467d5-e5c8-477a-a613-7c61a457eda1 2026-02-26 03:05:49.987 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e482895-5f4b-47de-b8a9-5169dc24631f d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 378467d5-e5c8-477a-a613-7c61a457eda1 2026-02-26 03:05:50.063 8 INFO neutron.services.segments.plugin [-] Segment 13719540-20c4-4746-87ed-09c9ede1bb50 resource provider aggregate not found 2026-02-26 03:05:50.117 8 INFO neutron.db.l3_hamode_db [None req-3b15153d-20ef-46f2-a4fe-70ec8baefc01 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] HA network e583ab6c-e2e8-4a0f-b174-bfee7e326b0a was deleted as no HA routers are present in tenant 11874012d8ba4b05a7583838bdc2287b. [pid: 8|app: 0|req: 508/1019] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:05:49 2026] DELETE /v2.0/routers/4fc63669-e154-4e28-bc44-1df03a8654ee => generated 0 bytes in 995 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1020] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:05:50 2026] DELETE /v2.0/subnets/4c7b2f4d-7130-48f6-92e7-4c261f6da9d4 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1021] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:05:50 2026] GET /v2.0/ports?device_id=8f19fd89-5061-4dcf-8604-3fc18528b2fd => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:05:50.343 7 INFO neutron.services.segments.plugin [-] Segment 4b1533be-5b6b-45b0-ae5f-f37b5042506b resource provider aggregate not found 2026-02-26 03:05:50.360 8 INFO neutron_taas.services.taas.taas_plugin [None req-f6d2fc4c-7c4c-4a78-a74a-5aeb39579fd4 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: aaf2f171-7f6e-4e37-9381-5c9900632cad 2026-02-26 03:05:50.364 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6d2fc4c-7c4c-4a78-a74a-5aeb39579fd4 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: aaf2f171-7f6e-4e37-9381-5c9900632cad 2026-02-26 03:05:50.398 7 INFO neutron.db.l3_hamode_db [None req-4e482895-5f4b-47de-b8a9-5169dc24631f d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] HA network 1601169f-0d8f-492d-a70e-4f126c4c991f was deleted as no HA routers are present in tenant 03ae785a07b144ebb6aea4de1e669086. [pid: 7|app: 0|req: 512/1022] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:05:49 2026] DELETE /v2.0/routers/7fefdf8c-8c35-438b-bb24-c9bfffc97325 => generated 0 bytes in 848 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:05:50.518 8 INFO neutron.services.segments.plugin [-] Segment 13719540-20c4-4746-87ed-09c9ede1bb50 resource provider aggregate not found 2026-02-26 03:05:50.541 8 INFO neutron.services.segments.plugin [-] Segment 13719540-20c4-4746-87ed-09c9ede1bb50 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13719540-20c4-4746-87ed-09c9ede1bb50 found for delete ", "request_id": "req-cf2b47a0-fc64-4c51-a49e-c6352bd589bf"}]} [pid: 7|app: 0|req: 513/1023] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:05:50 2026] DELETE /v2.0/subnets/95b43b66-b7ef-424e-9ce9-6a661e5f3485 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1024] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:05:50 2026] DELETE /v2.0/networks/0c8b7f1c-2cc4-4f07-8353-d820b562bdc8 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:05:50.653 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbf56e81-b2b9-4e73-a03c-67a2521f548e d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 0e1c489f-1af7-4950-9e56-50b21c4c4b9d 2026-02-26 03:05:50.656 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbf56e81-b2b9-4e73-a03c-67a2521f548e d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 0e1c489f-1af7-4950-9e56-50b21c4c4b9d 2026-02-26 03:05:50.817 8 INFO neutron.services.segments.plugin [-] Segment 13719540-20c4-4746-87ed-09c9ede1bb50 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13719540-20c4-4746-87ed-09c9ede1bb50 found for delete ", "request_id": "req-a22032d1-4bd2-4b1c-abc2-8c99f01ba9c0"}]} 2026-02-26 03:05:50.825 7 INFO neutron.services.segments.plugin [-] Segment 4b1533be-5b6b-45b0-ae5f-f37b5042506b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b1533be-5b6b-45b0-ae5f-f37b5042506b found for delete ", "request_id": "req-35453cfa-6020-4251-bde0-c4fb4a258cb4"}]} 2026-02-26 03:05:50.826 7 INFO neutron.services.segments.plugin [-] Segment 4b1533be-5b6b-45b0-ae5f-f37b5042506b resource provider aggregate not found 2026-02-26 03:05:50.845 7 INFO neutron.services.segments.plugin [-] Segment 4b1533be-5b6b-45b0-ae5f-f37b5042506b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b1533be-5b6b-45b0-ae5f-f37b5042506b found for delete ", "request_id": "req-3eb7ae3d-2932-4b0e-a012-926a7b89a166"}]} [pid: 7|app: 0|req: 514/1025] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:05:50 2026] DELETE /v2.0/networks/5810eb4a-7411-44ee-bbca-c924e30c9ae5 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1026] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:05:50 2026] GET /v2.0/security-groups?tenant_id=11874012d8ba4b05a7583838bdc2287b&name=default => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1027] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:05:50 2026] DELETE /v2.0/security-groups/49b3b986-e78c-4ddf-a57d-073e9d33d2ca => 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: 513/1028] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:05:51 2026] GET /v2.0/security-groups?tenant_id=03ae785a07b144ebb6aea4de1e669086&name=default => generated 2921 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1029] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:05:51 2026] DELETE /v2.0/security-groups/772b6b74-40dd-4403-a216-b305e13d909c => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:05:51.704 8 INFO neutron_taas.services.taas.taas_plugin [None req-c4d8a2c0-ead2-4f95-b8a5-629d68859da7 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: ba980b0d-b43f-4f9f-871a-0ea6313758dd 2026-02-26 03:05:51.706 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4d8a2c0-ead2-4f95-b8a5-629d68859da7 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: ba980b0d-b43f-4f9f-871a-0ea6313758dd [pid: 8|app: 0|req: 514/1032] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:05:51 2026] PUT /v2.0/routers/8d3eb189-5e56-4c1a-80e0-722efe503b09/remove_router_interface => generated 309 bytes in 1067 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:05:52.560 8 INFO neutron.services.segments.plugin [-] Segment 07b3021e-e6f5-4797-9f58-9d58caddcebd resource provider aggregate not found 2026-02-26 03:05:52.585 8 INFO neutron.services.segments.plugin [-] Segment 07b3021e-e6f5-4797-9f58-9d58caddcebd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07b3021e-e6f5-4797-9f58-9d58caddcebd found for delete ", "request_id": "req-3c071989-2dfe-491f-b914-fb3527fe3083"}]} 2026-02-26 03:05:52.676 7 INFO neutron_taas.services.taas.taas_plugin [None req-e4a53d9a-6d0a-4fc1-8dad-ab0c7cb09191 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 120da758-2452-4d39-a89a-ecfebe99800e 2026-02-26 03:05:52.678 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4a53d9a-6d0a-4fc1-8dad-ab0c7cb09191 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 120da758-2452-4d39-a89a-ecfebe99800e 2026-02-26 03:05:52.839 8 INFO neutron.services.segments.plugin [-] Segment 07b3021e-e6f5-4797-9f58-9d58caddcebd resource provider aggregate not found 2026-02-26 03:05:52.853 7 INFO neutron.services.segments.plugin [-] Segment aace49fd-d8bd-42c3-8c10-9b84483c8df1 resource provider aggregate not found 2026-02-26 03:05:52.855 8 INFO neutron.services.segments.plugin [-] Segment 07b3021e-e6f5-4797-9f58-9d58caddcebd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07b3021e-e6f5-4797-9f58-9d58caddcebd found for delete ", "request_id": "req-18704023-aa9d-4c47-9389-0ab5903abf32"}]} 2026-02-26 03:05:52.871 7 INFO neutron.services.segments.plugin [-] Segment aace49fd-d8bd-42c3-8c10-9b84483c8df1 resource provider aggregate not found 2026-02-26 03:05:52.887 7 INFO neutron.services.segments.plugin [-] Segment aace49fd-d8bd-42c3-8c10-9b84483c8df1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aace49fd-d8bd-42c3-8c10-9b84483c8df1 found for delete ", "request_id": "req-b0f03bb7-df52-439a-aeef-4eb439762a54"}]} 2026-02-26 03:05:52.894 7 INFO neutron.services.segments.plugin [-] Segment aace49fd-d8bd-42c3-8c10-9b84483c8df1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aace49fd-d8bd-42c3-8c10-9b84483c8df1 found for delete ", "request_id": "req-fcd822e3-8181-490c-81d0-dbef3c8aeee2"}]} 2026-02-26 03:05:53.017 7 INFO neutron_taas.services.taas.taas_plugin [None req-e4a53d9a-6d0a-4fc1-8dad-ab0c7cb09191 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 40b8b2f9-0a0b-4d22-b476-ef766c2ad442 2026-02-26 03:05:53.019 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4a53d9a-6d0a-4fc1-8dad-ab0c7cb09191 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 40b8b2f9-0a0b-4d22-b476-ef766c2ad442 2026-02-26 03:05:53.565 8 INFO neutron.db.segments_db [None req-87de7220-1973-4eb6-bd1b-5b4eb39bf158 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment 621ef1b3-f27c-44b9-bf90-b86821f96490 of type vxlan for network c4296bdf-7b41-46c7-92b8-889469530120 [pid: 8|app: 0|req: 515/1033] 10.0.0.78 () {34 vars in 670 bytes} [Thu Feb 26 03:05:53 2026] POST /v2.0/networks => generated 744 bytes in 531 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:05:53.935 7 INFO neutron.db.l3_hamode_db [None req-e4a53d9a-6d0a-4fc1-8dad-ab0c7cb09191 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] HA network 853db9cf-c86f-4cff-a5dd-fcbd08ecdb87 was deleted as no HA routers are present in tenant 874ab1337b97472dad3dca9d3bbf1262. [pid: 7|app: 0|req: 519/1034] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:05:52 2026] DELETE /v2.0/routers/8d3eb189-5e56-4c1a-80e0-722efe503b09 => generated 0 bytes in 1527 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1035] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:05:53 2026] POST /v2.0/subnets => generated 691 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1036] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:05:53 2026] DELETE /v2.0/subnets/f8748ed8-866e-47e5-8141-f20e3e8e261a => 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: 520/1037] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:05:53 2026] GET /v2.0/security-groups?tenant_id=a5b46c81cd864bb3b1d2ff52fa7abbb5&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:05:54.265 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c54eb6e-07b9-4103-8139-040632d32c4e d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: e3600528-7a50-47d4-b833-02ffb1f722c4 2026-02-26 03:05:54.268 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c54eb6e-07b9-4103-8139-040632d32c4e d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: e3600528-7a50-47d4-b833-02ffb1f722c4 2026-02-26 03:05:54.281 8 INFO neutron.db.segments_db [None req-cc29656a-9159-47df-9822-f81e2d1dd5ee d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment e6cb942f-482b-48c5-9062-6d48123fdde1 of type vxlan for network bb344417-6e5d-4bc1-83b5-f5e407d6e1c2 [pid: 7|app: 0|req: 521/1038] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:05:54 2026] DELETE /v2.0/networks/b328fb93-52d9-4512-b291-86b109839b78 => generated 0 bytes in 499 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:05:54.692 8 INFO neutron.db.l3_hamode_db [None req-cc29656a-9159-47df-9822-f81e2d1dd5ee d8742f7fa92f41c6a9007317aca83f00 db44ebf984b24fd7974ba3b1928cecf0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 522/1039] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:05:54 2026] DELETE /v2.0/security-groups/1f75e523-863f-43f7-9677-2df756ed073a => generated 0 bytes in 179 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1040] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:05:54 2026] GET /v2.0/security-groups?tenant_id=874ab1337b97472dad3dca9d3bbf1262&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:05:54.913 7 INFO neutron.services.segments.plugin [-] Segment 17eb246b-4ee4-4026-84fd-f8ea9d419e12 resource provider aggregate not found 2026-02-26 03:05:54.916 7 INFO neutron.services.segments.plugin [-] Segment 17eb246b-4ee4-4026-84fd-f8ea9d419e12 resource provider aggregate not found 2026-02-26 03:05:54.930 7 INFO neutron.services.segments.plugin [-] Segment 17eb246b-4ee4-4026-84fd-f8ea9d419e12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17eb246b-4ee4-4026-84fd-f8ea9d419e12 found for delete ", "request_id": "req-05b2a393-e657-4af5-8ee7-b65566efd5fe"}]} 2026-02-26 03:05:54.936 7 INFO neutron.services.segments.plugin [-] Segment 17eb246b-4ee4-4026-84fd-f8ea9d419e12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17eb246b-4ee4-4026-84fd-f8ea9d419e12 found for delete ", "request_id": "req-07158375-7c13-4d56-8d14-6f271ba0392d"}]} 2026-02-26 03:05:54.948 7 INFO neutron.services.segments.plugin [-] Segment 8279efc6-e9e9-4acc-b3b2-4c5dac5c3391 resource provider aggregate not found 2026-02-26 03:05:54.951 7 INFO neutron.services.segments.plugin [-] Segment 8279efc6-e9e9-4acc-b3b2-4c5dac5c3391 resource provider aggregate not found 2026-02-26 03:05:54.970 7 INFO neutron.services.segments.plugin [-] Segment 8279efc6-e9e9-4acc-b3b2-4c5dac5c3391 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8279efc6-e9e9-4acc-b3b2-4c5dac5c3391 found for delete ", "request_id": "req-5d094243-7a89-4993-b56d-03c8e6756f64"}]} 2026-02-26 03:05:54.970 7 INFO neutron.services.segments.plugin [-] Segment 8279efc6-e9e9-4acc-b3b2-4c5dac5c3391 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8279efc6-e9e9-4acc-b3b2-4c5dac5c3391 found for delete ", "request_id": "req-5c33a981-a72e-4d88-8a20-e77de067436f"}]} [pid: 7|app: 0|req: 524/1041] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:05:54 2026] DELETE /v2.0/security-groups/0b896fd6-18e5-417d-9159-4d9ba9587055 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:05:55.751 8 INFO neutron.db.l3_hamode_db [None req-cc29656a-9159-47df-9822-f81e2d1dd5ee d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 525/1042] 10.0.0.165 () {34 vars in 990 bytes} [Thu Feb 26 03:05:56 2026] GET /v2.0/ports?device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => generated 1244 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1043] 10.0.0.165 () {34 vars in 1040 bytes} [Thu Feb 26 03:05:56 2026] GET /v2.0/security-groups?id=2de45cd8-8ca3-4c1d-9fc1-ccbc7f193dd6&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: 518/1044] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:05:54 2026] POST /v2.0/routers => generated 731 bytes in 2721 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1045] 10.0.0.78 () {34 vars in 782 bytes} [Thu Feb 26 03:05:56 2026] PUT /v2.0/routers/73a7bda4-9728-4448-99f0-c0a627e6fd0d/add_router_interface => generated 309 bytes in 1206 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1046] 10.0.0.78 () {34 vars in 684 bytes} [Thu Feb 26 03:05:58 2026] POST /v2.0/security-groups => generated 1658 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1047] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:05:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1048] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:05:59 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: 7|app: 0|req: 529/1049] 10.0.0.78 () {34 vars in 675 bytes} [Thu Feb 26 03:05:59 2026] POST /v2.0/floatingips => generated 552 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1050] 10.0.0.120 () {34 vars in 1098 bytes} [Thu Feb 26 03:06:00 2026] GET /v2.0/security-groups?name=tempest-securitygroup--568040983&fields=id&tenant_id=db44ebf984b24fd7974ba3b1928cecf0 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1051] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:05:59 2026] GET /v2.0/security-groups?tenant_id=dee740a4184447b3b7efd837efb2cbbd&name=default => generated 2925 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1052] 10.0.0.120 () {34 vars in 982 bytes} [Thu Feb 26 03:06:00 2026] GET /v2.0/networks?id=c4296bdf-7b41-46c7-92b8-889469530120 => generated 676 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1053] 10.0.0.120 () {34 vars in 965 bytes} [Thu Feb 26 03:06:00 2026] GET /v2.0/quotas/db44ebf984b24fd7974ba3b1928cecf0 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1054] 10.0.0.120 () {34 vars in 1002 bytes} [Thu Feb 26 03:06:00 2026] GET /v2.0/ports?tenant_id=db44ebf984b24fd7974ba3b1928cecf0&fields=id => generated 103 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1055] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:06:00 2026] DELETE /v2.0/security-groups/628873fb-9f62-4686-9615-99b9e7a7ea7a => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1056] 10.0.0.120 () {34 vars in 1008 bytes} [Thu Feb 26 03:06:00 2026] GET /v2.0/networks/c4296bdf-7b41-46c7-92b8-889469530120?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: 523/1057] 10.0.0.120 () {34 vars in 1108 bytes} [Thu Feb 26 03:06:00 2026] GET /v2.0/networks/c4296bdf-7b41-46c7-92b8-889469530120?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: 524/1058] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:00 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => 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: 535/1059] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:06:00 2026] GET /v2.0/security-groups?tenant_id=c25c599a987548688cbceb5f2bd7c8b5&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1060] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:06:00 2026] DELETE /v2.0/security-groups/1793ead5-2af0-4c6b-8a82-7bb155a140c2 => 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: 525/1061] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:06:00 2026] GET /v2.0/security-groups?tenant_id=584bb58a870d41c1af61c008ab70e1f9&name=default => generated 2925 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1062] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:06:00 2026] DELETE /v2.0/security-groups/523ef84d-c124-41f1-8427-3e48caa4f94f => 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: 526/1063] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:06:01 2026] GET /v2.0/security-groups?tenant_id=7aabfa0f73604eb597d87521d5b08816&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1064] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:06:01 2026] DELETE /v2.0/security-groups/8905ebe0-b29b-4d25-b124-7c508be72478 => 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: 527/1065] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:01 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => 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: 539/1066] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:02 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => 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: 540/1067] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:06:03 2026] GET /v2.0/subnets => generated 3922 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1068] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:04 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1069] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:06:03 2026] GET /v2.0/security-groups?tenant_id=1ff56f3f47ff487698c8ddf9b044a0ba&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1070] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:06:04 2026] GET /v2.0/subnets => generated 3922 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1071] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:06:04 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1072] 10.0.0.27 () {28 vars in 598 bytes} [Thu Feb 26 03:06:04 2026] GET /v2.0/security-groups => generated 31840 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1073] 10.0.0.27 () {28 vars in 618 bytes} [Thu Feb 26 03:06:04 2026] GET /v2.0/network-ip-availabilities => generated 2930 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1074] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:06:04 2026] DELETE /v2.0/security-groups/c225aa55-d71f-4db7-b08a-252d1f00aa36 => 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: 546/1075] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:06:04 2026] GET /v2.0/floatingips => generated 1399 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1076] 10.0.0.27 () {28 vars in 584 bytes} [Thu Feb 26 03:06:04 2026] GET /v2.0/networks => generated 5084 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1077] 10.0.0.27 () {28 vars in 578 bytes} [Thu Feb 26 03:06:04 2026] GET /v2.0/ports => generated 16964 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1078] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:06:04 2026] GET /v2.0/routers => generated 1475 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1079] 10.0.0.27 () {28 vars in 623 bytes} [Thu Feb 26 03:06:04 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1080] 10.0.0.27 () {28 vars in 676 bytes} [Thu Feb 26 03:06:04 2026] GET /v2.0/routers/73a7bda4-9728-4448-99f0-c0a627e6fd0d/l3-agents => generated 682 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1081] 10.0.0.27 () {28 vars in 676 bytes} [Thu Feb 26 03:06:04 2026] GET /v2.0/routers/a4728326-b538-465b-a3fd-8b6311c4d120/l3-agents => generated 682 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1082] 10.0.0.27 () {28 vars in 580 bytes} [Thu Feb 26 03:06:04 2026] GET /v2.0/agents => generated 3385 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1083] 10.0.0.120 () {34 vars in 1084 bytes} [Thu Feb 26 03:06:04 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722&device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1084] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:04 2026] GET /v2.0/security-groups?id=2de45cd8-8ca3-4c1d-9fc1-ccbc7f193dd6&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: 551/1085] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:06:04 2026] GET /v2.0/networks?id=c4296bdf-7b41-46c7-92b8-889469530120 => generated 676 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1086] 199.204.45.69 () {34 vars in 1049 bytes} [Thu Feb 26 03:06:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=db44ebf984b24fd7974ba3b1928cecf0 => generated 180 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1087] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:05 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => 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: 552/1088] 199.204.45.69 () {38 vars in 954 bytes} [Thu Feb 26 03:06:05 2026] POST /v2.0/ports => generated 958 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1089] 199.204.45.69 () {38 vars in 1027 bytes} [Thu Feb 26 03:06:05 2026] PUT /v2.0/ports/100673c0-ccb3-44d3-b53e-7bdf0323b228 => generated 1239 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:06:05.915 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b5cb2336-3898-4cc8-a09d-1d75ad9ed43f'] response: {'name': 'network-changed', 'server_uuid': 'fae081ee-9d72-474b-b571-c69352a7b722', 'tag': '100673c0-ccb3-44d3-b53e-7bdf0323b228', '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: 553/1090] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:06 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 538/1091] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:06 2026] GET /v2.0/security-groups?id=8800032c-ce5e-4748-a1b6-7476acda02ce&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: 554/1092] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:06:06 2026] GET /v2.0/ports?tenant_id=db44ebf984b24fd7974ba3b1928cecf0&device_id=fae081ee-9d72-474b-b571-c69352a7b722 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1093] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:06 2026] GET /v2.0/ports?device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1094] 199.204.45.69 () {34 vars in 1017 bytes} [Thu Feb 26 03:06:06 2026] GET /v2.0/networks?tenant_id=db44ebf984b24fd7974ba3b1928cecf0&shared=False => generated 772 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1095] 199.204.45.69 () {34 vars in 929 bytes} [Thu Feb 26 03:06:06 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1098] 10.0.0.120 () {34 vars in 971 bytes} [Thu Feb 26 03:06:06 2026] GET /v2.0/ports/048a7c89-1376-42d6-8535-0e305e30c328 => generated 972 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1099] 199.204.45.69 () {34 vars in 999 bytes} [Thu Feb 26 03:06:07 2026] GET /v2.0/subnets?network_id=8bce783a-71b2-489f-b170-631939a04673 => generated 684 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1100] 199.204.45.69 () {34 vars in 1145 bytes} [Thu Feb 26 03:06:07 2026] GET /v2.0/ports?device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd&device_owner=compute%3Anova&network_id=8bce783a-71b2-489f-b170-631939a04673 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1101] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:07 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1102] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:07 2026] GET /v2.0/security-groups?id=8800032c-ce5e-4748-a1b6-7476acda02ce&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1103] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:06:07 2026] GET /v2.0/ports?tenant_id=db44ebf984b24fd7974ba3b1928cecf0&device_id=fae081ee-9d72-474b-b571-c69352a7b722 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1104] 199.204.45.69 () {34 vars in 1059 bytes} [Thu Feb 26 03:06:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=100673c0-ccb3-44d3-b53e-7bdf0323b228 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1105] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:06:07 2026] GET /v2.0/subnets?id=1c613ae9-b835-4fc7-82a7-e6fb34ad3db5 => generated 694 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1106] 199.204.45.69 () {38 vars in 1027 bytes} [Thu Feb 26 03:06:07 2026] PUT /v2.0/ports/048a7c89-1376-42d6-8535-0e305e30c328 => generated 1149 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1107] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:06:07 2026] GET /v2.0/ports?network_id=c4296bdf-7b41-46c7-92b8-889469530120&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 03:06:07.764 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-77a8e2d0-d842-4c50-9b1b-d4f67414eadb'] response: {'name': 'network-changed', 'server_uuid': '0be1338c-31cf-4312-a7b5-807b0140e8bd', 'tag': '048a7c89-1376-42d6-8535-0e305e30c328', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 559/1108] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:06:07 2026] GET /v2.0/networks/c4296bdf-7b41-46c7-92b8-889469530120?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: 550/1109] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:06:07 2026] GET /v2.0/networks/c4296bdf-7b41-46c7-92b8-889469530120?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: 560/1110] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:06:07 2026] GET /v2.0/security-groups?tenant_id=9d2af6b45dca415a99c5a18495a2d360&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1111] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:06:08 2026] GET /v2.0/ports?tenant_id=b0e7426125ac4e0d87d93a9e3235bdf8&device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => generated 1421 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1112] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:06:08 2026] DELETE /v2.0/security-groups/fb980eeb-ab4f-431e-822a-760256844cff => 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: 562/1113] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:06:08 2026] GET /v2.0/networks?id=8bce783a-71b2-489f-b170-631939a04673 => generated 780 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1114] 199.204.45.69 () {34 vars in 1059 bytes} [Thu Feb 26 03:06:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=048a7c89-1376-42d6-8535-0e305e30c328 => generated 861 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1115] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:06:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=048a7c89-1376-42d6-8535-0e305e30c328 => 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: 564/1116] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:06:08 2026] GET /v2.0/subnets?id=1883a4f6-d364-412b-8ae0-47b1815bfcc0 => generated 702 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1117] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:06:08 2026] GET /v2.0/ports?network_id=8bce783a-71b2-489f-b170-631939a04673&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1118] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:06:08 2026] GET /v2.0/security-groups?tenant_id=22d444e8862c41319f35b0a11677d4d5&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1119] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:06:08 2026] GET /v2.0/networks/8bce783a-71b2-489f-b170-631939a04673?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1120] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:08 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1121] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:06:08 2026] GET /v2.0/networks/8bce783a-71b2-489f-b170-631939a04673?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1122] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:08 2026] GET /v2.0/security-groups?id=8800032c-ce5e-4748-a1b6-7476acda02ce&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: 567/1123] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:06:08 2026] DELETE /v2.0/security-groups/ffc35306-1902-4b3d-85da-2ec9f507c407 => 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: 557/1124] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:08 2026] GET /v2.0/ports?device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => generated 1152 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1125] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:08 2026] GET /v2.0/security-groups?id=2de45cd8-8ca3-4c1d-9fc1-ccbc7f193dd6&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: 558/1126] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:06:09 2026] GET /v2.0/security-groups?tenant_id=2e9de6cfc1874f05a0c08bd0a1aef675&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: 569/1127] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:06:09 2026] DELETE /v2.0/security-groups/3a3eaa04-fd10-4527-817c-b125c0f3f2c5 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1128] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:06:09 2026] GET /v2.0/ports?tenant_id=b0e7426125ac4e0d87d93a9e3235bdf8&device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => generated 1421 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1129] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:06:09 2026] GET /v2.0/networks?id=8bce783a-71b2-489f-b170-631939a04673 => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1130] 199.204.45.69 () {34 vars in 1059 bytes} [Thu Feb 26 03:06:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=048a7c89-1376-42d6-8535-0e305e30c328 => generated 861 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1131] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:09 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1132] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:06:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=048a7c89-1376-42d6-8535-0e305e30c328 => 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: 561/1133] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:09 2026] GET /v2.0/security-groups?id=8800032c-ce5e-4748-a1b6-7476acda02ce&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: 573/1134] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:06:09 2026] GET /v2.0/subnets?id=1883a4f6-d364-412b-8ae0-47b1815bfcc0 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1135] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:06:09 2026] GET /v2.0/ports?network_id=8bce783a-71b2-489f-b170-631939a04673&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1136] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:06:09 2026] GET /v2.0/networks/8bce783a-71b2-489f-b170-631939a04673?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1137] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:06:09 2026] GET /v2.0/networks/8bce783a-71b2-489f-b170-631939a04673?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: 575/1138] 199.204.45.69 () {34 vars in 1117 bytes} [Thu Feb 26 03:06:10 2026] GET /v2.0/ports?device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.7 => generated 1152 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1139] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:10 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => generated 973 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1140] 199.204.45.69 () {38 vars in 1027 bytes} [Thu Feb 26 03:06:10 2026] PUT /v2.0/ports/048a7c89-1376-42d6-8535-0e305e30c328 => generated 972 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1141] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:10 2026] GET /v2.0/security-groups?id=8800032c-ce5e-4748-a1b6-7476acda02ce&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-02-26 03:06:11.018 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ac6192b3-6a97-4e02-99ae-3d079a688727'] response: {'name': 'network-changed', 'server_uuid': '0be1338c-31cf-4312-a7b5-807b0140e8bd', 'tag': '048a7c89-1376-42d6-8535-0e305e30c328', '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: 578/1142] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:06:11 2026] GET /v2.0/ports?tenant_id=b0e7426125ac4e0d87d93a9e3235bdf8&device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:06:11.536 8 INFO neutron.db.segments_db [None req-0df240c8-78dc-4fa3-8f45-ae4b03a0f38c c85b377c98b04a8290b501b599fa5ec4 e8d0698e69cb41ef861d7651a640e570 - - default default] Added segment 145c0a29-cc99-4227-af39-3c370c2a10e9 of type vxlan for network 3a075a3c-8b85-46d5-9471-66b3bbb1c130 [pid: 7|app: 0|req: 579/1143] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:06:11 2026] GET /v2.0/networks?id=8bce783a-71b2-489f-b170-631939a04673 => generated 780 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1144] 199.204.45.69 () {34 vars in 1059 bytes} [Thu Feb 26 03:06:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=048a7c89-1376-42d6-8535-0e305e30c328 => generated 861 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1145] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:06:11 2026] POST /v2.0/networks => generated 649 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1146] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:06:11 2026] GET /v2.0/subnets?id=1883a4f6-d364-412b-8ae0-47b1815bfcc0 => generated 702 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1147] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:06:11 2026] GET /v2.0/ports?network_id=8bce783a-71b2-489f-b170-631939a04673&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: 583/1148] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:06:11 2026] GET /v2.0/networks/8bce783a-71b2-489f-b170-631939a04673?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: 584/1149] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:06:11 2026] GET /v2.0/networks/8bce783a-71b2-489f-b170-631939a04673?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1150] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:06:11 2026] POST /v2.0/subnets => generated 627 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:06:11.984 7 INFO neutron.db.segments_db [None req-e650e0b1-fb7d-48ae-a2e5-dc27dbe402ed c85b377c98b04a8290b501b599fa5ec4 e8d0698e69cb41ef861d7651a640e570 - - default default] Added segment 610e85cd-d808-4595-8743-180bf5c179ac of type vxlan for network ed653f26-e8e8-4c3d-9090-f3cb30185115 [pid: 8|app: 0|req: 567/1151] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:12 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1152] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:12 2026] GET /v2.0/security-groups?id=8800032c-ce5e-4748-a1b6-7476acda02ce&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:12.260 7 INFO neutron.db.l3_hamode_db [None req-e650e0b1-fb7d-48ae-a2e5-dc27dbe402ed c85b377c98b04a8290b501b599fa5ec4 e8d0698e69cb41ef861d7651a640e570 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 569/1153] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:12 2026] GET /v2.0/ports?device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1154] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:12 2026] GET /v2.0/security-groups?id=2de45cd8-8ca3-4c1d-9fc1-ccbc7f193dd6&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1155] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:06:12 2026] GET /v2.0/ports?tenant_id=b0e7426125ac4e0d87d93a9e3235bdf8&device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1156] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:06:12 2026] GET /v2.0/networks?id=8bce783a-71b2-489f-b170-631939a04673 => generated 780 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1157] 199.204.45.69 () {34 vars in 1059 bytes} [Thu Feb 26 03:06:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=048a7c89-1376-42d6-8535-0e305e30c328 => generated 861 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1158] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:06:13 2026] GET /v2.0/subnets?id=1883a4f6-d364-412b-8ae0-47b1815bfcc0 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:13.114 7 INFO neutron.db.l3_hamode_db [None req-e650e0b1-fb7d-48ae-a2e5-dc27dbe402ed c85b377c98b04a8290b501b599fa5ec4 e8d0698e69cb41ef861d7651a640e570 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 575/1159] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:06:13 2026] GET /v2.0/ports?network_id=8bce783a-71b2-489f-b170-631939a04673&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1160] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:06:13 2026] GET /v2.0/networks/8bce783a-71b2-489f-b170-631939a04673?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1161] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:06:13 2026] GET /v2.0/networks/8bce783a-71b2-489f-b170-631939a04673?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: 8|app: 0|req: 578/1162] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:13 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1163] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:13 2026] GET /v2.0/security-groups?id=8800032c-ce5e-4748-a1b6-7476acda02ce&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: 580/1164] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:13 2026] GET /v2.0/ports?device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1165] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:13 2026] GET /v2.0/security-groups?id=2de45cd8-8ca3-4c1d-9fc1-ccbc7f193dd6&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: 585/1166] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:06:11 2026] POST /v2.0/routers => generated 694 bytes in 2183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1167] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:14 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1168] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:14 2026] GET /v2.0/security-groups?id=8800032c-ce5e-4748-a1b6-7476acda02ce&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: 588/1169] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:14 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:15.069 7 INFO neutron.db.l3_db [None req-f5c3d237-0010-4107-b156-08fc6b0b0630 9b25c5623deb4fe4b1d6ec042817968b db44ebf984b24fd7974ba3b1928cecf0 - - default default] Floating IP 7b671dee-46b6-458a-998a-1b9ac2512a10 associated. External IP: 10.96.250.212, port: 100673c0-ccb3-44d3-b53e-7bdf0323b228. [pid: 7|app: 0|req: 589/1170] 10.0.0.78 () {34 vars in 748 bytes} [Thu Feb 26 03:06:14 2026] PUT /v2.0/floatingips/7b671dee-46b6-458a-998a-1b9ac2512a10 => generated 856 bytes in 777 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:15.426 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-87d23aa3-4d94-4249-a1f9-9597c9d8eda2'] response: {'name': 'network-changed', 'server_uuid': 'fae081ee-9d72-474b-b571-c69352a7b722', 'tag': '100673c0-ccb3-44d3-b53e-7bdf0323b228', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 590/1171] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:15 2026] GET /v2.0/ports?device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1172] 10.0.0.78 () {34 vars in 782 bytes} [Thu Feb 26 03:06:14 2026] PUT /v2.0/routers/c49bf2bb-62bb-4680-a199-c218b6ad4ecc/add_router_interface => generated 309 bytes in 1353 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1173] 199.204.45.69 () {34 vars in 993 bytes} [Thu Feb 26 03:06:15 2026] GET /v2.0/ports?device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1174] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:06:15 2026] GET /v2.0/security-groups?tenant_id=80d25617879a475e85a767ba4646f654&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1175] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:15 2026] GET /v2.0/security-groups?id=2de45cd8-8ca3-4c1d-9fc1-ccbc7f193dd6&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:15.882 7 INFO neutron_taas.services.taas.taas_plugin [req-f7138517-309d-4e7e-9e39-8e80d5a56ee5 req-bdc5c169-b1ea-4827-99cf-31eb49f37b43 ba94bdc467294c578339aefa1d9ed756 b0e7426125ac4e0d87d93a9e3235bdf8 - - default default] TaaS: Handle Delete Port: 048a7c89-1376-42d6-8535-0e305e30c328 2026-02-26 03:06:15.886 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f7138517-309d-4e7e-9e39-8e80d5a56ee5 req-bdc5c169-b1ea-4827-99cf-31eb49f37b43 ba94bdc467294c578339aefa1d9ed756 b0e7426125ac4e0d87d93a9e3235bdf8 - - default default] Tap Mirror: Handle Delete Port: 048a7c89-1376-42d6-8535-0e305e30c328 [pid: 8|app: 0|req: 584/1176] 10.0.0.78 () {34 vars in 664 bytes} [Thu Feb 26 03:06:15 2026] POST /v2.0/ports => generated 955 bytes in 373 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: 585/1177] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:06:15 2026] DELETE /v2.0/security-groups/3f6d26aa-d2ad-4a20-9338-c5b73187992d => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:06:16.007 7 INFO neutron.db.l3_db [req-f7138517-309d-4e7e-9e39-8e80d5a56ee5 req-bdc5c169-b1ea-4827-99cf-31eb49f37b43 ba94bdc467294c578339aefa1d9ed756 b0e7426125ac4e0d87d93a9e3235bdf8 - - default default] Floating IP 28e6dd19-26e0-4830-8bc7-4031a381c667 disassociated. External IP: 10.96.250.220, port: 048a7c89-1376-42d6-8535-0e305e30c328. [pid: 7|app: 0|req: 593/1178] 199.204.45.69 () {36 vars in 996 bytes} [Thu Feb 26 03:06:15 2026] DELETE /v2.0/ports/048a7c89-1376-42d6-8535-0e305e30c328 => generated 0 bytes in 536 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1179] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:06:16 2026] GET /v2.0/ports?tenant_id=db44ebf984b24fd7974ba3b1928cecf0&device_id=fae081ee-9d72-474b-b571-c69352a7b722 => 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: 586/1180] 10.0.0.78 () {34 vars in 664 bytes} [Thu Feb 26 03:06:15 2026] POST /v2.0/ports => generated 954 bytes in 454 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: 587/1181] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:06:16 2026] GET /v2.0/networks?id=c4296bdf-7b41-46c7-92b8-889469530120 => generated 772 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1182] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:06:16 2026] GET /v2.0/security-groups?tenant_id=4637a0ce7cd9406086541361ba89c85d&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1183] 199.204.45.69 () {34 vars in 1059 bytes} [Thu Feb 26 03:06:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=100673c0-ccb3-44d3-b53e-7bdf0323b228 => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1184] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:06:16 2026] DELETE /v2.0/security-groups/8b795efa-ca99-4582-8c4b-3ca48fe6eba2 => 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: 598/1185] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:06:16 2026] GET /v2.0/subnets?id=1c613ae9-b835-4fc7-82a7-e6fb34ad3db5 => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1186] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:06:16 2026] GET /v2.0/ports?network_id=c4296bdf-7b41-46c7-92b8-889469530120&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1187] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:06:16 2026] GET /v2.0/networks/c4296bdf-7b41-46c7-92b8-889469530120?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: 601/1188] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:06:16 2026] GET /v2.0/networks/c4296bdf-7b41-46c7-92b8-889469530120?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: 602/1189] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:16 2026] GET /v2.0/ports?device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:06:17.317 8 INFO neutron.db.l3_db [None req-716e6fd7-b247-4e42-bf28-6f95ba71a15b c85b377c98b04a8290b501b599fa5ec4 e8d0698e69cb41ef861d7651a640e570 - - default default] Floating IP 43c871a2-cea6-44e7-87c1-0126dfeea76a associated. External IP: 10.96.250.218, port: f518d3ee-8e12-4106-bca4-0da030e4fe26. 2026-02-26 03:06:17.457 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5ac18558-5035-4ddd-9d38-f281b2582046'] response: {'server_uuid': '0be1338c-31cf-4312-a7b5-807b0140e8bd', 'name': 'network-vif-deleted', 'tag': '048a7c89-1376-42d6-8535-0e305e30c328', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 588/1190] 10.0.0.78 () {34 vars in 676 bytes} [Thu Feb 26 03:06:16 2026] POST /v2.0/floatingips => generated 841 bytes in 1181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:06:17.806 7 INFO neutron.db.l3_db [None req-df2995ea-65dd-4f62-b424-3593ad287d21 c85b377c98b04a8290b501b599fa5ec4 e8d0698e69cb41ef861d7651a640e570 - - default default] Floating IP 43c871a2-cea6-44e7-87c1-0126dfeea76a disassociated. External IP: 10.96.250.218, port: f518d3ee-8e12-4106-bca4-0da030e4fe26. [pid: 8|app: 0|req: 589/1191] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:17 2026] GET /v2.0/ports?device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => 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: 603/1192] 10.0.0.78 () {34 vars in 748 bytes} [Thu Feb 26 03:06:17 2026] PUT /v2.0/floatingips/43c871a2-cea6-44e7-87c1-0126dfeea76a => generated 552 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:18.239 8 INFO neutron_taas.services.taas.taas_plugin [None req-be213898-8ad3-40b7-a13e-585404279e34 c85b377c98b04a8290b501b599fa5ec4 e8d0698e69cb41ef861d7651a640e570 - - default default] TaaS: Handle Delete Port: 6ce5aba1-b942-41cc-a0bb-50b75c127c45 2026-02-26 03:06:18.243 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be213898-8ad3-40b7-a13e-585404279e34 c85b377c98b04a8290b501b599fa5ec4 e8d0698e69cb41ef861d7651a640e570 - - default default] Tap Mirror: Handle Delete Port: 6ce5aba1-b942-41cc-a0bb-50b75c127c45 [pid: 8|app: 0|req: 590/1193] 10.0.0.78 () {32 vars in 731 bytes} [Thu Feb 26 03:06:18 2026] DELETE /v2.0/floatingips/43c871a2-cea6-44e7-87c1-0126dfeea76a => generated 0 bytes in 402 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1194] 10.0.0.78 () {32 vars in 652 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions => generated 21537 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1195] 10.0.0.78 () {32 vars in 680 bytes} [Thu Feb 26 03:06:18 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: 7|app: 0|req: 606/1196] 10.0.0.78 () {32 vars in 680 bytes} [Thu Feb 26 03:06:18 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) [pid: 7|app: 0|req: 607/1197] 10.0.0.78 () {32 vars in 728 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1198] 10.0.0.78 () {32 vars in 664 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1199] 10.0.0.78 () {32 vars in 698 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/agent-resources-synced => 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: 610/1200] 10.0.0.78 () {32 vars in 696 bytes} [Thu Feb 26 03:06:18 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: 611/1201] 10.0.0.78 () {32 vars in 700 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1202] 10.0.0.78 () {32 vars in 688 bytes} [Thu Feb 26 03:06:18 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: 613/1203] 10.0.0.78 () {32 vars in 702 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1204] 10.0.0.78 () {32 vars in 692 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1205] 10.0.0.78 () {32 vars in 694 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1206] 10.0.0.78 () {32 vars in 684 bytes} [Thu Feb 26 03:06:18 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: 617/1207] 10.0.0.78 () {32 vars in 686 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1208] 10.0.0.78 () {32 vars in 660 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1209] 10.0.0.78 () {32 vars in 698 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1210] 10.0.0.78 () {32 vars in 678 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1211] 10.0.0.78 () {32 vars in 682 bytes} [Thu Feb 26 03:06:18 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: 622/1212] 10.0.0.78 () {32 vars in 674 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1213] 10.0.0.78 () {32 vars in 688 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1214] 10.0.0.78 () {32 vars in 722 bytes} [Thu Feb 26 03:06:18 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: 625/1215] 10.0.0.78 () {32 vars in 686 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1216] 10.0.0.78 () {32 vars in 668 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1217] 10.0.0.78 () {32 vars in 686 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1218] 10.0.0.78 () {32 vars in 680 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1219] 10.0.0.78 () {32 vars in 698 bytes} [Thu Feb 26 03:06:18 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: 630/1220] 10.0.0.78 () {32 vars in 678 bytes} [Thu Feb 26 03:06:18 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: 631/1221] 10.0.0.78 () {32 vars in 666 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1222] 10.0.0.78 () {32 vars in 676 bytes} [Thu Feb 26 03:06:18 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: 7|app: 0|req: 633/1223] 10.0.0.78 () {32 vars in 664 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1224] 10.0.0.78 () {32 vars in 674 bytes} [Thu Feb 26 03:06:18 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: 635/1225] 10.0.0.78 () {32 vars in 712 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1226] 10.0.0.78 () {32 vars in 690 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1227] 10.0.0.78 () {32 vars in 682 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1228] 10.0.0.78 () {32 vars in 668 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1229] 10.0.0.78 () {32 vars in 686 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1230] 10.0.0.78 () {32 vars in 704 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1231] 10.0.0.78 () {32 vars in 674 bytes} [Thu Feb 26 03:06:18 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: 642/1232] 10.0.0.78 () {32 vars in 700 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1233] 10.0.0.78 () {32 vars in 674 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1234] 10.0.0.78 () {32 vars in 692 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1235] 10.0.0.78 () {32 vars in 688 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1236] 10.0.0.78 () {32 vars in 708 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1237] 10.0.0.78 () {32 vars in 704 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1238] 10.0.0.78 () {32 vars in 718 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1239] 10.0.0.78 () {32 vars in 696 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1240] 10.0.0.78 () {32 vars in 710 bytes} [Thu Feb 26 03:06:18 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1241] 10.0.0.78 () {32 vars in 668 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/binding => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1242] 10.0.0.78 () {32 vars in 686 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1243] 10.0.0.78 () {32 vars in 680 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1244] 10.0.0.78 () {32 vars in 674 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1245] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/ports?device_id=0be1338c-31cf-4312-a7b5-807b0140e8bd => 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: 656/1246] 10.0.0.78 () {32 vars in 670 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1247] 10.0.0.78 () {32 vars in 660 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1248] 10.0.0.78 () {32 vars in 698 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1249] 10.0.0.78 () {32 vars in 698 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1250] 10.0.0.78 () {32 vars in 676 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1251] 10.0.0.78 () {32 vars in 668 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1252] 10.0.0.78 () {32 vars in 682 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1253] 10.0.0.78 () {32 vars in 700 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1254] 10.0.0.78 () {32 vars in 684 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1255] 10.0.0.78 () {32 vars in 706 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1256] 10.0.0.78 () {32 vars in 668 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1257] 10.0.0.78 () {32 vars in 696 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1258] 10.0.0.78 () {32 vars in 694 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1259] 10.0.0.78 () {32 vars in 684 bytes} [Thu Feb 26 03:06:19 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: 670/1260] 10.0.0.78 () {32 vars in 688 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1261] 10.0.0.78 () {32 vars in 704 bytes} [Thu Feb 26 03:06:19 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: 672/1262] 10.0.0.78 () {32 vars in 666 bytes} [Thu Feb 26 03:06:19 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: 673/1263] 10.0.0.78 () {32 vars in 680 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1264] 10.0.0.78 () {32 vars in 680 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1265] 10.0.0.78 () {32 vars in 690 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:19.194 8 INFO neutron.db.l3_db [None req-5b96d36f-0463-4079-a2d6-1a606b442c8d c85b377c98b04a8290b501b599fa5ec4 e8d0698e69cb41ef861d7651a640e570 - - default default] Floating IP 3e13ce45-e5cc-4616-af29-a62517fa0bf3 associated. External IP: 10.96.250.213, port: ddfcb111-8cf0-4c87-93ec-04b0fe9354ff. [pid: 7|app: 0|req: 676/1266] 10.0.0.78 () {32 vars in 690 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1267] 10.0.0.78 () {32 vars in 694 bytes} [Thu Feb 26 03:06:19 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: 678/1268] 10.0.0.78 () {32 vars in 684 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1269] 10.0.0.78 () {32 vars in 688 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1270] 10.0.0.78 () {32 vars in 700 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1271] 10.0.0.78 () {32 vars in 702 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1272] 10.0.0.78 () {32 vars in 712 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1273] 10.0.0.78 () {32 vars in 716 bytes} [Thu Feb 26 03:06:19 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: 684/1274] 10.0.0.78 () {32 vars in 714 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1275] 10.0.0.78 () {32 vars in 726 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1276] 10.0.0.78 () {32 vars in 740 bytes} [Thu Feb 26 03:06:19 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: 687/1277] 10.0.0.78 () {32 vars in 718 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1278] 10.0.0.78 () {32 vars in 682 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1279] 10.0.0.78 () {32 vars in 668 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1280] 10.0.0.78 () {32 vars in 718 bytes} [Thu Feb 26 03:06:19 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: 691/1281] 10.0.0.78 () {32 vars in 678 bytes} [Thu Feb 26 03:06:19 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: 692/1282] 10.0.0.78 () {32 vars in 668 bytes} [Thu Feb 26 03:06:19 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: 693/1283] 10.0.0.78 () {32 vars in 696 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1284] 10.0.0.78 () {32 vars in 704 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1285] 10.0.0.78 () {32 vars in 700 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1286] 10.0.0.78 () {32 vars in 700 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1287] 10.0.0.78 () {32 vars in 682 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/subnet_onboard => 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: 698/1288] 10.0.0.78 () {32 vars in 704 bytes} [Thu Feb 26 03:06:19 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: 699/1289] 10.0.0.78 () {32 vars in 694 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1290] 10.0.0.78 () {32 vars in 688 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 3 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.78 () {32 vars in 696 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1292] 10.0.0.78 () {32 vars in 678 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1293] 10.0.0.78 () {32 vars in 688 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1294] 10.0.0.78 () {32 vars in 700 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1295] 10.0.0.78 () {32 vars in 664 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1296] 10.0.0.78 () {32 vars in 680 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1297] 10.0.0.78 () {32 vars in 676 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1298] 10.0.0.78 () {32 vars in 692 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1299] 10.0.0.78 () {32 vars in 676 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1300] 10.0.0.78 () {32 vars in 666 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1301] 10.0.0.78 () {32 vars in 662 bytes} [Thu Feb 26 03:06:19 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: 712/1302] 10.0.0.78 () {32 vars in 674 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1303] 10.0.0.78 () {32 vars in 686 bytes} [Thu Feb 26 03:06:19 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: 8|app: 0|req: 591/1304] 10.0.0.78 () {34 vars in 676 bytes} [Thu Feb 26 03:06:18 2026] POST /v2.0/floatingips => generated 842 bytes in 983 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1305] 10.0.0.78 () {32 vars in 728 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/floatingips/3e13ce45-e5cc-4616-af29-a62517fa0bf3 => generated 842 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1306] 10.0.0.78 () {32 vars in 654 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/floatingips => generated 845 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:20.010 7 INFO neutron.db.l3_db [None req-2f266092-ec41-4a2c-9e7d-5dfe9dc5b032 c85b377c98b04a8290b501b599fa5ec4 e8d0698e69cb41ef861d7651a640e570 - - default default] Floating IP 3e13ce45-e5cc-4616-af29-a62517fa0bf3 associated. External IP: 10.96.250.213, port: ddfcb111-8cf0-4c87-93ec-04b0fe9354ff. [pid: 8|app: 0|req: 593/1307] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:06:19 2026] GET /v2.0/security-groups?tenant_id=40c1ad36a6e8468780a7c404b4962114&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1308] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:06:20 2026] DELETE /v2.0/security-groups/2de45cd8-8ca3-4c1d-9fc1-ccbc7f193dd6 => 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: 595/1309] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:06:20 2026] DELETE /v2.0/security-groups/28b9aaf6-0b0a-451a-8a95-d9cdf80d71da => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:06:20.412 8 INFO neutron.api.v2.resource [None req-f6f115da-c0b3-4b18-a660-c76912d44f96 ba94bdc467294c578339aefa1d9ed756 b0e7426125ac4e0d87d93a9e3235bdf8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 596/1310] 10.0.0.78 () {32 vars in 736 bytes} [Thu Feb 26 03:06:20 2026] GET /v2.0/security-groups/2de45cd8-8ca3-4c1d-9fc1-ccbc7f193dd6 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:06:20.512 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a815837-f6d9-4f03-ada1-f81c872bca2b ba94bdc467294c578339aefa1d9ed756 b0e7426125ac4e0d87d93a9e3235bdf8 - - default default] TaaS: Handle Delete Port: dee730fc-16a5-4dcf-bd9c-c587eeb0ad1f 2026-02-26 03:06:20.515 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a815837-f6d9-4f03-ada1-f81c872bca2b ba94bdc467294c578339aefa1d9ed756 b0e7426125ac4e0d87d93a9e3235bdf8 - - default default] Tap Mirror: Handle Delete Port: dee730fc-16a5-4dcf-bd9c-c587eeb0ad1f [pid: 7|app: 0|req: 715/1311] 10.0.0.78 () {34 vars in 748 bytes} [Thu Feb 26 03:06:19 2026] PUT /v2.0/floatingips/3e13ce45-e5cc-4616-af29-a62517fa0bf3 => generated 841 bytes in 959 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1312] 10.0.0.78 () {32 vars in 731 bytes} [Thu Feb 26 03:06:20 2026] DELETE /v2.0/floatingips/28e6dd19-26e0-4830-8bc7-4031a381c667 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:06:20.733 7 INFO neutron.db.l3_db [None req-73d35c26-c53c-490b-af60-dee6e0cbb99f c85b377c98b04a8290b501b599fa5ec4 e8d0698e69cb41ef861d7651a640e570 - - default default] Floating IP 3e13ce45-e5cc-4616-af29-a62517fa0bf3 disassociated. External IP: 10.96.250.213, port: f518d3ee-8e12-4106-bca4-0da030e4fe26. 2026-02-26 03:06:21.073 8 INFO neutron_taas.services.taas.taas_plugin [None req-1d26e995-ddfd-4aa2-870a-c08b3bc1cc21 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 993d00be-eab9-45d2-9419-f1eeabbbf408 2026-02-26 03:06:21.081 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d26e995-ddfd-4aa2-870a-c08b3bc1cc21 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 993d00be-eab9-45d2-9419-f1eeabbbf408 [pid: 7|app: 0|req: 716/1313] 10.0.0.78 () {34 vars in 748 bytes} [Thu Feb 26 03:06:20 2026] PUT /v2.0/floatingips/3e13ce45-e5cc-4616-af29-a62517fa0bf3 => generated 552 bytes in 802 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:21.508 7 INFO neutron_taas.services.taas.taas_plugin [None req-31f60708-4b70-4902-bef6-8962a29b772c c85b377c98b04a8290b501b599fa5ec4 e8d0698e69cb41ef861d7651a640e570 - - default default] TaaS: Handle Delete Port: 34ea8f6e-7a09-41c4-9797-f845ef361f07 2026-02-26 03:06:21.512 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31f60708-4b70-4902-bef6-8962a29b772c c85b377c98b04a8290b501b599fa5ec4 e8d0698e69cb41ef861d7651a640e570 - - default default] Tap Mirror: Handle Delete Port: 34ea8f6e-7a09-41c4-9797-f845ef361f07 [pid: 7|app: 0|req: 717/1314] 10.0.0.78 () {32 vars in 731 bytes} [Thu Feb 26 03:06:21 2026] DELETE /v2.0/floatingips/3e13ce45-e5cc-4616-af29-a62517fa0bf3 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:06:21.709 7 INFO neutron.api.v2.resource [None req-190c7fb7-36b3-478a-8a02-43bd87851fcb c85b377c98b04a8290b501b599fa5ec4 e8d0698e69cb41ef861d7651a640e570 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 720/1317] 10.0.0.78 () {32 vars in 731 bytes} [Thu Feb 26 03:06:21 2026] DELETE /v2.0/floatingips/3e13ce45-e5cc-4616-af29-a62517fa0bf3 => generated 144 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:06:21.832 7 INFO neutron_taas.services.taas.taas_plugin [None req-25755c46-ea19-4703-be51-fa53382ebbdc c85b377c98b04a8290b501b599fa5ec4 e8d0698e69cb41ef861d7651a640e570 - - default default] TaaS: Handle Delete Port: f518d3ee-8e12-4106-bca4-0da030e4fe26 2026-02-26 03:06:21.835 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25755c46-ea19-4703-be51-fa53382ebbdc c85b377c98b04a8290b501b599fa5ec4 e8d0698e69cb41ef861d7651a640e570 - - default default] Tap Mirror: Handle Delete Port: f518d3ee-8e12-4106-bca4-0da030e4fe26 [pid: 7|app: 0|req: 721/1318] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:06:21 2026] DELETE /v2.0/ports/f518d3ee-8e12-4106-bca4-0da030e4fe26 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1319] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:06:20 2026] PUT /v2.0/routers/a4728326-b538-465b-a3fd-8b6311c4d120/remove_router_interface => generated 309 bytes in 1292 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:22.080 7 INFO neutron_taas.services.taas.taas_plugin [None req-62cd671e-2eeb-49c1-8c6f-f3758f69a30b c85b377c98b04a8290b501b599fa5ec4 e8d0698e69cb41ef861d7651a640e570 - - default default] TaaS: Handle Delete Port: ddfcb111-8cf0-4c87-93ec-04b0fe9354ff 2026-02-26 03:06:22.086 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62cd671e-2eeb-49c1-8c6f-f3758f69a30b c85b377c98b04a8290b501b599fa5ec4 e8d0698e69cb41ef861d7651a640e570 - - default default] Tap Mirror: Handle Delete Port: ddfcb111-8cf0-4c87-93ec-04b0fe9354ff [pid: 7|app: 0|req: 722/1320] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:06:21 2026] DELETE /v2.0/ports/ddfcb111-8cf0-4c87-93ec-04b0fe9354ff => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:06:22.270 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8a44600-aa98-4aba-af95-b3fdb3b5d8e5 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 5a435af8-a193-4047-ba1f-dd09c937a8e1 2026-02-26 03:06:22.272 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8a44600-aa98-4aba-af95-b3fdb3b5d8e5 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 5a435af8-a193-4047-ba1f-dd09c937a8e1 2026-02-26 03:06:22.509 7 INFO neutron.db.segments_db [None req-fe0887c5-35af-425d-bf82-9f54bb063f6f 2cc2c19023da42b9bf58dac557f1b0f6 121c5be896b748dfa9389ea74e4af236 - - default default] Added segment 7c92ea43-cd69-4a3b-a3a7-5f129a80e3be of type vxlan for network 12195226-44dd-479d-9c32-ad2077b7c1e0 2026-02-26 03:06:22.522 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8a44600-aa98-4aba-af95-b3fdb3b5d8e5 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 68114365-4cf3-406f-8ed0-7fabe760ee9e 2026-02-26 03:06:22.525 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8a44600-aa98-4aba-af95-b3fdb3b5d8e5 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 68114365-4cf3-406f-8ed0-7fabe760ee9e [pid: 7|app: 0|req: 723/1321] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:06:22 2026] POST /v2.0/networks => generated 648 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1322] 10.0.0.78 () {32 vars in 735 bytes} [Thu Feb 26 03:06:22 2026] GET /v2.0/ports?device_id=c49bf2bb-62bb-4680-a199-c218b6ad4ecc => generated 958 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:22.898 8 INFO neutron.services.segments.plugin [-] Segment 7605578a-3355-4abc-bcd2-8d769fe86610 resource provider aggregate not found 2026-02-26 03:06:22.908 8 INFO neutron.services.segments.plugin [-] Segment 7605578a-3355-4abc-bcd2-8d769fe86610 resource provider aggregate not found 2026-02-26 03:06:22.916 8 INFO neutron.services.segments.plugin [-] Segment 7605578a-3355-4abc-bcd2-8d769fe86610 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7605578a-3355-4abc-bcd2-8d769fe86610 found for delete ", "request_id": "req-9aa6337d-a308-42f9-b9a6-15efafd084fb"}]} 2026-02-26 03:06:22.929 8 INFO neutron.services.segments.plugin [-] Segment 7605578a-3355-4abc-bcd2-8d769fe86610 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7605578a-3355-4abc-bcd2-8d769fe86610 found for delete ", "request_id": "req-e1ee5b86-a4ca-4924-bb4d-a49d0371664d"}]} 2026-02-26 03:06:22.934 8 INFO neutron.db.l3_hamode_db [None req-f8a44600-aa98-4aba-af95-b3fdb3b5d8e5 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] HA network 2ab2836b-78f3-4899-adfc-203ac60d7602 was deleted as no HA routers are present in tenant b0e7426125ac4e0d87d93a9e3235bdf8. [pid: 8|app: 0|req: 599/1323] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:06:22 2026] DELETE /v2.0/routers/a4728326-b538-465b-a3fd-8b6311c4d120 => generated 0 bytes in 894 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:06:23.024 7 INFO neutron_taas.services.taas.taas_plugin [None req-8db6c0f1-872a-493b-bc01-73d1b4812f29 c85b377c98b04a8290b501b599fa5ec4 e8d0698e69cb41ef861d7651a640e570 - - default default] TaaS: Handle Delete Port: 68290c20-b107-43b6-be17-d4f3b94e7435 2026-02-26 03:06:23.027 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8db6c0f1-872a-493b-bc01-73d1b4812f29 c85b377c98b04a8290b501b599fa5ec4 e8d0698e69cb41ef861d7651a640e570 - - default default] Tap Mirror: Handle Delete Port: 68290c20-b107-43b6-be17-d4f3b94e7435 [pid: 8|app: 0|req: 600/1324] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:06:22 2026] DELETE /v2.0/subnets/1883a4f6-d364-412b-8ae0-47b1815bfcc0 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1325] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:06:23 2026] POST /v2.0/subnets => generated 673 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:06:23.431 8 INFO neutron_taas.services.taas.taas_plugin [None req-d9b30e68-aa90-4811-877f-3b0fffb065dd d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 5b1fc77a-5145-4c4b-9a31-c6fa4d49df2c 2026-02-26 03:06:23.434 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9b30e68-aa90-4811-877f-3b0fffb065dd d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 5b1fc77a-5145-4c4b-9a31-c6fa4d49df2c [pid: 7|app: 0|req: 725/1326] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:06:22 2026] PUT /v2.0/routers/c49bf2bb-62bb-4680-a199-c218b6ad4ecc/remove_router_interface => generated 309 bytes in 911 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1327] 10.0.0.165 () {34 vars in 990 bytes} [Thu Feb 26 03:06:23 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => 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: 602/1328] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:06:23 2026] DELETE /v2.0/networks/8bce783a-71b2-489f-b170-631939a04673 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:06:23.640 7 INFO neutron.db.segments_db [None req-bf68d047-7131-49c2-84fe-c30694b888e6 2cc2c19023da42b9bf58dac557f1b0f6 121c5be896b748dfa9389ea74e4af236 - - default default] Added segment fbad9eeb-ca5d-499e-a92b-c425536c75e0 of type vxlan for network bcf0f009-7a17-4e3e-b918-668c3e0a3261 [pid: 7|app: 0|req: 727/1329] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:06:23 2026] POST /v2.0/networks => generated 647 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1330] 10.0.0.165 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:23 2026] GET /v2.0/security-groups?id=8800032c-ce5e-4748-a1b6-7476acda02ce&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-02-26 03:06:23.849 8 INFO neutron_taas.services.taas.taas_plugin [None req-d84429bb-a477-46ad-b09b-4be841eff79e c85b377c98b04a8290b501b599fa5ec4 e8d0698e69cb41ef861d7651a640e570 - - default default] TaaS: Handle Delete Port: 12665e12-2294-4171-b83d-0d292df1ed54 2026-02-26 03:06:23.853 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d84429bb-a477-46ad-b09b-4be841eff79e c85b377c98b04a8290b501b599fa5ec4 e8d0698e69cb41ef861d7651a640e570 - - default default] Tap Mirror: Handle Delete Port: 12665e12-2294-4171-b83d-0d292df1ed54 [pid: 7|app: 0|req: 729/1331] 10.0.0.78 () {34 vars in 742 bytes} [Thu Feb 26 03:06:23 2026] PUT /v2.0/networks/bcf0f009-7a17-4e3e-b918-668c3e0a3261 => generated 592 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1332] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:06:23 2026] GET /v2.0/security-groups?tenant_id=b0e7426125ac4e0d87d93a9e3235bdf8&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:06:24.091 8 INFO neutron_taas.services.taas.taas_plugin [None req-d84429bb-a477-46ad-b09b-4be841eff79e c85b377c98b04a8290b501b599fa5ec4 e8d0698e69cb41ef861d7651a640e570 - - default default] TaaS: Handle Delete Port: 73d1a0c8-0760-4f5e-b575-0c75f101296a 2026-02-26 03:06:24.095 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d84429bb-a477-46ad-b09b-4be841eff79e c85b377c98b04a8290b501b599fa5ec4 e8d0698e69cb41ef861d7651a640e570 - - default default] Tap Mirror: Handle Delete Port: 73d1a0c8-0760-4f5e-b575-0c75f101296a [pid: 7|app: 0|req: 731/1333] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:06:23 2026] POST /v2.0/subnets => generated 646 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1334] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:06:24 2026] DELETE /v2.0/security-groups/c638600b-86ce-4efa-8858-fa3cd0d57e14 => 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: 733/1335] 10.0.0.78 () {34 vars in 740 bytes} [Thu Feb 26 03:06:24 2026] PUT /v2.0/subnets/04c6bb37-45c0-4ab3-81ec-98b5a2d98cd6 => generated 656 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:24.470 8 INFO neutron.db.l3_hamode_db [None req-d84429bb-a477-46ad-b09b-4be841eff79e c85b377c98b04a8290b501b599fa5ec4 e8d0698e69cb41ef861d7651a640e570 - - default default] HA network ed653f26-e8e8-4c3d-9090-f3cb30185115 was deleted as no HA routers are present in tenant e8d0698e69cb41ef861d7651a640e570. [pid: 8|app: 0|req: 603/1336] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:06:23 2026] DELETE /v2.0/routers/c49bf2bb-62bb-4680-a199-c218b6ad4ecc => generated 0 bytes in 848 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:06:24.549 7 INFO neutron.services.segments.plugin [-] Segment fbad9eeb-ca5d-499e-a92b-c425536c75e0 resource provider aggregate not found 2026-02-26 03:06:24.560 7 INFO neutron.services.segments.plugin [-] Segment fbad9eeb-ca5d-499e-a92b-c425536c75e0 resource provider aggregate not found 2026-02-26 03:06:24.566 7 INFO neutron.services.segments.plugin [-] Segment fbad9eeb-ca5d-499e-a92b-c425536c75e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbad9eeb-ca5d-499e-a92b-c425536c75e0 found for delete ", "request_id": "req-1872dadf-faa0-4392-92b5-e599ead02cd3"}]} [pid: 7|app: 0|req: 734/1337] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:06:24 2026] DELETE /v2.0/networks/bcf0f009-7a17-4e3e-b918-668c3e0a3261 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:06:24.585 7 INFO neutron.services.segments.plugin [-] Segment fbad9eeb-ca5d-499e-a92b-c425536c75e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbad9eeb-ca5d-499e-a92b-c425536c75e0 found for delete ", "request_id": "req-b0562ed7-49d0-4444-8154-d0607118e0eb"}]} 2026-02-26 03:06:24.595 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6e75f412-682f-4fdf-a607-1bc0ed3d4338 2cc2c19023da42b9bf58dac557f1b0f6 121c5be896b748dfa9389ea74e4af236 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 735/1338] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:06:24 2026] DELETE /v2.0/networks/bcf0f009-7a17-4e3e-b918-668c3e0a3261 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1339] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:06:24 2026] DELETE /v2.0/subnets/be763511-5837-4744-a3f5-1e843a586431 => 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: 736/1340] 10.0.0.78 () {32 vars in 693 bytes} [Thu Feb 26 03:06:24 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1341] 10.0.0.78 () {32 vars in 741 bytes} [Thu Feb 26 03:06:24 2026] GET /v2.0/subnets?network_id=8b8ebccc-b4c3-4574-95e0-5c1c679ff7be => generated 649 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1342] 10.0.0.78 () {32 vars in 652 bytes} [Thu Feb 26 03:06:24 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: 8|app: 0|req: 605/1343] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:06:24 2026] DELETE /v2.0/networks/3a075a3c-8b85-46d5-9471-66b3bbb1c130 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1344] 10.0.0.78 () {32 vars in 648 bytes} [Thu Feb 26 03:06:24 2026] GET /v2.0/networks => generated 1313 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1345] 10.0.0.78 () {32 vars in 646 bytes} [Thu Feb 26 03:06:24 2026] GET /v2.0/subnets => generated 1312 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1346] 10.0.0.78 () {32 vars in 722 bytes} [Thu Feb 26 03:06:24 2026] GET /v2.0/networks/12195226-44dd-479d-9c32-ad2077b7c1e0 => generated 673 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1347] 10.0.0.78 () {32 vars in 720 bytes} [Thu Feb 26 03:06:24 2026] GET /v2.0/subnets/0903272a-890e-4621-a09f-bb321b3c0173 => generated 673 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:24.946 8 INFO neutron.services.segments.plugin [-] Segment 6e4a4f0a-48a4-42a5-b5da-15ccd4dbf4ef resource provider aggregate not found 2026-02-26 03:06:24.952 8 INFO neutron.services.segments.plugin [-] Segment 6e4a4f0a-48a4-42a5-b5da-15ccd4dbf4ef resource provider aggregate not found 2026-02-26 03:06:24.966 8 INFO neutron.services.segments.plugin [-] Segment 6e4a4f0a-48a4-42a5-b5da-15ccd4dbf4ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e4a4f0a-48a4-42a5-b5da-15ccd4dbf4ef found for delete ", "request_id": "req-16b4dff3-3647-4a32-83ec-023a892a62a0"}]} 2026-02-26 03:06:24.970 8 INFO neutron.services.segments.plugin [-] Segment 6e4a4f0a-48a4-42a5-b5da-15ccd4dbf4ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e4a4f0a-48a4-42a5-b5da-15ccd4dbf4ef found for delete ", "request_id": "req-0871fdfb-05c0-47b0-a49c-6b57094464a6"}]} 2026-02-26 03:06:24.973 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c13e79b6-66cc-4d15-a58d-0a0b44efd235 2cc2c19023da42b9bf58dac557f1b0f6 121c5be896b748dfa9389ea74e4af236 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 741/1348] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:06:24 2026] DELETE /v2.0/subnets/04c6bb37-45c0-4ab3-81ec-98b5a2d98cd6 => generated 136 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:06:24.990 8 INFO neutron.services.segments.plugin [-] Segment 610e85cd-d808-4595-8743-180bf5c179ac resource provider aggregate not found 2026-02-26 03:06:24.993 8 INFO neutron.services.segments.plugin [-] Segment 610e85cd-d808-4595-8743-180bf5c179ac resource provider aggregate not found 2026-02-26 03:06:25.011 8 INFO neutron.services.segments.plugin [-] Segment 610e85cd-d808-4595-8743-180bf5c179ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 610e85cd-d808-4595-8743-180bf5c179ac found for delete ", "request_id": "req-ddc380cc-130e-4594-b502-8246ea13171f"}]} 2026-02-26 03:06:25.014 8 INFO neutron.services.segments.plugin [-] Segment 610e85cd-d808-4595-8743-180bf5c179ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 610e85cd-d808-4595-8743-180bf5c179ac found for delete ", "request_id": "req-0a74c1cd-8edf-42d3-9620-2fc28a7b9b44"}]} 2026-02-26 03:06:25.017 8 INFO neutron.pecan_wsgi.hooks.translation [None req-90f6cd5d-f7f1-4e25-aaeb-5e0790fd0e99 2cc2c19023da42b9bf58dac557f1b0f6 121c5be896b748dfa9389ea74e4af236 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 608/1349] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:06:24 2026] DELETE /v2.0/networks/bcf0f009-7a17-4e3e-b918-668c3e0a3261 => generated 138 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:06:25.027 8 INFO neutron.services.segments.plugin [-] Segment 145c0a29-cc99-4227-af39-3c370c2a10e9 resource provider aggregate not found 2026-02-26 03:06:25.039 8 INFO neutron.services.segments.plugin [-] Segment 145c0a29-cc99-4227-af39-3c370c2a10e9 resource provider aggregate not found 2026-02-26 03:06:25.042 8 INFO neutron.services.segments.plugin [-] Segment 145c0a29-cc99-4227-af39-3c370c2a10e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 145c0a29-cc99-4227-af39-3c370c2a10e9 found for delete ", "request_id": "req-6fc8efe3-9ded-4de7-bd64-9d07909d15e9"}]} 2026-02-26 03:06:25.053 8 INFO neutron.services.segments.plugin [-] Segment 145c0a29-cc99-4227-af39-3c370c2a10e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 145c0a29-cc99-4227-af39-3c370c2a10e9 found for delete ", "request_id": "req-3bc4b102-a9d2-4b9d-a0cf-a4a8154595b2"}]} [pid: 7|app: 0|req: 742/1350] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:06:25 2026] DELETE /v2.0/subnets/0903272a-890e-4621-a09f-bb321b3c0173 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:06:25.421 7 INFO neutron_taas.services.taas.taas_plugin [None req-7904ae4e-3df6-4993-8f8b-75997a0fbd69 2cc2c19023da42b9bf58dac557f1b0f6 121c5be896b748dfa9389ea74e4af236 - - default default] TaaS: Handle Delete Port: 570d7d15-97c1-4a92-b8a4-52390f7bb98a 2026-02-26 03:06:25.424 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7904ae4e-3df6-4993-8f8b-75997a0fbd69 2cc2c19023da42b9bf58dac557f1b0f6 121c5be896b748dfa9389ea74e4af236 - - default default] Tap Mirror: Handle Delete Port: 570d7d15-97c1-4a92-b8a4-52390f7bb98a [pid: 8|app: 0|req: 609/1351] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:06:25 2026] GET /v2.0/security-groups?tenant_id=e8d0698e69cb41ef861d7651a640e570&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1352] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:06:25 2026] DELETE /v2.0/networks/12195226-44dd-479d-9c32-ad2077b7c1e0 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1353] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:06:25 2026] DELETE /v2.0/security-groups/53486cdc-870d-4f5b-92f8-6ed11efea774 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1354] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:06:26 2026] GET /v2.0/security-groups?tenant_id=121c5be896b748dfa9389ea74e4af236&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:06:26.270 7 INFO neutron.db.segments_db [None req-d645f791-c088-4ee2-a752-00136fffbb92 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment 79dbd4b4-bff8-44a1-8673-214628f24118 of type vxlan for network 199bfad7-16fe-42b1-a711-e8f9239e2473 [pid: 8|app: 0|req: 612/1355] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:06:26 2026] DELETE /v2.0/security-groups/cecbd35d-4b94-4710-bb1f-7a821a592f04 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1356] 10.0.0.78 () {34 vars in 670 bytes} [Thu Feb 26 03:06:26 2026] POST /v2.0/networks => generated 738 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1357] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:06:26 2026] POST /v2.0/subnets => generated 685 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:06:26.584 7 INFO neutron.services.segments.plugin [-] Segment 7c92ea43-cd69-4a3b-a3a7-5f129a80e3be resource provider aggregate not found 2026-02-26 03:06:26.615 7 INFO neutron.services.segments.plugin [-] Segment 7c92ea43-cd69-4a3b-a3a7-5f129a80e3be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c92ea43-cd69-4a3b-a3a7-5f129a80e3be found for delete ", "request_id": "req-619ff74c-3339-4c5e-a999-6021064ec51b"}]} 2026-02-26 03:06:26.619 7 INFO neutron.services.segments.plugin [-] Segment 7c92ea43-cd69-4a3b-a3a7-5f129a80e3be resource provider aggregate not found 2026-02-26 03:06:26.624 7 INFO neutron.db.segments_db [None req-ff639ec0-b4e8-48c5-95e8-e28fccf0de6d d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment 3b41c1a3-1894-47cd-a005-502bd89ec034 of type vxlan for network ef61e861-9f8e-470e-b2a1-ecfbf3964034 2026-02-26 03:06:26.640 7 INFO neutron.services.segments.plugin [-] Segment 7c92ea43-cd69-4a3b-a3a7-5f129a80e3be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c92ea43-cd69-4a3b-a3a7-5f129a80e3be found for delete ", "request_id": "req-432b57ca-de04-4a41-ad18-791cc86e1417"}]} 2026-02-26 03:06:26.873 7 INFO neutron.db.l3_hamode_db [None req-ff639ec0-b4e8-48c5-95e8-e28fccf0de6d d8742f7fa92f41c6a9007317aca83f00 b893513897ae4a27815e7cdcb318b2f1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 03:06:27.600 8 INFO neutron.db.segments_db [None req-204ca704-2f86-468a-86ed-a9850d8f166e a6dc462a18794a3f9c99e29b7dc8d904 1def6b08b34c418eb6c31880777cbf0a - - default default] Added segment cb3e52ec-3a7a-446e-bc42-b310d1a9a8f0 of type vxlan for network 6e3dcc39-29ef-47bc-95e6-8c1b5fe5eb79 2026-02-26 03:06:27.662 8 INFO neutron.db.segments_db [None req-204ca704-2f86-468a-86ed-a9850d8f166e a6dc462a18794a3f9c99e29b7dc8d904 1def6b08b34c418eb6c31880777cbf0a - - default default] Added segment 44b6ec8c-2c2c-421e-87c8-29168b69fa69 of type vxlan for network e24002d9-956e-4acf-b8bd-8513a6e53864 2026-02-26 03:06:27.704 7 INFO neutron.db.l3_hamode_db [None req-ff639ec0-b4e8-48c5-95e8-e28fccf0de6d d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 614/1358] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:06:27 2026] POST /v2.0/networks => generated 1244 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1359] 10.0.0.78 () {32 vars in 648 bytes} [Thu Feb 26 03:06:27 2026] GET /v2.0/networks => generated 1843 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:06:27.948 8 INFO neutron.services.segments.plugin [-] Segment cb3e52ec-3a7a-446e-bc42-b310d1a9a8f0 resource provider aggregate not found 2026-02-26 03:06:27.958 8 INFO neutron.services.segments.plugin [-] Segment cb3e52ec-3a7a-446e-bc42-b310d1a9a8f0 resource provider aggregate not found 2026-02-26 03:06:27.971 8 INFO neutron.services.segments.plugin [-] Segment cb3e52ec-3a7a-446e-bc42-b310d1a9a8f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb3e52ec-3a7a-446e-bc42-b310d1a9a8f0 found for delete ", "request_id": "req-596d811c-6e0c-4df8-9422-75067592309b"}]} [pid: 8|app: 0|req: 616/1360] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:06:27 2026] DELETE /v2.0/networks/6e3dcc39-29ef-47bc-95e6-8c1b5fe5eb79 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:06:27.977 8 INFO neutron.services.segments.plugin [-] Segment cb3e52ec-3a7a-446e-bc42-b310d1a9a8f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb3e52ec-3a7a-446e-bc42-b310d1a9a8f0 found for delete ", "request_id": "req-aef086ec-a5cf-416d-9a52-108cebe65763"}]} [pid: 8|app: 0|req: 617/1361] 10.0.0.78 () {32 vars in 622 bytes} [Thu Feb 26 03:06:27 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1362] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:06:27 2026] DELETE /v2.0/networks/e24002d9-956e-4acf-b8bd-8513a6e53864 => 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: 619/1363] 10.0.0.78 () {32 vars in 632 bytes} [Thu Feb 26 03:06:28 2026] GET /v2.0/ => generated 632 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1364] 10.0.0.78 () {32 vars in 648 bytes} [Thu Feb 26 03:06:28 2026] GET /v2.0/networks => generated 651 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:28.290 8 INFO neutron.db.segments_db [None req-589aafc3-53b1-4659-823c-c3b29756ff93 a6dc462a18794a3f9c99e29b7dc8d904 1def6b08b34c418eb6c31880777cbf0a - - default default] Added segment d8a9ff78-4fe1-4e80-aa3e-4f5cbecd9fdf of type vxlan for network a86db2e0-c47a-49b6-a456-893578d98d8b [pid: 8|app: 0|req: 621/1365] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:06:28 2026] POST /v2.0/networks => generated 653 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:06:28.420 8 INFO neutron.db.segments_db [None req-11cd91d6-ea54-451c-a066-b7752b7ee91b a6dc462a18794a3f9c99e29b7dc8d904 1def6b08b34c418eb6c31880777cbf0a - - default default] Added segment 53d0e114-dfe5-4956-87a8-29139103b283 of type vxlan for network 311b8eef-8cbb-438c-908f-70ec1b74b8f3 [pid: 8|app: 0|req: 622/1366] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:06:28 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: 745/1367] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:06:26 2026] POST /v2.0/routers => generated 725 bytes in 2028 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1368] 10.0.0.78 () {34 vars in 664 bytes} [Thu Feb 26 03:06:28 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: 624/1369] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:06:29 2026] GET /v2.0/security-groups?tenant_id=2836fa5b0f214351b15f7f2559bf946d&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1370] 10.0.0.78 () {32 vars in 642 bytes} [Thu Feb 26 03:06:29 2026] GET /v2.0/ports => generated 1505 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1371] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:06:29 2026] DELETE /v2.0/security-groups/54eff30b-2cc1-4e23-88d4-aebd4ec210b5 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:06:29.540 8 INFO neutron_taas.services.taas.taas_plugin [None req-4eeb89f5-adb8-4e5a-8c58-8107eb5058e9 a6dc462a18794a3f9c99e29b7dc8d904 1def6b08b34c418eb6c31880777cbf0a - - default default] TaaS: Handle Delete Port: 384b0935-1813-4364-9974-2658453cb5cb 2026-02-26 03:06:29.544 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4eeb89f5-adb8-4e5a-8c58-8107eb5058e9 a6dc462a18794a3f9c99e29b7dc8d904 1def6b08b34c418eb6c31880777cbf0a - - default default] Tap Mirror: Handle Delete Port: 384b0935-1813-4364-9974-2658453cb5cb [pid: 8|app: 0|req: 627/1372] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:06:29 2026] DELETE /v2.0/ports/384b0935-1813-4364-9974-2658453cb5cb => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:06:29.770 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c4bee39-f005-4acf-8d32-86779f9d421d a6dc462a18794a3f9c99e29b7dc8d904 1def6b08b34c418eb6c31880777cbf0a - - default default] TaaS: Handle Delete Port: dde71963-21a9-4bcd-9b0b-29eeb5dbe2ac 2026-02-26 03:06:29.773 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c4bee39-f005-4acf-8d32-86779f9d421d a6dc462a18794a3f9c99e29b7dc8d904 1def6b08b34c418eb6c31880777cbf0a - - default default] Tap Mirror: Handle Delete Port: dde71963-21a9-4bcd-9b0b-29eeb5dbe2ac [pid: 7|app: 0|req: 746/1373] 10.0.0.78 () {34 vars in 782 bytes} [Thu Feb 26 03:06:28 2026] PUT /v2.0/routers/e23c3504-b0cf-4d87-a8a0-ffa0ecec8e42/add_router_interface => generated 309 bytes in 1236 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1374] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:06:29 2026] DELETE /v2.0/ports/dde71963-21a9-4bcd-9b0b-29eeb5dbe2ac => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1375] 10.0.0.78 () {32 vars in 642 bytes} [Thu Feb 26 03:06:29 2026] GET /v2.0/ports => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:06:29.972 8 INFO neutron.db.segments_db [None req-8b9c4bb1-df17-4adb-9a50-34fa7df9d19f a6dc462a18794a3f9c99e29b7dc8d904 1def6b08b34c418eb6c31880777cbf0a - - default default] Added segment 530d6154-daaa-4550-8708-30b9ecda5355 of type vxlan for network c691f77e-d334-49a2-998d-9eb1c56f9b08 2026-02-26 03:06:30.000 8 INFO neutron.services.segments.plugin [-] Segment 44b6ec8c-2c2c-421e-87c8-29168b69fa69 resource provider aggregate not found 2026-02-26 03:06:30.017 8 INFO neutron.services.segments.plugin [-] Segment 44b6ec8c-2c2c-421e-87c8-29168b69fa69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44b6ec8c-2c2c-421e-87c8-29168b69fa69 found for delete ", "request_id": "req-f1b9eaae-93e5-4709-a515-1b1ae4cf4de9"}]} 2026-02-26 03:06:30.018 8 INFO neutron.services.segments.plugin [-] Segment 44b6ec8c-2c2c-421e-87c8-29168b69fa69 resource provider aggregate not found 2026-02-26 03:06:30.035 8 INFO neutron.services.segments.plugin [-] Segment 44b6ec8c-2c2c-421e-87c8-29168b69fa69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44b6ec8c-2c2c-421e-87c8-29168b69fa69 found for delete ", "request_id": "req-d1507763-814b-4f47-8449-357ee15140e0"}]} [pid: 8|app: 0|req: 629/1376] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:06:29 2026] POST /v2.0/networks => generated 654 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:06:30.162 7 INFO neutron.db.segments_db [None req-4f4331da-336a-4b97-b233-5cb14422fd92 a6dc462a18794a3f9c99e29b7dc8d904 1def6b08b34c418eb6c31880777cbf0a - - default default] Added segment 5dcbeea5-25e6-4418-b24b-d42bb465024c of type vxlan for network 551c35a1-3f23-433b-9bb5-ce9b4e1f36ce [pid: 7|app: 0|req: 748/1377] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:06:30 2026] POST /v2.0/networks => generated 654 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1378] 10.0.0.78 () {34 vars in 684 bytes} [Thu Feb 26 03:06:30 2026] POST /v2.0/security-groups => generated 1661 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1379] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:06:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1380] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:06:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1381] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:06:30 2026] POST /v2.0/subnets => generated 1323 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1382] 10.0.0.78 () {32 vars in 646 bytes} [Thu Feb 26 03:06:31 2026] GET /v2.0/subnets => generated 1959 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1383] 10.0.0.78 () {34 vars in 675 bytes} [Thu Feb 26 03:06:30 2026] POST /v2.0/floatingips => generated 552 bytes in 549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1384] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:06:31 2026] DELETE /v2.0/subnets/a41f4d15-3d3f-4eb0-8412-0639e973894c => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1385] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:06:31 2026] DELETE /v2.0/subnets/df98ae0b-36ad-4e2d-a012-b647367f523f => 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: 753/1386] 10.0.0.78 () {32 vars in 646 bytes} [Thu Feb 26 03:06:31 2026] GET /v2.0/subnets => generated 649 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1387] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:06:31 2026] DELETE /v2.0/networks/551c35a1-3f23-433b-9bb5-ce9b4e1f36ce => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:06:31.842 7 INFO neutron.services.segments.plugin [-] Segment 530d6154-daaa-4550-8708-30b9ecda5355 resource provider aggregate not found 2026-02-26 03:06:31.851 7 INFO neutron.services.segments.plugin [-] Segment 530d6154-daaa-4550-8708-30b9ecda5355 resource provider aggregate not found 2026-02-26 03:06:31.864 7 INFO neutron.services.segments.plugin [-] Segment 530d6154-daaa-4550-8708-30b9ecda5355 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 530d6154-daaa-4550-8708-30b9ecda5355 found for delete ", "request_id": "req-8927368e-6e0a-43fe-bf12-18bc4fb097ed"}]} 2026-02-26 03:06:31.866 7 INFO neutron.services.segments.plugin [-] Segment 530d6154-daaa-4550-8708-30b9ecda5355 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 530d6154-daaa-4550-8708-30b9ecda5355 found for delete ", "request_id": "req-c1921aa0-05a0-4759-8b33-a30dc667eb40"}]} [pid: 8|app: 0|req: 635/1388] 10.0.0.120 () {34 vars in 1100 bytes} [Thu Feb 26 03:06:31 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1729958148&fields=id&tenant_id=b893513897ae4a27815e7cdcb318b2f1 => 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: 754/1389] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:06:31 2026] DELETE /v2.0/networks/c691f77e-d334-49a2-998d-9eb1c56f9b08 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1390] 10.0.0.120 () {34 vars in 982 bytes} [Thu Feb 26 03:06:31 2026] GET /v2.0/networks?id=199bfad7-16fe-42b1-a711-e8f9239e2473 => generated 670 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1391] 10.0.0.120 () {34 vars in 965 bytes} [Thu Feb 26 03:06:31 2026] GET /v2.0/quotas/b893513897ae4a27815e7cdcb318b2f1 => 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: 638/1392] 10.0.0.120 () {34 vars in 1002 bytes} [Thu Feb 26 03:06:31 2026] GET /v2.0/ports?tenant_id=b893513897ae4a27815e7cdcb318b2f1&fields=id => generated 103 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:32.042 8 INFO neutron.services.segments.plugin [-] Segment 5dcbeea5-25e6-4418-b24b-d42bb465024c resource provider aggregate not found [pid: 7|app: 0|req: 755/1393] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:06:31 2026] DELETE /v2.0/networks/311b8eef-8cbb-438c-908f-70ec1b74b8f3 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:06:32.059 8 INFO neutron.services.segments.plugin [-] Segment 5dcbeea5-25e6-4418-b24b-d42bb465024c resource provider aggregate not found 2026-02-26 03:06:32.069 8 INFO neutron.services.segments.plugin [-] Segment 5dcbeea5-25e6-4418-b24b-d42bb465024c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dcbeea5-25e6-4418-b24b-d42bb465024c found for delete ", "request_id": "req-7c23b223-e26b-41e6-aba3-11140c4564b6"}]} 2026-02-26 03:06:32.083 8 INFO neutron.services.segments.plugin [-] Segment 5dcbeea5-25e6-4418-b24b-d42bb465024c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dcbeea5-25e6-4418-b24b-d42bb465024c found for delete ", "request_id": "req-79a060c5-1164-49fe-bbf5-8b24289cbb7e"}]} [pid: 8|app: 0|req: 639/1394] 10.0.0.120 () {34 vars in 1008 bytes} [Thu Feb 26 03:06:32 2026] GET /v2.0/networks/199bfad7-16fe-42b1-a711-e8f9239e2473?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1395] 10.0.0.120 () {34 vars in 1108 bytes} [Thu Feb 26 03:06:32 2026] GET /v2.0/networks/199bfad7-16fe-42b1-a711-e8f9239e2473?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1396] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:06:32 2026] DELETE /v2.0/networks/a86db2e0-c47a-49b6-a456-893578d98d8b => 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: 641/1397] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:32 2026] GET /v2.0/ports?device_id=28e645ad-1899-4068-8a06-00286d072b27 => 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: 757/1398] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:06:32 2026] GET /v2.0/security-groups?tenant_id=1def6b08b34c418eb6c31880777cbf0a&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1399] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:06:32 2026] DELETE /v2.0/security-groups/2425ecdf-088c-4813-85e2-6073da67c11c => 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: 758/1400] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:33 2026] GET /v2.0/ports?device_id=28e645ad-1899-4068-8a06-00286d072b27 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:06:33.886 7 INFO neutron.services.segments.plugin [-] Segment 53d0e114-dfe5-4956-87a8-29139103b283 resource provider aggregate not found 2026-02-26 03:06:33.893 7 INFO neutron.services.segments.plugin [-] Segment 53d0e114-dfe5-4956-87a8-29139103b283 resource provider aggregate not found 2026-02-26 03:06:33.907 7 INFO neutron.services.segments.plugin [-] Segment 53d0e114-dfe5-4956-87a8-29139103b283 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53d0e114-dfe5-4956-87a8-29139103b283 found for delete ", "request_id": "req-765fb10d-c1c1-4a10-83b4-d1b59fba6e39"}]} 2026-02-26 03:06:33.913 7 INFO neutron.services.segments.plugin [-] Segment 53d0e114-dfe5-4956-87a8-29139103b283 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53d0e114-dfe5-4956-87a8-29139103b283 found for delete ", "request_id": "req-1ca8c3ad-8a66-4bb4-a8e6-cd407ddfdb0a"}]} 2026-02-26 03:06:33.926 7 INFO neutron.services.segments.plugin [-] Segment d8a9ff78-4fe1-4e80-aa3e-4f5cbecd9fdf resource provider aggregate not found 2026-02-26 03:06:33.934 7 INFO neutron.services.segments.plugin [-] Segment d8a9ff78-4fe1-4e80-aa3e-4f5cbecd9fdf resource provider aggregate not found 2026-02-26 03:06:33.943 7 INFO neutron.services.segments.plugin [-] Segment d8a9ff78-4fe1-4e80-aa3e-4f5cbecd9fdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8a9ff78-4fe1-4e80-aa3e-4f5cbecd9fdf found for delete ", "request_id": "req-a6192bda-8237-4708-9447-04333a5052c8"}]} 2026-02-26 03:06:33.956 7 INFO neutron.services.segments.plugin [-] Segment d8a9ff78-4fe1-4e80-aa3e-4f5cbecd9fdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8a9ff78-4fe1-4e80-aa3e-4f5cbecd9fdf found for delete ", "request_id": "req-c81fa125-87b8-4faa-b48c-783aba6e4b8d"}]} [pid: 8|app: 0|req: 643/1401] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:06:34 2026] GET /v2.0/security-groups?tenant_id=f065e552c1c141dbbd86c6920e7e6ac8&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1402] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:06:34 2026] DELETE /v2.0/security-groups/8820102c-9e0a-4aae-a274-c5ee1c4a828a => 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: 760/1403] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:34 2026] GET /v2.0/ports?device_id=28e645ad-1899-4068-8a06-00286d072b27 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1404] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:06:34 2026] GET /v2.0/security-groups?tenant_id=5f8d174213ee4cdca8f0b3a5bb331f52&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1405] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:06:34 2026] DELETE /v2.0/security-groups/31343001-b57e-4b5b-a645-1ac2e51084f0 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:06:35.216 8 INFO neutron.db.segments_db [None req-41a46636-1c07-4b5d-a916-08341cab6a32 13dc685200184eaba8065ba74f0e4f19 82ebde8fc17641a9b3714b3ab5778040 - - default default] Added segment 8b28abc2-48c3-4678-a441-4dbd48d419f9 of type vxlan for network f5532629-48d5-4447-a124-d1acb5dd2446 [pid: 8|app: 0|req: 645/1406] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:06:34 2026] POST /v2.0/networks => generated 649 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1407] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:35 2026] GET /v2.0/ports?device_id=28e645ad-1899-4068-8a06-00286d072b27 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1408] 10.0.0.78 () {34 vars in 664 bytes} [Thu Feb 26 03:06:35 2026] POST /v2.0/ports => generated 778 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:06:35.715 8 INFO neutron.db.segments_db [None req-3dac7d15-8fb6-4ab4-b777-7e4d5a16d85f 13dc685200184eaba8065ba74f0e4f19 82ebde8fc17641a9b3714b3ab5778040 - - default default] Added segment 36c854ef-7f45-4fec-abf6-0b745270c53b of type vxlan for network 147b9394-66b1-4a68-bbf7-544e23dc8007 [pid: 8|app: 0|req: 647/1409] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:06:35 2026] POST /v2.0/networks => generated 636 bytes in 145 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: 763/1410] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:06:35 2026] POST /v2.0/subnets => generated 646 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1411] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:36 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1412] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:36 2026] GET /v2.0/security-groups?id=8800032c-ce5e-4748-a1b6-7476acda02ce&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: 766/1413] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:36 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1414] 10.0.0.78 () {34 vars in 664 bytes} [Thu Feb 26 03:06:36 2026] POST /v2.0/ports => generated 961 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 767/1415] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:36 2026] GET /v2.0/security-groups?id=8800032c-ce5e-4748-a1b6-7476acda02ce&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:36.616 8 INFO neutron_taas.services.taas.taas_plugin [None req-972c2607-4716-4686-83d8-3a8780f4436a 13dc685200184eaba8065ba74f0e4f19 82ebde8fc17641a9b3714b3ab5778040 - - default default] TaaS: Handle Delete Port: 9dcd5aa5-dff0-474b-8b37-a2f38301f11a 2026-02-26 03:06:36.619 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-972c2607-4716-4686-83d8-3a8780f4436a 13dc685200184eaba8065ba74f0e4f19 82ebde8fc17641a9b3714b3ab5778040 - - default default] Tap Mirror: Handle Delete Port: 9dcd5aa5-dff0-474b-8b37-a2f38301f11a [pid: 7|app: 0|req: 770/1418] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:06:36 2026] GET /v2.0/networks?id=199bfad7-16fe-42b1-a711-e8f9239e2473 => generated 670 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1419] 199.204.45.69 () {34 vars in 1049 bytes} [Thu Feb 26 03:06:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b893513897ae4a27815e7cdcb318b2f1 => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1420] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:06:36 2026] DELETE /v2.0/ports/9dcd5aa5-dff0-474b-8b37-a2f38301f11a => 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: 650/1421] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:36 2026] GET /v2.0/ports?device_id=28e645ad-1899-4068-8a06-00286d072b27 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:06:36.807 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a7f78314-4ebc-4aa0-a42d-1882a4960de9 13dc685200184eaba8065ba74f0e4f19 82ebde8fc17641a9b3714b3ab5778040 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 651/1422] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:06:36 2026] DELETE /v2.0/ports/9dcd5aa5-dff0-474b-8b37-a2f38301f11a => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:06:36.832 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ce9cd7dc-5e97-40e4-9b60-329083b88aa8 13dc685200184eaba8065ba74f0e4f19 82ebde8fc17641a9b3714b3ab5778040 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 652/1423] 10.0.0.78 () {32 vars in 716 bytes} [Thu Feb 26 03:06:36 2026] GET /v2.0/ports/9dcd5aa5-dff0-474b-8b37-a2f38301f11a => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1424] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:06:36 2026] DELETE /v2.0/subnets/d9ef3713-eed5-4318-9f87-548c3b529464 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1425] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:36 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => generated 975 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1426] 199.204.45.69 () {38 vars in 954 bytes} [Thu Feb 26 03:06:36 2026] POST /v2.0/ports => generated 954 bytes in 390 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: 773/1427] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:37 2026] GET /v2.0/security-groups?id=8800032c-ce5e-4748-a1b6-7476acda02ce&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:37.187 8 INFO neutron.services.segments.plugin [-] Segment 36c854ef-7f45-4fec-abf6-0b745270c53b resource provider aggregate not found 2026-02-26 03:06:37.190 8 INFO neutron.services.segments.plugin [-] Segment 36c854ef-7f45-4fec-abf6-0b745270c53b resource provider aggregate not found 2026-02-26 03:06:37.207 8 INFO neutron.services.segments.plugin [-] Segment 36c854ef-7f45-4fec-abf6-0b745270c53b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36c854ef-7f45-4fec-abf6-0b745270c53b found for delete ", "request_id": "req-4ed8d8a7-eede-4c79-a199-02c28661ad34"}]} 2026-02-26 03:06:37.214 8 INFO neutron.services.segments.plugin [-] Segment 36c854ef-7f45-4fec-abf6-0b745270c53b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36c854ef-7f45-4fec-abf6-0b745270c53b found for delete ", "request_id": "req-5d781ca1-423c-4b77-98ba-a2d9900b67b8"}]} [pid: 8|app: 0|req: 655/1428] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:06:37 2026] DELETE /v2.0/networks/147b9394-66b1-4a68-bbf7-544e23dc8007 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:06:37.308 8 INFO neutron.db.segments_db [None req-795a630f-811e-458a-a589-908b1fa92d44 13dc685200184eaba8065ba74f0e4f19 82ebde8fc17641a9b3714b3ab5778040 - - default default] Added segment d6f6b1b4-bf4e-44fe-8bf6-73d1c50feabc of type vxlan for network cb61ef2f-96df-4bfd-a451-c3a6aeffa20e [pid: 8|app: 0|req: 656/1429] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:06:37 2026] POST /v2.0/networks => generated 635 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1430] 199.204.45.69 () {38 vars in 1027 bytes} [Thu Feb 26 03:06:37 2026] PUT /v2.0/ports/6a748ecd-148d-4cf7-a78e-680f2f176750 => generated 1235 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:06:37.574 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-23536c48-0fd9-4db6-bb44-0cf46c2be6ef'] response: {'name': 'network-changed', 'server_uuid': '28e645ad-1899-4068-8a06-00286d072b27', 'tag': '6a748ecd-148d-4cf7-a78e-680f2f176750', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 657/1431] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:06:37 2026] POST /v2.0/subnets => generated 646 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 658/1432] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:37 2026] GET /v2.0/ports?device_id=28e645ad-1899-4068-8a06-00286d072b27 => 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: 659/1433] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:37 2026] GET /v2.0/security-groups?id=49a1ba15-5e6b-4ce3-8cc7-b645d4776289&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1434] 10.0.0.78 () {34 vars in 664 bytes} [Thu Feb 26 03:06:37 2026] POST /v2.0/ports => generated 923 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1435] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:06:38 2026] GET /v2.0/ports?tenant_id=b893513897ae4a27815e7cdcb318b2f1&device_id=28e645ad-1899-4068-8a06-00286d072b27 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:06:38.156 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3eb09d3-4441-469d-ad28-f1482c786250 13dc685200184eaba8065ba74f0e4f19 82ebde8fc17641a9b3714b3ab5778040 - - default default] TaaS: Handle Delete Port: b4476a91-6abb-4971-9ecf-0e42d4735ec8 2026-02-26 03:06:38.159 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3eb09d3-4441-469d-ad28-f1482c786250 13dc685200184eaba8065ba74f0e4f19 82ebde8fc17641a9b3714b3ab5778040 - - default default] Tap Mirror: Handle Delete Port: b4476a91-6abb-4971-9ecf-0e42d4735ec8 [pid: 7|app: 0|req: 777/1436] 199.204.45.69 () {34 vars in 1017 bytes} [Thu Feb 26 03:06:38 2026] GET /v2.0/networks?tenant_id=b893513897ae4a27815e7cdcb318b2f1&shared=False => generated 766 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1437] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:06:38 2026] DELETE /v2.0/ports/b4476a91-6abb-4971-9ecf-0e42d4735ec8 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1438] 199.204.45.69 () {34 vars in 929 bytes} [Thu Feb 26 03:06:38 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1439] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:38 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:38.369 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1567a3fe-c378-44c2-a433-08e3063880d2 13dc685200184eaba8065ba74f0e4f19 82ebde8fc17641a9b3714b3ab5778040 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 663/1440] 10.0.0.78 () {32 vars in 716 bytes} [Thu Feb 26 03:06:38 2026] GET /v2.0/ports/b4476a91-6abb-4971-9ecf-0e42d4735ec8 => 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: 664/1441] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:38 2026] GET /v2.0/security-groups?id=8800032c-ce5e-4748-a1b6-7476acda02ce&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1442] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:06:38 2026] GET /v2.0/ports?tenant_id=db44ebf984b24fd7974ba3b1928cecf0&device_id=fae081ee-9d72-474b-b571-c69352a7b722 => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1443] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:06:38 2026] GET /v2.0/security-groups?tenant_id=93947c4b75604bf0b6b71eea80ac75cb&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1444] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:06:38 2026] GET /v2.0/networks?id=c4296bdf-7b41-46c7-92b8-889469530120 => generated 772 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1445] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:06:38 2026] DELETE /v2.0/security-groups/8fbeb7a8-4b6f-4d21-bfa8-716c21f3c570 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1446] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:06:38 2026] DELETE /v2.0/subnets/59f93b07-712e-43b0-a009-b0ff8b039eaf => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1447] 199.204.45.69 () {34 vars in 1059 bytes} [Thu Feb 26 03:06:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=100673c0-ccb3-44d3-b53e-7bdf0323b228 => generated 861 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1448] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:06:38 2026] GET /v2.0/subnets?id=1c613ae9-b835-4fc7-82a7-e6fb34ad3db5 => generated 694 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1449] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:06:38 2026] GET /v2.0/ports?network_id=c4296bdf-7b41-46c7-92b8-889469530120&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: 667/1450] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:06:38 2026] DELETE /v2.0/networks/cb61ef2f-96df-4bfd-a451-c3a6aeffa20e => 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: 784/1451] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:06:38 2026] GET /v2.0/networks/c4296bdf-7b41-46c7-92b8-889469530120?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: 785/1452] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:06:38 2026] GET /v2.0/networks/c4296bdf-7b41-46c7-92b8-889469530120?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1453] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:39 2026] GET /v2.0/ports?device_id=28e645ad-1899-4068-8a06-00286d072b27 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1454] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:39 2026] GET /v2.0/security-groups?id=49a1ba15-5e6b-4ce3-8cc7-b645d4776289&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1455] 10.0.0.78 () {34 vars in 664 bytes} [Thu Feb 26 03:06:38 2026] POST /v2.0/ports => generated 778 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:06:39.230 8 INFO neutron.services.segments.plugin [-] Segment d6f6b1b4-bf4e-44fe-8bf6-73d1c50feabc resource provider aggregate not found 2026-02-26 03:06:39.234 8 INFO neutron.services.segments.plugin [-] Segment d6f6b1b4-bf4e-44fe-8bf6-73d1c50feabc resource provider aggregate not found 2026-02-26 03:06:39.249 8 INFO neutron.services.segments.plugin [-] Segment d6f6b1b4-bf4e-44fe-8bf6-73d1c50feabc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6f6b1b4-bf4e-44fe-8bf6-73d1c50feabc found for delete ", "request_id": "req-abced743-670c-4b21-965f-262ce385bba1"}]} 2026-02-26 03:06:39.252 8 INFO neutron.services.segments.plugin [-] Segment d6f6b1b4-bf4e-44fe-8bf6-73d1c50feabc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6f6b1b4-bf4e-44fe-8bf6-73d1c50feabc found for delete ", "request_id": "req-bae8d660-1fb4-4694-9ed2-e284303af2ea"}]} [pid: 7|app: 0|req: 788/1456] 10.0.0.78 () {34 vars in 736 bytes} [Thu Feb 26 03:06:39 2026] PUT /v2.0/ports/6122920a-7cb0-4bef-8fdc-573a21586b4c => generated 752 bytes in 148 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 03:06:39.366 8 INFO neutron_taas.services.taas.taas_plugin [None req-b4c6f28d-a157-4a37-8f5d-4284b49f5b86 13dc685200184eaba8065ba74f0e4f19 82ebde8fc17641a9b3714b3ab5778040 - - default default] TaaS: Handle Delete Port: 6122920a-7cb0-4bef-8fdc-573a21586b4c 2026-02-26 03:06:39.369 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4c6f28d-a157-4a37-8f5d-4284b49f5b86 13dc685200184eaba8065ba74f0e4f19 82ebde8fc17641a9b3714b3ab5778040 - - default default] Tap Mirror: Handle Delete Port: 6122920a-7cb0-4bef-8fdc-573a21586b4c [pid: 7|app: 0|req: 789/1457] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:06:39 2026] GET /v2.0/ports?tenant_id=b893513897ae4a27815e7cdcb318b2f1&device_id=28e645ad-1899-4068-8a06-00286d072b27 => 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: 790/1458] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:06:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=6a748ecd-148d-4cf7-a78e-680f2f176750 => 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: 791/1459] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:06:39 2026] GET /v2.0/subnets?id=11cc5fc9-4aa7-4fe1-9336-f2565bdd1901 => generated 688 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1460] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:06:39 2026] DELETE /v2.0/ports/6122920a-7cb0-4bef-8fdc-573a21586b4c => 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: 792/1461] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:06:39 2026] GET /v2.0/ports?network_id=199bfad7-16fe-42b1-a711-e8f9239e2473&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1462] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:39 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1463] 10.0.0.78 () {32 vars in 642 bytes} [Thu Feb 26 03:06:39 2026] GET /v2.0/ports => generated 781 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1464] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:06:39 2026] GET /v2.0/networks/199bfad7-16fe-42b1-a711-e8f9239e2473?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:06:39.567 8 INFO neutron.pecan_wsgi.hooks.translation [None req-27f1e4ca-e21c-462b-a71d-028341f2ef03 13dc685200184eaba8065ba74f0e4f19 82ebde8fc17641a9b3714b3ab5778040 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 672/1465] 10.0.0.78 () {32 vars in 716 bytes} [Thu Feb 26 03:06:39 2026] GET /v2.0/ports/6122920a-7cb0-4bef-8fdc-573a21586b4c => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1466] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:39 2026] GET /v2.0/security-groups?id=8800032c-ce5e-4748-a1b6-7476acda02ce&fields=id&fields=name => generated 113 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1467] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:06:39 2026] GET /v2.0/networks/199bfad7-16fe-42b1-a711-e8f9239e2473?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1468] 10.0.0.78 () {32 vars in 642 bytes} [Thu Feb 26 03:06:39 2026] GET /v2.0/ports => generated 781 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1469] 10.0.0.78 () {32 vars in 716 bytes} [Thu Feb 26 03:06:39 2026] GET /v2.0/ports/81d228e6-70d3-427a-89b4-4c395717740c => generated 778 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:39.688 7 INFO neutron.pecan_wsgi.hooks.translation [None req-748aa90f-4177-47e4-aebd-187613a74de8 13dc685200184eaba8065ba74f0e4f19 82ebde8fc17641a9b3714b3ab5778040 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 796/1470] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:06:39 2026] DELETE /v2.0/ports/b4476a91-6abb-4971-9ecf-0e42d4735ec8 => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:06:39.707 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7d2aeea2-2495-476f-85ca-9102865c12e0 13dc685200184eaba8065ba74f0e4f19 82ebde8fc17641a9b3714b3ab5778040 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 675/1471] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:06:39 2026] DELETE /v2.0/subnets/59f93b07-712e-43b0-a009-b0ff8b039eaf => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:06:39.729 7 INFO neutron.pecan_wsgi.hooks.translation [None req-49dddf49-fae0-4adf-bf37-1682ca050b1d 13dc685200184eaba8065ba74f0e4f19 82ebde8fc17641a9b3714b3ab5778040 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 797/1472] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:06:39 2026] DELETE /v2.0/subnets/d9ef3713-eed5-4318-9f87-548c3b529464 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:06:39.817 8 INFO neutron_taas.services.taas.taas_plugin [None req-92bd3a7d-32cf-4ffe-a164-bb824c8a59c3 13dc685200184eaba8065ba74f0e4f19 82ebde8fc17641a9b3714b3ab5778040 - - default default] TaaS: Handle Delete Port: 81d228e6-70d3-427a-89b4-4c395717740c 2026-02-26 03:06:39.820 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92bd3a7d-32cf-4ffe-a164-bb824c8a59c3 13dc685200184eaba8065ba74f0e4f19 82ebde8fc17641a9b3714b3ab5778040 - - default default] Tap Mirror: Handle Delete Port: 81d228e6-70d3-427a-89b4-4c395717740c [pid: 8|app: 0|req: 676/1473] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:06:39 2026] DELETE /v2.0/ports/81d228e6-70d3-427a-89b4-4c395717740c => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:06:40.085 7 INFO neutron.services.segments.plugin [-] Segment 8b28abc2-48c3-4678-a441-4dbd48d419f9 resource provider aggregate not found 2026-02-26 03:06:40.093 7 INFO neutron.services.segments.plugin [-] Segment 8b28abc2-48c3-4678-a441-4dbd48d419f9 resource provider aggregate not found 2026-02-26 03:06:40.109 7 INFO neutron.services.segments.plugin [-] Segment 8b28abc2-48c3-4678-a441-4dbd48d419f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b28abc2-48c3-4678-a441-4dbd48d419f9 found for delete ", "request_id": "req-7b94212c-453d-4d83-9a28-f85e8abe957e"}]} 2026-02-26 03:06:40.118 7 INFO neutron.services.segments.plugin [-] Segment 8b28abc2-48c3-4678-a441-4dbd48d419f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b28abc2-48c3-4678-a441-4dbd48d419f9 found for delete ", "request_id": "req-0ddcaa01-b9e0-4afa-bfdf-c5c36d7270ad"}]} [pid: 7|app: 0|req: 798/1474] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:06:39 2026] DELETE /v2.0/networks/f5532629-48d5-4447-a124-d1acb5dd2446 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1475] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:40 2026] GET /v2.0/ports?device_id=28e645ad-1899-4068-8a06-00286d072b27 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1476] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:40 2026] GET /v2.0/security-groups?id=49a1ba15-5e6b-4ce3-8cc7-b645d4776289&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: 678/1477] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:40 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => 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: 679/1478] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:40 2026] GET /v2.0/security-groups?id=8800032c-ce5e-4748-a1b6-7476acda02ce&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1479] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:06:40 2026] GET /v2.0/security-groups?tenant_id=82ebde8fc17641a9b3714b3ab5778040&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1480] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:06:40 2026] DELETE /v2.0/security-groups/0a9374ce-b321-4248-ad8f-603b285cbb3f => 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: 801/1481] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:41 2026] GET /v2.0/ports?device_id=28e645ad-1899-4068-8a06-00286d072b27 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1482] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:41 2026] GET /v2.0/security-groups?id=49a1ba15-5e6b-4ce3-8cc7-b645d4776289&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1483] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:41 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1484] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:41 2026] GET /v2.0/security-groups?id=8800032c-ce5e-4748-a1b6-7476acda02ce&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1485] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:06:41 2026] GET /v2.0/security-groups?tenant_id=c52ecc10e48248258025054d2c17d9ab&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1486] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:06:41 2026] DELETE /v2.0/security-groups/44a3d9a0-49df-4306-9532-df8b32a27de3 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1487] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:42 2026] GET /v2.0/ports?device_id=28e645ad-1899-4068-8a06-00286d072b27 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1488] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:42 2026] GET /v2.0/security-groups?id=49a1ba15-5e6b-4ce3-8cc7-b645d4776289&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:42.910 7 INFO neutron.db.segments_db [None req-6af001e2-cbbe-4a01-a79d-016e8f639b25 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] Added segment 694e5f76-c714-430e-80b9-3430da12524b of type vxlan for network d56c4765-2eac-4c70-b443-1547574fbaf9 [pid: 7|app: 0|req: 804/1489] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:06:42 2026] POST /v2.0/networks => generated 634 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1490] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:42 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => generated 975 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:43.091 7 INFO neutron.db.segments_db [None req-99f00cbf-be38-4651-9a44-022d51a8a486 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] Added segment 3db0238c-5172-4694-a69b-0d41279158e8 of type vxlan for network 96fec58e-5237-4a6d-a18a-307d742911a8 [pid: 8|app: 0|req: 687/1491] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:43 2026] GET /v2.0/security-groups?id=8800032c-ce5e-4748-a1b6-7476acda02ce&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: 805/1492] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:06:43 2026] POST /v2.0/networks => generated 633 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1493] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:06:43 2026] POST /v2.0/subnets => generated 646 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1494] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:43 2026] GET /v2.0/ports?device_id=28e645ad-1899-4068-8a06-00286d072b27 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1495] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:43 2026] GET /v2.0/security-groups?id=49a1ba15-5e6b-4ce3-8cc7-b645d4776289&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1496] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:06:43 2026] POST /v2.0/subnets => generated 655 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:06:43.817 8 INFO neutron.db.segments_db [None req-534279e5-4b7d-475a-b025-09811e870f07 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] Added segment 99cc519b-18df-4597-b17d-7a3258486383 of type vxlan for network c1efca24-9a28-4451-9e4e-586ca2ed4bf5 [pid: 7|app: 0|req: 807/1497] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:44 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:44.256 8 INFO neutron.db.l3_hamode_db [None req-534279e5-4b7d-475a-b025-09811e870f07 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 808/1498] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:44 2026] GET /v2.0/security-groups?id=8800032c-ce5e-4748-a1b6-7476acda02ce&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:44.408 8 INFO neutron.db.l3_hamode_db [None req-534279e5-4b7d-475a-b025-09811e870f07 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 809/1499] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:44 2026] GET /v2.0/ports?device_id=28e645ad-1899-4068-8a06-00286d072b27 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1500] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:44 2026] GET /v2.0/security-groups?id=49a1ba15-5e6b-4ce3-8cc7-b645d4776289&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1501] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:06:43 2026] POST /v2.0/routers => generated 510 bytes in 1312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1502] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:45 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => 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: 693/1503] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:45 2026] GET /v2.0/security-groups?id=8800032c-ce5e-4748-a1b6-7476acda02ce&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: 694/1504] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:45 2026] GET /v2.0/ports?device_id=28e645ad-1899-4068-8a06-00286d072b27 => 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: 695/1505] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:46 2026] GET /v2.0/security-groups?id=49a1ba15-5e6b-4ce3-8cc7-b645d4776289&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1506] 10.0.0.78 () {34 vars in 782 bytes} [Thu Feb 26 03:06:45 2026] PUT /v2.0/routers/79e815fc-ef1a-4f12-ae59-0f9cd235d5f6/add_router_interface => generated 309 bytes in 1012 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1507] 10.0.0.78 () {32 vars in 716 bytes} [Thu Feb 26 03:06:46 2026] GET /v2.0/ports/bc09eb0a-d49a-422f-9fb9-b5e7accb81d5 => generated 959 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1508] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:46 2026] GET /v2.0/ports?device_id=28e645ad-1899-4068-8a06-00286d072b27 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:46.562 7 INFO neutron.db.l3_db [None req-2315a381-9b9b-4120-b02c-48711516cda6 5ce189ddb64244e8b6b2ebda47e27a85 b893513897ae4a27815e7cdcb318b2f1 - - default default] Floating IP 7cf70af6-22e7-41d1-a983-f76633eac0b2 associated. External IP: 10.96.250.216, port: 6a748ecd-148d-4cf7-a78e-680f2f176750. [pid: 7|app: 0|req: 813/1509] 10.0.0.78 () {34 vars in 748 bytes} [Thu Feb 26 03:06:46 2026] PUT /v2.0/floatingips/7cf70af6-22e7-41d1-a983-f76633eac0b2 => generated 855 bytes in 637 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:47.178 7 INFO neutron.db.segments_db [None req-25f704eb-56b1-40af-858f-59aaf15ca37d adf1ede293f944a3805f528809659c8f cc784b70a29344e4950adcf92e3b65ee - - default default] Added segment 147e7ca2-351f-4d13-bcbf-1b5bea7c67e0 of type vxlan for network 057b4f70-fcff-42db-93d3-b2864bb4cb94 [pid: 7|app: 0|req: 814/1510] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:06:46 2026] POST /v2.0/networks => generated 727 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1511] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:47 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1512] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:47 2026] GET /v2.0/ports?device_id=28e645ad-1899-4068-8a06-00286d072b27 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1513] 10.0.0.78 () {34 vars in 782 bytes} [Thu Feb 26 03:06:46 2026] PUT /v2.0/routers/79e815fc-ef1a-4f12-ae59-0f9cd235d5f6/add_router_interface => generated 309 bytes in 1291 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1514] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:47 2026] GET /v2.0/security-groups?id=8800032c-ce5e-4748-a1b6-7476acda02ce&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:47.523 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4cd1de2-018d-4aaa-849a-5e1a795d61b2'] response: {'name': 'network-changed', 'server_uuid': '28e645ad-1899-4068-8a06-00286d072b27', 'tag': '6a748ecd-148d-4cf7-a78e-680f2f176750', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 699/1515] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:47 2026] GET /v2.0/security-groups?id=49a1ba15-5e6b-4ce3-8cc7-b645d4776289&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1516] 10.0.0.78 () {32 vars in 716 bytes} [Thu Feb 26 03:06:47 2026] GET /v2.0/ports/e3f015e9-f3a4-4a85-af5e-956c72be5d9c => generated 967 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1517] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:06:47 2026] POST /v2.0/subnets => generated 644 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:06:47.626 7 WARNING neutron.api.v2.base [None req-abaa5f2f-f295-4ed4-b232-e81696d5c89b adf1ede293f944a3805f528809659c8f cc784b70a29344e4950adcf92e3b65ee - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-02-26 03:06:47.628 7 INFO neutron.api.v2.resource [None req-abaa5f2f-f295-4ed4-b232-e81696d5c89b adf1ede293f944a3805f528809659c8f cc784b70a29344e4950adcf92e3b65ee - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 818/1518] 10.0.0.78 () {34 vars in 680 bytes} [Thu Feb 26 03:06:47 2026] POST /v2.0/rbac-policies => generated 143 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-02-26 03:06:47.877 7 INFO neutron.services.segments.plugin [-] Segment 147e7ca2-351f-4d13-bcbf-1b5bea7c67e0 resource provider aggregate not found 2026-02-26 03:06:47.883 7 INFO neutron.services.segments.plugin [-] Segment 147e7ca2-351f-4d13-bcbf-1b5bea7c67e0 resource provider aggregate not found 2026-02-26 03:06:47.906 7 INFO neutron.services.segments.plugin [-] Segment 147e7ca2-351f-4d13-bcbf-1b5bea7c67e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 147e7ca2-351f-4d13-bcbf-1b5bea7c67e0 found for delete ", "request_id": "req-f5971391-12da-4f93-9109-7582001bfb79"}]} 2026-02-26 03:06:47.907 7 INFO neutron.services.segments.plugin [-] Segment 147e7ca2-351f-4d13-bcbf-1b5bea7c67e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 147e7ca2-351f-4d13-bcbf-1b5bea7c67e0 found for delete ", "request_id": "req-b0a631c4-9e39-4752-86c9-bb6f95558eff"}]} [pid: 7|app: 0|req: 819/1519] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:06:47 2026] DELETE /v2.0/networks/057b4f70-fcff-42db-93d3-b2864bb4cb94 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1520] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:47 2026] GET /v2.0/ports?device_id=28e645ad-1899-4068-8a06-00286d072b27 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:47.998 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c7f554e-41ca-4c20-ae33-c9270b7cbf06 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] TaaS: Handle Delete Port: e3f015e9-f3a4-4a85-af5e-956c72be5d9c 2026-02-26 03:06:48.001 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c7f554e-41ca-4c20-ae33-c9270b7cbf06 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] Tap Mirror: Handle Delete Port: e3f015e9-f3a4-4a85-af5e-956c72be5d9c 2026-02-26 03:06:48.075 7 INFO neutron.db.segments_db [None req-65fbaa21-5173-4d68-828a-7d522034442b adf1ede293f944a3805f528809659c8f cc784b70a29344e4950adcf92e3b65ee - - default default] Added segment 44d227e9-fcc2-4bc5-bdf3-f3789d4919ac of type vxlan for network 9470d78d-6697-45fb-89cf-bd890dadeb8b [pid: 7|app: 0|req: 821/1521] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:06:47 2026] POST /v2.0/networks => generated 726 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1522] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:48 2026] GET /v2.0/security-groups?id=49a1ba15-5e6b-4ce3-8cc7-b645d4776289&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1523] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:06:48 2026] GET /v2.0/ports?tenant_id=b893513897ae4a27815e7cdcb318b2f1&device_id=28e645ad-1899-4068-8a06-00286d072b27 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1524] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:06:47 2026] PUT /v2.0/routers/79e815fc-ef1a-4f12-ae59-0f9cd235d5f6/remove_router_interface => generated 309 bytes in 860 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1525] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:06:48 2026] POST /v2.0/subnets => generated 647 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1526] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:06:48 2026] GET /v2.0/networks?id=199bfad7-16fe-42b1-a711-e8f9239e2473 => generated 766 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:48.539 8 WARNING neutron.api.v2.base [None req-7a0f8bd1-a0d2-4117-a62e-eaa040571780 adf1ede293f944a3805f528809659c8f cc784b70a29344e4950adcf92e3b65ee - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-02-26 03:06:48.540 8 INFO neutron.api.v2.resource [None req-7a0f8bd1-a0d2-4117-a62e-eaa040571780 adf1ede293f944a3805f528809659c8f cc784b70a29344e4950adcf92e3b65ee - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 703/1527] 10.0.0.78 () {34 vars in 680 bytes} [Thu Feb 26 03:06:48 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-02-26 03:06:48.719 8 INFO neutron.services.segments.plugin [-] Segment 44d227e9-fcc2-4bc5-bdf3-f3789d4919ac resource provider aggregate not found 2026-02-26 03:06:48.725 8 INFO neutron.services.segments.plugin [-] Segment 44d227e9-fcc2-4bc5-bdf3-f3789d4919ac resource provider aggregate not found 2026-02-26 03:06:48.738 8 INFO neutron.services.segments.plugin [-] Segment 44d227e9-fcc2-4bc5-bdf3-f3789d4919ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44d227e9-fcc2-4bc5-bdf3-f3789d4919ac found for delete ", "request_id": "req-cb33eccb-4616-489f-a237-905f8ab9efc1"}]} 2026-02-26 03:06:48.746 8 INFO neutron.services.segments.plugin [-] Segment 44d227e9-fcc2-4bc5-bdf3-f3789d4919ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44d227e9-fcc2-4bc5-bdf3-f3789d4919ac found for delete ", "request_id": "req-0369a527-8a1d-4520-804f-37e97b59e706"}]} [pid: 8|app: 0|req: 704/1528] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:06:48 2026] DELETE /v2.0/networks/9470d78d-6697-45fb-89cf-bd890dadeb8b => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1529] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:06:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=6a748ecd-148d-4cf7-a78e-680f2f176750 => generated 860 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:48.813 7 INFO neutron_taas.services.taas.taas_plugin [None req-8bd52d95-fadb-4327-aa9e-262e54182f18 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] TaaS: Handle Delete Port: bc09eb0a-d49a-422f-9fb9-b5e7accb81d5 2026-02-26 03:06:48.817 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bd52d95-fadb-4327-aa9e-262e54182f18 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] Tap Mirror: Handle Delete Port: bc09eb0a-d49a-422f-9fb9-b5e7accb81d5 2026-02-26 03:06:48.862 8 INFO neutron.db.segments_db [None req-f6eff52d-8df9-4e9b-ad4e-62b9598697b0 adf1ede293f944a3805f528809659c8f cc784b70a29344e4950adcf92e3b65ee - - default default] Added segment 296714e4-7f36-408b-acbb-3b8881f987ad of type vxlan for network 4b88e5d6-809e-4cce-8240-b7d23fcc20af [pid: 8|app: 0|req: 706/1530] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:06:48 2026] POST /v2.0/networks => generated 727 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1531] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:06:48 2026] GET /v2.0/subnets?id=11cc5fc9-4aa7-4fe1-9336-f2565bdd1901 => generated 688 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1532] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:06:48 2026] PUT /v2.0/routers/79e815fc-ef1a-4f12-ae59-0f9cd235d5f6/remove_router_interface => generated 309 bytes in 673 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1533] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:06:49 2026] GET /v2.0/ports?network_id=199bfad7-16fe-42b1-a711-e8f9239e2473&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: 708/1534] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:06:48 2026] POST /v2.0/subnets => generated 647 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1535] 10.0.0.78 () {32 vars in 735 bytes} [Thu Feb 26 03:06:49 2026] GET /v2.0/ports?device_id=79e815fc-ef1a-4f12-ae59-0f9cd235d5f6 => 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: 828/1536] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:06:49 2026] GET /v2.0/networks/199bfad7-16fe-42b1-a711-e8f9239e2473?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:06:49.393 7 INFO neutron_taas.services.taas.taas_plugin [None req-daea7f2f-6caa-452b-b7e7-f8d06501dd83 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] TaaS: Handle Delete Port: efe4b0f9-239e-48c1-8ecf-5bd67ccef2b0 2026-02-26 03:06:49.395 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-daea7f2f-6caa-452b-b7e7-f8d06501dd83 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] Tap Mirror: Handle Delete Port: efe4b0f9-239e-48c1-8ecf-5bd67ccef2b0 [pid: 8|app: 0|req: 709/1537] 10.0.0.78 () {34 vars in 680 bytes} [Thu Feb 26 03:06:49 2026] POST /v2.0/rbac-policies => generated 324 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1538] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:06:49 2026] GET /v2.0/networks/199bfad7-16fe-42b1-a711-e8f9239e2473?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: 711/1539] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:49 2026] GET /v2.0/ports?device_id=28e645ad-1899-4068-8a06-00286d072b27 => 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: 712/1540] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:49 2026] GET /v2.0/security-groups?id=49a1ba15-5e6b-4ce3-8cc7-b645d4776289&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:49.777 7 INFO neutron.db.l3_hamode_db [None req-daea7f2f-6caa-452b-b7e7-f8d06501dd83 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] HA network c1efca24-9a28-4451-9e4e-586ca2ed4bf5 was deleted as no HA routers are present in tenant f617d73c31634776a685c6949051a932. [pid: 7|app: 0|req: 829/1541] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:06:49 2026] DELETE /v2.0/routers/79e815fc-ef1a-4f12-ae59-0f9cd235d5f6 => generated 0 bytes in 550 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1542] 10.0.0.78 () {32 vars in 722 bytes} [Thu Feb 26 03:06:49 2026] GET /v2.0/networks/4b88e5d6-809e-4cce-8240-b7d23fcc20af => generated 655 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:49.937 7 INFO neutron.services.segments.plugin [-] Segment 99cc519b-18df-4597-b17d-7a3258486383 resource provider aggregate not found 2026-02-26 03:06:49.941 7 INFO neutron.services.segments.plugin [-] Segment 99cc519b-18df-4597-b17d-7a3258486383 resource provider aggregate not found 2026-02-26 03:06:49.958 7 INFO neutron.services.segments.plugin [-] Segment 99cc519b-18df-4597-b17d-7a3258486383 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99cc519b-18df-4597-b17d-7a3258486383 found for delete ", "request_id": "req-8e2e1ab0-2a51-4a6a-83d5-8b7e05b75e8c"}]} 2026-02-26 03:06:49.964 7 INFO neutron.services.segments.plugin [-] Segment 99cc519b-18df-4597-b17d-7a3258486383 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99cc519b-18df-4597-b17d-7a3258486383 found for delete ", "request_id": "req-d4da6bf5-a6d5-4fb8-93b1-464a796a61ce"}]} [pid: 8|app: 0|req: 713/1543] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:06:49 2026] DELETE /v2.0/subnets/954153d9-8bba-46ca-9a68-49f1b914368c => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1544] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:06:49 2026] DELETE /v2.0/subnets/dd4860a5-c157-4856-a780-e9dffe4e2236 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1545] 199.204.45.69 () {34 vars in 993 bytes} [Thu Feb 26 03:06:50 2026] GET /v2.0/ports?device_id=28e645ad-1899-4068-8a06-00286d072b27 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:50.255 8 INFO neutron_taas.services.taas.taas_plugin [None req-4dcb881e-4a36-4268-903d-49a7fa2f1902 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] TaaS: Handle Delete Port: ed1a36ce-4714-403d-abd3-486dc416db98 2026-02-26 03:06:50.259 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4dcb881e-4a36-4268-903d-49a7fa2f1902 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] Tap Mirror: Handle Delete Port: ed1a36ce-4714-403d-abd3-486dc416db98 2026-02-26 03:06:50.322 7 INFO neutron_taas.services.taas.taas_plugin [req-5b97818d-9e7a-48b7-9d0e-5663f1ec6bbd req-8f6131a2-e26a-4a6b-a51b-735300ea645e 5ce189ddb64244e8b6b2ebda47e27a85 b893513897ae4a27815e7cdcb318b2f1 - - default default] TaaS: Handle Delete Port: 6a748ecd-148d-4cf7-a78e-680f2f176750 2026-02-26 03:06:50.325 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5b97818d-9e7a-48b7-9d0e-5663f1ec6bbd req-8f6131a2-e26a-4a6b-a51b-735300ea645e 5ce189ddb64244e8b6b2ebda47e27a85 b893513897ae4a27815e7cdcb318b2f1 - - default default] Tap Mirror: Handle Delete Port: 6a748ecd-148d-4cf7-a78e-680f2f176750 2026-02-26 03:06:50.448 7 INFO neutron.db.l3_db [req-5b97818d-9e7a-48b7-9d0e-5663f1ec6bbd req-8f6131a2-e26a-4a6b-a51b-735300ea645e 5ce189ddb64244e8b6b2ebda47e27a85 b893513897ae4a27815e7cdcb318b2f1 - - default default] Floating IP 7cf70af6-22e7-41d1-a983-f76633eac0b2 disassociated. External IP: 10.96.250.216, port: 6a748ecd-148d-4cf7-a78e-680f2f176750. [pid: 8|app: 0|req: 714/1546] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:06:50 2026] DELETE /v2.0/networks/96fec58e-5237-4a6d-a18a-307d742911a8 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:06:50.564 8 INFO neutron.pecan_wsgi.hooks.translation [None req-79221f00-61e4-4f92-af65-11f1305c13bf c86d97ca6ec24d9784c4951427dcf132 8d3170508c6940d6b08430c6124eeb0c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 715/1547] 10.0.0.78 () {32 vars in 722 bytes} [Thu Feb 26 03:06:50 2026] GET /v2.0/networks/4b88e5d6-809e-4cce-8240-b7d23fcc20af => generated 138 bytes in 79 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:06:50.680 8 INFO neutron_taas.services.taas.taas_plugin [None req-390ade6e-d766-4f77-a854-a61e61bc9e42 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] TaaS: Handle Delete Port: 022a8281-cf67-4cbc-9603-b030050866c5 2026-02-26 03:06:50.682 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-390ade6e-d766-4f77-a854-a61e61bc9e42 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] Tap Mirror: Handle Delete Port: 022a8281-cf67-4cbc-9603-b030050866c5 2026-02-26 03:06:50.756 8 INFO neutron.services.segments.plugin [-] Segment 3db0238c-5172-4694-a69b-0d41279158e8 resource provider aggregate not found 2026-02-26 03:06:50.768 8 INFO neutron.services.segments.plugin [-] Segment 3db0238c-5172-4694-a69b-0d41279158e8 resource provider aggregate not found 2026-02-26 03:06:50.781 8 INFO neutron.services.segments.plugin [-] Segment 3db0238c-5172-4694-a69b-0d41279158e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3db0238c-5172-4694-a69b-0d41279158e8 found for delete ", "request_id": "req-9454cb59-d08a-4206-a1c9-2f6a1a93d35d"}]} [pid: 7|app: 0|req: 833/1548] 199.204.45.69 () {36 vars in 996 bytes} [Thu Feb 26 03:06:50 2026] DELETE /v2.0/ports/6a748ecd-148d-4cf7-a78e-680f2f176750 => generated 0 bytes in 559 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:06:50.793 8 INFO neutron.services.segments.plugin [-] Segment 3db0238c-5172-4694-a69b-0d41279158e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3db0238c-5172-4694-a69b-0d41279158e8 found for delete ", "request_id": "req-2e2479e6-53ff-4983-af82-69cd193f6953"}]} 2026-02-26 03:06:50.835 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1a9aa8d8-bc10-47f1-9c19-ff2f107bb6ca'] response: {'server_uuid': '28e645ad-1899-4068-8a06-00286d072b27', 'name': 'network-vif-deleted', 'tag': '6a748ecd-148d-4cf7-a78e-680f2f176750', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 716/1549] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:06:50 2026] DELETE /v2.0/networks/d56c4765-2eac-4c70-b443-1547574fbaf9 => generated 0 bytes in 360 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1550] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:50 2026] GET /v2.0/ports?device_id=28e645ad-1899-4068-8a06-00286d072b27 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:06:51.001 8 INFO neutron.db.segments_db [None req-7b96546f-411a-4070-9d09-9554777325d8 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] Added segment c8f35161-3a78-49c9-9aea-baf959933aa1 of type vxlan for network 7cad12b3-df84-4daf-ae97-be49cfb81afd [pid: 7|app: 0|req: 834/1551] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:06:50 2026] DELETE /v2.0/networks/4b88e5d6-809e-4cce-8240-b7d23fcc20af => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:06:51.055 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6cc02bc4-ce66-4be9-bc70-95f6eb94aefc adf1ede293f944a3805f528809659c8f cc784b70a29344e4950adcf92e3b65ee - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 835/1552] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:06:51 2026] DELETE /v2.0/subnets/e849237b-ef12-491a-a98d-1b3cdcf11a01 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:06:51.070 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8c61bdfb-b44e-4894-a3e6-4c32f384297c adf1ede293f944a3805f528809659c8f cc784b70a29344e4950adcf92e3b65ee - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 836/1553] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:06:51 2026] DELETE /v2.0/subnets/353488f8-410b-4aaa-8bff-b9b1d9f71771 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:06:51.087 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b1b2bc1c-9bab-481a-beb8-248669e13093 adf1ede293f944a3805f528809659c8f cc784b70a29344e4950adcf92e3b65ee - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 837/1554] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:06:51 2026] DELETE /v2.0/subnets/d694110c-42d1-45b9-912c-3fe91dbe0006 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1555] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:06:50 2026] POST /v2.0/networks => generated 633 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1556] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:06:51 2026] POST /v2.0/subnets => generated 646 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:06:51.374 8 INFO neutron.db.segments_db [None req-b13a3f04-df97-4385-aeb5-4c24dc1ee657 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] Added segment 8e66563a-2576-48d5-b0a0-2d4aee8ce45e of type vxlan for network 92d1f432-f54c-4622-9e71-4cc536026e6c 2026-02-26 03:06:51.648 8 INFO neutron.db.l3_hamode_db [None req-b13a3f04-df97-4385-aeb5-4c24dc1ee657 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 03:06:51.759 8 INFO neutron.db.l3_hamode_db [None req-b13a3f04-df97-4385-aeb5-4c24dc1ee657 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 03:06:51.988 7 INFO neutron.services.segments.plugin [-] Segment 296714e4-7f36-408b-acbb-3b8881f987ad resource provider aggregate not found 2026-02-26 03:06:51.993 7 INFO neutron.services.segments.plugin [-] Segment 296714e4-7f36-408b-acbb-3b8881f987ad resource provider aggregate not found 2026-02-26 03:06:52.013 7 INFO neutron.services.segments.plugin [-] Segment 296714e4-7f36-408b-acbb-3b8881f987ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 296714e4-7f36-408b-acbb-3b8881f987ad found for delete ", "request_id": "req-88841442-4a29-425f-8330-1461f5fe0831"}]} 2026-02-26 03:06:52.015 7 INFO neutron.services.segments.plugin [-] Segment 296714e4-7f36-408b-acbb-3b8881f987ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 296714e4-7f36-408b-acbb-3b8881f987ad found for delete ", "request_id": "req-2c56b792-29f8-4089-aa1d-3decec4cefd2"}]} [pid: 7|app: 0|req: 841/1559] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:06:51 2026] GET /v2.0/security-groups?tenant_id=abdb2f205cf44d5c91842a140a977e57&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1560] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:52 2026] GET /v2.0/ports?device_id=28e645ad-1899-4068-8a06-00286d072b27 => 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: 843/1561] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:06:52 2026] DELETE /v2.0/security-groups/dc6aabd8-c12d-42dc-997f-c4e35659189d => 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: 844/1562] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:06:52 2026] GET /v2.0/security-groups?tenant_id=cc784b70a29344e4950adcf92e3b65ee&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1563] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:06:51 2026] POST /v2.0/routers => generated 510 bytes in 1085 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1564] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:06:52 2026] DELETE /v2.0/security-groups/eb8778ef-a835-4168-a021-2d1d65ad77b3 => 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: 846/1565] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:06:52 2026] GET /v2.0/security-groups?tenant_id=8d3170508c6940d6b08430c6124eeb0c&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1566] 10.0.0.78 () {34 vars in 664 bytes} [Thu Feb 26 03:06:52 2026] POST /v2.0/ports => generated 964 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 03:06:52.807 8 INFO neutron.services.segments.plugin [-] Segment 694e5f76-c714-430e-80b9-3430da12524b resource provider aggregate not found 2026-02-26 03:06:52.821 8 INFO neutron.services.segments.plugin [-] Segment 694e5f76-c714-430e-80b9-3430da12524b resource provider aggregate not found 2026-02-26 03:06:52.828 8 INFO neutron.services.segments.plugin [-] Segment 694e5f76-c714-430e-80b9-3430da12524b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 694e5f76-c714-430e-80b9-3430da12524b found for delete ", "request_id": "req-33094163-541e-4f9d-b6e5-ef0a43c7b650"}]} [pid: 7|app: 0|req: 847/1567] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:06:52 2026] DELETE /v2.0/security-groups/5bf9f80d-d884-46ea-ab7a-d71dc93be3cc => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:06:52.850 8 INFO neutron.services.segments.plugin [-] Segment 694e5f76-c714-430e-80b9-3430da12524b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 694e5f76-c714-430e-80b9-3430da12524b found for delete ", "request_id": "req-a9a68843-468e-40b6-9148-08a35ca0b48a"}]} [pid: 7|app: 0|req: 848/1568] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:06:53 2026] GET /v2.0/ports?device_id=28e645ad-1899-4068-8a06-00286d072b27 => 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: 721/1569] 10.0.0.78 () {34 vars in 782 bytes} [Thu Feb 26 03:06:52 2026] PUT /v2.0/routers/8d867a0b-f2e8-4587-b7cd-1e43ecf9d7c0/add_router_interface => generated 309 bytes in 1057 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1570] 10.0.0.78 () {32 vars in 716 bytes} [Thu Feb 26 03:06:53 2026] GET /v2.0/ports/eac4955b-da2e-4c22-8699-067e75bc609a => generated 1038 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 03:06:54.170 8 INFO neutron_taas.services.taas.taas_plugin [None req-15561d5d-1bd3-44f2-80fe-4f97b41f2f46 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] TaaS: Handle Delete Port: eac4955b-da2e-4c22-8699-067e75bc609a 2026-02-26 03:06:54.172 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15561d5d-1bd3-44f2-80fe-4f97b41f2f46 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] Tap Mirror: Handle Delete Port: eac4955b-da2e-4c22-8699-067e75bc609a [pid: 7|app: 0|req: 850/1571] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:06:54 2026] DELETE /v2.0/security-groups/49a1ba15-5e6b-4ce3-8cc7-b645d4776289 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:06:54.466 7 INFO neutron.api.v2.resource [None req-cef69706-ea00-4cc9-b068-e41a06acadfc 5ce189ddb64244e8b6b2ebda47e27a85 b893513897ae4a27815e7cdcb318b2f1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 851/1572] 10.0.0.78 () {32 vars in 736 bytes} [Thu Feb 26 03:06:54 2026] GET /v2.0/security-groups/49a1ba15-5e6b-4ce3-8cc7-b645d4776289 => 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: 722/1573] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:06:53 2026] PUT /v2.0/routers/8d867a0b-f2e8-4587-b7cd-1e43ecf9d7c0/remove_router_interface => generated 309 bytes in 708 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:54.598 7 INFO neutron_taas.services.taas.taas_plugin [None req-1db6eb82-1f56-4c3e-a2a8-5ba87d7bda1e 5ce189ddb64244e8b6b2ebda47e27a85 b893513897ae4a27815e7cdcb318b2f1 - - default default] TaaS: Handle Delete Port: 58d40abc-f31e-4ad2-909a-ace0b388d33a /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 03:06:54.601 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1db6eb82-1f56-4c3e-a2a8-5ba87d7bda1e 5ce189ddb64244e8b6b2ebda47e27a85 b893513897ae4a27815e7cdcb318b2f1 - - default default] Tap Mirror: Handle Delete Port: 58d40abc-f31e-4ad2-909a-ace0b388d33a 2026-02-26 03:06:54.714 8 INFO neutron.api.v2.resource [None req-ce5198b6-51a8-4fee-b689-9d5a3ed2d7ff fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 723/1574] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:06:54 2026] PUT /v2.0/routers/8d867a0b-f2e8-4587-b7cd-1e43ecf9d7c0/remove_router_interface => generated 197 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1575] 10.0.0.78 () {32 vars in 731 bytes} [Thu Feb 26 03:06:54 2026] DELETE /v2.0/floatingips/7cf70af6-22e7-41d1-a983-f76633eac0b2 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1576] 10.0.0.78 () {32 vars in 735 bytes} [Thu Feb 26 03:06:54 2026] GET /v2.0/ports?device_id=8d867a0b-f2e8-4587-b7cd-1e43ecf9d7c0 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:06:54.911 8 INFO neutron_taas.services.taas.taas_plugin [None req-36440331-10c2-44fd-8bf4-25cd0976f525 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] TaaS: Handle Delete Port: cb088742-9349-43e0-b7eb-28ae3033232f 2026-02-26 03:06:54.915 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36440331-10c2-44fd-8bf4-25cd0976f525 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] Tap Mirror: Handle Delete Port: cb088742-9349-43e0-b7eb-28ae3033232f 2026-02-26 03:06:55.124 7 INFO neutron_taas.services.taas.taas_plugin [None req-4271e383-baa3-4be3-8070-a8ce27fd292f d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 6405d40a-8bda-48f1-8453-9788dc95c790 2026-02-26 03:06:55.129 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4271e383-baa3-4be3-8070-a8ce27fd292f d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 6405d40a-8bda-48f1-8453-9788dc95c790 2026-02-26 03:06:55.290 8 INFO neutron.services.segments.plugin [-] Segment 8e66563a-2576-48d5-b0a0-2d4aee8ce45e resource provider aggregate not found 2026-02-26 03:06:55.292 8 INFO neutron.services.segments.plugin [-] Segment 8e66563a-2576-48d5-b0a0-2d4aee8ce45e resource provider aggregate not found 2026-02-26 03:06:55.310 8 INFO neutron.services.segments.plugin [-] Segment 8e66563a-2576-48d5-b0a0-2d4aee8ce45e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e66563a-2576-48d5-b0a0-2d4aee8ce45e found for delete ", "request_id": "req-ecab9264-b708-49c2-bb00-746422e59600"}]} 2026-02-26 03:06:55.313 8 INFO neutron.services.segments.plugin [-] Segment 8e66563a-2576-48d5-b0a0-2d4aee8ce45e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e66563a-2576-48d5-b0a0-2d4aee8ce45e found for delete ", "request_id": "req-b1852136-03f5-4017-aff6-b3cc3319e890"}]} 2026-02-26 03:06:55.315 8 INFO neutron.db.l3_hamode_db [None req-36440331-10c2-44fd-8bf4-25cd0976f525 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] HA network 92d1f432-f54c-4622-9e71-4cc536026e6c was deleted as no HA routers are present in tenant f617d73c31634776a685c6949051a932. [pid: 8|app: 0|req: 725/1577] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:06:54 2026] DELETE /v2.0/routers/8d867a0b-f2e8-4587-b7cd-1e43ecf9d7c0 => generated 0 bytes in 576 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1578] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:06:55 2026] DELETE /v2.0/subnets/5af190e4-28e3-41fd-9d45-75ce473cd6c4 => 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: 727/1579] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:06:55 2026] DELETE /v2.0/networks/7cad12b3-df84-4daf-ae97-be49cfb81afd => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:06:55.615 8 INFO neutron.db.segments_db [None req-323bd36e-2599-428f-b043-40d6376311ef fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] Added segment 94fccb04-ca5c-4368-83d2-66988aca38bd of type vxlan for network 0e3e3074-3ef3-4c06-9723-a01de070430d [pid: 8|app: 0|req: 728/1580] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:06:55 2026] POST /v2.0/networks => generated 633 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1581] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:06:54 2026] PUT /v2.0/routers/e23c3504-b0cf-4d87-a8a0-ffa0ecec8e42/remove_router_interface => generated 309 bytes in 985 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1582] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:06:55 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-02-26 03:06:55.964 8 INFO neutron.db.segments_db [None req-633caadf-29c9-4878-a7ba-e6e5df937c9f fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] Added segment 86a11cd4-96c4-4668-bbb4-e73e5217c885 of type vxlan for network 3ae79f9c-5621-46e4-8d9e-d37d6a6f57c7 2026-02-26 03:06:55.975 7 INFO neutron_taas.services.taas.taas_plugin [None req-72439876-f487-4719-8554-4e4abda2021e d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 34213dbb-6c3f-4a90-b8c3-ee3c18be36cb 2026-02-26 03:06:55.982 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72439876-f487-4719-8554-4e4abda2021e d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 34213dbb-6c3f-4a90-b8c3-ee3c18be36cb 2026-02-26 03:06:56.185 8 INFO neutron.db.l3_hamode_db [None req-633caadf-29c9-4878-a7ba-e6e5df937c9f fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 03:06:56.249 7 INFO neutron_taas.services.taas.taas_plugin [None req-72439876-f487-4719-8554-4e4abda2021e d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 790dd9ac-a81c-4a93-bfd5-613e2f3b88bd 2026-02-26 03:06:56.252 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72439876-f487-4719-8554-4e4abda2021e d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 790dd9ac-a81c-4a93-bfd5-613e2f3b88bd 2026-02-26 03:06:56.614 7 INFO neutron.services.segments.plugin [-] Segment 3b41c1a3-1894-47cd-a005-502bd89ec034 resource provider aggregate not found 2026-02-26 03:06:56.621 7 INFO neutron.services.segments.plugin [-] Segment 3b41c1a3-1894-47cd-a005-502bd89ec034 resource provider aggregate not found 2026-02-26 03:06:56.639 7 INFO neutron.db.l3_hamode_db [None req-72439876-f487-4719-8554-4e4abda2021e d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] HA network ef61e861-9f8e-470e-b2a1-ecfbf3964034 was deleted as no HA routers are present in tenant b893513897ae4a27815e7cdcb318b2f1. 2026-02-26 03:06:56.640 7 INFO neutron.services.segments.plugin [-] Segment 3b41c1a3-1894-47cd-a005-502bd89ec034 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b41c1a3-1894-47cd-a005-502bd89ec034 found for delete ", "request_id": "req-b9dc4609-c452-4593-bb24-2f721a36cb44"}]} 2026-02-26 03:06:56.645 7 INFO neutron.services.segments.plugin [-] Segment 3b41c1a3-1894-47cd-a005-502bd89ec034 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b41c1a3-1894-47cd-a005-502bd89ec034 found for delete ", "request_id": "req-5c8294e2-c9be-47e0-b5ac-847c6afc7569"}]} [pid: 7|app: 0|req: 854/1583] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:06:55 2026] DELETE /v2.0/routers/e23c3504-b0cf-4d87-a8a0-ffa0ecec8e42 => generated 0 bytes in 912 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:06:56.701 8 INFO neutron.db.l3_hamode_db [None req-633caadf-29c9-4878-a7ba-e6e5df937c9f fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 855/1584] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:06:56 2026] DELETE /v2.0/subnets/11cc5fc9-4aa7-4fe1-9336-f2565bdd1901 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:06:56.942 7 INFO neutron_taas.services.taas.taas_plugin [None req-9a803892-bf3b-4d98-8fd1-e3f982dfce60 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 0bbde99e-7410-4438-a458-1144fa813bd0 2026-02-26 03:06:56.945 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a803892-bf3b-4d98-8fd1-e3f982dfce60 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 0bbde99e-7410-4438-a458-1144fa813bd0 [pid: 7|app: 0|req: 856/1585] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:06:56 2026] DELETE /v2.0/networks/199bfad7-16fe-42b1-a711-e8f9239e2473 => 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: 730/1586] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:06:55 2026] POST /v2.0/routers => generated 510 bytes in 1356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1587] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:06:57 2026] GET /v2.0/security-groups?tenant_id=b893513897ae4a27815e7cdcb318b2f1&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:06:57.340 8 INFO neutron.services.segments.plugin [-] Segment c8f35161-3a78-49c9-9aea-baf959933aa1 resource provider aggregate not found 2026-02-26 03:06:57.348 8 INFO neutron.services.segments.plugin [-] Segment c8f35161-3a78-49c9-9aea-baf959933aa1 resource provider aggregate not found 2026-02-26 03:06:57.368 8 INFO neutron.services.segments.plugin [-] Segment c8f35161-3a78-49c9-9aea-baf959933aa1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8f35161-3a78-49c9-9aea-baf959933aa1 found for delete ", "request_id": "req-b3f70b3f-31fa-4857-8d61-6f6344034ffb"}]} 2026-02-26 03:06:57.371 8 INFO neutron.services.segments.plugin [-] Segment c8f35161-3a78-49c9-9aea-baf959933aa1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8f35161-3a78-49c9-9aea-baf959933aa1 found for delete ", "request_id": "req-d32b24a7-55af-4de2-a2fc-70631671e71d"}]} 2026-02-26 03:06:57.457 7 INFO neutron.db.segments_db [None req-78eb2c6c-87c9-470f-8e11-2ac1208c01d9 ed738be9723649e4beb51f14d9aad31c e8b3d43b0ae54eb0a139b20e8fa9ad4d - - default default] Added segment 10a22622-5673-44da-b233-84583f13d1be of type vxlan for network 49dd818c-90a7-4070-9284-8be92b87ff1b [pid: 7|app: 0|req: 857/1588] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:06:57 2026] POST /v2.0/networks => generated 632 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1589] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:06:57 2026] DELETE /v2.0/security-groups/6661bd9f-ce93-422d-b124-e4708a7b431e => 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: 859/1590] 10.0.0.78 () {34 vars in 663 bytes} [Thu Feb 26 03:06:57 2026] POST /v2.0/ports => generated 743 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 860/1591] 10.0.0.165 () {34 vars in 990 bytes} [Thu Feb 26 03:06:57 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:06:58.070 7 INFO neutron.db.segments_db [None req-1ccae3a5-55a4-49d8-b42d-e379ea62ee4a ed738be9723649e4beb51f14d9aad31c e8b3d43b0ae54eb0a139b20e8fa9ad4d - - default default] Added segment cb29cf05-6415-47c4-9a89-376570bf4158 of type vxlan for network 75d75da1-69e3-4ead-898b-115bd315f94d [pid: 7|app: 0|req: 861/1592] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:06:58 2026] POST /v2.0/networks => generated 632 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1593] 10.0.0.165 () {34 vars in 1040 bytes} [Thu Feb 26 03:06:58 2026] GET /v2.0/security-groups?id=8800032c-ce5e-4748-a1b6-7476acda02ce&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1594] 10.0.0.78 () {34 vars in 663 bytes} [Thu Feb 26 03:06:58 2026] POST /v2.0/ports => generated 743 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 732/1595] 10.0.0.78 () {34 vars in 782 bytes} [Thu Feb 26 03:06:57 2026] PUT /v2.0/routers/aaa0c251-f84f-470e-924b-e9e2fbabcd5a/add_router_interface => generated 309 bytes in 1241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1596] 10.0.0.78 () {32 vars in 716 bytes} [Thu Feb 26 03:06:58 2026] GET /v2.0/ports/5869689b-3c16-483f-823c-b58d850b6054 => generated 959 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:06:58.610 7 INFO neutron.db.segments_db [None req-ce40dc64-f16b-4819-ba7b-365c9ff068c1 ed738be9723649e4beb51f14d9aad31c e8b3d43b0ae54eb0a139b20e8fa9ad4d - - default default] Added segment ebab8841-69d9-4eba-a17e-2fbaae2a29ee of type vxlan for network f9bcb276-209d-452a-93d6-c84bc06eb63a 2026-02-26 03:06:58.667 7 INFO neutron.services.segments.plugin [-] Segment 79dbd4b4-bff8-44a1-8673-214628f24118 resource provider aggregate not found 2026-02-26 03:06:58.672 7 INFO neutron.services.segments.plugin [-] Segment 79dbd4b4-bff8-44a1-8673-214628f24118 resource provider aggregate not found 2026-02-26 03:06:58.686 7 INFO neutron.services.segments.plugin [-] Segment 79dbd4b4-bff8-44a1-8673-214628f24118 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79dbd4b4-bff8-44a1-8673-214628f24118 found for delete ", "request_id": "req-0993a865-9641-4015-a070-3e445b22a073"}]} 2026-02-26 03:06:58.695 7 INFO neutron.services.segments.plugin [-] Segment 79dbd4b4-bff8-44a1-8673-214628f24118 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79dbd4b4-bff8-44a1-8673-214628f24118 found for delete ", "request_id": "req-a679d0fe-2cab-4ab4-b0cc-c526f0422342"}]} [pid: 7|app: 0|req: 864/1597] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:06:58 2026] POST /v2.0/networks => generated 631 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:06:58.955 8 INFO neutron_taas.services.taas.taas_plugin [None req-d2cf206a-d257-4c22-a7f2-e37567ab2ed0 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] TaaS: Handle Delete Port: 5869689b-3c16-483f-823c-b58d850b6054 2026-02-26 03:06:58.958 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2cf206a-d257-4c22-a7f2-e37567ab2ed0 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] Tap Mirror: Handle Delete Port: 5869689b-3c16-483f-823c-b58d850b6054 [pid: 7|app: 0|req: 865/1598] 10.0.0.78 () {34 vars in 663 bytes} [Thu Feb 26 03:06:58 2026] POST /v2.0/ports => generated 743 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 03:06:59.110 7 INFO neutron.db.segments_db [None req-e23f4b1a-72ec-4333-bb23-bac96f28ef75 ed738be9723649e4beb51f14d9aad31c e8b3d43b0ae54eb0a139b20e8fa9ad4d - - default default] Added segment ab495451-a748-4fe2-ae16-c62dd55f35b3 of type vxlan for network 3bdf0581-12cd-443f-bdc3-0a7c1bd98a5f [pid: 7|app: 0|req: 866/1599] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:06:59 2026] POST /v2.0/networks => generated 631 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1600] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:06:58 2026] PUT /v2.0/routers/aaa0c251-f84f-470e-924b-e9e2fbabcd5a/remove_router_interface => generated 309 bytes in 740 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1601] 10.0.0.78 () {32 vars in 735 bytes} [Thu Feb 26 03:06:59 2026] GET /v2.0/ports?device_id=aaa0c251-f84f-470e-924b-e9e2fbabcd5a => 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: 867/1602] 10.0.0.78 () {34 vars in 663 bytes} [Thu Feb 26 03:06:59 2026] POST /v2.0/ports => generated 743 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 03:06:59.577 8 INFO neutron_taas.services.taas.taas_plugin [None req-10b1ed73-1da3-49c6-962e-e4034b760b22 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] TaaS: Handle Delete Port: f6e5ebca-56e3-412f-acf2-5ff1e1cbeaf6 2026-02-26 03:06:59.580 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10b1ed73-1da3-49c6-962e-e4034b760b22 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] Tap Mirror: Handle Delete Port: f6e5ebca-56e3-412f-acf2-5ff1e1cbeaf6 2026-02-26 03:06:59.599 7 INFO neutron.db.segments_db [None req-108d1779-d120-4448-b7f4-ed89b26759ea ed738be9723649e4beb51f14d9aad31c e8b3d43b0ae54eb0a139b20e8fa9ad4d - - default default] Added segment 53e15980-85ed-4f3f-b944-767081693a88 of type vxlan for network bdf788fb-e6d3-4cc3-aaf1-521ee6928a4b [pid: 7|app: 0|req: 868/1603] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:06:59 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) 2026-02-26 03:07:00.016 8 INFO neutron.services.segments.plugin [-] Segment 86a11cd4-96c4-4668-bbb4-e73e5217c885 resource provider aggregate not found 2026-02-26 03:07:00.026 8 INFO neutron.services.segments.plugin [-] Segment 86a11cd4-96c4-4668-bbb4-e73e5217c885 resource provider aggregate not found 2026-02-26 03:07:00.042 8 INFO neutron.services.segments.plugin [-] Segment 86a11cd4-96c4-4668-bbb4-e73e5217c885 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86a11cd4-96c4-4668-bbb4-e73e5217c885 found for delete ", "request_id": "req-df323c46-3acf-4dcb-abb9-bb6b23f66aee"}]} [pid: 7|app: 0|req: 869/1604] 10.0.0.78 () {34 vars in 663 bytes} [Thu Feb 26 03:06:59 2026] POST /v2.0/ports => generated 743 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:07:00.048 8 INFO neutron.db.l3_hamode_db [None req-10b1ed73-1da3-49c6-962e-e4034b760b22 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] HA network 3ae79f9c-5621-46e4-8d9e-d37d6a6f57c7 was deleted as no HA routers are present in tenant f617d73c31634776a685c6949051a932. 2026-02-26 03:07:00.056 8 INFO neutron.services.segments.plugin [-] Segment 86a11cd4-96c4-4668-bbb4-e73e5217c885 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86a11cd4-96c4-4668-bbb4-e73e5217c885 found for delete ", "request_id": "req-ae5a028a-a701-4693-97f3-d8a5140efec6"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 736/1605] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:06:59 2026] DELETE /v2.0/routers/aaa0c251-f84f-470e-924b-e9e2fbabcd5a => generated 0 bytes in 678 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1606] 10.0.0.78 () {34 vars in 746 bytes} [Thu Feb 26 03:07:00 2026] PUT /v2.0/ports/78be6e00-0a26-48e4-be00-c45b91432347/tags => generated 17 bytes in 65 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: 871/1607] 10.0.0.78 () {34 vars in 746 bytes} [Thu Feb 26 03:07:00 2026] PUT /v2.0/ports/ec2f43f5-8b34-4200-9862-b45708c41715/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1608] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:07:00 2026] DELETE /v2.0/subnets/eaec556a-d670-4ca1-a601-a814a444d11e => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 872/1609] 10.0.0.78 () {34 vars in 746 bytes} [Thu Feb 26 03:07:00 2026] PUT /v2.0/ports/e9dd3c9a-fa99-4ae9-9e72-bff15e1fcb13/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 873/1610] 10.0.0.78 () {34 vars in 746 bytes} [Thu Feb 26 03:07:00 2026] PUT /v2.0/ports/183326bf-ac01-4ffa-b8f3-944035f2f49c/tags => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1611] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:07:00 2026] DELETE /v2.0/networks/0e3e3074-3ef3-4c06-9723-a01de070430d => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 03:07:00.395 8 INFO neutron.db.segments_db [None req-4b4870ee-6c12-490b-9e50-e10fc15fd3b0 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] Added segment b2738ac4-cac6-422c-9fb7-9a2331ae1fdc of type vxlan for network 2e9f2827-01fa-472b-ab56-f0fd14ea9913 [pid: 7|app: 0|req: 874/1612] 10.0.0.78 () {32 vars in 659 bytes} [Thu Feb 26 03:07:00 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1613] 10.0.0.78 () {32 vars in 673 bytes} [Thu Feb 26 03:07:00 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1614] 10.0.0.78 () {32 vars in 669 bytes} [Thu Feb 26 03:07:00 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1615] 10.0.0.78 () {32 vars in 681 bytes} [Thu Feb 26 03:07:00 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:07:00.651 8 INFO neutron.db.l3_hamode_db [None req-4b4870ee-6c12-490b-9e50-e10fc15fd3b0 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 878/1616] 10.0.0.78 () {32 vars in 667 bytes} [Thu Feb 26 03:07:00 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 419 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1617] 10.0.0.78 () {32 vars in 681 bytes} [Thu Feb 26 03:07:01 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1618] 10.0.0.78 () {32 vars in 677 bytes} [Thu Feb 26 03:07:01 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1619] 10.0.0.78 () {32 vars in 689 bytes} [Thu Feb 26 03:07:01 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:07:01.332 7 INFO neutron_taas.services.taas.taas_plugin [None req-8c50d28f-73d8-4ea9-9405-58acaa49166c ed738be9723649e4beb51f14d9aad31c e8b3d43b0ae54eb0a139b20e8fa9ad4d - - default default] TaaS: Handle Delete Port: 78be6e00-0a26-48e4-be00-c45b91432347 2026-02-26 03:07:01.336 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c50d28f-73d8-4ea9-9405-58acaa49166c ed738be9723649e4beb51f14d9aad31c e8b3d43b0ae54eb0a139b20e8fa9ad4d - - default default] Tap Mirror: Handle Delete Port: 78be6e00-0a26-48e4-be00-c45b91432347 2026-02-26 03:07:01.390 8 INFO neutron.db.l3_hamode_db [None req-4b4870ee-6c12-490b-9e50-e10fc15fd3b0 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 882/1620] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:07:01 2026] DELETE /v2.0/ports/78be6e00-0a26-48e4-be00-c45b91432347 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:07:01.507 7 INFO neutron_taas.services.taas.taas_plugin [None req-d2c64ced-9338-4893-9d12-29ea76b5020e ed738be9723649e4beb51f14d9aad31c e8b3d43b0ae54eb0a139b20e8fa9ad4d - - default default] TaaS: Handle Delete Port: ec2f43f5-8b34-4200-9862-b45708c41715 2026-02-26 03:07:01.511 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2c64ced-9338-4893-9d12-29ea76b5020e ed738be9723649e4beb51f14d9aad31c e8b3d43b0ae54eb0a139b20e8fa9ad4d - - default default] Tap Mirror: Handle Delete Port: ec2f43f5-8b34-4200-9862-b45708c41715 [pid: 7|app: 0|req: 883/1621] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:07:01 2026] DELETE /v2.0/ports/ec2f43f5-8b34-4200-9862-b45708c41715 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:07:01.711 7 INFO neutron_taas.services.taas.taas_plugin [None req-832ea822-f728-447c-850c-b5ffdae18b76 ed738be9723649e4beb51f14d9aad31c e8b3d43b0ae54eb0a139b20e8fa9ad4d - - default default] TaaS: Handle Delete Port: e9dd3c9a-fa99-4ae9-9e72-bff15e1fcb13 2026-02-26 03:07:01.714 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-832ea822-f728-447c-850c-b5ffdae18b76 ed738be9723649e4beb51f14d9aad31c e8b3d43b0ae54eb0a139b20e8fa9ad4d - - default default] Tap Mirror: Handle Delete Port: e9dd3c9a-fa99-4ae9-9e72-bff15e1fcb13 [pid: 7|app: 0|req: 884/1622] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:07:01 2026] DELETE /v2.0/ports/e9dd3c9a-fa99-4ae9-9e72-bff15e1fcb13 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:07:01.903 7 INFO neutron_taas.services.taas.taas_plugin [None req-f905bc83-f538-4641-949d-b5b811e784fb ed738be9723649e4beb51f14d9aad31c e8b3d43b0ae54eb0a139b20e8fa9ad4d - - default default] TaaS: Handle Delete Port: 183326bf-ac01-4ffa-b8f3-944035f2f49c 2026-02-26 03:07:01.906 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f905bc83-f538-4641-949d-b5b811e784fb ed738be9723649e4beb51f14d9aad31c e8b3d43b0ae54eb0a139b20e8fa9ad4d - - default default] Tap Mirror: Handle Delete Port: 183326bf-ac01-4ffa-b8f3-944035f2f49c [pid: 7|app: 0|req: 885/1623] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:07:01 2026] DELETE /v2.0/ports/183326bf-ac01-4ffa-b8f3-944035f2f49c => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:07:02.065 8 INFO neutron.services.segments.plugin [-] Segment 94fccb04-ca5c-4368-83d2-66988aca38bd resource provider aggregate not found 2026-02-26 03:07:02.088 7 INFO neutron_taas.services.taas.taas_plugin [None req-19cd419d-7229-40eb-85b1-b2a22b703b79 ed738be9723649e4beb51f14d9aad31c e8b3d43b0ae54eb0a139b20e8fa9ad4d - - default default] TaaS: Handle Delete Port: f3228eea-b6da-47d7-a3ec-f0d697532d91 2026-02-26 03:07:02.088 8 INFO neutron.services.segments.plugin [-] Segment 94fccb04-ca5c-4368-83d2-66988aca38bd resource provider aggregate not found 2026-02-26 03:07:02.091 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19cd419d-7229-40eb-85b1-b2a22b703b79 ed738be9723649e4beb51f14d9aad31c e8b3d43b0ae54eb0a139b20e8fa9ad4d - - default default] Tap Mirror: Handle Delete Port: f3228eea-b6da-47d7-a3ec-f0d697532d91 2026-02-26 03:07:02.094 8 INFO neutron.services.segments.plugin [-] Segment 94fccb04-ca5c-4368-83d2-66988aca38bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94fccb04-ca5c-4368-83d2-66988aca38bd found for delete ", "request_id": "req-584a1661-7c7f-4777-9844-bbba2767ba34"}]} 2026-02-26 03:07:02.118 8 INFO neutron.services.segments.plugin [-] Segment 94fccb04-ca5c-4368-83d2-66988aca38bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94fccb04-ca5c-4368-83d2-66988aca38bd found for delete ", "request_id": "req-a9046f3c-1f66-4e9a-8acf-a770e57e23ad"}]} [pid: 7|app: 0|req: 886/1624] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:07:01 2026] DELETE /v2.0/ports/f3228eea-b6da-47d7-a3ec-f0d697532d91 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:07:02.294 7 INFO neutron.services.segments.plugin [-] Segment 10a22622-5673-44da-b233-84583f13d1be resource provider aggregate not found 2026-02-26 03:07:02.295 7 INFO neutron.services.segments.plugin [-] Segment 10a22622-5673-44da-b233-84583f13d1be resource provider aggregate not found 2026-02-26 03:07:02.313 7 INFO neutron.services.segments.plugin [-] Segment 10a22622-5673-44da-b233-84583f13d1be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10a22622-5673-44da-b233-84583f13d1be found for delete ", "request_id": "req-d987c66c-3fd7-469d-b2f3-6a902a4920d4"}]} 2026-02-26 03:07:02.316 7 INFO neutron.services.segments.plugin [-] Segment 10a22622-5673-44da-b233-84583f13d1be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10a22622-5673-44da-b233-84583f13d1be found for delete ", "request_id": "req-a0bd45c9-6438-4ed5-88e4-14c3019cebb0"}]} [pid: 7|app: 0|req: 887/1625] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:07:02 2026] DELETE /v2.0/networks/49dd818c-90a7-4070-9284-8be92b87ff1b => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1626] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:07:00 2026] POST /v2.0/routers => generated 692 bytes in 2020 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1627] 10.0.0.78 () {32 vars in 720 bytes} [Thu Feb 26 03:07:02 2026] GET /v2.0/routers/e93bc9d0-473d-42fe-959e-52d5624d376a => generated 698 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1628] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:07:02 2026] DELETE /v2.0/networks/75d75da1-69e3-4ead-898b-115bd315f94d => 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: 741/1629] 10.0.0.78 () {32 vars in 646 bytes} [Thu Feb 26 03:07:02 2026] GET /v2.0/routers => generated 701 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1630] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:07:02 2026] DELETE /v2.0/networks/f9bcb276-209d-452a-93d6-c84bc06eb63a => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1631] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:07:02 2026] DELETE /v2.0/networks/3bdf0581-12cd-443f-bdc3-0a7c1bd98a5f => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1632] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:07:02 2026] DELETE /v2.0/networks/bdf788fb-e6d3-4cc3-aaf1-521ee6928a4b => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1633] 10.0.0.78 () {34 vars in 740 bytes} [Thu Feb 26 03:07:02 2026] PUT /v2.0/routers/e93bc9d0-473d-42fe-959e-52d5624d376a => generated 705 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1634] 10.0.0.78 () {32 vars in 720 bytes} [Thu Feb 26 03:07:02 2026] GET /v2.0/routers/e93bc9d0-473d-42fe-959e-52d5624d376a => generated 705 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1635] 10.0.0.78 () {32 vars in 735 bytes} [Thu Feb 26 03:07:03 2026] GET /v2.0/ports?device_id=e93bc9d0-473d-42fe-959e-52d5624d376a => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:07:03.292 7 INFO neutron_taas.services.taas.taas_plugin [None req-f09925c6-4fed-4675-9948-6f1f3b00cd46 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] TaaS: Handle Delete Port: 8515829e-a9a0-4d30-9d63-d20e6eb947da 2026-02-26 03:07:03.297 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f09925c6-4fed-4675-9948-6f1f3b00cd46 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] Tap Mirror: Handle Delete Port: 8515829e-a9a0-4d30-9d63-d20e6eb947da 2026-02-26 03:07:03.558 7 INFO neutron_taas.services.taas.taas_plugin [None req-f09925c6-4fed-4675-9948-6f1f3b00cd46 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] TaaS: Handle Delete Port: 871ca4f4-f9e2-4ced-b715-8855ede78bf5 2026-02-26 03:07:03.560 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f09925c6-4fed-4675-9948-6f1f3b00cd46 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] Tap Mirror: Handle Delete Port: 871ca4f4-f9e2-4ced-b715-8855ede78bf5 [pid: 8|app: 0|req: 744/1636] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:03 2026] GET /v2.0/security-groups?tenant_id=203a6c4c942e4117b81fbf65e9b16ce5&name=default => generated 2925 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1637] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:03 2026] DELETE /v2.0/security-groups/e1709f9e-baba-4164-8ad8-779125e57e35 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1638] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:03 2026] GET /v2.0/security-groups?tenant_id=bc3dcdf71b20431fa53898318d41db73&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:07:03.950 7 INFO neutron.db.l3_hamode_db [None req-f09925c6-4fed-4675-9948-6f1f3b00cd46 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] HA network 2e9f2827-01fa-472b-ab56-f0fd14ea9913 was deleted as no HA routers are present in tenant f617d73c31634776a685c6949051a932. [pid: 7|app: 0|req: 893/1639] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:07:03 2026] DELETE /v2.0/routers/e93bc9d0-473d-42fe-959e-52d5624d376a => generated 0 bytes in 877 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1640] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:03 2026] DELETE /v2.0/security-groups/6f100da1-dee8-4a44-b1f9-bf2e961376f2 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1641] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:03 2026] GET /v2.0/security-groups?tenant_id=ec24f9b4991949a48268239a8c97eff7&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1642] 10.0.0.78 () {32 vars in 735 bytes} [Thu Feb 26 03:07:04 2026] GET /v2.0/ports?device_id=e93bc9d0-473d-42fe-959e-52d5624d376a => 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: 749/1643] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:04 2026] DELETE /v2.0/security-groups/30170a3b-651c-474b-b82d-8841817f3865 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:07:04.215 8 INFO neutron.api.v2.resource [None req-2ba4ffb1-a312-4fbd-9101-d6ededbd866c fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 750/1644] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:07:04 2026] DELETE /v2.0/routers/e93bc9d0-473d-42fe-959e-52d5624d376a => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1645] 10.0.0.78 () {32 vars in 735 bytes} [Thu Feb 26 03:07:04 2026] GET /v2.0/ports?device_id=aaa0c251-f84f-470e-924b-e9e2fbabcd5a => 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: 752/1646] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:04 2026] GET /v2.0/security-groups?tenant_id=e8b3d43b0ae54eb0a139b20e8fa9ad4d&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:07:04.341 7 INFO neutron.services.segments.plugin [-] Segment cb29cf05-6415-47c4-9a89-376570bf4158 resource provider aggregate not found 2026-02-26 03:07:04.351 7 INFO neutron.services.segments.plugin [-] Segment cb29cf05-6415-47c4-9a89-376570bf4158 resource provider aggregate not found [pid: 8|app: 0|req: 753/1647] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:07:04 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:07:04.367 7 INFO neutron.services.segments.plugin [-] Segment cb29cf05-6415-47c4-9a89-376570bf4158 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb29cf05-6415-47c4-9a89-376570bf4158 found for delete ", "request_id": "req-b3adff54-abc9-497d-9f79-1964a500a770"}]} 2026-02-26 03:07:04.376 7 INFO neutron.services.segments.plugin [-] Segment cb29cf05-6415-47c4-9a89-376570bf4158 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb29cf05-6415-47c4-9a89-376570bf4158 found for delete ", "request_id": "req-fd6fea41-7998-45f5-ac86-d75e13626221"}]} 2026-02-26 03:07:04.390 7 INFO neutron.services.segments.plugin [-] Segment ebab8841-69d9-4eba-a17e-2fbaae2a29ee resource provider aggregate not found 2026-02-26 03:07:04.392 7 INFO neutron.services.segments.plugin [-] Segment ebab8841-69d9-4eba-a17e-2fbaae2a29ee resource provider aggregate not found 2026-02-26 03:07:04.394 8 INFO neutron.api.v2.resource [None req-d4f06f44-a597-4bfa-8bce-3c56d5553575 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 754/1648] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:07:04 2026] DELETE /v2.0/routers/aaa0c251-f84f-470e-924b-e9e2fbabcd5a => generated 135 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:07:04.414 7 INFO neutron.services.segments.plugin [-] Segment ebab8841-69d9-4eba-a17e-2fbaae2a29ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebab8841-69d9-4eba-a17e-2fbaae2a29ee found for delete ", "request_id": "req-a6039354-c1c4-4383-8283-6e5f1d3b418a"}]} 2026-02-26 03:07:04.421 7 INFO neutron.services.segments.plugin [-] Segment ebab8841-69d9-4eba-a17e-2fbaae2a29ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebab8841-69d9-4eba-a17e-2fbaae2a29ee found for delete ", "request_id": "req-9e20ef4c-5dd7-4440-9925-b680caeb0b67"}]} 2026-02-26 03:07:04.436 7 INFO neutron.services.segments.plugin [-] Segment ab495451-a748-4fe2-ae16-c62dd55f35b3 resource provider aggregate not found [pid: 7|app: 0|req: 895/1649] 10.0.0.27 () {28 vars in 598 bytes} [Thu Feb 26 03:07:04 2026] GET /v2.0/security-groups => generated 28976 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-02-26 03:07:04.450 7 INFO neutron.services.segments.plugin [-] Segment ab495451-a748-4fe2-ae16-c62dd55f35b3 resource provider aggregate not found 2026-02-26 03:07:04.463 7 INFO neutron.services.segments.plugin [-] Segment ab495451-a748-4fe2-ae16-c62dd55f35b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab495451-a748-4fe2-ae16-c62dd55f35b3 found for delete ", "request_id": "req-967fe146-5ed0-4cb3-8f89-849d3da33db1"}]} 2026-02-26 03:07:04.480 7 INFO neutron.services.segments.plugin [-] Segment ab495451-a748-4fe2-ae16-c62dd55f35b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab495451-a748-4fe2-ae16-c62dd55f35b3 found for delete ", "request_id": "req-b02b8ccb-d5b9-4764-af7b-39a7f1bb05b9"}]} 2026-02-26 03:07:04.485 7 INFO neutron.services.segments.plugin [-] Segment 53e15980-85ed-4f3f-b944-767081693a88 resource provider aggregate not found 2026-02-26 03:07:04.500 7 INFO neutron.services.segments.plugin [-] Segment 53e15980-85ed-4f3f-b944-767081693a88 resource provider aggregate not found [pid: 7|app: 0|req: 896/1650] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:07:04 2026] GET /v2.0/security-groups?id=8800032c-ce5e-4748-a1b6-7476acda02ce&fields=id&fields=name => generated 113 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:07:04.508 7 INFO neutron.services.segments.plugin [-] Segment 53e15980-85ed-4f3f-b944-767081693a88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53e15980-85ed-4f3f-b944-767081693a88 found for delete ", "request_id": "req-7337a3f3-44ee-4ba9-a576-b55822c47e4d"}]} [pid: 8|app: 0|req: 755/1651] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:04 2026] DELETE /v2.0/security-groups/834cf05b-fce6-4f48-b2d6-220ad1a6cca0 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:07:04.524 7 INFO neutron.pecan_wsgi.hooks.translation [None req-865b9022-7eab-49d8-ad09-958c26c6d86d fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 897/1652] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:07:04 2026] DELETE /v2.0/subnets/eaec556a-d670-4ca1-a601-a814a444d11e => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:07:04.528 7 INFO neutron.services.segments.plugin [-] Segment 53e15980-85ed-4f3f-b944-767081693a88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53e15980-85ed-4f3f-b944-767081693a88 found for delete ", "request_id": "req-b1e9d2f6-e164-4cc6-834c-9e8dc25aed68"}]} 2026-02-26 03:07:04.532 7 INFO neutron.services.segments.plugin [-] Segment b2738ac4-cac6-422c-9fb7-9a2331ae1fdc resource provider aggregate not found [pid: 8|app: 0|req: 756/1653] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:07:04 2026] GET /v2.0/subnets => generated 2611 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1654] 10.0.0.78 () {32 vars in 735 bytes} [Thu Feb 26 03:07:04 2026] GET /v2.0/ports?device_id=8d867a0b-f2e8-4587-b7cd-1e43ecf9d7c0 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:07:04.556 7 INFO neutron.services.segments.plugin [-] Segment b2738ac4-cac6-422c-9fb7-9a2331ae1fdc resource provider aggregate not found 2026-02-26 03:07:04.560 7 INFO neutron.services.segments.plugin [-] Segment b2738ac4-cac6-422c-9fb7-9a2331ae1fdc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2738ac4-cac6-422c-9fb7-9a2331ae1fdc found for delete ", "request_id": "req-6c78e2c3-589c-4fb0-96cb-83452bde2a61"}]} [pid: 8|app: 0|req: 757/1655] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:07:04 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:07:04.573 7 INFO neutron.services.segments.plugin [-] Segment b2738ac4-cac6-422c-9fb7-9a2331ae1fdc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2738ac4-cac6-422c-9fb7-9a2331ae1fdc found for delete ", "request_id": "req-697715f3-9baf-4563-ae80-7217a8ae753b"}]} 2026-02-26 03:07:04.581 7 INFO neutron.api.v2.resource [None req-4de9b907-9628-4607-ad2e-74869644b3df fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 899/1656] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:07:04 2026] DELETE /v2.0/routers/8d867a0b-f2e8-4587-b7cd-1e43ecf9d7c0 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:07:04.605 7 INFO neutron.pecan_wsgi.hooks.translation [None req-373daf30-da70-48cd-9e0e-1786900cccf6 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 900/1657] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:07:04 2026] DELETE /v2.0/subnets/5af190e4-28e3-41fd-9d45-75ce473cd6c4 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1658] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:07:04 2026] GET /v2.0/floatingips => generated 861 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1659] 10.0.0.78 () {32 vars in 735 bytes} [Thu Feb 26 03:07:04 2026] GET /v2.0/ports?device_id=79e815fc-ef1a-4f12-ae59-0f9cd235d5f6 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:07:04.655 7 INFO neutron.api.v2.resource [None req-dfd700a9-30b8-4c4f-bc37-0cc4652a212e fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 902/1660] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:07:04 2026] DELETE /v2.0/routers/79e815fc-ef1a-4f12-ae59-0f9cd235d5f6 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1661] 10.0.0.27 () {28 vars in 584 bytes} [Thu Feb 26 03:07:04 2026] GET /v2.0/networks => generated 3622 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:07:04.723 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3db42b41-ece7-4fdb-98df-2b4e01419793 fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 760/1662] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:07:04 2026] DELETE /v2.0/subnets/954153d9-8bba-46ca-9a68-49f1b914368c => 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: 903/1663] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:04 2026] GET /v2.0/security-groups?tenant_id=082a1b9577ea42808a21b645f3406774&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1664] 10.0.0.27 () {28 vars in 578 bytes} [Thu Feb 26 03:07:04 2026] GET /v2.0/ports => generated 11763 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-02-26 03:07:04.806 7 INFO neutron.pecan_wsgi.hooks.translation [None req-de119fd1-c595-4777-864c-4ae0783dbc0e fb690c63e67540909b45a1e82f06f431 f617d73c31634776a685c6949051a932 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 904/1665] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:07:04 2026] DELETE /v2.0/subnets/dd4860a5-c157-4856-a780-e9dffe4e2236 => 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: 905/1666] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:07:04 2026] GET /v2.0/routers => generated 740 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1667] 10.0.0.27 () {28 vars in 623 bytes} [Thu Feb 26 03:07:04 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1668] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:04 2026] DELETE /v2.0/security-groups/81a6a6f6-e3c0-464e-896e-388f504905fd => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1669] 10.0.0.27 () {28 vars in 676 bytes} [Thu Feb 26 03:07:04 2026] GET /v2.0/routers/73a7bda4-9728-4448-99f0-c0a627e6fd0d/l3-agents => generated 681 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1670] 10.0.0.27 () {28 vars in 580 bytes} [Thu Feb 26 03:07:05 2026] GET /v2.0/agents => generated 3385 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1671] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:07:05 2026] GET /v2.0/subnets => generated 2611 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1672] 10.0.0.27 () {28 vars in 618 bytes} [Thu Feb 26 03:07:05 2026] GET /v2.0/network-ip-availabilities => generated 2009 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1673] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:05 2026] GET /v2.0/security-groups?tenant_id=f617d73c31634776a685c6949051a932&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1674] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:05 2026] DELETE /v2.0/security-groups/ffd0b5f6-e6e1-4226-94a1-4b762acf4521 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:07:08.127 7 INFO neutron.db.segments_db [None req-a2c1158b-38a4-4650-8b2a-49c6fb8c1971 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment a5dc4865-5de3-40c8-9707-707ef3995b46 of type vxlan for network 0331400e-de84-4b87-ba5d-500bc4fa7ba0 [pid: 7|app: 0|req: 911/1677] 10.0.0.78 () {34 vars in 670 bytes} [Thu Feb 26 03:07:07 2026] POST /v2.0/networks => generated 741 bytes in 845 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1678] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:07:08 2026] POST /v2.0/subnets => generated 688 bytes in 735 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1679] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:07:09 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:07:09.377 7 INFO neutron.db.segments_db [None req-d27073c4-5e1f-47ec-9820-f104a9f75d43 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment 35ae990c-798b-464f-aa43-b7a628cf3b1e of type vxlan for network be9cfdf3-7586-4aba-a797-69b754514a16 [pid: 8|app: 0|req: 768/1680] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:09 2026] GET /v2.0/security-groups?tenant_id=23d7be680e35451d992a69caadd7b63d&name=default => generated 2925 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1681] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:07:09 2026] GET /v2.0/security-groups?id=8800032c-ce5e-4748-a1b6-7476acda02ce&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1682] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:09 2026] DELETE /v2.0/security-groups/0bf869d2-997d-4a75-82fb-2f22b953a2eb => generated 0 bytes in 357 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:07:10.270 7 INFO neutron.db.l3_hamode_db [None req-d27073c4-5e1f-47ec-9820-f104a9f75d43 d8742f7fa92f41c6a9007317aca83f00 643380093fc04fa290ad87561aa41651 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 03:07:10.280 8 INFO neutron.db.segments_db [None req-c9ea7e86-6594-4798-a039-f8c480865599 8b3f52933e454d8c9d418d78eefc01fa 2383db6a7e82475395083750feee002f - - default default] Added segment 29d8abc9-6e68-4014-bb6d-381a10fd5505 of type vxlan for network 1808c1fd-d998-4fba-86a3-b2f49f3b2ac9 2026-02-26 03:07:11.347 8 INFO neutron.db.l3_hamode_db [None req-c9ea7e86-6594-4798-a039-f8c480865599 8b3f52933e454d8c9d418d78eefc01fa 2383db6a7e82475395083750feee002f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 03:07:11.462 8 INFO neutron.db.l3_hamode_db [None req-c9ea7e86-6594-4798-a039-f8c480865599 8b3f52933e454d8c9d418d78eefc01fa 2383db6a7e82475395083750feee002f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 03:07:11.732 7 INFO neutron.db.l3_hamode_db [None req-d27073c4-5e1f-47ec-9820-f104a9f75d43 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 771/1683] 10.0.0.78 () {34 vars in 667 bytes} [Thu Feb 26 03:07:10 2026] POST /v2.0/routers => generated 474 bytes in 2166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1684] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:07:12 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1685] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:12 2026] GET /v2.0/security-groups?tenant_id=375e2415b2e544c88cfb1452e8f1fd03&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:07:12.486 8 INFO neutron.db.l3_hamode_db [None req-d681bfb1-c229-4e09-abd4-25eb06e279e4 8b3f52933e454d8c9d418d78eefc01fa 2383db6a7e82475395083750feee002f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 03:07:12.628 8 INFO neutron.db.l3_hamode_db [None req-d681bfb1-c229-4e09-abd4-25eb06e279e4 8b3f52933e454d8c9d418d78eefc01fa 2383db6a7e82475395083750feee002f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 913/1686] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:07:09 2026] POST /v2.0/routers => generated 728 bytes in 3472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1687] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:07:12 2026] GET /v2.0/security-groups?id=8800032c-ce5e-4748-a1b6-7476acda02ce&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: 915/1688] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:12 2026] DELETE /v2.0/security-groups/4fc2c86d-eb09-4220-a167-b98c8bcc2912 => 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: 916/1689] 199.204.45.69 () {34 vars in 993 bytes} [Thu Feb 26 03:07:12 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1690] 10.0.0.78 () {34 vars in 667 bytes} [Thu Feb 26 03:07:12 2026] POST /v2.0/routers => generated 474 bytes in 880 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:07:13.425 8 INFO neutron_taas.services.taas.taas_plugin [req-7edcb01f-828a-45a0-a8e5-9b241b6f2a68 req-4bcfa5ea-3a93-4983-a8a3-35c51d5a3189 9b25c5623deb4fe4b1d6ec042817968b db44ebf984b24fd7974ba3b1928cecf0 - - default default] TaaS: Handle Delete Port: 100673c0-ccb3-44d3-b53e-7bdf0323b228 2026-02-26 03:07:13.428 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7edcb01f-828a-45a0-a8e5-9b241b6f2a68 req-4bcfa5ea-3a93-4983-a8a3-35c51d5a3189 9b25c5623deb4fe4b1d6ec042817968b db44ebf984b24fd7974ba3b1928cecf0 - - default default] Tap Mirror: Handle Delete Port: 100673c0-ccb3-44d3-b53e-7bdf0323b228 2026-02-26 03:07:13.548 8 INFO neutron.db.l3_db [req-7edcb01f-828a-45a0-a8e5-9b241b6f2a68 req-4bcfa5ea-3a93-4983-a8a3-35c51d5a3189 9b25c5623deb4fe4b1d6ec042817968b db44ebf984b24fd7974ba3b1928cecf0 - - default default] Floating IP 7b671dee-46b6-458a-998a-1b9ac2512a10 disassociated. External IP: 10.96.250.212, port: 100673c0-ccb3-44d3-b53e-7bdf0323b228. [pid: 8|app: 0|req: 775/1691] 199.204.45.69 () {36 vars in 996 bytes} [Thu Feb 26 03:07:13 2026] DELETE /v2.0/ports/100673c0-ccb3-44d3-b53e-7bdf0323b228 => generated 0 bytes in 617 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:07:13.970 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-818331ef-63a5-48d8-8f60-3cf730a8dd31'] response: {'server_uuid': 'fae081ee-9d72-474b-b571-c69352a7b722', 'name': 'network-vif-deleted', 'tag': '100673c0-ccb3-44d3-b53e-7bdf0323b228', 'status': 'completed', 'code': 200} 2026-02-26 03:07:13.978 8 INFO neutron.db.l3_hamode_db [None req-6b9840de-a2a2-4949-bf90-734201b3d378 8b3f52933e454d8c9d418d78eefc01fa 2383db6a7e82475395083750feee002f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 917/1692] 10.0.0.78 () {34 vars in 782 bytes} [Thu Feb 26 03:07:12 2026] PUT /v2.0/routers/62cd5949-6fe3-4d8f-949a-ba7899dc592d/add_router_interface => generated 309 bytes in 1181 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1693] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:07:14 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:07:14.131 8 INFO neutron.db.l3_hamode_db [None req-6b9840de-a2a2-4949-bf90-734201b3d378 8b3f52933e454d8c9d418d78eefc01fa 2383db6a7e82475395083750feee002f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 776/1694] 10.0.0.78 () {34 vars in 667 bytes} [Thu Feb 26 03:07:13 2026] POST /v2.0/routers => generated 474 bytes in 931 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:07:14.922 7 INFO neutron.db.l3_hamode_db [None req-14fa24e4-010f-45d5-918a-36e0e221344f 8b3f52933e454d8c9d418d78eefc01fa 2383db6a7e82475395083750feee002f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 03:07:15.100 7 INFO neutron.db.l3_hamode_db [None req-14fa24e4-010f-45d5-918a-36e0e221344f 8b3f52933e454d8c9d418d78eefc01fa 2383db6a7e82475395083750feee002f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 777/1695] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:07:15 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => 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: 778/1696] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:15 2026] GET /v2.0/security-groups?tenant_id=867e7293784d4ffb8f28413b3b0a85e2&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1697] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:15 2026] DELETE /v2.0/security-groups/368b9d19-50eb-475d-947f-5f8a48b91bc5 => 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: 919/1698] 10.0.0.78 () {34 vars in 667 bytes} [Thu Feb 26 03:07:14 2026] POST /v2.0/routers => generated 474 bytes in 959 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:07:15.909 8 INFO neutron.db.l3_hamode_db [None req-1f2f0299-6ab3-453c-9ea8-636e932c4ed0 8b3f52933e454d8c9d418d78eefc01fa 2383db6a7e82475395083750feee002f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 03:07:16.032 8 INFO neutron.db.l3_hamode_db [None req-1f2f0299-6ab3-453c-9ea8-636e932c4ed0 8b3f52933e454d8c9d418d78eefc01fa 2383db6a7e82475395083750feee002f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 920/1699] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:07:16 2026] GET /v2.0/ports?device_id=fae081ee-9d72-474b-b571-c69352a7b722 => 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: 921/1700] 10.0.0.120 () {34 vars in 982 bytes} [Thu Feb 26 03:07:16 2026] GET /v2.0/networks?id=0331400e-de84-4b87-ba5d-500bc4fa7ba0 => generated 673 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1701] 10.0.0.120 () {34 vars in 965 bytes} [Thu Feb 26 03:07:16 2026] GET /v2.0/quotas/643380093fc04fa290ad87561aa41651 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1702] 10.0.0.120 () {34 vars in 1002 bytes} [Thu Feb 26 03:07:16 2026] GET /v2.0/ports?tenant_id=643380093fc04fa290ad87561aa41651&fields=id => generated 103 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1703] 10.0.0.120 () {34 vars in 1008 bytes} [Thu Feb 26 03:07:16 2026] GET /v2.0/networks/0331400e-de84-4b87-ba5d-500bc4fa7ba0?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: 925/1704] 10.0.0.120 () {34 vars in 1108 bytes} [Thu Feb 26 03:07:16 2026] GET /v2.0/networks/0331400e-de84-4b87-ba5d-500bc4fa7ba0?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: 8|app: 0|req: 780/1705] 10.0.0.78 () {34 vars in 667 bytes} [Thu Feb 26 03:07:15 2026] POST /v2.0/routers => generated 474 bytes in 996 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1706] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:07:16 2026] GET /v2.0/ports?device_id=590f263b-6593-46a6-b135-dc40f4a97b9f => 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: 926/1707] 10.0.0.78 () {34 vars in 750 bytes} [Thu Feb 26 03:07:16 2026] PUT /v2.0/routers/13356bfa-ef2c-4e6c-9ce0-83a6a05267af/tags => generated 17 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1708] 10.0.0.78 () {34 vars in 750 bytes} [Thu Feb 26 03:07:17 2026] PUT /v2.0/routers/eaf33669-f404-48e0-954f-4a538d15cecc/tags => generated 25 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1709] 10.0.0.78 () {34 vars in 750 bytes} [Thu Feb 26 03:07:17 2026] PUT /v2.0/routers/12d19c6c-fd4b-4335-b4d2-716781e57557/tags => generated 34 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1710] 10.0.0.78 () {34 vars in 750 bytes} [Thu Feb 26 03:07:17 2026] PUT /v2.0/routers/5f614a2b-bbeb-4b8a-af27-95013801d3cc/tags => generated 19 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1711] 10.0.0.78 () {32 vars in 663 bytes} [Thu Feb 26 03:07:17 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1712] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:17 2026] DELETE /v2.0/security-groups/8800032c-ce5e-4748-a1b6-7476acda02ce => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1713] 10.0.0.78 () {32 vars in 677 bytes} [Thu Feb 26 03:07:17 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:07:17.648 8 INFO neutron.api.v2.resource [None req-da43105c-9dc9-4de8-aa36-b225c87b4f6e 9b25c5623deb4fe4b1d6ec042817968b db44ebf984b24fd7974ba3b1928cecf0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 785/1714] 10.0.0.78 () {32 vars in 736 bytes} [Thu Feb 26 03:07:17 2026] GET /v2.0/security-groups/8800032c-ce5e-4748-a1b6-7476acda02ce => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1715] 10.0.0.78 () {32 vars in 673 bytes} [Thu Feb 26 03:07:17 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:07:17.809 8 INFO neutron_taas.services.taas.taas_plugin [None req-947cb8f6-50b0-4176-8f43-6a1ddfe58c9e 9b25c5623deb4fe4b1d6ec042817968b db44ebf984b24fd7974ba3b1928cecf0 - - default default] TaaS: Handle Delete Port: fff9324f-6fec-49b3-835c-be543c85474f 2026-02-26 03:07:17.812 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-947cb8f6-50b0-4176-8f43-6a1ddfe58c9e 9b25c5623deb4fe4b1d6ec042817968b db44ebf984b24fd7974ba3b1928cecf0 - - default default] Tap Mirror: Handle Delete Port: fff9324f-6fec-49b3-835c-be543c85474f [pid: 7|app: 0|req: 931/1716] 10.0.0.78 () {32 vars in 685 bytes} [Thu Feb 26 03:07:17 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1717] 10.0.0.78 () {32 vars in 671 bytes} [Thu Feb 26 03:07:17 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1718] 10.0.0.78 () {32 vars in 731 bytes} [Thu Feb 26 03:07:17 2026] DELETE /v2.0/floatingips/7b671dee-46b6-458a-998a-1b9ac2512a10 => 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: 933/1719] 10.0.0.78 () {32 vars in 685 bytes} [Thu Feb 26 03:07:17 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1720] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:07:18 2026] GET /v2.0/ports?device_id=590f263b-6593-46a6-b135-dc40f4a97b9f => 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: 788/1721] 10.0.0.78 () {32 vars in 681 bytes} [Thu Feb 26 03:07:18 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1722] 10.0.0.78 () {32 vars in 693 bytes} [Thu Feb 26 03:07:18 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1723] 10.0.0.78 () {32 vars in 720 bytes} [Thu Feb 26 03:07:18 2026] GET /v2.0/routers/13356bfa-ef2c-4e6c-9ce0-83a6a05267af => generated 485 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:07:18.574 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f3e2ac5-99cc-4dc2-8a9f-91a7ac1fd573 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: e9b50ddd-7c9a-4bfc-b250-0cb50165f81f 2026-02-26 03:07:18.594 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f3e2ac5-99cc-4dc2-8a9f-91a7ac1fd573 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: e9b50ddd-7c9a-4bfc-b250-0cb50165f81f [pid: 8|app: 0|req: 791/1724] 10.0.0.78 () {34 vars in 741 bytes} [Thu Feb 26 03:07:18 2026] PUT /v2.0/routers/13356bfa-ef2c-4e6c-9ce0-83a6a05267af => generated 485 bytes in 702 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1725] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:19 2026] GET /v2.0/security-groups?tenant_id=d51ac2c004ae4a45be7e190aecb56694&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1726] 10.0.0.78 () {32 vars in 735 bytes} [Thu Feb 26 03:07:19 2026] GET /v2.0/ports?device_id=13356bfa-ef2c-4e6c-9ce0-83a6a05267af => 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: 934/1727] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:07:18 2026] PUT /v2.0/routers/73a7bda4-9728-4448-99f0-c0a627e6fd0d/remove_router_interface => generated 309 bytes in 1203 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1728] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:07:19 2026] GET /v2.0/ports?device_id=590f263b-6593-46a6-b135-dc40f4a97b9f => 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: 935/1729] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:19 2026] DELETE /v2.0/security-groups/ea41a597-5ddd-4dbe-b7bf-161f937e5503 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:07:19.447 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7dc4c00-7fb2-43fe-a697-008d54a62b8b 8b3f52933e454d8c9d418d78eefc01fa 2383db6a7e82475395083750feee002f - - default default] TaaS: Handle Delete Port: a3a537a7-04f6-431e-908f-cc47ed44bcc4 2026-02-26 03:07:19.449 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7dc4c00-7fb2-43fe-a697-008d54a62b8b 8b3f52933e454d8c9d418d78eefc01fa 2383db6a7e82475395083750feee002f - - default default] Tap Mirror: Handle Delete Port: a3a537a7-04f6-431e-908f-cc47ed44bcc4 2026-02-26 03:07:19.632 7 INFO neutron_taas.services.taas.taas_plugin [None req-9bc69641-5905-4c3a-bf9a-1c1ca97167b3 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 9b2f843a-3dae-48a6-9989-05f40079f1d1 2026-02-26 03:07:19.638 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bc69641-5905-4c3a-bf9a-1c1ca97167b3 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 9b2f843a-3dae-48a6-9989-05f40079f1d1 2026-02-26 03:07:19.988 7 INFO neutron_taas.services.taas.taas_plugin [None req-9bc69641-5905-4c3a-bf9a-1c1ca97167b3 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 69689826-9aea-43ca-b271-508f6917e3d1 2026-02-26 03:07:19.991 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bc69641-5905-4c3a-bf9a-1c1ca97167b3 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 69689826-9aea-43ca-b271-508f6917e3d1 [pid: 8|app: 0|req: 795/1730] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:07:19 2026] DELETE /v2.0/routers/13356bfa-ef2c-4e6c-9ce0-83a6a05267af => generated 0 bytes in 958 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1731] 10.0.0.78 () {32 vars in 720 bytes} [Thu Feb 26 03:07:20 2026] GET /v2.0/routers/eaf33669-f404-48e0-954f-4a538d15cecc => generated 493 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:07:20.411 7 INFO neutron.services.segments.plugin [-] Segment e6cb942f-482b-48c5-9062-6d48123fdde1 resource provider aggregate not found 2026-02-26 03:07:20.432 7 INFO neutron.services.segments.plugin [-] Segment e6cb942f-482b-48c5-9062-6d48123fdde1 resource provider aggregate not found 2026-02-26 03:07:20.445 7 INFO neutron.services.segments.plugin [-] Segment e6cb942f-482b-48c5-9062-6d48123fdde1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6cb942f-482b-48c5-9062-6d48123fdde1 found for delete ", "request_id": "req-ab7c8fc6-79ee-4eee-9b2f-b91c3877ec75"}]} 2026-02-26 03:07:20.448 7 INFO neutron.services.segments.plugin [-] Segment e6cb942f-482b-48c5-9062-6d48123fdde1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6cb942f-482b-48c5-9062-6d48123fdde1 found for delete ", "request_id": "req-21104a1f-5abc-45fa-a879-89aa4ffa97ec"}]} 2026-02-26 03:07:20.454 7 INFO neutron.db.l3_hamode_db [None req-9bc69641-5905-4c3a-bf9a-1c1ca97167b3 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] HA network bb344417-6e5d-4bc1-83b5-f5e407d6e1c2 was deleted as no HA routers are present in tenant db44ebf984b24fd7974ba3b1928cecf0. [pid: 7|app: 0|req: 936/1732] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:07:19 2026] DELETE /v2.0/routers/73a7bda4-9728-4448-99f0-c0a627e6fd0d => generated 0 bytes in 1080 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1733] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:07:20 2026] GET /v2.0/ports?device_id=590f263b-6593-46a6-b135-dc40f4a97b9f => 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: 938/1734] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:07:20 2026] DELETE /v2.0/subnets/1c613ae9-b835-4fc7-82a7-e6fb34ad3db5 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:07:20.694 7 INFO neutron_taas.services.taas.taas_plugin [None req-45a6ecf6-6680-4717-966e-aad5272bd032 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 0a083d4b-1ebf-447d-967a-632a4067580d 2026-02-26 03:07:20.720 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45a6ecf6-6680-4717-966e-aad5272bd032 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 0a083d4b-1ebf-447d-967a-632a4067580d [pid: 7|app: 0|req: 939/1735] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:07:20 2026] DELETE /v2.0/networks/c4296bdf-7b41-46c7-92b8-889469530120 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1736] 10.0.0.78 () {34 vars in 741 bytes} [Thu Feb 26 03:07:20 2026] PUT /v2.0/routers/eaf33669-f404-48e0-954f-4a538d15cecc => generated 493 bytes in 683 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1737] 10.0.0.78 () {32 vars in 735 bytes} [Thu Feb 26 03:07:20 2026] GET /v2.0/ports?device_id=eaf33669-f404-48e0-954f-4a538d15cecc => 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: 941/1738] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:21 2026] GET /v2.0/security-groups?tenant_id=db44ebf984b24fd7974ba3b1928cecf0&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:07:21.225 8 INFO neutron_taas.services.taas.taas_plugin [None req-8b7d1c24-ebf4-4b32-a639-34506d24aae5 8b3f52933e454d8c9d418d78eefc01fa 2383db6a7e82475395083750feee002f - - default default] TaaS: Handle Delete Port: 78c5826e-40d4-4069-aca3-abe00e1a09d7 2026-02-26 03:07:21.228 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b7d1c24-ebf4-4b32-a639-34506d24aae5 8b3f52933e454d8c9d418d78eefc01fa 2383db6a7e82475395083750feee002f - - default default] Tap Mirror: Handle Delete Port: 78c5826e-40d4-4069-aca3-abe00e1a09d7 [pid: 7|app: 0|req: 942/1739] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:21 2026] DELETE /v2.0/security-groups/f878fb9c-ebff-4afe-b20b-e7e355f66762 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1740] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:07:21 2026] GET /v2.0/networks?id=0331400e-de84-4b87-ba5d-500bc4fa7ba0 => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1741] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:07:21 2026] DELETE /v2.0/routers/eaf33669-f404-48e0-954f-4a538d15cecc => generated 0 bytes in 428 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1742] 10.0.0.78 () {34 vars in 683 bytes} [Thu Feb 26 03:07:21 2026] POST /v2.0/security-groups => generated 1625 bytes in 561 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1743] 199.204.45.69 () {38 vars in 954 bytes} [Thu Feb 26 03:07:21 2026] POST /v2.0/ports => generated 954 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1744] 10.0.0.78 () {32 vars in 720 bytes} [Thu Feb 26 03:07:21 2026] GET /v2.0/routers/12d19c6c-fd4b-4335-b4d2-716781e57557 => generated 502 bytes in 50 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: 801/1747] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:07:21 2026] GET /v2.0/ports?device_id=590f263b-6593-46a6-b135-dc40f4a97b9f => generated 957 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1748] 10.0.0.78 () {32 vars in 662 bytes} [Thu Feb 26 03:07:21 2026] GET /v2.0/security-groups => generated 4530 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:07:22.466 7 INFO neutron.services.segments.plugin [-] Segment 621ef1b3-f27c-44b9-bf90-b86821f96490 resource provider aggregate not found 2026-02-26 03:07:22.469 7 INFO neutron.services.segments.plugin [-] Segment 621ef1b3-f27c-44b9-bf90-b86821f96490 resource provider aggregate not found 2026-02-26 03:07:22.483 7 INFO neutron.services.segments.plugin [-] Segment 621ef1b3-f27c-44b9-bf90-b86821f96490 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 621ef1b3-f27c-44b9-bf90-b86821f96490 found for delete ", "request_id": "req-747d167c-9876-4ea6-ac2c-a99c5c2cc7cb"}]} 2026-02-26 03:07:22.485 7 INFO neutron.services.segments.plugin [-] Segment 621ef1b3-f27c-44b9-bf90-b86821f96490 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 621ef1b3-f27c-44b9-bf90-b86821f96490 found for delete ", "request_id": "req-d8490ae8-9772-47c3-91c5-18891bb9c36f"}]} [pid: 7|app: 0|req: 948/1749] 199.204.45.69 () {38 vars in 1027 bytes} [Thu Feb 26 03:07:21 2026] PUT /v2.0/ports/b1c26faa-2ae3-4bb3-a912-d1d4343b9ea1 => generated 1235 bytes in 540 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: 949/1750] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:07:22 2026] GET /v2.0/security-groups?id=6ded28ae-0d33-4532-87aa-6a9b84aed397&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:07:22.562 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1d73f78-c1ea-4129-ad64-674d2ed3cb2b'] response: {'name': 'network-changed', 'server_uuid': '590f263b-6593-46a6-b135-dc40f4a97b9f', 'tag': 'b1c26faa-2ae3-4bb3-a912-d1d4343b9ea1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 802/1751] 10.0.0.78 () {34 vars in 741 bytes} [Thu Feb 26 03:07:21 2026] PUT /v2.0/routers/12d19c6c-fd4b-4335-b4d2-716781e57557 => generated 502 bytes in 652 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1752] 10.0.0.78 () {34 vars in 757 bytes} [Thu Feb 26 03:07:22 2026] PUT /v2.0/security-groups/80ad5668-4df0-4a1d-bb42-903b43c8a398 => generated 1663 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1753] 10.0.0.78 () {32 vars in 735 bytes} [Thu Feb 26 03:07:22 2026] GET /v2.0/ports?device_id=12d19c6c-fd4b-4335-b4d2-716781e57557 => 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: 951/1754] 10.0.0.78 () {32 vars in 736 bytes} [Thu Feb 26 03:07:22 2026] GET /v2.0/security-groups/80ad5668-4df0-4a1d-bb42-903b43c8a398 => generated 1663 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1755] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:22 2026] DELETE /v2.0/security-groups/80ad5668-4df0-4a1d-bb42-903b43c8a398 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1756] 10.0.0.78 () {32 vars in 662 bytes} [Thu Feb 26 03:07:22 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:07:22.823 7 INFO neutron.api.v2.resource [None req-a4f3e3fa-c92f-4f95-805c-668856436386 19596350676c43a197cab3793e88fe73 3a1275a6d697467dad034b470dcd18d0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 954/1757] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:22 2026] DELETE /v2.0/security-groups/80ad5668-4df0-4a1d-bb42-903b43c8a398 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:07:22.866 8 INFO neutron_taas.services.taas.taas_plugin [None req-038e787f-fd42-4074-b7e4-8bbc060d5414 8b3f52933e454d8c9d418d78eefc01fa 2383db6a7e82475395083750feee002f - - default default] TaaS: Handle Delete Port: ee7c2038-b6f9-42c5-83cb-1bfdbbe7dc43 2026-02-26 03:07:22.869 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-038e787f-fd42-4074-b7e4-8bbc060d5414 8b3f52933e454d8c9d418d78eefc01fa 2383db6a7e82475395083750feee002f - - default default] Tap Mirror: Handle Delete Port: ee7c2038-b6f9-42c5-83cb-1bfdbbe7dc43 [pid: 7|app: 0|req: 955/1758] 10.0.0.78 () {34 vars in 683 bytes} [Thu Feb 26 03:07:22 2026] POST /v2.0/security-groups => generated 1624 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1759] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:07:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1760] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:07:23 2026] GET /v2.0/ports?tenant_id=643380093fc04fa290ad87561aa41651&device_id=590f263b-6593-46a6-b135-dc40f4a97b9f => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1761] 10.0.0.78 () {32 vars in 746 bytes} [Thu Feb 26 03:07:23 2026] GET /v2.0/security-group-rules/4e54a923-d577-4313-8c01-be2e2b7be604 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1762] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:07:22 2026] DELETE /v2.0/routers/12d19c6c-fd4b-4335-b4d2-716781e57557 => generated 0 bytes in 519 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1763] 199.204.45.69 () {34 vars in 1017 bytes} [Thu Feb 26 03:07:23 2026] GET /v2.0/networks?tenant_id=643380093fc04fa290ad87561aa41651&shared=False => generated 769 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1764] 10.0.0.78 () {32 vars in 720 bytes} [Thu Feb 26 03:07:23 2026] GET /v2.0/routers/5f614a2b-bbeb-4b8a-af27-95013801d3cc => generated 487 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1765] 10.0.0.78 () {32 vars in 672 bytes} [Thu Feb 26 03:07:23 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1766] 199.204.45.69 () {34 vars in 929 bytes} [Thu Feb 26 03:07:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1767] 10.0.0.78 () {32 vars in 749 bytes} [Thu Feb 26 03:07:23 2026] DELETE /v2.0/security-group-rules/4e54a923-d577-4313-8c01-be2e2b7be604 => 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: 963/1768] 10.0.0.78 () {32 vars in 672 bytes} [Thu Feb 26 03:07:23 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1769] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:07:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1770] 10.0.0.78 () {32 vars in 746 bytes} [Thu Feb 26 03:07:23 2026] GET /v2.0/security-group-rules/2d67f1de-fc55-4fbd-8b7c-01f30a249ce3 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1771] 10.0.0.78 () {32 vars in 672 bytes} [Thu Feb 26 03:07:23 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: 967/1772] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:07:23 2026] GET /v2.0/ports?device_id=590f263b-6593-46a6-b135-dc40f4a97b9f => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1773] 10.0.0.78 () {32 vars in 749 bytes} [Thu Feb 26 03:07:23 2026] DELETE /v2.0/security-group-rules/2d67f1de-fc55-4fbd-8b7c-01f30a249ce3 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1774] 10.0.0.78 () {34 vars in 741 bytes} [Thu Feb 26 03:07:23 2026] PUT /v2.0/routers/5f614a2b-bbeb-4b8a-af27-95013801d3cc => generated 487 bytes in 540 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1775] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:07:23 2026] GET /v2.0/security-groups?id=6ded28ae-0d33-4532-87aa-6a9b84aed397&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1776] 10.0.0.78 () {32 vars in 735 bytes} [Thu Feb 26 03:07:23 2026] GET /v2.0/ports?device_id=5f614a2b-bbeb-4b8a-af27-95013801d3cc => 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: 807/1777] 10.0.0.78 () {32 vars in 672 bytes} [Thu Feb 26 03:07:23 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:07:23.899 8 INFO neutron.db.securitygroups_db [None req-24bb2b7f-fcc4-45d7-868b-99bd5dd37487 19596350676c43a197cab3793e88fe73 3a1275a6d697467dad034b470dcd18d0 - - default default] Project 3a1275a6d697467dad034b470dcd18d0 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: 808/1778] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:07:23 2026] POST /v2.0/security-group-rules => generated 607 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1779] 10.0.0.78 () {32 vars in 746 bytes} [Thu Feb 26 03:07:23 2026] GET /v2.0/security-group-rules/a9f0ff1e-6859-4996-976f-385a49ff2d01 => generated 607 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:07:24.008 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c87eda9-1d69-46bb-82b6-9047b0658f73 8b3f52933e454d8c9d418d78eefc01fa 2383db6a7e82475395083750feee002f - - default default] TaaS: Handle Delete Port: a32ad74a-3612-43aa-afba-5d7986f0e2ed 2026-02-26 03:07:24.011 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c87eda9-1d69-46bb-82b6-9047b0658f73 8b3f52933e454d8c9d418d78eefc01fa 2383db6a7e82475395083750feee002f - - default default] Tap Mirror: Handle Delete Port: a32ad74a-3612-43aa-afba-5d7986f0e2ed [pid: 8|app: 0|req: 810/1780] 10.0.0.78 () {32 vars in 672 bytes} [Thu Feb 26 03:07:24 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1781] 10.0.0.78 () {32 vars in 749 bytes} [Thu Feb 26 03:07:24 2026] DELETE /v2.0/security-group-rules/a9f0ff1e-6859-4996-976f-385a49ff2d01 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1782] 10.0.0.78 () {32 vars in 672 bytes} [Thu Feb 26 03:07:24 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1783] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:07:23 2026] DELETE /v2.0/routers/5f614a2b-bbeb-4b8a-af27-95013801d3cc => generated 0 bytes in 357 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1784] 10.0.0.78 () {32 vars in 720 bytes} [Thu Feb 26 03:07:24 2026] GET /v2.0/routers/581cadc2-237b-483b-80c2-7b0fe7b9b138 => generated 480 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1785] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:24 2026] DELETE /v2.0/security-groups/a9ef8251-8073-4699-84d2-86a60fc11ec2 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1786] 10.0.0.78 () {32 vars in 662 bytes} [Thu Feb 26 03:07:24 2026] GET /v2.0/security-groups => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1787] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:07:24 2026] GET /v2.0/ports?tenant_id=643380093fc04fa290ad87561aa41651&device_id=590f263b-6593-46a6-b135-dc40f4a97b9f => 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: 816/1788] 10.0.0.78 () {32 vars in 662 bytes} [Thu Feb 26 03:07:24 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1789] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:07:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=b1c26faa-2ae3-4bb3-a912-d1d4343b9ea1 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1790] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:07:24 2026] GET /v2.0/subnets?id=3a7e0b4e-08cb-43f6-af46-c7c84b0d883d => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1791] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:07:24 2026] GET /v2.0/ports?network_id=0331400e-de84-4b87-ba5d-500bc4fa7ba0&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: 820/1792] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:07:24 2026] GET /v2.0/networks/0331400e-de84-4b87-ba5d-500bc4fa7ba0?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1793] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:07:24 2026] GET /v2.0/networks/0331400e-de84-4b87-ba5d-500bc4fa7ba0?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: 822/1794] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:07:24 2026] GET /v2.0/ports?device_id=590f263b-6593-46a6-b135-dc40f4a97b9f => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1795] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:07:24 2026] GET /v2.0/security-groups?id=6ded28ae-0d33-4532-87aa-6a9b84aed397&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1796] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:24 2026] GET /v2.0/security-groups?tenant_id=3a1275a6d697467dad034b470dcd18d0&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1797] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:25 2026] DELETE /v2.0/security-groups/65672563-d997-4716-a070-6861e6e027b6 => 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: 973/1798] 10.0.0.78 () {34 vars in 741 bytes} [Thu Feb 26 03:07:24 2026] PUT /v2.0/routers/581cadc2-237b-483b-80c2-7b0fe7b9b138 => generated 480 bytes in 1013 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1799] 10.0.0.78 () {32 vars in 735 bytes} [Thu Feb 26 03:07:25 2026] GET /v2.0/ports?device_id=581cadc2-237b-483b-80c2-7b0fe7b9b138 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:07:25.453 7 INFO neutron_taas.services.taas.taas_plugin [None req-24406799-f366-43f2-ab6e-7a611d247ec8 8b3f52933e454d8c9d418d78eefc01fa 2383db6a7e82475395083750feee002f - - default default] TaaS: Handle Delete Port: 90316ce3-3bfe-484a-ba33-c17f9b37baa2 2026-02-26 03:07:25.456 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24406799-f366-43f2-ab6e-7a611d247ec8 8b3f52933e454d8c9d418d78eefc01fa 2383db6a7e82475395083750feee002f - - default default] Tap Mirror: Handle Delete Port: 90316ce3-3bfe-484a-ba33-c17f9b37baa2 2026-02-26 03:07:25.813 7 INFO neutron.services.segments.plugin [-] Segment 29d8abc9-6e68-4014-bb6d-381a10fd5505 resource provider aggregate not found 2026-02-26 03:07:25.823 7 INFO neutron.services.segments.plugin [-] Segment 29d8abc9-6e68-4014-bb6d-381a10fd5505 resource provider aggregate not found 2026-02-26 03:07:25.836 7 INFO neutron.services.segments.plugin [-] Segment 29d8abc9-6e68-4014-bb6d-381a10fd5505 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29d8abc9-6e68-4014-bb6d-381a10fd5505 found for delete ", "request_id": "req-8591b999-b958-4010-bbfe-4eb25e3689d2"}]} 2026-02-26 03:07:25.844 7 INFO neutron.services.segments.plugin [-] Segment 29d8abc9-6e68-4014-bb6d-381a10fd5505 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29d8abc9-6e68-4014-bb6d-381a10fd5505 found for delete ", "request_id": "req-1bf08f3a-bb58-4482-a764-2037e14c5202"}]} 2026-02-26 03:07:25.845 7 INFO neutron.db.l3_hamode_db [None req-24406799-f366-43f2-ab6e-7a611d247ec8 8b3f52933e454d8c9d418d78eefc01fa 2383db6a7e82475395083750feee002f - - default default] HA network 1808c1fd-d998-4fba-86a3-b2f49f3b2ac9 was deleted as no HA routers are present in tenant 2383db6a7e82475395083750feee002f. [pid: 7|app: 0|req: 974/1800] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:07:25 2026] DELETE /v2.0/routers/581cadc2-237b-483b-80c2-7b0fe7b9b138 => generated 0 bytes in 551 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1801] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:07:26 2026] GET /v2.0/ports?device_id=590f263b-6593-46a6-b135-dc40f4a97b9f => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1802] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:07:26 2026] GET /v2.0/security-groups?id=6ded28ae-0d33-4532-87aa-6a9b84aed397&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: 828/1803] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:26 2026] GET /v2.0/security-groups?tenant_id=fab32090c509417aa99c5684791d5908&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1804] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:26 2026] DELETE /v2.0/security-groups/d5e82284-9b21-4b89-8446-2146f033136e => 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: 977/1805] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:26 2026] GET /v2.0/security-groups?tenant_id=3cd29c067e894801a7f6850d1a524562&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1806] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:26 2026] GET /v2.0/security-groups?tenant_id=2383db6a7e82475395083750feee002f&name=default => generated 2925 bytes in 374 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1807] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:27 2026] DELETE /v2.0/security-groups/7a3cae1a-a804-46c5-b0c7-8855d3f9206e => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1808] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:26 2026] DELETE /v2.0/security-groups/fd91897a-6ea4-45a2-ab32-676389207d1b => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1809] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:07:27 2026] GET /v2.0/ports?device_id=590f263b-6593-46a6-b135-dc40f4a97b9f => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1810] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:07:27 2026] GET /v2.0/security-groups?id=6ded28ae-0d33-4532-87aa-6a9b84aed397&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: 981/1811] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:27 2026] GET /v2.0/security-groups?tenant_id=d7247f8b94ca4fbba81d4519e4aae0ec&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1812] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:27 2026] DELETE /v2.0/security-groups/73497881-7a70-4af1-923f-761dcc484694 => 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: 831/1813] 10.0.0.78 () {34 vars in 683 bytes} [Thu Feb 26 03:07:27 2026] POST /v2.0/security-groups => generated 1625 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1814] 10.0.0.78 () {32 vars in 662 bytes} [Thu Feb 26 03:07:27 2026] GET /v2.0/security-groups => generated 4530 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1815] 10.0.0.78 () {34 vars in 757 bytes} [Thu Feb 26 03:07:27 2026] PUT /v2.0/security-groups/ef8f9fec-29f7-44e3-8544-cafe858d6ae9 => generated 1663 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1816] 10.0.0.78 () {32 vars in 736 bytes} [Thu Feb 26 03:07:27 2026] GET /v2.0/security-groups/ef8f9fec-29f7-44e3-8544-cafe858d6ae9 => generated 1663 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1817] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:27 2026] DELETE /v2.0/security-groups/ef8f9fec-29f7-44e3-8544-cafe858d6ae9 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1818] 10.0.0.78 () {32 vars in 662 bytes} [Thu Feb 26 03:07:27 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:07:27.858 8 INFO neutron.api.v2.resource [None req-f819dbf9-21ca-4c49-8d8c-8e5dff174522 d0fcf7a1073743ce844bea9d6d4b95ff 944b5d92487b4960b6397db6b497bf6e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 835/1819] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:27 2026] DELETE /v2.0/security-groups/ef8f9fec-29f7-44e3-8544-cafe858d6ae9 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1820] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:27 2026] GET /v2.0/security-groups?tenant_id=692548162c82443eac82ea6e638c9b5e&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1821] 10.0.0.78 () {34 vars in 683 bytes} [Thu Feb 26 03:07:27 2026] POST /v2.0/security-groups => generated 1624 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1822] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:27 2026] DELETE /v2.0/security-groups/1b1e62b2-dc84-412e-b135-7e7686d88993 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1823] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:07:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1824] 10.0.0.78 () {32 vars in 746 bytes} [Thu Feb 26 03:07:28 2026] GET /v2.0/security-group-rules/4ab087c2-cb7f-403e-9323-f0f5e6d22fe1 => generated 601 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1825] 10.0.0.78 () {32 vars in 672 bytes} [Thu Feb 26 03:07:28 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1826] 10.0.0.78 () {32 vars in 749 bytes} [Thu Feb 26 03:07:28 2026] DELETE /v2.0/security-group-rules/4ab087c2-cb7f-403e-9323-f0f5e6d22fe1 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1827] 10.0.0.78 () {32 vars in 672 bytes} [Thu Feb 26 03:07:28 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1828] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:07:28 2026] GET /v2.0/ports?device_id=590f263b-6593-46a6-b135-dc40f4a97b9f => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1829] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:07:28 2026] GET /v2.0/security-groups?id=6ded28ae-0d33-4532-87aa-6a9b84aed397&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: 990/1830] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:07:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1831] 10.0.0.78 () {32 vars in 746 bytes} [Thu Feb 26 03:07:28 2026] GET /v2.0/security-group-rules/304f523f-ccde-4315-b250-db198f1ec474 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1832] 10.0.0.78 () {32 vars in 672 bytes} [Thu Feb 26 03:07:28 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1833] 10.0.0.78 () {32 vars in 749 bytes} [Thu Feb 26 03:07:28 2026] DELETE /v2.0/security-group-rules/304f523f-ccde-4315-b250-db198f1ec474 => 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: 992/1834] 10.0.0.78 () {32 vars in 672 bytes} [Thu Feb 26 03:07:28 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1835] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:07:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1836] 10.0.0.78 () {32 vars in 746 bytes} [Thu Feb 26 03:07:28 2026] GET /v2.0/security-group-rules/a8fd89ca-5657-4502-8743-52f1f40a2eb1 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1837] 10.0.0.78 () {32 vars in 672 bytes} [Thu Feb 26 03:07:28 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1838] 10.0.0.78 () {32 vars in 749 bytes} [Thu Feb 26 03:07:29 2026] DELETE /v2.0/security-group-rules/a8fd89ca-5657-4502-8743-52f1f40a2eb1 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1839] 10.0.0.78 () {32 vars in 672 bytes} [Thu Feb 26 03:07:29 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1840] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:29 2026] DELETE /v2.0/security-groups/5a8e7669-6d4c-4274-bb27-3b259a3989ba => 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: 846/1841] 10.0.0.78 () {32 vars in 662 bytes} [Thu Feb 26 03:07:29 2026] GET /v2.0/security-groups => 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: 996/1842] 10.0.0.78 () {32 vars in 662 bytes} [Thu Feb 26 03:07:29 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1843] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:07:29 2026] GET /v2.0/ports?device_id=590f263b-6593-46a6-b135-dc40f4a97b9f => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1844] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:07:29 2026] GET /v2.0/security-groups?id=6ded28ae-0d33-4532-87aa-6a9b84aed397&fields=id&fields=name => generated 88 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1845] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:29 2026] GET /v2.0/security-groups?tenant_id=944b5d92487b4960b6397db6b497bf6e&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1846] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:30 2026] DELETE /v2.0/security-groups/c4e94725-409b-4d64-8046-8084218fdb85 => 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: 849/1847] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:07:31 2026] GET /v2.0/ports?device_id=590f263b-6593-46a6-b135-dc40f4a97b9f => 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: 999/1848] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:07:31 2026] GET /v2.0/security-groups?id=6ded28ae-0d33-4532-87aa-6a9b84aed397&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1849] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:31 2026] GET /v2.0/security-groups?tenant_id=4531ef5d0f7e4837bd026dda530eb5d5&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1850] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:31 2026] DELETE /v2.0/security-groups/c0254217-531b-49fa-b945-64d676817ef1 => 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: 851/1851] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:31 2026] GET /v2.0/security-groups?tenant_id=e5f54d4c25184a88b71fa0287b51a672&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1852] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:31 2026] DELETE /v2.0/security-groups/51afd04d-8f04-4a8b-8fb8-50ae032c95ec => 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: 852/1853] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:07:32 2026] GET /v2.0/ports?device_id=590f263b-6593-46a6-b135-dc40f4a97b9f => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1854] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:07:32 2026] GET /v2.0/security-groups?id=6ded28ae-0d33-4532-87aa-6a9b84aed397&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1855] 10.0.0.78 () {34 vars in 683 bytes} [Thu Feb 26 03:07:32 2026] POST /v2.0/security-groups => generated 1601 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1856] 10.0.0.78 () {34 vars in 683 bytes} [Thu Feb 26 03:07:32 2026] POST /v2.0/security-groups => generated 1601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1857] 10.0.0.78 () {34 vars in 683 bytes} [Thu Feb 26 03:07:32 2026] POST /v2.0/security-groups => generated 1601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1858] 10.0.0.78 () {34 vars in 683 bytes} [Thu Feb 26 03:07:32 2026] POST /v2.0/security-groups => generated 1601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1859] 10.0.0.78 () {34 vars in 683 bytes} [Thu Feb 26 03:07:33 2026] POST /v2.0/security-groups => generated 1601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1860] 10.0.0.78 () {34 vars in 766 bytes} [Thu Feb 26 03:07:33 2026] PUT /v2.0/security-groups/c4a82c9e-cc5d-44db-8462-0c5cc7f54ea1/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1861] 10.0.0.78 () {34 vars in 766 bytes} [Thu Feb 26 03:07:33 2026] PUT /v2.0/security-groups/bf422b2e-a26f-461d-a971-e7e5e2085d29/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1862] 10.0.0.78 () {34 vars in 766 bytes} [Thu Feb 26 03:07:33 2026] PUT /v2.0/security-groups/d2d52426-931b-4e8b-9354-000cad8cb15e/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1863] 10.0.0.78 () {34 vars in 766 bytes} [Thu Feb 26 03:07:33 2026] PUT /v2.0/security-groups/cc14c7ce-6ed1-4149-a7ab-8ed717a6681d/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1864] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:07:33 2026] GET /v2.0/ports?device_id=590f263b-6593-46a6-b135-dc40f4a97b9f => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1865] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:07:33 2026] GET /v2.0/security-groups?id=6ded28ae-0d33-4532-87aa-6a9b84aed397&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: 1007/1866] 10.0.0.78 () {32 vars in 679 bytes} [Thu Feb 26 03:07:33 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1867] 10.0.0.78 () {32 vars in 693 bytes} [Thu Feb 26 03:07:33 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1868] 10.0.0.78 () {32 vars in 689 bytes} [Thu Feb 26 03:07:33 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1869] 199.204.45.69 () {34 vars in 993 bytes} [Thu Feb 26 03:07:33 2026] GET /v2.0/ports?device_id=590f263b-6593-46a6-b135-dc40f4a97b9f => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1870] 10.0.0.78 () {32 vars in 701 bytes} [Thu Feb 26 03:07:33 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1871] 10.0.0.78 () {32 vars in 687 bytes} [Thu Feb 26 03:07:33 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1872] 10.0.0.78 () {32 vars in 701 bytes} [Thu Feb 26 03:07:33 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:07:33.710 7 INFO neutron_taas.services.taas.taas_plugin [req-ae93b3c4-c022-4bad-a4e0-47c3283f8cd1 req-20a6c045-1818-4345-b49b-137ff742a7c7 eff201c6d51a4488ae2ecbe5d290e881 643380093fc04fa290ad87561aa41651 - - default default] TaaS: Handle Delete Port: b1c26faa-2ae3-4bb3-a912-d1d4343b9ea1 2026-02-26 03:07:33.714 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ae93b3c4-c022-4bad-a4e0-47c3283f8cd1 req-20a6c045-1818-4345-b49b-137ff742a7c7 eff201c6d51a4488ae2ecbe5d290e881 643380093fc04fa290ad87561aa41651 - - default default] Tap Mirror: Handle Delete Port: b1c26faa-2ae3-4bb3-a912-d1d4343b9ea1 [pid: 8|app: 0|req: 865/1873] 10.0.0.78 () {32 vars in 697 bytes} [Thu Feb 26 03:07:33 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1874] 10.0.0.78 () {32 vars in 709 bytes} [Thu Feb 26 03:07:33 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1875] 199.204.45.69 () {36 vars in 996 bytes} [Thu Feb 26 03:07:33 2026] DELETE /v2.0/ports/b1c26faa-2ae3-4bb3-a912-d1d4343b9ea1 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1876] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:33 2026] DELETE /v2.0/security-groups/c4a82c9e-cc5d-44db-8462-0c5cc7f54ea1 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:07:33.909 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e1381a89-297c-4e49-b76e-6f474bea7d22'] response: {'server_uuid': '590f263b-6593-46a6-b135-dc40f4a97b9f', 'name': 'network-vif-deleted', 'tag': 'b1c26faa-2ae3-4bb3-a912-d1d4343b9ea1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1010/1877] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:33 2026] DELETE /v2.0/security-groups/bf422b2e-a26f-461d-a971-e7e5e2085d29 => 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: 868/1878] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:34 2026] DELETE /v2.0/security-groups/d2d52426-931b-4e8b-9354-000cad8cb15e => 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: 1011/1879] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:34 2026] DELETE /v2.0/security-groups/cc14c7ce-6ed1-4149-a7ab-8ed717a6681d => 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: 869/1880] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:34 2026] DELETE /v2.0/security-groups/6054f24a-1ae7-4330-9927-7dd67b9ac34e => 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: 1012/1881] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:07:34 2026] GET /v2.0/ports?device_id=590f263b-6593-46a6-b135-dc40f4a97b9f => 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: 870/1882] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:35 2026] GET /v2.0/security-groups?tenant_id=52a309600c5e4ff691f9e4aa64b6ca3f&name=default => generated 2925 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1883] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:35 2026] DELETE /v2.0/security-groups/cbc35b46-bf6c-427a-8066-52a941a4ba32 => 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: 1013/1884] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:35 2026] GET /v2.0/security-groups?tenant_id=a6450bd373664bf8aa295bcece5f74d8&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1885] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:35 2026] DELETE /v2.0/security-groups/5c92def5-aad4-4d2d-8c53-9b72fd24da21 => 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: 873/1886] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:07:35 2026] GET /v2.0/ports?device_id=590f263b-6593-46a6-b135-dc40f4a97b9f => 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: 1014/1887] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:35 2026] GET /v2.0/security-groups?tenant_id=2365bcbe43d54236a5685d9a8c10ab51&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1888] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:35 2026] DELETE /v2.0/security-groups/5ea3212d-2086-4d46-a451-1a6d35ad0c2e => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1889] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:35 2026] GET /v2.0/security-groups?tenant_id=60c9539b0bc04bcbb972736fb8ad4000&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1890] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:35 2026] DELETE /v2.0/security-groups/2278e61d-bd7a-4622-8535-20170e6be269 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1891] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:35 2026] GET /v2.0/security-groups?tenant_id=15f86721aace461faea708649282cb2b&name=default => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1892] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:35 2026] DELETE /v2.0/security-groups/7fcc0d9a-4dd0-4158-ab86-2ba9aefc494b => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1893] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:35 2026] GET /v2.0/security-groups?tenant_id=0a56b77ae15e4ca08e5a2e5ec533b34e&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1894] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:36 2026] DELETE /v2.0/security-groups/aa2bf942-3fba-41e3-93ca-0222ae9a1a62 => 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: 876/1897] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:36 2026] GET /v2.0/security-groups?tenant_id=ae779b6724f5432eac064c5c9f00ab59&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1898] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:36 2026] DELETE /v2.0/security-groups/a08b2806-87fa-4f09-9139-6f6547d8f574 => 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: 877/1899] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:07:36 2026] GET /v2.0/ports?device_id=590f263b-6593-46a6-b135-dc40f4a97b9f => 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: 1023/1900] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:07:36 2026] GET /v2.0/ports?device_id=590f263b-6593-46a6-b135-dc40f4a97b9f => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:07:38.914 8 INFO neutron.db.segments_db [None req-317626f2-5572-4dcc-b4ef-52e1ad4c741e 72bf8781490c4a0aba0f00309e688b36 2efd22c71e824b2cae6c338c68b3342c - - default default] Added segment 40f2f4d2-e0db-4c05-a789-ad1a44450fdb of type vxlan for network 7b1674b1-c3ba-4e10-b46c-c01161a479bd 2026-02-26 03:07:38.990 8 INFO neutron.db.segments_db [None req-317626f2-5572-4dcc-b4ef-52e1ad4c741e 72bf8781490c4a0aba0f00309e688b36 2efd22c71e824b2cae6c338c68b3342c - - default default] Added segment 8a5967ec-e33f-4f2f-8e91-d362b3c519c2 of type vxlan for network 392210a1-a955-4b6c-aa41-1ec4363d3eeb [pid: 8|app: 0|req: 878/1901] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:07:38 2026] POST /v2.0/networks => generated 1246 bytes in 630 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1902] 10.0.0.78 () {32 vars in 648 bytes} [Thu Feb 26 03:07:39 2026] GET /v2.0/networks => generated 1845 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:07:39.333 8 INFO neutron.services.segments.plugin [-] Segment 40f2f4d2-e0db-4c05-a789-ad1a44450fdb resource provider aggregate not found 2026-02-26 03:07:39.341 8 INFO neutron.services.segments.plugin [-] Segment 40f2f4d2-e0db-4c05-a789-ad1a44450fdb resource provider aggregate not found 2026-02-26 03:07:39.356 8 INFO neutron.services.segments.plugin [-] Segment 40f2f4d2-e0db-4c05-a789-ad1a44450fdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40f2f4d2-e0db-4c05-a789-ad1a44450fdb found for delete ", "request_id": "req-3dd570c5-3234-4f5b-b9ed-ef33ede2179c"}]} 2026-02-26 03:07:39.364 8 INFO neutron.services.segments.plugin [-] Segment 40f2f4d2-e0db-4c05-a789-ad1a44450fdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40f2f4d2-e0db-4c05-a789-ad1a44450fdb found for delete ", "request_id": "req-85703612-5ab7-45ac-8c8a-007a56e3636b"}]} [pid: 8|app: 0|req: 880/1903] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:07:39 2026] DELETE /v2.0/networks/7b1674b1-c3ba-4e10-b46c-c01161a479bd => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:07:39.416 7 INFO neutron_taas.services.taas.taas_plugin [None req-d9f91b3b-1bad-4de6-8106-c085978522ad d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 6e29e770-5013-4115-a164-1fadbff09bbb 2026-02-26 03:07:39.419 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9f91b3b-1bad-4de6-8106-c085978522ad d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 6e29e770-5013-4115-a164-1fadbff09bbb [pid: 8|app: 0|req: 881/1904] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:07:39 2026] DELETE /v2.0/networks/392210a1-a955-4b6c-aa41-1ec4363d3eeb => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1905] 10.0.0.78 () {32 vars in 648 bytes} [Thu Feb 26 03:07:39 2026] GET /v2.0/networks => generated 651 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:07:39.710 8 INFO neutron.db.segments_db [None req-5d9a2f0e-29d5-4235-80e8-a6a9de46b5a0 72bf8781490c4a0aba0f00309e688b36 2efd22c71e824b2cae6c338c68b3342c - - default default] Added segment ddb86ee6-723b-444c-954e-1cf2dbc63b9b of type vxlan for network ef2ee631-28b9-4db4-bc10-25f870a37d78 [pid: 8|app: 0|req: 883/1906] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:07:39 2026] POST /v2.0/networks => generated 649 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1907] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:07:38 2026] PUT /v2.0/routers/62cd5949-6fe3-4d8f-949a-ba7899dc592d/remove_router_interface => generated 309 bytes in 1089 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:07:40.123 7 INFO neutron.db.segments_db [None req-232ad5ec-55ff-4326-bfc1-7c782a6d5478 72bf8781490c4a0aba0f00309e688b36 2efd22c71e824b2cae6c338c68b3342c - - default default] Added segment 345442ed-1525-46f9-a8f9-d0b7dbf373ff of type vxlan for network 433ca864-18b7-47a6-b54a-2cad4484c7e0 [pid: 8|app: 0|req: 884/1908] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:39 2026] GET /v2.0/security-groups?tenant_id=2f8d8c91263d4d4b8913403568825a98&name=default => generated 2925 bytes in 374 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1909] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:07:40 2026] POST /v2.0/networks => generated 650 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1910] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:40 2026] DELETE /v2.0/security-groups/32715cf6-8733-4db1-af7d-8eee8b06bdc0 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:07:40.405 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c018973-7ce6-48c0-aee2-5eaf7a091ab9 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 3f2d8e28-0fe5-4baf-9b1c-241a770f906f 2026-02-26 03:07:40.407 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c018973-7ce6-48c0-aee2-5eaf7a091ab9 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 3f2d8e28-0fe5-4baf-9b1c-241a770f906f 2026-02-26 03:07:40.694 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c018973-7ce6-48c0-aee2-5eaf7a091ab9 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 9bd92009-c1e3-4261-9aeb-d87512c2dc95 2026-02-26 03:07:40.696 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c018973-7ce6-48c0-aee2-5eaf7a091ab9 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 9bd92009-c1e3-4261-9aeb-d87512c2dc95 [pid: 7|app: 0|req: 1027/1911] 10.0.0.78 () {34 vars in 664 bytes} [Thu Feb 26 03:07:40 2026] POST /v2.0/ports => generated 1505 bytes in 617 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, ' 2026-02-26 03:07:41.064 8 INFO neutron.db.l3_hamode_db [None req-6c018973-7ce6-48c0-aee2-5eaf7a091ab9 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] HA network be9cfdf3-7586-4aba-a797-69b754514a16 was deleted as no HA routers are present in tenant 643380093fc04fa290ad87561aa41651. [pid: 8|app: 0|req: 885/1912] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:07:40 2026] DELETE /v2.0/routers/62cd5949-6fe3-4d8f-949a-ba7899dc592d => generated 0 bytes in 891 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1913] 10.0.0.78 () {34 vars in 675 bytes} [Thu Feb 26 03:07:40 2026] POST /v2.0/subnetpools => generated 516 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1914] 10.0.0.78 () {32 vars in 642 bytes} [Thu Feb 26 03:07:41 2026] GET /v2.0/ports => generated 1505 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1915] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:07:41 2026] DELETE /v2.0/subnets/3a7e0b4e-08cb-43f6-af46-c7c84b0d883d => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1916] 10.0.0.78 () {34 vars in 675 bytes} [Thu Feb 26 03:07:41 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1917] 10.0.0.78 () {34 vars in 675 bytes} [Thu Feb 26 03:07:41 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:07:41.304 7 INFO neutron_taas.services.taas.taas_plugin [None req-16824458-6dca-48c6-b3a9-de8cef6a83bd 72bf8781490c4a0aba0f00309e688b36 2efd22c71e824b2cae6c338c68b3342c - - default default] TaaS: Handle Delete Port: 8499b387-8f49-419d-b4cd-9d5b76413082 2026-02-26 03:07:41.307 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16824458-6dca-48c6-b3a9-de8cef6a83bd 72bf8781490c4a0aba0f00309e688b36 2efd22c71e824b2cae6c338c68b3342c - - default default] Tap Mirror: Handle Delete Port: 8499b387-8f49-419d-b4cd-9d5b76413082 [pid: 7|app: 0|req: 1030/1918] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:07:41 2026] DELETE /v2.0/ports/8499b387-8f49-419d-b4cd-9d5b76413082 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:07:41.391 8 INFO neutron.services.segments.plugin [-] Segment 8a5967ec-e33f-4f2f-8e91-d362b3c519c2 resource provider aggregate not found 2026-02-26 03:07:41.407 8 INFO neutron_taas.services.taas.taas_plugin [None req-20a052c8-cedc-4917-be58-fb9867a3a47b d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 17059b60-ae19-4e6f-90d7-c5ba5758868e 2026-02-26 03:07:41.410 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20a052c8-cedc-4917-be58-fb9867a3a47b d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 17059b60-ae19-4e6f-90d7-c5ba5758868e 2026-02-26 03:07:41.412 8 INFO neutron.services.segments.plugin [-] Segment 8a5967ec-e33f-4f2f-8e91-d362b3c519c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a5967ec-e33f-4f2f-8e91-d362b3c519c2 found for delete ", "request_id": "req-be01c9db-ab2a-4f84-8da1-c13a0cb0c827"}]} 2026-02-26 03:07:41.422 8 INFO neutron.services.segments.plugin [-] Segment 8a5967ec-e33f-4f2f-8e91-d362b3c519c2 resource provider aggregate not found 2026-02-26 03:07:41.438 8 INFO neutron.services.segments.plugin [-] Segment 35ae990c-798b-464f-aa43-b7a628cf3b1e resource provider aggregate not found [pid: 7|app: 0|req: 1031/1919] 10.0.0.78 () {34 vars in 675 bytes} [Thu Feb 26 03:07:41 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:07:41.449 8 INFO neutron.services.segments.plugin [-] Segment 8a5967ec-e33f-4f2f-8e91-d362b3c519c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a5967ec-e33f-4f2f-8e91-d362b3c519c2 found for delete ", "request_id": "req-c6ea1523-5405-4808-be0b-2b8b555648c9"}]} 2026-02-26 03:07:41.477 8 INFO neutron.services.segments.plugin [-] Segment 35ae990c-798b-464f-aa43-b7a628cf3b1e resource provider aggregate not found 2026-02-26 03:07:41.481 8 INFO neutron.services.segments.plugin [-] Segment 35ae990c-798b-464f-aa43-b7a628cf3b1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35ae990c-798b-464f-aa43-b7a628cf3b1e found for delete ", "request_id": "req-49c9f0a5-8487-4daa-b7b9-1034d1684e25"}]} 2026-02-26 03:07:41.494 8 INFO neutron.services.segments.plugin [-] Segment 35ae990c-798b-464f-aa43-b7a628cf3b1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35ae990c-798b-464f-aa43-b7a628cf3b1e found for delete ", "request_id": "req-59059cae-b98e-4eb8-a540-dc3689288ce1"}]} 2026-02-26 03:07:41.527 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6ae19f1-b857-4698-9a44-bb6c4cefbd4b 72bf8781490c4a0aba0f00309e688b36 2efd22c71e824b2cae6c338c68b3342c - - default default] TaaS: Handle Delete Port: 1cac60c3-d31e-402a-baad-a51cbb06fd06 2026-02-26 03:07:41.530 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6ae19f1-b857-4698-9a44-bb6c4cefbd4b 72bf8781490c4a0aba0f00309e688b36 2efd22c71e824b2cae6c338c68b3342c - - default default] Tap Mirror: Handle Delete Port: 1cac60c3-d31e-402a-baad-a51cbb06fd06 [pid: 8|app: 0|req: 889/1920] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:07:41 2026] DELETE /v2.0/networks/0331400e-de84-4b87-ba5d-500bc4fa7ba0 => generated 0 bytes in 359 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1921] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:07:41 2026] DELETE /v2.0/ports/1cac60c3-d31e-402a-baad-a51cbb06fd06 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1922] 10.0.0.78 () {32 vars in 642 bytes} [Thu Feb 26 03:07:41 2026] GET /v2.0/ports => 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: 890/1923] 10.0.0.78 () {34 vars in 675 bytes} [Thu Feb 26 03:07:41 2026] POST /v2.0/subnetpools => generated 516 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1924] 10.0.0.78 () {34 vars in 758 bytes} [Thu Feb 26 03:07:41 2026] PUT /v2.0/subnetpools/c919586e-3611-48c9-a95d-b0282ababe7f/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:07:41.788 7 INFO neutron.db.segments_db [None req-313c3f0b-7c2b-4fc5-9336-fe2c34819f52 72bf8781490c4a0aba0f00309e688b36 2efd22c71e824b2cae6c338c68b3342c - - default default] Added segment 8b7b26c3-ca1c-4a66-bcf9-5861cc4d4bb9 of type vxlan for network d7d5f3ec-3b5f-404c-8691-0fb7b1fedc83 [pid: 8|app: 0|req: 892/1925] 10.0.0.78 () {34 vars in 758 bytes} [Thu Feb 26 03:07:41 2026] PUT /v2.0/subnetpools/79b5a891-14f5-4e48-bbc6-e979fc5bc2a9/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1926] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:41 2026] GET /v2.0/security-groups?tenant_id=643380093fc04fa290ad87561aa41651&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: 1034/1927] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:07:41 2026] POST /v2.0/networks => generated 649 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1928] 10.0.0.78 () {34 vars in 758 bytes} [Thu Feb 26 03:07:41 2026] PUT /v2.0/subnetpools/c43b69e1-1e0b-4eb5-83df-b7eee1602f0b/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:07:41.951 8 INFO neutron.db.segments_db [None req-c2069e1b-0a68-4c65-8cae-7a8adb455906 72bf8781490c4a0aba0f00309e688b36 2efd22c71e824b2cae6c338c68b3342c - - default default] Added segment 3a183369-ce79-4715-859f-c73e4ce79020 of type vxlan for network b4812bbc-4f02-4f9a-a635-257e34dc478d [pid: 7|app: 0|req: 1035/1929] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:41 2026] DELETE /v2.0/security-groups/6ded28ae-0d33-4532-87aa-6a9b84aed397 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1930] 10.0.0.78 () {34 vars in 758 bytes} [Thu Feb 26 03:07:41 2026] PUT /v2.0/subnetpools/d5aa3cd5-79b3-40cc-9256-f68b37efc921/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: 1037/1931] 10.0.0.78 () {32 vars in 671 bytes} [Thu Feb 26 03:07:42 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1932] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:07:41 2026] POST /v2.0/networks => generated 649 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/1933] 10.0.0.78 () {32 vars in 685 bytes} [Thu Feb 26 03:07:42 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1934] 10.0.0.78 () {32 vars in 681 bytes} [Thu Feb 26 03:07:42 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1935] 10.0.0.78 () {32 vars in 693 bytes} [Thu Feb 26 03:07:42 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1936] 10.0.0.78 () {32 vars in 679 bytes} [Thu Feb 26 03:07:42 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1937] 10.0.0.78 () {32 vars in 693 bytes} [Thu Feb 26 03:07:42 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1938] 10.0.0.78 () {32 vars in 689 bytes} [Thu Feb 26 03:07:42 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1939] 10.0.0.78 () {32 vars in 701 bytes} [Thu Feb 26 03:07:42 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1940] 10.0.0.78 () {32 vars in 731 bytes} [Thu Feb 26 03:07:42 2026] DELETE /v2.0/subnetpools/c919586e-3611-48c9-a95d-b0282ababe7f => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1941] 10.0.0.78 () {32 vars in 731 bytes} [Thu Feb 26 03:07:42 2026] DELETE /v2.0/subnetpools/79b5a891-14f5-4e48-bbc6-e979fc5bc2a9 => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1942] 10.0.0.78 () {32 vars in 731 bytes} [Thu Feb 26 03:07:42 2026] DELETE /v2.0/subnetpools/c43b69e1-1e0b-4eb5-83df-b7eee1602f0b => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1943] 10.0.0.78 () {32 vars in 731 bytes} [Thu Feb 26 03:07:42 2026] DELETE /v2.0/subnetpools/d5aa3cd5-79b3-40cc-9256-f68b37efc921 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1944] 10.0.0.78 () {32 vars in 731 bytes} [Thu Feb 26 03:07:42 2026] DELETE /v2.0/subnetpools/9bd87f40-5469-4699-b9b6-29f2b0e19c29 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/1945] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:07:42 2026] POST /v2.0/subnets => generated 1274 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/1946] 10.0.0.78 () {32 vars in 646 bytes} [Thu Feb 26 03:07:42 2026] GET /v2.0/subnets => generated 1910 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/1947] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:07:42 2026] DELETE /v2.0/subnets/c5e5d026-d053-44dc-b556-a723da897915 => 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: 1042/1948] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:07:42 2026] DELETE /v2.0/subnets/424b488c-47b3-4087-b8e6-558e1ac21d46 => 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: 1043/1949] 10.0.0.78 () {32 vars in 646 bytes} [Thu Feb 26 03:07:42 2026] GET /v2.0/subnets => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1950] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:42 2026] GET /v2.0/security-groups?tenant_id=150abdd8338f479fb6bd6e0992f9afa9&name=default => generated 2925 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:07:42.993 7 INFO neutron.services.segments.plugin [-] Segment 3a183369-ce79-4715-859f-c73e4ce79020 resource provider aggregate not found 2026-02-26 03:07:42.995 7 INFO neutron.services.segments.plugin [-] Segment 3a183369-ce79-4715-859f-c73e4ce79020 resource provider aggregate not found [pid: 8|app: 0|req: 908/1951] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:42 2026] DELETE /v2.0/security-groups/844c269f-9265-477f-940a-6b20f4dd9508 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:07:43.011 7 INFO neutron.services.segments.plugin [-] Segment 3a183369-ce79-4715-859f-c73e4ce79020 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a183369-ce79-4715-859f-c73e4ce79020 found for delete ", "request_id": "req-73cc432b-c92b-411f-81dd-ac7cce7b40e8"}]} 2026-02-26 03:07:43.015 7 INFO neutron.services.segments.plugin [-] Segment 3a183369-ce79-4715-859f-c73e4ce79020 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a183369-ce79-4715-859f-c73e4ce79020 found for delete ", "request_id": "req-f9d153ca-5fa0-47e9-8ea4-60978fdff673"}]} [pid: 7|app: 0|req: 1044/1952] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:07:42 2026] DELETE /v2.0/networks/b4812bbc-4f02-4f9a-a635-257e34dc478d => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1953] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:07:43 2026] DELETE /v2.0/networks/d7d5f3ec-3b5f-404c-8691-0fb7b1fedc83 => 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: 1045/1954] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:07:43 2026] DELETE /v2.0/networks/433ca864-18b7-47a6-b54a-2cad4484c7e0 => 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: 1046/1955] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:07:43 2026] DELETE /v2.0/networks/ef2ee631-28b9-4db4-bc10-25f870a37d78 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:07:43.504 8 INFO neutron.services.segments.plugin [-] Segment a5dc4865-5de3-40c8-9707-707ef3995b46 resource provider aggregate not found 2026-02-26 03:07:43.520 8 INFO neutron.services.segments.plugin [-] Segment a5dc4865-5de3-40c8-9707-707ef3995b46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5dc4865-5de3-40c8-9707-707ef3995b46 found for delete ", "request_id": "req-37b7989e-3122-4d76-aaf3-9e7332cd2ce6"}]} [pid: 8|app: 0|req: 910/1956] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:43 2026] GET /v2.0/security-groups?tenant_id=164166bca85c4a0e818a6482153ac5cc&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:07:43.523 8 INFO neutron.services.segments.plugin [-] Segment a5dc4865-5de3-40c8-9707-707ef3995b46 resource provider aggregate not found 2026-02-26 03:07:43.537 8 INFO neutron.services.segments.plugin [-] Segment 8b7b26c3-ca1c-4a66-bcf9-5861cc4d4bb9 resource provider aggregate not found 2026-02-26 03:07:43.543 8 INFO neutron.services.segments.plugin [-] Segment a5dc4865-5de3-40c8-9707-707ef3995b46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5dc4865-5de3-40c8-9707-707ef3995b46 found for delete ", "request_id": "req-88530261-7f8f-4536-b7b6-8bbb3c3f6d88"}]} 2026-02-26 03:07:43.554 8 INFO neutron.services.segments.plugin [-] Segment 8b7b26c3-ca1c-4a66-bcf9-5861cc4d4bb9 resource provider aggregate not found 2026-02-26 03:07:43.559 8 INFO neutron.services.segments.plugin [-] Segment 8b7b26c3-ca1c-4a66-bcf9-5861cc4d4bb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b7b26c3-ca1c-4a66-bcf9-5861cc4d4bb9 found for delete ", "request_id": "req-d0ef763d-c85d-4686-a85a-6b411135521a"}]} 2026-02-26 03:07:43.575 8 INFO neutron.services.segments.plugin [-] Segment 8b7b26c3-ca1c-4a66-bcf9-5861cc4d4bb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b7b26c3-ca1c-4a66-bcf9-5861cc4d4bb9 found for delete ", "request_id": "req-9f439b45-3b0b-41c3-8474-2c310b25df20"}]} [pid: 7|app: 0|req: 1047/1957] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:43 2026] DELETE /v2.0/security-groups/5dec8065-17fd-4fb8-8305-477efb9e5345 => 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: 911/1958] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:43 2026] GET /v2.0/security-groups?tenant_id=cd7794c282874648a3f8d46e7d14822d&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1959] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:43 2026] DELETE /v2.0/security-groups/697472f9-f428-408f-9ea8-abd4fe9431e3 => 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: 1048/1960] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:43 2026] GET /v2.0/security-groups?tenant_id=2efd22c71e824b2cae6c338c68b3342c&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1961] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:44 2026] GET /v2.0/security-groups?tenant_id=08e0b54005eb4bfc961e684ea359274a&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/1962] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:44 2026] DELETE /v2.0/security-groups/996053c8-07a0-4cf9-b534-e343458bdcac => 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: 914/1963] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:44 2026] DELETE /v2.0/security-groups/12289130-6af1-418e-83dc-526d3aae2858 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:07:45.030 7 INFO neutron.services.segments.plugin [-] Segment 345442ed-1525-46f9-a8f9-d0b7dbf373ff resource provider aggregate not found 2026-02-26 03:07:45.034 7 INFO neutron.services.segments.plugin [-] Segment 345442ed-1525-46f9-a8f9-d0b7dbf373ff resource provider aggregate not found 2026-02-26 03:07:45.053 7 INFO neutron.services.segments.plugin [-] Segment 345442ed-1525-46f9-a8f9-d0b7dbf373ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 345442ed-1525-46f9-a8f9-d0b7dbf373ff found for delete ", "request_id": "req-bad8196b-a691-4ace-81e5-d71615c07824"}]} 2026-02-26 03:07:45.059 7 INFO neutron.services.segments.plugin [-] Segment 345442ed-1525-46f9-a8f9-d0b7dbf373ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 345442ed-1525-46f9-a8f9-d0b7dbf373ff found for delete ", "request_id": "req-0041b97d-e4a4-4036-a890-3be9d2d8de1e"}]} 2026-02-26 03:07:45.077 7 INFO neutron.services.segments.plugin [-] Segment ddb86ee6-723b-444c-954e-1cf2dbc63b9b resource provider aggregate not found 2026-02-26 03:07:45.085 7 INFO neutron.services.segments.plugin [-] Segment ddb86ee6-723b-444c-954e-1cf2dbc63b9b resource provider aggregate not found 2026-02-26 03:07:45.093 7 INFO neutron.services.segments.plugin [-] Segment ddb86ee6-723b-444c-954e-1cf2dbc63b9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddb86ee6-723b-444c-954e-1cf2dbc63b9b found for delete ", "request_id": "req-98d2f8da-d821-43bb-9699-5c7bee62f032"}]} 2026-02-26 03:07:45.102 7 INFO neutron.services.segments.plugin [-] Segment ddb86ee6-723b-444c-954e-1cf2dbc63b9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddb86ee6-723b-444c-954e-1cf2dbc63b9b found for delete ", "request_id": "req-5bba008f-b7a6-4f27-9466-fba23b7214ea"}]} 2026-02-26 03:07:46.360 7 INFO neutron.db.segments_db [None req-db1c4c57-26e0-485e-bc93-d738f89b9d0e 3c668346c99d4d2dba29a2bbba2a1f1c 80e95c98f3124db29dcbbd7a9a930048 - - default default] Added segment 15c0f986-f614-4c26-b15f-c2090358c26e of type vxlan for network be8528be-b520-4891-a178-cab0547615d4 [pid: 7|app: 0|req: 1050/1964] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:07:46 2026] POST /v2.0/networks => generated 644 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1965] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:07:46 2026] POST /v2.0/subnets => generated 641 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:07:46.810 7 INFO neutron.db.segments_db [None req-f2c56d8d-d848-4105-9812-ef9fe0f389e3 3c668346c99d4d2dba29a2bbba2a1f1c 80e95c98f3124db29dcbbd7a9a930048 - - default default] Added segment 289348a1-00ec-4cd7-a6bd-5213052b788a of type vxlan for network 4a0917dd-f1f8-428f-a91b-60abb2860dbc [pid: 7|app: 0|req: 1051/1966] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:07:46 2026] POST /v2.0/networks => generated 644 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1967] 10.0.0.78 () {34 vars in 742 bytes} [Thu Feb 26 03:07:46 2026] PUT /v2.0/networks/4a0917dd-f1f8-428f-a91b-60abb2860dbc => generated 592 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/1968] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:07:47 2026] POST /v2.0/subnets => generated 626 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1969] 10.0.0.78 () {34 vars in 740 bytes} [Thu Feb 26 03:07:47 2026] PUT /v2.0/subnets/c7a11255-d538-46ae-8adb-405d7d3d8549 => generated 636 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:07:47.791 8 INFO neutron.services.segments.plugin [-] Segment 289348a1-00ec-4cd7-a6bd-5213052b788a resource provider aggregate not found 2026-02-26 03:07:47.796 8 INFO neutron.services.segments.plugin [-] Segment 289348a1-00ec-4cd7-a6bd-5213052b788a resource provider aggregate not found 2026-02-26 03:07:47.811 8 INFO neutron.services.segments.plugin [-] Segment 289348a1-00ec-4cd7-a6bd-5213052b788a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 289348a1-00ec-4cd7-a6bd-5213052b788a found for delete ", "request_id": "req-7a6bde08-b8ed-4aeb-aa4a-275a8ae316b7"}]} 2026-02-26 03:07:47.813 8 INFO neutron.services.segments.plugin [-] Segment 289348a1-00ec-4cd7-a6bd-5213052b788a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 289348a1-00ec-4cd7-a6bd-5213052b788a found for delete ", "request_id": "req-61d2ad5d-59d3-4b86-b93b-f09d3fb26317"}]} [pid: 8|app: 0|req: 918/1970] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:07:47 2026] DELETE /v2.0/networks/4a0917dd-f1f8-428f-a91b-60abb2860dbc => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:07:47.846 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ae5e11bf-a686-415a-a369-9fe198ba396e 3c668346c99d4d2dba29a2bbba2a1f1c 80e95c98f3124db29dcbbd7a9a930048 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 919/1971] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:07:47 2026] DELETE /v2.0/networks/4a0917dd-f1f8-428f-a91b-60abb2860dbc => generated 138 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:07:47.848 7 INFO neutron.db.segments_db [None req-fd395388-879a-4a78-a456-82a754869698 efd6fb34c1bb4f829b5b89561091c998 bf97ca48235d447fad553e5e017b7727 - - default default] Added segment 9fa954ca-1692-448b-8292-3e7013177b4b of type vxlan for network fee6a001-b1e4-4eea-9af8-d92d64523968 [pid: 8|app: 0|req: 920/1972] 10.0.0.78 () {32 vars in 693 bytes} [Thu Feb 26 03:07:47 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1973] 10.0.0.78 () {32 vars in 741 bytes} [Thu Feb 26 03:07:47 2026] GET /v2.0/subnets?network_id=8b8ebccc-b4c3-4574-95e0-5c1c679ff7be => generated 649 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1974] 10.0.0.78 () {32 vars in 652 bytes} [Thu Feb 26 03:07:47 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/1975] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:07:47 2026] POST /v2.0/networks => generated 632 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1976] 10.0.0.78 () {32 vars in 648 bytes} [Thu Feb 26 03:07:47 2026] GET /v2.0/networks => generated 1309 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/1977] 10.0.0.78 () {34 vars in 752 bytes} [Thu Feb 26 03:07:47 2026] PUT /v2.0/networks/fee6a001-b1e4-4eea-9af8-d92d64523968/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1978] 10.0.0.78 () {32 vars in 646 bytes} [Thu Feb 26 03:07:48 2026] GET /v2.0/subnets => generated 1280 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/1979] 10.0.0.78 () {32 vars in 732 bytes} [Thu Feb 26 03:07:48 2026] GET /v2.0/networks/fee6a001-b1e4-4eea-9af8-d92d64523968/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1980] 10.0.0.78 () {32 vars in 722 bytes} [Thu Feb 26 03:07:48 2026] GET /v2.0/networks/be8528be-b520-4891-a178-cab0547615d4 => generated 669 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1981] 10.0.0.78 () {32 vars in 720 bytes} [Thu Feb 26 03:07:48 2026] GET /v2.0/subnets/05c4320e-1538-46ca-b836-833001172e9d => generated 641 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:07:48.158 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e88191be-9cd3-4e16-8169-d8875ab9ee42 3c668346c99d4d2dba29a2bbba2a1f1c 80e95c98f3124db29dcbbd7a9a930048 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 927/1982] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:07:48 2026] DELETE /v2.0/subnets/c7a11255-d538-46ae-8adb-405d7d3d8549 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/1983] 10.0.0.78 () {34 vars in 763 bytes} [Thu Feb 26 03:07:48 2026] PUT /v2.0/networks/fee6a001-b1e4-4eea-9af8-d92d64523968/tags/green => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-02-26 03:07:48.174 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d6571324-3625-4d72-9b62-e4d59f442da1 3c668346c99d4d2dba29a2bbba2a1f1c 80e95c98f3124db29dcbbd7a9a930048 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 928/1984] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:07:48 2026] DELETE /v2.0/networks/4a0917dd-f1f8-428f-a91b-60abb2860dbc => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/1985] 10.0.0.78 () {32 vars in 732 bytes} [Thu Feb 26 03:07:48 2026] GET /v2.0/networks/fee6a001-b1e4-4eea-9af8-d92d64523968/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/1986] 10.0.0.78 () {34 vars in 759 bytes} [Thu Feb 26 03:07:48 2026] PUT /v2.0/networks/fee6a001-b1e4-4eea-9af8-d92d64523968/tags/red => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1987] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:07:48 2026] DELETE /v2.0/subnets/05c4320e-1538-46ca-b836-833001172e9d => 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: 1059/1988] 10.0.0.78 () {32 vars in 732 bytes} [Thu Feb 26 03:07:48 2026] GET /v2.0/networks/fee6a001-b1e4-4eea-9af8-d92d64523968/tags => generated 34 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:07:48.476 8 INFO neutron_taas.services.taas.taas_plugin [None req-006eddde-1108-41f5-a724-c1a6ea9cb1ff 3c668346c99d4d2dba29a2bbba2a1f1c 80e95c98f3124db29dcbbd7a9a930048 - - default default] TaaS: Handle Delete Port: 5861862e-e636-4fb3-8c33-72e73bb22462 2026-02-26 03:07:48.478 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-006eddde-1108-41f5-a724-c1a6ea9cb1ff 3c668346c99d4d2dba29a2bbba2a1f1c 80e95c98f3124db29dcbbd7a9a930048 - - default default] Tap Mirror: Handle Delete Port: 5861862e-e636-4fb3-8c33-72e73bb22462 [pid: 7|app: 0|req: 1060/1989] 10.0.0.78 () {34 vars in 781 bytes} [Thu Feb 26 03:07:48 2026] PUT /v2.0/networks/fee6a001-b1e4-4eea-9af8-d92d64523968/tags/black.or.white => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/1990] 10.0.0.78 () {32 vars in 732 bytes} [Thu Feb 26 03:07:48 2026] GET /v2.0/networks/fee6a001-b1e4-4eea-9af8-d92d64523968/tags => generated 52 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/1991] 10.0.0.78 () {34 vars in 752 bytes} [Thu Feb 26 03:07:48 2026] PUT /v2.0/networks/fee6a001-b1e4-4eea-9af8-d92d64523968/tags => generated 37 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1992] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:07:48 2026] DELETE /v2.0/networks/be8528be-b520-4891-a178-cab0547615d4 => generated 0 bytes in 365 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/1993] 10.0.0.78 () {32 vars in 732 bytes} [Thu Feb 26 03:07:48 2026] GET /v2.0/networks/fee6a001-b1e4-4eea-9af8-d92d64523968/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: 931/1994] 10.0.0.78 () {32 vars in 740 bytes} [Thu Feb 26 03:07:48 2026] GET /v2.0/networks/fee6a001-b1e4-4eea-9af8-d92d64523968/tags/red => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:07:48.849 7 INFO neutron.api.v2.resource [None req-8fce977a-2f35-4d9e-82f4-94d3f0deafd9 efd6fb34c1bb4f829b5b89561091c998 bf97ca48235d447fad553e5e017b7727 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1064/1995] 10.0.0.78 () {32 vars in 744 bytes} [Thu Feb 26 03:07:48 2026] GET /v2.0/networks/fee6a001-b1e4-4eea-9af8-d92d64523968/tags/green => generated 99 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1996] 10.0.0.78 () {32 vars in 743 bytes} [Thu Feb 26 03:07:48 2026] DELETE /v2.0/networks/fee6a001-b1e4-4eea-9af8-d92d64523968/tags/red => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/1997] 10.0.0.78 () {32 vars in 732 bytes} [Thu Feb 26 03:07:48 2026] GET /v2.0/networks/fee6a001-b1e4-4eea-9af8-d92d64523968/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:07:49.028 8 INFO neutron.api.v2.resource [None req-47f00794-95ba-47e6-bb31-68b963f0074a efd6fb34c1bb4f829b5b89561091c998 bf97ca48235d447fad553e5e017b7727 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 933/1998] 10.0.0.78 () {32 vars in 747 bytes} [Thu Feb 26 03:07:48 2026] DELETE /v2.0/networks/fee6a001-b1e4-4eea-9af8-d92d64523968/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/1999] 10.0.0.78 () {32 vars in 735 bytes} [Thu Feb 26 03:07:49 2026] DELETE /v2.0/networks/fee6a001-b1e4-4eea-9af8-d92d64523968/tags => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/2000] 10.0.0.78 () {32 vars in 732 bytes} [Thu Feb 26 03:07:49 2026] GET /v2.0/networks/fee6a001-b1e4-4eea-9af8-d92d64523968/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:07:49.270 7 INFO neutron.services.segments.plugin [-] Segment 9fa954ca-1692-448b-8292-3e7013177b4b resource provider aggregate not found 2026-02-26 03:07:49.279 7 INFO neutron.services.segments.plugin [-] Segment 9fa954ca-1692-448b-8292-3e7013177b4b resource provider aggregate not found 2026-02-26 03:07:49.285 7 INFO neutron.services.segments.plugin [-] Segment 9fa954ca-1692-448b-8292-3e7013177b4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fa954ca-1692-448b-8292-3e7013177b4b found for delete ", "request_id": "req-db67659b-22eb-423c-bb97-399931b49171"}]} 2026-02-26 03:07:49.292 7 INFO neutron.services.segments.plugin [-] Segment 9fa954ca-1692-448b-8292-3e7013177b4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fa954ca-1692-448b-8292-3e7013177b4b found for delete ", "request_id": "req-f863d12b-ede3-4852-b9cf-049ad21504db"}]} [pid: 7|app: 0|req: 1067/2001] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:07:49 2026] DELETE /v2.0/networks/fee6a001-b1e4-4eea-9af8-d92d64523968 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/2002] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:49 2026] GET /v2.0/security-groups?tenant_id=80e95c98f3124db29dcbbd7a9a930048&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2003] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:49 2026] DELETE /v2.0/security-groups/20a924e4-bcb1-4fb3-851a-e4c7f1e95df7 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:07:49.834 8 INFO neutron.services.segments.plugin [-] Segment 15c0f986-f614-4c26-b15f-c2090358c26e resource provider aggregate not found 2026-02-26 03:07:49.840 8 INFO neutron.services.segments.plugin [-] Segment 15c0f986-f614-4c26-b15f-c2090358c26e resource provider aggregate not found 2026-02-26 03:07:49.855 8 INFO neutron.services.segments.plugin [-] Segment 15c0f986-f614-4c26-b15f-c2090358c26e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15c0f986-f614-4c26-b15f-c2090358c26e found for delete ", "request_id": "req-08cd6bd8-8a79-41b4-bea5-6af418486f86"}]} 2026-02-26 03:07:49.864 8 INFO neutron.services.segments.plugin [-] Segment 15c0f986-f614-4c26-b15f-c2090358c26e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15c0f986-f614-4c26-b15f-c2090358c26e found for delete ", "request_id": "req-ee010c1f-e4b6-4fec-bb36-73697feeb00d"}]} [pid: 8|app: 0|req: 936/2004] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:49 2026] GET /v2.0/security-groups?tenant_id=bf97ca48235d447fad553e5e017b7727&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2005] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:50 2026] DELETE /v2.0/security-groups/c5b49267-b366-4736-ab16-d3ad77203510 => 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: 937/2006] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:50 2026] GET /v2.0/security-groups?tenant_id=ebbea030768d4b91aaace5b1c68f5494&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2007] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:50 2026] DELETE /v2.0/security-groups/1e287e3d-a0da-4fd0-92d9-88c46192087b => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:07:51.824 8 INFO neutron.db.segments_db [None req-79e08add-ba4f-490d-ab3a-fc0c776c8081 5f5552d109e3457783c83f074edd2e12 180544f495714996866363399d2963c7 - - default default] Added segment 0847034c-ed15-439c-a204-20b6261837d5 of type vxlan for network e542157b-c0a3-4cae-b2ff-1eddedf2bb32 [pid: 8|app: 0|req: 938/2010] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:07:51 2026] POST /v2.0/networks => generated 644 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2011] 10.0.0.78 () {34 vars in 664 bytes} [Thu Feb 26 03:07:51 2026] POST /v2.0/ports => generated 774 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:07:52.343 8 INFO neutron.db.segments_db [None req-f8d158fd-2f94-4ff6-8082-2c13d5c8290b 5f5552d109e3457783c83f074edd2e12 180544f495714996866363399d2963c7 - - default default] Added segment 49cf8057-a8f1-4273-8337-365a1f84c051 of type vxlan for network f4d19c09-d9a1-41f1-a28c-f88c8c4751f3 [pid: 8|app: 0|req: 939/2012] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:07:52 2026] POST /v2.0/networks => generated 632 bytes in 163 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: 1074/2013] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:07:52 2026] POST /v2.0/subnets => generated 626 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/2014] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:52 2026] GET /v2.0/security-groups?tenant_id=bad8804d953449929812baeb2112dd77&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2015] 10.0.0.78 () {34 vars in 664 bytes} [Thu Feb 26 03:07:52 2026] POST /v2.0/ports => generated 950 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 03:07:53.004 8 INFO neutron.db.segments_db [None req-f783a8a2-e5f1-4abc-8dd4-ed104e63b487 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] Added segment d88a9ae1-1abc-4392-8c1e-0259f86137c7 of type vxlan for network e7681c3d-cd01-4d1e-a929-70cf78d0686a [pid: 7|app: 0|req: 1076/2016] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:52 2026] DELETE /v2.0/security-groups/7b684a67-3d05-4e91-8719-e4115515f55e => 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: 941/2017] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:07:52 2026] POST /v2.0/networks => generated 639 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:07:53.154 7 INFO neutron_taas.services.taas.taas_plugin [None req-43b7ae57-12cd-46cf-bc91-a58a3431d9e2 5f5552d109e3457783c83f074edd2e12 180544f495714996866363399d2963c7 - - default default] TaaS: Handle Delete Port: 63da04d6-88ce-4236-8583-ada7a819f701 2026-02-26 03:07:53.157 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43b7ae57-12cd-46cf-bc91-a58a3431d9e2 5f5552d109e3457783c83f074edd2e12 180544f495714996866363399d2963c7 - - default default] Tap Mirror: Handle Delete Port: 63da04d6-88ce-4236-8583-ada7a819f701 [pid: 7|app: 0|req: 1077/2018] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:07:53 2026] DELETE /v2.0/ports/63da04d6-88ce-4236-8583-ada7a819f701 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:07:53.322 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5b0801f3-1fba-432d-87c4-a2b6af71e92f 5f5552d109e3457783c83f074edd2e12 180544f495714996866363399d2963c7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1078/2019] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:07:53 2026] DELETE /v2.0/ports/63da04d6-88ce-4236-8583-ada7a819f701 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:07:53.342 7 INFO neutron.pecan_wsgi.hooks.translation [None req-366a3c45-f270-4af5-a78d-e3204699b8c1 5f5552d109e3457783c83f074edd2e12 180544f495714996866363399d2963c7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1079/2020] 10.0.0.78 () {32 vars in 716 bytes} [Thu Feb 26 03:07:53 2026] GET /v2.0/ports/63da04d6-88ce-4236-8583-ada7a819f701 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/2021] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:07:53 2026] POST /v2.0/subnets => generated 658 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2022] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:07:53 2026] DELETE /v2.0/subnets/57bcf0dd-f5a4-497c-bf8d-2e88e95b1498 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:07:53.608 7 INFO neutron.services.segments.plugin [-] Segment 49cf8057-a8f1-4273-8337-365a1f84c051 resource provider aggregate not found 2026-02-26 03:07:53.612 7 INFO neutron.services.segments.plugin [-] Segment 49cf8057-a8f1-4273-8337-365a1f84c051 resource provider aggregate not found 2026-02-26 03:07:53.627 7 INFO neutron.services.segments.plugin [-] Segment 49cf8057-a8f1-4273-8337-365a1f84c051 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49cf8057-a8f1-4273-8337-365a1f84c051 found for delete ", "request_id": "req-782d0ae4-ce52-453b-bbad-b0aad309ae4e"}]} 2026-02-26 03:07:53.633 7 INFO neutron.services.segments.plugin [-] Segment 49cf8057-a8f1-4273-8337-365a1f84c051 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49cf8057-a8f1-4273-8337-365a1f84c051 found for delete ", "request_id": "req-9e74a88e-f3b7-45e8-b5f3-b9eaf84a715f"}]} [pid: 7|app: 0|req: 1081/2023] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:07:53 2026] DELETE /v2.0/networks/f4d19c09-d9a1-41f1-a28c-f88c8c4751f3 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/2024] 10.0.0.78 () {32 vars in 721 bytes} [Thu Feb 26 03:07:53 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:07:53.716 7 INFO neutron.db.segments_db [None req-8dd2ff82-b1cf-4c8d-91e3-b034dc9112ef 5f5552d109e3457783c83f074edd2e12 180544f495714996866363399d2963c7 - - default default] Added segment 8ea0c16b-8beb-42ea-8857-e4c4d7a34b98 of type vxlan for network 9425ca8f-d2ec-4220-aeac-fecc22f44f84 [pid: 7|app: 0|req: 1082/2025] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:07:53 2026] POST /v2.0/networks => generated 632 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/2026] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:07:53 2026] POST /v2.0/subnets => generated 731 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:07:53.991 8 INFO neutron.db.segments_db [None req-282484aa-a888-4267-8415-fb84280b6dd6 e0100cc108ba4adbb6a32768dd048174 fce18bdf7dd04968866b3256f7028d0d - - default default] Added segment 59784b07-9d8b-43d8-966f-c6b8b56bf5ed of type vxlan for network 7c8902e3-0958-4ece-bf8f-4fff94c514e6 [pid: 7|app: 0|req: 1083/2027] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:07:53 2026] POST /v2.0/subnets => generated 626 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:07:54.125 7 INFO neutron.db.segments_db [None req-8f18c793-6455-4957-90ff-f0c5885efdee ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] Added segment 12e9c8d2-c5e6-4743-aff2-14ee8b34e4c1 of type vxlan for network 6c6d645c-80d4-4e91-b4ba-2d90eba844ef [pid: 7|app: 0|req: 1084/2028] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:07:54 2026] POST /v2.0/networks => generated 637 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:07:54.291 8 INFO neutron.db.l3_hamode_db [None req-282484aa-a888-4267-8415-fb84280b6dd6 e0100cc108ba4adbb6a32768dd048174 fce18bdf7dd04968866b3256f7028d0d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 03:07:54.421 8 INFO neutron.db.l3_hamode_db [None req-282484aa-a888-4267-8415-fb84280b6dd6 e0100cc108ba4adbb6a32768dd048174 fce18bdf7dd04968866b3256f7028d0d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1085/2029] 10.0.0.78 () {34 vars in 664 bytes} [Thu Feb 26 03:07:54 2026] POST /v2.0/ports => generated 912 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2030] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:07:54 2026] POST /v2.0/subnets => generated 655 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:07:54.858 7 INFO neutron_taas.services.taas.taas_plugin [None req-ba473005-f7e8-410c-bbe8-7189026bab53 5f5552d109e3457783c83f074edd2e12 180544f495714996866363399d2963c7 - - default default] TaaS: Handle Delete Port: f1a00390-5969-4992-91e0-fe4660342582 2026-02-26 03:07:54.861 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba473005-f7e8-410c-bbe8-7189026bab53 5f5552d109e3457783c83f074edd2e12 180544f495714996866363399d2963c7 - - default default] Tap Mirror: Handle Delete Port: f1a00390-5969-4992-91e0-fe4660342582 [pid: 7|app: 0|req: 1087/2031] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:07:54 2026] DELETE /v2.0/ports/f1a00390-5969-4992-91e0-fe4660342582 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/2032] 10.0.0.78 () {34 vars in 667 bytes} [Thu Feb 26 03:07:53 2026] POST /v2.0/routers => generated 474 bytes in 1139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:07:55.073 8 INFO neutron.pecan_wsgi.hooks.translation [None req-44600216-faf8-4257-93d7-6adf8b666317 5f5552d109e3457783c83f074edd2e12 180544f495714996866363399d2963c7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 946/2033] 10.0.0.78 () {32 vars in 716 bytes} [Thu Feb 26 03:07:55 2026] GET /v2.0/ports/f1a00390-5969-4992-91e0-fe4660342582 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/2034] 10.0.0.78 () {34 vars in 750 bytes} [Thu Feb 26 03:07:55 2026] PUT /v2.0/routers/357907db-021a-4ac5-8aa2-9ef6f72dc8a6/tags => generated 25 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2035] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:07:55 2026] POST /v2.0/subnets => generated 725 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/2036] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:07:55 2026] DELETE /v2.0/subnets/6f379806-72bb-4e6e-8f55-615d1dc9316b => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2037] 10.0.0.78 () {32 vars in 730 bytes} [Thu Feb 26 03:07:55 2026] GET /v2.0/routers/357907db-021a-4ac5-8aa2-9ef6f72dc8a6/tags => generated 25 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:07:55.343 8 INFO neutron.db.segments_db [None req-3b4f5b54-37a7-4aa4-984e-8552bf4b630e ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] Added segment 80001b38-1483-40bf-a7cb-04cab799cafa of type vxlan for network b6e20ab3-7965-40db-aedb-47024f572b8b [pid: 7|app: 0|req: 1090/2038] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:07:55 2026] DELETE /v2.0/networks/9425ca8f-d2ec-4220-aeac-fecc22f44f84 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/2039] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:07:55 2026] POST /v2.0/networks => generated 638 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2040] 10.0.0.78 () {34 vars in 761 bytes} [Thu Feb 26 03:07:55 2026] PUT /v2.0/routers/357907db-021a-4ac5-8aa2-9ef6f72dc8a6/tags/green => generated 4 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-02-26 03:07:55.658 7 INFO neutron.services.segments.plugin [-] Segment 8ea0c16b-8beb-42ea-8857-e4c4d7a34b98 resource provider aggregate not found 2026-02-26 03:07:55.662 7 INFO neutron.services.segments.plugin [-] Segment 8ea0c16b-8beb-42ea-8857-e4c4d7a34b98 resource provider aggregate not found 2026-02-26 03:07:55.674 7 INFO neutron.services.segments.plugin [-] Segment 8ea0c16b-8beb-42ea-8857-e4c4d7a34b98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ea0c16b-8beb-42ea-8857-e4c4d7a34b98 found for delete ", "request_id": "req-ecb6d14a-74d4-442d-a6c9-0d98d13cdcfa"}]} 2026-02-26 03:07:55.679 7 INFO neutron.services.segments.plugin [-] Segment 8ea0c16b-8beb-42ea-8857-e4c4d7a34b98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ea0c16b-8beb-42ea-8857-e4c4d7a34b98 found for delete ", "request_id": "req-0a6ff522-04ba-4f5f-afa8-408471ba06d9"}]} [pid: 7|app: 0|req: 1092/2041] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:07:55 2026] POST /v2.0/subnets => generated 655 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/2042] 10.0.0.78 () {34 vars in 664 bytes} [Thu Feb 26 03:07:55 2026] POST /v2.0/ports => generated 774 bytes in 320 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: 1093/2043] 10.0.0.78 () {32 vars in 730 bytes} [Thu Feb 26 03:07:55 2026] GET /v2.0/routers/357907db-021a-4ac5-8aa2-9ef6f72dc8a6/tags => generated 34 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/2044] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:07:55 2026] POST /v2.0/subnets => generated 729 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2045] 10.0.0.78 () {34 vars in 736 bytes} [Thu Feb 26 03:07:55 2026] PUT /v2.0/ports/d58ae316-8979-4ab8-b519-54bb4b3ed371 => 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-02-26 03:07:56.137 7 INFO neutron.db.segments_db [None req-a542a589-d24c-413c-a92b-80c743ded225 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] Added segment b33314b5-b557-460b-ae96-205cf5f0fee2 of type vxlan for network 2898b255-b694-4bb4-9b71-c75e5275dc88 [pid: 8|app: 0|req: 952/2046] 10.0.0.78 () {34 vars in 757 bytes} [Thu Feb 26 03:07:56 2026] PUT /v2.0/routers/357907db-021a-4ac5-8aa2-9ef6f72dc8a6/tags/red => generated 4 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-02-26 03:07:56.275 8 INFO neutron_taas.services.taas.taas_plugin [None req-e68ad29a-8d3e-4f51-b6d4-e92f450d7768 5f5552d109e3457783c83f074edd2e12 180544f495714996866363399d2963c7 - - default default] TaaS: Handle Delete Port: d58ae316-8979-4ab8-b519-54bb4b3ed371 2026-02-26 03:07:56.279 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e68ad29a-8d3e-4f51-b6d4-e92f450d7768 5f5552d109e3457783c83f074edd2e12 180544f495714996866363399d2963c7 - - default default] Tap Mirror: Handle Delete Port: d58ae316-8979-4ab8-b519-54bb4b3ed371 [pid: 8|app: 0|req: 953/2047] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:07:56 2026] DELETE /v2.0/ports/d58ae316-8979-4ab8-b519-54bb4b3ed371 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:07:56.415 7 INFO neutron.db.l3_hamode_db [None req-a542a589-d24c-413c-a92b-80c743ded225 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 954/2048] 10.0.0.175 () {30 vars in 650 bytes} [Thu Feb 26 03:07:56 2026] GET /v2.0/extensions => generated 21537 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/2049] 10.0.0.78 () {32 vars in 730 bytes} [Thu Feb 26 03:07:56 2026] GET /v2.0/routers/357907db-021a-4ac5-8aa2-9ef6f72dc8a6/tags => generated 34 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/2050] 10.0.0.78 () {32 vars in 642 bytes} [Thu Feb 26 03:07:56 2026] GET /v2.0/ports => generated 777 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/2051] 10.0.0.175 () {30 vars in 724 bytes} [Thu Feb 26 03:07:56 2026] GET /v2.0/quotas/45d7a6f8094c4922b1abfd44bd35eca3/details => generated 847 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/2052] 10.0.0.78 () {34 vars in 779 bytes} [Thu Feb 26 03:07:56 2026] PUT /v2.0/routers/357907db-021a-4ac5-8aa2-9ef6f72dc8a6/tags/black.or.white => generated 4 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-02-26 03:07:56.845 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c80b4916-5c7e-4bbb-9d13-78d15107d9c6 5f5552d109e3457783c83f074edd2e12 180544f495714996866363399d2963c7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 959/2053] 10.0.0.78 () {32 vars in 716 bytes} [Thu Feb 26 03:07:56 2026] GET /v2.0/ports/d58ae316-8979-4ab8-b519-54bb4b3ed371 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/2054] 10.0.0.78 () {32 vars in 730 bytes} [Thu Feb 26 03:07:56 2026] GET /v2.0/routers/357907db-021a-4ac5-8aa2-9ef6f72dc8a6/tags => generated 52 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2055] 10.0.0.78 () {32 vars in 642 bytes} [Thu Feb 26 03:07:56 2026] GET /v2.0/ports => generated 777 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2056] 10.0.0.78 () {34 vars in 750 bytes} [Thu Feb 26 03:07:56 2026] PUT /v2.0/routers/357907db-021a-4ac5-8aa2-9ef6f72dc8a6/tags => generated 37 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/2057] 10.0.0.78 () {32 vars in 716 bytes} [Thu Feb 26 03:07:57 2026] GET /v2.0/ports/aa411162-7ec2-48e7-a6c1-23d3656a12ba => generated 774 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:07:57.173 7 INFO neutron.db.l3_hamode_db [None req-a542a589-d24c-413c-a92b-80c743ded225 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 964/2058] 10.0.0.78 () {32 vars in 730 bytes} [Thu Feb 26 03:07:57 2026] GET /v2.0/routers/357907db-021a-4ac5-8aa2-9ef6f72dc8a6/tags => generated 37 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:07:57.279 8 INFO neutron.pecan_wsgi.hooks.translation [None req-804a51d6-f786-4dd4-9b7c-49b899096964 5f5552d109e3457783c83f074edd2e12 180544f495714996866363399d2963c7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 965/2059] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:07:57 2026] DELETE /v2.0/ports/f1a00390-5969-4992-91e0-fe4660342582 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2060] 10.0.0.78 () {32 vars in 738 bytes} [Thu Feb 26 03:07:57 2026] GET /v2.0/routers/357907db-021a-4ac5-8aa2-9ef6f72dc8a6/tags/red => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:07:57.391 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7645d7da-e137-44ed-85be-6792c0142f9b 5f5552d109e3457783c83f074edd2e12 180544f495714996866363399d2963c7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 967/2061] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:07:57 2026] DELETE /v2.0/subnets/6f379806-72bb-4e6e-8f55-615d1dc9316b => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:07:57.480 8 INFO neutron.api.v2.resource [None req-f9257c7a-d48f-4603-82bb-6d13fe28a368 e0100cc108ba4adbb6a32768dd048174 fce18bdf7dd04968866b3256f7028d0d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 968/2062] 10.0.0.78 () {32 vars in 742 bytes} [Thu Feb 26 03:07:57 2026] GET /v2.0/routers/357907db-021a-4ac5-8aa2-9ef6f72dc8a6/tags/green => generated 99 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-02-26 03:07:57.491 8 INFO neutron.pecan_wsgi.hooks.translation [None req-400d9481-d59d-4cec-b9b9-e83d4a598f03 5f5552d109e3457783c83f074edd2e12 180544f495714996866363399d2963c7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 969/2063] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:07:57 2026] DELETE /v2.0/subnets/57bcf0dd-f5a4-497c-bf8d-2e88e95b1498 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2064] 10.0.0.78 () {32 vars in 741 bytes} [Thu Feb 26 03:07:57 2026] DELETE /v2.0/routers/357907db-021a-4ac5-8aa2-9ef6f72dc8a6/tags/red => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:07:57.697 8 INFO neutron_taas.services.taas.taas_plugin [None req-1b3fb313-ad7e-4f28-b3d7-92061c2a8a1e 5f5552d109e3457783c83f074edd2e12 180544f495714996866363399d2963c7 - - default default] TaaS: Handle Delete Port: aa411162-7ec2-48e7-a6c1-23d3656a12ba 2026-02-26 03:07:57.699 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b3fb313-ad7e-4f28-b3d7-92061c2a8a1e 5f5552d109e3457783c83f074edd2e12 180544f495714996866363399d2963c7 - - default default] Tap Mirror: Handle Delete Port: aa411162-7ec2-48e7-a6c1-23d3656a12ba [pid: 8|app: 0|req: 971/2065] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:07:57 2026] DELETE /v2.0/ports/aa411162-7ec2-48e7-a6c1-23d3656a12ba => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2066] 10.0.0.78 () {32 vars in 730 bytes} [Thu Feb 26 03:07:57 2026] GET /v2.0/routers/357907db-021a-4ac5-8aa2-9ef6f72dc8a6/tags => generated 30 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:07:58.017 8 INFO neutron.services.segments.plugin [-] Segment 0847034c-ed15-439c-a204-20b6261837d5 resource provider aggregate not found 2026-02-26 03:07:58.022 8 INFO neutron.services.segments.plugin [-] Segment 0847034c-ed15-439c-a204-20b6261837d5 resource provider aggregate not found 2026-02-26 03:07:58.036 8 INFO neutron.services.segments.plugin [-] Segment 0847034c-ed15-439c-a204-20b6261837d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0847034c-ed15-439c-a204-20b6261837d5 found for delete ", "request_id": "req-4ff2274e-f113-46a4-80d3-66b2da4add50"}]} 2026-02-26 03:07:58.039 8 INFO neutron.services.segments.plugin [-] Segment 0847034c-ed15-439c-a204-20b6261837d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0847034c-ed15-439c-a204-20b6261837d5 found for delete ", "request_id": "req-e993d1da-95f1-4c89-9f2b-6376e8480b10"}]} [pid: 8|app: 0|req: 973/2067] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:07:57 2026] DELETE /v2.0/networks/e542157b-c0a3-4cae-b2ff-1eddedf2bb32 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2068] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:07:56 2026] POST /v2.0/routers => generated 684 bytes in 2100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:07:58.160 8 INFO neutron.api.v2.resource [None req-7d3bbfe3-4e47-4246-bfba-a7e59b6dc572 e0100cc108ba4adbb6a32768dd048174 fce18bdf7dd04968866b3256f7028d0d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 974/2069] 10.0.0.78 () {32 vars in 745 bytes} [Thu Feb 26 03:07:58 2026] DELETE /v2.0/routers/357907db-021a-4ac5-8aa2-9ef6f72dc8a6/tags/green => generated 99 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2070] 10.0.0.78 () {32 vars in 733 bytes} [Thu Feb 26 03:07:58 2026] DELETE /v2.0/routers/357907db-021a-4ac5-8aa2-9ef6f72dc8a6/tags => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2071] 10.0.0.78 () {32 vars in 730 bytes} [Thu Feb 26 03:07:58 2026] GET /v2.0/routers/357907db-021a-4ac5-8aa2-9ef6f72dc8a6/tags => generated 12 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2072] 10.0.0.78 () {32 vars in 720 bytes} [Thu Feb 26 03:07:58 2026] GET /v2.0/routers/357907db-021a-4ac5-8aa2-9ef6f72dc8a6 => generated 480 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2073] 10.0.0.78 () {34 vars in 741 bytes} [Thu Feb 26 03:07:58 2026] PUT /v2.0/routers/357907db-021a-4ac5-8aa2-9ef6f72dc8a6 => generated 480 bytes in 568 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2074] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:07:59 2026] GET /v2.0/security-groups?tenant_id=180544f495714996866363399d2963c7&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2075] 10.0.0.175 () {30 vars in 650 bytes} [Thu Feb 26 03:07:59 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2076] 10.0.0.78 () {32 vars in 735 bytes} [Thu Feb 26 03:07:59 2026] GET /v2.0/ports?device_id=357907db-021a-4ac5-8aa2-9ef6f72dc8a6 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2077] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:07:59 2026] DELETE /v2.0/security-groups/73781c64-2a4a-4f02-8b0b-b54a098a3a8c => 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: 983/2078] 10.0.0.175 () {30 vars in 724 bytes} [Thu Feb 26 03:07:59 2026] GET /v2.0/quotas/45d7a6f8094c4922b1abfd44bd35eca3/details => generated 847 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:07:59.625 8 INFO neutron_taas.services.taas.taas_plugin [None req-32bf52f2-be0c-4025-b042-31bad2caf06c e0100cc108ba4adbb6a32768dd048174 fce18bdf7dd04968866b3256f7028d0d - - default default] TaaS: Handle Delete Port: bcd02166-b5b7-4e16-8a19-9b0e52900d44 2026-02-26 03:07:59.629 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32bf52f2-be0c-4025-b042-31bad2caf06c e0100cc108ba4adbb6a32768dd048174 fce18bdf7dd04968866b3256f7028d0d - - default default] Tap Mirror: Handle Delete Port: bcd02166-b5b7-4e16-8a19-9b0e52900d44 [pid: 7|app: 0|req: 1096/2079] 10.0.0.78 () {34 vars in 782 bytes} [Thu Feb 26 03:07:58 2026] PUT /v2.0/routers/79e13ec0-4037-4d2d-aa8d-23fc23cb6dfc/add_router_interface => generated 309 bytes in 1673 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:08:00.063 8 INFO neutron.db.l3_hamode_db [None req-32bf52f2-be0c-4025-b042-31bad2caf06c e0100cc108ba4adbb6a32768dd048174 fce18bdf7dd04968866b3256f7028d0d - - default default] HA network 7c8902e3-0958-4ece-bf8f-4fff94c514e6 was deleted as no HA routers are present in tenant fce18bdf7dd04968866b3256f7028d0d. 2026-02-26 03:08:00.067 8 INFO neutron.services.segments.plugin [-] Segment 59784b07-9d8b-43d8-966f-c6b8b56bf5ed resource provider aggregate not found [pid: 8|app: 0|req: 984/2080] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:07:59 2026] DELETE /v2.0/routers/357907db-021a-4ac5-8aa2-9ef6f72dc8a6 => generated 0 bytes in 658 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:08:00.080 8 INFO neutron.services.segments.plugin [-] Segment 59784b07-9d8b-43d8-966f-c6b8b56bf5ed resource provider aggregate not found 2026-02-26 03:08:00.083 8 INFO neutron.services.segments.plugin [-] Segment 59784b07-9d8b-43d8-966f-c6b8b56bf5ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59784b07-9d8b-43d8-966f-c6b8b56bf5ed found for delete ", "request_id": "req-d678408d-0567-421f-b698-97ed9f1d9c73"}]} 2026-02-26 03:08:00.106 8 INFO neutron.services.segments.plugin [-] Segment 59784b07-9d8b-43d8-966f-c6b8b56bf5ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59784b07-9d8b-43d8-966f-c6b8b56bf5ed found for delete ", "request_id": "req-f018424c-27c9-4a17-a135-a3b434337b92"}]} [pid: 8|app: 0|req: 985/2081] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:08:00 2026] GET /v2.0/security-groups?tenant_id=fce18bdf7dd04968866b3256f7028d0d&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2082] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:08:01 2026] DELETE /v2.0/security-groups/60487c57-fb9f-4db7-a379-687af56a7fda => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2083] 10.0.0.78 () {34 vars in 782 bytes} [Thu Feb 26 03:07:59 2026] PUT /v2.0/routers/79e13ec0-4037-4d2d-aa8d-23fc23cb6dfc/add_router_interface => generated 309 bytes in 1428 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2084] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:08:01 2026] GET /v2.0/security-groups?tenant_id=cf64975d33f14016a331ac6302f3e119&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:08:01.832 7 INFO neutron.db.segments_db [None req-4a7860b0-3365-4c0a-8414-428fe9de0629 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] Added segment 62a380b3-2568-4492-841a-ea411c8f3757 of type vxlan for network 22dc6614-612e-4e3a-8050-81c0c4e46984 [pid: 7|app: 0|req: 1099/2085] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:08:01 2026] POST /v2.0/networks => generated 630 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2086] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:08:01 2026] DELETE /v2.0/security-groups/fc7fc17b-7d9e-472b-b6cd-d500f735d903 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2087] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:08:02 2026] GET /v2.0/security-groups?tenant_id=45d7a6f8094c4922b1abfd44bd35eca3&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:08:02.235 7 INFO neutron.db.segments_db [None req-601fd864-99f4-4705-91fa-cb623ff61cc3 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] Added segment dc751fce-719d-4430-b95b-5ac72e981c6e of type vxlan for network cd5cb833-e0f5-47fe-b136-d29f85b8b3f7 [pid: 7|app: 0|req: 1102/2088] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:08:02 2026] POST /v2.0/networks => generated 630 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2089] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:08:02 2026] DELETE /v2.0/security-groups/ba6c5df9-0d9a-4c6b-b13b-099ae3b39ef4 => 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: 1104/2090] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:08:02 2026] POST /v2.0/subnets => generated 626 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2091] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:08:02 2026] POST /v2.0/subnets => generated 626 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:08:02.961 7 INFO neutron.db.segments_db [None req-c60d9a4d-3fe5-44fc-96a5-e730a1288002 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] Added segment 273f3126-d49d-4062-aa4a-4f539d402d0a of type vxlan for network 3d851407-d61b-4c5d-acea-656cbc9343de [pid: 8|app: 0|req: 987/2092] 10.0.0.78 () {34 vars in 782 bytes} [Thu Feb 26 03:08:01 2026] PUT /v2.0/routers/79e13ec0-4037-4d2d-aa8d-23fc23cb6dfc/add_router_interface => generated 309 bytes in 1842 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:08:03.247 7 INFO neutron.db.l3_hamode_db [None req-c60d9a4d-3fe5-44fc-96a5-e730a1288002 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 988/2093] 10.0.0.78 () {34 vars in 683 bytes} [Thu Feb 26 03:08:03 2026] POST /v2.0/security-groups => generated 1628 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-26 03:08:03.407 7 INFO neutron.db.l3_hamode_db [None req-c60d9a4d-3fe5-44fc-96a5-e730a1288002 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 989/2094] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2095] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2096] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:03 2026] POST /v2.0/security-group-rules => generated 599 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2097] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:03 2026] POST /v2.0/security-group-rules => generated 601 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2098] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:03 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2099] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:08:02 2026] POST /v2.0/routers => generated 506 bytes in 1143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2100] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2101] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2102] 10.0.0.27 () {28 vars in 598 bytes} [Thu Feb 26 03:08:04 2026] GET /v2.0/security-groups => generated 29097 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2103] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2104] 10.0.0.27 () {28 vars in 578 bytes} [Thu Feb 26 03:08:04 2026] GET /v2.0/ports => generated 16583 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2105] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:04 2026] POST /v2.0/security-group-rules => generated 599 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2106] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:08:05 2026] GET /v2.0/subnets => generated 8021 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2107] 10.0.0.78 () {34 vars in 782 bytes} [Thu Feb 26 03:08:04 2026] PUT /v2.0/routers/53db0b15-e8c1-4b20-b51d-79a542498393/add_router_interface => generated 309 bytes in 1316 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2108] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2109] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:08:05 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2110] 10.0.0.78 () {32 vars in 716 bytes} [Thu Feb 26 03:08:05 2026] GET /v2.0/ports/524ccf1c-e968-4648-9228-83be18ef7f42 => generated 955 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2111] 10.0.0.27 () {28 vars in 618 bytes} [Thu Feb 26 03:08:05 2026] GET /v2.0/network-ip-availabilities => generated 4864 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2112] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:08:05.805 8 INFO neutron.db.segments_db [None req-4fc170a3-e3b7-4f98-9c06-6b15c7d69ba1 01859c463b484c45be81e3fb9d9ca33a 8ed91942369b410d8d4d17ed21ec5ef9 - - default default] Added segment 1df1c01c-9196-4223-9c13-f24b264f45fc of type vxlan for network 659efca4-6343-4afc-a4c3-aa277453a47f [pid: 8|app: 0|req: 1004/2113] 10.0.0.78 () {34 vars in 670 bytes} [Thu Feb 26 03:08:05 2026] POST /v2.0/networks => generated 633 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2114] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:08:05 2026] GET /v2.0/floatingips => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2115] 10.0.0.120 () {34 vars in 1096 bytes} [Thu Feb 26 03:08:05 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1941186763&fields=id&tenant_id=3a0ba0ad61a44ff9b927694ff12221e4 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:08:05.996 8 INFO neutron.db.segments_db [None req-c18562bd-3d63-4560-b878-32eb7be0f6b6 01859c463b484c45be81e3fb9d9ca33a 8ed91942369b410d8d4d17ed21ec5ef9 - - default default] Added segment 88749ca8-fdff-46f9-b683-112212f3a191 of type vxlan for network 53354f63-00c0-4c8d-b9ad-7a24400de85c 2026-02-26 03:08:06.251 8 INFO neutron.db.l3_hamode_db [None req-c18562bd-3d63-4560-b878-32eb7be0f6b6 01859c463b484c45be81e3fb9d9ca33a 8ed91942369b410d8d4d17ed21ec5ef9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1110/2116] 10.0.0.78 () {34 vars in 782 bytes} [Thu Feb 26 03:08:05 2026] PUT /v2.0/routers/53db0b15-e8c1-4b20-b51d-79a542498393/add_router_interface => generated 309 bytes in 1134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2117] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:08:06 2026] GET /v2.0/subnets => generated 8643 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2118] 10.0.0.120 () {34 vars in 982 bytes} [Thu Feb 26 03:08:06 2026] GET /v2.0/networks?id=6c6d645c-80d4-4e91-b4ba-2d90eba844ef => generated 704 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2121] 10.0.0.78 () {32 vars in 716 bytes} [Thu Feb 26 03:08:06 2026] GET /v2.0/ports/7f1658e9-3477-4b4d-82ce-a2296dd2c3e9 => generated 955 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2122] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:08:06 2026] GET /v2.0/routers => generated 1981 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2123] 10.0.0.120 () {34 vars in 965 bytes} [Thu Feb 26 03:08:06 2026] GET /v2.0/quotas/3a0ba0ad61a44ff9b927694ff12221e4 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:08:07.069 8 INFO neutron.db.l3_hamode_db [None req-c18562bd-3d63-4560-b878-32eb7be0f6b6 01859c463b484c45be81e3fb9d9ca33a 8ed91942369b410d8d4d17ed21ec5ef9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 03:08:07.248 7 INFO neutron_taas.services.taas.taas_plugin [None req-d02ef476-6082-45ce-8aa0-c06195d67fe3 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] TaaS: Handle Delete Port: 7f1658e9-3477-4b4d-82ce-a2296dd2c3e9 2026-02-26 03:08:07.251 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d02ef476-6082-45ce-8aa0-c06195d67fe3 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] Tap Mirror: Handle Delete Port: 7f1658e9-3477-4b4d-82ce-a2296dd2c3e9 [pid: 7|app: 0|req: 1118/2124] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:08:06 2026] PUT /v2.0/routers/53db0b15-e8c1-4b20-b51d-79a542498393/remove_router_interface => generated 309 bytes in 757 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2125] 10.0.0.27 () {28 vars in 623 bytes} [Thu Feb 26 03:08:07 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2126] 10.0.0.120 () {34 vars in 1002 bytes} [Thu Feb 26 03:08:07 2026] GET /v2.0/ports?tenant_id=3a0ba0ad61a44ff9b927694ff12221e4&fields=id => generated 287 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2127] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:08:05 2026] POST /v2.0/routers => generated 694 bytes in 1983 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2128] 10.0.0.27 () {28 vars in 676 bytes} [Thu Feb 26 03:08:07 2026] GET /v2.0/routers/53db0b15-e8c1-4b20-b51d-79a542498393/l3-agents => generated 682 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2129] 10.0.0.120 () {34 vars in 1008 bytes} [Thu Feb 26 03:08:08 2026] GET /v2.0/networks/6c6d645c-80d4-4e91-b4ba-2d90eba844ef?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:08:08.091 7 INFO neutron_taas.services.taas.taas_plugin [None req-b34d00c5-7342-4adb-8162-5146036a9acb d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] TaaS: Handle Delete Port: 524ccf1c-e968-4648-9228-83be18ef7f42 2026-02-26 03:08:08.094 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b34d00c5-7342-4adb-8162-5146036a9acb d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] Tap Mirror: Handle Delete Port: 524ccf1c-e968-4648-9228-83be18ef7f42 [pid: 8|app: 0|req: 1010/2130] 10.0.0.78 () {32 vars in 775 bytes} [Thu Feb 26 03:08:08 2026] GET /v2.0/subnets?project_id=8ed91942369b410d8d4d17ed21ec5ef9&cidr=10.100.0.0%2F28 => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2131] 10.0.0.27 () {28 vars in 676 bytes} [Thu Feb 26 03:08:08 2026] GET /v2.0/routers/79e13ec0-4037-4d2d-aa8d-23fc23cb6dfc/l3-agents => generated 682 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2132] 10.0.0.120 () {34 vars in 1108 bytes} [Thu Feb 26 03:08:08 2026] GET /v2.0/networks/6c6d645c-80d4-4e91-b4ba-2d90eba844ef?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: 1013/2133] 10.0.0.78 () {32 vars in 693 bytes} [Thu Feb 26 03:08:08 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2134] 10.0.0.27 () {28 vars in 676 bytes} [Thu Feb 26 03:08:08 2026] GET /v2.0/routers/ba721714-5384-4397-985a-c207f2089c03/l3-agents => generated 682 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2135] 10.0.0.78 () {32 vars in 783 bytes} [Thu Feb 26 03:08:08 2026] GET /v2.0/subnets?network_id=8b8ebccc-b4c3-4574-95e0-5c1c679ff7be&cidr=10.100.0.0%2F28 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2136] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:08 2026] GET /v2.0/ports?device_id=0daf7071-6145-49dc-a543-a134022b7fcc => 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: 1121/2137] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:08:07 2026] PUT /v2.0/routers/53db0b15-e8c1-4b20-b51d-79a542498393/remove_router_interface => generated 309 bytes in 704 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2138] 10.0.0.27 () {28 vars in 584 bytes} [Thu Feb 26 03:08:08 2026] GET /v2.0/networks => generated 8796 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2139] 10.0.0.78 () {32 vars in 735 bytes} [Thu Feb 26 03:08:08 2026] GET /v2.0/ports?device_id=53db0b15-e8c1-4b20-b51d-79a542498393 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2140] 10.0.0.27 () {28 vars in 580 bytes} [Thu Feb 26 03:08:08 2026] GET /v2.0/agents => generated 3384 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:08:08.694 8 INFO neutron_taas.services.taas.taas_plugin [None req-4ff879a0-fa73-4859-954a-54d9854fb508 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] TaaS: Handle Delete Port: 01740e45-5cab-4f50-aeb0-0aa555edc2ba 2026-02-26 03:08:08.697 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ff879a0-fa73-4859-954a-54d9854fb508 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] Tap Mirror: Handle Delete Port: 01740e45-5cab-4f50-aeb0-0aa555edc2ba [pid: 7|app: 0|req: 1122/2141] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:08:08 2026] POST /v2.0/subnets => generated 656 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:08:09.054 8 INFO neutron.services.segments.plugin [-] Segment 273f3126-d49d-4062-aa4a-4f539d402d0a resource provider aggregate not found 2026-02-26 03:08:09.058 8 INFO neutron.services.segments.plugin [-] Segment 273f3126-d49d-4062-aa4a-4f539d402d0a resource provider aggregate not found 2026-02-26 03:08:09.074 8 INFO neutron.services.segments.plugin [-] Segment 273f3126-d49d-4062-aa4a-4f539d402d0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 273f3126-d49d-4062-aa4a-4f539d402d0a found for delete ", "request_id": "req-4a2a6002-7a05-4d0b-aad6-2e2a975f63f1"}]} 2026-02-26 03:08:09.079 8 INFO neutron.services.segments.plugin [-] Segment 273f3126-d49d-4062-aa4a-4f539d402d0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 273f3126-d49d-4062-aa4a-4f539d402d0a found for delete ", "request_id": "req-e0469c00-b226-4844-97a3-2355efcf91d2"}]} 2026-02-26 03:08:09.091 8 INFO neutron.db.l3_hamode_db [None req-4ff879a0-fa73-4859-954a-54d9854fb508 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] HA network 3d851407-d61b-4c5d-acea-656cbc9343de was deleted as no HA routers are present in tenant b00a093e508a43cbb6c673bef3ce32b7. [pid: 8|app: 0|req: 1020/2142] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:08:08 2026] DELETE /v2.0/routers/53db0b15-e8c1-4b20-b51d-79a542498393 => generated 0 bytes in 559 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2143] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:08:09 2026] DELETE /v2.0/subnets/0e94a8b9-2a12-42f9-af61-03bb529cb377 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2144] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:08:09 2026] DELETE /v2.0/subnets/f708aed0-aa7a-4fd2-bbb3-28bcf511ca8e => 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: 1023/2145] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:08:09 2026] DELETE /v2.0/networks/cd5cb833-e0f5-47fe-b136-d29f85b8b3f7 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2146] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:08:09 2026] DELETE /v2.0/networks/22dc6614-612e-4e3a-8050-81c0c4e46984 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:08:09.704 8 INFO neutron.db.segments_db [None req-52c1afcd-fbeb-4a39-8073-1748d8ef95e8 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] Added segment 82d47b90-63ea-4a6e-8b08-488e56fb6095 of type vxlan for network 1a0e81e2-7ba0-48ed-a334-7a66d613f64c [pid: 8|app: 0|req: 1025/2147] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:08:09 2026] POST /v2.0/networks => generated 630 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2148] 10.0.0.78 () {34 vars in 782 bytes} [Thu Feb 26 03:08:08 2026] PUT /v2.0/routers/ba721714-5384-4397-985a-c207f2089c03/add_router_interface => generated 309 bytes in 1311 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2149] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:08:09 2026] POST /v2.0/subnets => generated 626 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:08:10.136 8 INFO neutron.db.segments_db [None req-362cde7a-17e3-4e71-b3b4-61b2d5eb6164 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] Added segment f8d7c1ad-4816-4b86-803d-a4da79303d1a of type vxlan for network 05b335d9-19bc-4f26-bc9c-b8a17b24250d [pid: 7|app: 0|req: 1124/2150] 10.0.0.78 () {32 vars in 648 bytes} [Thu Feb 26 03:08:10 2026] GET /v2.0/networks => generated 7398 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2151] 10.0.0.78 () {32 vars in 646 bytes} [Thu Feb 26 03:08:10 2026] GET /v2.0/subnets => generated 8051 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2152] 10.0.0.78 () {32 vars in 646 bytes} [Thu Feb 26 03:08:10 2026] GET /v2.0/routers => generated 1451 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:08:10.412 8 INFO neutron.db.l3_hamode_db [None req-362cde7a-17e3-4e71-b3b4-61b2d5eb6164 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 03:08:10.569 8 INFO neutron.db.l3_hamode_db [None req-362cde7a-17e3-4e71-b3b4-61b2d5eb6164 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1127/2153] 10.0.0.78 () {34 vars in 684 bytes} [Thu Feb 26 03:08:10 2026] POST /v2.0/security-groups => generated 1673 bytes in 566 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2154] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:10 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) 2026-02-26 03:08:11.113 8 INFO neutron.services.segments.plugin [-] Segment dc751fce-719d-4430-b95b-5ac72e981c6e resource provider aggregate not found 2026-02-26 03:08:11.113 8 INFO neutron.services.segments.plugin [-] Segment dc751fce-719d-4430-b95b-5ac72e981c6e resource provider aggregate not found 2026-02-26 03:08:11.131 8 INFO neutron.services.segments.plugin [-] Segment dc751fce-719d-4430-b95b-5ac72e981c6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc751fce-719d-4430-b95b-5ac72e981c6e found for delete ", "request_id": "req-09bfb174-30ad-4cc9-8fec-cc733f0d61bd"}]} 2026-02-26 03:08:11.138 8 INFO neutron.services.segments.plugin [-] Segment dc751fce-719d-4430-b95b-5ac72e981c6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc751fce-719d-4430-b95b-5ac72e981c6e found for delete ", "request_id": "req-5f8fca6d-d88b-4c72-98aa-8f71de670e1a"}]} 2026-02-26 03:08:11.155 8 INFO neutron.services.segments.plugin [-] Segment 62a380b3-2568-4492-841a-ea411c8f3757 resource provider aggregate not found 2026-02-26 03:08:11.160 8 INFO neutron.services.segments.plugin [-] Segment 62a380b3-2568-4492-841a-ea411c8f3757 resource provider aggregate not found [pid: 7|app: 0|req: 1129/2155] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:11 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) 2026-02-26 03:08:11.173 8 INFO neutron.services.segments.plugin [-] Segment 62a380b3-2568-4492-841a-ea411c8f3757 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62a380b3-2568-4492-841a-ea411c8f3757 found for delete ", "request_id": "req-1729c6f4-43e8-48be-99d9-134519b19862"}]} 2026-02-26 03:08:11.188 8 INFO neutron.services.segments.plugin [-] Segment 62a380b3-2568-4492-841a-ea411c8f3757 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62a380b3-2568-4492-841a-ea411c8f3757 found for delete ", "request_id": "req-48793739-9cd2-4ece-ba66-76f6010934bf"}]} [pid: 8|app: 0|req: 1027/2156] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:08:10 2026] POST /v2.0/routers => generated 506 bytes in 1135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2157] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2158] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:11 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) 2026-02-26 03:08:11.460 7 INFO neutron.db.securitygroups_db [None req-99d696a7-1ab8-47c3-860e-64132ee6cc89 01859c463b484c45be81e3fb9d9ca33a 8ed91942369b410d8d4d17ed21ec5ef9 - - default default] Project 8ed91942369b410d8d4d17ed21ec5ef9 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/2159] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:11 2026] POST /v2.0/security-group-rules => generated 607 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:08:11.590 7 INFO neutron.db.securitygroups_db [None req-f81890eb-bad5-4a26-8c99-34983f99d39e 01859c463b484c45be81e3fb9d9ca33a 8ed91942369b410d8d4d17ed21ec5ef9 - - default default] Project 8ed91942369b410d8d4d17ed21ec5ef9 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: 1028/2160] 10.0.0.78 () {34 vars in 664 bytes} [Thu Feb 26 03:08:11 2026] POST /v2.0/ports => generated 951 bytes in 384 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: 1133/2161] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:11 2026] POST /v2.0/security-group-rules => generated 606 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2162] 10.0.0.78 () {32 vars in 648 bytes} [Thu Feb 26 03:08:12 2026] GET /v2.0/networks => generated 1298 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2163] 10.0.0.120 () {34 vars in 1098 bytes} [Thu Feb 26 03:08:12 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-898281366&fields=id&tenant_id=8ed91942369b410d8d4d17ed21ec5ef9 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2164] 10.0.0.120 () {34 vars in 982 bytes} [Thu Feb 26 03:08:12 2026] GET /v2.0/networks?id=659efca4-6343-4afc-a4c3-aa277453a47f => generated 661 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2165] 10.0.0.120 () {34 vars in 965 bytes} [Thu Feb 26 03:08:12 2026] GET /v2.0/quotas/8ed91942369b410d8d4d17ed21ec5ef9 => 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: 1138/2166] 10.0.0.120 () {34 vars in 1002 bytes} [Thu Feb 26 03:08:12 2026] GET /v2.0/ports?tenant_id=8ed91942369b410d8d4d17ed21ec5ef9&fields=id => generated 57 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2167] 10.0.0.120 () {34 vars in 1008 bytes} [Thu Feb 26 03:08:12 2026] GET /v2.0/networks/659efca4-6343-4afc-a4c3-aa277453a47f?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2168] 10.0.0.120 () {34 vars in 1108 bytes} [Thu Feb 26 03:08:12 2026] GET /v2.0/networks/659efca4-6343-4afc-a4c3-aa277453a47f?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: 1141/2169] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:12 2026] GET /v2.0/ports?device_id=789cea0f-34c9-4e80-9ab2-9f4b14bb630b => 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: 1142/2170] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:08:12 2026] GET /v2.0/networks?id=6c6d645c-80d4-4e91-b4ba-2d90eba844ef => generated 704 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2171] 199.204.45.69 () {34 vars in 1049 bytes} [Thu Feb 26 03:08:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3a0ba0ad61a44ff9b927694ff12221e4 => generated 179 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2172] 10.0.0.78 () {34 vars in 782 bytes} [Thu Feb 26 03:08:11 2026] PUT /v2.0/routers/3639b899-35f3-4b49-b76b-61ca03284c33/add_router_interface => generated 309 bytes in 1318 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: 1030/2173] 10.0.0.78 () {32 vars in 716 bytes} [Thu Feb 26 03:08:12 2026] GET /v2.0/ports/a550f66a-728c-47d6-9b5b-e18d318e43a2 => generated 1025 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2174] 199.204.45.69 () {38 vars in 954 bytes} [Thu Feb 26 03:08:12 2026] POST /v2.0/ports => generated 1183 bytes in 463 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, ' 2026-02-26 03:08:13.313 8 INFO neutron_taas.services.taas.taas_plugin [None req-07d4b7b7-872a-4fd3-8df8-8db2e8661cdb d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] TaaS: Handle Delete Port: a550f66a-728c-47d6-9b5b-e18d318e43a2 2026-02-26 03:08:13.316 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07d4b7b7-872a-4fd3-8df8-8db2e8661cdb d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] Tap Mirror: Handle Delete Port: a550f66a-728c-47d6-9b5b-e18d318e43a2 [pid: 7|app: 0|req: 1145/2175] 199.204.45.69 () {38 vars in 1027 bytes} [Thu Feb 26 03:08:13 2026] PUT /v2.0/ports/e5c1695a-8d27-47a7-8138-923cd9aa1877 => generated 1464 bytes in 474 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: 1146/2176] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:13 2026] GET /v2.0/ports?device_id=0daf7071-6145-49dc-a543-a134022b7fcc => generated 1198 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2177] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:13 2026] GET /v2.0/ports?device_id=789cea0f-34c9-4e80-9ab2-9f4b14bb630b => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2178] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:08:13 2026] GET /v2.0/security-groups?id=04851176-694c-430c-85ef-3b140776e716&fields=id&fields=name => generated 112 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:08:13.787 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e21ec04d-7206-4ff5-be87-7c60d0659ebf'] response: {'name': 'network-changed', 'server_uuid': '0daf7071-6145-49dc-a543-a134022b7fcc', 'tag': 'e5c1695a-8d27-47a7-8138-923cd9aa1877', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1031/2179] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:08:12 2026] PUT /v2.0/routers/3639b899-35f3-4b49-b76b-61ca03284c33/remove_router_interface => generated 309 bytes in 812 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:08:13.968 7 INFO neutron.api.v2.resource [None req-3f949ef2-38df-477f-a0c0-201d94c58224 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1149/2180] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:08:13 2026] PUT /v2.0/routers/3639b899-35f3-4b49-b76b-61ca03284c33/remove_router_interface => generated 197 bytes in 159 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1032/2181] 10.0.0.78 () {32 vars in 735 bytes} [Thu Feb 26 03:08:13 2026] GET /v2.0/ports?device_id=3639b899-35f3-4b49-b76b-61ca03284c33 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:08:14.185 7 INFO neutron_taas.services.taas.taas_plugin [None req-bfc1ad9c-9f43-4aa0-8df2-31e8a6aa6d69 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] TaaS: Handle Delete Port: 35caa194-66c5-43d0-8f85-7b5d169e630a 2026-02-26 03:08:14.188 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfc1ad9c-9f43-4aa0-8df2-31e8a6aa6d69 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] Tap Mirror: Handle Delete Port: 35caa194-66c5-43d0-8f85-7b5d169e630a [pid: 8|app: 0|req: 1033/2182] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:08:14 2026] GET /v2.0/ports?tenant_id=3a0ba0ad61a44ff9b927694ff12221e4&device_id=0daf7071-6145-49dc-a543-a134022b7fcc => generated 1467 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2183] 199.204.45.69 () {34 vars in 1017 bytes} [Thu Feb 26 03:08:14 2026] GET /v2.0/networks?tenant_id=3a0ba0ad61a44ff9b927694ff12221e4&shared=False => generated 2375 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2184] 199.204.45.69 () {34 vars in 929 bytes} [Thu Feb 26 03:08:14 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) 2026-02-26 03:08:14.507 7 INFO neutron.services.segments.plugin [-] Segment f8d7c1ad-4816-4b86-803d-a4da79303d1a resource provider aggregate not found 2026-02-26 03:08:14.516 7 INFO neutron.services.segments.plugin [-] Segment f8d7c1ad-4816-4b86-803d-a4da79303d1a resource provider aggregate not found 2026-02-26 03:08:14.533 7 INFO neutron.services.segments.plugin [-] Segment f8d7c1ad-4816-4b86-803d-a4da79303d1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8d7c1ad-4816-4b86-803d-a4da79303d1a found for delete ", "request_id": "req-713840a1-6feb-4f64-b18c-4a3ab3229284"}]} 2026-02-26 03:08:14.533 7 INFO neutron.services.segments.plugin [-] Segment f8d7c1ad-4816-4b86-803d-a4da79303d1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8d7c1ad-4816-4b86-803d-a4da79303d1a found for delete ", "request_id": "req-0124b027-f8db-4499-a797-3e71e88b8fa0"}]} 2026-02-26 03:08:14.543 7 INFO neutron.db.l3_hamode_db [None req-bfc1ad9c-9f43-4aa0-8df2-31e8a6aa6d69 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] HA network 05b335d9-19bc-4f26-bc9c-b8a17b24250d was deleted as no HA routers are present in tenant b00a093e508a43cbb6c673bef3ce32b7. [pid: 7|app: 0|req: 1150/2185] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:08:13 2026] DELETE /v2.0/routers/3639b899-35f3-4b49-b76b-61ca03284c33 => generated 0 bytes in 552 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2186] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:08:14 2026] DELETE /v2.0/subnets/d3cce31a-c127-4f4b-883c-e7674ea404b2 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2187] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:08:14 2026] DELETE /v2.0/networks/1a0e81e2-7ba0-48ed-a334-7a66d613f64c => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2188] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:14 2026] GET /v2.0/ports?device_id=789cea0f-34c9-4e80-9ab2-9f4b14bb630b => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:08:14.917 7 INFO neutron.db.segments_db [None req-2e5079af-f203-47d2-9efd-adb0447e53ac d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] Added segment c2dc92c6-d28d-4ee7-befb-6c67fa94e041 of type vxlan for network c8f90b8b-162f-4128-b38a-e7d02f67fdcf [pid: 7|app: 0|req: 1152/2189] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:08:14 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) [pid: 8|app: 0|req: 1038/2190] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:08:15 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-02-26 03:08:15.312 7 INFO neutron.db.segments_db [None req-de92a1f2-3730-4515-8810-c3fd838ee8b1 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] Added segment 9ae29c68-a6a7-4959-8229-69abd0820c69 of type vxlan for network 6bb73311-59f0-494b-bf73-3242f1120499 [pid: 8|app: 0|req: 1039/2191] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:08:15 2026] GET /v2.0/ports?tenant_id=3a0ba0ad61a44ff9b927694ff12221e4&device_id=0daf7071-6145-49dc-a543-a134022b7fcc => generated 1467 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2192] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:08:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.181&port_id=e5c1695a-8d27-47a7-8138-923cd9aa1877 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:08:15.555 7 INFO neutron.db.l3_hamode_db [None req-de92a1f2-3730-4515-8810-c3fd838ee8b1 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1041/2193] 199.204.45.69 () {34 vars in 1103 bytes} [Thu Feb 26 03:08:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A266&port_id=e5c1695a-8d27-47a7-8138-923cd9aa1877 => 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: 1042/2194] 199.204.45.69 () {34 vars in 1063 bytes} [Thu Feb 26 03:08:15 2026] GET /v2.0/subnets?id=3ba5b99a-36c6-43a1-a507-0be2c3d4442b&id=2ab5af61-1f86-4090-a192-547882f78d9b => generated 1409 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2195] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:08:15 2026] GET /v2.0/ports?network_id=6c6d645c-80d4-4e91-b4ba-2d90eba844ef&device_owner=network%3Adhcp => generated 1457 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:08:15.664 7 INFO neutron.db.l3_hamode_db [None req-de92a1f2-3730-4515-8810-c3fd838ee8b1 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1044/2196] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:08:15 2026] GET /v2.0/ports?network_id=6c6d645c-80d4-4e91-b4ba-2d90eba844ef&device_owner=network%3Adhcp => generated 1457 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2197] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:08:15 2026] GET /v2.0/networks/6c6d645c-80d4-4e91-b4ba-2d90eba844ef?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2198] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:08:15 2026] GET /v2.0/networks/6c6d645c-80d4-4e91-b4ba-2d90eba844ef?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2199] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:15 2026] GET /v2.0/ports?device_id=789cea0f-34c9-4e80-9ab2-9f4b14bb630b => 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: 1153/2200] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:08:15 2026] POST /v2.0/routers => generated 507 bytes in 1003 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:08:16.556 7 INFO neutron.services.segments.plugin [-] Segment 82d47b90-63ea-4a6e-8b08-488e56fb6095 resource provider aggregate not found 2026-02-26 03:08:16.563 7 INFO neutron.services.segments.plugin [-] Segment 82d47b90-63ea-4a6e-8b08-488e56fb6095 resource provider aggregate not found 2026-02-26 03:08:16.576 7 INFO neutron.services.segments.plugin [-] Segment 82d47b90-63ea-4a6e-8b08-488e56fb6095 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82d47b90-63ea-4a6e-8b08-488e56fb6095 found for delete ", "request_id": "req-d30827fc-59a3-4972-89dc-95ef1638ce3b"}]} 2026-02-26 03:08:16.577 7 INFO neutron.services.segments.plugin [-] Segment 82d47b90-63ea-4a6e-8b08-488e56fb6095 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82d47b90-63ea-4a6e-8b08-488e56fb6095 found for delete ", "request_id": "req-9c284430-7d04-4793-ba4b-5f5a1a93cef5"}]} [pid: 7|app: 0|req: 1154/2201] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:08:16 2026] GET /v2.0/networks?id=659efca4-6343-4afc-a4c3-aa277453a47f => generated 661 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2202] 199.204.45.69 () {34 vars in 1049 bytes} [Thu Feb 26 03:08:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8ed91942369b410d8d4d17ed21ec5ef9 => 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: 1156/2203] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:17 2026] GET /v2.0/ports?device_id=789cea0f-34c9-4e80-9ab2-9f4b14bb630b => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2204] 199.204.45.69 () {38 vars in 954 bytes} [Thu Feb 26 03:08:17 2026] POST /v2.0/ports => generated 954 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1048/2205] 10.0.0.78 () {34 vars in 782 bytes} [Thu Feb 26 03:08:16 2026] PUT /v2.0/routers/48bd9eb5-7191-41dd-87c5-07f22c70d002/add_router_interface => generated 309 bytes in 1232 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2206] 10.0.0.78 () {32 vars in 716 bytes} [Thu Feb 26 03:08:17 2026] GET /v2.0/ports/79f1ee23-a22f-426f-9a57-17372199a8c3 => generated 955 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2207] 199.204.45.69 () {38 vars in 1027 bytes} [Thu Feb 26 03:08:17 2026] PUT /v2.0/ports/41802fa0-47e2-4800-afbf-9a8cd7256888 => generated 1235 bytes in 491 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:08:17.896 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3353a195-c622-493c-8497-a27cf50adf28'] response: {'name': 'network-changed', 'server_uuid': '789cea0f-34c9-4e80-9ab2-9f4b14bb630b', 'tag': '41802fa0-47e2-4800-afbf-9a8cd7256888', 'status': 'completed', 'code': 200} 2026-02-26 03:08:17.941 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c5a1a6f-bfdf-4991-8268-a8c710fa7dd4 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] TaaS: Handle Delete Port: 79f1ee23-a22f-426f-9a57-17372199a8c3 2026-02-26 03:08:17.944 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c5a1a6f-bfdf-4991-8268-a8c710fa7dd4 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] Tap Mirror: Handle Delete Port: 79f1ee23-a22f-426f-9a57-17372199a8c3 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1159/2208] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:18 2026] GET /v2.0/ports?device_id=789cea0f-34c9-4e80-9ab2-9f4b14bb630b => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2209] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:08:18 2026] GET /v2.0/security-groups?id=93e83979-7a06-41e5-afbc-6cfda85b9f13&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2210] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:08:17 2026] PUT /v2.0/routers/48bd9eb5-7191-41dd-87c5-07f22c70d002/remove_router_interface => generated 309 bytes in 807 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2211] 10.0.0.78 () {32 vars in 735 bytes} [Thu Feb 26 03:08:18 2026] GET /v2.0/ports?device_id=48bd9eb5-7191-41dd-87c5-07f22c70d002 => 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: 1051/2212] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:08:18 2026] GET /v2.0/ports?tenant_id=8ed91942369b410d8d4d17ed21ec5ef9&device_id=789cea0f-34c9-4e80-9ab2-9f4b14bb630b => generated 1238 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2213] 199.204.45.69 () {34 vars in 1017 bytes} [Thu Feb 26 03:08:18 2026] GET /v2.0/networks?tenant_id=8ed91942369b410d8d4d17ed21ec5ef9&shared=False => generated 757 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2214] 199.204.45.69 () {34 vars in 929 bytes} [Thu Feb 26 03:08:18 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) 2026-02-26 03:08:18.621 7 INFO neutron_taas.services.taas.taas_plugin [None req-43f8f6cf-9597-4152-b3ce-8471946377e1 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] TaaS: Handle Delete Port: eaf03519-1215-4fe4-80f8-260483b515c5 2026-02-26 03:08:18.625 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43f8f6cf-9597-4152-b3ce-8471946377e1 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] Tap Mirror: Handle Delete Port: eaf03519-1215-4fe4-80f8-260483b515c5 [pid: 8|app: 0|req: 1054/2215] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:18 2026] GET /v2.0/ports?device_id=0daf7071-6145-49dc-a543-a134022b7fcc => generated 1198 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2216] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:08:18 2026] GET /v2.0/security-groups?id=04851176-694c-430c-85ef-3b140776e716&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:08:19.011 7 INFO neutron.services.segments.plugin [-] Segment 9ae29c68-a6a7-4959-8229-69abd0820c69 resource provider aggregate not found 2026-02-26 03:08:19.016 7 INFO neutron.services.segments.plugin [-] Segment 9ae29c68-a6a7-4959-8229-69abd0820c69 resource provider aggregate not found 2026-02-26 03:08:19.034 7 INFO neutron.services.segments.plugin [-] Segment 9ae29c68-a6a7-4959-8229-69abd0820c69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ae29c68-a6a7-4959-8229-69abd0820c69 found for delete ", "request_id": "req-9a143eeb-3329-4e47-8904-d399c1ea361b"}]} 2026-02-26 03:08:19.039 7 INFO neutron.services.segments.plugin [-] Segment 9ae29c68-a6a7-4959-8229-69abd0820c69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ae29c68-a6a7-4959-8229-69abd0820c69 found for delete ", "request_id": "req-667d3767-f28d-40de-9734-caa5e480f6a4"}]} 2026-02-26 03:08:19.048 7 INFO neutron.db.l3_hamode_db [None req-43f8f6cf-9597-4152-b3ce-8471946377e1 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] HA network 6bb73311-59f0-494b-bf73-3242f1120499 was deleted as no HA routers are present in tenant b00a093e508a43cbb6c673bef3ce32b7. [pid: 7|app: 0|req: 1162/2217] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:08:18 2026] DELETE /v2.0/routers/48bd9eb5-7191-41dd-87c5-07f22c70d002 => generated 0 bytes in 640 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2218] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:08:19 2026] DELETE /v2.0/subnets/e13ad6af-ae3b-4d46-8974-ef376f7c0a50 => 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: 1057/2219] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:19 2026] GET /v2.0/ports?device_id=789cea0f-34c9-4e80-9ab2-9f4b14bb630b => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2220] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:08:19 2026] GET /v2.0/security-groups?id=93e83979-7a06-41e5-afbc-6cfda85b9f13&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2221] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:08:19 2026] DELETE /v2.0/networks/c8f90b8b-162f-4128-b38a-e7d02f67fdcf => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:08:19.365 8 INFO neutron.db.segments_db [None req-7f8d3679-dee9-4e20-946f-57285ca5feee d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] Added segment 066ff58f-2566-44ea-9395-5679de5ddad9 of type vxlan for network 0b382fe0-7e17-4e83-a59e-cb3779bb5093 2026-02-26 03:08:19.567 8 INFO neutron.db.l3_hamode_db [None req-7f8d3679-dee9-4e20-946f-57285ca5feee d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1164/2222] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:08:19 2026] GET /v2.0/ports?tenant_id=8ed91942369b410d8d4d17ed21ec5ef9&device_id=789cea0f-34c9-4e80-9ab2-9f4b14bb630b => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2223] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:08:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=41802fa0-47e2-4800-afbf-9a8cd7256888 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2224] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:08:19 2026] GET /v2.0/subnets?id=a70240c0-aa96-470b-aa52-c976738a9f35 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2225] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:08:19 2026] GET /v2.0/ports?network_id=659efca4-6343-4afc-a4c3-aa277453a47f&device_owner=network%3Adhcp => 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: 1168/2226] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:08:19 2026] GET /v2.0/networks/659efca4-6343-4afc-a4c3-aa277453a47f?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: 1169/2227] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:08:19 2026] GET /v2.0/networks/659efca4-6343-4afc-a4c3-aa277453a47f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:08:20.288 8 INFO neutron.db.l3_hamode_db [None req-7f8d3679-dee9-4e20-946f-57285ca5feee d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1170/2228] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:20 2026] GET /v2.0/ports?device_id=789cea0f-34c9-4e80-9ab2-9f4b14bb630b => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2229] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:08:20 2026] GET /v2.0/security-groups?id=93e83979-7a06-41e5-afbc-6cfda85b9f13&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:08:21.054 7 INFO neutron.services.segments.plugin [-] Segment c2dc92c6-d28d-4ee7-befb-6c67fa94e041 resource provider aggregate not found 2026-02-26 03:08:21.071 7 INFO neutron.services.segments.plugin [-] Segment c2dc92c6-d28d-4ee7-befb-6c67fa94e041 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2dc92c6-d28d-4ee7-befb-6c67fa94e041 found for delete ", "request_id": "req-17e54dab-1836-43b6-96a5-4829b534cb03"}]} 2026-02-26 03:08:21.074 7 INFO neutron.services.segments.plugin [-] Segment c2dc92c6-d28d-4ee7-befb-6c67fa94e041 resource provider aggregate not found 2026-02-26 03:08:21.094 7 INFO neutron.services.segments.plugin [-] Segment c2dc92c6-d28d-4ee7-befb-6c67fa94e041 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2dc92c6-d28d-4ee7-befb-6c67fa94e041 found for delete ", "request_id": "req-1ded370e-55d5-49d2-a57b-899777b28314"}]} [pid: 8|app: 0|req: 1059/2230] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:08:19 2026] POST /v2.0/routers => generated 687 bytes in 2063 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2231] 10.0.0.78 () {32 vars in 720 bytes} [Thu Feb 26 03:08:21 2026] GET /v2.0/routers/b7146b22-009c-417e-92a9-f90075f5fba2 => generated 693 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2232] 10.0.0.78 () {32 vars in 646 bytes} [Thu Feb 26 03:08:21 2026] GET /v2.0/routers => generated 696 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2235] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:21 2026] GET /v2.0/ports?device_id=789cea0f-34c9-4e80-9ab2-9f4b14bb630b => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2236] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:08:21 2026] GET /v2.0/security-groups?id=93e83979-7a06-41e5-afbc-6cfda85b9f13&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2237] 10.0.0.78 () {34 vars in 740 bytes} [Thu Feb 26 03:08:21 2026] PUT /v2.0/routers/b7146b22-009c-417e-92a9-f90075f5fba2 => generated 700 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2238] 10.0.0.78 () {32 vars in 720 bytes} [Thu Feb 26 03:08:22 2026] GET /v2.0/routers/b7146b22-009c-417e-92a9-f90075f5fba2 => generated 700 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2239] 10.0.0.78 () {32 vars in 735 bytes} [Thu Feb 26 03:08:22 2026] GET /v2.0/ports?device_id=b7146b22-009c-417e-92a9-f90075f5fba2 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:08:22.333 7 INFO neutron_taas.services.taas.taas_plugin [None req-bef0cc1c-c3fb-45e8-8a12-a41cb7a88cb3 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] TaaS: Handle Delete Port: 5a28de12-4556-4efc-a08c-15d02fc55547 2026-02-26 03:08:22.336 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bef0cc1c-c3fb-45e8-8a12-a41cb7a88cb3 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] Tap Mirror: Handle Delete Port: 5a28de12-4556-4efc-a08c-15d02fc55547 2026-02-26 03:08:22.620 7 INFO neutron_taas.services.taas.taas_plugin [None req-bef0cc1c-c3fb-45e8-8a12-a41cb7a88cb3 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] TaaS: Handle Delete Port: 4d32f863-7cab-42e9-abc5-9974e39c51ba 2026-02-26 03:08:22.623 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bef0cc1c-c3fb-45e8-8a12-a41cb7a88cb3 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] Tap Mirror: Handle Delete Port: 4d32f863-7cab-42e9-abc5-9974e39c51ba [pid: 8|app: 0|req: 1064/2240] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:22 2026] GET /v2.0/ports?device_id=789cea0f-34c9-4e80-9ab2-9f4b14bb630b => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2241] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:08:22 2026] GET /v2.0/security-groups?id=93e83979-7a06-41e5-afbc-6cfda85b9f13&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-02-26 03:08:22.948 7 INFO neutron.db.l3_hamode_db [None req-bef0cc1c-c3fb-45e8-8a12-a41cb7a88cb3 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] HA network 0b382fe0-7e17-4e83-a59e-cb3779bb5093 was deleted as no HA routers are present in tenant b00a093e508a43cbb6c673bef3ce32b7. [pid: 7|app: 0|req: 1177/2242] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:08:22 2026] DELETE /v2.0/routers/b7146b22-009c-417e-92a9-f90075f5fba2 => generated 0 bytes in 853 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2243] 10.0.0.78 () {32 vars in 735 bytes} [Thu Feb 26 03:08:22 2026] GET /v2.0/ports?device_id=b7146b22-009c-417e-92a9-f90075f5fba2 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:08:23.010 7 INFO neutron.api.v2.resource [None req-201af8d9-79d2-444b-833f-365d1d5adc15 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1178/2244] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:08:22 2026] DELETE /v2.0/routers/b7146b22-009c-417e-92a9-f90075f5fba2 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2245] 10.0.0.78 () {32 vars in 735 bytes} [Thu Feb 26 03:08:23 2026] GET /v2.0/ports?device_id=48bd9eb5-7191-41dd-87c5-07f22c70d002 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:08:23.063 7 INFO neutron.api.v2.resource [None req-a3aa0463-0e97-4488-9249-b4ab04babb16 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1179/2246] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:08:23 2026] DELETE /v2.0/routers/48bd9eb5-7191-41dd-87c5-07f22c70d002 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:08:23.083 8 INFO neutron.pecan_wsgi.hooks.translation [None req-310eb23c-e93e-4139-ab72-11650ca67ed1 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1068/2247] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:08:23 2026] DELETE /v2.0/subnets/e13ad6af-ae3b-4d46-8974-ef376f7c0a50 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:08:23.099 7 INFO neutron.services.segments.plugin [-] Segment 066ff58f-2566-44ea-9395-5679de5ddad9 resource provider aggregate not found 2026-02-26 03:08:23.124 7 INFO neutron.services.segments.plugin [-] Segment 066ff58f-2566-44ea-9395-5679de5ddad9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 066ff58f-2566-44ea-9395-5679de5ddad9 found for delete ", "request_id": "req-1c8fa7cb-a3f1-48e3-9d0f-009688fafcd1"}]} 2026-02-26 03:08:23.125 7 INFO neutron.services.segments.plugin [-] Segment 066ff58f-2566-44ea-9395-5679de5ddad9 resource provider aggregate not found [pid: 7|app: 0|req: 1180/2248] 10.0.0.78 () {32 vars in 735 bytes} [Thu Feb 26 03:08:23 2026] GET /v2.0/ports?device_id=3639b899-35f3-4b49-b76b-61ca03284c33 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:08:23.149 7 INFO neutron.services.segments.plugin [-] Segment 066ff58f-2566-44ea-9395-5679de5ddad9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 066ff58f-2566-44ea-9395-5679de5ddad9 found for delete ", "request_id": "req-cbf4ebaf-25e4-4881-907a-e4a413a7fec9"}]} 2026-02-26 03:08:23.155 8 INFO neutron.api.v2.resource [None req-65e04b67-d77b-4e2f-9460-c9ccd38c4c9e d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1069/2249] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:08:23 2026] DELETE /v2.0/routers/3639b899-35f3-4b49-b76b-61ca03284c33 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:08:23.176 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c73ea8a6-22aa-4d86-86db-d592bcc23b73 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1181/2250] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:08:23 2026] DELETE /v2.0/subnets/d3cce31a-c127-4f4b-883c-e7674ea404b2 => 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: 1070/2251] 10.0.0.78 () {32 vars in 735 bytes} [Thu Feb 26 03:08:23 2026] GET /v2.0/ports?device_id=53db0b15-e8c1-4b20-b51d-79a542498393 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:08:23.230 7 INFO neutron.api.v2.resource [None req-ad1a52cf-5cfb-423a-ad96-d5675a6bfb51 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1182/2252] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:08:23 2026] DELETE /v2.0/routers/53db0b15-e8c1-4b20-b51d-79a542498393 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:08:23.254 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bc6c481d-61c1-411f-beb3-c2444e118ade d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1071/2253] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:08:23 2026] DELETE /v2.0/subnets/0e94a8b9-2a12-42f9-af61-03bb529cb377 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:08:23.277 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4891f640-eea5-42e4-a544-0e806acdbc56 d010cc9622fe4b7c8913acbfca2741e5 b00a093e508a43cbb6c673bef3ce32b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1183/2254] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:08:23 2026] DELETE /v2.0/subnets/f708aed0-aa7a-4fd2-bbb3-28bcf511ca8e => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2255] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:08:23 2026] GET /v2.0/security-groups?tenant_id=b00a093e508a43cbb6c673bef3ce32b7&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2256] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:23 2026] GET /v2.0/ports?device_id=789cea0f-34c9-4e80-9ab2-9f4b14bb630b => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2257] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:08:23 2026] GET /v2.0/security-groups?id=93e83979-7a06-41e5-afbc-6cfda85b9f13&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: 1073/2258] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:08:23 2026] DELETE /v2.0/security-groups/db8fc785-058e-4a21-bcf0-e75e5cad4208 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2259] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:24 2026] GET /v2.0/ports?device_id=0daf7071-6145-49dc-a543-a134022b7fcc => generated 1200 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2260] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:08:24 2026] GET /v2.0/security-groups?id=04851176-694c-430c-85ef-3b140776e716&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2261] 10.0.0.78 () {32 vars in 817 bytes} [Thu Feb 26 03:08:24 2026] GET /v2.0/ports?network_id=6c6d645c-80d4-4e91-b4ba-2d90eba844ef&mac_address=fa%3A16%3A3e%3A4c%3Afa%3A6b => generated 1200 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2262] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:25 2026] GET /v2.0/ports?device_id=789cea0f-34c9-4e80-9ab2-9f4b14bb630b => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2263] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:08:25 2026] GET /v2.0/security-groups?id=93e83979-7a06-41e5-afbc-6cfda85b9f13&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:08:25.191 8 INFO neutron.db.l3_db [None req-2affb01a-ce06-43a8-9ac7-466be974de4d ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] Floating IP bbd0f69d-2ee2-4db7-ac7f-9130be54b55c associated. External IP: 10.96.250.209, port: e5c1695a-8d27-47a7-8138-923cd9aa1877. [pid: 7|app: 0|req: 1190/2264] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:25 2026] GET /v2.0/ports?device_id=789cea0f-34c9-4e80-9ab2-9f4b14bb630b => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2265] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:08:25 2026] GET /v2.0/security-groups?id=93e83979-7a06-41e5-afbc-6cfda85b9f13&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: 1192/2266] 10.0.0.78 () {32 vars in 735 bytes} [Thu Feb 26 03:08:25 2026] GET /v2.0/ports?device_id=789cea0f-34c9-4e80-9ab2-9f4b14bb630b => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2267] 10.0.0.78 () {34 vars in 676 bytes} [Thu Feb 26 03:08:24 2026] POST /v2.0/floatingips => generated 855 bytes in 1296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:08:25.623 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-99fae2ab-57db-4f8b-ac76-b1d251d7f128'] response: {'name': 'network-changed', 'server_uuid': '0daf7071-6145-49dc-a543-a134022b7fcc', 'tag': 'e5c1695a-8d27-47a7-8138-923cd9aa1877', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1076/2268] 10.0.0.120 () {34 vars in 1096 bytes} [Thu Feb 26 03:08:25 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1941186763&fields=id&tenant_id=3a0ba0ad61a44ff9b927694ff12221e4 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2269] 10.0.0.120 () {34 vars in 982 bytes} [Thu Feb 26 03:08:25 2026] GET /v2.0/networks?id=b6e20ab3-7965-40db-aedb-47024f572b8b => generated 705 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2270] 10.0.0.120 () {34 vars in 965 bytes} [Thu Feb 26 03:08:25 2026] GET /v2.0/quotas/3a0ba0ad61a44ff9b927694ff12221e4 => 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: 1079/2271] 10.0.0.120 () {34 vars in 1002 bytes} [Thu Feb 26 03:08:25 2026] GET /v2.0/ports?tenant_id=3a0ba0ad61a44ff9b927694ff12221e4&fields=id => generated 333 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2272] 10.0.0.78 () {34 vars in 676 bytes} [Thu Feb 26 03:08:25 2026] POST /v2.0/subnetpools => generated 549 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:08:26.195 7 INFO neutron.db.l3_db [None req-ab80eb42-5fc6-4f08-9b53-2333673115df 01859c463b484c45be81e3fb9d9ca33a 8ed91942369b410d8d4d17ed21ec5ef9 - - default default] Floating IP cf2e218c-c000-4b91-954e-9c34df68fb4d associated. External IP: 10.96.250.220, port: 41802fa0-47e2-4800-afbf-9a8cd7256888. [pid: 8|app: 0|req: 1081/2273] 10.0.0.120 () {34 vars in 1008 bytes} [Thu Feb 26 03:08:26 2026] GET /v2.0/networks/b6e20ab3-7965-40db-aedb-47024f572b8b?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: 1082/2274] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:08:26 2026] GET /v2.0/ports?tenant_id=3a0ba0ad61a44ff9b927694ff12221e4&device_id=0daf7071-6145-49dc-a543-a134022b7fcc => generated 1469 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2275] 10.0.0.78 () {32 vars in 728 bytes} [Thu Feb 26 03:08:26 2026] GET /v2.0/subnetpools/fc77ccf1-7c4d-4aba-adcc-172fd697b909 => generated 549 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2276] 10.0.0.120 () {34 vars in 1108 bytes} [Thu Feb 26 03:08:26 2026] GET /v2.0/networks/b6e20ab3-7965-40db-aedb-47024f572b8b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2277] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:08:26 2026] GET /v2.0/networks?id=6c6d645c-80d4-4e91-b4ba-2d90eba844ef => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2278] 10.0.0.78 () {34 vars in 748 bytes} [Thu Feb 26 03:08:26 2026] PUT /v2.0/subnetpools/fc77ccf1-7c4d-4aba-adcc-172fd697b909 => generated 501 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2279] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:08:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.181&port_id=e5c1695a-8d27-47a7-8138-923cd9aa1877 => generated 858 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2280] 10.0.0.78 () {34 vars in 676 bytes} [Thu Feb 26 03:08:25 2026] POST /v2.0/floatingips => generated 855 bytes in 1149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2281] 10.0.0.78 () {32 vars in 731 bytes} [Thu Feb 26 03:08:26 2026] DELETE /v2.0/subnetpools/fc77ccf1-7c4d-4aba-adcc-172fd697b909 => 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: 1194/2282] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:26 2026] GET /v2.0/ports?device_id=431ff4b8-a670-469b-ba51-4beaa947c3b0 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2283] 199.204.45.69 () {34 vars in 1103 bytes} [Thu Feb 26 03:08:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A266&port_id=e5c1695a-8d27-47a7-8138-923cd9aa1877 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:08:26.616 8 INFO neutron.api.v2.resource [None req-fa844406-f13f-40dd-9c91-1b95f12929e5 23a14ae2dde743629c61c15bc724ef48 f2cf30a8a07143ac9c2322731d10deaf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1090/2284] 10.0.0.78 () {32 vars in 728 bytes} [Thu Feb 26 03:08:26 2026] GET /v2.0/subnetpools/fc77ccf1-7c4d-4aba-adcc-172fd697b909 => generated 145 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:08:26.627 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6c691010-10b2-4e34-9acd-526fb3a2fb55'] response: {'name': 'network-changed', 'server_uuid': '789cea0f-34c9-4e80-9ab2-9f4b14bb630b', 'tag': '41802fa0-47e2-4800-afbf-9a8cd7256888', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1195/2285] 10.0.0.78 () {32 vars in 728 bytes} [Thu Feb 26 03:08:26 2026] GET /v2.0/floatingips/cf2e218c-c000-4b91-954e-9c34df68fb4d => generated 855 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:08:26.652 7 INFO neutron.api.v2.resource [None req-6c22798c-176c-4793-8fca-2bfcfcb9de8e 23a14ae2dde743629c61c15bc724ef48 f2cf30a8a07143ac9c2322731d10deaf - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1196/2286] 10.0.0.78 () {32 vars in 731 bytes} [Thu Feb 26 03:08:26 2026] DELETE /v2.0/subnetpools/fc77ccf1-7c4d-4aba-adcc-172fd697b909 => generated 145 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2287] 199.204.45.69 () {34 vars in 1063 bytes} [Thu Feb 26 03:08:26 2026] GET /v2.0/subnets?id=3ba5b99a-36c6-43a1-a507-0be2c3d4442b&id=2ab5af61-1f86-4090-a192-547882f78d9b => generated 1409 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2288] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:08:26 2026] GET /v2.0/ports?network_id=6c6d645c-80d4-4e91-b4ba-2d90eba844ef&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: 8|app: 0|req: 1092/2289] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:08:26 2026] GET /v2.0/ports?network_id=6c6d645c-80d4-4e91-b4ba-2d90eba844ef&device_owner=network%3Adhcp => generated 1457 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2290] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:08:26 2026] GET /v2.0/networks/6c6d645c-80d4-4e91-b4ba-2d90eba844ef?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2291] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:08:26 2026] GET /v2.0/networks/6c6d645c-80d4-4e91-b4ba-2d90eba844ef?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: 1199/2292] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:08:27 2026] GET /v2.0/ports?tenant_id=8ed91942369b410d8d4d17ed21ec5ef9&device_id=789cea0f-34c9-4e80-9ab2-9f4b14bb630b => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2293] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:08:27 2026] GET /v2.0/networks?id=659efca4-6343-4afc-a4c3-aa277453a47f => generated 757 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2294] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:08:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=41802fa0-47e2-4800-afbf-9a8cd7256888 => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2295] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:08:27 2026] GET /v2.0/subnets?id=a70240c0-aa96-470b-aa52-c976738a9f35 => generated 677 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2296] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:08:27 2026] GET /v2.0/ports?network_id=659efca4-6343-4afc-a4c3-aa277453a47f&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: 1098/2297] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:08:27 2026] GET /v2.0/networks/659efca4-6343-4afc-a4c3-aa277453a47f?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2298] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:08:27 2026] GET /v2.0/security-groups?tenant_id=f2cf30a8a07143ac9c2322731d10deaf&name=default => generated 2925 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2299] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:08:27 2026] GET /v2.0/networks/659efca4-6343-4afc-a4c3-aa277453a47f?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: 1201/2300] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:08:27 2026] DELETE /v2.0/security-groups/eba71919-30b0-44e7-a5f6-cd42e2231e0b => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2301] 10.0.0.78 () {32 vars in 728 bytes} [Thu Feb 26 03:08:27 2026] GET /v2.0/floatingips/cf2e218c-c000-4b91-954e-9c34df68fb4d => generated 855 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2302] 10.0.0.78 () {32 vars in 728 bytes} [Thu Feb 26 03:08:28 2026] GET /v2.0/floatingips/cf2e218c-c000-4b91-954e-9c34df68fb4d => generated 857 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2303] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:31 2026] GET /v2.0/ports?device_id=431ff4b8-a670-469b-ba51-4beaa947c3b0 => 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: 1203/2304] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:08:31 2026] GET /v2.0/networks?id=b6e20ab3-7965-40db-aedb-47024f572b8b => generated 705 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2305] 199.204.45.69 () {34 vars in 1049 bytes} [Thu Feb 26 03:08:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3a0ba0ad61a44ff9b927694ff12221e4 => generated 179 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2306] 10.0.0.165 () {34 vars in 990 bytes} [Thu Feb 26 03:08:32 2026] GET /v2.0/ports?device_id=0daf7071-6145-49dc-a543-a134022b7fcc => generated 1469 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2307] 10.0.0.165 () {34 vars in 1040 bytes} [Thu Feb 26 03:08:32 2026] GET /v2.0/security-groups?id=04851176-694c-430c-85ef-3b140776e716&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: 1204/2308] 199.204.45.69 () {38 vars in 954 bytes} [Thu Feb 26 03:08:31 2026] POST /v2.0/ports => generated 1187 bytes in 929 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2309] 199.204.45.69 () {38 vars in 1027 bytes} [Thu Feb 26 03:08:32 2026] PUT /v2.0/ports/c7c077e9-e594-4696-a26a-3652752893db => generated 1468 bytes in 711 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:08:33.548 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8fd27b3f-c893-4bf9-bc03-e430ea45e0d8'] response: {'name': 'network-changed', 'server_uuid': '431ff4b8-a670-469b-ba51-4beaa947c3b0', 'tag': 'c7c077e9-e594-4696-a26a-3652752893db', '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: 1205/2310] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:08:34 2026] GET /v2.0/ports?tenant_id=3a0ba0ad61a44ff9b927694ff12221e4&device_id=431ff4b8-a670-469b-ba51-4beaa947c3b0 => generated 1471 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: 1106/2311] 199.204.45.69 () {34 vars in 1017 bytes} [Thu Feb 26 03:08:34 2026] GET /v2.0/networks?tenant_id=3a0ba0ad61a44ff9b927694ff12221e4&shared=False => generated 2375 bytes in 497 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2312] 199.204.45.69 () {34 vars in 929 bytes} [Thu Feb 26 03:08:34 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: 1107/2313] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:08:35 2026] GET /v2.0/ports?tenant_id=3a0ba0ad61a44ff9b927694ff12221e4&device_id=431ff4b8-a670-469b-ba51-4beaa947c3b0 => generated 1471 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2314] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:08:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.105&port_id=c7c077e9-e594-4696-a26a-3652752893db => 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: 1108/2315] 199.204.45.69 () {34 vars in 1105 bytes} [Thu Feb 26 03:08:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A15d&port_id=c7c077e9-e594-4696-a26a-3652752893db => 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: 1208/2316] 199.204.45.69 () {34 vars in 1063 bytes} [Thu Feb 26 03:08:35 2026] GET /v2.0/subnets?id=dfb453e6-18be-44be-8b37-e2b230c60f03&id=52543079-8bf4-41c2-83a2-6fb9ca6f6265 => generated 1413 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2317] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:08:35 2026] GET /v2.0/ports?network_id=b6e20ab3-7965-40db-aedb-47024f572b8b&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: 1209/2318] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:08:35 2026] GET /v2.0/ports?network_id=b6e20ab3-7965-40db-aedb-47024f572b8b&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: 1110/2319] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:08:35 2026] GET /v2.0/networks/b6e20ab3-7965-40db-aedb-47024f572b8b?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: 1210/2320] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:08:35 2026] GET /v2.0/networks/b6e20ab3-7965-40db-aedb-47024f572b8b?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: 1112/2323] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:36 2026] GET /v2.0/ports?device_id=431ff4b8-a670-469b-ba51-4beaa947c3b0 => generated 1202 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2324] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:08:36 2026] GET /v2.0/security-groups?id=04851176-694c-430c-85ef-3b140776e716&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: 8|app: 0|req: 1113/2325] 10.0.0.165 () {34 vars in 990 bytes} [Thu Feb 26 03:08:37 2026] GET /v2.0/ports?device_id=789cea0f-34c9-4e80-9ab2-9f4b14bb630b => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2326] 10.0.0.165 () {34 vars in 1040 bytes} [Thu Feb 26 03:08:37 2026] GET /v2.0/security-groups?id=93e83979-7a06-41e5-afbc-6cfda85b9f13&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: 1114/2327] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:41 2026] GET /v2.0/ports?device_id=431ff4b8-a670-469b-ba51-4beaa947c3b0 => generated 1204 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2328] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:08:42 2026] GET /v2.0/security-groups?id=04851176-694c-430c-85ef-3b140776e716&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: 1115/2329] 10.0.0.78 () {32 vars in 817 bytes} [Thu Feb 26 03:08:42 2026] GET /v2.0/ports?network_id=b6e20ab3-7965-40db-aedb-47024f572b8b&mac_address=fa%3A16%3A3e%3Ad3%3A77%3A38 => generated 1204 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:08:43.032 7 INFO neutron.db.l3_db [None req-7c493771-fa78-494b-97a4-69c34ca2450e ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] Floating IP 77b0dc24-5bb5-4417-96c3-9ba60f64ed80 associated. External IP: 10.96.250.211, port: c7c077e9-e594-4696-a26a-3652752893db. [pid: 7|app: 0|req: 1215/2330] 10.0.0.78 () {34 vars in 676 bytes} [Thu Feb 26 03:08:42 2026] POST /v2.0/floatingips => generated 855 bytes in 1177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:08:43.422 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0b52032-8dfd-4593-9f1a-b3c687382e60'] response: {'name': 'network-changed', 'server_uuid': '431ff4b8-a670-469b-ba51-4beaa947c3b0', 'tag': 'c7c077e9-e594-4696-a26a-3652752893db', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1116/2331] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:08:43 2026] GET /v2.0/security-groups?tenant_id=f4af7ce48a4a48ec9ac1b297e95e6294&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2332] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:08:43 2026] DELETE /v2.0/security-groups/6af8e877-e267-4df8-8d72-61a4729691ce => 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: 1117/2333] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:08:43 2026] GET /v2.0/ports?tenant_id=3a0ba0ad61a44ff9b927694ff12221e4&device_id=431ff4b8-a670-469b-ba51-4beaa947c3b0 => generated 1473 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2334] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:08:43 2026] GET /v2.0/networks?id=b6e20ab3-7965-40db-aedb-47024f572b8b => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2335] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:08:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.105&port_id=c7c077e9-e594-4696-a26a-3652752893db => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2336] 199.204.45.69 () {34 vars in 1105 bytes} [Thu Feb 26 03:08:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A15d&port_id=c7c077e9-e594-4696-a26a-3652752893db => 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: 1119/2337] 199.204.45.69 () {34 vars in 1063 bytes} [Thu Feb 26 03:08:44 2026] GET /v2.0/subnets?id=dfb453e6-18be-44be-8b37-e2b230c60f03&id=52543079-8bf4-41c2-83a2-6fb9ca6f6265 => generated 1413 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2338] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:08:44 2026] GET /v2.0/ports?network_id=b6e20ab3-7965-40db-aedb-47024f572b8b&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: 1120/2339] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:08:44 2026] GET /v2.0/ports?network_id=b6e20ab3-7965-40db-aedb-47024f572b8b&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2340] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:08:44 2026] GET /v2.0/networks/b6e20ab3-7965-40db-aedb-47024f572b8b?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: 1121/2341] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:08:44 2026] GET /v2.0/networks/b6e20ab3-7965-40db-aedb-47024f572b8b?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) 2026-02-26 03:08:45.943 7 INFO neutron.db.segments_db [None req-0393e597-d8a9-409c-9cc6-4a51dcd5ca63 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment 2ac2575d-a736-4852-86e9-5eabf28d9c0b of type vxlan for network 61b05fa2-2977-4a2c-8c16-d375bedcf4a7 [pid: 7|app: 0|req: 1221/2342] 10.0.0.78 () {34 vars in 670 bytes} [Thu Feb 26 03:08:45 2026] POST /v2.0/networks => generated 740 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2343] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:08:46 2026] POST /v2.0/subnets => generated 687 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:08:46.284 7 INFO neutron.db.segments_db [None req-1424b713-ac56-4913-ae7f-e6312ac68059 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment 431c9f54-68d9-489a-b60c-26e087c3e7d4 of type vxlan for network 415d3362-3899-40ee-af1f-0bc1ff82fc03 2026-02-26 03:08:46.527 7 INFO neutron.db.l3_hamode_db [None req-1424b713-ac56-4913-ae7f-e6312ac68059 d8742f7fa92f41c6a9007317aca83f00 8c59c532e8ef49e5a78fd3cb55b47294 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 03:08:47.327 7 INFO neutron.db.l3_hamode_db [None req-1424b713-ac56-4913-ae7f-e6312ac68059 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1123/2344] 10.0.0.78 () {32 vars in 825 bytes} [Thu Feb 26 03:08:47 2026] GET /v2.0/ports?project_id=8ed91942369b410d8d4d17ed21ec5ef9&network_id=659efca4-6343-4afc-a4c3-aa277453a47f => generated 3691 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2345] 10.0.0.78 () {32 vars in 741 bytes} [Thu Feb 26 03:08:48 2026] GET /v2.0/subnets?network_id=8b8ebccc-b4c3-4574-95e0-5c1c679ff7be => generated 667 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2346] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:08:46 2026] POST /v2.0/routers => generated 727 bytes in 2376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:08:48.750 8 INFO neutron.db.l3_db [None req-c34418dc-4b4a-4355-bcf3-dd4882e3403b 01859c463b484c45be81e3fb9d9ca33a 8ed91942369b410d8d4d17ed21ec5ef9 - - default default] Floating IP cf2e218c-c000-4b91-954e-9c34df68fb4d disassociated. External IP: 10.96.250.220, port: 41802fa0-47e2-4800-afbf-9a8cd7256888. [pid: 8|app: 0|req: 1125/2347] 10.0.0.78 () {34 vars in 748 bytes} [Thu Feb 26 03:08:48 2026] PUT /v2.0/floatingips/cf2e218c-c000-4b91-954e-9c34df68fb4d => generated 554 bytes in 531 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2348] 10.0.0.78 () {32 vars in 728 bytes} [Thu Feb 26 03:08:49 2026] GET /v2.0/floatingips/cf2e218c-c000-4b91-954e-9c34df68fb4d => generated 554 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:08:49.125 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a61028e2-1a63-48f8-a378-52452409b064'] response: {'name': 'network-changed', 'server_uuid': '789cea0f-34c9-4e80-9ab2-9f4b14bb630b', 'tag': '41802fa0-47e2-4800-afbf-9a8cd7256888', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1127/2349] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:08:49 2026] GET /v2.0/ports?tenant_id=8ed91942369b410d8d4d17ed21ec5ef9&device_id=789cea0f-34c9-4e80-9ab2-9f4b14bb630b => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2350] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:08:49 2026] GET /v2.0/networks?id=659efca4-6343-4afc-a4c3-aa277453a47f => generated 757 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2351] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:08:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=41802fa0-47e2-4800-afbf-9a8cd7256888 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2352] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:08:49 2026] GET /v2.0/subnets?id=a70240c0-aa96-470b-aa52-c976738a9f35 => 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: 1223/2353] 10.0.0.78 () {34 vars in 782 bytes} [Thu Feb 26 03:08:48 2026] PUT /v2.0/routers/f7054ec6-4460-4bf8-8b0f-4a093c6deb1f/add_router_interface => generated 309 bytes in 1224 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2354] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:08:49 2026] GET /v2.0/ports?network_id=659efca4-6343-4afc-a4c3-aa277453a47f&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2355] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:08:49 2026] GET /v2.0/networks/659efca4-6343-4afc-a4c3-aa277453a47f?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2356] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:08:49 2026] GET /v2.0/networks/659efca4-6343-4afc-a4c3-aa277453a47f?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: 1225/2357] 10.0.0.78 () {32 vars in 728 bytes} [Thu Feb 26 03:08:50 2026] GET /v2.0/floatingips/cf2e218c-c000-4b91-954e-9c34df68fb4d => generated 554 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2358] 10.0.0.165 () {34 vars in 990 bytes} [Thu Feb 26 03:08:50 2026] GET /v2.0/ports?device_id=431ff4b8-a670-469b-ba51-4beaa947c3b0 => generated 1473 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2359] 10.0.0.165 () {34 vars in 1040 bytes} [Thu Feb 26 03:08:50 2026] GET /v2.0/security-groups?id=04851176-694c-430c-85ef-3b140776e716&fields=id&fields=name => generated 112 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:08:51.145 8 INFO neutron.db.segments_db [None req-de64843e-6964-481b-b1ad-79f3d8ad9439 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment 5f2587b7-e592-4809-a2a4-15138c70f8cf of type vxlan for network fa7a81c9-791d-41d8-a78b-ae31737a2380 [pid: 7|app: 0|req: 1227/2360] 10.0.0.78 () {32 vars in 728 bytes} [Thu Feb 26 03:08:51 2026] GET /v2.0/floatingips/cf2e218c-c000-4b91-954e-9c34df68fb4d => generated 552 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2361] 10.0.0.78 () {34 vars in 670 bytes} [Thu Feb 26 03:08:50 2026] POST /v2.0/networks => generated 741 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2362] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:08:51 2026] POST /v2.0/subnets => generated 688 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:08:51.534 8 INFO neutron.db.segments_db [None req-bacfe8ed-e793-40c8-bae0-40e4a83b11d9 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Added segment 7a21c9a8-9ab1-4b35-965d-490bc601085d of type vxlan for network d8d1eb3c-eea4-4087-b738-afc48aed1160 2026-02-26 03:08:51.772 8 INFO neutron.db.l3_hamode_db [None req-bacfe8ed-e793-40c8-bae0-40e4a83b11d9 d8742f7fa92f41c6a9007317aca83f00 7d69ef3b2ac94f5c816cba1a59ec372d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1231/2365] 10.0.0.78 () {34 vars in 684 bytes} [Thu Feb 26 03:08:52 2026] POST /v2.0/security-groups => generated 1675 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2366] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:08:52.628 8 INFO neutron.db.l3_hamode_db [None req-bacfe8ed-e793-40c8-bae0-40e4a83b11d9 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1233/2367] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:52 2026] POST /v2.0/security-group-rules => generated 596 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2368] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2369] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:52 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) 2026-02-26 03:08:52.933 7 INFO neutron.db.securitygroups_db [None req-e5d2508d-2bb8-420b-8a38-33fe16780c56 01859c463b484c45be81e3fb9d9ca33a 8ed91942369b410d8d4d17ed21ec5ef9 - - default default] Project 8ed91942369b410d8d4d17ed21ec5ef9 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: 1236/2370] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:52 2026] POST /v2.0/security-group-rules => generated 607 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:08:53.070 7 INFO neutron.db.securitygroups_db [None req-b39eaaf4-680f-402d-8218-04a34727c366 01859c463b484c45be81e3fb9d9ca33a 8ed91942369b410d8d4d17ed21ec5ef9 - - default default] Project 8ed91942369b410d8d4d17ed21ec5ef9 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 1237/2371] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:53 2026] POST /v2.0/security-group-rules => generated 606 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2372] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:08:51 2026] POST /v2.0/routers => generated 728 bytes in 2070 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2373] 10.0.0.78 () {32 vars in 648 bytes} [Thu Feb 26 03:08:53 2026] GET /v2.0/networks => generated 1298 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2374] 10.0.0.120 () {34 vars in 1100 bytes} [Thu Feb 26 03:08:53 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2063624611&fields=id&tenant_id=8ed91942369b410d8d4d17ed21ec5ef9 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2375] 10.0.0.120 () {34 vars in 982 bytes} [Thu Feb 26 03:08:53 2026] GET /v2.0/networks?id=659efca4-6343-4afc-a4c3-aa277453a47f => generated 661 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2376] 10.0.0.120 () {34 vars in 965 bytes} [Thu Feb 26 03:08:53 2026] GET /v2.0/quotas/8ed91942369b410d8d4d17ed21ec5ef9 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2377] 10.0.0.120 () {34 vars in 1002 bytes} [Thu Feb 26 03:08:53 2026] GET /v2.0/ports?tenant_id=8ed91942369b410d8d4d17ed21ec5ef9&fields=id => generated 149 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2378] 10.0.0.120 () {34 vars in 1008 bytes} [Thu Feb 26 03:08:54 2026] GET /v2.0/networks/659efca4-6343-4afc-a4c3-aa277453a47f?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: 1244/2379] 10.0.0.120 () {34 vars in 1108 bytes} [Thu Feb 26 03:08:54 2026] GET /v2.0/networks/659efca4-6343-4afc-a4c3-aa277453a47f?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: 1245/2380] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:54 2026] GET /v2.0/ports?device_id=a00dd9e8-f357-475c-96ee-dee853e166e2 => 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: 1136/2381] 10.0.0.78 () {34 vars in 782 bytes} [Thu Feb 26 03:08:53 2026] PUT /v2.0/routers/cb28cb08-f7c7-4a89-80c7-347a529bfb25/add_router_interface => generated 309 bytes in 1374 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2382] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:55 2026] GET /v2.0/ports?device_id=a00dd9e8-f357-475c-96ee-dee853e166e2 => 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: 1137/2383] 10.0.0.78 () {34 vars in 684 bytes} [Thu Feb 26 03:08:55 2026] POST /v2.0/security-groups => generated 1671 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2384] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2385] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:55 2026] POST /v2.0/security-group-rules => generated 596 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2386] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2387] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:08:56.185 7 INFO neutron.db.securitygroups_db [None req-35ab8578-2b17-4b8b-8bf4-492f56d9c428 3e963bc30a074533a95618f7da8667f3 8c59c532e8ef49e5a78fd3cb55b47294 - - default default] Project 8c59c532e8ef49e5a78fd3cb55b47294 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: 1249/2388] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:56 2026] POST /v2.0/security-group-rules => generated 607 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:08:56.317 8 INFO neutron.db.securitygroups_db [None req-88dbe75b-91e2-4bdc-b4db-0953b9056a74 3e963bc30a074533a95618f7da8667f3 8c59c532e8ef49e5a78fd3cb55b47294 - - default default] Project 8c59c532e8ef49e5a78fd3cb55b47294 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: 1140/2389] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:56 2026] POST /v2.0/security-group-rules => generated 606 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2390] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:56 2026] GET /v2.0/ports?device_id=a00dd9e8-f357-475c-96ee-dee853e166e2 => 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: 1141/2391] 10.0.0.78 () {34 vars in 684 bytes} [Thu Feb 26 03:08:56 2026] POST /v2.0/security-groups => generated 1659 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2392] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2393] 10.0.0.78 () {34 vars in 694 bytes} [Thu Feb 26 03:08:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2394] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:57 2026] GET /v2.0/ports?device_id=a00dd9e8-f357-475c-96ee-dee853e166e2 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2395] 10.0.0.78 () {34 vars in 675 bytes} [Thu Feb 26 03:08:57 2026] POST /v2.0/floatingips => generated 552 bytes in 640 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2396] 10.0.0.120 () {34 vars in 1098 bytes} [Thu Feb 26 03:08:58 2026] GET /v2.0/security-groups?name=tempest-securitygroup--657968375&fields=id&tenant_id=8c59c532e8ef49e5a78fd3cb55b47294 => 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: 1253/2397] 10.0.0.120 () {34 vars in 1096 bytes} [Thu Feb 26 03:08:58 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-73599660&fields=id&tenant_id=8c59c532e8ef49e5a78fd3cb55b47294 => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2398] 10.0.0.120 () {34 vars in 982 bytes} [Thu Feb 26 03:08:58 2026] GET /v2.0/networks?id=61b05fa2-2977-4a2c-8c16-d375bedcf4a7 => generated 672 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2399] 10.0.0.120 () {34 vars in 965 bytes} [Thu Feb 26 03:08:58 2026] GET /v2.0/quotas/8c59c532e8ef49e5a78fd3cb55b47294 => 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: 1146/2400] 10.0.0.120 () {34 vars in 1002 bytes} [Thu Feb 26 03:08:58 2026] GET /v2.0/ports?tenant_id=8c59c532e8ef49e5a78fd3cb55b47294&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2401] 10.0.0.120 () {34 vars in 1008 bytes} [Thu Feb 26 03:08:58 2026] GET /v2.0/networks/61b05fa2-2977-4a2c-8c16-d375bedcf4a7?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: 1147/2402] 10.0.0.120 () {34 vars in 1108 bytes} [Thu Feb 26 03:08:58 2026] GET /v2.0/networks/61b05fa2-2977-4a2c-8c16-d375bedcf4a7?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: 1256/2403] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:58 2026] GET /v2.0/ports?device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => 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: 1148/2404] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:58 2026] GET /v2.0/ports?device_id=a00dd9e8-f357-475c-96ee-dee853e166e2 => 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: 1257/2405] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:08:58 2026] GET /v2.0/networks?id=659efca4-6343-4afc-a4c3-aa277453a47f => generated 661 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2406] 199.204.45.69 () {34 vars in 1049 bytes} [Thu Feb 26 03:08:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8ed91942369b410d8d4d17ed21ec5ef9 => generated 273 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2407] 199.204.45.69 () {38 vars in 954 bytes} [Thu Feb 26 03:08:58 2026] POST /v2.0/ports => generated 954 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2408] 199.204.45.69 () {38 vars in 1027 bytes} [Thu Feb 26 03:08:59 2026] PUT /v2.0/ports/10b7acf8-ddaf-40c3-a1c3-1efb94092262 => generated 1235 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:08:59.652 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cb73e817-d0b5-46fe-9d6a-64109b76641e'] response: {'name': 'network-changed', 'server_uuid': 'a00dd9e8-f357-475c-96ee-dee853e166e2', 'tag': '10b7acf8-ddaf-40c3-a1c3-1efb94092262', '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: 1259/2409] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:59 2026] GET /v2.0/ports?device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => generated 12 bytes in 21 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: 1151/2410] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:08:59 2026] GET /v2.0/ports?device_id=a00dd9e8-f357-475c-96ee-dee853e166e2 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2411] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:08:59 2026] GET /v2.0/security-groups?id=42fe4bd4-1031-4c35-a4e2-443a17f2a6cc&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2412] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:09:00 2026] GET /v2.0/ports?tenant_id=8ed91942369b410d8d4d17ed21ec5ef9&device_id=a00dd9e8-f357-475c-96ee-dee853e166e2 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2413] 199.204.45.69 () {34 vars in 1017 bytes} [Thu Feb 26 03:09:00 2026] GET /v2.0/networks?tenant_id=8ed91942369b410d8d4d17ed21ec5ef9&shared=False => generated 757 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2414] 199.204.45.69 () {34 vars in 929 bytes} [Thu Feb 26 03:09:00 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2415] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:00 2026] GET /v2.0/ports?device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => 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: 1154/2416] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:00 2026] GET /v2.0/ports?device_id=a00dd9e8-f357-475c-96ee-dee853e166e2 => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2417] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:09:01 2026] GET /v2.0/security-groups?id=42fe4bd4-1031-4c35-a4e2-443a17f2a6cc&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2418] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:09:01 2026] GET /v2.0/ports?tenant_id=8ed91942369b410d8d4d17ed21ec5ef9&device_id=a00dd9e8-f357-475c-96ee-dee853e166e2 => generated 1238 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2419] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:09:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=10b7acf8-ddaf-40c3-a1c3-1efb94092262 => 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: 1156/2420] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:09:01 2026] GET /v2.0/subnets?id=a70240c0-aa96-470b-aa52-c976738a9f35 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2421] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:09:01 2026] GET /v2.0/ports?network_id=659efca4-6343-4afc-a4c3-aa277453a47f&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: 1157/2422] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:09:01 2026] GET /v2.0/networks/659efca4-6343-4afc-a4c3-aa277453a47f?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: 1266/2423] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:09:01 2026] GET /v2.0/networks/659efca4-6343-4afc-a4c3-aa277453a47f?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: 1158/2424] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:01 2026] GET /v2.0/ports?device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => 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: 1267/2425] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:02 2026] GET /v2.0/ports?device_id=a00dd9e8-f357-475c-96ee-dee853e166e2 => 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: 1159/2426] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:09:02 2026] GET /v2.0/security-groups?id=42fe4bd4-1031-4c35-a4e2-443a17f2a6cc&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2427] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:03 2026] GET /v2.0/ports?device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => 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: 1268/2428] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:09:02 2026] GET /v2.0/networks?id=61b05fa2-2977-4a2c-8c16-d375bedcf4a7 => generated 672 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2429] 199.204.45.69 () {34 vars in 1049 bytes} [Thu Feb 26 03:09:03 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8c59c532e8ef49e5a78fd3cb55b47294 => generated 271 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2430] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:03 2026] GET /v2.0/ports?device_id=a00dd9e8-f357-475c-96ee-dee853e166e2 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2431] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:09:03 2026] GET /v2.0/security-groups?id=42fe4bd4-1031-4c35-a4e2-443a17f2a6cc&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2432] 199.204.45.69 () {38 vars in 954 bytes} [Thu Feb 26 03:09:03 2026] POST /v2.0/ports => generated 997 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1270/2433] 10.0.0.27 () {28 vars in 580 bytes} [Thu Feb 26 03:09:03 2026] GET /v2.0/agents => generated 3385 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2434] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:09:03 2026] GET /v2.0/subnets => generated 10016 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2435] 10.0.0.27 () {28 vars in 584 bytes} [Thu Feb 26 03:09:03 2026] GET /v2.0/networks => generated 9565 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2436] 10.0.0.27 () {28 vars in 578 bytes} [Thu Feb 26 03:09:03 2026] GET /v2.0/ports => generated 39371 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2437] 199.204.45.69 () {38 vars in 1027 bytes} [Thu Feb 26 03:09:03 2026] PUT /v2.0/ports/876bd130-9bca-4840-8fa8-29b2a5b8195c => generated 1278 bytes in 506 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: 1274/2438] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:04 2026] GET /v2.0/ports?device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => generated 1012 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:09:04.157 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-75e59c51-cfdf-4258-b7f9-a2f2c5c8d9be'] response: {'name': 'network-changed', 'server_uuid': '082b24b3-a4a6-460e-b99a-d7d5438ad460', 'tag': '876bd130-9bca-4840-8fa8-29b2a5b8195c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1275/2439] 10.0.0.120 () {34 vars in 1120 bytes} [Thu Feb 26 03:09:04 2026] GET /v2.0/security-groups?id=08540b84-d492-4bbc-8547-9064510426a3&id=ae6a94b0-1c2a-42e3-8adc-20a6a7620726&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: 1165/2440] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:09:04 2026] GET /v2.0/routers => generated 2898 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2441] 10.0.0.27 () {28 vars in 623 bytes} [Thu Feb 26 03:09:04 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2442] 10.0.0.27 () {28 vars in 676 bytes} [Thu Feb 26 03:09:04 2026] GET /v2.0/routers/79e13ec0-4037-4d2d-aa8d-23fc23cb6dfc/l3-agents => generated 681 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2443] 10.0.0.27 () {28 vars in 676 bytes} [Thu Feb 26 03:09:04 2026] GET /v2.0/routers/ba721714-5384-4397-985a-c207f2089c03/l3-agents => generated 681 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2444] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:04 2026] GET /v2.0/ports?device_id=a00dd9e8-f357-475c-96ee-dee853e166e2 => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2445] 10.0.0.27 () {28 vars in 676 bytes} [Thu Feb 26 03:09:04 2026] GET /v2.0/routers/cb28cb08-f7c7-4a89-80c7-347a529bfb25/l3-agents => generated 682 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2446] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:09:04 2026] GET /v2.0/security-groups?id=42fe4bd4-1031-4c35-a4e2-443a17f2a6cc&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: 1280/2447] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:09:04 2026] GET /v2.0/ports?tenant_id=8c59c532e8ef49e5a78fd3cb55b47294&device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => generated 1281 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2448] 10.0.0.27 () {28 vars in 676 bytes} [Thu Feb 26 03:09:04 2026] GET /v2.0/routers/f7054ec6-4460-4bf8-8b0f-4a093c6deb1f/l3-agents => generated 682 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2449] 10.0.0.27 () {28 vars in 618 bytes} [Thu Feb 26 03:09:04 2026] GET /v2.0/network-ip-availabilities => generated 6280 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2450] 199.204.45.69 () {34 vars in 1017 bytes} [Thu Feb 26 03:09:04 2026] GET /v2.0/networks?tenant_id=8c59c532e8ef49e5a78fd3cb55b47294&shared=False => generated 768 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2451] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:09:04 2026] GET /v2.0/subnets => generated 10016 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2452] 10.0.0.120 () {34 vars in 1366 bytes} [Thu Feb 26 03:09:04 2026] GET /v2.0/ports?device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460&device_id=a00dd9e8-f357-475c-96ee-dee853e166e2&device_id=431ff4b8-a670-469b-ba51-4beaa947c3b0&device_id=789cea0f-34c9-4e80-9ab2-9f4b14bb630b&device_id=0daf7071-6145-49dc-a543-a134022b7fcc => generated 6659 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2453] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:09:04 2026] GET /v2.0/subnetpools => generated 19 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2454] 199.204.45.69 () {34 vars in 929 bytes} [Thu Feb 26 03:09:04 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2455] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:09:04 2026] GET /v2.0/floatingips => generated 2779 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2456] 10.0.0.120 () {34 vars in 1360 bytes} [Thu Feb 26 03:09:04 2026] GET /v2.0/security-groups?id=93e83979-7a06-41e5-afbc-6cfda85b9f13&id=ae6a94b0-1c2a-42e3-8adc-20a6a7620726&id=08540b84-d492-4bbc-8547-9064510426a3&id=04851176-694c-430c-85ef-3b140776e716&id=42fe4bd4-1031-4c35-a4e2-443a17f2a6cc&fields=id&fields=name => 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: 1285/2457] 10.0.0.27 () {28 vars in 598 bytes} [Thu Feb 26 03:09:04 2026] GET /v2.0/security-groups => generated 56236 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2458] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:05 2026] GET /v2.0/ports?device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => generated 1012 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2459] 10.0.0.120 () {34 vars in 1120 bytes} [Thu Feb 26 03:09:05 2026] GET /v2.0/security-groups?id=08540b84-d492-4bbc-8547-9064510426a3&id=ae6a94b0-1c2a-42e3-8adc-20a6a7620726&fields=id&fields=name => generated 204 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2460] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:05 2026] GET /v2.0/ports?device_id=a00dd9e8-f357-475c-96ee-dee853e166e2 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2461] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:09:05 2026] GET /v2.0/security-groups?id=42fe4bd4-1031-4c35-a4e2-443a17f2a6cc&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2462] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:09:05 2026] GET /v2.0/ports?tenant_id=8c59c532e8ef49e5a78fd3cb55b47294&device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => generated 1281 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2463] 199.204.45.69 () {34 vars in 1059 bytes} [Thu Feb 26 03:09:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=876bd130-9bca-4840-8fa8-29b2a5b8195c => 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: 1176/2464] 10.0.0.78 () {32 vars in 720 bytes} [Thu Feb 26 03:09:05 2026] GET /v2.0/subnets/732d400e-6474-42c6-8139-901c83d4a53e => 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: 1289/2465] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:09:05 2026] GET /v2.0/subnets?id=b6f47426-c391-49ad-81d7-4914d79952bb => generated 690 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2466] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:09:05 2026] GET /v2.0/ports?network_id=61b05fa2-2977-4a2c-8c16-d375bedcf4a7&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: 1290/2467] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:09:06 2026] GET /v2.0/networks/61b05fa2-2977-4a2c-8c16-d375bedcf4a7?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: 1178/2468] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:09:06 2026] GET /v2.0/networks/61b05fa2-2977-4a2c-8c16-d375bedcf4a7?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: 1291/2469] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:06 2026] GET /v2.0/ports?device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => generated 1012 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2470] 10.0.0.120 () {34 vars in 1120 bytes} [Thu Feb 26 03:09:06 2026] GET /v2.0/security-groups?id=08540b84-d492-4bbc-8547-9064510426a3&id=ae6a94b0-1c2a-42e3-8adc-20a6a7620726&fields=id&fields=name => generated 204 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2473] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:06 2026] GET /v2.0/ports?device_id=a00dd9e8-f357-475c-96ee-dee853e166e2 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2474] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:09:06 2026] GET /v2.0/security-groups?id=42fe4bd4-1031-4c35-a4e2-443a17f2a6cc&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: 1294/2475] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:07 2026] GET /v2.0/ports?device_id=a00dd9e8-f357-475c-96ee-dee853e166e2 => 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: 1295/2476] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:09:07 2026] GET /v2.0/security-groups?id=42fe4bd4-1031-4c35-a4e2-443a17f2a6cc&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2477] 10.0.0.174 () {30 vars in 690 bytes} [Thu Feb 26 03:09:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2478] 10.0.0.174 () {30 vars in 692 bytes} [Thu Feb 26 03:09:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2479] 10.0.0.174 () {30 vars in 668 bytes} [Thu Feb 26 03:09:07 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2480] 10.0.0.174 () {30 vars in 704 bytes} [Thu Feb 26 03:09:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2481] 10.0.0.78 () {32 vars in 735 bytes} [Thu Feb 26 03:09:07 2026] GET /v2.0/ports?device_id=a00dd9e8-f357-475c-96ee-dee853e166e2 => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:09:07.502 8 INFO neutron.db.l3_db [None req-03bc0821-aa1d-4149-82c5-13422670bd00 01859c463b484c45be81e3fb9d9ca33a 8ed91942369b410d8d4d17ed21ec5ef9 - - default default] Floating IP cf2e218c-c000-4b91-954e-9c34df68fb4d associated. External IP: 10.96.250.220, port: 10b7acf8-ddaf-40c3-a1c3-1efb94092262. [pid: 7|app: 0|req: 1298/2482] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:07 2026] GET /v2.0/ports?device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => generated 1012 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2483] 10.0.0.120 () {34 vars in 1120 bytes} [Thu Feb 26 03:09:07 2026] GET /v2.0/security-groups?id=08540b84-d492-4bbc-8547-9064510426a3&id=ae6a94b0-1c2a-42e3-8adc-20a6a7620726&fields=id&fields=name => generated 204 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2484] 10.0.0.174 () {28 vars in 439 bytes} [Thu Feb 26 03:09:07 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2485] 10.0.0.174 () {30 vars in 728 bytes} [Thu Feb 26 03:09:07 2026] GET /v2.0/subnets/732d400e-6474-42c6-8139-901c83d4a53e => generated 658 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2486] 10.0.0.174 () {30 vars in 690 bytes} [Thu Feb 26 03:09:07 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: 1303/2487] 10.0.0.174 () {30 vars in 692 bytes} [Thu Feb 26 03:09:07 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: 1304/2488] 10.0.0.174 () {30 vars in 668 bytes} [Thu Feb 26 03:09:07 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: 1305/2489] 10.0.0.174 () {30 vars in 704 bytes} [Thu Feb 26 03:09:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2490] 10.0.0.174 () {30 vars in 728 bytes} [Thu Feb 26 03:09:07 2026] GET /v2.0/subnets/732d400e-6474-42c6-8139-901c83d4a53e => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2491] 10.0.0.78 () {34 vars in 748 bytes} [Thu Feb 26 03:09:07 2026] PUT /v2.0/floatingips/cf2e218c-c000-4b91-954e-9c34df68fb4d => generated 855 bytes in 704 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:09:07.890 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6aef6cfd-58e9-4428-92f8-499e4550d074'] response: {'name': 'network-changed', 'server_uuid': 'a00dd9e8-f357-475c-96ee-dee853e166e2', 'tag': '10b7acf8-ddaf-40c3-a1c3-1efb94092262', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1307/2492] 10.0.0.78 () {32 vars in 728 bytes} [Thu Feb 26 03:09:07 2026] GET /v2.0/floatingips/cf2e218c-c000-4b91-954e-9c34df68fb4d => generated 855 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2493] 10.0.0.174 () {30 vars in 690 bytes} [Thu Feb 26 03:09:07 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: 1308/2494] 10.0.0.174 () {30 vars in 692 bytes} [Thu Feb 26 03:09:07 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: 1187/2495] 10.0.0.174 () {30 vars in 668 bytes} [Thu Feb 26 03:09:07 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: 1309/2496] 10.0.0.174 () {30 vars in 704 bytes} [Thu Feb 26 03:09:07 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: 1188/2497] 10.0.0.174 () {30 vars in 730 bytes} [Thu Feb 26 03:09:07 2026] GET /v2.0/networks/e7681c3d-cd01-4d1e-a929-70cf78d0686a => generated 799 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2498] 10.0.0.174 () {30 vars in 682 bytes} [Thu Feb 26 03:09:08 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2499] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:09:08 2026] GET /v2.0/ports?tenant_id=8ed91942369b410d8d4d17ed21ec5ef9&device_id=a00dd9e8-f357-475c-96ee-dee853e166e2 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2500] 10.0.0.174 () {34 vars in 704 bytes} [Thu Feb 26 03:09:08 2026] POST /v2.0/ports => generated 1132 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2501] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:09:08 2026] GET /v2.0/networks?id=659efca4-6343-4afc-a4c3-aa277453a47f => generated 757 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1190/2502] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:09:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=10b7acf8-ddaf-40c3-a1c3-1efb94092262 => generated 858 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2503] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:09:08 2026] GET /v2.0/subnets?id=a70240c0-aa96-470b-aa52-c976738a9f35 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2504] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:09:08 2026] GET /v2.0/ports?network_id=659efca4-6343-4afc-a4c3-aa277453a47f&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: 1314/2505] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:09:08 2026] GET /v2.0/networks/659efca4-6343-4afc-a4c3-aa277453a47f?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2506] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:09:08 2026] GET /v2.0/networks/659efca4-6343-4afc-a4c3-aa277453a47f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2507] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:08 2026] GET /v2.0/ports?device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => generated 1012 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2508] 10.0.0.120 () {34 vars in 1120 bytes} [Thu Feb 26 03:09:08 2026] GET /v2.0/security-groups?id=08540b84-d492-4bbc-8547-9064510426a3&id=ae6a94b0-1c2a-42e3-8adc-20a6a7620726&fields=id&fields=name => generated 204 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2509] 10.0.0.78 () {32 vars in 728 bytes} [Thu Feb 26 03:09:08 2026] GET /v2.0/floatingips/cf2e218c-c000-4b91-954e-9c34df68fb4d => generated 855 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2510] 199.204.45.69 () {34 vars in 993 bytes} [Thu Feb 26 03:09:09 2026] GET /v2.0/ports?device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => generated 1281 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2511] 199.204.45.69 () {34 vars in 1123 bytes} [Thu Feb 26 03:09:09 2026] GET /v2.0/security-groups?id=08540b84-d492-4bbc-8547-9064510426a3&id=ae6a94b0-1c2a-42e3-8adc-20a6a7620726&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: 1195/2512] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:09 2026] GET /v2.0/ports?device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => generated 1014 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2513] 10.0.0.78 () {32 vars in 728 bytes} [Thu Feb 26 03:09:09 2026] GET /v2.0/floatingips/cf2e218c-c000-4b91-954e-9c34df68fb4d => generated 857 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2514] 10.0.0.120 () {34 vars in 1120 bytes} [Thu Feb 26 03:09:09 2026] GET /v2.0/security-groups?id=08540b84-d492-4bbc-8547-9064510426a3&id=ae6a94b0-1c2a-42e3-8adc-20a6a7620726&fields=id&fields=name => generated 204 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2515] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:11 2026] GET /v2.0/ports?device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => generated 1014 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2516] 10.0.0.120 () {34 vars in 1120 bytes} [Thu Feb 26 03:09:11 2026] GET /v2.0/security-groups?id=08540b84-d492-4bbc-8547-9064510426a3&id=ae6a94b0-1c2a-42e3-8adc-20a6a7620726&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: 7|app: 0|req: 1320/2517] 199.204.45.69 () {30 vars in 702 bytes} [Thu Feb 26 03:09:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2518] 199.204.45.69 () {30 vars in 704 bytes} [Thu Feb 26 03:09:11 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2519] 199.204.45.69 () {30 vars in 680 bytes} [Thu Feb 26 03:09:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2520] 199.204.45.69 () {30 vars in 716 bytes} [Thu Feb 26 03:09:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2521] 199.204.45.69 () {30 vars in 736 bytes} [Thu Feb 26 03:09:11 2026] GET /v2.0/ports/13cce02b-23dc-4b3b-aad0-caddbe493c26 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2522] 199.204.45.69 () {30 vars in 702 bytes} [Thu Feb 26 03:09:11 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: 1323/2523] 199.204.45.69 () {30 vars in 704 bytes} [Thu Feb 26 03:09:11 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: 1201/2524] 199.204.45.69 () {30 vars in 680 bytes} [Thu Feb 26 03:09:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2525] 199.204.45.69 () {30 vars in 716 bytes} [Thu Feb 26 03:09:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:09:11.865 8 INFO neutron.api.v2.resource [None req-bc083f72-0039-4989-a689-f5871aa594a6 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1202/2526] 199.204.45.69 () {30 vars in 762 bytes} [Thu Feb 26 03:09:11 2026] GET /v2.0/security-groups/lb-0bc34f4b-608b-49e7-98ce-1ebb3fd3b4fc => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2527] 199.204.45.69 () {30 vars in 784 bytes} [Thu Feb 26 03:09:11 2026] GET /v2.0/security-groups?name=lb-0bc34f4b-608b-49e7-98ce-1ebb3fd3b4fc => generated 23 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2528] 199.204.45.69 () {34 vars in 735 bytes} [Thu Feb 26 03:09:11 2026] POST /v2.0/security-groups => generated 1636 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2529] 199.204.45.69 () {30 vars in 814 bytes} [Thu Feb 26 03:09:12 2026] GET /v2.0/security-group-rules?security_group_id=94ced7eb-e78e-4229-97a5-fed0681be3bc => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2530] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:12 2026] GET /v2.0/ports?device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => generated 1014 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2531] 10.0.0.120 () {34 vars in 1120 bytes} [Thu Feb 26 03:09:12 2026] GET /v2.0/security-groups?id=08540b84-d492-4bbc-8547-9064510426a3&id=ae6a94b0-1c2a-42e3-8adc-20a6a7620726&fields=id&fields=name => generated 204 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2532] 199.204.45.69 () {34 vars in 788 bytes} [Thu Feb 26 03:09:12 2026] PUT /v2.0/ports/13cce02b-23dc-4b3b-aad0-caddbe493c26 => generated 1132 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2533] 199.204.45.69 () {30 vars in 702 bytes} [Thu Feb 26 03:09:12 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: 1205/2534] 199.204.45.69 () {30 vars in 704 bytes} [Thu Feb 26 03:09:12 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: 1330/2535] 199.204.45.69 () {30 vars in 680 bytes} [Thu Feb 26 03:09: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: 8|app: 0|req: 1206/2536] 199.204.45.69 () {30 vars in 716 bytes} [Thu Feb 26 03:09:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2537] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 03:09:12 2026] GET /v2.0/subnets/732d400e-6474-42c6-8139-901c83d4a53e => 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: 1207/2538] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:13 2026] GET /v2.0/ports?device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => generated 1014 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2539] 10.0.0.120 () {34 vars in 1120 bytes} [Thu Feb 26 03:09:13 2026] GET /v2.0/security-groups?id=08540b84-d492-4bbc-8547-9064510426a3&id=ae6a94b0-1c2a-42e3-8adc-20a6a7620726&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: 1208/2540] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:13 2026] GET /v2.0/ports?device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => generated 1014 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:09:13.924 7 INFO neutron.db.l3_db [None req-9fda68a3-0bbd-44f4-8c14-83b8d9b80fb4 3e963bc30a074533a95618f7da8667f3 8c59c532e8ef49e5a78fd3cb55b47294 - - default default] Floating IP 479bad8e-5a6b-4774-b9e5-cdd715e975b4 associated. External IP: 10.96.250.203, port: 876bd130-9bca-4840-8fa8-29b2a5b8195c. [pid: 7|app: 0|req: 1333/2541] 10.0.0.78 () {34 vars in 748 bytes} [Thu Feb 26 03:09:13 2026] PUT /v2.0/floatingips/479bad8e-5a6b-4774-b9e5-cdd715e975b4 => generated 856 bytes in 591 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:09:14.247 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4d8af622-17f8-43b2-bbf1-0f9ff0119341'] response: {'name': 'network-changed', 'server_uuid': '082b24b3-a4a6-460e-b99a-d7d5438ad460', 'tag': '876bd130-9bca-4840-8fa8-29b2a5b8195c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1209/2542] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:09:14 2026] GET /v2.0/ports?tenant_id=8c59c532e8ef49e5a78fd3cb55b47294&device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2543] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:09:14 2026] GET /v2.0/networks?id=61b05fa2-2977-4a2c-8c16-d375bedcf4a7 => generated 768 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2544] 199.204.45.69 () {34 vars in 1059 bytes} [Thu Feb 26 03:09:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=876bd130-9bca-4840-8fa8-29b2a5b8195c => generated 859 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2545] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:09:14 2026] GET /v2.0/subnets?id=b6f47426-c391-49ad-81d7-4914d79952bb => generated 690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2546] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:09:14 2026] GET /v2.0/ports?network_id=61b05fa2-2977-4a2c-8c16-d375bedcf4a7&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: 1336/2547] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:09:15 2026] GET /v2.0/networks/61b05fa2-2977-4a2c-8c16-d375bedcf4a7?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2548] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:09:15 2026] GET /v2.0/networks/61b05fa2-2977-4a2c-8c16-d375bedcf4a7?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: 1337/2549] 10.0.0.165 () {34 vars in 990 bytes} [Thu Feb 26 03:09:16 2026] GET /v2.0/ports?device_id=a00dd9e8-f357-475c-96ee-dee853e166e2 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2550] 10.0.0.165 () {34 vars in 1040 bytes} [Thu Feb 26 03:09:16 2026] GET /v2.0/security-groups?id=42fe4bd4-1031-4c35-a4e2-443a17f2a6cc&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: 1338/2551] 10.0.0.120 () {34 vars in 1016 bytes} [Thu Feb 26 03:09:19 2026] GET /v2.0/security-groups?id=59545ac6-da5e-41ed-8e87-737b6b46a4ff&fields=id => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2552] 10.0.0.120 () {34 vars in 982 bytes} [Thu Feb 26 03:09:19 2026] GET /v2.0/networks?id=673e430e-ca99-4307-9304-f4c9ec92ccfb => generated 735 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2553] 10.0.0.120 () {34 vars in 965 bytes} [Thu Feb 26 03:09:19 2026] GET /v2.0/quotas/e7fd63ac1a7440edb1962e51dc230141 => generated 291 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2554] 10.0.0.120 () {34 vars in 1002 bytes} [Thu Feb 26 03:09:19 2026] GET /v2.0/ports?tenant_id=e7fd63ac1a7440edb1962e51dc230141&fields=id => generated 149 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2555] 10.0.0.120 () {34 vars in 1008 bytes} [Thu Feb 26 03:09:19 2026] GET /v2.0/networks/673e430e-ca99-4307-9304-f4c9ec92ccfb?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2556] 10.0.0.120 () {34 vars in 1108 bytes} [Thu Feb 26 03:09:20 2026] GET /v2.0/networks/673e430e-ca99-4307-9304-f4c9ec92ccfb?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: 1341/2557] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:20 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => 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: 1217/2558] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:20 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => 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: 1343/2561] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:23 2026] GET /v2.0/ports?device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => generated 1014 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2562] 10.0.0.120 () {34 vars in 1120 bytes} [Thu Feb 26 03:09:23 2026] GET /v2.0/security-groups?id=08540b84-d492-4bbc-8547-9064510426a3&id=ae6a94b0-1c2a-42e3-8adc-20a6a7620726&fields=id&fields=name => generated 204 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2563] 10.0.0.78 () {32 vars in 735 bytes} [Thu Feb 26 03:09:23 2026] GET /v2.0/ports?device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => generated 1283 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2564] 10.0.0.78 () {32 vars in 857 bytes} [Thu Feb 26 03:09:23 2026] GET /v2.0/floatingips?floating_network_id=8b8ebccc-b4c3-4574-95e0-5c1c679ff7be&port_id=876bd130-9bca-4840-8fa8-29b2a5b8195c => generated 861 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2565] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:23 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => 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: 1221/2566] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:23 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => 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: 1346/2567] 10.0.0.165 () {34 vars in 990 bytes} [Thu Feb 26 03:09:24 2026] GET /v2.0/ports?device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => generated 1283 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2568] 10.0.0.165 () {34 vars in 1120 bytes} [Thu Feb 26 03:09:24 2026] GET /v2.0/security-groups?id=08540b84-d492-4bbc-8547-9064510426a3&id=ae6a94b0-1c2a-42e3-8adc-20a6a7620726&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: 7|app: 0|req: 1347/2569] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:09:24 2026] GET /v2.0/networks?id=673e430e-ca99-4307-9304-f4c9ec92ccfb => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2570] 199.204.45.69 () {34 vars in 1049 bytes} [Thu Feb 26 03:09:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e7fd63ac1a7440edb1962e51dc230141 => generated 343 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2571] 199.204.45.69 () {38 vars in 954 bytes} [Thu Feb 26 03:09:24 2026] POST /v2.0/ports => generated 1078 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2572] 199.204.45.69 () {38 vars in 1027 bytes} [Thu Feb 26 03:09:25 2026] PUT /v2.0/ports/be1f1088-58d3-4894-9213-091086dbb3f3 => generated 1239 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:09:25.562 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9475b437-c357-4071-91bb-a58c92dbd207'] response: {'name': 'network-changed', 'server_uuid': '9d32d96d-f65e-4bc6-90c9-4dcabbb467e7', 'tag': 'be1f1088-58d3-4894-9213-091086dbb3f3', '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: 1349/2573] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:09:26 2026] GET /v2.0/ports?tenant_id=e7fd63ac1a7440edb1962e51dc230141&device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1225/2574] 199.204.45.69 () {34 vars in 1017 bytes} [Thu Feb 26 03:09:26 2026] GET /v2.0/networks?tenant_id=e7fd63ac1a7440edb1962e51dc230141&shared=False => generated 735 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2575] 199.204.45.69 () {34 vars in 929 bytes} [Thu Feb 26 03:09:26 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: 1226/2576] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:26 2026] GET /v2.0/ports?device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => generated 1014 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2577] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:26 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => 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: 1227/2578] 10.0.0.120 () {34 vars in 1120 bytes} [Thu Feb 26 03:09:26 2026] GET /v2.0/security-groups?id=08540b84-d492-4bbc-8547-9064510426a3&id=ae6a94b0-1c2a-42e3-8adc-20a6a7620726&fields=id&fields=name => generated 204 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2579] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:09:26 2026] GET /v2.0/security-groups?id=59545ac6-da5e-41ed-8e87-737b6b46a4ff&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2580] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:26 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => 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: 1353/2581] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:09:27 2026] GET /v2.0/ports?tenant_id=e7fd63ac1a7440edb1962e51dc230141&device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2582] 199.204.45.69 () {34 vars in 1059 bytes} [Thu Feb 26 03:09:27 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.11&port_id=be1f1088-58d3-4894-9213-091086dbb3f3 => 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: 1229/2583] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:27 2026] GET /v2.0/ports?device_id=a00dd9e8-f357-475c-96ee-dee853e166e2 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2584] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:09:27 2026] GET /v2.0/subnets?id=8f832c78-315c-42f4-a48c-106e9b660b75 => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2585] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:09:27 2026] GET /v2.0/security-groups?id=42fe4bd4-1031-4c35-a4e2-443a17f2a6cc&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2586] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:09:27 2026] GET /v2.0/ports?network_id=673e430e-ca99-4307-9304-f4c9ec92ccfb&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: 1231/2587] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:09:27 2026] GET /v2.0/networks/673e430e-ca99-4307-9304-f4c9ec92ccfb?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: 1357/2588] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:09:27 2026] GET /v2.0/networks/673e430e-ca99-4307-9304-f4c9ec92ccfb?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: 1232/2589] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:27 2026] GET /v2.0/ports?device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => generated 1014 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2590] 10.0.0.120 () {34 vars in 1120 bytes} [Thu Feb 26 03:09:27 2026] GET /v2.0/security-groups?id=08540b84-d492-4bbc-8547-9064510426a3&id=ae6a94b0-1c2a-42e3-8adc-20a6a7620726&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: 1233/2591] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:28 2026] GET /v2.0/ports?device_id=a00dd9e8-f357-475c-96ee-dee853e166e2 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2592] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:09:28 2026] GET /v2.0/security-groups?id=42fe4bd4-1031-4c35-a4e2-443a17f2a6cc&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2593] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:29 2026] GET /v2.0/ports?device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => generated 1014 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2594] 10.0.0.120 () {34 vars in 1120 bytes} [Thu Feb 26 03:09:29 2026] GET /v2.0/security-groups?id=08540b84-d492-4bbc-8547-9064510426a3&id=ae6a94b0-1c2a-42e3-8adc-20a6a7620726&fields=id&fields=name => generated 204 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2595] 199.204.45.69 () {34 vars in 993 bytes} [Thu Feb 26 03:09:29 2026] GET /v2.0/ports?device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => generated 1014 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:09:29.683 7 INFO neutron_taas.services.taas.taas_plugin [req-f78f89d7-bd0a-4c7d-be6b-c67792dbbe86 req-acab214b-625c-44b2-a005-0b8192585990 3e963bc30a074533a95618f7da8667f3 8c59c532e8ef49e5a78fd3cb55b47294 - - default default] TaaS: Handle Delete Port: 876bd130-9bca-4840-8fa8-29b2a5b8195c 2026-02-26 03:09:29.689 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f78f89d7-bd0a-4c7d-be6b-c67792dbbe86 req-acab214b-625c-44b2-a005-0b8192585990 3e963bc30a074533a95618f7da8667f3 8c59c532e8ef49e5a78fd3cb55b47294 - - default default] Tap Mirror: Handle Delete Port: 876bd130-9bca-4840-8fa8-29b2a5b8195c [pid: 8|app: 0|req: 1236/2596] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:29 2026] GET /v2.0/ports?device_id=a00dd9e8-f357-475c-96ee-dee853e166e2 => 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: 1237/2597] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:09:29 2026] GET /v2.0/security-groups?id=42fe4bd4-1031-4c35-a4e2-443a17f2a6cc&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: 8|app: 0|req: 1238/2598] 199.204.45.69 () {34 vars in 993 bytes} [Thu Feb 26 03:09:29 2026] GET /v2.0/ports?device_id=a00dd9e8-f357-475c-96ee-dee853e166e2 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:09:29.818 7 INFO neutron.db.l3_db [req-f78f89d7-bd0a-4c7d-be6b-c67792dbbe86 req-acab214b-625c-44b2-a005-0b8192585990 3e963bc30a074533a95618f7da8667f3 8c59c532e8ef49e5a78fd3cb55b47294 - - default default] Floating IP 479bad8e-5a6b-4774-b9e5-cdd715e975b4 disassociated. External IP: 10.96.250.203, port: 876bd130-9bca-4840-8fa8-29b2a5b8195c. [pid: 8|app: 0|req: 1239/2599] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:29 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:09:29.956 8 INFO neutron_taas.services.taas.taas_plugin [req-2251c5ca-6bd3-432e-a8ed-68e76841c50e req-cb54067e-2e09-4d75-9d6d-a0aa88f60907 01859c463b484c45be81e3fb9d9ca33a 8ed91942369b410d8d4d17ed21ec5ef9 - - default default] TaaS: Handle Delete Port: 10b7acf8-ddaf-40c3-a1c3-1efb94092262 2026-02-26 03:09:29.959 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2251c5ca-6bd3-432e-a8ed-68e76841c50e req-cb54067e-2e09-4d75-9d6d-a0aa88f60907 01859c463b484c45be81e3fb9d9ca33a 8ed91942369b410d8d4d17ed21ec5ef9 - - default default] Tap Mirror: Handle Delete Port: 10b7acf8-ddaf-40c3-a1c3-1efb94092262 2026-02-26 03:09:30.086 8 INFO neutron.db.l3_db [req-2251c5ca-6bd3-432e-a8ed-68e76841c50e req-cb54067e-2e09-4d75-9d6d-a0aa88f60907 01859c463b484c45be81e3fb9d9ca33a 8ed91942369b410d8d4d17ed21ec5ef9 - - default default] Floating IP cf2e218c-c000-4b91-954e-9c34df68fb4d disassociated. External IP: 10.96.250.220, port: 10b7acf8-ddaf-40c3-a1c3-1efb94092262. [pid: 7|app: 0|req: 1361/2600] 199.204.45.69 () {36 vars in 996 bytes} [Thu Feb 26 03:09:29 2026] DELETE /v2.0/ports/876bd130-9bca-4840-8fa8-29b2a5b8195c => generated 0 bytes in 790 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2601] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:09:30 2026] GET /v2.0/security-groups?id=59545ac6-da5e-41ed-8e87-737b6b46a4ff&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2602] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:30 2026] GET /v2.0/ports?device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:09:30.325 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-58695150-4f9a-49cb-a3a9-e10b4805b8df'] response: {'server_uuid': '082b24b3-a4a6-460e-b99a-d7d5438ad460', 'name': 'network-vif-deleted', 'tag': '876bd130-9bca-4840-8fa8-29b2a5b8195c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1364/2603] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:30 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2604] 199.204.45.69 () {36 vars in 996 bytes} [Thu Feb 26 03:09:29 2026] DELETE /v2.0/ports/10b7acf8-ddaf-40c3-a1c3-1efb94092262 => generated 0 bytes in 681 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:09:30.559 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-41514629-cf0d-4b86-b79e-dc24055b7968'] response: {'server_uuid': 'a00dd9e8-f357-475c-96ee-dee853e166e2', 'name': 'network-vif-deleted', 'tag': '10b7acf8-ddaf-40c3-a1c3-1efb94092262', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1365/2605] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:30 2026] GET /v2.0/ports?device_id=a00dd9e8-f357-475c-96ee-dee853e166e2 => 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/2606] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:31 2026] GET /v2.0/ports?device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => 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: 1366/2607] 199.204.45.69 () {34 vars in 993 bytes} [Thu Feb 26 03:09:31 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2608] 199.204.45.69 () {34 vars in 1043 bytes} [Thu Feb 26 03:09:31 2026] GET /v2.0/security-groups?id=59545ac6-da5e-41ed-8e87-737b6b46a4ff&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2609] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:31 2026] GET /v2.0/ports?device_id=a00dd9e8-f357-475c-96ee-dee853e166e2 => 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: 1243/2610] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:32 2026] GET /v2.0/ports?device_id=082b24b3-a4a6-460e-b99a-d7d5438ad460 => 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: 1368/2611] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:33 2026] GET /v2.0/ports?device_id=a00dd9e8-f357-475c-96ee-dee853e166e2 => 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: 1244/2612] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:33 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2613] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:09:33 2026] GET /v2.0/security-groups?id=59545ac6-da5e-41ed-8e87-737b6b46a4ff&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: 1245/2614] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:33 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2615] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:09:33 2026] DELETE /v2.0/security-groups/ae6a94b0-1c2a-42e3-8adc-20a6a7620726 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:09:33.788 8 INFO neutron.api.v2.resource [None req-5c53648c-8413-4898-b428-8d52980c158f 3e963bc30a074533a95618f7da8667f3 8c59c532e8ef49e5a78fd3cb55b47294 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1246/2616] 10.0.0.78 () {32 vars in 736 bytes} [Thu Feb 26 03:09:33 2026] GET /v2.0/security-groups/ae6a94b0-1c2a-42e3-8adc-20a6a7620726 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:09:33.887 7 INFO neutron_taas.services.taas.taas_plugin [None req-b19f6375-d089-40bb-b9e5-b7369b8be2fe 3e963bc30a074533a95618f7da8667f3 8c59c532e8ef49e5a78fd3cb55b47294 - - default default] TaaS: Handle Delete Port: 9233c4b5-8d5f-4a7a-962c-33abed7c9905 2026-02-26 03:09:33.891 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b19f6375-d089-40bb-b9e5-b7369b8be2fe 3e963bc30a074533a95618f7da8667f3 8c59c532e8ef49e5a78fd3cb55b47294 - - default default] Tap Mirror: Handle Delete Port: 9233c4b5-8d5f-4a7a-962c-33abed7c9905 [pid: 7|app: 0|req: 1371/2617] 10.0.0.78 () {32 vars in 731 bytes} [Thu Feb 26 03:09:33 2026] DELETE /v2.0/floatingips/479bad8e-5a6b-4774-b9e5-cdd715e975b4 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2618] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:34 2026] GET /v2.0/ports?device_id=a00dd9e8-f357-475c-96ee-dee853e166e2 => 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: 1247/2619] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:09:34 2026] DELETE /v2.0/security-groups/08540b84-d492-4bbc-8547-9064510426a3 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:09:34.648 7 INFO neutron_taas.services.taas.taas_plugin [None req-573cd8ba-4947-41b9-8415-b3c6de16d85e d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: efba048a-f3e5-43af-8be5-9202f800b423 2026-02-26 03:09:34.650 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-573cd8ba-4947-41b9-8415-b3c6de16d85e d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: efba048a-f3e5-43af-8be5-9202f800b423 [pid: 8|app: 0|req: 1248/2620] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:09:35 2026] DELETE /v2.0/security-groups/42fe4bd4-1031-4c35-a4e2-443a17f2a6cc => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:09:35.556 8 INFO neutron_taas.services.taas.taas_plugin [None req-f6cd2a5b-37c7-4e81-a303-292d8fdc250a 01859c463b484c45be81e3fb9d9ca33a 8ed91942369b410d8d4d17ed21ec5ef9 - - default default] TaaS: Handle Delete Port: bf913f88-b11d-49de-8499-aad90bc61bf9 2026-02-26 03:09:35.561 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6cd2a5b-37c7-4e81-a303-292d8fdc250a 01859c463b484c45be81e3fb9d9ca33a 8ed91942369b410d8d4d17ed21ec5ef9 - - default default] Tap Mirror: Handle Delete Port: bf913f88-b11d-49de-8499-aad90bc61bf9 [pid: 7|app: 0|req: 1373/2621] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:09:34 2026] PUT /v2.0/routers/f7054ec6-4460-4bf8-8b0f-4a093c6deb1f/remove_router_interface => generated 309 bytes in 1464 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2622] 10.0.0.78 () {32 vars in 731 bytes} [Thu Feb 26 03:09:35 2026] DELETE /v2.0/floatingips/cf2e218c-c000-4b91-954e-9c34df68fb4d => generated 0 bytes in 338 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:09:35.927 7 INFO neutron_taas.services.taas.taas_plugin [None req-03ca1c7a-e99b-4c35-bc8d-058824e4ae87 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 000e687d-cc13-451a-965a-3635ba32130f 2026-02-26 03:09:35.929 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03ca1c7a-e99b-4c35-bc8d-058824e4ae87 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 000e687d-cc13-451a-965a-3635ba32130f [pid: 8|app: 0|req: 1250/2623] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:35 2026] GET /v2.0/ports?device_id=789cea0f-34c9-4e80-9ab2-9f4b14bb630b => generated 971 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2624] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:09:36 2026] GET /v2.0/security-groups?id=93e83979-7a06-41e5-afbc-6cfda85b9f13&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:09:36.158 7 INFO neutron_taas.services.taas.taas_plugin [None req-03ca1c7a-e99b-4c35-bc8d-058824e4ae87 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: c562ce87-1360-42d3-be3d-9ca8bc3ad846 2026-02-26 03:09:36.161 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03ca1c7a-e99b-4c35-bc8d-058824e4ae87 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: c562ce87-1360-42d3-be3d-9ca8bc3ad846 2026-02-26 03:09:36.573 7 INFO neutron.services.segments.plugin [-] Segment 431c9f54-68d9-489a-b60c-26e087c3e7d4 resource provider aggregate not found 2026-02-26 03:09:36.580 7 INFO neutron.services.segments.plugin [-] Segment 431c9f54-68d9-489a-b60c-26e087c3e7d4 resource provider aggregate not found 2026-02-26 03:09:36.598 7 INFO neutron.services.segments.plugin [-] Segment 431c9f54-68d9-489a-b60c-26e087c3e7d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 431c9f54-68d9-489a-b60c-26e087c3e7d4 found for delete ", "request_id": "req-015ba787-0d5d-4c45-8e95-d52181617991"}]} 2026-02-26 03:09:36.606 7 INFO neutron.db.l3_hamode_db [None req-03ca1c7a-e99b-4c35-bc8d-058824e4ae87 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] HA network 415d3362-3899-40ee-af1f-0bc1ff82fc03 was deleted as no HA routers are present in tenant 8c59c532e8ef49e5a78fd3cb55b47294. 2026-02-26 03:09:36.612 7 INFO neutron.services.segments.plugin [-] Segment 431c9f54-68d9-489a-b60c-26e087c3e7d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 431c9f54-68d9-489a-b60c-26e087c3e7d4 found for delete ", "request_id": "req-b732996d-0826-4e89-85c9-f63cf9f3d5b0"}]} [pid: 7|app: 0|req: 1374/2627] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:09:35 2026] DELETE /v2.0/routers/f7054ec6-4460-4bf8-8b0f-4a093c6deb1f => generated 0 bytes in 893 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2628] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:36 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2629] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:09:36 2026] GET /v2.0/security-groups?id=59545ac6-da5e-41ed-8e87-737b6b46a4ff&fields=id&fields=name => generated 96 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2630] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:09:36 2026] DELETE /v2.0/subnets/b6f47426-c391-49ad-81d7-4914d79952bb => 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: 1256/2631] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:36 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:09:36.847 7 INFO neutron_taas.services.taas.taas_plugin [None req-a2002ca2-6cbe-4b77-883a-8c3cad9b805b d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: ca52c446-511f-4641-9b23-642fa805d3d3 2026-02-26 03:09:36.850 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2002ca2-6cbe-4b77-883a-8c3cad9b805b d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: ca52c446-511f-4641-9b23-642fa805d3d3 [pid: 7|app: 0|req: 1376/2632] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:09:36 2026] DELETE /v2.0/networks/61b05fa2-2977-4a2c-8c16-d375bedcf4a7 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2633] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:37 2026] GET /v2.0/ports?device_id=789cea0f-34c9-4e80-9ab2-9f4b14bb630b => 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: 1378/2634] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:09:37 2026] GET /v2.0/security-groups?id=93e83979-7a06-41e5-afbc-6cfda85b9f13&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:09:37.444 8 INFO neutron_taas.services.taas.taas_plugin [None req-11d33942-1247-46ec-acee-9f3b63cd380a d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 43405993-813e-40da-907e-9f681b036baa 2026-02-26 03:09:37.448 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11d33942-1247-46ec-acee-9f3b63cd380a d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 43405993-813e-40da-907e-9f681b036baa [pid: 8|app: 0|req: 1257/2635] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:09:37 2026] PUT /v2.0/routers/cb28cb08-f7c7-4a89-80c7-347a529bfb25/remove_router_interface => generated 309 bytes in 1027 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:09:38.293 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa64917b-618c-40e8-8c97-50457a22be6d d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 342dfb31-8a02-4ce4-ab85-2c8a913c9894 2026-02-26 03:09:38.295 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa64917b-618c-40e8-8c97-50457a22be6d d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 342dfb31-8a02-4ce4-ab85-2c8a913c9894 [pid: 8|app: 0|req: 1258/2636] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:38 2026] GET /v2.0/ports?device_id=789cea0f-34c9-4e80-9ab2-9f4b14bb630b => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2637] 199.204.45.69 () {34 vars in 993 bytes} [Thu Feb 26 03:09:38 2026] GET /v2.0/ports?device_id=789cea0f-34c9-4e80-9ab2-9f4b14bb630b => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2638] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:09:38 2026] GET /v2.0/security-groups?id=93e83979-7a06-41e5-afbc-6cfda85b9f13&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:09:38.591 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa64917b-618c-40e8-8c97-50457a22be6d d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 1d13fbe2-039b-4bb5-bd3a-9a08cda0b85a 2026-02-26 03:09:38.596 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa64917b-618c-40e8-8c97-50457a22be6d d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 1d13fbe2-039b-4bb5-bd3a-9a08cda0b85a 2026-02-26 03:09:38.633 7 INFO neutron.services.segments.plugin [-] Segment 2ac2575d-a736-4852-86e9-5eabf28d9c0b resource provider aggregate not found 2026-02-26 03:09:38.666 8 INFO neutron_taas.services.taas.taas_plugin [req-c47e21a7-6c29-42f5-b840-8f9fefe87c6e req-f2b97ce8-6b2b-4829-9aaf-c98524f2844f 01859c463b484c45be81e3fb9d9ca33a 8ed91942369b410d8d4d17ed21ec5ef9 - - default default] TaaS: Handle Delete Port: 41802fa0-47e2-4800-afbf-9a8cd7256888 2026-02-26 03:09:38.669 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c47e21a7-6c29-42f5-b840-8f9fefe87c6e req-f2b97ce8-6b2b-4829-9aaf-c98524f2844f 01859c463b484c45be81e3fb9d9ca33a 8ed91942369b410d8d4d17ed21ec5ef9 - - default default] Tap Mirror: Handle Delete Port: 41802fa0-47e2-4800-afbf-9a8cd7256888 2026-02-26 03:09:38.670 7 INFO neutron.services.segments.plugin [-] Segment 2ac2575d-a736-4852-86e9-5eabf28d9c0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ac2575d-a736-4852-86e9-5eabf28d9c0b found for delete ", "request_id": "req-1370000b-e068-4f68-b732-1c24d3f9204c"}]} 2026-02-26 03:09:38.687 7 INFO neutron.services.segments.plugin [-] Segment 2ac2575d-a736-4852-86e9-5eabf28d9c0b resource provider aggregate not found 2026-02-26 03:09:38.709 7 INFO neutron.services.segments.plugin [-] Segment 2ac2575d-a736-4852-86e9-5eabf28d9c0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ac2575d-a736-4852-86e9-5eabf28d9c0b found for delete ", "request_id": "req-de4b48a4-1593-4d12-81c4-76237074a873"}]} [pid: 8|app: 0|req: 1261/2639] 199.204.45.69 () {36 vars in 996 bytes} [Thu Feb 26 03:09:38 2026] DELETE /v2.0/ports/41802fa0-47e2-4800-afbf-9a8cd7256888 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:09:38.875 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-27754e16-aa65-448f-b893-5942b8c15b1e'] response: {'server_uuid': '789cea0f-34c9-4e80-9ab2-9f4b14bb630b', 'name': 'network-vif-deleted', 'tag': '41802fa0-47e2-4800-afbf-9a8cd7256888', 'status': 'completed', 'code': 200} 2026-02-26 03:09:39.146 7 INFO neutron.db.l3_hamode_db [None req-fa64917b-618c-40e8-8c97-50457a22be6d d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] HA network d8d1eb3c-eea4-4087-b738-afc48aed1160 was deleted as no HA routers are present in tenant 7d69ef3b2ac94f5c816cba1a59ec372d. [pid: 7|app: 0|req: 1379/2640] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:09:38 2026] DELETE /v2.0/routers/cb28cb08-f7c7-4a89-80c7-347a529bfb25 => generated 0 bytes in 1082 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2641] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:09:39 2026] DELETE /v2.0/subnets/1091a06b-656c-48a3-be5b-3f6bf157dc24 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:09:39.485 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc6951c5-cde2-4f29-9c8a-725d4e8ccda2 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 376ebb94-1cdb-4bae-9e37-58acd0fd9a6f 2026-02-26 03:09:39.487 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc6951c5-cde2-4f29-9c8a-725d4e8ccda2 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 376ebb94-1cdb-4bae-9e37-58acd0fd9a6f [pid: 8|app: 0|req: 1263/2642] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:39 2026] GET /v2.0/ports?device_id=789cea0f-34c9-4e80-9ab2-9f4b14bb630b => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2643] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:09:39 2026] DELETE /v2.0/networks/fa7a81c9-791d-41d8-a78b-ae31737a2380 => generated 0 bytes in 437 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2644] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:09:40 2026] GET /v2.0/security-groups?tenant_id=7d69ef3b2ac94f5c816cba1a59ec372d&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: 1381/2645] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:09:40 2026] DELETE /v2.0/security-groups/da20b821-181e-4d4b-9692-7b277af5c0ce => 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: 1265/2646] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:09:40 2026] GET /v2.0/security-groups?tenant_id=8c59c532e8ef49e5a78fd3cb55b47294&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:09:40.702 7 INFO neutron.services.segments.plugin [-] Segment 7a21c9a8-9ab1-4b35-965d-490bc601085d resource provider aggregate not found [pid: 7|app: 0|req: 1382/2647] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:09:40 2026] DELETE /v2.0/security-groups/a57c64fd-b829-4d68-8f88-6329ddc076c6 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:09:40.731 7 INFO neutron.services.segments.plugin [-] Segment 7a21c9a8-9ab1-4b35-965d-490bc601085d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a21c9a8-9ab1-4b35-965d-490bc601085d found for delete ", "request_id": "req-9c07dda1-7653-46da-8939-040cf2a0fcee"}]} 2026-02-26 03:09:40.752 7 INFO neutron.services.segments.plugin [-] Segment 7a21c9a8-9ab1-4b35-965d-490bc601085d resource provider aggregate not found 2026-02-26 03:09:40.761 7 INFO neutron.services.segments.plugin [-] Segment 5f2587b7-e592-4809-a2a4-15138c70f8cf resource provider aggregate not found [pid: 8|app: 0|req: 1266/2648] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:40 2026] GET /v2.0/ports?device_id=789cea0f-34c9-4e80-9ab2-9f4b14bb630b => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:09:40.774 7 INFO neutron.services.segments.plugin [-] Segment 7a21c9a8-9ab1-4b35-965d-490bc601085d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a21c9a8-9ab1-4b35-965d-490bc601085d found for delete ", "request_id": "req-21098742-578d-44c8-9751-88e19abcbcb5"}]} 2026-02-26 03:09:40.779 7 INFO neutron.services.segments.plugin [-] Segment 5f2587b7-e592-4809-a2a4-15138c70f8cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f2587b7-e592-4809-a2a4-15138c70f8cf found for delete ", "request_id": "req-1f27c37b-88a9-4f8b-b966-d4eff07a26a4"}]} 2026-02-26 03:09:40.791 7 INFO neutron.services.segments.plugin [-] Segment 5f2587b7-e592-4809-a2a4-15138c70f8cf resource provider aggregate not found 2026-02-26 03:09:40.810 7 INFO neutron.services.segments.plugin [-] Segment 5f2587b7-e592-4809-a2a4-15138c70f8cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f2587b7-e592-4809-a2a4-15138c70f8cf found for delete ", "request_id": "req-c30df4ac-f75a-4d18-a3cd-5f554fe40d5d"}]} [pid: 7|app: 0|req: 1383/2649] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:09:41 2026] GET /v2.0/ports?device_id=789cea0f-34c9-4e80-9ab2-9f4b14bb630b => 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: 1267/2650] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:09:42 2026] DELETE /v2.0/security-groups/93e83979-7a06-41e5-afbc-6cfda85b9f13 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:09:43.605 7 INFO neutron_taas.services.taas.taas_plugin [None req-e4eeaa8d-f6a2-4847-a023-2a5ceeb06c14 01859c463b484c45be81e3fb9d9ca33a 8ed91942369b410d8d4d17ed21ec5ef9 - - default default] TaaS: Handle Delete Port: 4b8fac31-1089-4119-99b7-4f1f097a532b 2026-02-26 03:09:43.609 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4eeaa8d-f6a2-4847-a023-2a5ceeb06c14 01859c463b484c45be81e3fb9d9ca33a 8ed91942369b410d8d4d17ed21ec5ef9 - - default default] Tap Mirror: Handle Delete Port: 4b8fac31-1089-4119-99b7-4f1f097a532b [pid: 7|app: 0|req: 1384/2651] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:09:43 2026] PUT /v2.0/routers/ba721714-5384-4397-985a-c207f2089c03/remove_router_interface => generated 309 bytes in 1070 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2652] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:09:44 2026] DELETE /v2.0/subnets/a70240c0-aa96-470b-aa52-c976738a9f35 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:09:44.673 7 INFO neutron_taas.services.taas.taas_plugin [None req-69d27949-c90a-4e42-878e-edc572b2c075 01859c463b484c45be81e3fb9d9ca33a 8ed91942369b410d8d4d17ed21ec5ef9 - - default default] TaaS: Handle Delete Port: e7e8194a-2c12-4f75-922b-342ed9028e11 2026-02-26 03:09:44.676 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69d27949-c90a-4e42-878e-edc572b2c075 01859c463b484c45be81e3fb9d9ca33a 8ed91942369b410d8d4d17ed21ec5ef9 - - default default] Tap Mirror: Handle Delete Port: e7e8194a-2c12-4f75-922b-342ed9028e11 2026-02-26 03:09:44.984 7 INFO neutron_taas.services.taas.taas_plugin [None req-69d27949-c90a-4e42-878e-edc572b2c075 01859c463b484c45be81e3fb9d9ca33a 8ed91942369b410d8d4d17ed21ec5ef9 - - default default] TaaS: Handle Delete Port: d01fa978-26fd-4757-827f-edf663d21dcd 2026-02-26 03:09:44.987 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69d27949-c90a-4e42-878e-edc572b2c075 01859c463b484c45be81e3fb9d9ca33a 8ed91942369b410d8d4d17ed21ec5ef9 - - default default] Tap Mirror: Handle Delete Port: d01fa978-26fd-4757-827f-edf663d21dcd 2026-02-26 03:09:45.459 7 INFO neutron.services.segments.plugin [-] Segment 88749ca8-fdff-46f9-b683-112212f3a191 resource provider aggregate not found 2026-02-26 03:09:45.466 7 INFO neutron.services.segments.plugin [-] Segment 88749ca8-fdff-46f9-b683-112212f3a191 resource provider aggregate not found 2026-02-26 03:09:45.486 7 INFO neutron.services.segments.plugin [-] Segment 88749ca8-fdff-46f9-b683-112212f3a191 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88749ca8-fdff-46f9-b683-112212f3a191 found for delete ", "request_id": "req-1f36a587-b1f4-4735-baab-99d572bb9771"}]} 2026-02-26 03:09:45.487 7 INFO neutron.services.segments.plugin [-] Segment 88749ca8-fdff-46f9-b683-112212f3a191 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88749ca8-fdff-46f9-b683-112212f3a191 found for delete ", "request_id": "req-c3493330-adf0-4743-a8d7-d9a23824ef1b"}]} 2026-02-26 03:09:45.504 7 INFO neutron.db.l3_hamode_db [None req-69d27949-c90a-4e42-878e-edc572b2c075 01859c463b484c45be81e3fb9d9ca33a 8ed91942369b410d8d4d17ed21ec5ef9 - - default default] HA network 53354f63-00c0-4c8d-b9ad-7a24400de85c was deleted as no HA routers are present in tenant 8ed91942369b410d8d4d17ed21ec5ef9. [pid: 7|app: 0|req: 1385/2653] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:09:44 2026] DELETE /v2.0/routers/ba721714-5384-4397-985a-c207f2089c03 => generated 0 bytes in 1077 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:09:45.525 8 INFO neutron.db.segments_db [None req-de1767e0-9839-4fec-9dbb-d8b22ba874aa 62be6b80262148c990e98d6868416d39 ce80fefaa1eb4e02b9a6b6099f11e67d - - default default] Added segment 5dfbeaf1-5c05-48e1-a35a-b85567db1ee2 of type vxlan for network 1ebaa591-64b0-49ee-9a85-86afc5615ef5 2026-02-26 03:09:45.638 7 INFO neutron_taas.services.taas.taas_plugin [None req-7dbac855-eac8-47e5-bdcb-fb858727d11d 01859c463b484c45be81e3fb9d9ca33a 8ed91942369b410d8d4d17ed21ec5ef9 - - default default] TaaS: Handle Delete Port: a05e3988-4e0e-448a-b49b-c7906ca28943 2026-02-26 03:09:45.641 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7dbac855-eac8-47e5-bdcb-fb858727d11d 01859c463b484c45be81e3fb9d9ca33a 8ed91942369b410d8d4d17ed21ec5ef9 - - default default] Tap Mirror: Handle Delete Port: a05e3988-4e0e-448a-b49b-c7906ca28943 [pid: 8|app: 0|req: 1269/2654] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:09:45 2026] POST /v2.0/networks => generated 631 bytes in 613 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-02-26 03:09:45.820 8 INFO neutron.db.segments_db [None req-b0bf249c-4a90-4aff-ab10-848222e28893 62be6b80262148c990e98d6868416d39 ce80fefaa1eb4e02b9a6b6099f11e67d - - default default] Added segment 5c085422-2807-456e-8696-26f9fac06c40 of type vxlan for network 123b912e-9489-4779-8387-7d855fa9ed32 [pid: 7|app: 0|req: 1386/2655] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:09:45 2026] DELETE /v2.0/networks/659efca4-6343-4afc-a4c3-aa277453a47f => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2656] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:09:45 2026] POST /v2.0/networks => generated 632 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:09:46.049 7 INFO neutron.db.segments_db [None req-b0e1d46e-813e-435c-a410-71f8913a5b49 62be6b80262148c990e98d6868416d39 ce80fefaa1eb4e02b9a6b6099f11e67d - - default default] Added segment 6a06dd3a-c4e6-49de-8e9c-d10afefd504a of type vxlan for network 59a763d2-85bb-4c75-9d72-9e4f30f111a1 [pid: 7|app: 0|req: 1387/2657] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:09:46 2026] POST /v2.0/networks => generated 630 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:09:46.248 8 INFO neutron.db.segments_db [None req-6c7fb03a-e401-4d6f-8bb8-d5c3d9c02a66 62be6b80262148c990e98d6868416d39 ce80fefaa1eb4e02b9a6b6099f11e67d - - default default] Added segment fa1e03e8-df6b-4e35-ab1e-b9ce91a8fb80 of type vxlan for network e0daa95f-f9c7-4fa8-bac6-61ec687c3e48 [pid: 8|app: 0|req: 1271/2658] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:09:46 2026] POST /v2.0/networks => generated 632 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:09:46.428 7 INFO neutron.db.segments_db [None req-6667c3e1-2ea2-4d9d-845b-5cbe85197600 62be6b80262148c990e98d6868416d39 ce80fefaa1eb4e02b9a6b6099f11e67d - - default default] Added segment 974e66a3-5182-4fa6-99c4-ce281a38d746 of type vxlan for network 5e832d54-f683-4b82-911c-f8532abbda8a [pid: 7|app: 0|req: 1388/2659] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:09:46 2026] POST /v2.0/networks => generated 631 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2660] 10.0.0.78 () {34 vars in 752 bytes} [Thu Feb 26 03:09:46 2026] PUT /v2.0/networks/1ebaa591-64b0-49ee-9a85-86afc5615ef5/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2661] 10.0.0.78 () {34 vars in 752 bytes} [Thu Feb 26 03:09:46 2026] PUT /v2.0/networks/123b912e-9489-4779-8387-7d855fa9ed32/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2662] 10.0.0.78 () {34 vars in 752 bytes} [Thu Feb 26 03:09:46 2026] PUT /v2.0/networks/59a763d2-85bb-4c75-9d72-9e4f30f111a1/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2663] 10.0.0.78 () {34 vars in 752 bytes} [Thu Feb 26 03:09:46 2026] PUT /v2.0/networks/e0daa95f-f9c7-4fa8-bac6-61ec687c3e48/tags => generated 19 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2664] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:09:46 2026] GET /v2.0/security-groups?tenant_id=8ed91942369b410d8d4d17ed21ec5ef9&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2665] 10.0.0.78 () {32 vars in 665 bytes} [Thu Feb 26 03:09:46 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2666] 10.0.0.78 () {32 vars in 679 bytes} [Thu Feb 26 03:09:46 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2667] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:09:46 2026] DELETE /v2.0/security-groups/39b447fd-2bb5-4ba9-9430-ee69748ceb2e => 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: 1394/2668] 10.0.0.78 () {32 vars in 675 bytes} [Thu Feb 26 03:09:46 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2669] 10.0.0.78 () {32 vars in 687 bytes} [Thu Feb 26 03:09:46 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2670] 10.0.0.78 () {32 vars in 673 bytes} [Thu Feb 26 03:09:47 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2671] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:09:47 2026] GET /v2.0/security-groups?tenant_id=f99eeaf670e143329c7521ebb841736b&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2672] 10.0.0.78 () {32 vars in 687 bytes} [Thu Feb 26 03:09:47 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2673] 10.0.0.78 () {32 vars in 683 bytes} [Thu Feb 26 03:09:47 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2674] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:09:47 2026] DELETE /v2.0/security-groups/7c07f19f-307e-47f0-9f4f-771c299e175c => 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: 1279/2675] 10.0.0.78 () {32 vars in 695 bytes} [Thu Feb 26 03:09:47 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2676] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:09:47 2026] DELETE /v2.0/networks/1ebaa591-64b0-49ee-9a85-86afc5615ef5 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:09:47.512 7 INFO neutron.services.segments.plugin [-] Segment 1df1c01c-9196-4223-9c13-f24b264f45fc resource provider aggregate not found 2026-02-26 03:09:47.518 7 INFO neutron.services.segments.plugin [-] Segment 1df1c01c-9196-4223-9c13-f24b264f45fc resource provider aggregate not found 2026-02-26 03:09:47.536 7 INFO neutron.services.segments.plugin [-] Segment 1df1c01c-9196-4223-9c13-f24b264f45fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1df1c01c-9196-4223-9c13-f24b264f45fc found for delete ", "request_id": "req-93ea2519-2e4f-4291-b5f7-d59870017110"}]} 2026-02-26 03:09:47.541 7 INFO neutron.services.segments.plugin [-] Segment 1df1c01c-9196-4223-9c13-f24b264f45fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1df1c01c-9196-4223-9c13-f24b264f45fc found for delete ", "request_id": "req-b5143132-fbbb-4b8b-a121-fad864060ab3"}]} 2026-02-26 03:09:47.554 7 INFO neutron.services.segments.plugin [-] Segment 5dfbeaf1-5c05-48e1-a35a-b85567db1ee2 resource provider aggregate not found 2026-02-26 03:09:47.564 7 INFO neutron.services.segments.plugin [-] Segment 5dfbeaf1-5c05-48e1-a35a-b85567db1ee2 resource provider aggregate not found 2026-02-26 03:09:47.571 7 INFO neutron.services.segments.plugin [-] Segment 5dfbeaf1-5c05-48e1-a35a-b85567db1ee2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dfbeaf1-5c05-48e1-a35a-b85567db1ee2 found for delete ", "request_id": "req-874176bd-e858-423d-83c6-5e6f7a4cd5b2"}]} 2026-02-26 03:09:47.582 7 INFO neutron.services.segments.plugin [-] Segment 5dfbeaf1-5c05-48e1-a35a-b85567db1ee2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dfbeaf1-5c05-48e1-a35a-b85567db1ee2 found for delete ", "request_id": "req-145e4ce0-89ae-4eb7-a915-4510fbc31a6e"}]} 2026-02-26 03:09:47.608 8 INFO neutron.services.segments.plugin [-] Segment 5c085422-2807-456e-8696-26f9fac06c40 resource provider aggregate not found 2026-02-26 03:09:47.635 8 INFO neutron.services.segments.plugin [-] Segment 5c085422-2807-456e-8696-26f9fac06c40 resource provider aggregate not found 2026-02-26 03:09:47.687 8 INFO neutron.services.segments.plugin [-] Segment 5c085422-2807-456e-8696-26f9fac06c40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c085422-2807-456e-8696-26f9fac06c40 found for delete ", "request_id": "req-0fe69e9b-027e-492d-a12e-1ed766f50277"}]} 2026-02-26 03:09:47.694 8 INFO neutron.services.segments.plugin [-] Segment 5c085422-2807-456e-8696-26f9fac06c40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c085422-2807-456e-8696-26f9fac06c40 found for delete ", "request_id": "req-515e26de-0a0c-4c5e-948a-f1b7ccedd48a"}]} [pid: 8|app: 0|req: 1280/2677] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:09:47 2026] DELETE /v2.0/networks/123b912e-9489-4779-8387-7d855fa9ed32 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2678] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:09:47 2026] DELETE /v2.0/networks/59a763d2-85bb-4c75-9d72-9e4f30f111a1 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2679] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:09:47 2026] DELETE /v2.0/networks/e0daa95f-f9c7-4fa8-bac6-61ec687c3e48 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2680] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:09:47 2026] DELETE /v2.0/networks/5e832d54-f683-4b82-911c-f8532abbda8a => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2681] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:09:48 2026] GET /v2.0/security-groups?tenant_id=dd7f77c98c4c40f3ab96209680036e52&name=default => generated 2929 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2682] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:09:49 2026] DELETE /v2.0/security-groups/0601872d-5a51-4d4d-8576-0a67c6376f73 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:09:49.590 7 INFO neutron.services.segments.plugin [-] Segment 6a06dd3a-c4e6-49de-8e9c-d10afefd504a resource provider aggregate not found 2026-02-26 03:09:49.606 7 INFO neutron.services.segments.plugin [-] Segment 6a06dd3a-c4e6-49de-8e9c-d10afefd504a resource provider aggregate not found 2026-02-26 03:09:49.609 7 INFO neutron.services.segments.plugin [-] Segment 6a06dd3a-c4e6-49de-8e9c-d10afefd504a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a06dd3a-c4e6-49de-8e9c-d10afefd504a found for delete ", "request_id": "req-39a5973f-e926-48b3-b0a7-9fe66883c4a8"}]} 2026-02-26 03:09:49.626 7 INFO neutron.services.segments.plugin [-] Segment 6a06dd3a-c4e6-49de-8e9c-d10afefd504a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a06dd3a-c4e6-49de-8e9c-d10afefd504a found for delete ", "request_id": "req-f9916658-4767-48fe-a902-adf4d52e45ab"}]} 2026-02-26 03:09:49.633 7 INFO neutron.services.segments.plugin [-] Segment 974e66a3-5182-4fa6-99c4-ce281a38d746 resource provider aggregate not found 2026-02-26 03:09:49.647 7 INFO neutron.services.segments.plugin [-] Segment 974e66a3-5182-4fa6-99c4-ce281a38d746 resource provider aggregate not found 2026-02-26 03:09:49.652 7 INFO neutron.services.segments.plugin [-] Segment 974e66a3-5182-4fa6-99c4-ce281a38d746 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 974e66a3-5182-4fa6-99c4-ce281a38d746 found for delete ", "request_id": "req-b44c5fec-36f4-4dd5-8b78-1fea43b3ab42"}]} 2026-02-26 03:09:49.663 7 INFO neutron.services.segments.plugin [-] Segment 974e66a3-5182-4fa6-99c4-ce281a38d746 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 974e66a3-5182-4fa6-99c4-ce281a38d746 found for delete ", "request_id": "req-9e64e894-393f-4e06-81a1-2b0dc1ff103e"}]} 2026-02-26 03:09:49.716 8 INFO neutron.services.segments.plugin [-] Segment fa1e03e8-df6b-4e35-ab1e-b9ce91a8fb80 resource provider aggregate not found 2026-02-26 03:09:49.720 8 INFO neutron.services.segments.plugin [-] Segment fa1e03e8-df6b-4e35-ab1e-b9ce91a8fb80 resource provider aggregate not found 2026-02-26 03:09:49.739 8 INFO neutron.services.segments.plugin [-] Segment fa1e03e8-df6b-4e35-ab1e-b9ce91a8fb80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa1e03e8-df6b-4e35-ab1e-b9ce91a8fb80 found for delete ", "request_id": "req-d147408b-bcf8-4aa4-a018-df8581ecc91f"}]} 2026-02-26 03:09:49.749 8 INFO neutron.services.segments.plugin [-] Segment fa1e03e8-df6b-4e35-ab1e-b9ce91a8fb80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa1e03e8-df6b-4e35-ab1e-b9ce91a8fb80 found for delete ", "request_id": "req-3786f938-cb60-40a1-9e66-7801e3b9cbb9"}]} [pid: 8|app: 0|req: 1283/2683] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:09:49 2026] GET /v2.0/security-groups?tenant_id=9567b6c90cbf49e79641ce9a72f6b741&name=default => generated 2929 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2684] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:09:49 2026] DELETE /v2.0/security-groups/f2d1641f-e3f4-4bde-a62b-207839ed0ff0 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2685] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:09:50 2026] GET /v2.0/security-groups?tenant_id=ce80fefaa1eb4e02b9a6b6099f11e67d&name=default => generated 2925 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2686] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:09:50 2026] DELETE /v2.0/security-groups/5330ceb6-8eca-4929-8aa8-5bc7ad6e6ce3 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2689] 10.0.0.78 () {34 vars in 675 bytes} [Thu Feb 26 03:09:51 2026] POST /v2.0/floatingips => generated 552 bytes in 760 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2690] 10.0.0.78 () {34 vars in 675 bytes} [Thu Feb 26 03:09:52 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: 1287/2691] 10.0.0.78 () {34 vars in 675 bytes} [Thu Feb 26 03:09:53 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: 1405/2692] 10.0.0.78 () {34 vars in 675 bytes} [Thu Feb 26 03:09:53 2026] POST /v2.0/floatingips => generated 552 bytes in 554 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2693] 10.0.0.78 () {34 vars in 677 bytes} [Thu Feb 26 03:09:54 2026] POST /v2.0/qos/policies => generated 359 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2694] 10.0.0.78 () {34 vars in 677 bytes} [Thu Feb 26 03:09:54 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2695] 10.0.0.78 () {34 vars in 677 bytes} [Thu Feb 26 03:09:54 2026] POST /v2.0/qos/policies => generated 359 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2696] 10.0.0.78 () {34 vars in 677 bytes} [Thu Feb 26 03:09:54 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2697] 10.0.0.78 () {34 vars in 675 bytes} [Thu Feb 26 03:09:54 2026] POST /v2.0/floatingips => generated 552 bytes in 684 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2698] 10.0.0.78 () {34 vars in 677 bytes} [Thu Feb 26 03:09:54 2026] POST /v2.0/qos/policies => generated 359 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2699] 10.0.0.78 () {34 vars in 758 bytes} [Thu Feb 26 03:09:55 2026] PUT /v2.0/floatingips/b740ac4b-65d7-4c93-a43d-a288485bae92/tags => generated 17 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2700] 10.0.0.78 () {34 vars in 752 bytes} [Thu Feb 26 03:09:55 2026] PUT /v2.0/policies/0aa0c271-93c4-48a2-af43-80dace895f33/tags => generated 17 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2701] 10.0.0.78 () {34 vars in 752 bytes} [Thu Feb 26 03:09:55 2026] PUT /v2.0/policies/cbf4c96c-56a1-4fad-b4dd-11a69497a4c3/tags => generated 25 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2702] 10.0.0.78 () {34 vars in 758 bytes} [Thu Feb 26 03:09:55 2026] PUT /v2.0/floatingips/0f0b8f82-1da9-42b7-a6f2-66fa7795b465/tags => generated 25 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2703] 10.0.0.78 () {34 vars in 758 bytes} [Thu Feb 26 03:09:55 2026] PUT /v2.0/floatingips/131a74a2-ad4b-4244-a5bb-b635c5693c30/tags => generated 34 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2704] 10.0.0.78 () {34 vars in 752 bytes} [Thu Feb 26 03:09:55 2026] PUT /v2.0/policies/2fe3300e-904f-4593-ae65-99377d06ec0b/tags => generated 34 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2705] 10.0.0.78 () {34 vars in 758 bytes} [Thu Feb 26 03:09:55 2026] PUT /v2.0/floatingips/75748945-4c53-48ed-8fb2-63897ad3b457/tags => generated 19 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2706] 10.0.0.78 () {34 vars in 752 bytes} [Thu Feb 26 03:09:55 2026] PUT /v2.0/policies/5444b153-fb6f-46ae-98cf-82d3e801cc3b/tags => generated 19 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2707] 10.0.0.78 () {32 vars in 671 bytes} [Thu Feb 26 03:09:55 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2708] 10.0.0.78 () {32 vars in 685 bytes} [Thu Feb 26 03:09:55 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2709] 10.0.0.78 () {32 vars in 681 bytes} [Thu Feb 26 03:09:55 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2710] 10.0.0.78 () {32 vars in 693 bytes} [Thu Feb 26 03:09:55 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2711] 10.0.0.78 () {32 vars in 679 bytes} [Thu Feb 26 03:09:55 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2712] 10.0.0.78 () {32 vars in 693 bytes} [Thu Feb 26 03:09:55 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2713] 10.0.0.78 () {32 vars in 689 bytes} [Thu Feb 26 03:09:55 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2714] 10.0.0.78 () {32 vars in 673 bytes} [Thu Feb 26 03:09:55 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2715] 10.0.0.78 () {32 vars in 701 bytes} [Thu Feb 26 03:09:55 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2716] 10.0.0.78 () {32 vars in 687 bytes} [Thu Feb 26 03:09:56 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2717] 10.0.0.78 () {32 vars in 683 bytes} [Thu Feb 26 03:09:56 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:09:56.174 8 INFO neutron_taas.services.taas.taas_plugin [None req-8b53ff18-fc2b-4365-8de5-147a7ade0478 0cfaa349568441f883ebf45aa469e578 f3a2854cfc2d4f7fb7787d5c3a9c53eb - - default default] TaaS: Handle Delete Port: 9b0f6f1b-8b57-4910-82f1-0c8582fe3853 2026-02-26 03:09:56.178 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b53ff18-fc2b-4365-8de5-147a7ade0478 0cfaa349568441f883ebf45aa469e578 f3a2854cfc2d4f7fb7787d5c3a9c53eb - - default default] Tap Mirror: Handle Delete Port: 9b0f6f1b-8b57-4910-82f1-0c8582fe3853 [pid: 7|app: 0|req: 1421/2718] 10.0.0.78 () {32 vars in 695 bytes} [Thu Feb 26 03:09:56 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2719] 10.0.0.78 () {32 vars in 681 bytes} [Thu Feb 26 03:09:56 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2720] 10.0.0.78 () {32 vars in 695 bytes} [Thu Feb 26 03:09:56 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2721] 10.0.0.78 () {32 vars in 691 bytes} [Thu Feb 26 03:09:56 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2722] 10.0.0.78 () {32 vars in 703 bytes} [Thu Feb 26 03:09:56 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2723] 10.0.0.78 () {32 vars in 733 bytes} [Thu Feb 26 03:09:56 2026] DELETE /v2.0/qos/policies/0aa0c271-93c4-48a2-af43-80dace895f33 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2724] 10.0.0.78 () {32 vars in 733 bytes} [Thu Feb 26 03:09:56 2026] DELETE /v2.0/qos/policies/cbf4c96c-56a1-4fad-b4dd-11a69497a4c3 => 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: 1428/2725] 10.0.0.78 () {32 vars in 733 bytes} [Thu Feb 26 03:09:56 2026] DELETE /v2.0/qos/policies/2fe3300e-904f-4593-ae65-99377d06ec0b => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2726] 10.0.0.78 () {32 vars in 733 bytes} [Thu Feb 26 03:09:56 2026] DELETE /v2.0/qos/policies/5444b153-fb6f-46ae-98cf-82d3e801cc3b => 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: 1430/2727] 10.0.0.78 () {32 vars in 733 bytes} [Thu Feb 26 03:09:56 2026] DELETE /v2.0/qos/policies/2f96f3a1-85a2-4acf-bb60-42541a7df3ca => 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: 1298/2728] 10.0.0.78 () {32 vars in 731 bytes} [Thu Feb 26 03:09:56 2026] DELETE /v2.0/floatingips/b740ac4b-65d7-4c93-a43d-a288485bae92 => generated 0 bytes in 858 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:09:57.006 7 INFO neutron_taas.services.taas.taas_plugin [None req-c671816d-c1b6-449b-afb7-184eee6019d3 0cfaa349568441f883ebf45aa469e578 f3a2854cfc2d4f7fb7787d5c3a9c53eb - - default default] TaaS: Handle Delete Port: 1aaeb146-a722-474c-afcc-9b3f0126f57b 2026-02-26 03:09:57.010 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c671816d-c1b6-449b-afb7-184eee6019d3 0cfaa349568441f883ebf45aa469e578 f3a2854cfc2d4f7fb7787d5c3a9c53eb - - default default] Tap Mirror: Handle Delete Port: 1aaeb146-a722-474c-afcc-9b3f0126f57b [pid: 7|app: 0|req: 1431/2729] 10.0.0.78 () {32 vars in 731 bytes} [Thu Feb 26 03:09:56 2026] DELETE /v2.0/floatingips/0f0b8f82-1da9-42b7-a6f2-66fa7795b465 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:09:57.316 8 INFO neutron_taas.services.taas.taas_plugin [None req-c8fdf074-7fa9-42b5-b3cc-5b0ad61300a7 0cfaa349568441f883ebf45aa469e578 f3a2854cfc2d4f7fb7787d5c3a9c53eb - - default default] TaaS: Handle Delete Port: c4e64f57-7d23-4c78-bd61-a8dfccdd9c18 2026-02-26 03:09:57.319 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8fdf074-7fa9-42b5-b3cc-5b0ad61300a7 0cfaa349568441f883ebf45aa469e578 f3a2854cfc2d4f7fb7787d5c3a9c53eb - - default default] Tap Mirror: Handle Delete Port: c4e64f57-7d23-4c78-bd61-a8dfccdd9c18 [pid: 8|app: 0|req: 1299/2730] 10.0.0.78 () {32 vars in 731 bytes} [Thu Feb 26 03:09:57 2026] DELETE /v2.0/floatingips/131a74a2-ad4b-4244-a5bb-b635c5693c30 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:09:57.593 7 INFO neutron_taas.services.taas.taas_plugin [None req-df6430dd-ee49-42d1-8bd4-c44dfff0020a 0cfaa349568441f883ebf45aa469e578 f3a2854cfc2d4f7fb7787d5c3a9c53eb - - default default] TaaS: Handle Delete Port: 577a3dc2-3f28-48d4-8db4-c170b8fa561b 2026-02-26 03:09:57.597 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df6430dd-ee49-42d1-8bd4-c44dfff0020a 0cfaa349568441f883ebf45aa469e578 f3a2854cfc2d4f7fb7787d5c3a9c53eb - - default default] Tap Mirror: Handle Delete Port: 577a3dc2-3f28-48d4-8db4-c170b8fa561b [pid: 7|app: 0|req: 1432/2731] 10.0.0.78 () {32 vars in 731 bytes} [Thu Feb 26 03:09:57 2026] DELETE /v2.0/floatingips/75748945-4c53-48ed-8fb2-63897ad3b457 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:09:57.958 8 INFO neutron_taas.services.taas.taas_plugin [None req-311922e3-977b-4bdf-a111-46842f89737d 0cfaa349568441f883ebf45aa469e578 f3a2854cfc2d4f7fb7787d5c3a9c53eb - - default default] TaaS: Handle Delete Port: 64846e00-b812-4412-b655-020743a2e6c9 2026-02-26 03:09:57.962 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-311922e3-977b-4bdf-a111-46842f89737d 0cfaa349568441f883ebf45aa469e578 f3a2854cfc2d4f7fb7787d5c3a9c53eb - - default default] Tap Mirror: Handle Delete Port: 64846e00-b812-4412-b655-020743a2e6c9 [pid: 7|app: 0|req: 1433/2732] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:09:57 2026] GET /v2.0/security-groups?tenant_id=6ea21dff1ced470e87197803b92adc8a&name=default => generated 2929 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2733] 10.0.0.78 () {32 vars in 731 bytes} [Thu Feb 26 03:09:57 2026] DELETE /v2.0/floatingips/a0df0834-9f87-4ceb-9a6b-0c71cf502791 => generated 0 bytes in 407 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2734] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:09:58 2026] DELETE /v2.0/security-groups/10639703-021c-4629-a895-142a8e2f0023 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2735] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:09:58 2026] GET /v2.0/security-groups?tenant_id=2cfee3039c2d4b7e9b1a4d2aa2f0be21&name=default => generated 2929 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2736] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:09:58 2026] DELETE /v2.0/security-groups/f270e626-3dd9-460e-bb19-12545d6b726f => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2737] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:09:59 2026] GET /v2.0/security-groups?tenant_id=00e7a70b2d9d42af992d03c08e5194ba&name=default => generated 2929 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2738] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:09:59 2026] DELETE /v2.0/security-groups/5eca5fe0-4410-4691-b6e6-2fdb53258615 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2739] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:09:59 2026] GET /v2.0/security-groups?tenant_id=f95bf091acb349508b74c26eac277afb&name=default => generated 2929 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2740] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:09:59 2026] DELETE /v2.0/security-groups/7f89f384-824c-4e62-9e65-074c312e99a3 => 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: 1437/2741] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:09:59 2026] GET /v2.0/security-groups?tenant_id=f3a2854cfc2d4f7fb7787d5c3a9c53eb&name=default => generated 2929 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2742] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:09:59 2026] DELETE /v2.0/security-groups/fd615603-d945-4713-9c75-4c8718762825 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2743] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:10:00 2026] GET /v2.0/security-groups?tenant_id=cffc6b82b73c49ec93870bb6ba931c88&name=default => generated 2929 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2744] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:10:00 2026] DELETE /v2.0/security-groups/3dc96579-1f26-4fc7-8ba1-8a3dead5d9c9 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:10:03.996 7 INFO neutron.db.segments_db [None req-53cac61a-5f74-4186-8ea4-b610d8bd71e6 bdc61b59d3c94663b3a923753a8e34f0 2144e25a297c4ddc9d42059cb70f43a1 - - default default] Added segment 5f91e2f3-c47e-40c8-b31b-799fa24a3b4f of type vxlan for network 26237115-7bf0-4b52-8e1b-38043c2b4a34 [pid: 7|app: 0|req: 1439/2745] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:10:03 2026] POST /v2.0/networks => generated 631 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2746] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:10:04 2026] GET /v2.0/floatingips => generated 1703 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2747] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:10:04 2026] POST /v2.0/subnets => generated 626 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2748] 10.0.0.78 () {34 vars in 675 bytes} [Thu Feb 26 03:10:03 2026] POST /v2.0/floatingips => generated 552 bytes in 749 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2749] 10.0.0.27 () {28 vars in 584 bytes} [Thu Feb 26 03:10:04 2026] GET /v2.0/networks => generated 5966 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2750] 10.0.0.120 () {34 vars in 1178 bytes} [Thu Feb 26 03:10:04 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7&device_id=431ff4b8-a670-469b-ba51-4beaa947c3b0&device_id=0daf7071-6145-49dc-a543-a134022b7fcc => generated 4164 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2751] 10.0.0.78 () {34 vars in 758 bytes} [Thu Feb 26 03:10:04 2026] PUT /v2.0/floatingips/d8b37860-d477-4ac2-86da-da0f94e367ef/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:10:04.781 7 INFO neutron.db.segments_db [None req-ecbab4a7-ed07-407f-8a79-0a76eb8416ab bdc61b59d3c94663b3a923753a8e34f0 2144e25a297c4ddc9d42059cb70f43a1 - - default default] Added segment 27fd0a75-0e60-4859-90f6-ba8bf3f2a11d of type vxlan for network aab1cc4d-8160-4d71-bd01-a2b07be7dc87 [pid: 8|app: 0|req: 1310/2752] 10.0.0.27 () {28 vars in 598 bytes} [Thu Feb 26 03:10:04 2026] GET /v2.0/security-groups => generated 33164 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2753] 10.0.0.120 () {34 vars in 1120 bytes} [Thu Feb 26 03:10:04 2026] GET /v2.0/security-groups?id=59545ac6-da5e-41ed-8e87-737b6b46a4ff&id=04851176-694c-430c-85ef-3b140776e716&fields=id&fields=name => generated 187 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2754] 10.0.0.78 () {32 vars in 738 bytes} [Thu Feb 26 03:10:04 2026] GET /v2.0/floatingips/d8b37860-d477-4ac2-86da-da0f94e367ef/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: 1443/2755] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:10:04 2026] POST /v2.0/networks => generated 631 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2756] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:10:04 2026] GET /v2.0/subnets => generated 6765 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2757] 10.0.0.78 () {34 vars in 769 bytes} [Thu Feb 26 03:10:04 2026] PUT /v2.0/floatingips/d8b37860-d477-4ac2-86da-da0f94e367ef/tags/green => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2758] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:10:05 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2759] 10.0.0.78 () {32 vars in 738 bytes} [Thu Feb 26 03:10:05 2026] GET /v2.0/floatingips/d8b37860-d477-4ac2-86da-da0f94e367ef/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2760] 10.0.0.27 () {28 vars in 578 bytes} [Thu Feb 26 03:10:05 2026] GET /v2.0/ports => generated 23320 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2761] 10.0.0.78 () {34 vars in 765 bytes} [Thu Feb 26 03:10:05 2026] PUT /v2.0/floatingips/d8b37860-d477-4ac2-86da-da0f94e367ef/tags/red => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2762] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:10:05 2026] GET /v2.0/routers => generated 727 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2763] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:10:04 2026] POST /v2.0/subnets => generated 629 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2764] 10.0.0.78 () {32 vars in 738 bytes} [Thu Feb 26 03:10:05 2026] GET /v2.0/floatingips/d8b37860-d477-4ac2-86da-da0f94e367ef/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2765] 10.0.0.27 () {28 vars in 623 bytes} [Thu Feb 26 03:10:05 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:10:05.421 7 INFO neutron.db.segments_db [None req-e737bb70-c740-43b2-8d08-de8d29ecaef4 bdc61b59d3c94663b3a923753a8e34f0 2144e25a297c4ddc9d42059cb70f43a1 - - default default] Added segment c556ab29-df5f-4735-9cc5-b02866c66605 of type vxlan for network e9eda0f1-f94a-48b3-b1d4-c23083cf5921 [pid: 8|app: 0|req: 1316/2766] 10.0.0.27 () {28 vars in 676 bytes} [Thu Feb 26 03:10:05 2026] GET /v2.0/routers/79e13ec0-4037-4d2d-aa8d-23fc23cb6dfc/l3-agents => generated 681 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2767] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:10:05 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) [pid: 7|app: 0|req: 1452/2768] 10.0.0.27 () {28 vars in 580 bytes} [Thu Feb 26 03:10:05 2026] GET /v2.0/agents => generated 3385 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2769] 10.0.0.78 () {34 vars in 787 bytes} [Thu Feb 26 03:10:05 2026] PUT /v2.0/floatingips/d8b37860-d477-4ac2-86da-da0f94e367ef/tags/black.or.white => generated 4 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2770] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:10:05 2026] GET /v2.0/subnets => generated 7402 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2771] 10.0.0.78 () {32 vars in 738 bytes} [Thu Feb 26 03:10:05 2026] GET /v2.0/floatingips/d8b37860-d477-4ac2-86da-da0f94e367ef/tags => generated 52 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2772] 10.0.0.27 () {28 vars in 618 bytes} [Thu Feb 26 03:10:05 2026] GET /v2.0/network-ip-availabilities => generated 4855 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2773] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:10:05 2026] POST /v2.0/subnets => generated 629 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2774] 10.0.0.78 () {34 vars in 758 bytes} [Thu Feb 26 03:10:05 2026] PUT /v2.0/floatingips/d8b37860-d477-4ac2-86da-da0f94e367ef/tags => generated 37 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2775] 10.0.0.78 () {32 vars in 738 bytes} [Thu Feb 26 03:10:05 2026] GET /v2.0/floatingips/d8b37860-d477-4ac2-86da-da0f94e367ef/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:10:05.935 7 INFO neutron.db.segments_db [None req-91b35d55-1942-42a0-a8b2-28b4b4902e52 bdc61b59d3c94663b3a923753a8e34f0 2144e25a297c4ddc9d42059cb70f43a1 - - default default] Added segment a6f80784-b7d3-4fc9-b78e-700373af0b71 of type vxlan for network 194a8e2f-aecb-4166-93b7-c2f7a91d69fb [pid: 8|app: 0|req: 1323/2776] 10.0.0.78 () {32 vars in 746 bytes} [Thu Feb 26 03:10:05 2026] GET /v2.0/floatingips/d8b37860-d477-4ac2-86da-da0f94e367ef/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:10:06.011 8 INFO neutron.api.v2.resource [None req-1950cc45-5582-4a83-810c-cb29f88a122d 91ce336460314c97bb9fdf5673f82794 ea112e5000f64ae6a50618aa4a66cf82 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1324/2777] 10.0.0.78 () {32 vars in 750 bytes} [Thu Feb 26 03:10:05 2026] GET /v2.0/floatingips/d8b37860-d477-4ac2-86da-da0f94e367ef/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2778] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:10:05 2026] POST /v2.0/networks => generated 632 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2779] 10.0.0.78 () {32 vars in 749 bytes} [Thu Feb 26 03:10:06 2026] DELETE /v2.0/floatingips/d8b37860-d477-4ac2-86da-da0f94e367ef/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2780] 10.0.0.78 () {32 vars in 738 bytes} [Thu Feb 26 03:10:06 2026] GET /v2.0/floatingips/d8b37860-d477-4ac2-86da-da0f94e367ef/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:10:06.181 8 INFO neutron.api.v2.resource [None req-1d94a9dc-6300-45cb-a819-db0f455db3c4 91ce336460314c97bb9fdf5673f82794 ea112e5000f64ae6a50618aa4a66cf82 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1327/2781] 10.0.0.78 () {32 vars in 753 bytes} [Thu Feb 26 03:10:06 2026] DELETE /v2.0/floatingips/d8b37860-d477-4ac2-86da-da0f94e367ef/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2782] 10.0.0.78 () {32 vars in 741 bytes} [Thu Feb 26 03:10:06 2026] DELETE /v2.0/floatingips/d8b37860-d477-4ac2-86da-da0f94e367ef/tags => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2783] 10.0.0.78 () {32 vars in 738 bytes} [Thu Feb 26 03:10:06 2026] GET /v2.0/floatingips/d8b37860-d477-4ac2-86da-da0f94e367ef/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2784] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:10:06 2026] POST /v2.0/subnets => generated 629 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:10:06.388 8 INFO neutron.db.segments_db [None req-8f2adee0-302a-4ae2-b98c-49a1245cf072 bdc61b59d3c94663b3a923753a8e34f0 2144e25a297c4ddc9d42059cb70f43a1 - - default default] Added segment 4a558e4b-513e-4b95-a6eb-b330d46d7f51 of type vxlan for network 1d7448da-fef2-4760-8bd9-e81c9182ea30 2026-02-26 03:10:06.432 7 INFO neutron_taas.services.taas.taas_plugin [None req-84871dde-306a-497d-9593-b5d1c664cb77 91ce336460314c97bb9fdf5673f82794 ea112e5000f64ae6a50618aa4a66cf82 - - default default] TaaS: Handle Delete Port: 48a2d335-ffc8-4e56-b89e-2766b62c1f90 2026-02-26 03:10:06.434 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84871dde-306a-497d-9593-b5d1c664cb77 91ce336460314c97bb9fdf5673f82794 ea112e5000f64ae6a50618aa4a66cf82 - - default default] Tap Mirror: Handle Delete Port: 48a2d335-ffc8-4e56-b89e-2766b62c1f90 [pid: 8|app: 0|req: 1330/2785] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:10:06 2026] POST /v2.0/networks => generated 631 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2786] 10.0.0.78 () {32 vars in 731 bytes} [Thu Feb 26 03:10:06 2026] DELETE /v2.0/floatingips/d8b37860-d477-4ac2-86da-da0f94e367ef => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2789] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:10:06 2026] POST /v2.0/subnets => generated 629 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2790] 10.0.0.78 () {34 vars in 750 bytes} [Thu Feb 26 03:10:06 2026] PUT /v2.0/subnets/1792232f-e0a0-4a02-901f-384867b8b6b8/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2791] 10.0.0.78 () {34 vars in 750 bytes} [Thu Feb 26 03:10:06 2026] PUT /v2.0/subnets/c2bba424-51d5-46ac-b009-c0daf0982ba0/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: 1460/2792] 10.0.0.78 () {34 vars in 750 bytes} [Thu Feb 26 03:10:06 2026] PUT /v2.0/subnets/a7d92154-bea3-40f1-8fa2-e7830a18f424/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2793] 10.0.0.78 () {34 vars in 750 bytes} [Thu Feb 26 03:10:07 2026] PUT /v2.0/subnets/4d7579e8-c7e8-420e-b113-b59aef1e95bf/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: 1461/2794] 10.0.0.78 () {32 vars in 663 bytes} [Thu Feb 26 03:10:07 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2795] 10.0.0.78 () {32 vars in 677 bytes} [Thu Feb 26 03:10:07 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2796] 10.0.0.78 () {32 vars in 673 bytes} [Thu Feb 26 03:10:07 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2797] 10.0.0.78 () {32 vars in 685 bytes} [Thu Feb 26 03:10:07 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2798] 10.0.0.78 () {32 vars in 671 bytes} [Thu Feb 26 03:10:07 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2799] 10.0.0.78 () {32 vars in 685 bytes} [Thu Feb 26 03:10:07 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2800] 10.0.0.78 () {32 vars in 681 bytes} [Thu Feb 26 03:10:07 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2801] 10.0.0.78 () {32 vars in 693 bytes} [Thu Feb 26 03:10:07 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2802] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:10:07 2026] GET /v2.0/security-groups?tenant_id=ea112e5000f64ae6a50618aa4a66cf82&name=default => generated 2929 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2803] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:10:07 2026] DELETE /v2.0/security-groups/97ec41f9-a5b7-4caf-b782-1aa572e5e4a6 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2804] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:10:07 2026] DELETE /v2.0/subnets/1792232f-e0a0-4a02-901f-384867b8b6b8 => 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: 1337/2805] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:10:07 2026] DELETE /v2.0/subnets/c2bba424-51d5-46ac-b009-c0daf0982ba0 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2806] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:10:07 2026] GET /v2.0/security-groups?tenant_id=012d574e90a84c0e91bf2ac083384716&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2807] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:10:07 2026] DELETE /v2.0/subnets/a7d92154-bea3-40f1-8fa2-e7830a18f424 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2808] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:10:08 2026] DELETE /v2.0/security-groups/36c07c26-7923-4d88-899c-26f7e06eb151 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2809] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:10:08 2026] DELETE /v2.0/subnets/4d7579e8-c7e8-420e-b113-b59aef1e95bf => 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: 1471/2810] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:10:08 2026] DELETE /v2.0/subnets/a2155187-bd91-4c69-9865-ff316a71d7c6 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:10:08.547 8 INFO neutron_taas.services.taas.taas_plugin [None req-d62688f4-8a93-4dc0-acda-226cc921b13d bdc61b59d3c94663b3a923753a8e34f0 2144e25a297c4ddc9d42059cb70f43a1 - - default default] TaaS: Handle Delete Port: 53960dcd-8812-4410-b791-0a60d963cfa6 2026-02-26 03:10:08.550 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d62688f4-8a93-4dc0-acda-226cc921b13d bdc61b59d3c94663b3a923753a8e34f0 2144e25a297c4ddc9d42059cb70f43a1 - - default default] Tap Mirror: Handle Delete Port: 53960dcd-8812-4410-b791-0a60d963cfa6 2026-02-26 03:10:08.777 8 INFO neutron.services.segments.plugin [-] Segment 5f91e2f3-c47e-40c8-b31b-799fa24a3b4f resource provider aggregate not found 2026-02-26 03:10:08.788 8 INFO neutron.services.segments.plugin [-] Segment 5f91e2f3-c47e-40c8-b31b-799fa24a3b4f resource provider aggregate not found 2026-02-26 03:10:08.812 8 INFO neutron.services.segments.plugin [-] Segment 5f91e2f3-c47e-40c8-b31b-799fa24a3b4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f91e2f3-c47e-40c8-b31b-799fa24a3b4f found for delete ", "request_id": "req-80e24c34-8169-48b0-8679-19b6e4d9c71c"}]} 2026-02-26 03:10:08.812 8 INFO neutron.services.segments.plugin [-] Segment 5f91e2f3-c47e-40c8-b31b-799fa24a3b4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f91e2f3-c47e-40c8-b31b-799fa24a3b4f found for delete ", "request_id": "req-c88304c3-403f-4191-9a4f-f0a27fd83b1f"}]} [pid: 8|app: 0|req: 1340/2811] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:10:08 2026] DELETE /v2.0/networks/26237115-7bf0-4b52-8e1b-38043c2b4a34 => generated 0 bytes in 381 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:10:08.937 7 INFO neutron.services.segments.plugin [-] Segment 27fd0a75-0e60-4859-90f6-ba8bf3f2a11d resource provider aggregate not found 2026-02-26 03:10:08.942 7 INFO neutron.services.segments.plugin [-] Segment 27fd0a75-0e60-4859-90f6-ba8bf3f2a11d resource provider aggregate not found 2026-02-26 03:10:08.959 7 INFO neutron.services.segments.plugin [-] Segment 27fd0a75-0e60-4859-90f6-ba8bf3f2a11d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27fd0a75-0e60-4859-90f6-ba8bf3f2a11d found for delete ", "request_id": "req-8235a6b4-63bf-421e-8a2f-ba53f8a65622"}]} 2026-02-26 03:10:08.963 7 INFO neutron.services.segments.plugin [-] Segment 27fd0a75-0e60-4859-90f6-ba8bf3f2a11d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27fd0a75-0e60-4859-90f6-ba8bf3f2a11d found for delete ", "request_id": "req-ed62f160-4baf-44a2-8839-99bdc75eab1d"}]} [pid: 7|app: 0|req: 1472/2812] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:10:08 2026] DELETE /v2.0/networks/aab1cc4d-8160-4d71-bd01-a2b07be7dc87 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2813] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:10:09 2026] DELETE /v2.0/networks/e9eda0f1-f94a-48b3-b1d4-c23083cf5921 => 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: 1473/2814] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:10:09 2026] DELETE /v2.0/networks/194a8e2f-aecb-4166-93b7-c2f7a91d69fb => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2815] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:10:09 2026] DELETE /v2.0/networks/1d7448da-fef2-4760-8bd9-e81c9182ea30 => 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: 1474/2816] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:10:10 2026] GET /v2.0/security-groups?tenant_id=340ff87d39c642cd951e800a71a43fde&name=default => generated 2929 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2817] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:10:10 2026] DELETE /v2.0/security-groups/1c81f822-d3b2-43a5-ae7e-75813de6b819 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:10:10.838 8 INFO neutron.services.segments.plugin [-] Segment c556ab29-df5f-4735-9cc5-b02866c66605 resource provider aggregate not found 2026-02-26 03:10:10.843 8 INFO neutron.services.segments.plugin [-] Segment c556ab29-df5f-4735-9cc5-b02866c66605 resource provider aggregate not found 2026-02-26 03:10:10.856 8 INFO neutron.services.segments.plugin [-] Segment c556ab29-df5f-4735-9cc5-b02866c66605 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c556ab29-df5f-4735-9cc5-b02866c66605 found for delete ", "request_id": "req-cd1f3c0b-c14f-4edf-b19c-56118c38ae55"}]} 2026-02-26 03:10:10.867 8 INFO neutron.services.segments.plugin [-] Segment c556ab29-df5f-4735-9cc5-b02866c66605 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c556ab29-df5f-4735-9cc5-b02866c66605 found for delete ", "request_id": "req-c75a5ebe-4843-401a-8051-ed82d1d1ef66"}]} 2026-02-26 03:10:10.877 8 INFO neutron.services.segments.plugin [-] Segment 4a558e4b-513e-4b95-a6eb-b330d46d7f51 resource provider aggregate not found 2026-02-26 03:10:10.889 8 INFO neutron.services.segments.plugin [-] Segment 4a558e4b-513e-4b95-a6eb-b330d46d7f51 resource provider aggregate not found 2026-02-26 03:10:10.898 8 INFO neutron.services.segments.plugin [-] Segment 4a558e4b-513e-4b95-a6eb-b330d46d7f51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a558e4b-513e-4b95-a6eb-b330d46d7f51 found for delete ", "request_id": "req-9dfe69a7-7983-44a5-9fbd-5ef36544c471"}]} 2026-02-26 03:10:10.912 8 INFO neutron.services.segments.plugin [-] Segment 4a558e4b-513e-4b95-a6eb-b330d46d7f51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a558e4b-513e-4b95-a6eb-b330d46d7f51 found for delete ", "request_id": "req-a7199281-b9aa-40eb-99c1-3e888d0d3998"}]} [pid: 7|app: 0|req: 1475/2818] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:10:10 2026] GET /v2.0/security-groups?tenant_id=2144e25a297c4ddc9d42059cb70f43a1&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:10:10.985 7 INFO neutron.services.segments.plugin [-] Segment a6f80784-b7d3-4fc9-b78e-700373af0b71 resource provider aggregate not found 2026-02-26 03:10:10.990 7 INFO neutron.services.segments.plugin [-] Segment a6f80784-b7d3-4fc9-b78e-700373af0b71 resource provider aggregate not found 2026-02-26 03:10:11.006 7 INFO neutron.services.segments.plugin [-] Segment a6f80784-b7d3-4fc9-b78e-700373af0b71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6f80784-b7d3-4fc9-b78e-700373af0b71 found for delete ", "request_id": "req-3dc65a73-7830-44db-8efa-002c6d7e1cc6"}]} 2026-02-26 03:10:11.007 7 INFO neutron.services.segments.plugin [-] Segment a6f80784-b7d3-4fc9-b78e-700373af0b71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6f80784-b7d3-4fc9-b78e-700373af0b71 found for delete ", "request_id": "req-332b3439-9c30-4092-87cf-aed0ea37e49e"}]} [pid: 8|app: 0|req: 1344/2819] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:10:10 2026] DELETE /v2.0/security-groups/5b83ae09-dbbd-44a2-89ce-4c956374f81f => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2820] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:10:11 2026] GET /v2.0/security-groups?tenant_id=da902dd16d0b49fcad4488fe2c94ce77&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2821] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:10:11 2026] DELETE /v2.0/security-groups/54866b3d-cbcd-453e-a44d-c02d3cd7456d => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:10:12.077 7 INFO neutron.db.segments_db [None req-41cb63e3-e65c-4958-9f8f-0bd95bda4030 bd3eb4b2c3c2438d8ab03a52716fce63 cb0429b2bfdd44b8b7a68cd25e5119b0 - - default default] Added segment ab0bed46-a155-490a-b074-8050c91e3436 of type vxlan for network 3d0fc496-a18d-4670-b62f-4542dea8cdd5 [pid: 7|app: 0|req: 1477/2822] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:10:11 2026] POST /v2.0/networks => generated 632 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2823] 10.0.0.78 () {34 vars in 663 bytes} [Thu Feb 26 03:10:12 2026] POST /v2.0/ports => generated 743 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2824] 10.0.0.78 () {34 vars in 746 bytes} [Thu Feb 26 03:10:12 2026] PUT /v2.0/ports/8d62b031-8eb5-43f5-b752-e2f20e05fbaa/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1347/2825] 10.0.0.78 () {32 vars in 726 bytes} [Thu Feb 26 03:10:12 2026] GET /v2.0/ports/8d62b031-8eb5-43f5-b752-e2f20e05fbaa/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1479/2826] 10.0.0.78 () {34 vars in 757 bytes} [Thu Feb 26 03:10:12 2026] PUT /v2.0/ports/8d62b031-8eb5-43f5-b752-e2f20e05fbaa/tags/green => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1348/2827] 10.0.0.78 () {32 vars in 726 bytes} [Thu Feb 26 03:10:12 2026] GET /v2.0/ports/8d62b031-8eb5-43f5-b752-e2f20e05fbaa/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1480/2828] 10.0.0.78 () {34 vars in 753 bytes} [Thu Feb 26 03:10:12 2026] PUT /v2.0/ports/8d62b031-8eb5-43f5-b752-e2f20e05fbaa/tags/red => 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: 8|app: 0|req: 1349/2829] 10.0.0.78 () {32 vars in 726 bytes} [Thu Feb 26 03:10:12 2026] GET /v2.0/ports/8d62b031-8eb5-43f5-b752-e2f20e05fbaa/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1481/2830] 10.0.0.78 () {34 vars in 775 bytes} [Thu Feb 26 03:10:13 2026] PUT /v2.0/ports/8d62b031-8eb5-43f5-b752-e2f20e05fbaa/tags/black.or.white => generated 4 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1350/2831] 10.0.0.78 () {32 vars in 726 bytes} [Thu Feb 26 03:10:13 2026] GET /v2.0/ports/8d62b031-8eb5-43f5-b752-e2f20e05fbaa/tags => generated 52 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1482/2832] 10.0.0.78 () {34 vars in 746 bytes} [Thu Feb 26 03:10:13 2026] PUT /v2.0/ports/8d62b031-8eb5-43f5-b752-e2f20e05fbaa/tags => generated 37 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1351/2833] 10.0.0.78 () {32 vars in 726 bytes} [Thu Feb 26 03:10:13 2026] GET /v2.0/ports/8d62b031-8eb5-43f5-b752-e2f20e05fbaa/tags => generated 37 bytes in 66 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: 1483/2834] 10.0.0.78 () {32 vars in 734 bytes} [Thu Feb 26 03:10:13 2026] GET /v2.0/ports/8d62b031-8eb5-43f5-b752-e2f20e05fbaa/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-02-26 03:10:13.464 8 INFO neutron.api.v2.resource [None req-92f3cadd-009d-4822-b02e-b178a9e2c500 bd3eb4b2c3c2438d8ab03a52716fce63 cb0429b2bfdd44b8b7a68cd25e5119b0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1352/2835] 10.0.0.78 () {32 vars in 738 bytes} [Thu Feb 26 03:10:13 2026] GET /v2.0/ports/8d62b031-8eb5-43f5-b752-e2f20e05fbaa/tags/green => generated 99 bytes in 57 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1353/2836] 199.204.45.69 () {30 vars in 702 bytes} [Thu Feb 26 03:10:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2837] 199.204.45.69 () {30 vars in 704 bytes} [Thu Feb 26 03:10:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2838] 199.204.45.69 () {30 vars in 680 bytes} [Thu Feb 26 03:10:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2839] 199.204.45.69 () {30 vars in 716 bytes} [Thu Feb 26 03:10:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2840] 10.0.0.78 () {32 vars in 737 bytes} [Thu Feb 26 03:10:13 2026] DELETE /v2.0/ports/8d62b031-8eb5-43f5-b752-e2f20e05fbaa/tags/red => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1357/2841] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 03:10:13 2026] GET /v2.0/subnets/732d400e-6474-42c6-8139-901c83d4a53e => 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: 1485/2842] 10.0.0.78 () {32 vars in 726 bytes} [Thu Feb 26 03:10:13 2026] GET /v2.0/ports/8d62b031-8eb5-43f5-b752-e2f20e05fbaa/tags => generated 30 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2843] 199.204.45.69 () {30 vars in 768 bytes} [Thu Feb 26 03:10:13 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 03:10:13.660 7 INFO neutron.api.v2.resource [None req-58b12657-232a-4fdc-b43c-185a9d042e5b bd3eb4b2c3c2438d8ab03a52716fce63 cb0429b2bfdd44b8b7a68cd25e5119b0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1486/2844] 10.0.0.78 () {32 vars in 741 bytes} [Thu Feb 26 03:10:13 2026] DELETE /v2.0/ports/8d62b031-8eb5-43f5-b752-e2f20e05fbaa/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1487/2845] 10.0.0.78 () {32 vars in 729 bytes} [Thu Feb 26 03:10:13 2026] DELETE /v2.0/ports/8d62b031-8eb5-43f5-b752-e2f20e05fbaa/tags => generated 0 bytes in 56 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: 1488/2846] 10.0.0.78 () {32 vars in 726 bytes} [Thu Feb 26 03:10:13 2026] GET /v2.0/ports/8d62b031-8eb5-43f5-b752-e2f20e05fbaa/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 03:10:13.887 7 INFO neutron_taas.services.taas.taas_plugin [None req-0aa2a4be-3406-4070-8cbd-ac0a8274e32f bd3eb4b2c3c2438d8ab03a52716fce63 cb0429b2bfdd44b8b7a68cd25e5119b0 - - default default] TaaS: Handle Delete Port: 8d62b031-8eb5-43f5-b752-e2f20e05fbaa 2026-02-26 03:10:13.890 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0aa2a4be-3406-4070-8cbd-ac0a8274e32f bd3eb4b2c3c2438d8ab03a52716fce63 cb0429b2bfdd44b8b7a68cd25e5119b0 - - default default] Tap Mirror: Handle Delete Port: 8d62b031-8eb5-43f5-b752-e2f20e05fbaa [pid: 8|app: 0|req: 1359/2847] 199.204.45.69 () {34 vars in 716 bytes} [Thu Feb 26 03:10:13 2026] POST /v2.0/ports => generated 1059 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2848] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:10:13 2026] DELETE /v2.0/ports/8d62b031-8eb5-43f5-b752-e2f20e05fbaa => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:10:14.115 7 INFO neutron.services.segments.plugin [-] Segment ab0bed46-a155-490a-b074-8050c91e3436 resource provider aggregate not found 2026-02-26 03:10:14.115 7 INFO neutron.services.segments.plugin [-] Segment ab0bed46-a155-490a-b074-8050c91e3436 resource provider aggregate not found [pid: 7|app: 0|req: 1490/2849] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:10:13 2026] DELETE /v2.0/networks/3d0fc496-a18d-4670-b62f-4542dea8cdd5 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:10:14.143 7 INFO neutron.services.segments.plugin [-] Segment ab0bed46-a155-490a-b074-8050c91e3436 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab0bed46-a155-490a-b074-8050c91e3436 found for delete ", "request_id": "req-f84c24cd-bbfa-48f2-bd25-390accf367c4"}]} 2026-02-26 03:10:14.145 7 INFO neutron.services.segments.plugin [-] Segment ab0bed46-a155-490a-b074-8050c91e3436 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab0bed46-a155-490a-b074-8050c91e3436 found for delete ", "request_id": "req-8a2972cb-97b5-4361-8d93-e3caad133d13"}]} [pid: 8|app: 0|req: 1360/2850] 10.0.0.120 () {34 vars in 971 bytes} [Thu Feb 26 03:10:13 2026] GET /v2.0/ports/dd8db3b9-2ea5-470f-bf9d-4162f40d7334 => generated 1059 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2851] 10.0.0.120 () {34 vars in 907 bytes} [Thu Feb 26 03:10:14 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2852] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:10:14 2026] GET /v2.0/security-groups?tenant_id=cb0429b2bfdd44b8b7a68cd25e5119b0&name=default => generated 2929 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2853] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:10:15 2026] DELETE /v2.0/security-groups/099d3dce-ff84-4dfe-abaf-255448c6bbcc => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2854] 199.204.45.69 () {34 vars in 1261 bytes} [Thu Feb 26 03:10:15 2026] GET /v2.0/ports/dd8db3b9-2ea5-470f-bf9d-4162f40d7334?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: 8|app: 0|req: 1363/2855] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:10:15 2026] GET /v2.0/networks/e7681c3d-cd01-4d1e-a929-70cf78d0686a?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2856] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:10:15 2026] GET /v2.0/networks/e7681c3d-cd01-4d1e-a929-70cf78d0686a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2857] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:10:15 2026] GET /v2.0/security-groups?tenant_id=0cb2a52ca7e143c0b769efdc421b521e&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2858] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:10:15 2026] DELETE /v2.0/security-groups/478a4552-7733-44ea-a91a-1fb735b84f76 => 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: 1366/2859] 199.204.45.69 () {34 vars in 974 bytes} [Thu Feb 26 03:10:15 2026] GET /v2.0/ports/dd8db3b9-2ea5-470f-bf9d-4162f40d7334 => generated 1059 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2860] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:10:16 2026] GET /v2.0/networks?id=e7681c3d-cd01-4d1e-a929-70cf78d0686a => generated 802 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:10:16.116 7 INFO neutron.db.segments_db [None req-e5def8d2-c73e-4f32-8f5c-9b65960dc963 1ee19cdef2f9499dbf20a79d9dd56b60 89e9aa8596ff4076ab8efed1d3fcb532 - - default default] Added segment c645f0c4-5807-400d-acc4-09681b2f2085 of type vxlan for network b5f8d511-44b0-4405-b2ec-6bbabcb6ddb2 [pid: 7|app: 0|req: 1494/2861] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:10:15 2026] POST /v2.0/networks => generated 631 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2862] 199.204.45.69 () {38 vars in 1027 bytes} [Thu Feb 26 03:10:16 2026] PUT /v2.0/ports/dd8db3b9-2ea5-470f-bf9d-4162f40d7334 => generated 1249 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2863] 10.0.0.78 () {34 vars in 663 bytes} [Thu Feb 26 03:10:16 2026] POST /v2.0/ports => generated 743 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:10:16.551 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cebf0a0b-724a-4730-9da3-ee50d1d37421'] response: {'name': 'network-changed', 'server_uuid': '9d32d96d-f65e-4bc6-90c9-4dcabbb467e7', 'tag': 'dd8db3b9-2ea5-470f-bf9d-4162f40d7334', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1369/2864] 10.0.0.78 () {34 vars in 665 bytes} [Thu Feb 26 03:10:16 2026] POST /v2.0/trunks => generated 407 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 03:10:16.824 7 INFO neutron.db.segments_db [None req-0efe6864-8844-4049-ae96-8e3e02b15c0d 1ee19cdef2f9499dbf20a79d9dd56b60 89e9aa8596ff4076ab8efed1d3fcb532 - - default default] Added segment a60d38e6-6633-46a8-8fcb-c72d6a2324e6 of type vxlan for network 47790279-e120-4a4a-bfc3-c2ff217dceed [pid: 7|app: 0|req: 1496/2865] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:10:16 2026] POST /v2.0/networks => generated 631 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2866] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:10:17 2026] GET /v2.0/ports?tenant_id=e7fd63ac1a7440edb1962e51dc230141&device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 2485 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2867] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:10:17 2026] GET /v2.0/networks?id=e7681c3d-cd01-4d1e-a929-70cf78d0686a => generated 802 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2868] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:10:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.231&port_id=dd8db3b9-2ea5-470f-bf9d-4162f40d7334 => 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: 1370/2869] 10.0.0.78 () {34 vars in 663 bytes} [Thu Feb 26 03:10:16 2026] POST /v2.0/ports => generated 743 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2870] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:10:17 2026] GET /v2.0/subnets?id=732d400e-6474-42c6-8139-901c83d4a53e => generated 679 bytes in 38 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: 1501/2871] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:10:17 2026] GET /v2.0/ports?network_id=e7681c3d-cd01-4d1e-a929-70cf78d0686a&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2872] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:10:17 2026] GET /v2.0/networks/e7681c3d-cd01-4d1e-a929-70cf78d0686a?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: 1503/2873] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:10:17 2026] GET /v2.0/networks/e7681c3d-cd01-4d1e-a929-70cf78d0686a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2874] 10.0.0.78 () {34 vars in 665 bytes} [Thu Feb 26 03:10:17 2026] POST /v2.0/trunks => generated 407 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:10:17.531 7 INFO neutron.db.segments_db [None req-20750ebe-a798-4d39-ac0a-0a1fbe6bf181 1ee19cdef2f9499dbf20a79d9dd56b60 89e9aa8596ff4076ab8efed1d3fcb532 - - default default] Added segment 86aa87e5-2fd4-4cb6-a41a-dd9dd3e9c946 of type vxlan for network 9b37e340-5e90-4c97-9d41-79f9a0d5a384 [pid: 7|app: 0|req: 1504/2875] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:10:17 2026] POST /v2.0/networks => generated 632 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2876] 10.0.0.78 () {34 vars in 663 bytes} [Thu Feb 26 03:10:17 2026] POST /v2.0/ports => generated 743 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2877] 10.0.0.78 () {34 vars in 665 bytes} [Thu Feb 26 03:10:18 2026] POST /v2.0/trunks => generated 407 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 03:10:18.406 8 INFO neutron.db.segments_db [None req-902227b4-f052-42c9-abe8-d75785f398a6 1ee19cdef2f9499dbf20a79d9dd56b60 89e9aa8596ff4076ab8efed1d3fcb532 - - default default] Added segment c0a8a9e3-16cf-4821-8bac-b416bb875d50 of type vxlan for network b402ab7a-cce6-4b0f-901c-d65b2f4da170 [pid: 7|app: 0|req: 1506/2878] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:10:18 2026] GET /v2.0/ports?tenant_id=e7fd63ac1a7440edb1962e51dc230141&device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 2485 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2879] 199.204.45.69 () {34 vars in 1059 bytes} [Thu Feb 26 03:10:18 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.11&port_id=be1f1088-58d3-4894-9213-091086dbb3f3 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2880] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:10:18 2026] POST /v2.0/networks => generated 631 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2881] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:10:18 2026] GET /v2.0/subnets?id=8f832c78-315c-42f4-a48c-106e9b660b75 => generated 654 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2882] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:10:18 2026] GET /v2.0/ports?network_id=673e430e-ca99-4307-9304-f4c9ec92ccfb&device_owner=network%3Adhcp => generated 1244 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2883] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:10:18 2026] GET /v2.0/networks/673e430e-ca99-4307-9304-f4c9ec92ccfb?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: 1511/2884] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:10:18 2026] GET /v2.0/networks/673e430e-ca99-4307-9304-f4c9ec92ccfb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2885] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:10:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.231&port_id=dd8db3b9-2ea5-470f-bf9d-4162f40d7334 => 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: 1513/2886] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:10:18 2026] GET /v2.0/subnets?id=732d400e-6474-42c6-8139-901c83d4a53e => generated 679 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2887] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:10:18 2026] GET /v2.0/ports?network_id=e7681c3d-cd01-4d1e-a929-70cf78d0686a&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2888] 10.0.0.78 () {34 vars in 663 bytes} [Thu Feb 26 03:10:18 2026] POST /v2.0/ports => generated 743 bytes in 389 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: 1515/2889] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:10:18 2026] GET /v2.0/networks/e7681c3d-cd01-4d1e-a929-70cf78d0686a?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: 1516/2890] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:10:18 2026] GET /v2.0/networks/e7681c3d-cd01-4d1e-a929-70cf78d0686a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2891] 10.0.0.78 () {34 vars in 665 bytes} [Thu Feb 26 03:10:18 2026] POST /v2.0/trunks => generated 407 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:10:19.150 8 INFO neutron.db.segments_db [None req-b8b82216-4831-4f77-96cb-7cfa49953553 1ee19cdef2f9499dbf20a79d9dd56b60 89e9aa8596ff4076ab8efed1d3fcb532 - - default default] Added segment 291b5e10-e91b-41da-b19d-225fd7da6fc0 of type vxlan for network e22a2914-0596-44a5-8b52-6d3304217de1 [pid: 8|app: 0|req: 1376/2892] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:10:19 2026] POST /v2.0/networks => generated 632 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:10:19.355 7 INFO neutron.db.segments_db [None req-d3d955bd-f225-469a-a182-2d40e5cfed2f a1a2859abed04effa19f6fb50729eaf3 c782442884984d44b58d49fbf345f004 - - default default] Added segment 82ecd25f-8a28-4017-aed6-ff289e840670 of type vxlan for network 734ceaee-5251-4450-a358-2a9c7892ca69 [pid: 7|app: 0|req: 1517/2893] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:10:19 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) 2026-02-26 03:10:19.506 7 INFO neutron.db.segments_db [None req-fe51d6d9-3e40-49b4-8c61-135bb57203aa a1a2859abed04effa19f6fb50729eaf3 c782442884984d44b58d49fbf345f004 - - default default] Added segment 7b9cf0fb-ff1d-4616-8819-c3ff96be991c of type vxlan for network 29cb8552-eca3-4305-8654-af18062b1f8a [pid: 8|app: 0|req: 1377/2894] 10.0.0.78 () {34 vars in 663 bytes} [Thu Feb 26 03:10:19 2026] POST /v2.0/ports => generated 743 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2895] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:10:19 2026] POST /v2.0/networks => generated 632 bytes in 182 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: 1519/2896] 10.0.0.78 () {34 vars in 752 bytes} [Thu Feb 26 03:10:19 2026] PUT /v2.0/networks/734ceaee-5251-4450-a358-2a9c7892ca69/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2897] 10.0.0.78 () {32 vars in 732 bytes} [Thu Feb 26 03:10:19 2026] GET /v2.0/networks/734ceaee-5251-4450-a358-2a9c7892ca69/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2898] 10.0.0.78 () {34 vars in 752 bytes} [Thu Feb 26 03:10:19 2026] PUT /v2.0/networks/29cb8552-eca3-4305-8654-af18062b1f8a/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2899] 10.0.0.78 () {34 vars in 665 bytes} [Thu Feb 26 03:10:19 2026] POST /v2.0/trunks => generated 407 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2900] 10.0.0.78 () {32 vars in 732 bytes} [Thu Feb 26 03:10:19 2026] GET /v2.0/networks/29cb8552-eca3-4305-8654-af18062b1f8a/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2901] 10.0.0.78 () {34 vars in 748 bytes} [Thu Feb 26 03:10:19 2026] PUT /v2.0/trunks/386b87b0-0ac2-42ff-a317-ecf246ea3c19/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2902] 10.0.0.78 () {34 vars in 748 bytes} [Thu Feb 26 03:10:19 2026] PUT /v2.0/trunks/e64f535e-4c6b-4b59-abf4-f6bae13a511f/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2903] 10.0.0.78 () {34 vars in 752 bytes} [Thu Feb 26 03:10:19 2026] PUT /v2.0/networks/29cb8552-eca3-4305-8654-af18062b1f8a/tags => 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: 1524/2904] 10.0.0.78 () {32 vars in 732 bytes} [Thu Feb 26 03:10:19 2026] GET /v2.0/networks/29cb8552-eca3-4305-8654-af18062b1f8a/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2905] 10.0.0.78 () {34 vars in 748 bytes} [Thu Feb 26 03:10:19 2026] PUT /v2.0/trunks/8c9e6a78-5d28-4a1a-bfaa-01cdba1bb925/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2906] 10.0.0.78 () {32 vars in 732 bytes} [Thu Feb 26 03:10:19 2026] GET /v2.0/networks/734ceaee-5251-4450-a358-2a9c7892ca69/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2907] 10.0.0.78 () {34 vars in 748 bytes} [Thu Feb 26 03:10:19 2026] PUT /v2.0/trunks/d06f27e6-aea5-4022-a348-0bd77c29fd2d/tags => 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: 1526/2908] 10.0.0.78 () {32 vars in 661 bytes} [Thu Feb 26 03:10:20 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2909] 10.0.0.78 () {32 vars in 675 bytes} [Thu Feb 26 03:10:20 2026] GET /v2.0/trunks?tags=red%2Cblue => 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: 1528/2910] 10.0.0.78 () {32 vars in 671 bytes} [Thu Feb 26 03:10:20 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2911] 10.0.0.78 () {32 vars in 683 bytes} [Thu Feb 26 03:10:20 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2912] 10.0.0.78 () {32 vars in 669 bytes} [Thu Feb 26 03:10:20 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2913] 10.0.0.78 () {32 vars in 683 bytes} [Thu Feb 26 03:10:20 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2914] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:10:20 2026] DELETE /v2.0/networks/734ceaee-5251-4450-a358-2a9c7892ca69 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2915] 10.0.0.78 () {32 vars in 679 bytes} [Thu Feb 26 03:10:20 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: 1533/2916] 10.0.0.78 () {32 vars in 691 bytes} [Thu Feb 26 03:10:20 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: 1534/2917] 10.0.0.78 () {32 vars in 718 bytes} [Thu Feb 26 03:10:20 2026] GET /v2.0/trunks/386b87b0-0ac2-42ff-a317-ecf246ea3c19 => generated 412 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:10:20.326 8 INFO neutron.services.segments.plugin [-] Segment 82ecd25f-8a28-4017-aed6-ff289e840670 resource provider aggregate not found [pid: 7|app: 0|req: 1535/2918] 10.0.0.78 () {32 vars in 716 bytes} [Thu Feb 26 03:10:20 2026] GET /v2.0/ports/d22148e3-d825-4636-8530-1968e314186d => generated 826 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:10:20.364 8 INFO neutron.services.segments.plugin [-] Segment 82ecd25f-8a28-4017-aed6-ff289e840670 resource provider aggregate not found 2026-02-26 03:10:20.365 8 INFO neutron.services.segments.plugin [-] Segment 82ecd25f-8a28-4017-aed6-ff289e840670 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82ecd25f-8a28-4017-aed6-ff289e840670 found for delete ", "request_id": "req-0cf1cdf1-3b7e-476d-8b39-2eabf69ded34"}]} [pid: 8|app: 0|req: 1384/2919] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:10:20 2026] DELETE /v2.0/networks/29cb8552-eca3-4305-8654-af18062b1f8a => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:10:20.392 8 INFO neutron.services.segments.plugin [-] Segment 82ecd25f-8a28-4017-aed6-ff289e840670 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82ecd25f-8a28-4017-aed6-ff289e840670 found for delete ", "request_id": "req-ec847ff6-44a7-44c1-ba5a-c0ee5a53b76d"}]} [pid: 7|app: 0|req: 1536/2920] 10.0.0.78 () {32 vars in 721 bytes} [Thu Feb 26 03:10:20 2026] DELETE /v2.0/trunks/386b87b0-0ac2-42ff-a317-ecf246ea3c19 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2921] 10.0.0.78 () {32 vars in 718 bytes} [Thu Feb 26 03:10:20 2026] GET /v2.0/trunks/e64f535e-4c6b-4b59-abf4-f6bae13a511f => generated 420 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/2922] 10.0.0.78 () {32 vars in 716 bytes} [Thu Feb 26 03:10:20 2026] GET /v2.0/ports/e23ed47c-c659-434c-a307-33a26d64753f => generated 826 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2923] 10.0.0.78 () {32 vars in 721 bytes} [Thu Feb 26 03:10:20 2026] DELETE /v2.0/trunks/e64f535e-4c6b-4b59-abf4-f6bae13a511f => 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: 1538/2924] 10.0.0.78 () {32 vars in 718 bytes} [Thu Feb 26 03:10:20 2026] GET /v2.0/trunks/8c9e6a78-5d28-4a1a-bfaa-01cdba1bb925 => generated 429 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2925] 10.0.0.78 () {32 vars in 716 bytes} [Thu Feb 26 03:10:20 2026] GET /v2.0/ports/2a43e025-6a4e-41b7-a108-8b04e4ef49db => generated 826 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/2926] 10.0.0.78 () {32 vars in 721 bytes} [Thu Feb 26 03:10:20 2026] DELETE /v2.0/trunks/8c9e6a78-5d28-4a1a-bfaa-01cdba1bb925 => 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: 1388/2927] 10.0.0.78 () {32 vars in 718 bytes} [Thu Feb 26 03:10:20 2026] GET /v2.0/trunks/d06f27e6-aea5-4022-a348-0bd77c29fd2d => generated 414 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/2928] 10.0.0.78 () {32 vars in 716 bytes} [Thu Feb 26 03:10:20 2026] GET /v2.0/ports/f5b39d2a-58a2-4dc5-a690-44d354653af6 => generated 826 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2929] 10.0.0.78 () {32 vars in 721 bytes} [Thu Feb 26 03:10:21 2026] DELETE /v2.0/trunks/d06f27e6-aea5-4022-a348-0bd77c29fd2d => 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: 1541/2930] 10.0.0.78 () {32 vars in 718 bytes} [Thu Feb 26 03:10:21 2026] GET /v2.0/trunks/d64158de-2808-4556-93ed-9f16ea5d3b34 => generated 407 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2931] 10.0.0.78 () {32 vars in 716 bytes} [Thu Feb 26 03:10:21 2026] GET /v2.0/ports/e24e9da8-8810-4212-938a-eb37cc3c6440 => generated 826 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/2932] 10.0.0.78 () {32 vars in 721 bytes} [Thu Feb 26 03:10:21 2026] DELETE /v2.0/trunks/d64158de-2808-4556-93ed-9f16ea5d3b34 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2933] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:10:21 2026] GET /v2.0/security-groups?tenant_id=db11774f93964106a129f1251334293b&name=default => generated 2929 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:10:21.433 7 INFO neutron_taas.services.taas.taas_plugin [None req-dbe9156d-d754-4cd0-aaa3-651ebb7b7130 1ee19cdef2f9499dbf20a79d9dd56b60 89e9aa8596ff4076ab8efed1d3fcb532 - - default default] TaaS: Handle Delete Port: d22148e3-d825-4636-8530-1968e314186d 2026-02-26 03:10:21.438 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbe9156d-d754-4cd0-aaa3-651ebb7b7130 1ee19cdef2f9499dbf20a79d9dd56b60 89e9aa8596ff4076ab8efed1d3fcb532 - - default default] Tap Mirror: Handle Delete Port: d22148e3-d825-4636-8530-1968e314186d [pid: 8|app: 0|req: 1391/2934] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:10:21 2026] DELETE /v2.0/security-groups/0ace8440-7c12-4ec2-be29-37fd9428d695 => 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: 1544/2935] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:10:21 2026] DELETE /v2.0/ports/d22148e3-d825-4636-8530-1968e314186d => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:10:21.645 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b27a4d7-396d-43c2-a42a-92b7a310c785 1ee19cdef2f9499dbf20a79d9dd56b60 89e9aa8596ff4076ab8efed1d3fcb532 - - default default] TaaS: Handle Delete Port: e23ed47c-c659-434c-a307-33a26d64753f 2026-02-26 03:10:21.649 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b27a4d7-396d-43c2-a42a-92b7a310c785 1ee19cdef2f9499dbf20a79d9dd56b60 89e9aa8596ff4076ab8efed1d3fcb532 - - default default] Tap Mirror: Handle Delete Port: e23ed47c-c659-434c-a307-33a26d64753f [pid: 7|app: 0|req: 1547/2938] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:10:21 2026] GET /v2.0/security-groups?tenant_id=c782442884984d44b58d49fbf345f004&name=default => generated 2929 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2939] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:10:21 2026] DELETE /v2.0/ports/e23ed47c-c659-434c-a307-33a26d64753f => 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: 1548/2940] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:10:21 2026] DELETE /v2.0/security-groups/d064b0c2-2b01-434d-8cac-dc749acfa038 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:10:21.839 8 INFO neutron_taas.services.taas.taas_plugin [None req-1eed3e98-a2dc-492d-84af-b3a8ef540c9a 1ee19cdef2f9499dbf20a79d9dd56b60 89e9aa8596ff4076ab8efed1d3fcb532 - - default default] TaaS: Handle Delete Port: 2a43e025-6a4e-41b7-a108-8b04e4ef49db 2026-02-26 03:10:21.842 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1eed3e98-a2dc-492d-84af-b3a8ef540c9a 1ee19cdef2f9499dbf20a79d9dd56b60 89e9aa8596ff4076ab8efed1d3fcb532 - - default default] Tap Mirror: Handle Delete Port: 2a43e025-6a4e-41b7-a108-8b04e4ef49db [pid: 8|app: 0|req: 1393/2941] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:10:21 2026] DELETE /v2.0/ports/2a43e025-6a4e-41b7-a108-8b04e4ef49db => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:10:22.073 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ea94550-35e3-4dab-86b0-0ad8ffa0817f 1ee19cdef2f9499dbf20a79d9dd56b60 89e9aa8596ff4076ab8efed1d3fcb532 - - default default] TaaS: Handle Delete Port: f5b39d2a-58a2-4dc5-a690-44d354653af6 2026-02-26 03:10:22.076 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ea94550-35e3-4dab-86b0-0ad8ffa0817f 1ee19cdef2f9499dbf20a79d9dd56b60 89e9aa8596ff4076ab8efed1d3fcb532 - - default default] Tap Mirror: Handle Delete Port: f5b39d2a-58a2-4dc5-a690-44d354653af6 [pid: 7|app: 0|req: 1549/2942] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:10:21 2026] DELETE /v2.0/ports/f5b39d2a-58a2-4dc5-a690-44d354653af6 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:10:22.287 8 INFO neutron_taas.services.taas.taas_plugin [None req-7dc3ebe1-7aeb-4525-be6d-4cc653dd3ea0 1ee19cdef2f9499dbf20a79d9dd56b60 89e9aa8596ff4076ab8efed1d3fcb532 - - default default] TaaS: Handle Delete Port: e24e9da8-8810-4212-938a-eb37cc3c6440 2026-02-26 03:10:22.290 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7dc3ebe1-7aeb-4525-be6d-4cc653dd3ea0 1ee19cdef2f9499dbf20a79d9dd56b60 89e9aa8596ff4076ab8efed1d3fcb532 - - default default] Tap Mirror: Handle Delete Port: e24e9da8-8810-4212-938a-eb37cc3c6440 2026-02-26 03:10:22.411 8 INFO neutron.services.segments.plugin [-] Segment 7b9cf0fb-ff1d-4616-8819-c3ff96be991c resource provider aggregate not found [pid: 8|app: 0|req: 1394/2943] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:10:22 2026] DELETE /v2.0/ports/e24e9da8-8810-4212-938a-eb37cc3c6440 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:10:22.430 8 INFO neutron.services.segments.plugin [-] Segment 7b9cf0fb-ff1d-4616-8819-c3ff96be991c resource provider aggregate not found 2026-02-26 03:10:22.431 8 INFO neutron.services.segments.plugin [-] Segment 7b9cf0fb-ff1d-4616-8819-c3ff96be991c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b9cf0fb-ff1d-4616-8819-c3ff96be991c found for delete ", "request_id": "req-b3dc75d2-1dba-4ae4-b58c-90bfa304346d"}]} 2026-02-26 03:10:22.452 8 INFO neutron.services.segments.plugin [-] Segment 7b9cf0fb-ff1d-4616-8819-c3ff96be991c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b9cf0fb-ff1d-4616-8819-c3ff96be991c found for delete ", "request_id": "req-5ce38944-7c0a-4069-ac89-b71a5ade77dc"}]} [pid: 7|app: 0|req: 1550/2944] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:10:22 2026] DELETE /v2.0/networks/b5f8d511-44b0-4405-b2ec-6bbabcb6ddb2 => 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: 1395/2945] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:10:22 2026] DELETE /v2.0/networks/47790279-e120-4a4a-bfc3-c2ff217dceed => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:10:22.741 7 INFO neutron.services.segments.plugin [-] Segment c645f0c4-5807-400d-acc4-09681b2f2085 resource provider aggregate not found 2026-02-26 03:10:22.742 7 INFO neutron.services.segments.plugin [-] Segment c645f0c4-5807-400d-acc4-09681b2f2085 resource provider aggregate not found 2026-02-26 03:10:22.763 7 INFO neutron.services.segments.plugin [-] Segment c645f0c4-5807-400d-acc4-09681b2f2085 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c645f0c4-5807-400d-acc4-09681b2f2085 found for delete ", "request_id": "req-745d3de1-2d30-4714-9fbb-ae571b244fc7"}]} 2026-02-26 03:10:22.765 7 INFO neutron.services.segments.plugin [-] Segment c645f0c4-5807-400d-acc4-09681b2f2085 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c645f0c4-5807-400d-acc4-09681b2f2085 found for delete ", "request_id": "req-329a12f4-6589-40e9-a43e-b1d9a153eb67"}]} [pid: 7|app: 0|req: 1551/2946] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:10:22 2026] DELETE /v2.0/networks/9b37e340-5e90-4c97-9d41-79f9a0d5a384 => 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: 1396/2947] 10.0.0.120 () {34 vars in 971 bytes} [Thu Feb 26 03:10:22 2026] GET /v2.0/ports/dd8db3b9-2ea5-470f-bf9d-4162f40d7334 => generated 1251 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/2948] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:10:22 2026] DELETE /v2.0/networks/b402ab7a-cce6-4b0f-901c-d65b2f4da170 => 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: 1553/2949] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:10:22 2026] DELETE /v2.0/networks/e22a2914-0596-44a5-8b52-6d3304217de1 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2950] 199.204.45.69 () {34 vars in 788 bytes} [Thu Feb 26 03:10:22 2026] PUT /v2.0/ports/dd8db3b9-2ea5-470f-bf9d-4162f40d7334 => generated 1276 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:10:23.165 7 INFO neutron.api.v2.resource [None req-5a007ffa-8182-476e-8503-076e067d6db1 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1554/2951] 199.204.45.69 () {30 vars in 762 bytes} [Thu Feb 26 03:10:23 2026] GET /v2.0/security-groups/lb-0bc34f4b-608b-49e7-98ce-1ebb3fd3b4fc => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:10:23.182 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f25d0661-2468-4a73-b034-2dc1dacb8fda'] response: {'name': 'network-changed', 'server_uuid': '9d32d96d-f65e-4bc6-90c9-4dcabbb467e7', 'tag': 'dd8db3b9-2ea5-470f-bf9d-4162f40d7334', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1398/2952] 199.204.45.69 () {30 vars in 784 bytes} [Thu Feb 26 03:10:23 2026] GET /v2.0/security-groups?name=lb-0bc34f4b-608b-49e7-98ce-1ebb3fd3b4fc => generated 1637 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/2953] 199.204.45.69 () {34 vars in 788 bytes} [Thu Feb 26 03:10:23 2026] PUT /v2.0/ports/dd8db3b9-2ea5-470f-bf9d-4162f40d7334 => generated 1314 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:10:23.544 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7d6f183a-7112-4b86-a268-7dba1d1c019a'] response: {'name': 'network-changed', 'server_uuid': '9d32d96d-f65e-4bc6-90c9-4dcabbb467e7', 'tag': 'dd8db3b9-2ea5-470f-bf9d-4162f40d7334', '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: 1556/2954] 199.204.45.69 () {30 vars in 702 bytes} [Thu Feb 26 03:10:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/2955] 199.204.45.69 () {30 vars in 704 bytes} [Thu Feb 26 03:10:23 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: 1558/2956] 199.204.45.69 () {30 vars in 680 bytes} [Thu Feb 26 03:10:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/2957] 199.204.45.69 () {30 vars in 716 bytes} [Thu Feb 26 03:10:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/2958] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 03:10:23 2026] GET /v2.0/subnets/732d400e-6474-42c6-8139-901c83d4a53e => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/2959] 199.204.45.69 () {30 vars in 736 bytes} [Thu Feb 26 03:10:23 2026] GET /v2.0/ports/13cce02b-23dc-4b3b-aad0-caddbe493c26 => generated 1132 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2960] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:10:23 2026] GET /v2.0/ports?tenant_id=e7fd63ac1a7440edb1962e51dc230141&device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 2586 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/2961] 199.204.45.69 () {30 vars in 736 bytes} [Thu Feb 26 03:10:23 2026] GET /v2.0/ports/dd8db3b9-2ea5-470f-bf9d-4162f40d7334 => generated 1350 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/2962] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:10:23 2026] GET /v2.0/networks?id=e7681c3d-cd01-4d1e-a929-70cf78d0686a => generated 802 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/2963] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 03:10:23 2026] GET /v2.0/subnets/732d400e-6474-42c6-8139-901c83d4a53e => 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: 1565/2964] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:10:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.231&port_id=dd8db3b9-2ea5-470f-bf9d-4162f40d7334 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/2965] 199.204.45.69 () {30 vars in 742 bytes} [Thu Feb 26 03:10:24 2026] GET /v2.0/networks/e7681c3d-cd01-4d1e-a929-70cf78d0686a => generated 799 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/2966] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:10:24 2026] GET /v2.0/subnets?id=732d400e-6474-42c6-8139-901c83d4a53e => generated 679 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/2967] 199.204.45.69 () {30 vars in 736 bytes} [Thu Feb 26 03:10:24 2026] GET /v2.0/ports/13cce02b-23dc-4b3b-aad0-caddbe493c26 => generated 1132 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/2968] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:10:24 2026] GET /v2.0/ports?network_id=e7681c3d-cd01-4d1e-a929-70cf78d0686a&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2969] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:10:23 2026] GET /v2.0/security-groups?tenant_id=409951291520412880997f96a94fbb76&name=default => generated 2929 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/2970] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 03:10:24 2026] GET /v2.0/subnets/732d400e-6474-42c6-8139-901c83d4a53e => generated 676 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2971] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:10:24 2026] GET /v2.0/networks/e7681c3d-cd01-4d1e-a929-70cf78d0686a?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: 1402/2972] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:10:24 2026] GET /v2.0/networks/e7681c3d-cd01-4d1e-a929-70cf78d0686a?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: 1571/2973] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:10:24 2026] DELETE /v2.0/security-groups/74a917d1-8ab7-49a9-b4f0-38cecc006744 => 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: 1403/2974] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:10:24 2026] GET /v2.0/security-groups?tenant_id=89e9aa8596ff4076ab8efed1d3fcb532&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:10:24.463 8 INFO neutron.services.segments.plugin [-] Segment a60d38e6-6633-46a8-8fcb-c72d6a2324e6 resource provider aggregate not found 2026-02-26 03:10:24.478 8 INFO neutron.services.segments.plugin [-] Segment a60d38e6-6633-46a8-8fcb-c72d6a2324e6 resource provider aggregate not found 2026-02-26 03:10:24.498 8 INFO neutron.services.segments.plugin [-] Segment a60d38e6-6633-46a8-8fcb-c72d6a2324e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a60d38e6-6633-46a8-8fcb-c72d6a2324e6 found for delete ", "request_id": "req-21a41947-34e3-499e-8ae6-2bfde520621e"}]} 2026-02-26 03:10:24.501 8 INFO neutron.services.segments.plugin [-] Segment a60d38e6-6633-46a8-8fcb-c72d6a2324e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a60d38e6-6633-46a8-8fcb-c72d6a2324e6 found for delete ", "request_id": "req-01f637d1-598e-4076-9de0-5c90adf01b31"}]} [pid: 7|app: 0|req: 1572/2975] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:10:24 2026] DELETE /v2.0/security-groups/8fded4f2-51d4-414d-b58f-cf6255f8cc09 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:10:24.791 7 INFO neutron.services.segments.plugin [-] Segment 86aa87e5-2fd4-4cb6-a41a-dd9dd3e9c946 resource provider aggregate not found 2026-02-26 03:10:24.796 7 INFO neutron.services.segments.plugin [-] Segment 86aa87e5-2fd4-4cb6-a41a-dd9dd3e9c946 resource provider aggregate not found 2026-02-26 03:10:24.811 7 INFO neutron.services.segments.plugin [-] Segment 86aa87e5-2fd4-4cb6-a41a-dd9dd3e9c946 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86aa87e5-2fd4-4cb6-a41a-dd9dd3e9c946 found for delete ", "request_id": "req-1b53a43e-7d3f-4a20-98ce-1643f252f74f"}]} 2026-02-26 03:10:24.814 7 INFO neutron.services.segments.plugin [-] Segment 86aa87e5-2fd4-4cb6-a41a-dd9dd3e9c946 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86aa87e5-2fd4-4cb6-a41a-dd9dd3e9c946 found for delete ", "request_id": "req-ab9adcce-5e2c-4eed-9a5d-04b7b4810721"}]} 2026-02-26 03:10:24.830 7 INFO neutron.services.segments.plugin [-] Segment c0a8a9e3-16cf-4821-8bac-b416bb875d50 resource provider aggregate not found 2026-02-26 03:10:24.834 7 INFO neutron.services.segments.plugin [-] Segment c0a8a9e3-16cf-4821-8bac-b416bb875d50 resource provider aggregate not found 2026-02-26 03:10:24.847 7 INFO neutron.services.segments.plugin [-] Segment c0a8a9e3-16cf-4821-8bac-b416bb875d50 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0a8a9e3-16cf-4821-8bac-b416bb875d50 found for delete ", "request_id": "req-888246e8-b667-49bf-bc4f-654b7b2c0eab"}]} 2026-02-26 03:10:24.851 7 INFO neutron.services.segments.plugin [-] Segment c0a8a9e3-16cf-4821-8bac-b416bb875d50 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0a8a9e3-16cf-4821-8bac-b416bb875d50 found for delete ", "request_id": "req-61320dc8-05ca-4d9b-9874-9c1b4387414b"}]} 2026-02-26 03:10:24.867 7 INFO neutron.services.segments.plugin [-] Segment 291b5e10-e91b-41da-b19d-225fd7da6fc0 resource provider aggregate not found 2026-02-26 03:10:24.871 7 INFO neutron.services.segments.plugin [-] Segment 291b5e10-e91b-41da-b19d-225fd7da6fc0 resource provider aggregate not found 2026-02-26 03:10:24.885 7 INFO neutron.services.segments.plugin [-] Segment 291b5e10-e91b-41da-b19d-225fd7da6fc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 291b5e10-e91b-41da-b19d-225fd7da6fc0 found for delete ", "request_id": "req-57044268-aae6-417a-aa69-bdb86c1de47e"}]} 2026-02-26 03:10:24.886 7 INFO neutron.services.segments.plugin [-] Segment 291b5e10-e91b-41da-b19d-225fd7da6fc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 291b5e10-e91b-41da-b19d-225fd7da6fc0 found for delete ", "request_id": "req-e8f3a37a-211c-49d1-86bf-a380f36b2984"}]} [pid: 8|app: 0|req: 1404/2976] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:10:24 2026] GET /v2.0/security-groups?tenant_id=7b6727589d1c480f8ef4d002e8a0168b&name=default => generated 2929 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/2977] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:10:24 2026] DELETE /v2.0/security-groups/70e979d5-73d2-4c43-8dcb-f3be92e5b0fd => 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: 1405/2978] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:10:25 2026] GET /v2.0/ports?tenant_id=e7fd63ac1a7440edb1962e51dc230141&device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 2586 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/2979] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:10:25 2026] GET /v2.0/networks?id=e7681c3d-cd01-4d1e-a929-70cf78d0686a => generated 802 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2980] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:10:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.231&port_id=dd8db3b9-2ea5-470f-bf9d-4162f40d7334 => 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: 1575/2981] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:10:25 2026] GET /v2.0/subnets?id=732d400e-6474-42c6-8139-901c83d4a53e => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/2982] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:10:25 2026] GET /v2.0/ports?network_id=e7681c3d-cd01-4d1e-a929-70cf78d0686a&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/2983] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:10:25 2026] GET /v2.0/networks/e7681c3d-cd01-4d1e-a929-70cf78d0686a?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/2984] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:10:25 2026] GET /v2.0/networks/e7681c3d-cd01-4d1e-a929-70cf78d0686a?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: 1407/2985] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:10:25 2026] GET /v2.0/security-groups?tenant_id=9827f17962b34263b6923c7192817a82&name=default => generated 2929 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/2986] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:10:25 2026] DELETE /v2.0/security-groups/ea02dd97-7cee-499f-a73e-3238425988c7 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2987] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:10:26 2026] GET /v2.0/security-groups?tenant_id=095f1444e82343158bfe7dea6dcd9ccd&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/2988] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:10:26 2026] DELETE /v2.0/security-groups/9eea5f6e-daa6-4bcf-afe6-95e6cfffaa7f => 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: 1409/2989] 10.0.0.78 () {34 vars in 683 bytes} [Thu Feb 26 03:10:28 2026] POST /v2.0/security-groups => generated 1603 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/2990] 10.0.0.78 () {34 vars in 766 bytes} [Thu Feb 26 03:10:28 2026] PUT /v2.0/security-groups/451d0507-f290-445d-b3f5-521dd21a26a9/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2991] 10.0.0.78 () {32 vars in 746 bytes} [Thu Feb 26 03:10:28 2026] GET /v2.0/security-groups/451d0507-f290-445d-b3f5-521dd21a26a9/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/2992] 10.0.0.78 () {34 vars in 777 bytes} [Thu Feb 26 03:10:28 2026] PUT /v2.0/security-groups/451d0507-f290-445d-b3f5-521dd21a26a9/tags/green => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2993] 10.0.0.78 () {32 vars in 746 bytes} [Thu Feb 26 03:10:28 2026] GET /v2.0/security-groups/451d0507-f290-445d-b3f5-521dd21a26a9/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/2994] 10.0.0.78 () {34 vars in 773 bytes} [Thu Feb 26 03:10:28 2026] PUT /v2.0/security-groups/451d0507-f290-445d-b3f5-521dd21a26a9/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: 1584/2995] 10.0.0.78 () {32 vars in 746 bytes} [Thu Feb 26 03:10:29 2026] GET /v2.0/security-groups/451d0507-f290-445d-b3f5-521dd21a26a9/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: 1585/2996] 10.0.0.78 () {34 vars in 795 bytes} [Thu Feb 26 03:10:29 2026] PUT /v2.0/security-groups/451d0507-f290-445d-b3f5-521dd21a26a9/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/2997] 10.0.0.78 () {32 vars in 746 bytes} [Thu Feb 26 03:10:29 2026] GET /v2.0/security-groups/451d0507-f290-445d-b3f5-521dd21a26a9/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/2998] 10.0.0.78 () {34 vars in 766 bytes} [Thu Feb 26 03:10:29 2026] PUT /v2.0/security-groups/451d0507-f290-445d-b3f5-521dd21a26a9/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/2999] 10.0.0.78 () {32 vars in 746 bytes} [Thu Feb 26 03:10:29 2026] GET /v2.0/security-groups/451d0507-f290-445d-b3f5-521dd21a26a9/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3000] 10.0.0.78 () {32 vars in 754 bytes} [Thu Feb 26 03:10:29 2026] GET /v2.0/security-groups/451d0507-f290-445d-b3f5-521dd21a26a9/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:10:29.286 7 INFO neutron.api.v2.resource [None req-9abc6382-3214-4606-a204-8bb3183920c4 99cb7066b8f242e6ab87d505a0336fdf ffb269028d0341028dea83795e546dda - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1590/3001] 10.0.0.78 () {32 vars in 758 bytes} [Thu Feb 26 03:10:29 2026] GET /v2.0/security-groups/451d0507-f290-445d-b3f5-521dd21a26a9/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3002] 10.0.0.78 () {32 vars in 757 bytes} [Thu Feb 26 03:10:29 2026] DELETE /v2.0/security-groups/451d0507-f290-445d-b3f5-521dd21a26a9/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3003] 10.0.0.78 () {32 vars in 746 bytes} [Thu Feb 26 03:10:29 2026] GET /v2.0/security-groups/451d0507-f290-445d-b3f5-521dd21a26a9/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:10:29.416 7 INFO neutron.api.v2.resource [None req-f5ec15fd-69f1-44a9-a81c-5fb1de049cef 99cb7066b8f242e6ab87d505a0336fdf ffb269028d0341028dea83795e546dda - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1593/3004] 10.0.0.78 () {32 vars in 761 bytes} [Thu Feb 26 03:10:29 2026] DELETE /v2.0/security-groups/451d0507-f290-445d-b3f5-521dd21a26a9/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3005] 10.0.0.78 () {32 vars in 749 bytes} [Thu Feb 26 03:10:29 2026] DELETE /v2.0/security-groups/451d0507-f290-445d-b3f5-521dd21a26a9/tags => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3006] 10.0.0.78 () {32 vars in 746 bytes} [Thu Feb 26 03:10:29 2026] GET /v2.0/security-groups/451d0507-f290-445d-b3f5-521dd21a26a9/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3007] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:10:29 2026] DELETE /v2.0/security-groups/451d0507-f290-445d-b3f5-521dd21a26a9 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:10:29.679 8 INFO neutron.db.l3_db [None req-530fe976-daad-4e8d-a167-ad50a4f1b616 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] Floating IP 03c6e1c3-b599-4c9e-a2b0-b3433c0a1a0c associated. External IP: 10.96.250.210, port: 13cce02b-23dc-4b3b-aad0-caddbe493c26. [pid: 8|app: 0|req: 1412/3008] 10.0.0.78 () {34 vars in 676 bytes} [Thu Feb 26 03:10:28 2026] POST /v2.0/floatingips => generated 899 bytes in 1082 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3009] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:10:30 2026] GET /v2.0/security-groups?tenant_id=57dcb51ac28347ca9287f48c0486bae1&name=default => generated 2929 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/3010] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:10:30 2026] DELETE /v2.0/security-groups/d8777656-0dcf-449c-afaa-2ba8eb4b150d => 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: 1598/3011] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:10:30 2026] GET /v2.0/security-groups?tenant_id=ffb269028d0341028dea83795e546dda&name=default => generated 2929 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/3012] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:10:30 2026] DELETE /v2.0/security-groups/b7743814-47cc-4ec4-9a72-f6bea9e58db3 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3013] 199.204.45.69 () {30 vars in 702 bytes} [Thu Feb 26 03:10:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/3014] 199.204.45.69 () {30 vars in 704 bytes} [Thu Feb 26 03:10:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3015] 199.204.45.69 () {30 vars in 680 bytes} [Thu Feb 26 03:10:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/3016] 199.204.45.69 () {30 vars in 716 bytes} [Thu Feb 26 03:10: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) 2026-02-26 03:10:33.445 7 INFO neutron.api.v2.resource [None req-2fb789df-64a1-489d-a564-e8099e68b2ca d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1601/3017] 199.204.45.69 () {30 vars in 762 bytes} [Thu Feb 26 03:10:33 2026] GET /v2.0/security-groups/lb-0bc34f4b-608b-49e7-98ce-1ebb3fd3b4fc => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/3018] 199.204.45.69 () {30 vars in 784 bytes} [Thu Feb 26 03:10:33 2026] GET /v2.0/security-groups?name=lb-0bc34f4b-608b-49e7-98ce-1ebb3fd3b4fc => generated 1637 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3019] 199.204.45.69 () {30 vars in 814 bytes} [Thu Feb 26 03:10:33 2026] GET /v2.0/security-group-rules?security_group_id=94ced7eb-e78e-4229-97a5-fed0681be3bc => generated 1182 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/3020] 199.204.45.69 () {34 vars in 746 bytes} [Thu Feb 26 03:10:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3021] 199.204.45.69 () {34 vars in 746 bytes} [Thu Feb 26 03:10:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3024] 10.0.0.174 () {30 vars in 690 bytes} [Thu Feb 26 03:10:40 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: 1420/3025] 10.0.0.174 () {30 vars in 692 bytes} [Thu Feb 26 03:10:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3026] 10.0.0.174 () {30 vars in 668 bytes} [Thu Feb 26 03:10:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/3027] 10.0.0.174 () {30 vars in 704 bytes} [Thu Feb 26 03:10:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3028] 10.0.0.174 () {28 vars in 439 bytes} [Thu Feb 26 03:10:41 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/3029] 10.0.0.174 () {30 vars in 728 bytes} [Thu Feb 26 03:10:41 2026] GET /v2.0/subnets/3ba5b99a-36c6-43a1-a507-0be2c3d4442b => generated 655 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3030] 199.204.45.69 () {30 vars in 702 bytes} [Thu Feb 26 03:10:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/3031] 199.204.45.69 () {30 vars in 704 bytes} [Thu Feb 26 03:10:43 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: 1609/3032] 199.204.45.69 () {30 vars in 680 bytes} [Thu Feb 26 03:10:43 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: 1424/3033] 199.204.45.69 () {30 vars in 716 bytes} [Thu Feb 26 03:10:43 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3034] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 03:10:43 2026] GET /v2.0/subnets/3ba5b99a-36c6-43a1-a507-0be2c3d4442b => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/3035] 199.204.45.69 () {30 vars in 768 bytes} [Thu Feb 26 03:10:43 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3036] 199.204.45.69 () {30 vars in 702 bytes} [Thu Feb 26 03:10:43 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: 1426/3037] 199.204.45.69 () {30 vars in 704 bytes} [Thu Feb 26 03:10:43 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: 1612/3038] 199.204.45.69 () {30 vars in 680 bytes} [Thu Feb 26 03:10:43 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/3039] 199.204.45.69 () {30 vars in 716 bytes} [Thu Feb 26 03:10:43 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3040] 199.204.45.69 () {34 vars in 716 bytes} [Thu Feb 26 03:10:43 2026] POST /v2.0/ports => generated 1324 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/3041] 10.0.0.120 () {34 vars in 971 bytes} [Thu Feb 26 03:10:44 2026] GET /v2.0/ports/d9e1fb7b-691e-437b-9ccc-93deb7f31e6b => generated 1324 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1614/3042] 10.0.0.120 () {34 vars in 907 bytes} [Thu Feb 26 03:10:44 2026] GET /v2.0/extensions => generated 21537 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/3043] 199.204.45.69 () {34 vars in 1261 bytes} [Thu Feb 26 03:10:45 2026] GET /v2.0/ports/d9e1fb7b-691e-437b-9ccc-93deb7f31e6b?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3044] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:10:45 2026] GET /v2.0/networks/6c6d645c-80d4-4e91-b4ba-2d90eba844ef?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/3045] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:10:45 2026] GET /v2.0/networks/6c6d645c-80d4-4e91-b4ba-2d90eba844ef?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: 1616/3046] 199.204.45.69 () {34 vars in 974 bytes} [Thu Feb 26 03:10:46 2026] GET /v2.0/ports/d9e1fb7b-691e-437b-9ccc-93deb7f31e6b => generated 1324 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/3047] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:10:46 2026] GET /v2.0/networks?id=6c6d645c-80d4-4e91-b4ba-2d90eba844ef => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3048] 199.204.45.69 () {38 vars in 1027 bytes} [Thu Feb 26 03:10:46 2026] PUT /v2.0/ports/d9e1fb7b-691e-437b-9ccc-93deb7f31e6b => generated 1514 bytes in 434 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:10:46.919 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-86198faa-34e9-49ad-9664-4bcd97c648a5'] response: {'name': 'network-changed', 'server_uuid': '9d32d96d-f65e-4bc6-90c9-4dcabbb467e7', 'tag': 'd9e1fb7b-691e-437b-9ccc-93deb7f31e6b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1432/3049] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:10:47 2026] GET /v2.0/ports?tenant_id=e7fd63ac1a7440edb1962e51dc230141&device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 4092 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1618/3050] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:10:47 2026] GET /v2.0/networks?id=6c6d645c-80d4-4e91-b4ba-2d90eba844ef => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/3051] 199.204.45.69 () {34 vars in 1055 bytes} [Thu Feb 26 03:10:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.64&port_id=d9e1fb7b-691e-437b-9ccc-93deb7f31e6b => 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: 1619/3052] 199.204.45.69 () {34 vars in 1103 bytes} [Thu Feb 26 03:10:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A171&port_id=d9e1fb7b-691e-437b-9ccc-93deb7f31e6b => 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: 1434/3053] 199.204.45.69 () {34 vars in 1063 bytes} [Thu Feb 26 03:10:47 2026] GET /v2.0/subnets?id=3ba5b99a-36c6-43a1-a507-0be2c3d4442b&id=2ab5af61-1f86-4090-a192-547882f78d9b => generated 1409 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3054] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:10:47 2026] GET /v2.0/ports?network_id=6c6d645c-80d4-4e91-b4ba-2d90eba844ef&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/3055] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:10:47 2026] GET /v2.0/ports?network_id=6c6d645c-80d4-4e91-b4ba-2d90eba844ef&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: 1621/3056] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:10:47 2026] GET /v2.0/networks/6c6d645c-80d4-4e91-b4ba-2d90eba844ef?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: 1436/3057] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:10:47 2026] GET /v2.0/networks/6c6d645c-80d4-4e91-b4ba-2d90eba844ef?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3058] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:10:48 2026] GET /v2.0/ports?tenant_id=e7fd63ac1a7440edb1962e51dc230141&device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 4092 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/3059] 199.204.45.69 () {34 vars in 1059 bytes} [Thu Feb 26 03:10:48 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.11&port_id=be1f1088-58d3-4894-9213-091086dbb3f3 => 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: 1623/3060] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:10:48 2026] GET /v2.0/subnets?id=8f832c78-315c-42f4-a48c-106e9b660b75 => 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: 1438/3061] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:10:48 2026] GET /v2.0/ports?network_id=673e430e-ca99-4307-9304-f4c9ec92ccfb&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: 1624/3062] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:10:49 2026] GET /v2.0/networks/673e430e-ca99-4307-9304-f4c9ec92ccfb?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/3063] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:10:49 2026] GET /v2.0/networks/673e430e-ca99-4307-9304-f4c9ec92ccfb?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: 1625/3064] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:10:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.231&port_id=dd8db3b9-2ea5-470f-bf9d-4162f40d7334 => 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: 1440/3065] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:10:49 2026] GET /v2.0/subnets?id=732d400e-6474-42c6-8139-901c83d4a53e => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3066] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:10:49 2026] GET /v2.0/ports?network_id=e7681c3d-cd01-4d1e-a929-70cf78d0686a&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/3067] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:10:49 2026] GET /v2.0/networks/e7681c3d-cd01-4d1e-a929-70cf78d0686a?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3068] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:10:49 2026] GET /v2.0/networks/e7681c3d-cd01-4d1e-a929-70cf78d0686a?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: 8|app: 0|req: 1442/3069] 199.204.45.69 () {34 vars in 1055 bytes} [Thu Feb 26 03:10:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.64&port_id=d9e1fb7b-691e-437b-9ccc-93deb7f31e6b => 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: 1628/3070] 199.204.45.69 () {34 vars in 1103 bytes} [Thu Feb 26 03:10:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A171&port_id=d9e1fb7b-691e-437b-9ccc-93deb7f31e6b => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/3071] 199.204.45.69 () {34 vars in 1063 bytes} [Thu Feb 26 03:10:49 2026] GET /v2.0/subnets?id=3ba5b99a-36c6-43a1-a507-0be2c3d4442b&id=2ab5af61-1f86-4090-a192-547882f78d9b => generated 1409 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3072] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:10:49 2026] GET /v2.0/ports?network_id=6c6d645c-80d4-4e91-b4ba-2d90eba844ef&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: 1444/3073] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:10:49 2026] GET /v2.0/ports?network_id=6c6d645c-80d4-4e91-b4ba-2d90eba844ef&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3074] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:10:49 2026] GET /v2.0/networks/6c6d645c-80d4-4e91-b4ba-2d90eba844ef?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: 1445/3075] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:10:49 2026] GET /v2.0/networks/6c6d645c-80d4-4e91-b4ba-2d90eba844ef?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/3078] 10.0.0.120 () {34 vars in 971 bytes} [Thu Feb 26 03:10:53 2026] GET /v2.0/ports/d9e1fb7b-691e-437b-9ccc-93deb7f31e6b => generated 1514 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3079] 199.204.45.69 () {30 vars in 742 bytes} [Thu Feb 26 03:10:53 2026] GET /v2.0/networks/6c6d645c-80d4-4e91-b4ba-2d90eba844ef => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/3080] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 03:10:53 2026] GET /v2.0/subnets/3ba5b99a-36c6-43a1-a507-0be2c3d4442b => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3081] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 03:10:53 2026] GET /v2.0/subnets/2ab5af61-1f86-4090-a192-547882f78d9b => generated 743 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/3082] 199.204.45.69 () {30 vars in 702 bytes} [Thu Feb 26 03:10:53 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/3083] 199.204.45.69 () {30 vars in 704 bytes} [Thu Feb 26 03:10:53 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: 1450/3084] 199.204.45.69 () {30 vars in 680 bytes} [Thu Feb 26 03:10:53 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: 1635/3085] 199.204.45.69 () {30 vars in 716 bytes} [Thu Feb 26 03:10:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/3086] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 03:10:54 2026] GET /v2.0/subnets/732d400e-6474-42c6-8139-901c83d4a53e => 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: 1636/3087] 199.204.45.69 () {30 vars in 736 bytes} [Thu Feb 26 03:10:54 2026] GET /v2.0/ports/13cce02b-23dc-4b3b-aad0-caddbe493c26 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/3088] 199.204.45.69 () {30 vars in 736 bytes} [Thu Feb 26 03:10:54 2026] GET /v2.0/ports/dd8db3b9-2ea5-470f-bf9d-4162f40d7334 => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3089] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 03:10:54 2026] GET /v2.0/subnets/732d400e-6474-42c6-8139-901c83d4a53e => 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: 1453/3090] 199.204.45.69 () {30 vars in 742 bytes} [Thu Feb 26 03:10:54 2026] GET /v2.0/networks/e7681c3d-cd01-4d1e-a929-70cf78d0686a => 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/3091] 199.204.45.69 () {30 vars in 736 bytes} [Thu Feb 26 03:10:54 2026] GET /v2.0/ports/13cce02b-23dc-4b3b-aad0-caddbe493c26 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/3092] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 03:10:54 2026] GET /v2.0/subnets/732d400e-6474-42c6-8139-901c83d4a53e => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3093] 10.0.0.174 () {30 vars in 690 bytes} [Thu Feb 26 03:11:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/3094] 10.0.0.174 () {30 vars in 692 bytes} [Thu Feb 26 03:11:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3095] 10.0.0.174 () {30 vars in 668 bytes} [Thu Feb 26 03:11:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/3096] 10.0.0.174 () {30 vars in 704 bytes} [Thu Feb 26 03:11:02 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: 1641/3097] 10.0.0.174 () {28 vars in 439 bytes} [Thu Feb 26 03:11:02 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/3098] 10.0.0.174 () {30 vars in 728 bytes} [Thu Feb 26 03:11:02 2026] GET /v2.0/subnets/52543079-8bf4-41c2-83a2-6fb9ca6f6265 => generated 655 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3099] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:11:03 2026] GET /v2.0/subnets => generated 6131 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/3100] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:11:03 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3101] 10.0.0.27 () {28 vars in 584 bytes} [Thu Feb 26 03:11:03 2026] GET /v2.0/networks => generated 5225 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/3102] 10.0.0.27 () {28 vars in 578 bytes} [Thu Feb 26 03:11:03 2026] GET /v2.0/ports => generated 26170 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3103] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:11:03 2026] GET /v2.0/routers => generated 727 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/3104] 10.0.0.27 () {28 vars in 623 bytes} [Thu Feb 26 03:11:03 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3105] 10.0.0.27 () {28 vars in 676 bytes} [Thu Feb 26 03:11:04 2026] GET /v2.0/routers/79e13ec0-4037-4d2d-aa8d-23fc23cb6dfc/l3-agents => generated 681 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/3106] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:11:04 2026] GET /v2.0/subnets => generated 6131 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3107] 10.0.0.27 () {28 vars in 598 bytes} [Thu Feb 26 03:11:04 2026] GET /v2.0/security-groups => generated 31482 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/3108] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:11:04 2026] GET /v2.0/floatingips => generated 2590 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3109] 10.0.0.27 () {28 vars in 580 bytes} [Thu Feb 26 03:11:04 2026] GET /v2.0/agents => generated 3385 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/3110] 10.0.0.27 () {28 vars in 618 bytes} [Thu Feb 26 03:11:04 2026] GET /v2.0/network-ip-availabilities => generated 3611 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3111] 10.0.0.120 () {34 vars in 1178 bytes} [Thu Feb 26 03:11:04 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7&device_id=431ff4b8-a670-469b-ba51-4beaa947c3b0&device_id=0daf7071-6145-49dc-a543-a134022b7fcc => generated 7014 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/3112] 10.0.0.120 () {34 vars in 1280 bytes} [Thu Feb 26 03:11:04 2026] GET /v2.0/security-groups?id=993ac676-465a-42cc-a528-f44a2966cdd8&id=94ced7eb-e78e-4229-97a5-fed0681be3bc&id=59545ac6-da5e-41ed-8e87-737b6b46a4ff&id=04851176-694c-430c-85ef-3b140776e716&fields=id&fields=name => generated 353 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3113] 199.204.45.69 () {30 vars in 702 bytes} [Thu Feb 26 03:11:05 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: 1465/3114] 199.204.45.69 () {30 vars in 704 bytes} [Thu Feb 26 03:11:05 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: 1650/3115] 199.204.45.69 () {30 vars in 680 bytes} [Thu Feb 26 03:11:05 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: 1466/3116] 199.204.45.69 () {30 vars in 716 bytes} [Thu Feb 26 03:11:05 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: 1651/3117] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 03:11:05 2026] GET /v2.0/subnets/3ba5b99a-36c6-43a1-a507-0be2c3d4442b => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3118] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 03:11:05 2026] GET /v2.0/subnets/52543079-8bf4-41c2-83a2-6fb9ca6f6265 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3119] 199.204.45.69 () {30 vars in 768 bytes} [Thu Feb 26 03:11:05 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 4094 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3120] 199.204.45.69 () {30 vars in 702 bytes} [Thu Feb 26 03:11:05 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: 1653/3121] 199.204.45.69 () {30 vars in 704 bytes} [Thu Feb 26 03:11:05 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: 1469/3122] 199.204.45.69 () {30 vars in 680 bytes} [Thu Feb 26 03:11:05 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: 1654/3123] 199.204.45.69 () {30 vars in 716 bytes} [Thu Feb 26 03:11:05 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: 1470/3124] 199.204.45.69 () {34 vars in 716 bytes} [Thu Feb 26 03:11:05 2026] POST /v2.0/ports => generated 1332 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3125] 10.0.0.120 () {34 vars in 971 bytes} [Thu Feb 26 03:11:05 2026] GET /v2.0/ports/3e21f8c3-accf-45c5-ae7e-e29b567abbf7 => 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: 1657/3128] 199.204.45.69 () {34 vars in 1261 bytes} [Thu Feb 26 03:11:06 2026] GET /v2.0/ports/3e21f8c3-accf-45c5-ae7e-e29b567abbf7?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1472/3129] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:11:07 2026] GET /v2.0/networks/b6e20ab3-7965-40db-aedb-47024f572b8b?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: 1658/3130] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:11:07 2026] GET /v2.0/networks/b6e20ab3-7965-40db-aedb-47024f572b8b?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: 1473/3131] 199.204.45.69 () {34 vars in 974 bytes} [Thu Feb 26 03:11:07 2026] GET /v2.0/ports/3e21f8c3-accf-45c5-ae7e-e29b567abbf7 => generated 1332 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3132] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:11:07 2026] GET /v2.0/networks?id=b6e20ab3-7965-40db-aedb-47024f572b8b => generated 801 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3133] 199.204.45.69 () {38 vars in 1027 bytes} [Thu Feb 26 03:11:07 2026] PUT /v2.0/ports/3e21f8c3-accf-45c5-ae7e-e29b567abbf7 => generated 1522 bytes in 729 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:11:08.536 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b1ded5b6-d90a-4361-ae62-7eb7f79901d1'] response: {'name': 'network-changed', 'server_uuid': '9d32d96d-f65e-4bc6-90c9-4dcabbb467e7', 'tag': '3e21f8c3-accf-45c5-ae7e-e29b567abbf7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1660/3134] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:11:09 2026] GET /v2.0/ports?tenant_id=e7fd63ac1a7440edb1962e51dc230141&device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 5608 bytes in 52 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: 1475/3135] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:11:09 2026] GET /v2.0/networks?id=b6e20ab3-7965-40db-aedb-47024f572b8b => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3136] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:11:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.100&port_id=3e21f8c3-accf-45c5-ae7e-e29b567abbf7 => 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: 1476/3137] 199.204.45.69 () {34 vars in 1105 bytes} [Thu Feb 26 03:11:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A222&port_id=3e21f8c3-accf-45c5-ae7e-e29b567abbf7 => 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: 1662/3138] 199.204.45.69 () {34 vars in 1063 bytes} [Thu Feb 26 03:11:09 2026] GET /v2.0/subnets?id=dfb453e6-18be-44be-8b37-e2b230c60f03&id=52543079-8bf4-41c2-83a2-6fb9ca6f6265 => generated 1413 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3139] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:11:09 2026] GET /v2.0/ports?network_id=b6e20ab3-7965-40db-aedb-47024f572b8b&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3140] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:11:09 2026] GET /v2.0/ports?network_id=b6e20ab3-7965-40db-aedb-47024f572b8b&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3141] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:11:09 2026] GET /v2.0/networks/b6e20ab3-7965-40db-aedb-47024f572b8b?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: 1664/3142] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:11:09 2026] GET /v2.0/networks/b6e20ab3-7965-40db-aedb-47024f572b8b?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: 1479/3143] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:11:10 2026] GET /v2.0/ports?tenant_id=e7fd63ac1a7440edb1962e51dc230141&device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 5608 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3144] 199.204.45.69 () {34 vars in 1059 bytes} [Thu Feb 26 03:11:10 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.11&port_id=be1f1088-58d3-4894-9213-091086dbb3f3 => 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: 1480/3145] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:11:10 2026] GET /v2.0/subnets?id=8f832c78-315c-42f4-a48c-106e9b660b75 => 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: 1666/3146] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:11:10 2026] GET /v2.0/ports?network_id=673e430e-ca99-4307-9304-f4c9ec92ccfb&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: 1481/3147] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:11:10 2026] GET /v2.0/networks/673e430e-ca99-4307-9304-f4c9ec92ccfb?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: 1667/3148] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:11:10 2026] GET /v2.0/networks/673e430e-ca99-4307-9304-f4c9ec92ccfb?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: 1482/3149] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:11:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.231&port_id=dd8db3b9-2ea5-470f-bf9d-4162f40d7334 => 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: 1668/3150] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:11:10 2026] GET /v2.0/subnets?id=732d400e-6474-42c6-8139-901c83d4a53e => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3151] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:11:10 2026] GET /v2.0/ports?network_id=e7681c3d-cd01-4d1e-a929-70cf78d0686a&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: 1669/3152] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:11:10 2026] GET /v2.0/networks/e7681c3d-cd01-4d1e-a929-70cf78d0686a?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3153] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:11:10 2026] GET /v2.0/networks/e7681c3d-cd01-4d1e-a929-70cf78d0686a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3154] 199.204.45.69 () {34 vars in 1055 bytes} [Thu Feb 26 03:11:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.64&port_id=d9e1fb7b-691e-437b-9ccc-93deb7f31e6b => 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: 1485/3155] 199.204.45.69 () {34 vars in 1103 bytes} [Thu Feb 26 03:11:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A171&port_id=d9e1fb7b-691e-437b-9ccc-93deb7f31e6b => 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: 1671/3156] 199.204.45.69 () {34 vars in 1063 bytes} [Thu Feb 26 03:11:11 2026] GET /v2.0/subnets?id=3ba5b99a-36c6-43a1-a507-0be2c3d4442b&id=2ab5af61-1f86-4090-a192-547882f78d9b => generated 1409 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3157] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:11:11 2026] GET /v2.0/ports?network_id=6c6d645c-80d4-4e91-b4ba-2d90eba844ef&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3158] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:11:11 2026] GET /v2.0/ports?network_id=6c6d645c-80d4-4e91-b4ba-2d90eba844ef&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3159] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:11:11 2026] GET /v2.0/networks/6c6d645c-80d4-4e91-b4ba-2d90eba844ef?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: 1673/3160] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:11:11 2026] GET /v2.0/networks/6c6d645c-80d4-4e91-b4ba-2d90eba844ef?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: 1488/3161] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:11:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.100&port_id=3e21f8c3-accf-45c5-ae7e-e29b567abbf7 => 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: 1674/3162] 199.204.45.69 () {34 vars in 1105 bytes} [Thu Feb 26 03:11:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A222&port_id=3e21f8c3-accf-45c5-ae7e-e29b567abbf7 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3163] 199.204.45.69 () {34 vars in 1063 bytes} [Thu Feb 26 03:11:11 2026] GET /v2.0/subnets?id=dfb453e6-18be-44be-8b37-e2b230c60f03&id=52543079-8bf4-41c2-83a2-6fb9ca6f6265 => generated 1413 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3164] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:11:11 2026] GET /v2.0/ports?network_id=b6e20ab3-7965-40db-aedb-47024f572b8b&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3165] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:11:11 2026] GET /v2.0/ports?network_id=b6e20ab3-7965-40db-aedb-47024f572b8b&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: 1676/3166] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:11:11 2026] GET /v2.0/networks/b6e20ab3-7965-40db-aedb-47024f572b8b?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: 1491/3167] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:11:11 2026] GET /v2.0/networks/b6e20ab3-7965-40db-aedb-47024f572b8b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3168] 10.0.0.120 () {34 vars in 971 bytes} [Thu Feb 26 03:11:15 2026] GET /v2.0/ports/3e21f8c3-accf-45c5-ae7e-e29b567abbf7 => 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: 1492/3169] 199.204.45.69 () {30 vars in 742 bytes} [Thu Feb 26 03:11:15 2026] GET /v2.0/networks/b6e20ab3-7965-40db-aedb-47024f572b8b => generated 798 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3170] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 03:11:15 2026] GET /v2.0/subnets/52543079-8bf4-41c2-83a2-6fb9ca6f6265 => generated 673 bytes in 521 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3171] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 03:11:16 2026] GET /v2.0/subnets/dfb453e6-18be-44be-8b37-e2b230c60f03 => generated 747 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3172] 199.204.45.69 () {30 vars in 736 bytes} [Thu Feb 26 03:11:16 2026] GET /v2.0/ports/d9e1fb7b-691e-437b-9ccc-93deb7f31e6b => generated 1516 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3173] 199.204.45.69 () {34 vars in 789 bytes} [Thu Feb 26 03:11:16 2026] PUT /v2.0/ports/d9e1fb7b-691e-437b-9ccc-93deb7f31e6b => generated 1251 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:11:16.675 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b5979a11-ee60-4c13-93a2-c3f0e75286ff'] response: {'name': 'network-changed', 'server_uuid': '9d32d96d-f65e-4bc6-90c9-4dcabbb467e7', 'tag': 'd9e1fb7b-691e-437b-9ccc-93deb7f31e6b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1680/3174] 199.204.45.69 () {30 vars in 742 bytes} [Thu Feb 26 03:11:16 2026] GET /v2.0/networks/6c6d645c-80d4-4e91-b4ba-2d90eba844ef => generated 797 bytes in 56 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: 1495/3175] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 03:11:16 2026] GET /v2.0/subnets/3ba5b99a-36c6-43a1-a507-0be2c3d4442b => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1681/3176] 199.204.45.69 () {30 vars in 702 bytes} [Thu Feb 26 03:11:17 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: 1496/3177] 199.204.45.69 () {30 vars in 704 bytes} [Thu Feb 26 03:11:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3178] 199.204.45.69 () {30 vars in 680 bytes} [Thu Feb 26 03:11:17 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: 1497/3179] 199.204.45.69 () {30 vars in 716 bytes} [Thu Feb 26 03:11:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3180] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 03:11:17 2026] GET /v2.0/subnets/732d400e-6474-42c6-8139-901c83d4a53e => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3181] 199.204.45.69 () {30 vars in 736 bytes} [Thu Feb 26 03:11:17 2026] GET /v2.0/ports/13cce02b-23dc-4b3b-aad0-caddbe493c26 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3182] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:11:17 2026] GET /v2.0/ports?tenant_id=e7fd63ac1a7440edb1962e51dc230141&device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 5381 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3183] 199.204.45.69 () {30 vars in 736 bytes} [Thu Feb 26 03:11:17 2026] GET /v2.0/ports/dd8db3b9-2ea5-470f-bf9d-4162f40d7334 => generated 1350 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3184] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:11:17 2026] GET /v2.0/networks?id=6c6d645c-80d4-4e91-b4ba-2d90eba844ef => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3185] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 03:11:17 2026] GET /v2.0/subnets/732d400e-6474-42c6-8139-901c83d4a53e => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3186] 199.204.45.69 () {34 vars in 1055 bytes} [Thu Feb 26 03:11:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.64&port_id=d9e1fb7b-691e-437b-9ccc-93deb7f31e6b => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3187] 199.204.45.69 () {30 vars in 742 bytes} [Thu Feb 26 03:11:17 2026] GET /v2.0/networks/e7681c3d-cd01-4d1e-a929-70cf78d0686a => generated 799 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3188] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:11:17 2026] GET /v2.0/subnets?id=3ba5b99a-36c6-43a1-a507-0be2c3d4442b => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3189] 199.204.45.69 () {30 vars in 736 bytes} [Thu Feb 26 03:11:17 2026] GET /v2.0/ports/13cce02b-23dc-4b3b-aad0-caddbe493c26 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3190] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:11:17 2026] GET /v2.0/ports?network_id=6c6d645c-80d4-4e91-b4ba-2d90eba844ef&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: 1689/3191] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 03:11:17 2026] GET /v2.0/subnets/732d400e-6474-42c6-8139-901c83d4a53e => 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: 1503/3192] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:11:17 2026] GET /v2.0/networks/6c6d645c-80d4-4e91-b4ba-2d90eba844ef?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: 1690/3193] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:11:17 2026] GET /v2.0/networks/6c6d645c-80d4-4e91-b4ba-2d90eba844ef?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: 1692/3196] 199.204.45.69 () {30 vars in 702 bytes} [Thu Feb 26 03:11:32 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: 1505/3197] 199.204.45.69 () {30 vars in 704 bytes} [Thu Feb 26 03:11:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3198] 199.204.45.69 () {30 vars in 680 bytes} [Thu Feb 26 03:11:33 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: 1506/3199] 199.204.45.69 () {30 vars in 716 bytes} [Thu Feb 26 03:11: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: 7|app: 0|req: 1694/3200] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 03:11:33 2026] GET /v2.0/subnets/3ba5b99a-36c6-43a1-a507-0be2c3d4442b => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3201] 199.204.45.69 () {30 vars in 768 bytes} [Thu Feb 26 03:11:33 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 5381 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3202] 199.204.45.69 () {30 vars in 702 bytes} [Thu Feb 26 03:11:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3203] 199.204.45.69 () {30 vars in 704 bytes} [Thu Feb 26 03:11: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: 1696/3204] 199.204.45.69 () {30 vars in 680 bytes} [Thu Feb 26 03:11: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: 1509/3205] 199.204.45.69 () {30 vars in 716 bytes} [Thu Feb 26 03:11: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: 7|app: 0|req: 1697/3206] 199.204.45.69 () {30 vars in 736 bytes} [Thu Feb 26 03:11:33 2026] GET /v2.0/ports/3e21f8c3-accf-45c5-ae7e-e29b567abbf7 => generated 1524 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3207] 199.204.45.69 () {34 vars in 789 bytes} [Thu Feb 26 03:11:33 2026] PUT /v2.0/ports/3e21f8c3-accf-45c5-ae7e-e29b567abbf7 => generated 1255 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:11:33.870 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d6bf9db6-1142-4575-bac3-47d9180d0de7'] response: {'name': 'network-changed', 'server_uuid': '9d32d96d-f65e-4bc6-90c9-4dcabbb467e7', 'tag': '3e21f8c3-accf-45c5-ae7e-e29b567abbf7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1698/3208] 199.204.45.69 () {30 vars in 742 bytes} [Thu Feb 26 03:11:33 2026] GET /v2.0/networks/b6e20ab3-7965-40db-aedb-47024f572b8b => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1511/3209] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 03:11:33 2026] GET /v2.0/subnets/52543079-8bf4-41c2-83a2-6fb9ca6f6265 => generated 673 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1699/3210] 199.204.45.69 () {30 vars in 736 bytes} [Thu Feb 26 03:11:33 2026] GET /v2.0/ports/3e21f8c3-accf-45c5-ae7e-e29b567abbf7 => generated 1291 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3211] 199.204.45.69 () {34 vars in 788 bytes} [Thu Feb 26 03:11:33 2026] PUT /v2.0/ports/3e21f8c3-accf-45c5-ae7e-e29b567abbf7 => generated 1080 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1700/3212] 199.204.45.69 () {30 vars in 742 bytes} [Thu Feb 26 03:11:34 2026] GET /v2.0/networks/b6e20ab3-7965-40db-aedb-47024f572b8b => generated 798 bytes in 56 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: 1513/3213] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:11:34 2026] GET /v2.0/ports?tenant_id=e7fd63ac1a7440edb1962e51dc230141&device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 4973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1701/3214] 199.204.45.69 () {30 vars in 768 bytes} [Thu Feb 26 03:11:34 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 4973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3215] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:11:34 2026] GET /v2.0/networks?id=b6e20ab3-7965-40db-aedb-47024f572b8b => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1702/3216] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:11:34 2026] GET /v2.0/networks/b6e20ab3-7965-40db-aedb-47024f572b8b?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: 1515/3217] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:11:34 2026] GET /v2.0/networks/b6e20ab3-7965-40db-aedb-47024f572b8b?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: 1703/3218] 199.204.45.69 () {30 vars in 768 bytes} [Thu Feb 26 03:11:34 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 4973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3219] 199.204.45.69 () {30 vars in 768 bytes} [Thu Feb 26 03:11:35 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 4973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:11:35.900 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-03d4d1e5-570b-43cb-b7e4-633d53b34375'] response: {'name': 'network-changed', 'server_uuid': '9d32d96d-f65e-4bc6-90c9-4dcabbb467e7', 'tag': '3e21f8c3-accf-45c5-ae7e-e29b567abbf7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1704/3220] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:11:36 2026] GET /v2.0/ports?tenant_id=e7fd63ac1a7440edb1962e51dc230141&device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 4973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3221] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:11:36 2026] GET /v2.0/networks?id=b6e20ab3-7965-40db-aedb-47024f572b8b => generated 801 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1705/3224] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:11:36 2026] GET /v2.0/networks/b6e20ab3-7965-40db-aedb-47024f572b8b?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3225] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:11:36 2026] GET /v2.0/networks/b6e20ab3-7965-40db-aedb-47024f572b8b?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: 1706/3226] 199.204.45.69 () {30 vars in 768 bytes} [Thu Feb 26 03:11:36 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 4973 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3227] 199.204.45.69 () {34 vars in 974 bytes} [Thu Feb 26 03:11:37 2026] GET /v2.0/ports/3e21f8c3-accf-45c5-ae7e-e29b567abbf7 => generated 1116 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1707/3228] 199.204.45.69 () {34 vars in 1059 bytes} [Thu Feb 26 03:11:37 2026] GET /v2.0/ports/3e21f8c3-accf-45c5-ae7e-e29b567abbf7?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3229] 199.204.45.69 () {34 vars in 1015 bytes} [Thu Feb 26 03:11:37 2026] GET /v2.0/networks/b6e20ab3-7965-40db-aedb-47024f572b8b?fields=dns_domain => generated 29 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1708/3230] 199.204.45.69 () {38 vars in 1027 bytes} [Thu Feb 26 03:11:37 2026] PUT /v2.0/ports/3e21f8c3-accf-45c5-ae7e-e29b567abbf7 => generated 917 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3231] 199.204.45.69 () {30 vars in 768 bytes} [Thu Feb 26 03:11:37 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 3865 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 03:11:38.042 7 INFO neutron_taas.services.taas.taas_plugin [None req-142fe36a-7947-4e76-b88e-b32d1dbabef1 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 3e21f8c3-accf-45c5-ae7e-e29b567abbf7 2026-02-26 03:11:38.045 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-142fe36a-7947-4e76-b88e-b32d1dbabef1 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 3e21f8c3-accf-45c5-ae7e-e29b567abbf7 [pid: 7|app: 0|req: 1709/3232] 199.204.45.69 () {32 vars in 758 bytes} [Thu Feb 26 03:11:37 2026] DELETE /v2.0/ports/3e21f8c3-accf-45c5-ae7e-e29b567abbf7 => generated 0 bytes in 449 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3233] 199.204.45.69 () {30 vars in 702 bytes} [Thu Feb 26 03:11:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1710/3234] 199.204.45.69 () {30 vars in 704 bytes} [Thu Feb 26 03:11:38 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: 1525/3235] 199.204.45.69 () {30 vars in 680 bytes} [Thu Feb 26 03:11:38 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1711/3236] 199.204.45.69 () {30 vars in 716 bytes} [Thu Feb 26 03:11:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3237] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 03:11:38 2026] GET /v2.0/subnets/732d400e-6474-42c6-8139-901c83d4a53e => 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: 1712/3238] 199.204.45.69 () {30 vars in 736 bytes} [Thu Feb 26 03:11:38 2026] GET /v2.0/ports/13cce02b-23dc-4b3b-aad0-caddbe493c26 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3239] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:11:38 2026] GET /v2.0/ports?tenant_id=e7fd63ac1a7440edb1962e51dc230141&device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 3865 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1713/3240] 199.204.45.69 () {30 vars in 736 bytes} [Thu Feb 26 03:11:38 2026] GET /v2.0/ports/dd8db3b9-2ea5-470f-bf9d-4162f40d7334 => generated 1350 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3241] 199.204.45.69 () {34 vars in 1225 bytes} [Thu Feb 26 03:11:38 2026] GET /v2.0/networks?id=673e430e-ca99-4307-9304-f4c9ec92ccfb&id=e7681c3d-cd01-4d1e-a929-70cf78d0686a&id=6c6d645c-80d4-4e91-b4ba-2d90eba844ef&id=b6e20ab3-7965-40db-aedb-47024f572b8b => generated 3096 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1714/3242] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 03:11:39 2026] GET /v2.0/subnets/732d400e-6474-42c6-8139-901c83d4a53e => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3243] 199.204.45.69 () {34 vars in 1059 bytes} [Thu Feb 26 03:11:39 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.11&port_id=be1f1088-58d3-4894-9213-091086dbb3f3 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3244] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:11:39 2026] GET /v2.0/subnets?id=8f832c78-315c-42f4-a48c-106e9b660b75 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1715/3245] 199.204.45.69 () {30 vars in 742 bytes} [Thu Feb 26 03:11:39 2026] GET /v2.0/networks/e7681c3d-cd01-4d1e-a929-70cf78d0686a => generated 799 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3246] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:11:39 2026] GET /v2.0/ports?network_id=673e430e-ca99-4307-9304-f4c9ec92ccfb&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1716/3247] 199.204.45.69 () {30 vars in 736 bytes} [Thu Feb 26 03:11:39 2026] GET /v2.0/ports/13cce02b-23dc-4b3b-aad0-caddbe493c26 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1717/3248] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 03:11:39 2026] GET /v2.0/subnets/732d400e-6474-42c6-8139-901c83d4a53e => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3249] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:11:39 2026] GET /v2.0/networks/673e430e-ca99-4307-9304-f4c9ec92ccfb?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: 1718/3250] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:11:39 2026] GET /v2.0/networks/673e430e-ca99-4307-9304-f4c9ec92ccfb?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: 1533/3251] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:11:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.231&port_id=dd8db3b9-2ea5-470f-bf9d-4162f40d7334 => 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: 1719/3252] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:11:39 2026] GET /v2.0/subnets?id=732d400e-6474-42c6-8139-901c83d4a53e => 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: 1534/3253] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:11:39 2026] GET /v2.0/ports?network_id=e7681c3d-cd01-4d1e-a929-70cf78d0686a&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1720/3254] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:11:39 2026] GET /v2.0/networks/e7681c3d-cd01-4d1e-a929-70cf78d0686a?fields=segments => generated 14 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3255] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:11:39 2026] GET /v2.0/networks/e7681c3d-cd01-4d1e-a929-70cf78d0686a?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: 1721/3256] 199.204.45.69 () {34 vars in 1055 bytes} [Thu Feb 26 03:11:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.64&port_id=d9e1fb7b-691e-437b-9ccc-93deb7f31e6b => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3257] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:11:39 2026] GET /v2.0/subnets?id=3ba5b99a-36c6-43a1-a507-0be2c3d4442b => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1722/3258] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:11:39 2026] GET /v2.0/ports?network_id=6c6d645c-80d4-4e91-b4ba-2d90eba844ef&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: 1537/3259] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:11:39 2026] GET /v2.0/networks/6c6d645c-80d4-4e91-b4ba-2d90eba844ef?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: 1723/3260] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:11:39 2026] GET /v2.0/networks/6c6d645c-80d4-4e91-b4ba-2d90eba844ef?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3261] 199.204.45.69 () {30 vars in 702 bytes} [Thu Feb 26 03:11:43 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: 1724/3262] 199.204.45.69 () {30 vars in 704 bytes} [Thu Feb 26 03:11:43 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: 1539/3263] 199.204.45.69 () {30 vars in 680 bytes} [Thu Feb 26 03:11:43 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1725/3264] 199.204.45.69 () {30 vars in 716 bytes} [Thu Feb 26 03:11:43 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3265] 199.204.45.69 () {30 vars in 768 bytes} [Thu Feb 26 03:11:43 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 3865 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1726/3266] 199.204.45.69 () {30 vars in 702 bytes} [Thu Feb 26 03:11:44 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: 1541/3267] 199.204.45.69 () {30 vars in 704 bytes} [Thu Feb 26 03:11:44 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: 1727/3268] 199.204.45.69 () {30 vars in 680 bytes} [Thu Feb 26 03:11:44 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: 1542/3269] 199.204.45.69 () {30 vars in 716 bytes} [Thu Feb 26 03:11:44 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: 1728/3270] 199.204.45.69 () {30 vars in 736 bytes} [Thu Feb 26 03:11:44 2026] GET /v2.0/ports/d9e1fb7b-691e-437b-9ccc-93deb7f31e6b => generated 1287 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3271] 199.204.45.69 () {34 vars in 788 bytes} [Thu Feb 26 03:11:44 2026] PUT /v2.0/ports/d9e1fb7b-691e-437b-9ccc-93deb7f31e6b => generated 1080 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:11:44.613 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-01a099c1-d59a-4d89-86dd-2c51037310e7'] response: {'name': 'network-changed', 'server_uuid': '9d32d96d-f65e-4bc6-90c9-4dcabbb467e7', 'tag': 'd9e1fb7b-691e-437b-9ccc-93deb7f31e6b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1729/3272] 199.204.45.69 () {30 vars in 742 bytes} [Thu Feb 26 03:11:44 2026] GET /v2.0/networks/6c6d645c-80d4-4e91-b4ba-2d90eba844ef => generated 797 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1544/3273] 199.204.45.69 () {30 vars in 768 bytes} [Thu Feb 26 03:11:44 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 3694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1730/3274] 199.204.45.69 () {30 vars in 768 bytes} [Thu Feb 26 03:11:44 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 3694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3275] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:11:45 2026] GET /v2.0/ports?tenant_id=e7fd63ac1a7440edb1962e51dc230141&device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 3694 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1731/3276] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:11:45 2026] GET /v2.0/networks?id=6c6d645c-80d4-4e91-b4ba-2d90eba844ef => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3277] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:11:45 2026] GET /v2.0/networks/6c6d645c-80d4-4e91-b4ba-2d90eba844ef?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1732/3278] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:11:45 2026] GET /v2.0/networks/6c6d645c-80d4-4e91-b4ba-2d90eba844ef?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: 1547/3279] 199.204.45.69 () {30 vars in 768 bytes} [Thu Feb 26 03:11:46 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 3694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1733/3280] 199.204.45.69 () {30 vars in 768 bytes} [Thu Feb 26 03:11:47 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 3694 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3281] 199.204.45.69 () {34 vars in 974 bytes} [Thu Feb 26 03:11:47 2026] GET /v2.0/ports/d9e1fb7b-691e-437b-9ccc-93deb7f31e6b => generated 1116 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1734/3282] 199.204.45.69 () {34 vars in 1059 bytes} [Thu Feb 26 03:11:47 2026] GET /v2.0/ports/d9e1fb7b-691e-437b-9ccc-93deb7f31e6b?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3283] 199.204.45.69 () {34 vars in 1015 bytes} [Thu Feb 26 03:11:47 2026] GET /v2.0/networks/6c6d645c-80d4-4e91-b4ba-2d90eba844ef?fields=dns_domain => generated 29 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3284] 199.204.45.69 () {30 vars in 768 bytes} [Thu Feb 26 03:11:48 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 3694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1735/3285] 199.204.45.69 () {38 vars in 1027 bytes} [Thu Feb 26 03:11:47 2026] PUT /v2.0/ports/d9e1fb7b-691e-437b-9ccc-93deb7f31e6b => generated 917 bytes in 609 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3286] 199.204.45.69 () {30 vars in 768 bytes} [Thu Feb 26 03:11:49 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 2586 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 03:11:49.392 7 INFO neutron_taas.services.taas.taas_plugin [None req-b0d9eece-cc58-46d9-bc24-38af0b7a7840 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: d9e1fb7b-691e-437b-9ccc-93deb7f31e6b 2026-02-26 03:11:49.396 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0d9eece-cc58-46d9-bc24-38af0b7a7840 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: d9e1fb7b-691e-437b-9ccc-93deb7f31e6b [pid: 7|app: 0|req: 1736/3287] 199.204.45.69 () {32 vars in 758 bytes} [Thu Feb 26 03:11:49 2026] DELETE /v2.0/ports/d9e1fb7b-691e-437b-9ccc-93deb7f31e6b => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3288] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:11:49 2026] GET /v2.0/ports?tenant_id=e7fd63ac1a7440edb1962e51dc230141&device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 2586 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1737/3289] 199.204.45.69 () {34 vars in 1145 bytes} [Thu Feb 26 03:11:49 2026] GET /v2.0/networks?id=673e430e-ca99-4307-9304-f4c9ec92ccfb&id=e7681c3d-cd01-4d1e-a929-70cf78d0686a&id=6c6d645c-80d4-4e91-b4ba-2d90eba844ef => generated 2309 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3290] 199.204.45.69 () {34 vars in 1059 bytes} [Thu Feb 26 03:11:49 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.11&port_id=be1f1088-58d3-4894-9213-091086dbb3f3 => 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: 1738/3291] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:11:49 2026] GET /v2.0/subnets?id=8f832c78-315c-42f4-a48c-106e9b660b75 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3292] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:11:49 2026] GET /v2.0/ports?network_id=673e430e-ca99-4307-9304-f4c9ec92ccfb&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1739/3293] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:11:50 2026] GET /v2.0/networks/673e430e-ca99-4307-9304-f4c9ec92ccfb?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3294] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:11:50 2026] GET /v2.0/networks/673e430e-ca99-4307-9304-f4c9ec92ccfb?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: 7|app: 0|req: 1740/3295] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:11:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.231&port_id=dd8db3b9-2ea5-470f-bf9d-4162f40d7334 => 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: 1556/3296] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:11:50 2026] GET /v2.0/subnets?id=732d400e-6474-42c6-8139-901c83d4a53e => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1741/3297] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:11:50 2026] GET /v2.0/ports?network_id=e7681c3d-cd01-4d1e-a929-70cf78d0686a&device_owner=network%3Adhcp => generated 1461 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3298] 199.204.45.69 () {30 vars in 702 bytes} [Thu Feb 26 03:11:50 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: 1558/3299] 199.204.45.69 () {30 vars in 704 bytes} [Thu Feb 26 03:11:50 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: 1559/3300] 199.204.45.69 () {30 vars in 680 bytes} [Thu Feb 26 03:11:50 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: 1560/3301] 199.204.45.69 () {30 vars in 716 bytes} [Thu Feb 26 03:11:50 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: 1742/3302] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:11:50 2026] GET /v2.0/networks/e7681c3d-cd01-4d1e-a929-70cf78d0686a?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: 1561/3303] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 03:11:50 2026] GET /v2.0/subnets/732d400e-6474-42c6-8139-901c83d4a53e => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1743/3304] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:11:50 2026] GET /v2.0/networks/e7681c3d-cd01-4d1e-a929-70cf78d0686a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3305] 199.204.45.69 () {30 vars in 736 bytes} [Thu Feb 26 03:11:50 2026] GET /v2.0/ports/13cce02b-23dc-4b3b-aad0-caddbe493c26 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1744/3306] 199.204.45.69 () {30 vars in 736 bytes} [Thu Feb 26 03:11:50 2026] GET /v2.0/ports/dd8db3b9-2ea5-470f-bf9d-4162f40d7334 => generated 1350 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3307] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 03:11:50 2026] GET /v2.0/subnets/732d400e-6474-42c6-8139-901c83d4a53e => 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: 1745/3308] 199.204.45.69 () {30 vars in 742 bytes} [Thu Feb 26 03:11:50 2026] GET /v2.0/networks/e7681c3d-cd01-4d1e-a929-70cf78d0686a => 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: 1564/3309] 199.204.45.69 () {30 vars in 736 bytes} [Thu Feb 26 03:11:50 2026] GET /v2.0/ports/13cce02b-23dc-4b3b-aad0-caddbe493c26 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1746/3310] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 03:11:50 2026] GET /v2.0/subnets/732d400e-6474-42c6-8139-901c83d4a53e => 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: 1566/3313] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:12:03 2026] GET /v2.0/floatingips => generated 2590 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1748/3314] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:12:03 2026] GET /v2.0/routers => generated 727 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3315] 10.0.0.27 () {28 vars in 623 bytes} [Thu Feb 26 03:12:03 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1749/3316] 10.0.0.27 () {28 vars in 676 bytes} [Thu Feb 26 03:12:03 2026] GET /v2.0/routers/79e13ec0-4037-4d2d-aa8d-23fc23cb6dfc/l3-agents => generated 681 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3317] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:12:03 2026] GET /v2.0/subnets => generated 6131 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3318] 199.204.45.69 () {30 vars in 702 bytes} [Thu Feb 26 03:12:03 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: 1570/3319] 199.204.45.69 () {30 vars in 704 bytes} [Thu Feb 26 03:12:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1750/3320] 10.0.0.27 () {28 vars in 578 bytes} [Thu Feb 26 03:12:03 2026] GET /v2.0/ports => generated 24662 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3321] 199.204.45.69 () {30 vars in 680 bytes} [Thu Feb 26 03:12:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1751/3322] 199.204.45.69 () {30 vars in 716 bytes} [Thu Feb 26 03:12:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3323] 10.0.0.27 () {28 vars in 618 bytes} [Thu Feb 26 03:12:03 2026] GET /v2.0/network-ip-availabilities => generated 3611 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:12:03.984 7 INFO neutron.api.v2.resource [None req-3cadbfab-94be-4777-a3eb-2ca83ec79b56 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1752/3324] 199.204.45.69 () {30 vars in 762 bytes} [Thu Feb 26 03:12:03 2026] GET /v2.0/security-groups/lb-0bc34f4b-608b-49e7-98ce-1ebb3fd3b4fc => 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: 1753/3325] 199.204.45.69 () {30 vars in 784 bytes} [Thu Feb 26 03:12:03 2026] GET /v2.0/security-groups?name=lb-0bc34f4b-608b-49e7-98ce-1ebb3fd3b4fc => generated 2863 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3326] 10.0.0.27 () {28 vars in 584 bytes} [Thu Feb 26 03:12:03 2026] GET /v2.0/networks => generated 5225 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1754/3327] 199.204.45.69 () {30 vars in 814 bytes} [Thu Feb 26 03:12:04 2026] GET /v2.0/security-group-rules?security_group_id=94ced7eb-e78e-4229-97a5-fed0681be3bc => generated 2334 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3328] 10.0.0.27 () {28 vars in 598 bytes} [Thu Feb 26 03:12:04 2026] GET /v2.0/security-groups => generated 31482 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3329] 10.0.0.27 () {28 vars in 580 bytes} [Thu Feb 26 03:12:04 2026] GET /v2.0/agents => generated 3385 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1755/3330] 199.204.45.69 () {32 vars in 788 bytes} [Thu Feb 26 03:12:04 2026] DELETE /v2.0/security-group-rules/9374293b-fd49-4c9e-91a6-1e6458401168 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3331] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:12:04 2026] GET /v2.0/subnets => generated 6131 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3332] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:12:04 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1756/3333] 199.204.45.69 () {32 vars in 788 bytes} [Thu Feb 26 03:12:04 2026] DELETE /v2.0/security-group-rules/e68f0850-b9d4-4f1a-b1ca-c23f55e6580b => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3334] 10.0.0.120 () {34 vars in 1178 bytes} [Thu Feb 26 03:12:04 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7&device_id=431ff4b8-a670-469b-ba51-4beaa947c3b0&device_id=0daf7071-6145-49dc-a543-a134022b7fcc => generated 5506 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1757/3335] 10.0.0.120 () {34 vars in 1200 bytes} [Thu Feb 26 03:12:04 2026] GET /v2.0/security-groups?id=94ced7eb-e78e-4229-97a5-fed0681be3bc&id=59545ac6-da5e-41ed-8e87-737b6b46a4ff&id=04851176-694c-430c-85ef-3b140776e716&fields=id&fields=name => generated 286 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:12:07.893 7 INFO neutron_taas.services.taas.taas_plugin [None req-741529ad-5502-4d1d-8c4c-84bd7543145d ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] TaaS: Handle Delete Port: 4de63ec6-6145-42c1-bf5e-b20e4b6263a8 2026-02-26 03:12:07.896 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-741529ad-5502-4d1d-8c4c-84bd7543145d ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] Tap Mirror: Handle Delete Port: 4de63ec6-6145-42c1-bf5e-b20e4b6263a8 2026-02-26 03:12:08.095 7 INFO neutron.db.l3_db [None req-741529ad-5502-4d1d-8c4c-84bd7543145d ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] Floating IP 03c6e1c3-b599-4c9e-a2b0-b3433c0a1a0c disassociated (deleted). External IP: 10.96.250.210, port: 13cce02b-23dc-4b3b-aad0-caddbe493c26. [pid: 7|app: 0|req: 1759/3338] 10.0.0.78 () {32 vars in 731 bytes} [Thu Feb 26 03:12:07 2026] DELETE /v2.0/floatingips/03c6e1c3-b599-4c9e-a2b0-b3433c0a1a0c => generated 0 bytes in 683 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:12:08.451 8 INFO neutron.api.v2.resource [None req-02262c6f-1c0f-4985-bb01-413a5fd6ca68 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1580/3339] 10.0.0.78 () {32 vars in 728 bytes} [Thu Feb 26 03:12:08 2026] GET /v2.0/floatingips/03c6e1c3-b599-4c9e-a2b0-b3433c0a1a0c => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1760/3340] 199.204.45.69 () {30 vars in 702 bytes} [Thu Feb 26 03:12:09 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: 1581/3341] 199.204.45.69 () {30 vars in 704 bytes} [Thu Feb 26 03:12:09 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: 1761/3342] 199.204.45.69 () {30 vars in 680 bytes} [Thu Feb 26 03:12:09 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3343] 199.204.45.69 () {30 vars in 716 bytes} [Thu Feb 26 03:12:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:12:09.861 7 INFO neutron.api.v2.resource [None req-bc5fd874-820d-4fa8-aafe-141d90cb3945 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1762/3344] 199.204.45.69 () {30 vars in 762 bytes} [Thu Feb 26 03:12:09 2026] GET /v2.0/security-groups/lb-0bc34f4b-608b-49e7-98ce-1ebb3fd3b4fc => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3345] 199.204.45.69 () {30 vars in 784 bytes} [Thu Feb 26 03:12:09 2026] GET /v2.0/security-groups?name=lb-0bc34f4b-608b-49e7-98ce-1ebb3fd3b4fc => generated 1637 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1763/3346] 199.204.45.69 () {30 vars in 814 bytes} [Thu Feb 26 03:12:09 2026] GET /v2.0/security-group-rules?security_group_id=94ced7eb-e78e-4229-97a5-fed0681be3bc => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3347] 199.204.45.69 () {30 vars in 702 bytes} [Thu Feb 26 03:12:10 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: 1764/3348] 199.204.45.69 () {30 vars in 704 bytes} [Thu Feb 26 03:12:10 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: 1585/3349] 199.204.45.69 () {30 vars in 680 bytes} [Thu Feb 26 03:12:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1765/3350] 199.204.45.69 () {30 vars in 716 bytes} [Thu Feb 26 03:12:10 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: 1586/3351] 199.204.45.69 () {30 vars in 740 bytes} [Thu Feb 26 03:12:10 2026] GET /v2.0/subnets/732d400e-6474-42c6-8139-901c83d4a53e => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1766/3352] 199.204.45.69 () {30 vars in 768 bytes} [Thu Feb 26 03:12:10 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 2586 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3353] 199.204.45.69 () {30 vars in 768 bytes} [Thu Feb 26 03:12:10 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 2586 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1767/3354] 199.204.45.69 () {30 vars in 768 bytes} [Thu Feb 26 03:12:10 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 2586 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3355] 199.204.45.69 () {30 vars in 768 bytes} [Thu Feb 26 03:12:11 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1768/3356] 199.204.45.69 () {34 vars in 974 bytes} [Thu Feb 26 03:12:12 2026] GET /v2.0/ports/dd8db3b9-2ea5-470f-bf9d-4162f40d7334 => generated 1350 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3357] 199.204.45.69 () {30 vars in 768 bytes} [Thu Feb 26 03:12:12 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 2586 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1769/3358] 199.204.45.69 () {34 vars in 1059 bytes} [Thu Feb 26 03:12:12 2026] GET /v2.0/ports/dd8db3b9-2ea5-470f-bf9d-4162f40d7334?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3359] 199.204.45.69 () {34 vars in 1015 bytes} [Thu Feb 26 03:12:12 2026] GET /v2.0/networks/e7681c3d-cd01-4d1e-a929-70cf78d0686a?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1770/3360] 199.204.45.69 () {38 vars in 1027 bytes} [Thu Feb 26 03:12:12 2026] PUT /v2.0/ports/dd8db3b9-2ea5-470f-bf9d-4162f40d7334 => generated 1151 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3361] 199.204.45.69 () {30 vars in 768 bytes} [Thu Feb 26 03:12:13 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1771/3362] 199.204.45.69 () {34 vars in 788 bytes} [Thu Feb 26 03:12:13 2026] PUT /v2.0/ports/dd8db3b9-2ea5-470f-bf9d-4162f40d7334 => generated 1090 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3363] 199.204.45.69 () {30 vars in 736 bytes} [Thu Feb 26 03:12:13 2026] GET /v2.0/ports/dd8db3b9-2ea5-470f-bf9d-4162f40d7334 => generated 1090 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, ' 2026-02-26 03:12:13.884 7 INFO neutron_taas.services.taas.taas_plugin [None req-4c506f9b-9faa-4dc1-863d-fa6d2c46a1f4 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: dd8db3b9-2ea5-470f-bf9d-4162f40d7334 2026-02-26 03:12:13.889 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c506f9b-9faa-4dc1-863d-fa6d2c46a1f4 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: dd8db3b9-2ea5-470f-bf9d-4162f40d7334 [pid: 7|app: 0|req: 1772/3364] 199.204.45.69 () {32 vars in 758 bytes} [Thu Feb 26 03:12:13 2026] DELETE /v2.0/ports/dd8db3b9-2ea5-470f-bf9d-4162f40d7334 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3365] 199.204.45.69 () {30 vars in 702 bytes} [Thu Feb 26 03:12: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: 1773/3366] 199.204.45.69 () {30 vars in 704 bytes} [Thu Feb 26 03:12: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: 1594/3367] 199.204.45.69 () {30 vars in 680 bytes} [Thu Feb 26 03:12:14 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: 1774/3368] 199.204.45.69 () {30 vars in 716 bytes} [Thu Feb 26 03:12: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) 2026-02-26 03:12:14.197 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6d73abbe-2b72-4da3-be2d-4026929c3014 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1595/3369] 199.204.45.69 () {32 vars in 758 bytes} [Thu Feb 26 03:12:14 2026] DELETE /v2.0/ports/dd8db3b9-2ea5-470f-bf9d-4162f40d7334 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1775/3370] 199.204.45.69 () {30 vars in 736 bytes} [Thu Feb 26 03:12:14 2026] GET /v2.0/ports/13cce02b-23dc-4b3b-aad0-caddbe493c26 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:12:14.265 8 INFO neutron.api.v2.resource [None req-8ddb4ef6-9cf4-4033-94ab-578a81ccc28e d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1596/3371] 199.204.45.69 () {30 vars in 762 bytes} [Thu Feb 26 03:12:14 2026] GET /v2.0/security-groups/lb-0bc34f4b-608b-49e7-98ce-1ebb3fd3b4fc => 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: 1776/3372] 199.204.45.69 () {30 vars in 784 bytes} [Thu Feb 26 03:12:14 2026] GET /v2.0/security-groups?name=lb-0bc34f4b-608b-49e7-98ce-1ebb3fd3b4fc => generated 1637 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3373] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:12:14 2026] GET /v2.0/ports?tenant_id=e7fd63ac1a7440edb1962e51dc230141&device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1777/3374] 199.204.45.69 () {30 vars in 736 bytes} [Thu Feb 26 03:12:14 2026] GET /v2.0/ports/13cce02b-23dc-4b3b-aad0-caddbe493c26 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3375] 199.204.45.69 () {34 vars in 1065 bytes} [Thu Feb 26 03:12:14 2026] GET /v2.0/networks?id=673e430e-ca99-4307-9304-f4c9ec92ccfb&id=e7681c3d-cd01-4d1e-a929-70cf78d0686a => generated 1523 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3376] 199.204.45.69 () {34 vars in 1059 bytes} [Thu Feb 26 03:12:14 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.11&port_id=be1f1088-58d3-4894-9213-091086dbb3f3 => 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: 1600/3377] 199.204.45.69 () {34 vars in 983 bytes} [Thu Feb 26 03:12:14 2026] GET /v2.0/subnets?id=8f832c78-315c-42f4-a48c-106e9b660b75 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3378] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:12:14 2026] GET /v2.0/ports?network_id=673e430e-ca99-4307-9304-f4c9ec92ccfb&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3379] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:12:14 2026] GET /v2.0/networks/673e430e-ca99-4307-9304-f4c9ec92ccfb?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: 1778/3380] 199.204.45.69 () {34 vars in 788 bytes} [Thu Feb 26 03:12:14 2026] PUT /v2.0/ports/13cce02b-23dc-4b3b-aad0-caddbe493c26 => generated 1094 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3381] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:12:14 2026] GET /v2.0/networks/673e430e-ca99-4307-9304-f4c9ec92ccfb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1779/3382] 199.204.45.69 () {32 vars in 778 bytes} [Thu Feb 26 03:12:14 2026] DELETE /v2.0/security-groups/94ced7eb-e78e-4229-97a5-fed0681be3bc => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:12:14.794 8 INFO neutron_taas.services.taas.taas_plugin [None req-6340ad67-4e3a-48f7-b373-e53d3c3f0ec5 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: 13cce02b-23dc-4b3b-aad0-caddbe493c26 2026-02-26 03:12:14.797 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6340ad67-4e3a-48f7-b373-e53d3c3f0ec5 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: 13cce02b-23dc-4b3b-aad0-caddbe493c26 [pid: 8|app: 0|req: 1604/3383] 199.204.45.69 () {32 vars in 758 bytes} [Thu Feb 26 03:12:14 2026] DELETE /v2.0/ports/13cce02b-23dc-4b3b-aad0-caddbe493c26 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1780/3384] 199.204.45.69 () {34 vars in 993 bytes} [Thu Feb 26 03:12:18 2026] GET /v2.0/ports?device_id=9d32d96d-f65e-4bc6-90c9-4dcabbb467e7 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:12:18.202 8 INFO neutron_taas.services.taas.taas_plugin [req-d9b9d0b1-544c-4d44-becf-8f9b9ccb2923 req-291897fb-a14d-4eaf-bc94-a129e868fec2 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] TaaS: Handle Delete Port: be1f1088-58d3-4894-9213-091086dbb3f3 2026-02-26 03:12:18.205 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d9b9d0b1-544c-4d44-becf-8f9b9ccb2923 req-291897fb-a14d-4eaf-bc94-a129e868fec2 d8742f7fa92f41c6a9007317aca83f00 e7fd63ac1a7440edb1962e51dc230141 - - default default] Tap Mirror: Handle Delete Port: be1f1088-58d3-4894-9213-091086dbb3f3 [pid: 8|app: 0|req: 1605/3385] 199.204.45.69 () {36 vars in 996 bytes} [Thu Feb 26 03:12:18 2026] DELETE /v2.0/ports/be1f1088-58d3-4894-9213-091086dbb3f3 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:12:18.424 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a8e2cab-a063-4a62-84e5-9492c4855176'] response: {'server_uuid': '9d32d96d-f65e-4bc6-90c9-4dcabbb467e7', 'name': 'network-vif-deleted', 'tag': 'be1f1088-58d3-4894-9213-091086dbb3f3', 'status': 'completed', 'code': 200} 2026-02-26 03:12:18.809 7 INFO neutron_taas.services.taas.taas_plugin [None req-1db4ebe4-2a6a-4e8b-a0cc-fbf11261518c ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] TaaS: Handle Delete Port: 9e65c326-495c-4aef-adbd-300ff52c1af3 2026-02-26 03:12:18.811 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1db4ebe4-2a6a-4e8b-a0cc-fbf11261518c ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] Tap Mirror: Handle Delete Port: 9e65c326-495c-4aef-adbd-300ff52c1af3 2026-02-26 03:12:18.974 7 INFO neutron.db.l3_db [None req-1db4ebe4-2a6a-4e8b-a0cc-fbf11261518c ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] Floating IP 77b0dc24-5bb5-4417-96c3-9ba60f64ed80 disassociated (deleted). External IP: 10.96.250.211, port: c7c077e9-e594-4696-a26a-3652752893db. [pid: 7|app: 0|req: 1781/3386] 10.0.0.78 () {32 vars in 731 bytes} [Thu Feb 26 03:12:18 2026] DELETE /v2.0/floatingips/77b0dc24-5bb5-4417-96c3-9ba60f64ed80 => generated 0 bytes in 549 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:12:19.258 8 INFO neutron.api.v2.resource [None req-575fb248-3b1c-4dd3-8bdb-a7e54c769b3d ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1606/3387] 10.0.0.78 () {32 vars in 728 bytes} [Thu Feb 26 03:12:19 2026] GET /v2.0/floatingips/77b0dc24-5bb5-4417-96c3-9ba60f64ed80 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:12:19.263 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-13ac7f27-abc1-4b97-be72-033054f14b69'] response: {'name': 'network-changed', 'server_uuid': '431ff4b8-a670-469b-ba51-4beaa947c3b0', 'tag': 'c7c077e9-e594-4696-a26a-3652752893db', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1782/3388] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:12:19 2026] GET /v2.0/ports?device_id=431ff4b8-a670-469b-ba51-4beaa947c3b0 => generated 1204 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3389] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:12:19 2026] GET /v2.0/security-groups?id=04851176-694c-430c-85ef-3b140776e716&fields=id&fields=name => generated 112 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1783/3390] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:12:19 2026] GET /v2.0/ports?tenant_id=3a0ba0ad61a44ff9b927694ff12221e4&device_id=431ff4b8-a670-469b-ba51-4beaa947c3b0 => generated 1473 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3391] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:12:19 2026] GET /v2.0/networks?id=b6e20ab3-7965-40db-aedb-47024f572b8b => generated 801 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1784/3392] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:12:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.105&port_id=c7c077e9-e594-4696-a26a-3652752893db => 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: 1609/3393] 199.204.45.69 () {34 vars in 1105 bytes} [Thu Feb 26 03:12:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A15d&port_id=c7c077e9-e594-4696-a26a-3652752893db => 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: 1785/3394] 199.204.45.69 () {34 vars in 1063 bytes} [Thu Feb 26 03:12:19 2026] GET /v2.0/subnets?id=dfb453e6-18be-44be-8b37-e2b230c60f03&id=52543079-8bf4-41c2-83a2-6fb9ca6f6265 => generated 1413 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3395] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:12:20 2026] GET /v2.0/ports?network_id=b6e20ab3-7965-40db-aedb-47024f572b8b&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1786/3396] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:12:20 2026] GET /v2.0/ports?network_id=b6e20ab3-7965-40db-aedb-47024f572b8b&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: 1611/3397] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:12:20 2026] GET /v2.0/networks/b6e20ab3-7965-40db-aedb-47024f572b8b?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: 1787/3398] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:12:20 2026] GET /v2.0/networks/b6e20ab3-7965-40db-aedb-47024f572b8b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3401] 199.204.45.69 () {34 vars in 993 bytes} [Thu Feb 26 03:12:21 2026] GET /v2.0/ports?device_id=431ff4b8-a670-469b-ba51-4beaa947c3b0 => generated 1204 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:12:22.232 7 INFO neutron_taas.services.taas.taas_plugin [req-c6f0ccde-dcc4-4b16-9b65-94fd1a19e31f req-da42bf26-f548-49f4-92b2-1c89271b4328 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] TaaS: Handle Delete Port: c7c077e9-e594-4696-a26a-3652752893db 2026-02-26 03:12:22.237 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c6f0ccde-dcc4-4b16-9b65-94fd1a19e31f req-da42bf26-f548-49f4-92b2-1c89271b4328 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] Tap Mirror: Handle Delete Port: c7c077e9-e594-4696-a26a-3652752893db [pid: 7|app: 0|req: 1789/3402] 199.204.45.69 () {36 vars in 996 bytes} [Thu Feb 26 03:12:22 2026] DELETE /v2.0/ports/c7c077e9-e594-4696-a26a-3652752893db => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:12:22.468 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-36755d1a-e9f0-4532-9e9a-372a4f425be0'] response: {'server_uuid': '431ff4b8-a670-469b-ba51-4beaa947c3b0', 'name': 'network-vif-deleted', 'tag': 'c7c077e9-e594-4696-a26a-3652752893db', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1614/3403] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:12:24 2026] GET /v2.0/ports?device_id=431ff4b8-a670-469b-ba51-4beaa947c3b0 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:12:29.817 7 INFO neutron_taas.services.taas.taas_plugin [None req-6457359e-88c6-4712-9fb0-33461a2afabc ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] TaaS: Handle Delete Port: bfdd4607-64bb-40db-9790-4b0622e31239 2026-02-26 03:12:29.821 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6457359e-88c6-4712-9fb0-33461a2afabc ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] Tap Mirror: Handle Delete Port: bfdd4607-64bb-40db-9790-4b0622e31239 2026-02-26 03:12:30.003 7 INFO neutron.db.l3_db [None req-6457359e-88c6-4712-9fb0-33461a2afabc ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] Floating IP bbd0f69d-2ee2-4db7-ac7f-9130be54b55c disassociated (deleted). External IP: 10.96.250.209, port: e5c1695a-8d27-47a7-8138-923cd9aa1877. [pid: 7|app: 0|req: 1790/3404] 10.0.0.78 () {32 vars in 731 bytes} [Thu Feb 26 03:12:29 2026] DELETE /v2.0/floatingips/bbd0f69d-2ee2-4db7-ac7f-9130be54b55c => generated 0 bytes in 590 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:12:30.297 8 INFO neutron.api.v2.resource [None req-f429127d-85d4-4575-a59f-2c1be9c23bee ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1615/3405] 10.0.0.78 () {32 vars in 728 bytes} [Thu Feb 26 03:12:30 2026] GET /v2.0/floatingips/bbd0f69d-2ee2-4db7-ac7f-9130be54b55c => generated 144 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:12:30.315 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e14f9bbd-5ed5-4189-9025-f3be66245682'] response: {'name': 'network-changed', 'server_uuid': '0daf7071-6145-49dc-a543-a134022b7fcc', 'tag': 'e5c1695a-8d27-47a7-8138-923cd9aa1877', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1791/3406] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:12:30 2026] GET /v2.0/ports?device_id=0daf7071-6145-49dc-a543-a134022b7fcc => generated 1200 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3407] 10.0.0.120 () {34 vars in 1040 bytes} [Thu Feb 26 03:12:30 2026] GET /v2.0/security-groups?id=04851176-694c-430c-85ef-3b140776e716&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1792/3408] 199.204.45.69 () {34 vars in 1079 bytes} [Thu Feb 26 03:12:30 2026] GET /v2.0/ports?tenant_id=3a0ba0ad61a44ff9b927694ff12221e4&device_id=0daf7071-6145-49dc-a543-a134022b7fcc => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3409] 199.204.45.69 () {34 vars in 985 bytes} [Thu Feb 26 03:12:30 2026] GET /v2.0/networks?id=6c6d645c-80d4-4e91-b4ba-2d90eba844ef => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1793/3410] 199.204.45.69 () {34 vars in 1057 bytes} [Thu Feb 26 03:12:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.181&port_id=e5c1695a-8d27-47a7-8138-923cd9aa1877 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3411] 199.204.45.69 () {34 vars in 1103 bytes} [Thu Feb 26 03:12:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A266&port_id=e5c1695a-8d27-47a7-8138-923cd9aa1877 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1794/3412] 199.204.45.69 () {34 vars in 1063 bytes} [Thu Feb 26 03:12:30 2026] GET /v2.0/subnets?id=3ba5b99a-36c6-43a1-a507-0be2c3d4442b&id=2ab5af61-1f86-4090-a192-547882f78d9b => generated 1409 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3413] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:12:31 2026] GET /v2.0/ports?network_id=6c6d645c-80d4-4e91-b4ba-2d90eba844ef&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: 1795/3414] 199.204.45.69 () {34 vars in 1051 bytes} [Thu Feb 26 03:12:31 2026] GET /v2.0/ports?network_id=6c6d645c-80d4-4e91-b4ba-2d90eba844ef&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: 1620/3415] 199.204.45.69 () {34 vars in 1011 bytes} [Thu Feb 26 03:12:31 2026] GET /v2.0/networks/6c6d645c-80d4-4e91-b4ba-2d90eba844ef?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: 1796/3416] 199.204.45.69 () {34 vars in 1111 bytes} [Thu Feb 26 03:12:31 2026] GET /v2.0/networks/6c6d645c-80d4-4e91-b4ba-2d90eba844ef?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3417] 199.204.45.69 () {34 vars in 993 bytes} [Thu Feb 26 03:12:32 2026] GET /v2.0/ports?device_id=0daf7071-6145-49dc-a543-a134022b7fcc => generated 1198 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:12:33.119 7 INFO neutron_taas.services.taas.taas_plugin [req-e88ff924-e658-4d17-8033-94a283d3c20c req-93d2c4e2-6769-4abd-93d6-b5304c853e01 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] TaaS: Handle Delete Port: e5c1695a-8d27-47a7-8138-923cd9aa1877 2026-02-26 03:12:33.121 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e88ff924-e658-4d17-8033-94a283d3c20c req-93d2c4e2-6769-4abd-93d6-b5304c853e01 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] Tap Mirror: Handle Delete Port: e5c1695a-8d27-47a7-8138-923cd9aa1877 [pid: 7|app: 0|req: 1797/3418] 199.204.45.69 () {36 vars in 996 bytes} [Thu Feb 26 03:12:32 2026] DELETE /v2.0/ports/e5c1695a-8d27-47a7-8138-923cd9aa1877 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:12:33.327 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4f3d2c48-1737-4372-9804-85fcde3be52a'] response: {'server_uuid': '0daf7071-6145-49dc-a543-a134022b7fcc', 'name': 'network-vif-deleted', 'tag': 'e5c1695a-8d27-47a7-8138-923cd9aa1877', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1622/3419] 10.0.0.120 () {34 vars in 990 bytes} [Thu Feb 26 03:12:35 2026] GET /v2.0/ports?device_id=0daf7071-6145-49dc-a543-a134022b7fcc => 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: 1799/3422] 10.0.0.78 () {32 vars in 749 bytes} [Thu Feb 26 03:12:40 2026] DELETE /v2.0/security-group-rules/c313366f-7a67-42c6-a493-a08e94cadac6 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:12:40.915 8 INFO neutron.api.v2.resource [None req-92544722-f133-4480-9742-9ff865b7d2ee ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1624/3423] 10.0.0.78 () {32 vars in 746 bytes} [Thu Feb 26 03:12:40 2026] GET /v2.0/security-group-rules/c313366f-7a67-42c6-a493-a08e94cadac6 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1800/3424] 10.0.0.78 () {32 vars in 749 bytes} [Thu Feb 26 03:12:40 2026] DELETE /v2.0/security-group-rules/303a8d3e-2e0b-4a82-bce9-209e35bae1b5 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:12:41.018 8 INFO neutron.api.v2.resource [None req-8cd1b55e-f2f2-44d5-abb0-4298b7e477b5 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1625/3425] 10.0.0.78 () {32 vars in 746 bytes} [Thu Feb 26 03:12:41 2026] GET /v2.0/security-group-rules/303a8d3e-2e0b-4a82-bce9-209e35bae1b5 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1801/3426] 10.0.0.78 () {32 vars in 749 bytes} [Thu Feb 26 03:12:41 2026] DELETE /v2.0/security-group-rules/08419a91-abb2-4ea3-b315-818b49880934 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:12:41.101 8 INFO neutron.api.v2.resource [None req-188cded1-3ffb-4b77-b33d-e6b7d6511a3d ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1626/3427] 10.0.0.78 () {32 vars in 746 bytes} [Thu Feb 26 03:12:41 2026] GET /v2.0/security-group-rules/08419a91-abb2-4ea3-b315-818b49880934 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1802/3428] 10.0.0.78 () {32 vars in 749 bytes} [Thu Feb 26 03:12:41 2026] DELETE /v2.0/security-group-rules/e5e6ee87-b259-45f6-94ce-00565529129e => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:12:41.196 8 INFO neutron.api.v2.resource [None req-85a72e6e-5a3d-4759-a0cb-948b456a9ef9 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1627/3429] 10.0.0.78 () {32 vars in 746 bytes} [Thu Feb 26 03:12:41 2026] GET /v2.0/security-group-rules/e5e6ee87-b259-45f6-94ce-00565529129e => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1803/3430] 10.0.0.78 () {32 vars in 749 bytes} [Thu Feb 26 03:12:41 2026] DELETE /v2.0/security-group-rules/3a33ab64-64b8-434a-b02e-8c9a43c5c68d => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:12:41.304 8 INFO neutron.api.v2.resource [None req-33117ac8-4cee-4407-8118-407a6326754d ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1628/3431] 10.0.0.78 () {32 vars in 746 bytes} [Thu Feb 26 03:12:41 2026] GET /v2.0/security-group-rules/3a33ab64-64b8-434a-b02e-8c9a43c5c68d => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1804/3432] 10.0.0.78 () {32 vars in 749 bytes} [Thu Feb 26 03:12:41 2026] DELETE /v2.0/security-group-rules/efdd36e3-55b9-47ab-a42c-c05e916d1360 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:12:41.392 8 INFO neutron.api.v2.resource [None req-ac7da583-1e85-4c19-b011-d64c9f822573 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1629/3433] 10.0.0.78 () {32 vars in 746 bytes} [Thu Feb 26 03:12:41 2026] GET /v2.0/security-group-rules/efdd36e3-55b9-47ab-a42c-c05e916d1360 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1805/3434] 10.0.0.78 () {32 vars in 749 bytes} [Thu Feb 26 03:12:41 2026] DELETE /v2.0/security-group-rules/249f3616-f72a-45a9-9e97-986f0da645ba => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:12:41.481 8 INFO neutron.api.v2.resource [None req-181a06c6-9cdf-461f-9199-432a750f2a6b ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1630/3435] 10.0.0.78 () {32 vars in 746 bytes} [Thu Feb 26 03:12:41 2026] GET /v2.0/security-group-rules/249f3616-f72a-45a9-9e97-986f0da645ba => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1806/3436] 10.0.0.78 () {32 vars in 749 bytes} [Thu Feb 26 03:12:41 2026] DELETE /v2.0/security-group-rules/f1b42432-8f37-406a-8234-600f5b42d208 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:12:41.574 8 INFO neutron.api.v2.resource [None req-51c2dd8a-7297-4ea7-b126-ae853ddc860d ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1631/3437] 10.0.0.78 () {32 vars in 746 bytes} [Thu Feb 26 03:12:41 2026] GET /v2.0/security-group-rules/f1b42432-8f37-406a-8234-600f5b42d208 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1807/3438] 10.0.0.78 () {32 vars in 749 bytes} [Thu Feb 26 03:12:41 2026] DELETE /v2.0/security-group-rules/b9e0bd73-c5a8-43de-96dd-183dbaed3a38 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:12:41.668 8 INFO neutron.api.v2.resource [None req-55607aee-5372-49fa-88a5-db26faba1b54 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1632/3439] 10.0.0.78 () {32 vars in 746 bytes} [Thu Feb 26 03:12:41 2026] GET /v2.0/security-group-rules/b9e0bd73-c5a8-43de-96dd-183dbaed3a38 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1808/3440] 10.0.0.78 () {32 vars in 749 bytes} [Thu Feb 26 03:12:41 2026] DELETE /v2.0/security-group-rules/18dd1392-70d8-49dc-a055-f7bc7589c279 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:12:41.760 8 INFO neutron.api.v2.resource [None req-b83f103b-5ccf-4849-bb12-12cbc91ac7ce ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1633/3441] 10.0.0.78 () {32 vars in 746 bytes} [Thu Feb 26 03:12:41 2026] GET /v2.0/security-group-rules/18dd1392-70d8-49dc-a055-f7bc7589c279 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1809/3442] 10.0.0.78 () {32 vars in 749 bytes} [Thu Feb 26 03:12:41 2026] DELETE /v2.0/security-group-rules/1aed1d86-604e-4a30-8016-39c2d2291b4b => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:12:41.851 8 INFO neutron.api.v2.resource [None req-5aa47568-eeb0-496d-80fd-5b9af931aa70 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1634/3443] 10.0.0.78 () {32 vars in 746 bytes} [Thu Feb 26 03:12:41 2026] GET /v2.0/security-group-rules/1aed1d86-604e-4a30-8016-39c2d2291b4b => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1810/3444] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:12:41 2026] DELETE /v2.0/security-groups/04851176-694c-430c-85ef-3b140776e716 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:12:41.954 8 INFO neutron.api.v2.resource [None req-e33c9685-70eb-4fd4-b313-6c0cd9dfde56 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1635/3445] 10.0.0.78 () {32 vars in 736 bytes} [Thu Feb 26 03:12:41 2026] GET /v2.0/security-groups/04851176-694c-430c-85ef-3b140776e716 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:12:42.419 7 INFO neutron_taas.services.taas.taas_plugin [None req-247431d5-049e-4868-a20a-4ec511c5b30d ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] TaaS: Handle Delete Port: 628f86d1-9871-4bd5-b744-979ff219d417 2026-02-26 03:12:42.422 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-247431d5-049e-4868-a20a-4ec511c5b30d ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] Tap Mirror: Handle Delete Port: 628f86d1-9871-4bd5-b744-979ff219d417 [pid: 7|app: 0|req: 1811/3446] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:12:42 2026] PUT /v2.0/routers/79e13ec0-4037-4d2d-aa8d-23fc23cb6dfc/remove_router_interface => generated 309 bytes in 865 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:12:43.053 8 INFO neutron.api.v2.resource [None req-45ef795f-d8c8-446d-8e1e-a0fb4f8c7632 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1636/3447] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:12:42 2026] PUT /v2.0/routers/79e13ec0-4037-4d2d-aa8d-23fc23cb6dfc/remove_router_interface => generated 198 bytes in 179 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:12:43.485 7 INFO neutron_taas.services.taas.taas_plugin [None req-29931821-7fe1-49f0-b8c1-81d6656c57fe ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] TaaS: Handle Delete Port: 73b7978a-2179-4b68-82a2-1e618dc63d02 2026-02-26 03:12:43.488 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29931821-7fe1-49f0-b8c1-81d6656c57fe ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] Tap Mirror: Handle Delete Port: 73b7978a-2179-4b68-82a2-1e618dc63d02 [pid: 7|app: 0|req: 1812/3448] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:12:43 2026] PUT /v2.0/routers/79e13ec0-4037-4d2d-aa8d-23fc23cb6dfc/remove_router_interface => generated 309 bytes in 1101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:12:44.499 8 INFO neutron.api.v2.resource [None req-27a42c0b-b1e6-47e0-8dc2-7ddb25d11519 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1637/3449] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:12:44 2026] PUT /v2.0/routers/79e13ec0-4037-4d2d-aa8d-23fc23cb6dfc/remove_router_interface => generated 198 bytes in 335 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:12:44.915 7 INFO neutron_taas.services.taas.taas_plugin [None req-f09b0cc0-aa74-4aed-b04f-6867fd6eef7f ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] TaaS: Handle Delete Port: fe600677-d182-40d3-9f8a-82f13cd4cbcb 2026-02-26 03:12:44.918 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f09b0cc0-aa74-4aed-b04f-6867fd6eef7f ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] Tap Mirror: Handle Delete Port: fe600677-d182-40d3-9f8a-82f13cd4cbcb [pid: 7|app: 0|req: 1813/3450] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:12:44 2026] PUT /v2.0/routers/79e13ec0-4037-4d2d-aa8d-23fc23cb6dfc/remove_router_interface => generated 309 bytes in 985 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:12:45.638 8 INFO neutron.api.v2.resource [None req-6ef4926d-e8bd-462d-80c6-6594e5cf99d0 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1638/3451] 10.0.0.78 () {34 vars in 788 bytes} [Thu Feb 26 03:12:45 2026] PUT /v2.0/routers/79e13ec0-4037-4d2d-aa8d-23fc23cb6dfc/remove_router_interface => generated 198 bytes in 145 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:12:45.863 7 INFO neutron_taas.services.taas.taas_plugin [None req-65e6c2b8-8997-41bb-8611-7a8d995d9936 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] TaaS: Handle Delete Port: 68372a2c-5b29-4fc7-a423-abb0e50aa588 2026-02-26 03:12:45.865 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65e6c2b8-8997-41bb-8611-7a8d995d9936 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] Tap Mirror: Handle Delete Port: 68372a2c-5b29-4fc7-a423-abb0e50aa588 2026-02-26 03:12:46.127 7 INFO neutron_taas.services.taas.taas_plugin [None req-65e6c2b8-8997-41bb-8611-7a8d995d9936 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] TaaS: Handle Delete Port: cac5ea46-ef85-4b77-b43b-bda8c3a0b0e7 2026-02-26 03:12:46.130 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65e6c2b8-8997-41bb-8611-7a8d995d9936 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] Tap Mirror: Handle Delete Port: cac5ea46-ef85-4b77-b43b-bda8c3a0b0e7 2026-02-26 03:12:46.482 7 INFO neutron.services.segments.plugin [-] Segment b33314b5-b557-460b-ae96-205cf5f0fee2 resource provider aggregate not found 2026-02-26 03:12:46.488 7 INFO neutron.services.segments.plugin [-] Segment b33314b5-b557-460b-ae96-205cf5f0fee2 resource provider aggregate not found 2026-02-26 03:12:46.499 7 INFO neutron.services.segments.plugin [-] Segment b33314b5-b557-460b-ae96-205cf5f0fee2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b33314b5-b557-460b-ae96-205cf5f0fee2 found for delete ", "request_id": "req-554e3763-1846-40da-b3b1-41923321d5ce"}]} 2026-02-26 03:12:46.510 7 INFO neutron.services.segments.plugin [-] Segment b33314b5-b557-460b-ae96-205cf5f0fee2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b33314b5-b557-460b-ae96-205cf5f0fee2 found for delete ", "request_id": "req-6d7c1c0a-33fa-45aa-baa7-3c4bd5decc93"}]} 2026-02-26 03:12:46.526 7 INFO neutron.db.l3_hamode_db [None req-65e6c2b8-8997-41bb-8611-7a8d995d9936 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] HA network 2898b255-b694-4bb4-9b71-c75e5275dc88 was deleted as no HA routers are present in tenant 3a0ba0ad61a44ff9b927694ff12221e4. [pid: 7|app: 0|req: 1814/3452] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:12:45 2026] DELETE /v2.0/routers/79e13ec0-4037-4d2d-aa8d-23fc23cb6dfc => generated 0 bytes in 888 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:12:46.568 8 INFO neutron.api.v2.resource [None req-86145310-6b32-4aba-89eb-69069435703a ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1639/3453] 10.0.0.78 () {32 vars in 720 bytes} [Thu Feb 26 03:12:46 2026] GET /v2.0/routers/79e13ec0-4037-4d2d-aa8d-23fc23cb6dfc => generated 135 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1815/3454] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:12:46 2026] DELETE /v2.0/subnets/dfb453e6-18be-44be-8b37-e2b230c60f03 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:12:46.767 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d11195c8-79d6-4ced-b208-96735fe9e3af ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1640/3455] 10.0.0.78 () {32 vars in 720 bytes} [Thu Feb 26 03:12:46 2026] GET /v2.0/subnets/dfb453e6-18be-44be-8b37-e2b230c60f03 => 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: 1816/3456] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:12:46 2026] DELETE /v2.0/subnets/52543079-8bf4-41c2-83a2-6fb9ca6f6265 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:12:46.956 8 INFO neutron.pecan_wsgi.hooks.translation [None req-11988c84-9d7c-46d2-92c1-b0a172c72284 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1641/3457] 10.0.0.78 () {32 vars in 720 bytes} [Thu Feb 26 03:12:46 2026] GET /v2.0/subnets/52543079-8bf4-41c2-83a2-6fb9ca6f6265 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:12:47.066 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb0bc01f-2fe0-479e-a4ef-6999e87baadf ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] TaaS: Handle Delete Port: 31b4565b-8543-4411-b7a9-209ed951220c 2026-02-26 03:12:47.070 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb0bc01f-2fe0-479e-a4ef-6999e87baadf ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] Tap Mirror: Handle Delete Port: 31b4565b-8543-4411-b7a9-209ed951220c [pid: 7|app: 0|req: 1817/3458] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:12:46 2026] DELETE /v2.0/networks/b6e20ab3-7965-40db-aedb-47024f572b8b => generated 0 bytes in 708 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:12:47.691 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b868d5d2-4ef0-4b46-ba2f-c969896098e5 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1642/3459] 10.0.0.78 () {32 vars in 722 bytes} [Thu Feb 26 03:12:47 2026] GET /v2.0/networks/b6e20ab3-7965-40db-aedb-47024f572b8b => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1818/3460] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:12:47 2026] DELETE /v2.0/subnets/2ab5af61-1f86-4090-a192-547882f78d9b => generated 0 bytes in 455 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:12:48.179 8 INFO neutron.pecan_wsgi.hooks.translation [None req-abc82a67-f6ef-4833-97e2-b703dac0ed4e ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1643/3461] 10.0.0.78 () {32 vars in 720 bytes} [Thu Feb 26 03:12:48 2026] GET /v2.0/subnets/2ab5af61-1f86-4090-a192-547882f78d9b => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:12:48.519 7 INFO neutron.services.segments.plugin [-] Segment 80001b38-1483-40bf-a7cb-04cab799cafa resource provider aggregate not found 2026-02-26 03:12:48.549 7 INFO neutron.services.segments.plugin [-] Segment 80001b38-1483-40bf-a7cb-04cab799cafa resource provider aggregate not found 2026-02-26 03:12:48.567 7 INFO neutron.services.segments.plugin [-] Segment 80001b38-1483-40bf-a7cb-04cab799cafa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80001b38-1483-40bf-a7cb-04cab799cafa found for delete ", "request_id": "req-aa6dbd78-63d7-4fd8-b619-3095a52e0bda"}]} 2026-02-26 03:12:48.570 7 INFO neutron.services.segments.plugin [-] Segment 80001b38-1483-40bf-a7cb-04cab799cafa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80001b38-1483-40bf-a7cb-04cab799cafa found for delete ", "request_id": "req-6c70a392-3d0e-4c97-8d87-2b47c6e33188"}]} [pid: 7|app: 0|req: 1819/3462] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:12:48 2026] DELETE /v2.0/subnets/3ba5b99a-36c6-43a1-a507-0be2c3d4442b => generated 0 bytes in 554 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:12:48.762 8 INFO neutron.pecan_wsgi.hooks.translation [None req-673a9706-4a2f-4c53-b781-430c313b3a84 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1644/3463] 10.0.0.78 () {32 vars in 720 bytes} [Thu Feb 26 03:12:48 2026] GET /v2.0/subnets/3ba5b99a-36c6-43a1-a507-0be2c3d4442b => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:12:48.861 7 INFO neutron_taas.services.taas.taas_plugin [None req-fffb8580-e5c0-4ab7-8db4-c902cc0b3dbb ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] TaaS: Handle Delete Port: 77a36949-f2be-42ac-bf14-e6e33d01afee 2026-02-26 03:12:48.865 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fffb8580-e5c0-4ab7-8db4-c902cc0b3dbb ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] Tap Mirror: Handle Delete Port: 77a36949-f2be-42ac-bf14-e6e33d01afee [pid: 7|app: 0|req: 1820/3464] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:12:48 2026] DELETE /v2.0/networks/6c6d645c-80d4-4e91-b4ba-2d90eba844ef => generated 0 bytes in 729 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:12:49.518 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a1dfc48a-7524-43a9-a874-2dd6d8423c7f ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1645/3465] 10.0.0.78 () {32 vars in 722 bytes} [Thu Feb 26 03:12:49 2026] GET /v2.0/networks/6c6d645c-80d4-4e91-b4ba-2d90eba844ef => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1821/3466] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:12:49 2026] DELETE /v2.0/subnets/c916781c-dd56-47a6-89c2-49dd8260ea1c => generated 0 bytes in 492 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:12:50.046 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0b7ac289-940b-454d-bfc6-52d67c279ad4 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1646/3467] 10.0.0.78 () {32 vars in 720 bytes} [Thu Feb 26 03:12:50 2026] GET /v2.0/subnets/c916781c-dd56-47a6-89c2-49dd8260ea1c => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1822/3468] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:12:50 2026] DELETE /v2.0/subnets/732d400e-6474-42c6-8139-901c83d4a53e => generated 0 bytes in 360 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:12:50.451 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2f3f21b7-d4b7-4ceb-a90a-8184ec70dc8d ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1647/3469] 10.0.0.78 () {32 vars in 720 bytes} [Thu Feb 26 03:12:50 2026] GET /v2.0/subnets/732d400e-6474-42c6-8139-901c83d4a53e => generated 136 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:12:50.562 7 INFO neutron_taas.services.taas.taas_plugin [None req-f46d1eda-0217-488f-8be2-f02d814d60a2 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] TaaS: Handle Delete Port: 05320063-1dc7-4e20-b4bc-bcb09d2a7f75 2026-02-26 03:12:50.565 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f46d1eda-0217-488f-8be2-f02d814d60a2 ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] Tap Mirror: Handle Delete Port: 05320063-1dc7-4e20-b4bc-bcb09d2a7f75 2026-02-26 03:12:50.593 7 INFO neutron.services.segments.plugin [-] Segment 12e9c8d2-c5e6-4743-aff2-14ee8b34e4c1 resource provider aggregate not found 2026-02-26 03:12:50.596 7 INFO neutron.services.segments.plugin [-] Segment 12e9c8d2-c5e6-4743-aff2-14ee8b34e4c1 resource provider aggregate not found 2026-02-26 03:12:50.621 7 INFO neutron.services.segments.plugin [-] Segment 12e9c8d2-c5e6-4743-aff2-14ee8b34e4c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12e9c8d2-c5e6-4743-aff2-14ee8b34e4c1 found for delete ", "request_id": "req-e3dde708-0ea6-48b7-a1a3-188d9253bf55"}]} 2026-02-26 03:12:50.624 7 INFO neutron.services.segments.plugin [-] Segment 12e9c8d2-c5e6-4743-aff2-14ee8b34e4c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12e9c8d2-c5e6-4743-aff2-14ee8b34e4c1 found for delete ", "request_id": "req-cc2ffb8a-b777-49cf-bff2-cfe44a909803"}]} [pid: 7|app: 0|req: 1823/3470] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:12:50 2026] DELETE /v2.0/networks/e7681c3d-cd01-4d1e-a929-70cf78d0686a => generated 0 bytes in 579 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:12:51.073 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5d0ccbc5-c5b4-4517-a500-0c351b9b2d0b ffe14a83548b44d8893b9b1e0126fa7a 3a0ba0ad61a44ff9b927694ff12221e4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1648/3471] 10.0.0.78 () {32 vars in 722 bytes} [Thu Feb 26 03:12:51 2026] GET /v2.0/networks/e7681c3d-cd01-4d1e-a929-70cf78d0686a => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:12:52.640 7 INFO neutron.services.segments.plugin [-] Segment d88a9ae1-1abc-4392-8c1e-0259f86137c7 resource provider aggregate not found 2026-02-26 03:12:52.644 7 INFO neutron.services.segments.plugin [-] Segment d88a9ae1-1abc-4392-8c1e-0259f86137c7 resource provider aggregate not found 2026-02-26 03:12:52.655 7 INFO neutron.services.segments.plugin [-] Segment d88a9ae1-1abc-4392-8c1e-0259f86137c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d88a9ae1-1abc-4392-8c1e-0259f86137c7 found for delete ", "request_id": "req-7ab9794f-873c-4c47-8f8a-2720c0b374dc"}]} 2026-02-26 03:12:52.662 7 INFO neutron.services.segments.plugin [-] Segment d88a9ae1-1abc-4392-8c1e-0259f86137c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d88a9ae1-1abc-4392-8c1e-0259f86137c7 found for delete ", "request_id": "req-3131522b-cefe-496b-ad36-bb7ebe0537bd"}]} [pid: 7|app: 0|req: 1825/3474] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:12:56 2026] GET /v2.0/security-groups?tenant_id=3a0ba0ad61a44ff9b927694ff12221e4&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3475] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:12:56 2026] DELETE /v2.0/security-groups/cc439422-3a85-4bb4-bde5-a8722e6d203f => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1826/3476] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:12:57 2026] GET /v2.0/security-groups?tenant_id=dbf1eeadcc5e4ac4b8a24672ed3041fc&name=default => generated 2929 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3477] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:12:57 2026] DELETE /v2.0/security-groups/1d36df82-7827-4d87-a794-27335e51d779 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1827/3478] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:12:58 2026] GET /v2.0/security-groups?tenant_id=992c312f99934fbaaf39d43782b81280&name=default => generated 2929 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3479] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:12:58 2026] DELETE /v2.0/security-groups/6deff4f1-f290-4666-b7e1-61ac245b1932 => generated 0 bytes in 612 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1828/3480] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:13:00 2026] GET /v2.0/security-groups?tenant_id=2b2f16b52b3f412bab4aac15a8b8fcc4&name=default => generated 2929 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3481] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:13:00 2026] DELETE /v2.0/security-groups/ea317858-1f1a-45b4-9796-aa33525b1170 => 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: 1829/3482] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:13:00 2026] GET /v2.0/security-groups?tenant_id=5eaf6a1fa9344c5d83b4085f8ab5e1a3&name=default => generated 2929 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3483] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:13:00 2026] DELETE /v2.0/security-groups/512efb5f-7474-42e4-ac33-ef3daa9637af => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1830/3484] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:13:00 2026] GET /v2.0/security-groups?tenant_id=28d83f30c33642669cac455656904a57&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3485] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:13:00 2026] DELETE /v2.0/security-groups/c627dd00-7a5d-4e68-a94f-66b37bbd305d => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1831/3486] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:13:01 2026] GET /v2.0/security-groups?tenant_id=7caa2c155c2a4a88ad5d705805e5c8a3&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3487] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:13:01 2026] DELETE /v2.0/security-groups/92d4a46e-fbfd-42a0-ac11-33c7cb2c9dd4 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1832/3488] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:13:04 2026] GET /v2.0/routers => generated 15 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3489] 10.0.0.27 () {28 vars in 623 bytes} [Thu Feb 26 03:13:04 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1833/3490] 10.0.0.27 () {28 vars in 618 bytes} [Thu Feb 26 03:13:04 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3491] 10.0.0.27 () {28 vars in 584 bytes} [Thu Feb 26 03:13:04 2026] GET /v2.0/networks => generated 2168 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1834/3492] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:13:04 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3493] 10.0.0.27 () {28 vars in 578 bytes} [Thu Feb 26 03:13:04 2026] GET /v2.0/ports => generated 4725 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1835/3494] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:13:04 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3495] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:13:04 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1836/3496] 10.0.0.27 () {28 vars in 598 bytes} [Thu Feb 26 03:13:04 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3497] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:13:04 2026] GET /v2.0/floatingips => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3498] 10.0.0.27 () {28 vars in 580 bytes} [Thu Feb 26 03:13:04 2026] GET /v2.0/agents => generated 3384 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1837/3499] 10.0.0.78 () {34 vars in 677 bytes} [Thu Feb 26 03:13:04 2026] POST /v2.0/qos/policies => generated 359 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3500] 10.0.0.78 () {34 vars in 752 bytes} [Thu Feb 26 03:13:04 2026] PUT /v2.0/policies/0a842040-e90f-41d0-a7ec-4ae94e4c77b4/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1838/3501] 10.0.0.78 () {32 vars in 732 bytes} [Thu Feb 26 03:13:04 2026] GET /v2.0/policies/0a842040-e90f-41d0-a7ec-4ae94e4c77b4/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3502] 10.0.0.78 () {34 vars in 763 bytes} [Thu Feb 26 03:13:04 2026] PUT /v2.0/policies/0a842040-e90f-41d0-a7ec-4ae94e4c77b4/tags/green => 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: 1839/3503] 10.0.0.78 () {32 vars in 732 bytes} [Thu Feb 26 03:13:04 2026] GET /v2.0/policies/0a842040-e90f-41d0-a7ec-4ae94e4c77b4/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3504] 10.0.0.78 () {34 vars in 759 bytes} [Thu Feb 26 03:13:04 2026] PUT /v2.0/policies/0a842040-e90f-41d0-a7ec-4ae94e4c77b4/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1840/3505] 10.0.0.78 () {32 vars in 732 bytes} [Thu Feb 26 03:13:04 2026] GET /v2.0/policies/0a842040-e90f-41d0-a7ec-4ae94e4c77b4/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3506] 10.0.0.78 () {34 vars in 781 bytes} [Thu Feb 26 03:13:04 2026] PUT /v2.0/policies/0a842040-e90f-41d0-a7ec-4ae94e4c77b4/tags/black.or.white => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1841/3507] 10.0.0.78 () {32 vars in 732 bytes} [Thu Feb 26 03:13:05 2026] GET /v2.0/policies/0a842040-e90f-41d0-a7ec-4ae94e4c77b4/tags => generated 52 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1667/3508] 10.0.0.78 () {34 vars in 752 bytes} [Thu Feb 26 03:13:05 2026] PUT /v2.0/policies/0a842040-e90f-41d0-a7ec-4ae94e4c77b4/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1842/3509] 10.0.0.78 () {32 vars in 732 bytes} [Thu Feb 26 03:13:05 2026] GET /v2.0/policies/0a842040-e90f-41d0-a7ec-4ae94e4c77b4/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3510] 10.0.0.78 () {32 vars in 740 bytes} [Thu Feb 26 03:13:05 2026] GET /v2.0/policies/0a842040-e90f-41d0-a7ec-4ae94e4c77b4/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:13:05.293 7 INFO neutron.api.v2.resource [None req-18a5a5d2-52cf-4797-bc4d-d5a514cbcacf dcd93414584a4e9d96a1b0f617dba6b3 d1f361db38f241898ee24916d2c963e6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1843/3511] 10.0.0.78 () {32 vars in 744 bytes} [Thu Feb 26 03:13:05 2026] GET /v2.0/policies/0a842040-e90f-41d0-a7ec-4ae94e4c77b4/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3512] 10.0.0.78 () {32 vars in 743 bytes} [Thu Feb 26 03:13:05 2026] DELETE /v2.0/policies/0a842040-e90f-41d0-a7ec-4ae94e4c77b4/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1844/3513] 10.0.0.78 () {32 vars in 732 bytes} [Thu Feb 26 03:13:05 2026] GET /v2.0/policies/0a842040-e90f-41d0-a7ec-4ae94e4c77b4/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:13:05.436 8 INFO neutron.api.v2.resource [None req-7bbbba78-f757-4ce5-8f36-6cb5594d0374 dcd93414584a4e9d96a1b0f617dba6b3 d1f361db38f241898ee24916d2c963e6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1670/3514] 10.0.0.78 () {32 vars in 747 bytes} [Thu Feb 26 03:13:05 2026] DELETE /v2.0/policies/0a842040-e90f-41d0-a7ec-4ae94e4c77b4/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: 1845/3515] 10.0.0.78 () {32 vars in 735 bytes} [Thu Feb 26 03:13:05 2026] DELETE /v2.0/policies/0a842040-e90f-41d0-a7ec-4ae94e4c77b4/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: 1671/3516] 10.0.0.78 () {32 vars in 732 bytes} [Thu Feb 26 03:13:05 2026] GET /v2.0/policies/0a842040-e90f-41d0-a7ec-4ae94e4c77b4/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1846/3517] 10.0.0.78 () {32 vars in 733 bytes} [Thu Feb 26 03:13:05 2026] DELETE /v2.0/qos/policies/0a842040-e90f-41d0-a7ec-4ae94e4c77b4 => 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: 1672/3520] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:13:06 2026] GET /v2.0/security-groups?tenant_id=d1f361db38f241898ee24916d2c963e6&name=default => generated 2929 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1849/3521] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:13:06 2026] DELETE /v2.0/security-groups/f980af9e-afc5-4ab0-a163-bb634f02e4fb => 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: 1673/3522] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:13:06 2026] GET /v2.0/security-groups?tenant_id=bae03e42f8804b3d8f694799c6a59859&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1850/3523] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:13:06 2026] DELETE /v2.0/security-groups/dce664c0-8a3b-4bd7-9f2f-8067bcad72de => 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: 1674/3524] 10.0.0.78 () {34 vars in 675 bytes} [Thu Feb 26 03:13:10 2026] POST /v2.0/subnetpools => generated 516 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1851/3525] 10.0.0.78 () {34 vars in 758 bytes} [Thu Feb 26 03:13:10 2026] PUT /v2.0/subnetpools/4793fa31-c6cf-44a9-a07a-9413f3401128/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: 1675/3526] 10.0.0.78 () {32 vars in 738 bytes} [Thu Feb 26 03:13:10 2026] GET /v2.0/subnetpools/4793fa31-c6cf-44a9-a07a-9413f3401128/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1852/3527] 10.0.0.78 () {34 vars in 769 bytes} [Thu Feb 26 03:13:10 2026] PUT /v2.0/subnetpools/4793fa31-c6cf-44a9-a07a-9413f3401128/tags/green => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3528] 10.0.0.78 () {32 vars in 738 bytes} [Thu Feb 26 03:13:10 2026] GET /v2.0/subnetpools/4793fa31-c6cf-44a9-a07a-9413f3401128/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1853/3529] 10.0.0.78 () {34 vars in 765 bytes} [Thu Feb 26 03:13:10 2026] PUT /v2.0/subnetpools/4793fa31-c6cf-44a9-a07a-9413f3401128/tags/red => 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: 1677/3530] 10.0.0.78 () {32 vars in 738 bytes} [Thu Feb 26 03:13:10 2026] GET /v2.0/subnetpools/4793fa31-c6cf-44a9-a07a-9413f3401128/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1854/3531] 10.0.0.78 () {34 vars in 787 bytes} [Thu Feb 26 03:13:10 2026] PUT /v2.0/subnetpools/4793fa31-c6cf-44a9-a07a-9413f3401128/tags/black.or.white => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3532] 10.0.0.78 () {32 vars in 738 bytes} [Thu Feb 26 03:13:10 2026] GET /v2.0/subnetpools/4793fa31-c6cf-44a9-a07a-9413f3401128/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1855/3533] 10.0.0.78 () {34 vars in 758 bytes} [Thu Feb 26 03:13:10 2026] PUT /v2.0/subnetpools/4793fa31-c6cf-44a9-a07a-9413f3401128/tags => generated 37 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3534] 10.0.0.78 () {32 vars in 738 bytes} [Thu Feb 26 03:13:10 2026] GET /v2.0/subnetpools/4793fa31-c6cf-44a9-a07a-9413f3401128/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1856/3535] 10.0.0.78 () {32 vars in 746 bytes} [Thu Feb 26 03:13:11 2026] GET /v2.0/subnetpools/4793fa31-c6cf-44a9-a07a-9413f3401128/tags/red => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:13:11.077 8 INFO neutron.api.v2.resource [None req-23746285-3d48-4c55-bcb4-1deffc5499ac 0bec4dae4a8842e6bbc578a2463f9289 28d8426076634d8d972b5c1102bc7da8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1680/3536] 10.0.0.78 () {32 vars in 750 bytes} [Thu Feb 26 03:13:11 2026] GET /v2.0/subnetpools/4793fa31-c6cf-44a9-a07a-9413f3401128/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1857/3537] 10.0.0.78 () {32 vars in 749 bytes} [Thu Feb 26 03:13:11 2026] DELETE /v2.0/subnetpools/4793fa31-c6cf-44a9-a07a-9413f3401128/tags/red => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3538] 10.0.0.78 () {32 vars in 738 bytes} [Thu Feb 26 03:13:11 2026] GET /v2.0/subnetpools/4793fa31-c6cf-44a9-a07a-9413f3401128/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:13:11.216 7 INFO neutron.api.v2.resource [None req-fe6a019b-3419-4215-bc6d-5358f0ead6a3 0bec4dae4a8842e6bbc578a2463f9289 28d8426076634d8d972b5c1102bc7da8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1858/3539] 10.0.0.78 () {32 vars in 753 bytes} [Thu Feb 26 03:13:11 2026] DELETE /v2.0/subnetpools/4793fa31-c6cf-44a9-a07a-9413f3401128/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1682/3540] 10.0.0.78 () {32 vars in 741 bytes} [Thu Feb 26 03:13:11 2026] DELETE /v2.0/subnetpools/4793fa31-c6cf-44a9-a07a-9413f3401128/tags => 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: 1859/3541] 10.0.0.78 () {32 vars in 738 bytes} [Thu Feb 26 03:13:11 2026] GET /v2.0/subnetpools/4793fa31-c6cf-44a9-a07a-9413f3401128/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3542] 10.0.0.78 () {32 vars in 731 bytes} [Thu Feb 26 03:13:11 2026] DELETE /v2.0/subnetpools/4793fa31-c6cf-44a9-a07a-9413f3401128 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1860/3543] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:13:12 2026] GET /v2.0/security-groups?tenant_id=2c0843c7ec2643138c2f4976a11d6460&name=default => generated 2929 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1684/3544] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:13:12 2026] DELETE /v2.0/security-groups/47508974-c575-478a-8d28-a8cd900df3e1 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1861/3545] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:13:12 2026] GET /v2.0/security-groups?tenant_id=28d8426076634d8d972b5c1102bc7da8&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1685/3546] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:13:12 2026] DELETE /v2.0/security-groups/32bbb675-e2e7-44f0-a3ba-0625f5688bc3 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:13:16.841 7 INFO neutron.db.segments_db [None req-59974203-bae7-4968-a07a-22311a476466 ba07d6022cdf457bae1536d32c628eaf 19fdd624e84049bbac04f3ea5db5b1b2 - - default default] Added segment 3f846d90-bab9-40e7-b192-df5f2d8db31e of type vxlan for network fa715e3e-55f9-41fb-9e0b-88885b6dc267 [pid: 7|app: 0|req: 1862/3547] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:13:16 2026] POST /v2.0/networks => generated 631 bytes in 547 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1686/3548] 10.0.0.78 () {34 vars in 668 bytes} [Thu Feb 26 03:13:17 2026] POST /v2.0/subnets => generated 626 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1863/3549] 10.0.0.78 () {34 vars in 750 bytes} [Thu Feb 26 03:13:17 2026] PUT /v2.0/subnets/a6ea5bb8-7330-4465-8d58-39ba84cec4a9/tags => generated 25 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1687/3550] 10.0.0.78 () {32 vars in 730 bytes} [Thu Feb 26 03:13:17 2026] GET /v2.0/subnets/a6ea5bb8-7330-4465-8d58-39ba84cec4a9/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1864/3551] 10.0.0.78 () {34 vars in 761 bytes} [Thu Feb 26 03:13:17 2026] PUT /v2.0/subnets/a6ea5bb8-7330-4465-8d58-39ba84cec4a9/tags/green => generated 4 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1688/3552] 10.0.0.78 () {32 vars in 730 bytes} [Thu Feb 26 03:13:17 2026] GET /v2.0/subnets/a6ea5bb8-7330-4465-8d58-39ba84cec4a9/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: 1865/3553] 10.0.0.78 () {34 vars in 757 bytes} [Thu Feb 26 03:13:17 2026] PUT /v2.0/subnets/a6ea5bb8-7330-4465-8d58-39ba84cec4a9/tags/red => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1689/3554] 10.0.0.78 () {32 vars in 730 bytes} [Thu Feb 26 03:13:17 2026] GET /v2.0/subnets/a6ea5bb8-7330-4465-8d58-39ba84cec4a9/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1866/3555] 10.0.0.78 () {34 vars in 779 bytes} [Thu Feb 26 03:13:17 2026] PUT /v2.0/subnets/a6ea5bb8-7330-4465-8d58-39ba84cec4a9/tags/black.or.white => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1690/3556] 10.0.0.78 () {32 vars in 730 bytes} [Thu Feb 26 03:13:17 2026] GET /v2.0/subnets/a6ea5bb8-7330-4465-8d58-39ba84cec4a9/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: 1867/3557] 10.0.0.78 () {34 vars in 750 bytes} [Thu Feb 26 03:13:18 2026] PUT /v2.0/subnets/a6ea5bb8-7330-4465-8d58-39ba84cec4a9/tags => generated 37 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1691/3558] 10.0.0.78 () {32 vars in 730 bytes} [Thu Feb 26 03:13:18 2026] GET /v2.0/subnets/a6ea5bb8-7330-4465-8d58-39ba84cec4a9/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1868/3559] 10.0.0.78 () {32 vars in 738 bytes} [Thu Feb 26 03:13:18 2026] GET /v2.0/subnets/a6ea5bb8-7330-4465-8d58-39ba84cec4a9/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:13:18.358 8 INFO neutron.api.v2.resource [None req-f48f73f9-8d5a-4ec0-abd9-49078485bef3 ba07d6022cdf457bae1536d32c628eaf 19fdd624e84049bbac04f3ea5db5b1b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1692/3560] 10.0.0.78 () {32 vars in 742 bytes} [Thu Feb 26 03:13:18 2026] GET /v2.0/subnets/a6ea5bb8-7330-4465-8d58-39ba84cec4a9/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1869/3561] 10.0.0.78 () {32 vars in 741 bytes} [Thu Feb 26 03:13:18 2026] DELETE /v2.0/subnets/a6ea5bb8-7330-4465-8d58-39ba84cec4a9/tags/red => 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: 1693/3562] 10.0.0.78 () {32 vars in 730 bytes} [Thu Feb 26 03:13:18 2026] GET /v2.0/subnets/a6ea5bb8-7330-4465-8d58-39ba84cec4a9/tags => generated 30 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:13:18.593 7 INFO neutron.api.v2.resource [None req-08c2ccae-3146-460b-bcf5-d5d4a2612ca1 ba07d6022cdf457bae1536d32c628eaf 19fdd624e84049bbac04f3ea5db5b1b2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1870/3563] 10.0.0.78 () {32 vars in 745 bytes} [Thu Feb 26 03:13:18 2026] DELETE /v2.0/subnets/a6ea5bb8-7330-4465-8d58-39ba84cec4a9/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1694/3564] 10.0.0.78 () {32 vars in 733 bytes} [Thu Feb 26 03:13:18 2026] DELETE /v2.0/subnets/a6ea5bb8-7330-4465-8d58-39ba84cec4a9/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1871/3565] 10.0.0.78 () {32 vars in 730 bytes} [Thu Feb 26 03:13:18 2026] GET /v2.0/subnets/a6ea5bb8-7330-4465-8d58-39ba84cec4a9/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1695/3566] 10.0.0.78 () {32 vars in 723 bytes} [Thu Feb 26 03:13:18 2026] DELETE /v2.0/subnets/a6ea5bb8-7330-4465-8d58-39ba84cec4a9 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:13:19.049 7 INFO neutron_taas.services.taas.taas_plugin [None req-33745a71-22eb-499a-be1c-fec84a8f2332 ba07d6022cdf457bae1536d32c628eaf 19fdd624e84049bbac04f3ea5db5b1b2 - - default default] TaaS: Handle Delete Port: 365d3e81-805f-49d8-99b4-de3fcfabbd28 2026-02-26 03:13:19.051 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33745a71-22eb-499a-be1c-fec84a8f2332 ba07d6022cdf457bae1536d32c628eaf 19fdd624e84049bbac04f3ea5db5b1b2 - - default default] Tap Mirror: Handle Delete Port: 365d3e81-805f-49d8-99b4-de3fcfabbd28 2026-02-26 03:13:19.293 7 INFO neutron.services.segments.plugin [-] Segment 3f846d90-bab9-40e7-b192-df5f2d8db31e resource provider aggregate not found 2026-02-26 03:13:19.299 7 INFO neutron.services.segments.plugin [-] Segment 3f846d90-bab9-40e7-b192-df5f2d8db31e resource provider aggregate not found 2026-02-26 03:13:19.316 7 INFO neutron.services.segments.plugin [-] Segment 3f846d90-bab9-40e7-b192-df5f2d8db31e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f846d90-bab9-40e7-b192-df5f2d8db31e found for delete ", "request_id": "req-a4c38da8-9cea-417e-99d1-4982d714dd85"}]} 2026-02-26 03:13:19.323 7 INFO neutron.services.segments.plugin [-] Segment 3f846d90-bab9-40e7-b192-df5f2d8db31e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f846d90-bab9-40e7-b192-df5f2d8db31e found for delete ", "request_id": "req-3e282552-ffa1-461f-b288-a6b44c4ae622"}]} [pid: 7|app: 0|req: 1872/3567] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:13:18 2026] DELETE /v2.0/networks/fa715e3e-55f9-41fb-9e0b-88885b6dc267 => generated 0 bytes in 382 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1696/3568] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:13:20 2026] GET /v2.0/security-groups?tenant_id=19fdd624e84049bbac04f3ea5db5b1b2&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1873/3569] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:13:20 2026] DELETE /v2.0/security-groups/7237f02f-4ecd-49bc-9842-080aa65a6bd9 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1697/3570] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:13:20 2026] GET /v2.0/security-groups?tenant_id=f516b7d66a3d4a6b90abc02106bcb3d3&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1874/3571] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:13:20 2026] DELETE /v2.0/security-groups/3e608814-e330-4ad5-92f6-0d1394900e7c => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:13:24.763 8 INFO neutron.db.segments_db [None req-7ef72203-ee5c-413b-8907-fa1c0c2f6a5d 04c510a4d5094e24ae685cf3a9fb339b e44d2cff201044a18ea598d5e1cf2531 - - default default] Added segment 77f58f27-ce0a-4e46-870c-022ac61062fe of type vxlan for network 907a3d3b-dc53-4f1d-8cd1-e3ecd52b85cb [pid: 8|app: 0|req: 1699/3574] 10.0.0.78 () {34 vars in 669 bytes} [Thu Feb 26 03:13:24 2026] POST /v2.0/networks => generated 631 bytes in 576 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1876/3575] 10.0.0.78 () {34 vars in 663 bytes} [Thu Feb 26 03:13:24 2026] POST /v2.0/ports => generated 743 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1700/3576] 10.0.0.78 () {34 vars in 665 bytes} [Thu Feb 26 03:13:25 2026] POST /v2.0/trunks => generated 407 bytes in 174 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: 1877/3577] 10.0.0.78 () {34 vars in 748 bytes} [Thu Feb 26 03:13:25 2026] PUT /v2.0/trunks/1fe54008-ad70-4712-b41a-6ea8f9aafdd5/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1701/3578] 10.0.0.78 () {32 vars in 728 bytes} [Thu Feb 26 03:13:25 2026] GET /v2.0/trunks/1fe54008-ad70-4712-b41a-6ea8f9aafdd5/tags => generated 25 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1878/3579] 10.0.0.78 () {34 vars in 759 bytes} [Thu Feb 26 03:13:25 2026] PUT /v2.0/trunks/1fe54008-ad70-4712-b41a-6ea8f9aafdd5/tags/green => 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: 1702/3580] 10.0.0.78 () {32 vars in 728 bytes} [Thu Feb 26 03:13:25 2026] GET /v2.0/trunks/1fe54008-ad70-4712-b41a-6ea8f9aafdd5/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1879/3581] 10.0.0.78 () {34 vars in 755 bytes} [Thu Feb 26 03:13:25 2026] PUT /v2.0/trunks/1fe54008-ad70-4712-b41a-6ea8f9aafdd5/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1703/3582] 10.0.0.78 () {32 vars in 728 bytes} [Thu Feb 26 03:13:25 2026] GET /v2.0/trunks/1fe54008-ad70-4712-b41a-6ea8f9aafdd5/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1880/3583] 10.0.0.78 () {34 vars in 777 bytes} [Thu Feb 26 03:13:25 2026] PUT /v2.0/trunks/1fe54008-ad70-4712-b41a-6ea8f9aafdd5/tags/black.or.white => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1704/3584] 10.0.0.78 () {32 vars in 728 bytes} [Thu Feb 26 03:13:25 2026] GET /v2.0/trunks/1fe54008-ad70-4712-b41a-6ea8f9aafdd5/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: 1881/3585] 10.0.0.78 () {34 vars in 748 bytes} [Thu Feb 26 03:13:25 2026] PUT /v2.0/trunks/1fe54008-ad70-4712-b41a-6ea8f9aafdd5/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1705/3586] 10.0.0.78 () {32 vars in 728 bytes} [Thu Feb 26 03:13:25 2026] GET /v2.0/trunks/1fe54008-ad70-4712-b41a-6ea8f9aafdd5/tags => generated 37 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1882/3587] 10.0.0.78 () {32 vars in 736 bytes} [Thu Feb 26 03:13:25 2026] GET /v2.0/trunks/1fe54008-ad70-4712-b41a-6ea8f9aafdd5/tags/red => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:13:25.995 8 INFO neutron.api.v2.resource [None req-f94e2509-9037-4096-b2f5-1486a14a9f18 04c510a4d5094e24ae685cf3a9fb339b e44d2cff201044a18ea598d5e1cf2531 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1706/3588] 10.0.0.78 () {32 vars in 740 bytes} [Thu Feb 26 03:13:25 2026] GET /v2.0/trunks/1fe54008-ad70-4712-b41a-6ea8f9aafdd5/tags/green => generated 99 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1883/3589] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:13:26 2026] DELETE /v2.0/trunks/1fe54008-ad70-4712-b41a-6ea8f9aafdd5/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1707/3590] 10.0.0.78 () {32 vars in 728 bytes} [Thu Feb 26 03:13:26 2026] GET /v2.0/trunks/1fe54008-ad70-4712-b41a-6ea8f9aafdd5/tags => generated 30 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:13:26.097 7 INFO neutron.api.v2.resource [None req-fa67d7af-a9d0-43fd-a3ad-9a99d79c4056 04c510a4d5094e24ae685cf3a9fb339b e44d2cff201044a18ea598d5e1cf2531 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1884/3591] 10.0.0.78 () {32 vars in 743 bytes} [Thu Feb 26 03:13:26 2026] DELETE /v2.0/trunks/1fe54008-ad70-4712-b41a-6ea8f9aafdd5/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1708/3592] 10.0.0.78 () {32 vars in 731 bytes} [Thu Feb 26 03:13:26 2026] DELETE /v2.0/trunks/1fe54008-ad70-4712-b41a-6ea8f9aafdd5/tags => 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: 1885/3593] 10.0.0.78 () {32 vars in 728 bytes} [Thu Feb 26 03:13:26 2026] GET /v2.0/trunks/1fe54008-ad70-4712-b41a-6ea8f9aafdd5/tags => 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: 1709/3594] 10.0.0.78 () {32 vars in 718 bytes} [Thu Feb 26 03:13:26 2026] GET /v2.0/trunks/1fe54008-ad70-4712-b41a-6ea8f9aafdd5 => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1886/3595] 10.0.0.78 () {32 vars in 716 bytes} [Thu Feb 26 03:13:26 2026] GET /v2.0/ports/2d8f3cb1-793f-4135-b284-69777dd8c6f7 => generated 826 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1710/3596] 10.0.0.78 () {32 vars in 721 bytes} [Thu Feb 26 03:13:26 2026] DELETE /v2.0/trunks/1fe54008-ad70-4712-b41a-6ea8f9aafdd5 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 03:13:26.475 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d3df9e7-104c-4dca-bca7-1c6dc212b1d1 04c510a4d5094e24ae685cf3a9fb339b e44d2cff201044a18ea598d5e1cf2531 - - default default] TaaS: Handle Delete Port: 2d8f3cb1-793f-4135-b284-69777dd8c6f7 2026-02-26 03:13:26.477 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d3df9e7-104c-4dca-bca7-1c6dc212b1d1 04c510a4d5094e24ae685cf3a9fb339b e44d2cff201044a18ea598d5e1cf2531 - - default default] Tap Mirror: Handle Delete Port: 2d8f3cb1-793f-4135-b284-69777dd8c6f7 [pid: 7|app: 0|req: 1887/3597] 10.0.0.78 () {32 vars in 719 bytes} [Thu Feb 26 03:13:26 2026] DELETE /v2.0/ports/2d8f3cb1-793f-4135-b284-69777dd8c6f7 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 03:13:26.688 8 INFO neutron.services.segments.plugin [-] Segment 77f58f27-ce0a-4e46-870c-022ac61062fe resource provider aggregate not found 2026-02-26 03:13:26.697 8 INFO neutron.services.segments.plugin [-] Segment 77f58f27-ce0a-4e46-870c-022ac61062fe resource provider aggregate not found 2026-02-26 03:13:26.704 8 INFO neutron.services.segments.plugin [-] Segment 77f58f27-ce0a-4e46-870c-022ac61062fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77f58f27-ce0a-4e46-870c-022ac61062fe found for delete ", "request_id": "req-2729e147-0992-440c-9f2a-c1cbf008591c"}]} 2026-02-26 03:13:26.720 8 INFO neutron.services.segments.plugin [-] Segment 77f58f27-ce0a-4e46-870c-022ac61062fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77f58f27-ce0a-4e46-870c-022ac61062fe found for delete ", "request_id": "req-24984589-b403-4ec7-a5a1-04bbc3dc1b29"}]} [pid: 8|app: 0|req: 1711/3598] 10.0.0.78 () {32 vars in 725 bytes} [Thu Feb 26 03:13:26 2026] DELETE /v2.0/networks/907a3d3b-dc53-4f1d-8cd1-e3ecd52b85cb => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1888/3599] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:13:27 2026] GET /v2.0/security-groups?tenant_id=4e0e26c46fb84de5b9013510b0701520&name=default => generated 2929 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1712/3600] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:13:27 2026] DELETE /v2.0/security-groups/66e3a32d-bf1a-4693-b921-a813eecf9f03 => 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: 1889/3601] 10.0.0.78 () {32 vars in 773 bytes} [Thu Feb 26 03:13:28 2026] GET /v2.0/security-groups?tenant_id=e44d2cff201044a18ea598d5e1cf2531&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1713/3602] 10.0.0.78 () {32 vars in 739 bytes} [Thu Feb 26 03:13:28 2026] DELETE /v2.0/security-groups/1ccc4183-5514-4396-83a7-92f6f9c59b6b => 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: 1890/3603] 10.0.0.78 () {32 vars in 648 bytes} [Thu Feb 26 03:13:30 2026] GET /v2.0/networks => generated 2168 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1714/3604] 10.0.0.78 () {32 vars in 654 bytes} [Thu Feb 26 03:13:31 2026] GET /v2.0/floatingips => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1891/3605] 10.0.0.78 () {32 vars in 646 bytes} [Thu Feb 26 03:13:31 2026] GET /v2.0/routers => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1715/3606] 10.0.0.78 () {32 vars in 642 bytes} [Thu Feb 26 03:13:32 2026] GET /v2.0/ports => generated 4725 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1892/3607] 10.0.0.78 () {32 vars in 646 bytes} [Thu Feb 26 03:13:32 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1716/3608] 10.0.0.78 () {32 vars in 648 bytes} [Thu Feb 26 03:13:32 2026] GET /v2.0/networks => generated 2168 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1893/3609] 10.0.0.78 () {32 vars in 662 bytes} [Thu Feb 26 03:13:32 2026] GET /v2.0/security-groups => generated 17401 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1717/3610] 10.0.0.78 () {32 vars in 654 bytes} [Thu Feb 26 03:13:32 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1720/3615] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:14:03 2026] GET /v2.0/floatingips => generated 19 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1896/3616] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:14:03 2026] GET /v2.0/subnets => generated 1308 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1721/3617] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:14:03 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1897/3618] 10.0.0.27 () {28 vars in 584 bytes} [Thu Feb 26 03:14:03 2026] GET /v2.0/networks => generated 2168 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1722/3619] 10.0.0.27 () {28 vars in 598 bytes} [Thu Feb 26 03:14:03 2026] GET /v2.0/security-groups => generated 17401 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1898/3620] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:14:03 2026] GET /v2.0/subnets => generated 1308 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1723/3621] 10.0.0.27 () {28 vars in 580 bytes} [Thu Feb 26 03:14:04 2026] GET /v2.0/agents => generated 3384 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1899/3622] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:14:04 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1724/3623] 10.0.0.27 () {28 vars in 623 bytes} [Thu Feb 26 03:14:04 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1900/3624] 10.0.0.27 () {28 vars in 618 bytes} [Thu Feb 26 03:14:04 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1725/3625] 10.0.0.27 () {28 vars in 578 bytes} [Thu Feb 26 03:14:04 2026] GET /v2.0/ports => generated 4725 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1905/3634] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:15:03 2026] GET /v2.0/floatingips => generated 19 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1730/3635] 10.0.0.27 () {28 vars in 584 bytes} [Thu Feb 26 03:15:03 2026] GET /v2.0/networks => generated 2168 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1906/3636] 10.0.0.27 () {28 vars in 618 bytes} [Thu Feb 26 03:15:03 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1731/3637] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:15:03 2026] GET /v2.0/routers => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1907/3638] 10.0.0.27 () {28 vars in 623 bytes} [Thu Feb 26 03:15:03 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1732/3639] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:15:03 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1908/3640] 10.0.0.27 () {28 vars in 578 bytes} [Thu Feb 26 03:15:03 2026] GET /v2.0/ports => generated 4725 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1733/3641] 10.0.0.27 () {28 vars in 598 bytes} [Thu Feb 26 03:15:03 2026] GET /v2.0/security-groups => generated 17401 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1909/3642] 10.0.0.27 () {28 vars in 580 bytes} [Thu Feb 26 03:15:03 2026] GET /v2.0/agents => generated 3384 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1734/3643] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:15:03 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1910/3644] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:15:04 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1739/3653] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:16:03 2026] GET /v2.0/routers => generated 15 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1915/3654] 10.0.0.27 () {28 vars in 623 bytes} [Thu Feb 26 03:16:03 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1740/3655] 10.0.0.27 () {28 vars in 598 bytes} [Thu Feb 26 03:16:03 2026] GET /v2.0/security-groups => generated 17401 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1916/3656] 10.0.0.27 () {28 vars in 618 bytes} [Thu Feb 26 03:16:03 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1741/3657] 10.0.0.27 () {28 vars in 584 bytes} [Thu Feb 26 03:16:03 2026] GET /v2.0/networks => generated 2168 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1917/3658] 10.0.0.27 () {28 vars in 578 bytes} [Thu Feb 26 03:16:03 2026] GET /v2.0/ports => generated 4725 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1742/3659] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:16:03 2026] GET /v2.0/subnets => generated 1308 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1918/3660] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:16:04 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1743/3661] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:16:04 2026] GET /v2.0/floatingips => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1919/3662] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:16:04 2026] GET /v2.0/subnets => generated 1308 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1744/3663] 10.0.0.27 () {28 vars in 580 bytes} [Thu Feb 26 03:16:04 2026] GET /v2.0/agents => generated 3384 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1749/3672] 10.0.0.27 () {28 vars in 580 bytes} [Thu Feb 26 03:17:03 2026] GET /v2.0/agents => generated 3384 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1924/3673] 10.0.0.27 () {28 vars in 584 bytes} [Thu Feb 26 03:17:03 2026] GET /v2.0/networks => generated 2168 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1750/3674] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:17:03 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1925/3675] 10.0.0.27 () {28 vars in 623 bytes} [Thu Feb 26 03:17:03 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1751/3676] 10.0.0.27 () {28 vars in 618 bytes} [Thu Feb 26 03:17:03 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1926/3677] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:17:03 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1752/3678] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:17:03 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1927/3679] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:17:03 2026] GET /v2.0/floatingips => 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: 1753/3680] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:17:03 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: 1928/3681] 10.0.0.27 () {28 vars in 578 bytes} [Thu Feb 26 03:17:03 2026] GET /v2.0/ports => generated 4725 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1754/3682] 10.0.0.27 () {28 vars in 598 bytes} [Thu Feb 26 03:17:04 2026] GET /v2.0/security-groups => generated 17401 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1933/3691] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:18:03 2026] GET /v2.0/subnets => generated 1308 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1759/3692] 10.0.0.27 () {28 vars in 580 bytes} [Thu Feb 26 03:18:03 2026] GET /v2.0/agents => generated 3384 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1934/3693] 10.0.0.27 () {28 vars in 584 bytes} [Thu Feb 26 03:18:03 2026] GET /v2.0/networks => generated 2168 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1760/3694] 10.0.0.27 () {28 vars in 578 bytes} [Thu Feb 26 03:18:03 2026] GET /v2.0/ports => generated 4725 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1935/3695] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:18:03 2026] GET /v2.0/routers => generated 15 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1761/3696] 10.0.0.27 () {28 vars in 623 bytes} [Thu Feb 26 03:18:03 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1936/3697] 10.0.0.27 () {28 vars in 618 bytes} [Thu Feb 26 03:18:03 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1762/3698] 10.0.0.27 () {28 vars in 582 bytes} [Thu Feb 26 03:18:03 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1937/3699] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:18:03 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1763/3700] 10.0.0.27 () {28 vars in 590 bytes} [Thu Feb 26 03:18:03 2026] GET /v2.0/floatingips => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1938/3701] 10.0.0.27 () {28 vars in 598 bytes} [Thu Feb 26 03:18:03 2026] GET /v2.0/security-groups => generated 17401 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0)