+ 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 [Wed Aug 19 23:53:36 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:39 os: Linux-5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 nodename: neutron-server-56f468f75f-krrzk 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, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7f6df69dc668 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-08-19 23:53:40.491 7 INFO neutron.common.config [-] Logging enabled! 2026-08-19 23:53:40.491 7 INFO neutron.common.config [-] uwsgi version 26.0.6.dev9 2026-08-19 23:53:40.573 8 INFO neutron.common.config [-] Logging enabled! 2026-08-19 23:53:40.574 8 INFO neutron.common.config [-] uwsgi version 26.0.6.dev9 2026-08-19 23:53:41.521 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-19 23:53:41.582 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-19 23:53:42.897 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-19 23:53:42.900 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-19 23:53:42.903 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-19 23:53:42.904 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-19 23:53:42.904 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-19 23:53:42.905 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-19 23:53:42.905 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-19 23:53:42.915 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-19 23:53:42.915 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-19 23:53:42.915 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-19 23:53:42.936 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-19 23:53:42.937 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-19 23:53:42.937 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-19 23:53:42.985 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-19 23:53:42.985 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-19 23:53:42.985 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-19 23:53:42.985 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-19 23:53:42.990 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-19 23:53:42.993 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-19 23:53:42.997 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-19 23:53:42.998 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-19 23:53:42.998 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-19 23:53:42.998 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-19 23:53:42.998 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-19 23:53:43.006 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-19 23:53:43.006 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-19 23:53:43.007 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-19 23:53:43.028 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-19 23:53:43.029 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-19 23:53:43.029 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-19 23:53:43.077 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-19 23:53:43.077 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-19 23:53:43.077 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-19 23:53:43.078 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-19 23:53:43.256 8 INFO neutron.plugins.ml2.managers [None req-59883452-cc6d-48d0-a38b-d187bd9f64f1 - - - - - -] Initializing driver for type 'vlan' 2026-08-19 23:53:43.371 7 INFO neutron.plugins.ml2.managers [None req-2ffd852e-8b71-496c-a7eb-8ca15306fa02 - - - - - -] Initializing driver for type 'vlan' 2026-08-19 23:53:43.525 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-59883452-cc6d-48d0-a38b-d187bd9f64f1 - - - - - -] VlanTypeDriver initialization complete 2026-08-19 23:53:43.525 8 INFO neutron.plugins.ml2.managers [None req-59883452-cc6d-48d0-a38b-d187bd9f64f1 - - - - - -] Initializing driver for type 'vxlan' 2026-08-19 23:53:43.525 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-59883452-cc6d-48d0-a38b-d187bd9f64f1 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-19 23:53:43.538 8 INFO neutron.plugins.ml2.managers [None req-59883452-cc6d-48d0-a38b-d187bd9f64f1 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-19 23:53:43.539 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-59883452-cc6d-48d0-a38b-d187bd9f64f1 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-19 23:53:43.539 8 INFO neutron.plugins.ml2.managers [None req-59883452-cc6d-48d0-a38b-d187bd9f64f1 - - - - - -] Initializing extension driver 'port_security' 2026-08-19 23:53:43.539 8 INFO neutron.plugins.ml2.extensions.port_security [None req-59883452-cc6d-48d0-a38b-d187bd9f64f1 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-19 23:53:43.539 8 INFO neutron.plugins.ml2.managers [None req-59883452-cc6d-48d0-a38b-d187bd9f64f1 - - - - - -] Initializing extension driver 'qos' 2026-08-19 23:53:43.539 8 INFO neutron.plugins.ml2.managers [None req-59883452-cc6d-48d0-a38b-d187bd9f64f1 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-19 23:53:43.539 8 INFO neutron.plugins.ml2.managers [None req-59883452-cc6d-48d0-a38b-d187bd9f64f1 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-19 23:53:43.557 8 INFO neutron.quota [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded quota_driver: . 2026-08-19 23:53:43.558 8 INFO neutron.plugins.ml2.plugin [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Modular L2 Plugin initialization complete 2026-08-19 23:53:43.558 8 INFO neutron.plugins.ml2.managers [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-19 23:53:43.558 8 INFO neutron.plugins.ml2.managers [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-19 23:53:43.558 8 INFO neutron.plugins.ml2.managers [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Got port-security extension from driver 'port_security' 2026-08-19 23:53:43.558 8 INFO neutron.extensions.vlantransparent [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Disabled vlantransparent extension. 2026-08-19 23:53:43.558 8 INFO neutron.extensions.qinq [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Disabled VLAN QinQ extension. 2026-08-19 23:53:43.559 8 INFO neutron.manager [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loading Plugin: qos 2026-08-19 23:53:43.571 8 INFO neutron.manager [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loading Plugin: router 2026-08-19 23:53:43.617 8 INFO neutron.services.service_base [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-19 23:53:43.617 8 INFO neutron.manager [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loading Plugin: segments 2026-08-19 23:53:43.635 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-2ffd852e-8b71-496c-a7eb-8ca15306fa02 - - - - - -] VlanTypeDriver initialization complete 2026-08-19 23:53:43.635 7 INFO neutron.plugins.ml2.managers [None req-2ffd852e-8b71-496c-a7eb-8ca15306fa02 - - - - - -] Initializing driver for type 'vxlan' 2026-08-19 23:53:43.635 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-2ffd852e-8b71-496c-a7eb-8ca15306fa02 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-19 23:53:43.648 7 INFO neutron.plugins.ml2.managers [None req-2ffd852e-8b71-496c-a7eb-8ca15306fa02 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-19 23:53:43.649 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-2ffd852e-8b71-496c-a7eb-8ca15306fa02 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-19 23:53:43.649 7 INFO neutron.plugins.ml2.managers [None req-2ffd852e-8b71-496c-a7eb-8ca15306fa02 - - - - - -] Initializing extension driver 'port_security' 2026-08-19 23:53:43.649 7 INFO neutron.plugins.ml2.extensions.port_security [None req-2ffd852e-8b71-496c-a7eb-8ca15306fa02 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-19 23:53:43.649 7 INFO neutron.plugins.ml2.managers [None req-2ffd852e-8b71-496c-a7eb-8ca15306fa02 - - - - - -] Initializing extension driver 'qos' 2026-08-19 23:53:43.649 7 INFO neutron.plugins.ml2.managers [None req-2ffd852e-8b71-496c-a7eb-8ca15306fa02 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-19 23:53:43.649 7 INFO neutron.plugins.ml2.managers [None req-2ffd852e-8b71-496c-a7eb-8ca15306fa02 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-19 23:53:43.660 7 INFO neutron.quota [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded quota_driver: . 2026-08-19 23:53:43.661 7 INFO neutron.plugins.ml2.plugin [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Modular L2 Plugin initialization complete 2026-08-19 23:53:43.661 7 INFO neutron.plugins.ml2.managers [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-19 23:53:43.661 7 INFO neutron.plugins.ml2.managers [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-19 23:53:43.661 7 INFO neutron.plugins.ml2.managers [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Got port-security extension from driver 'port_security' 2026-08-19 23:53:43.661 7 INFO neutron.extensions.vlantransparent [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Disabled vlantransparent extension. 2026-08-19 23:53:43.661 7 INFO neutron.extensions.qinq [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Disabled VLAN QinQ extension. 2026-08-19 23:53:43.662 7 INFO neutron.manager [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loading Plugin: qos 2026-08-19 23:53:43.674 7 INFO neutron.manager [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loading Plugin: router 2026-08-19 23:53:43.711 8 INFO neutron.manager [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loading Plugin: trunk 2026-08-19 23:53:43.718 7 INFO neutron.services.service_base [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-19 23:53:43.719 7 INFO neutron.manager [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loading Plugin: segments 2026-08-19 23:53:43.725 8 INFO neutron.manager [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loading Plugin: vpnaas 2026-08-19 23:53:43.766 8 WARNING stevedore.named [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-19 23:53:43.767 8 WARNING stevedore.named [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-19 23:53:43.815 7 INFO neutron.manager [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loading Plugin: trunk 2026-08-19 23:53:43.829 7 INFO neutron.manager [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loading Plugin: vpnaas 2026-08-19 23:53:43.842 8 INFO neutron_vpnaas.services.vpn.plugin [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-19 23:53:43.842 8 INFO neutron.common.utils [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-19 23:53:43.842 8 INFO neutron.manager [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loading Plugin: taas 2026-08-19 23:53:43.875 8 WARNING stevedore.named [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-19 23:53:43.876 7 WARNING stevedore.named [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-19 23:53:43.876 7 WARNING stevedore.named [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-19 23:53:43.898 8 INFO neutron_taas.services.taas.taas_plugin [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-19 23:53:43.899 8 INFO neutron.manager [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loading Plugin: tapmirror 2026-08-19 23:53:43.912 8 WARNING stevedore.named [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-19 23:53:43.927 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-19 23:53:43.927 8 INFO neutron.manager [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loading Plugin: auto_allocate 2026-08-19 23:53:43.934 8 INFO neutron.manager [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loading Plugin: tag 2026-08-19 23:53:43.943 7 INFO neutron_vpnaas.services.vpn.plugin [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-19 23:53:43.943 7 INFO neutron.common.utils [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-19 23:53:43.943 7 INFO neutron.manager [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loading Plugin: taas 2026-08-19 23:53:43.945 8 INFO neutron.manager [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loading Plugin: timestamp 2026-08-19 23:53:43.948 8 INFO neutron.manager [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loading Plugin: network_ip_availability 2026-08-19 23:53:43.952 8 INFO neutron.manager [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loading Plugin: flavors 2026-08-19 23:53:43.955 8 INFO neutron.manager [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loading Plugin: revisions 2026-08-19 23:53:43.958 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Initializing extension manager. 2026-08-19 23:53:43.960 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: address-group 2026-08-19 23:53:43.961 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: address-scope 2026-08-19 23:53:43.961 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-19 23:53:43.962 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: agent 2026-08-19 23:53:43.962 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: agent-resources-synced 2026-08-19 23:53:43.964 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: allowed-address-pairs 2026-08-19 23:53:43.964 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: auto-allocated-topology 2026-08-19 23:53:43.965 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: availability_zone 2026-08-19 23:53:43.966 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: availability_zone_filter 2026-08-19 23:53:43.966 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-19 23:53:43.967 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: default-subnetpools 2026-08-19 23:53:43.968 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-19 23:53:43.969 7 WARNING stevedore.named [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-19 23:53:43.969 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: dns-integration 2026-08-19 23:53:43.970 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: dns-domain-ports 2026-08-19 23:53:43.970 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-19 23:53:43.971 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: dvr 2026-08-19 23:53:43.971 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-19 23:53:43.972 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: empty-string-filtering 2026-08-19 23:53:43.973 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-19 23:53:43.973 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-19 23:53:43.974 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: external-net 2026-08-19 23:53:43.974 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-19 23:53:43.975 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: extraroute 2026-08-19 23:53:43.975 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: extraroute-atomic 2026-08-19 23:53:43.976 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-19 23:53:43.976 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-19 23:53:43.977 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-19 23:53:43.977 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-19 23:53:43.978 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: fip-port-details 2026-08-19 23:53:43.979 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: flavors 2026-08-19 23:53:43.980 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-19 23:53:43.981 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: floatingip-pools 2026-08-19 23:53:43.982 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: ip_allocation 2026-08-19 23:53:43.982 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: ip-substring-filtering 2026-08-19 23:53:43.983 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: l2_adjacency 2026-08-19 23:53:43.984 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: router 2026-08-19 23:53:43.986 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-19 23:53:43.986 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-19 23:53:43.987 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-19 23:53:43.987 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: ext-gw-mode 2026-08-19 23:53:43.988 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: l3-ha 2026-08-19 23:53:43.989 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-19 23:53:43.989 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-19 23:53:43.990 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: l3-flavors 2026-08-19 23:53:43.991 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-19 23:53:43.991 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-19 23:53:43.994 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-19 23:53:43.995 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-19 23:53:43.996 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-19 23:53:43.997 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-19 23:53:43.997 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-19 23:53:43.998 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: multi-provider 2026-08-19 23:53:43.998 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: net-mtu 2026-08-19 23:53:43.999 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: net-mtu-writable 2026-08-19 23:53:44.000 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: network_availability_zone 2026-08-19 23:53:44.000 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: network_ha 2026-08-19 23:53:44.001 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: network-ip-availability 2026-08-19 23:53:44.002 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-19 23:53:44.003 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: pagination 2026-08-19 23:53:44.003 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: port-device-profile 2026-08-19 23:53:44.004 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-19 23:53:44.005 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-19 23:53:44.005 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-19 23:53:44.006 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: port-mac-override 2026-08-19 23:53:44.006 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-19 23:53:44.007 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-19 23:53:44.007 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-19 23:53:44.008 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: port-resource-request 2026-08-19 23:53:44.008 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: port-resource-request-groups 2026-08-19 23:53:44.009 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-19 23:53:44.009 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: binding 2026-08-19 23:53:44.010 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: binding-extended 2026-08-19 23:53:44.010 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: port-security 2026-08-19 23:53:44.011 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: project-id 2026-08-19 23:53:44.011 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: provider 2026-08-19 23:53:44.012 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-19 23:53:44.014 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: qos 2026-08-19 23:53:44.015 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-19 23:53:44.016 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-19 23:53:44.017 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: qos-default 2026-08-19 23:53:44.017 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: qos-fip 2026-08-19 23:53:44.018 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-19 23:53:44.018 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: qos-gateway-ip 2026-08-19 23:53:44.018 7 INFO neutron_taas.services.taas.taas_plugin [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-19 23:53:44.019 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: qos-port-network-policy 2026-08-19 23:53:44.019 7 INFO neutron.manager [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loading Plugin: tapmirror 2026-08-19 23:53:44.019 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: qos-pps-minimum 2026-08-19 23:53:44.020 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-19 23:53:44.021 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: qos-pps 2026-08-19 23:53:44.021 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: qos-rule-type-details 2026-08-19 23:53:44.022 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-19 23:53:44.022 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: qos-rules-alias 2026-08-19 23:53:44.023 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: quota-check-limit 2026-08-19 23:53:44.024 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: quota-check-limit-default 2026-08-19 23:53:44.026 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: quotas 2026-08-19 23:53:44.027 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: quota_details 2026-08-19 23:53:44.028 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: rbac-policies 2026-08-19 23:53:44.029 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: rbac-address-group 2026-08-19 23:53:44.029 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: rbac-address-scope 2026-08-19 23:53:44.029 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: rbac-security-groups 2026-08-19 23:53:44.030 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: rbac-subnetpool 2026-08-19 23:53:44.030 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: revision-if-match 2026-08-19 23:53:44.031 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: standard-attr-revisions 2026-08-19 23:53:44.032 7 WARNING stevedore.named [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-19 23:53:44.032 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: router_availability_zone 2026-08-19 23:53:44.032 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-19 23:53:44.034 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: security-groups-default-rules 2026-08-19 23:53:44.035 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-19 23:53:44.035 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-19 23:53:44.036 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-19 23:53:44.036 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-19 23:53:44.037 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-19 23:53:44.041 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: security-group 2026-08-19 23:53:44.042 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: segment 2026-08-19 23:53:44.043 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-19 23:53:44.044 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: service-type 2026-08-19 23:53:44.044 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: sorting 2026-08-19 23:53:44.044 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: standard-attr-segment 2026-08-19 23:53:44.045 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: standard-attr-description 2026-08-19 23:53:44.046 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: stateful-security-group 2026-08-19 23:53:44.046 8 WARNING neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-19 23:53:44.046 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-19 23:53:44.047 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-19 23:53:44.047 7 INFO neutron.manager [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loading Plugin: auto_allocate 2026-08-19 23:53:44.047 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: subnet-external-network 2026-08-19 23:53:44.048 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: subnet_onboard 2026-08-19 23:53:44.048 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-19 23:53:44.049 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: subnet-service-types 2026-08-19 23:53:44.049 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: subnet_allocation 2026-08-19 23:53:44.051 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-19 23:53:44.052 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: tag-creation 2026-08-19 23:53:44.052 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-19 23:53:44.054 7 INFO neutron.manager [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loading Plugin: tag 2026-08-19 23:53:44.057 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: standard-attr-tag 2026-08-19 23:53:44.057 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-19 23:53:44.058 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: trunk 2026-08-19 23:53:44.058 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: trunk-details 2026-08-19 23:53:44.059 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-19 23:53:44.059 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-19 23:53:44.060 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-19 23:53:44.061 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-19 23:53:44.062 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-19 23:53:44.063 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-19 23:53:44.064 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: vpn-flavors 2026-08-19 23:53:44.064 7 INFO neutron.manager [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loading Plugin: timestamp 2026-08-19 23:53:44.065 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: vpnaas 2026-08-19 23:53:44.067 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: taas 2026-08-19 23:53:44.067 7 INFO neutron.manager [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loading Plugin: network_ip_availability 2026-08-19 23:53:44.068 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: tap-mirror 2026-08-19 23:53:44.068 8 INFO neutron.api.extensions [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Loaded extension: taas-vlan-filter 2026-08-19 23:53:44.071 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-19 23:53:44.071 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-19 23:53:44.071 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-19 23:53:44.071 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-19 23:53:44.071 7 INFO neutron.manager [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loading Plugin: flavors 2026-08-19 23:53:44.074 7 INFO neutron.manager [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loading Plugin: revisions 2026-08-19 23:53:44.075 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-19 23:53:44.075 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-19 23:53:44.078 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Initializing extension manager. 2026-08-19 23:53:44.080 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-19 23:53:44.080 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: address-group 2026-08-19 23:53:44.080 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-19 23:53:44.081 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-19 23:53:44.081 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: address-scope 2026-08-19 23:53:44.081 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-19 23:53:44.082 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-19 23:53:44.082 8 WARNING neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] subnetpool is already registered 2026-08-19 23:53:44.082 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-19 23:53:44.082 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: agent 2026-08-19 23:53:44.082 8 WARNING neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] subnetpool is already registered 2026-08-19 23:53:44.083 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: agent-resources-synced 2026-08-19 23:53:44.083 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-19 23:53:44.083 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-19 23:53:44.084 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-19 23:53:44.084 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: allowed-address-pairs 2026-08-19 23:53:44.084 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-19 23:53:44.085 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-19 23:53:44.085 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: auto-allocated-topology 2026-08-19 23:53:44.085 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-19 23:53:44.085 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-19 23:53:44.085 8 WARNING neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] ipsecpolicy is already registered 2026-08-19 23:53:44.086 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: availability_zone 2026-08-19 23:53:44.086 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-19 23:53:44.086 8 WARNING neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] ikepolicy is already registered 2026-08-19 23:53:44.086 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: availability_zone_filter 2026-08-19 23:53:44.087 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-19 23:53:44.087 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: default-subnetpools 2026-08-19 23:53:44.089 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-19 23:53:44.089 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: dns-integration 2026-08-19 23:53:44.090 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: dns-domain-ports 2026-08-19 23:53:44.090 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-19 23:53:44.090 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-19 23:53:44.091 8 WARNING neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] router is already registered 2026-08-19 23:53:44.091 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: dvr 2026-08-19 23:53:44.091 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-19 23:53:44.091 8 WARNING neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] floatingip is already registered 2026-08-19 23:53:44.091 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-19 23:53:44.092 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: empty-string-filtering 2026-08-19 23:53:44.092 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-19 23:53:44.093 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-19 23:53:44.093 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: external-net 2026-08-19 23:53:44.094 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-19 23:53:44.094 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: extraroute 2026-08-19 23:53:44.095 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: extraroute-atomic 2026-08-19 23:53:44.095 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-19 23:53:44.095 8 WARNING neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] rbac_policy is already registered 2026-08-19 23:53:44.095 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-19 23:53:44.096 8 WARNING neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] security_group is already registered 2026-08-19 23:53:44.096 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-19 23:53:44.096 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-19 23:53:44.096 8 WARNING neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] security_group_rule is already registered 2026-08-19 23:53:44.096 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-19 23:53:44.097 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-19 23:53:44.097 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-19 23:53:44.097 8 WARNING neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] subnetpool is already registered 2026-08-19 23:53:44.097 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-19 23:53:44.097 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-19 23:53:44.098 8 WARNING neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] subnetpool is already registered 2026-08-19 23:53:44.098 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-19 23:53:44.098 8 WARNING neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] trunk is already registered 2026-08-19 23:53:44.098 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: fip-port-details 2026-08-19 23:53:44.098 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-19 23:53:44.099 8 WARNING neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] ikepolicy is already registered 2026-08-19 23:53:44.099 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: flavors 2026-08-19 23:53:44.099 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-19 23:53:44.099 8 WARNING neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] ipsecpolicy is already registered 2026-08-19 23:53:44.100 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-19 23:53:44.100 8 WARNING neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] endpoint_group is already registered 2026-08-19 23:53:44.100 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-19 23:53:44.100 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-19 23:53:44.100 8 WARNING neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] vpnservice is already registered 2026-08-19 23:53:44.101 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-19 23:53:44.101 8 WARNING neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] ipsec_site_connection is already registered 2026-08-19 23:53:44.101 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: floatingip-pools 2026-08-19 23:53:44.101 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-19 23:53:44.101 8 WARNING neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] ipsecpolicy is already registered 2026-08-19 23:53:44.102 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: ip_allocation 2026-08-19 23:53:44.102 8 INFO neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-19 23:53:44.102 8 WARNING neutron.quota.resource_registry [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] ikepolicy is already registered 2026-08-19 23:53:44.102 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: ip-substring-filtering 2026-08-19 23:53:44.102 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: l2_adjacency 2026-08-19 23:53:44.104 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: router 2026-08-19 23:53:44.105 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-19 23:53:44.106 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-19 23:53:44.107 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-19 23:53:44.107 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: ext-gw-mode 2026-08-19 23:53:44.108 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: l3-ha 2026-08-19 23:53:44.108 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-19 23:53:44.108 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-19 23:53:44.109 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: l3-flavors 2026-08-19 23:53:44.110 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-19 23:53:44.110 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-19 23:53:44.113 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-19 23:53:44.114 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-19 23:53:44.115 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-19 23:53:44.116 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-19 23:53:44.117 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-19 23:53:44.117 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: multi-provider 2026-08-19 23:53:44.118 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: net-mtu 2026-08-19 23:53:44.118 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: net-mtu-writable 2026-08-19 23:53:44.119 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: network_availability_zone 2026-08-19 23:53:44.119 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: network_ha 2026-08-19 23:53:44.120 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: network-ip-availability 2026-08-19 23:53:44.121 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-19 23:53:44.122 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: pagination 2026-08-19 23:53:44.122 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: port-device-profile 2026-08-19 23:53:44.122 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-19 23:53:44.123 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-19 23:53:44.123 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-19 23:53:44.124 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: port-mac-override 2026-08-19 23:53:44.124 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-19 23:53:44.125 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-19 23:53:44.125 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-19 23:53:44.126 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: port-resource-request 2026-08-19 23:53:44.126 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: port-resource-request-groups 2026-08-19 23:53:44.127 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-19 23:53:44.127 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: binding 2026-08-19 23:53:44.129 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: binding-extended 2026-08-19 23:53:44.129 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: port-security 2026-08-19 23:53:44.130 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: project-id 2026-08-19 23:53:44.130 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: provider 2026-08-19 23:53:44.131 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-19 23:53:44.133 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: qos 2026-08-19 23:53:44.134 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-19 23:53:44.134 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-19 23:53:44.134 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: qos-default 2026-08-19 23:53:44.135 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: qos-fip 2026-08-19 23:53:44.135 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-19 23:53:44.136 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: qos-gateway-ip 2026-08-19 23:53:44.136 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: qos-port-network-policy 2026-08-19 23:53:44.137 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: qos-pps-minimum 2026-08-19 23:53:44.138 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-19 23:53:44.138 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: qos-pps 2026-08-19 23:53:44.139 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: qos-rule-type-details 2026-08-19 23:53:44.139 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-19 23:53:44.140 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: qos-rules-alias 2026-08-19 23:53:44.140 8 WARNING keystonemiddleware._common.config [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-19 23:53:44.140 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: quota-check-limit 2026-08-19 23:53:44.141 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: quota-check-limit-default 2026-08-19 23:53:44.143 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: quotas 2026-08-19 23:53:44.144 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: quota_details 2026-08-19 23:53:44.145 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: rbac-policies 2026-08-19 23:53:44.146 8 WARNING oslo_config.cfg [None req-49ad01e1-3b30-4f68-b6ed-9e6b3bf1fc4e - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-08-19 23:53:44.146 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: rbac-address-group 2026-08-19 23:53:44.146 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: rbac-address-scope 2026-08-19 23:53:44.147 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: rbac-security-groups 2026-08-19 23:53:44.147 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: rbac-subnetpool 2026-08-19 23:53:44.148 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: revision-if-match WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f6df69dc668 pid: 8 (default app) 2026-08-19 23:53:44.149 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: standard-attr-revisions 2026-08-19 23:53:44.149 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: router_availability_zone 2026-08-19 23:53:44.150 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-19 23:53:44.151 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: security-groups-default-rules 2026-08-19 23:53:44.152 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-19 23:53:44.152 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-19 23:53:44.153 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-19 23:53:44.153 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-19 23:53:44.154 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-19 23:53:44.158 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: security-group 2026-08-19 23:53:44.159 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: segment 2026-08-19 23:53:44.160 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-19 23:53:44.160 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: service-type 2026-08-19 23:53:44.161 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: sorting 2026-08-19 23:53:44.161 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: standard-attr-segment 2026-08-19 23:53:44.162 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: standard-attr-description 2026-08-19 23:53:44.165 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: stateful-security-group 2026-08-19 23:53:44.165 7 WARNING neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-19 23:53:44.166 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-19 23:53:44.166 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: subnet-external-network 2026-08-19 23:53:44.167 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: subnet_onboard 2026-08-19 23:53:44.167 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-19 23:53:44.168 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: subnet-service-types 2026-08-19 23:53:44.169 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: subnet_allocation 2026-08-19 23:53:44.169 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-19 23:53:44.170 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: tag-creation 2026-08-19 23:53:44.170 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-19 23:53:44.174 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: standard-attr-tag 2026-08-19 23:53:44.175 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-19 23:53:44.176 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: trunk 2026-08-19 23:53:44.176 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: trunk-details 2026-08-19 23:53:44.177 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-19 23:53:44.177 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-19 23:53:44.178 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-19 23:53:44.178 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-19 23:53:44.180 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-19 23:53:44.181 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-19 23:53:44.181 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: vpn-flavors 2026-08-19 23:53:44.183 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: vpnaas 2026-08-19 23:53:44.184 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: taas 2026-08-19 23:53:44.185 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: tap-mirror 2026-08-19 23:53:44.186 7 INFO neutron.api.extensions [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Loaded extension: taas-vlan-filter 2026-08-19 23:53:44.188 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-19 23:53:44.188 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-19 23:53:44.189 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-19 23:53:44.189 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-19 23:53:44.192 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-19 23:53:44.192 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-19 23:53:44.197 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-19 23:53:44.198 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-19 23:53:44.198 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-19 23:53:44.200 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-19 23:53:44.200 7 WARNING neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] subnetpool is already registered 2026-08-19 23:53:44.200 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-19 23:53:44.201 7 WARNING neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] subnetpool is already registered 2026-08-19 23:53:44.201 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-19 23:53:44.201 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-19 23:53:44.202 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-19 23:53:44.202 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-19 23:53:44.203 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-19 23:53:44.203 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-19 23:53:44.204 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-19 23:53:44.204 7 WARNING neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] ipsecpolicy is already registered 2026-08-19 23:53:44.204 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-19 23:53:44.204 7 WARNING neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] ikepolicy is already registered 2026-08-19 23:53:44.209 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-19 23:53:44.209 7 WARNING neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] router is already registered 2026-08-19 23:53:44.209 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-19 23:53:44.210 7 WARNING neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] floatingip is already registered 2026-08-19 23:53:44.213 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-19 23:53:44.213 7 WARNING neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] rbac_policy is already registered 2026-08-19 23:53:44.214 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-19 23:53:44.214 7 WARNING neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] security_group is already registered 2026-08-19 23:53:44.214 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-19 23:53:44.215 7 WARNING neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] security_group_rule is already registered 2026-08-19 23:53:44.215 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-19 23:53:44.216 7 WARNING neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] subnetpool is already registered 2026-08-19 23:53:44.216 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-19 23:53:44.216 7 WARNING neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] subnetpool is already registered 2026-08-19 23:53:44.217 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-19 23:53:44.217 7 WARNING neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] trunk is already registered 2026-08-19 23:53:44.218 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-19 23:53:44.218 7 WARNING neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] ikepolicy is already registered 2026-08-19 23:53:44.218 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-19 23:53:44.218 7 WARNING neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] ipsecpolicy is already registered 2026-08-19 23:53:44.219 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-19 23:53:44.219 7 WARNING neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] endpoint_group is already registered 2026-08-19 23:53:44.219 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-19 23:53:44.220 7 WARNING neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] vpnservice is already registered 2026-08-19 23:53:44.220 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-19 23:53:44.220 7 WARNING neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] ipsec_site_connection is already registered 2026-08-19 23:53:44.221 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-19 23:53:44.221 7 WARNING neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] ipsecpolicy is already registered 2026-08-19 23:53:44.221 7 INFO neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-19 23:53:44.222 7 WARNING neutron.quota.resource_registry [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] ikepolicy is already registered 2026-08-19 23:53:44.260 7 WARNING keystonemiddleware._common.config [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-19 23:53:44.266 7 WARNING oslo_config.cfg [None req-68ed392c-0a64-4765-bd5f-b37e3cee417a - - - - - -] 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 0x7f6df69dc668 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-08-19 23:53:48.343 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1e737c12-b4cf-4214-987d-88981c2075e7 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.35 () {44 vars in 923 bytes} [Wed Aug 19 23:53:47 2026] GET /v2.0/networks/public => generated 108 bytes in 789 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.204.45.35 () {44 vars in 945 bytes} [Wed Aug 19 23:53:48 2026] GET /v2.0/networks?name=public => generated 15 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-19 23:53:49.105 8 WARNING neutron.services.revisions.revision_plugin [None req-d08eebea-beaf-452b-a8c6-3519ed8cd216 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Could not find related network for resource to bump revision. 2026-08-19 23:53:49.129 8 INFO neutron.db.segments_db [None req-d08eebea-beaf-452b-a8c6-3519ed8cd216 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment e5563b44-680f-48b3-93c1-058bde958a56 of type flat for network 3d2fc604-9032-49fe-a0bb-348d46942d54 2026-08-19 23:53:49.180 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d08eebea-beaf-452b-a8c6-3519ed8cd216 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.204.45.35 () {48 vars in 963 bytes} [Wed Aug 19 23:53:48 2026] POST /v2.0/networks => generated 124 bytes in 494 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-19 23:53:55.021 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e6aff45a-77d6-4e4a-aadb-74f38e8450a2 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.35 () {44 vars in 923 bytes} [Wed Aug 19 23:53:54 2026] GET /v2.0/networks/public => generated 108 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.35 () {44 vars in 945 bytes} [Wed Aug 19 23:53:55 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-08-19 23:53:55.097 8 WARNING neutron.services.revisions.revision_plugin [None req-fd5ce536-4a4c-45a6-bd91-17963700bd26 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Could not find related network for resource to bump revision. 2026-08-19 23:53:55.112 8 INFO neutron.db.segments_db [None req-fd5ce536-4a4c-45a6-bd91-17963700bd26 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment 3dc30a22-921a-41f6-9eef-c8755acba907 of type flat for network f8a18b6e-eb1e-4843-9473-5ab919504df5 2026-08-19 23:53:55.139 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fd5ce536-4a4c-45a6-bd91-17963700bd26 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.35 () {48 vars in 963 bytes} [Wed Aug 19 23:53:55 2026] POST /v2.0/networks => generated 124 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-19 23:54:01.337 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d9d7aad2-adaf-492c-95a7-e17bcccdbdbd e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.204.45.35 () {44 vars in 923 bytes} [Wed Aug 19 23:54:00 2026] GET /v2.0/networks/public => generated 108 bytes in 351 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.204.45.35 () {44 vars in 945 bytes} [Wed Aug 19 23:54:01 2026] GET /v2.0/networks?name=public => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-19 23:54:01.619 7 WARNING neutron.services.revisions.revision_plugin [None req-c2248c33-2ae4-4034-8cbd-d59e8b46bcb9 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Could not find related network for resource to bump revision. 2026-08-19 23:54:01.641 7 INFO neutron.db.segments_db [None req-c2248c33-2ae4-4034-8cbd-d59e8b46bcb9 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment f9ccd194-b09f-4901-8c8c-af433c1174c1 of type flat for network 01440074-08c1-4fe9-b4cf-82de6b5b9636 2026-08-19 23:54:01.693 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c2248c33-2ae4-4034-8cbd-d59e8b46bcb9 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.204.45.35 () {48 vars in 963 bytes} [Wed Aug 19 23:54:01 2026] POST /v2.0/networks => generated 124 bytes in 339 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-19 23:54:07.554 8 INFO neutron.pecan_wsgi.hooks.translation [None req-44ec6108-039a-4acf-ac0e-b3b97372f5b5 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/13] 199.204.45.35 () {44 vars in 923 bytes} [Wed Aug 19 23:54:07 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/14] 199.204.45.35 () {44 vars in 945 bytes} [Wed Aug 19 23:54:07 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-19 23:54:07.614 8 WARNING neutron.services.revisions.revision_plugin [None req-a6ce8db2-d73f-458b-811b-9c91bbb5b16c e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Could not find related network for resource to bump revision. 2026-08-19 23:54:07.635 8 INFO neutron.db.segments_db [None req-a6ce8db2-d73f-458b-811b-9c91bbb5b16c e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment c117cb36-5bb2-4717-985a-a781dd629d19 of type flat for network 5031a19d-1c79-4d92-80ac-a339949358ae 2026-08-19 23:54:07.667 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a6ce8db2-d73f-458b-811b-9c91bbb5b16c e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/15] 199.204.45.35 () {48 vars in 963 bytes} [Wed Aug 19 23:54:07 2026] POST /v2.0/networks => generated 124 bytes in 103 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-19 23:54:13.503 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4bf666a3-a60c-4e90-bf79-6273d964814b e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.35 () {44 vars in 923 bytes} [Wed Aug 19 23:54:13 2026] GET /v2.0/networks/public => generated 108 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.35 () {44 vars in 945 bytes} [Wed Aug 19 23:54:13 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-19 23:54:13.601 8 WARNING neutron.services.revisions.revision_plugin [None req-85f221cf-afc4-4be2-82d6-938f8b5963f4 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Could not find related network for resource to bump revision. 2026-08-19 23:54:13.619 8 INFO neutron.db.segments_db [None req-85f221cf-afc4-4be2-82d6-938f8b5963f4 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment e65323d5-41d3-4122-b774-0414754006fe of type flat for network a7f163ea-894f-4807-bfc2-568f1881e66b 2026-08-19 23:54:13.640 8 INFO neutron.pecan_wsgi.hooks.translation [None req-85f221cf-afc4-4be2-82d6-938f8b5963f4 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.35 () {48 vars in 963 bytes} [Wed Aug 19 23:54:13 2026] POST /v2.0/networks => generated 124 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-19 23:54:19.550 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0d1bc5b1-3652-476d-aa74-d89dcdd7a827 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/20] 199.204.45.35 () {44 vars in 923 bytes} [Wed Aug 19 23:54:19 2026] GET /v2.0/networks/public => generated 108 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/21] 199.204.45.35 () {44 vars in 945 bytes} [Wed Aug 19 23:54:19 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-19 23:54:19.624 7 WARNING neutron.services.revisions.revision_plugin [None req-49af1abc-9705-47a9-b86a-c2838f3b4c00 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Could not find related network for resource to bump revision. 2026-08-19 23:54:19.644 7 INFO neutron.db.segments_db [None req-49af1abc-9705-47a9-b86a-c2838f3b4c00 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment b120a4dc-b8d5-4940-984b-b487fb85f64e of type flat for network dcaa3320-91b1-4500-ac83-fe47baa5bda5 [pid: 7|app: 0|req: 10/22] 199.204.45.35 () {48 vars in 963 bytes} [Wed Aug 19 23:54:19 2026] POST /v2.0/networks => generated 706 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-19 23:54:20.832 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7c7e9485-e40e-4d37-9791-a3bc9498f44f e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/23] 199.204.45.35 () {44 vars in 923 bytes} [Wed Aug 19 23:54:20 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: 11/24] 199.204.45.35 () {44 vars in 945 bytes} [Wed Aug 19 23:54:20 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-08-19 23:54:20.906 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c65952f8-315d-40d0-9f88-e25705860c80 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/25] 199.204.45.35 () {44 vars in 1030 bytes} [Wed Aug 19 23:54:20 2026] GET /v2.0/subnets/public-subnet?network_id=dcaa3320-91b1-4500-ac83-fe47baa5bda5 => 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: 12/26] 199.204.45.35 () {44 vars in 1053 bytes} [Wed Aug 19 23:54:20 2026] GET /v2.0/subnets?name=public-subnet&network_id=dcaa3320-91b1-4500-ac83-fe47baa5bda5 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/27] 199.204.45.35 () {48 vars in 961 bytes} [Wed Aug 19 23:54:20 2026] POST /v2.0/subnets => generated 664 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-19 23:58:55.941 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4e7711d6-5716-475a-ac9d-9ef49d5efc30 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 32/65] 199.204.45.35 () {44 vars in 933 bytes} [Wed Aug 19 23:58:55 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/66] 199.204.45.35 () {44 vars in 955 bytes} [Wed Aug 19 23:58:55 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-19 23:58:56.022 7 INFO neutron.db.segments_db [None req-dea0f84f-0d97-4821-abef-24b7d858d62f e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment 134b67c0-3153-4246-b275-67319592f9c8 of type vxlan for network 08e58263-2a34-4342-906e-8629afb14fe6 [pid: 7|app: 0|req: 33/67] 199.204.45.35 () {48 vars in 962 bytes} [Wed Aug 19 23:58:55 2026] POST /v2.0/networks => generated 706 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-19 23:58:57.031 8 INFO neutron.pecan_wsgi.hooks.translation [None req-457180d9-f394-47c3-88cd-0ac301487816 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/68] 199.204.45.35 () {44 vars in 933 bytes} [Wed Aug 19 23:58:56 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/69] 199.204.45.35 () {44 vars in 955 bytes} [Wed Aug 19 23:58:57 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 690 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-19 23:58:57.094 8 INFO neutron.pecan_wsgi.hooks.translation [None req-271d4221-1390-45a4-b0b0-da7341630300 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/70] 199.204.45.35 () {44 vars in 1032 bytes} [Wed Aug 19 23:58:57 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=08e58263-2a34-4342-906e-8629afb14fe6 => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/71] 199.204.45.35 () {44 vars in 1055 bytes} [Wed Aug 19 23:58:57 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=08e58263-2a34-4342-906e-8629afb14fe6 => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/72] 199.204.45.35 () {48 vars in 961 bytes} [Wed Aug 19 23:58:57 2026] POST /v2.0/subnets => generated 651 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-19 23:58:58.391 7 INFO neutron.api.v2.resource [None req-d7b68c00-dceb-4e25-9648-290c617019b8 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/73] 199.204.45.35 () {44 vars in 967 bytes} [Wed Aug 19 23:58:58 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/74] 199.204.45.35 () {44 vars in 989 bytes} [Wed Aug 19 23:58:58 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/75] 199.204.45.35 () {48 vars in 976 bytes} [Wed Aug 19 23:58:58 2026] POST /v2.0/security-groups => generated 1616 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/76] 199.204.45.35 () {44 vars in 997 bytes} [Wed Aug 19 23:58:59 2026] GET /v2.0/security-groups/2908d489-f8a2-42e9-8331-082d74014208 => generated 1616 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/77] 199.204.45.35 () {44 vars in 997 bytes} [Wed Aug 19 23:58:59 2026] GET /v2.0/security-groups/2908d489-f8a2-42e9-8331-082d74014208 => generated 1616 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/78] 199.204.45.35 () {44 vars in 997 bytes} [Wed Aug 19 23:58:59 2026] GET /v2.0/security-groups/2908d489-f8a2-42e9-8331-082d74014208 => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/79] 199.204.45.35 () {48 vars in 987 bytes} [Wed Aug 19 23:58:59 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/80] 199.204.45.35 () {44 vars in 997 bytes} [Wed Aug 19 23:59:00 2026] GET /v2.0/security-groups/2908d489-f8a2-42e9-8331-082d74014208 => generated 2230 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/81] 199.204.45.35 () {44 vars in 997 bytes} [Wed Aug 19 23:59:00 2026] GET /v2.0/security-groups/2908d489-f8a2-42e9-8331-082d74014208 => generated 2230 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/82] 199.204.45.35 () {44 vars in 997 bytes} [Wed Aug 19 23:59:00 2026] GET /v2.0/security-groups/2908d489-f8a2-42e9-8331-082d74014208 => generated 2230 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/83] 199.204.45.35 () {48 vars in 987 bytes} [Wed Aug 19 23:59:00 2026] POST /v2.0/security-group-rules => generated 603 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/84] 199.204.45.35 () {44 vars in 997 bytes} [Wed Aug 19 23:59:01 2026] GET /v2.0/security-groups/2908d489-f8a2-42e9-8331-082d74014208 => generated 2846 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/85] 199.204.45.35 () {44 vars in 997 bytes} [Wed Aug 19 23:59:01 2026] GET /v2.0/security-groups/2908d489-f8a2-42e9-8331-082d74014208 => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/86] 199.204.45.35 () {44 vars in 997 bytes} [Wed Aug 19 23:59:01 2026] GET /v2.0/security-groups/2908d489-f8a2-42e9-8331-082d74014208 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/87] 199.204.45.35 () {48 vars in 987 bytes} [Wed Aug 19 23:59:01 2026] POST /v2.0/security-group-rules => generated 603 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/88] 199.204.45.35 () {44 vars in 997 bytes} [Wed Aug 19 23:59:02 2026] GET /v2.0/security-groups/2908d489-f8a2-42e9-8331-082d74014208 => generated 3462 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/89] 199.204.45.35 () {44 vars in 997 bytes} [Wed Aug 19 23:59:02 2026] GET /v2.0/security-groups/2908d489-f8a2-42e9-8331-082d74014208 => 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/90] 199.204.45.35 () {44 vars in 997 bytes} [Wed Aug 19 23:59:02 2026] GET /v2.0/security-groups/2908d489-f8a2-42e9-8331-082d74014208 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/91] 199.204.45.35 () {48 vars in 987 bytes} [Wed Aug 19 23:59:02 2026] POST /v2.0/security-group-rules => generated 603 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/92] 199.204.45.35 () {44 vars in 997 bytes} [Wed Aug 19 23:59:03 2026] GET /v2.0/security-groups/2908d489-f8a2-42e9-8331-082d74014208 => generated 4078 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/93] 199.204.45.35 () {44 vars in 997 bytes} [Wed Aug 19 23:59:03 2026] GET /v2.0/security-groups/2908d489-f8a2-42e9-8331-082d74014208 => generated 4078 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/94] 199.204.45.35 () {44 vars in 997 bytes} [Wed Aug 19 23:59:03 2026] GET /v2.0/security-groups/2908d489-f8a2-42e9-8331-082d74014208 => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/95] 199.204.45.35 () {48 vars in 987 bytes} [Wed Aug 19 23:59:03 2026] POST /v2.0/security-group-rules => generated 603 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/96] 199.204.45.35 () {44 vars in 983 bytes} [Wed Aug 19 23:59:05 2026] GET /v2.0/networks/08e58263-2a34-4342-906e-8629afb14fe6 => generated 731 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-19 23:59:05.286 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b5693bc5-7217-4486-b344-da7a132f5f99 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 48/97] 199.204.45.35 () {44 vars in 1072 bytes} [Wed Aug 19 23:59:05 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=08e58263-2a34-4342-906e-8629afb14fe6 => generated 132 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/98] 199.204.45.35 () {44 vars in 1095 bytes} [Wed Aug 19 23:59:05 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=08e58263-2a34-4342-906e-8629afb14fe6 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/99] 199.204.45.35 () {44 vars in 997 bytes} [Wed Aug 19 23:59:05 2026] GET /v2.0/security-groups/2908d489-f8a2-42e9-8331-082d74014208 => 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/100] 199.204.45.35 () {48 vars in 957 bytes} [Wed Aug 19 23:59:05 2026] POST /v2.0/ports => generated 1100 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-19 23:59:12.349 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d70ca619-95b4-400d-ab3a-8fbf0d345276 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/103] 199.204.45.35 () {44 vars in 975 bytes} [Wed Aug 19 23:59:12 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 70 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/104] 199.204.45.35 () {44 vars in 997 bytes} [Wed Aug 19 23:59:12 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/105] 199.204.45.35 () {48 vars in 1027 bytes} [Wed Aug 19 23:59:12 2026] PUT /v2.0/ports/042b213c-f8d9-4525-9031-0a59a570261c => generated 1249 bytes in 636 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/106] 199.204.45.35 () {44 vars in 916 bytes} [Wed Aug 19 23:59:14 2026] GET /v2.0/ports => generated 3730 bytes in 95 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-08-19 23:59:15.710 8 INFO neutron.api.v2.resource [None req-db4ee316-faaa-4f6f-9cb6-910ee4a1afc7 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/107] 199.204.45.35 () {44 vars in 955 bytes} [Wed Aug 19 23:59:15 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/108] 199.204.45.35 () {44 vars in 977 bytes} [Wed Aug 19 23:59:15 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/109] 199.204.45.35 () {48 vars in 976 bytes} [Wed Aug 19 23:59:15 2026] POST /v2.0/security-groups => generated 1610 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/110] 199.204.45.35 () {44 vars in 997 bytes} [Wed Aug 19 23:59:16 2026] GET /v2.0/security-groups/62aa966c-a118-473a-ab44-f22a24b7709f => generated 1610 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/111] 199.204.45.35 () {44 vars in 997 bytes} [Wed Aug 19 23:59:16 2026] GET /v2.0/security-groups/62aa966c-a118-473a-ab44-f22a24b7709f => generated 1610 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/112] 199.204.45.35 () {44 vars in 997 bytes} [Wed Aug 19 23:59:16 2026] GET /v2.0/security-groups/62aa966c-a118-473a-ab44-f22a24b7709f => generated 1610 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/113] 199.204.45.35 () {48 vars in 987 bytes} [Wed Aug 19 23:59:16 2026] POST /v2.0/security-group-rules => generated 623 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/114] 199.204.45.35 () {44 vars in 997 bytes} [Wed Aug 19 23:59:17 2026] GET /v2.0/security-groups/62aa966c-a118-473a-ab44-f22a24b7709f => generated 2246 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/115] 199.204.45.35 () {44 vars in 997 bytes} [Wed Aug 19 23:59:17 2026] GET /v2.0/security-groups/62aa966c-a118-473a-ab44-f22a24b7709f => 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: 57/116] 199.204.45.35 () {44 vars in 997 bytes} [Wed Aug 19 23:59:17 2026] GET /v2.0/security-groups/62aa966c-a118-473a-ab44-f22a24b7709f => generated 2246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/117] 199.204.45.35 () {48 vars in 987 bytes} [Wed Aug 19 23:59:17 2026] POST /v2.0/security-group-rules => generated 627 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/128] 199.204.45.35 () {44 vars in 971 bytes} [Thu Aug 20 00:00:28 2026] GET /v2.0/quotas/5f8efcd424fb4344abdbc9e3256fca2f => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 66/129] 199.204.45.35 () {48 vars in 1023 bytes} [Thu Aug 20 00:00:28 2026] PUT /v2.0/quotas/5f8efcd424fb4344abdbc9e3256fca2f => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-20 00:02:40.717 7 INFO neutron.pecan_wsgi.hooks.translation [None req-844d8e1d-0973-4245-9fca-c66d4cc80979 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 73/148] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:02:40 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 154 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: 76/149] 199.204.45.35 () {30 vars in 762 bytes} [Thu Aug 20 00:02:40 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:02:42.468 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3fb937aa-0c7d-496d-8e98-75deb11f9c26 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 74/150] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:02:42 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/151] 199.204.45.35 () {30 vars in 762 bytes} [Thu Aug 20 00:02:42 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:09:54.814 7 INFO neutron.api.v2.resource [None req-4d6d8b9a-932b-4a7b-b7dc-f006bb18dc21 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 104/210] 199.204.45.35 () {44 vars in 1070 bytes} [Thu Aug 20 00:09:54 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=d873bec0903d4ce2b54571257df7a8a0 => generated 139 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/211] 199.204.45.35 () {44 vars in 1093 bytes} [Thu Aug 20 00:09:54 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=d873bec0903d4ce2b54571257df7a8a0 => generated 23 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/212] 199.204.45.35 () {48 vars in 977 bytes} [Thu Aug 20 00:09:55 2026] POST /v2.0/security-groups => generated 1624 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/213] 199.204.45.35 () {44 vars in 1084 bytes} [Thu Aug 20 00:09:56 2026] GET /v2.0/security-groups/82d13cd7-0fdc-429e-bb0b-df8b78b12728?project_id=d873bec0903d4ce2b54571257df7a8a0 => generated 1624 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/214] 199.204.45.35 () {44 vars in 997 bytes} [Thu Aug 20 00:09:56 2026] GET /v2.0/security-groups/82d13cd7-0fdc-429e-bb0b-df8b78b12728 => 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: 109/215] 199.204.45.35 () {44 vars in 1084 bytes} [Thu Aug 20 00:09:56 2026] GET /v2.0/security-groups/82d13cd7-0fdc-429e-bb0b-df8b78b12728?project_id=d873bec0903d4ce2b54571257df7a8a0 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/216] 199.204.45.35 () {48 vars in 987 bytes} [Thu Aug 20 00:09:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/217] 199.204.45.35 () {44 vars in 1084 bytes} [Thu Aug 20 00:09:57 2026] GET /v2.0/security-groups/82d13cd7-0fdc-429e-bb0b-df8b78b12728?project_id=d873bec0903d4ce2b54571257df7a8a0 => generated 2234 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/218] 199.204.45.35 () {44 vars in 997 bytes} [Thu Aug 20 00:09:57 2026] GET /v2.0/security-groups/82d13cd7-0fdc-429e-bb0b-df8b78b12728 => generated 2234 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/219] 199.204.45.35 () {44 vars in 1084 bytes} [Thu Aug 20 00:09:57 2026] GET /v2.0/security-groups/82d13cd7-0fdc-429e-bb0b-df8b78b12728?project_id=d873bec0903d4ce2b54571257df7a8a0 => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/220] 199.204.45.35 () {48 vars in 987 bytes} [Thu Aug 20 00:09:57 2026] POST /v2.0/security-group-rules => generated 599 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/221] 199.204.45.35 () {44 vars in 1084 bytes} [Thu Aug 20 00:09:58 2026] GET /v2.0/security-groups/82d13cd7-0fdc-429e-bb0b-df8b78b12728?project_id=d873bec0903d4ce2b54571257df7a8a0 => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/222] 199.204.45.35 () {44 vars in 997 bytes} [Thu Aug 20 00:09:58 2026] GET /v2.0/security-groups/82d13cd7-0fdc-429e-bb0b-df8b78b12728 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/223] 199.204.45.35 () {44 vars in 1084 bytes} [Thu Aug 20 00:09:58 2026] GET /v2.0/security-groups/82d13cd7-0fdc-429e-bb0b-df8b78b12728?project_id=d873bec0903d4ce2b54571257df7a8a0 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/224] 199.204.45.35 () {48 vars in 987 bytes} [Thu Aug 20 00:09:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/225] 199.204.45.35 () {44 vars in 1084 bytes} [Thu Aug 20 00:09:59 2026] GET /v2.0/security-groups/82d13cd7-0fdc-429e-bb0b-df8b78b12728?project_id=d873bec0903d4ce2b54571257df7a8a0 => generated 3460 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/226] 199.204.45.35 () {44 vars in 997 bytes} [Thu Aug 20 00:09:59 2026] GET /v2.0/security-groups/82d13cd7-0fdc-429e-bb0b-df8b78b12728 => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/227] 199.204.45.35 () {44 vars in 1084 bytes} [Thu Aug 20 00:09:59 2026] GET /v2.0/security-groups/82d13cd7-0fdc-429e-bb0b-df8b78b12728?project_id=d873bec0903d4ce2b54571257df7a8a0 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/228] 199.204.45.35 () {48 vars in 987 bytes} [Thu Aug 20 00:09:59 2026] POST /v2.0/security-group-rules => generated 602 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/247] 199.204.45.35 () {30 vars in 739 bytes} [Thu Aug 20 00:12:13 2026] GET /v2.0/networks?tenant_id=d873bec0903d4ce2b54571257df7a8a0&shared=False => generated 15 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:12:14.022 7 INFO neutron.db.segments_db [None req-64c85b46-4341-4ffd-9e9b-283a06e2b8e3 13f6aa7a2a5c498999ea82fe2d40f54f d873bec0903d4ce2b54571257df7a8a0 - - 1065a3dcd3cc4be19d28ce5c1c538f23 1065a3dcd3cc4be19d28ce5c1c538f23] Added segment 71864410-eabe-4e08-92ec-5ca72bd96d29 of type vxlan for network ad55bf9d-3bbb-448d-a5a0-8422b09aa476 [pid: 7|app: 0|req: 123/248] 199.204.45.35 () {34 vars in 681 bytes} [Thu Aug 20 00:12:13 2026] POST /v2.0/networks => generated 718 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/249] 199.204.45.35 () {30 vars in 721 bytes} [Thu Aug 20 00:12:14 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/250] 199.204.45.35 () {30 vars in 632 bytes} [Thu Aug 20 00:12:14 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/251] 199.204.45.35 () {34 vars in 676 bytes} [Thu Aug 20 00:12:14 2026] POST /v2.0/ports => generated 999 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/252] 199.204.45.35 () {30 vars in 702 bytes} [Thu Aug 20 00:12:14 2026] GET /v2.0/networks/ad55bf9d-3bbb-448d-a5a0-8422b09aa476 => generated 705 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/253] 199.204.45.35 () {30 vars in 721 bytes} [Thu Aug 20 00:12:16 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/254] 199.204.45.35 () {30 vars in 702 bytes} [Thu Aug 20 00:12:16 2026] GET /v2.0/networks/ad55bf9d-3bbb-448d-a5a0-8422b09aa476 => generated 705 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/257] 199.204.45.35 () {44 vars in 971 bytes} [Thu Aug 20 00:12:33 2026] GET /v2.0/quotas/d873bec0903d4ce2b54571257df7a8a0 => 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: 128/258] 199.204.45.35 () {48 vars in 1023 bytes} [Thu Aug 20 00:12:33 2026] PUT /v2.0/quotas/d873bec0903d4ce2b54571257df7a8a0 => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:24:40.660 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eaa2da88-a330-4ad4-8d17-b624525563f0 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 180/357] 199.204.45.35 () {44 vars in 923 bytes} [Thu Aug 20 00:24:40 2026] GET /v2.0/networks/public => generated 108 bytes in 162 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/358] 199.204.45.35 () {44 vars in 945 bytes} [Thu Aug 20 00:24:40 2026] GET /v2.0/networks?name=public => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:24:41.774 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6fa9930b-872f-4726-9c9c-53ad63ef5f92 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 181/359] 199.204.45.35 () {44 vars in 923 bytes} [Thu Aug 20 00:24:41 2026] GET /v2.0/networks/public => generated 108 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/360] 199.204.45.35 () {44 vars in 945 bytes} [Thu Aug 20 00:24:41 2026] GET /v2.0/networks?name=public => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:24:41.842 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8e12905f-7a0b-4920-8edd-14b1f11cb8f2 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/361] 199.204.45.35 () {44 vars in 1030 bytes} [Thu Aug 20 00:24:41 2026] GET /v2.0/subnets/public-subnet?network_id=dcaa3320-91b1-4500-ac83-fe47baa5bda5 => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/362] 199.204.45.35 () {44 vars in 1053 bytes} [Thu Aug 20 00:24:41 2026] GET /v2.0/subnets?name=public-subnet&network_id=dcaa3320-91b1-4500-ac83-fe47baa5bda5 => generated 667 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:25:09.278 7 INFO neutron.pecan_wsgi.hooks.translation [None req-966a8d15-2bd4-4752-bac1-ce04dfc4a1d4 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 183/367] 199.204.45.35 () {44 vars in 933 bytes} [Thu Aug 20 00:25:09 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/368] 199.204.45.35 () {44 vars in 955 bytes} [Thu Aug 20 00:25:09 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:25:10.240 7 INFO neutron.pecan_wsgi.hooks.translation [None req-574b7275-3d93-4d33-9008-cf586fe7c8bb e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/369] 199.204.45.35 () {44 vars in 933 bytes} [Thu Aug 20 00:25:10 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/370] 199.204.45.35 () {44 vars in 955 bytes} [Thu Aug 20 00:25:10 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:25:10.323 7 INFO neutron.pecan_wsgi.hooks.translation [None req-24b635db-ca36-45bb-beba-c28a98f28bf2 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/371] 199.204.45.35 () {44 vars in 1032 bytes} [Thu Aug 20 00:25:10 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=08e58263-2a34-4342-906e-8629afb14fe6 => generated 114 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/372] 199.204.45.35 () {44 vars in 1055 bytes} [Thu Aug 20 00:25:10 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=08e58263-2a34-4342-906e-8629afb14fe6 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:25:11.522 7 INFO neutron.api.v2.resource [None req-6c98484a-6af3-41ec-9018-1ab30f0c21f3 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 186/373] 199.204.45.35 () {44 vars in 967 bytes} [Thu Aug 20 00:25:11 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: 8|app: 0|req: 188/374] 199.204.45.35 () {44 vars in 989 bytes} [Thu Aug 20 00:25:11 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: 7|app: 0|req: 187/375] 199.204.45.35 () {44 vars in 997 bytes} [Thu Aug 20 00:25:12 2026] GET /v2.0/security-groups/2908d489-f8a2-42e9-8331-082d74014208 => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/376] 199.204.45.35 () {44 vars in 997 bytes} [Thu Aug 20 00:25:12 2026] GET /v2.0/security-groups/2908d489-f8a2-42e9-8331-082d74014208 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/377] 199.204.45.35 () {44 vars in 1007 bytes} [Thu Aug 20 00:25:12 2026] GET /v2.0/security-group-rules/03b42499-90aa-44e0-9770-e05d6f237ee8 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/378] 199.204.45.35 () {44 vars in 997 bytes} [Thu Aug 20 00:25:13 2026] GET /v2.0/security-groups/2908d489-f8a2-42e9-8331-082d74014208 => 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: 189/379] 199.204.45.35 () {44 vars in 997 bytes} [Thu Aug 20 00:25:13 2026] GET /v2.0/security-groups/2908d489-f8a2-42e9-8331-082d74014208 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/380] 199.204.45.35 () {44 vars in 1007 bytes} [Thu Aug 20 00:25:13 2026] GET /v2.0/security-group-rules/0aca5a75-418c-4894-97c3-8baec20c113e => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/381] 199.204.45.35 () {44 vars in 997 bytes} [Thu Aug 20 00:25:14 2026] GET /v2.0/security-groups/2908d489-f8a2-42e9-8331-082d74014208 => generated 4694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/382] 199.204.45.35 () {44 vars in 997 bytes} [Thu Aug 20 00:25:14 2026] GET /v2.0/security-groups/2908d489-f8a2-42e9-8331-082d74014208 => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/383] 199.204.45.35 () {44 vars in 1007 bytes} [Thu Aug 20 00:25:14 2026] GET /v2.0/security-group-rules/b3eb09bd-0ed0-4548-ac82-a75f44535e26 => 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: 193/384] 199.204.45.35 () {44 vars in 997 bytes} [Thu Aug 20 00:25:15 2026] GET /v2.0/security-groups/2908d489-f8a2-42e9-8331-082d74014208 => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/385] 199.204.45.35 () {44 vars in 997 bytes} [Thu Aug 20 00:25:15 2026] GET /v2.0/security-groups/2908d489-f8a2-42e9-8331-082d74014208 => generated 4694 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/386] 199.204.45.35 () {44 vars in 1007 bytes} [Thu Aug 20 00:25:15 2026] GET /v2.0/security-group-rules/cfb7322d-39ef-490d-82c8-c32842bb4d6c => 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: 193/387] 199.204.45.35 () {44 vars in 997 bytes} [Thu Aug 20 00:25:16 2026] GET /v2.0/security-groups/2908d489-f8a2-42e9-8331-082d74014208 => generated 4694 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/388] 199.204.45.35 () {44 vars in 997 bytes} [Thu Aug 20 00:25:16 2026] GET /v2.0/security-groups/2908d489-f8a2-42e9-8331-082d74014208 => generated 4694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/389] 199.204.45.35 () {44 vars in 1007 bytes} [Thu Aug 20 00:25:16 2026] GET /v2.0/security-group-rules/cf918dcd-c356-4b11-a596-3290a527728a => 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: 196/390] 199.204.45.35 () {44 vars in 983 bytes} [Thu Aug 20 00:25:18 2026] GET /v2.0/networks/08e58263-2a34-4342-906e-8629afb14fe6 => generated 731 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:25:18.164 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f336c5ff-3b42-459f-9ce6-95c638ad5d1c e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 195/391] 199.204.45.35 () {44 vars in 1072 bytes} [Thu Aug 20 00:25:18 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=08e58263-2a34-4342-906e-8629afb14fe6 => 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: 197/392] 199.204.45.35 () {44 vars in 1095 bytes} [Thu Aug 20 00:25:18 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=08e58263-2a34-4342-906e-8629afb14fe6 => generated 1254 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/393] 199.204.45.35 () {44 vars in 997 bytes} [Thu Aug 20 00:25:18 2026] GET /v2.0/security-groups/2908d489-f8a2-42e9-8331-082d74014208 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:25:27.415 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9e0a701f-3e43-487f-a04e-ae346d3c7439 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 199/396] 199.204.45.35 () {44 vars in 975 bytes} [Thu Aug 20 00:25:27 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/397] 199.204.45.35 () {44 vars in 997 bytes} [Thu Aug 20 00:25:27 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/398] 199.204.45.35 () {44 vars in 916 bytes} [Thu Aug 20 00:25:28 2026] GET /v2.0/ports => generated 4725 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:25:29.954 7 INFO neutron.api.v2.resource [None req-be8fe476-5c7e-430a-994b-e9455d004a4a e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 199/399] 199.204.45.35 () {44 vars in 955 bytes} [Thu Aug 20 00:25:29 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/400] 199.204.45.35 () {44 vars in 977 bytes} [Thu Aug 20 00:25:29 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/401] 199.204.45.35 () {44 vars in 997 bytes} [Thu Aug 20 00:25:30 2026] GET /v2.0/security-groups/62aa966c-a118-473a-ab44-f22a24b7709f => generated 2886 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/402] 199.204.45.35 () {44 vars in 997 bytes} [Thu Aug 20 00:25:30 2026] GET /v2.0/security-groups/62aa966c-a118-473a-ab44-f22a24b7709f => generated 2886 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/403] 199.204.45.35 () {44 vars in 1007 bytes} [Thu Aug 20 00:25:30 2026] GET /v2.0/security-group-rules/8909fe13-6458-41ed-b1c6-15e22e904940 => generated 623 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/404] 199.204.45.35 () {44 vars in 997 bytes} [Thu Aug 20 00:25:31 2026] GET /v2.0/security-groups/62aa966c-a118-473a-ab44-f22a24b7709f => generated 2886 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/405] 199.204.45.35 () {44 vars in 997 bytes} [Thu Aug 20 00:25:31 2026] GET /v2.0/security-groups/62aa966c-a118-473a-ab44-f22a24b7709f => 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: 204/406] 199.204.45.35 () {44 vars in 1007 bytes} [Thu Aug 20 00:25:31 2026] GET /v2.0/security-group-rules/b2f464b6-d3df-46fe-a894-436a05024c9f => 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: 204/409] 199.204.45.35 () {44 vars in 971 bytes} [Thu Aug 20 00:25:44 2026] GET /v2.0/quotas/5f8efcd424fb4344abdbc9e3256fca2f => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:26:38.459 7 INFO neutron.api.v2.resource [None req-43373442-9e37-4818-ae56-190ab22c438d e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 208/416] 199.204.45.35 () {44 vars in 1070 bytes} [Thu Aug 20 00:26:38 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=d873bec0903d4ce2b54571257df7a8a0 => generated 139 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/417] 199.204.45.35 () {44 vars in 1093 bytes} [Thu Aug 20 00:26:38 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=d873bec0903d4ce2b54571257df7a8a0 => generated 4072 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/420] 199.204.45.35 () {44 vars in 1084 bytes} [Thu Aug 20 00:26:39 2026] GET /v2.0/security-groups/82d13cd7-0fdc-429e-bb0b-df8b78b12728?project_id=d873bec0903d4ce2b54571257df7a8a0 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/421] 199.204.45.35 () {44 vars in 997 bytes} [Thu Aug 20 00:26:39 2026] GET /v2.0/security-groups/82d13cd7-0fdc-429e-bb0b-df8b78b12728 => generated 4075 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/422] 199.204.45.35 () {44 vars in 1007 bytes} [Thu Aug 20 00:26:39 2026] GET /v2.0/security-group-rules/36860376-2ea0-4013-a3c3-444c83e09c8d => generated 597 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/423] 199.204.45.35 () {44 vars in 1084 bytes} [Thu Aug 20 00:26:40 2026] GET /v2.0/security-groups/82d13cd7-0fdc-429e-bb0b-df8b78b12728?project_id=d873bec0903d4ce2b54571257df7a8a0 => generated 4075 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/424] 199.204.45.35 () {44 vars in 997 bytes} [Thu Aug 20 00:26:40 2026] GET /v2.0/security-groups/82d13cd7-0fdc-429e-bb0b-df8b78b12728 => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/425] 199.204.45.35 () {44 vars in 1007 bytes} [Thu Aug 20 00:26:40 2026] GET /v2.0/security-group-rules/eddb6d65-2d75-4364-ac36-ebf8785ccb02 => generated 599 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/426] 199.204.45.35 () {44 vars in 1084 bytes} [Thu Aug 20 00:26:41 2026] GET /v2.0/security-groups/82d13cd7-0fdc-429e-bb0b-df8b78b12728?project_id=d873bec0903d4ce2b54571257df7a8a0 => generated 4075 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/427] 199.204.45.35 () {44 vars in 997 bytes} [Thu Aug 20 00:26:41 2026] GET /v2.0/security-groups/82d13cd7-0fdc-429e-bb0b-df8b78b12728 => generated 4075 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/428] 199.204.45.35 () {44 vars in 1007 bytes} [Thu Aug 20 00:26:41 2026] GET /v2.0/security-group-rules/517acc76-c41c-4e10-8ec1-23958a5572e6 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/429] 199.204.45.35 () {44 vars in 1084 bytes} [Thu Aug 20 00:26:42 2026] GET /v2.0/security-groups/82d13cd7-0fdc-429e-bb0b-df8b78b12728?project_id=d873bec0903d4ce2b54571257df7a8a0 => generated 4075 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/430] 199.204.45.35 () {44 vars in 997 bytes} [Thu Aug 20 00:26:42 2026] GET /v2.0/security-groups/82d13cd7-0fdc-429e-bb0b-df8b78b12728 => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/431] 199.204.45.35 () {44 vars in 1007 bytes} [Thu Aug 20 00:26:42 2026] GET /v2.0/security-group-rules/750f10d1-43cb-4bc7-b6a8-cd1b1cdb5997 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/432] 199.204.45.35 () {44 vars in 971 bytes} [Thu Aug 20 00:26:50 2026] GET /v2.0/quotas/d873bec0903d4ce2b54571257df7a8a0 => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/441] 199.204.45.35 () {44 vars in 945 bytes} [Thu Aug 20 00:27:41 2026] GET /v2.0/networks?name=public => generated 753 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/446] 10.0.0.168 () {32 vars in 649 bytes} [Thu Aug 20 00:28:22 2026] GET /v2.0/networks => generated 2167 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/447] 10.0.0.168 () {32 vars in 655 bytes} [Thu Aug 20 00:28:23 2026] GET /v2.0/floatingips => 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: 225/448] 10.0.0.168 () {32 vars in 647 bytes} [Thu Aug 20 00:28:23 2026] GET /v2.0/routers => generated 15 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/449] 10.0.0.168 () {32 vars in 643 bytes} [Thu Aug 20 00:28:23 2026] GET /v2.0/ports => generated 4725 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/450] 10.0.0.168 () {32 vars in 647 bytes} [Thu Aug 20 00:28:23 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/451] 10.0.0.168 () {32 vars in 649 bytes} [Thu Aug 20 00:28:24 2026] GET /v2.0/networks => generated 2167 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/452] 10.0.0.168 () {32 vars in 663 bytes} [Thu Aug 20 00:28:24 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: 7|app: 0|req: 226/453] 10.0.0.168 () {32 vars in 655 bytes} [Thu Aug 20 00:28:24 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) 2026-08-20 00:28:34.883 8 INFO neutron.db.segments_db [None req-e38ca1ee-693b-47b9-a816-a7f00eeacfad e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment 8dce9acf-1628-40c4-a7d8-e51aae706c11 of type vxlan for network e0a34abe-1467-4af4-8df1-6b386631cd2d 2026-08-20 00:28:34.944 7 INFO neutron.db.segments_db [None req-98c197fb-e85c-4ed3-8e95-5b6986eb7038 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment 6953e864-076f-49dc-ab7c-5b70f8cc277d of type vxlan for network f9366868-122b-474e-8b4a-1beed996a564 [pid: 8|app: 0|req: 229/456] 10.0.0.168 () {34 vars in 671 bytes} [Thu Aug 20 00:28:34 2026] POST /v2.0/networks => generated 745 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/457] 10.0.0.168 () {34 vars in 671 bytes} [Thu Aug 20 00:28:34 2026] POST /v2.0/networks => generated 743 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/458] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:28:34 2026] POST /v2.0/subnets => generated 692 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:28:35.190 8 INFO neutron.db.segments_db [None req-b9bfcdf4-17ba-4cbb-bfac-a4c0cd4be267 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment bde49859-c79c-4dcf-ae13-9726e7a18976 of type vxlan for network 60d7a5aa-1c40-4f74-b86e-5f717ff81aca [pid: 7|app: 0|req: 229/459] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:28:35 2026] POST /v2.0/subnets => generated 690 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:28:35.412 8 INFO neutron.db.l3_hamode_db [None req-b9bfcdf4-17ba-4cbb-bfac-a4c0cd4be267 e9acc8a2cd3a4759a584470e72c71732 8a5e060b1d7f44eeb943ed6ae0867874 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 230/460] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:28:35 2026] GET /v2.0/security-groups?tenant_id=58987249490641d7ae3811ed7f6a81e8&name=default => generated 2921 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:28:35.726 7 INFO neutron.db.segments_db [None req-9eac7079-db78-48c7-8124-184945ab82ed e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment 671f8f61-a240-4742-ae27-73f06b46d978 of type vxlan for network 4830d758-e372-4a46-b2fe-66a58b8b8c50 2026-08-20 00:28:35.977 7 INFO neutron.db.l3_hamode_db [None req-9eac7079-db78-48c7-8124-184945ab82ed e9acc8a2cd3a4759a584470e72c71732 fa639b62d0194b398df942020b22ba53 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 00:28:36.215 8 INFO neutron.db.l3_hamode_db [None req-b9bfcdf4-17ba-4cbb-bfac-a4c0cd4be267 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 00:28:36.842 7 INFO neutron.db.l3_hamode_db [None req-9eac7079-db78-48c7-8124-184945ab82ed e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 231/461] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:28:35 2026] POST /v2.0/routers => generated 732 bytes in 2128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/462] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:28:37 2026] GET /v2.0/security-groups?tenant_id=c7d67e583aa14518b59dad624b9930bb&name=default => generated 2921 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/463] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:28:37 2026] DELETE /v2.0/security-groups/102c8cae-e332-4965-81db-cfba59315399 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/464] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:28:35 2026] POST /v2.0/routers => generated 730 bytes in 2348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/465] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:28:38 2026] DELETE /v2.0/security-groups/8a30eb72-8b53-4e85-94dd-9b1008126d0c => 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: 234/466] 10.0.0.168 () {34 vars in 783 bytes} [Thu Aug 20 00:28:37 2026] PUT /v2.0/routers/fef2cdd2-fae5-43da-aab1-5a446d1e287d/add_router_interface => generated 309 bytes in 1211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/469] 10.0.0.168 () {34 vars in 783 bytes} [Thu Aug 20 00:28:38 2026] PUT /v2.0/routers/247854da-20ec-4d48-b90e-9862ddcfa482/add_router_interface => generated 309 bytes in 1173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/470] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:28:39 2026] GET /v2.0/security-groups?tenant_id=304a1580500f4701a17c7b930bafff63&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: 237/471] 10.0.0.174 () {38 vars in 971 bytes} [Thu Aug 20 00:28:39 2026] POST /v2.0/security-groups => generated 1680 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/472] 10.0.0.168 () {34 vars in 685 bytes} [Thu Aug 20 00:28:40 2026] POST /v2.0/security-groups => generated 1660 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/473] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:28:40 2026] DELETE /v2.0/security-groups/c2321592-c6c1-4346-9ce9-f95f1ce21bba => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:28:40.319 8 INFO neutron.db.segments_db [None req-11d5a857-e68a-4dbe-bc06-10d23586a281 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment 0f22f3d0-345e-4218-892b-06b443863781 of type vxlan for network f6c30eac-ce88-4c9a-b8d9-11402b87174f [pid: 8|app: 0|req: 238/474] 10.0.0.168 () {34 vars in 671 bytes} [Thu Aug 20 00:28:40 2026] POST /v2.0/networks => generated 748 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/475] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:28:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/476] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:28:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/477] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:28:40 2026] POST /v2.0/subnets => generated 696 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/478] 10.0.0.174 () {38 vars in 971 bytes} [Thu Aug 20 00:28:40 2026] POST /v2.0/security-groups => generated 1681 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-20 00:28:40.842 7 INFO neutron.db.segments_db [None req-fb7d3768-0d1c-444b-9b0b-8d14c902d0a9 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment 18080f60-00fe-4d2a-b792-8ddd78e3624b of type vxlan for network 08d56ab6-be15-4172-880f-ebba849d1fb4 [pid: 8|app: 0|req: 240/479] 10.0.0.168 () {34 vars in 676 bytes} [Thu Aug 20 00:28:40 2026] POST /v2.0/floatingips => generated 552 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:28:41.143 7 INFO neutron.db.l3_hamode_db [None req-fb7d3768-0d1c-444b-9b0b-8d14c902d0a9 e9acc8a2cd3a4759a584470e72c71732 29a9ffb62efd466f9cadcd20580c39fb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 241/480] 10.0.0.174 () {38 vars in 971 bytes} [Thu Aug 20 00:28:41 2026] POST /v2.0/security-groups => generated 1680 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/481] 10.0.0.174 () {34 vars in 1002 bytes} [Thu Aug 20 00:28:41 2026] GET /v2.0/security-groups?tenant_id=8a5e060b1d7f44eeb943ed6ae0867874 => generated 7902 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/482] 10.0.0.174 () {34 vars in 991 bytes} [Thu Aug 20 00:28:41 2026] GET /v2.0/security-groups/6a1d9374-b951-4311-b0a2-13af050d4532 => generated 2918 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/483] 10.0.0.174 () {34 vars in 991 bytes} [Thu Aug 20 00:28:41 2026] GET /v2.0/security-groups/6a1d9374-b951-4311-b0a2-13af050d4532 => generated 2918 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/484] 10.0.0.174 () {34 vars in 991 bytes} [Thu Aug 20 00:28:41 2026] GET /v2.0/security-groups/695234ea-2289-4614-aabc-fd679e6635b1 => generated 1680 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/485] 10.0.0.174 () {36 vars in 1013 bytes} [Thu Aug 20 00:28:41 2026] DELETE /v2.0/security-groups/695234ea-2289-4614-aabc-fd679e6635b1 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:28:41.507 8 INFO neutron.api.v2.resource [req-33953f2c-3047-487a-b24b-05a4a5050d14 req-e53556ad-0032-4134-8ea2-f2b6a1eaf046 669377c9c358400babc6c1b51c7b4354 8a5e060b1d7f44eeb943ed6ae0867874 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 247/486] 10.0.0.174 () {34 vars in 991 bytes} [Thu Aug 20 00:28:41 2026] GET /v2.0/security-groups/695234ea-2289-4614-aabc-fd679e6635b1 => 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: 248/487] 10.0.0.174 () {34 vars in 991 bytes} [Thu Aug 20 00:28:41 2026] GET /v2.0/security-groups/c098af0c-dd8a-4767-b5bb-d65fc8fa8024 => generated 1681 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/488] 10.0.0.174 () {36 vars in 1013 bytes} [Thu Aug 20 00:28:41 2026] DELETE /v2.0/security-groups/c098af0c-dd8a-4767-b5bb-d65fc8fa8024 => 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: 250/489] 10.0.0.174 () {34 vars in 1100 bytes} [Thu Aug 20 00:28:41 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1035695328&fields=id&tenant_id=fa639b62d0194b398df942020b22ba53 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:28:41.717 8 INFO neutron.api.v2.resource [req-1a7185c9-c935-438c-9bf0-9cc245208497 req-ace875b1-81f3-4475-b14a-3b62312439dd 669377c9c358400babc6c1b51c7b4354 8a5e060b1d7f44eeb943ed6ae0867874 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 251/490] 10.0.0.174 () {34 vars in 991 bytes} [Thu Aug 20 00:28:41 2026] GET /v2.0/security-groups/c098af0c-dd8a-4767-b5bb-d65fc8fa8024 => 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: 252/491] 10.0.0.174 () {34 vars in 982 bytes} [Thu Aug 20 00:28:41 2026] GET /v2.0/networks?id=f9366868-122b-474e-8b4a-1beed996a564 => generated 675 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/492] 10.0.0.174 () {34 vars in 991 bytes} [Thu Aug 20 00:28:41 2026] GET /v2.0/security-groups/a6914cdc-6d5b-4272-b797-02532e2c11d6 => generated 1680 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/493] 10.0.0.174 () {34 vars in 965 bytes} [Thu Aug 20 00:28:41 2026] GET /v2.0/quotas/fa639b62d0194b398df942020b22ba53 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/494] 10.0.0.174 () {36 vars in 1013 bytes} [Thu Aug 20 00:28:41 2026] DELETE /v2.0/security-groups/a6914cdc-6d5b-4272-b797-02532e2c11d6 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/495] 10.0.0.174 () {34 vars in 1002 bytes} [Thu Aug 20 00:28:41 2026] GET /v2.0/ports?tenant_id=fa639b62d0194b398df942020b22ba53&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:28:41.972 7 INFO neutron.db.l3_hamode_db [None req-fb7d3768-0d1c-444b-9b0b-8d14c902d0a9 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 00:28:41.975 8 INFO neutron.api.v2.resource [req-4c331222-2093-47f8-8bb9-549f7b306c7b req-9d0e406c-c2dd-4dec-8759-00969dde1d13 669377c9c358400babc6c1b51c7b4354 8a5e060b1d7f44eeb943ed6ae0867874 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 257/496] 10.0.0.174 () {34 vars in 991 bytes} [Thu Aug 20 00:28:41 2026] GET /v2.0/security-groups/a6914cdc-6d5b-4272-b797-02532e2c11d6 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/497] 10.0.0.174 () {34 vars in 1002 bytes} [Thu Aug 20 00:28:42 2026] GET /v2.0/security-groups?tenant_id=8a5e060b1d7f44eeb943ed6ae0867874 => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/498] 10.0.0.174 () {34 vars in 991 bytes} [Thu Aug 20 00:28:42 2026] GET /v2.0/security-groups/6a1d9374-b951-4311-b0a2-13af050d4532 => generated 2918 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:28:42.386 8 INFO neutron.db.segments_db [None req-2ce7642f-c520-45c9-acfd-455ecd9da1b0 011661ce830f40b395d043e2fbbfac48 f8ab85a1451a4bf3b061c5434214f02a - - default default] Added segment 545d3f18-ed99-4ccb-907c-570ac855a73d of type vxlan for network 6dcc1a5e-2969-441f-b8b9-c916e029dafe [pid: 8|app: 0|req: 260/499] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:28:42 2026] POST /v2.0/networks => generated 648 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/500] 10.0.0.174 () {34 vars in 991 bytes} [Thu Aug 20 00:28:42 2026] GET /v2.0/security-groups/6a1d9374-b951-4311-b0a2-13af050d4532 => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/501] 10.0.0.174 () {34 vars in 907 bytes} [Thu Aug 20 00:28:42 2026] GET /v2.0/extensions => generated 21537 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-08-20 00:28:42.588 8 INFO neutron.api.v2.resource [req-1ac4060b-020c-4a7c-bc58-5a030da6fe11 req-774f729c-ac9a-4298-82a4-c13c80322d77 669377c9c358400babc6c1b51c7b4354 8a5e060b1d7f44eeb943ed6ae0867874 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 263/502] 10.0.0.174 () {34 vars in 991 bytes} [Thu Aug 20 00:28:42 2026] GET /v2.0/security-groups/a6914cdc-6d5b-4272-b797-02532e2c11d6 => 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: 264/503] 10.0.0.174 () {34 vars in 1008 bytes} [Thu Aug 20 00:28:42 2026] GET /v2.0/networks/f9366868-122b-474e-8b4a-1beed996a564?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:28:42.647 8 INFO neutron.api.v2.resource [req-9f726024-cf80-4e6a-bc81-73adef393acb req-09fb4872-c6a0-4734-968f-cba48144db4b 669377c9c358400babc6c1b51c7b4354 8a5e060b1d7f44eeb943ed6ae0867874 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 265/504] 10.0.0.174 () {34 vars in 991 bytes} [Thu Aug 20 00:28:42 2026] GET /v2.0/security-groups/c098af0c-dd8a-4767-b5bb-d65fc8fa8024 => 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: 266/505] 10.0.0.174 () {34 vars in 1108 bytes} [Thu Aug 20 00:28:42 2026] GET /v2.0/networks/f9366868-122b-474e-8b4a-1beed996a564?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:28:42.695 8 INFO neutron.api.v2.resource [req-e763bae8-e848-40a1-873e-500266316181 req-11e1216d-d49a-4e3d-99d8-a5db026235a0 669377c9c358400babc6c1b51c7b4354 8a5e060b1d7f44eeb943ed6ae0867874 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 267/506] 10.0.0.174 () {34 vars in 991 bytes} [Thu Aug 20 00:28:42 2026] GET /v2.0/security-groups/695234ea-2289-4614-aabc-fd679e6635b1 => 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: 240/507] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:28:40 2026] POST /v2.0/routers => generated 736 bytes in 2093 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/508] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:28:42 2026] GET /v2.0/ports?device_id=70e77d3d-9fc5-48ad-a2cc-4f27c7de9a7b => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:28:43.415 8 INFO neutron_taas.services.taas.taas_plugin [None req-54c8b95e-3e08-4ba1-b8af-fbbf041d865c e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: 09c9b4ae-1bae-43d3-8d30-de3fdd6a09ea 2026-08-20 00:28:43.423 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54c8b95e-3e08-4ba1-b8af-fbbf041d865c e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: 09c9b4ae-1bae-43d3-8d30-de3fdd6a09ea [pid: 8|app: 0|req: 268/509] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:28:42 2026] PUT /v2.0/routers/fef2cdd2-fae5-43da-aab1-5a446d1e287d/remove_router_interface => generated 309 bytes in 1151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/510] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:28:43 2026] POST /v2.0/subnets => generated 673 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/511] 10.0.0.168 () {34 vars in 783 bytes} [Thu Aug 20 00:28:42 2026] PUT /v2.0/routers/21fee722-bef5-4c8c-8764-d9fe697beac9/add_router_interface => generated 309 bytes in 1144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/512] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:28:44 2026] GET /v2.0/ports?device_id=70e77d3d-9fc5-48ad-a2cc-4f27c7de9a7b => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:28:44.126 7 INFO neutron.db.segments_db [None req-fe243969-38d6-4e9b-83e2-1e52f5f2aefc 011661ce830f40b395d043e2fbbfac48 f8ab85a1451a4bf3b061c5434214f02a - - default default] Added segment 668e4142-53e7-489b-8747-d79eb7e21253 of type vxlan for network 956ebd40-de22-4cec-8873-a541b66663eb 2026-08-20 00:28:44.180 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a7baddb-4454-421c-bf69-8bfdfbe872b9 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: b734c0c1-9779-41b0-8f83-e813bf8a5693 2026-08-20 00:28:44.182 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a7baddb-4454-421c-bf69-8bfdfbe872b9 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: b734c0c1-9779-41b0-8f83-e813bf8a5693 [pid: 7|app: 0|req: 244/513] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:28:44 2026] POST /v2.0/networks => generated 648 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/514] 10.0.0.168 () {34 vars in 743 bytes} [Thu Aug 20 00:28:44 2026] PUT /v2.0/networks/956ebd40-de22-4cec-8873-a541b66663eb => generated 592 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:28:44.374 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a7baddb-4454-421c-bf69-8bfdfbe872b9 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: dcb7a213-edaa-4419-bbc6-972f466d373f 2026-08-20 00:28:44.378 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a7baddb-4454-421c-bf69-8bfdfbe872b9 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: dcb7a213-edaa-4419-bbc6-972f466d373f 2026-08-20 00:28:44.449 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-6a7baddb-4454-421c-bf69-8bfdfbe872b9 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - 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 2244, 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 648, 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: 246/515] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:28:44 2026] POST /v2.0/subnets => generated 646 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/516] 10.0.0.174 () {38 vars in 971 bytes} [Thu Aug 20 00:28:44 2026] POST /v2.0/security-groups => generated 1684 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-20 00:28:44.803 8 INFO neutron.db.l3_hamode_db [None req-6a7baddb-4454-421c-bf69-8bfdfbe872b9 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] HA network 60d7a5aa-1c40-4f74-b86e-5f717ff81aca was deleted as no HA routers are present in tenant 8a5e060b1d7f44eeb943ed6ae0867874. [pid: 8|app: 0|req: 270/517] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:28:44 2026] DELETE /v2.0/routers/fef2cdd2-fae5-43da-aab1-5a446d1e287d => generated 0 bytes in 763 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/518] 10.0.0.174 () {34 vars in 991 bytes} [Thu Aug 20 00:28:44 2026] GET /v2.0/security-groups/fcabc9bf-7cdb-4780-b33c-ca1c1ce18cb8 => generated 1684 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/519] 10.0.0.168 () {34 vars in 741 bytes} [Thu Aug 20 00:28:44 2026] PUT /v2.0/subnets/b707690c-f3d3-43ef-a8ac-5e0888ce5145 => generated 656 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/520] 10.0.0.174 () {38 vars in 981 bytes} [Thu Aug 20 00:28:44 2026] POST /v2.0/security-group-rules => generated 614 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/521] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:28:44 2026] DELETE /v2.0/subnets/9f931e82-1208-41da-9f2f-9a1fefa67ca9 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:28:45.119 8 INFO neutron.services.segments.plugin [-] Segment bde49859-c79c-4dcf-ae13-9726e7a18976 resource provider aggregate not found 2026-08-20 00:28:45.132 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bde49859-c79c-4dcf-ae13-9726e7a18976 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bde49859-c79c-4dcf-ae13-9726e7a18976 found for delete ", "request_id": "req-45d44be8-2642-422e-9bbe-b81cd25bb875"}]} 2026-08-20 00:28:45.143 8 INFO neutron.services.segments.plugin [-] Segment bde49859-c79c-4dcf-ae13-9726e7a18976 resource provider aggregate not found 2026-08-20 00:28:45.165 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bde49859-c79c-4dcf-ae13-9726e7a18976 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bde49859-c79c-4dcf-ae13-9726e7a18976 found for delete ", "request_id": "req-dad3074f-decf-413e-b90a-8c9e54418a39"}]} [pid: 7|app: 0|req: 250/522] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:28:44 2026] DELETE /v2.0/networks/956ebd40-de22-4cec-8873-a541b66663eb => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/523] 10.0.0.174 () {38 vars in 971 bytes} [Thu Aug 20 00:28:45 2026] POST /v2.0/security-groups => generated 1685 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/524] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:28:45 2026] GET /v2.0/ports?device_id=70e77d3d-9fc5-48ad-a2cc-4f27c7de9a7b => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:28:45.269 8 INFO neutron.pecan_wsgi.hooks.translation [None req-26a25b83-8cae-4110-8467-ca83bedd1fdd 011661ce830f40b395d043e2fbbfac48 f8ab85a1451a4bf3b061c5434214f02a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 275/525] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:28:45 2026] DELETE /v2.0/networks/956ebd40-de22-4cec-8873-a541b66663eb => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/526] 10.0.0.174 () {34 vars in 991 bytes} [Thu Aug 20 00:28:45 2026] GET /v2.0/security-groups/773c1981-84ef-407f-8ba4-cc78e421b180 => generated 1685 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:28:45.319 7 INFO neutron_taas.services.taas.taas_plugin [None req-51022bd5-f4a5-4b6b-9fd0-acb17cb19085 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: fd5841d9-75b8-4f98-9b0e-cab55842d344 2026-08-20 00:28:45.327 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51022bd5-f4a5-4b6b-9fd0-acb17cb19085 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: fd5841d9-75b8-4f98-9b0e-cab55842d344 [pid: 8|app: 0|req: 277/527] 10.0.0.168 () {32 vars in 694 bytes} [Thu Aug 20 00:28:45 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/528] 10.0.0.174 () {38 vars in 981 bytes} [Thu Aug 20 00:28:45 2026] POST /v2.0/security-group-rules => generated 614 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/529] 10.0.0.168 () {32 vars in 742 bytes} [Thu Aug 20 00:28:45 2026] GET /v2.0/subnets?network_id=dcaa3320-91b1-4500-ac83-fe47baa5bda5 => generated 649 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:28:45.574 7 INFO neutron.services.segments.plugin [-] Segment 668e4142-53e7-489b-8747-d79eb7e21253 resource provider aggregate not found [pid: 8|app: 0|req: 280/530] 10.0.0.174 () {34 vars in 991 bytes} [Thu Aug 20 00:28:45 2026] GET /v2.0/security-groups/773c1981-84ef-407f-8ba4-cc78e421b180 => generated 2310 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:28:45.586 7 INFO neutron.services.segments.plugin [-] Segment 668e4142-53e7-489b-8747-d79eb7e21253 resource provider aggregate not found [pid: 8|app: 0|req: 281/531] 10.0.0.168 () {32 vars in 653 bytes} [Thu Aug 20 00:28:45 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) 2026-08-20 00:28:45.604 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 668e4142-53e7-489b-8747-d79eb7e21253 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 668e4142-53e7-489b-8747-d79eb7e21253 found for delete ", "request_id": "req-ef8e9efe-6cca-4cd8-ba91-89ee23e15022"}]} 2026-08-20 00:28:45.606 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 668e4142-53e7-489b-8747-d79eb7e21253 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 668e4142-53e7-489b-8747-d79eb7e21253 found for delete ", "request_id": "req-53364960-1f20-43f5-b12c-ed7cefeb6bab"}]} [pid: 7|app: 0|req: 251/532] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:28:45 2026] DELETE /v2.0/networks/e0a34abe-1467-4af4-8df1-6b386631cd2d => generated 0 bytes in 413 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/533] 10.0.0.168 () {32 vars in 649 bytes} [Thu Aug 20 00:28:45 2026] GET /v2.0/networks => generated 1313 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/534] 10.0.0.168 () {32 vars in 647 bytes} [Thu Aug 20 00:28:45 2026] GET /v2.0/subnets => generated 1312 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/535] 10.0.0.174 () {38 vars in 981 bytes} [Thu Aug 20 00:28:45 2026] POST /v2.0/security-group-rules => generated 619 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/536] 10.0.0.168 () {32 vars in 723 bytes} [Thu Aug 20 00:28:45 2026] GET /v2.0/networks/6dcc1a5e-2969-441f-b8b9-c916e029dafe => 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: 283/537] 10.0.0.174 () {34 vars in 991 bytes} [Thu Aug 20 00:28:45 2026] GET /v2.0/security-groups/773c1981-84ef-407f-8ba4-cc78e421b180 => generated 2940 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/538] 10.0.0.168 () {32 vars in 721 bytes} [Thu Aug 20 00:28:45 2026] GET /v2.0/subnets/ef05d0c8-e2f9-4b45-88bb-63fcb4ecac8e => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:28:45.843 8 INFO neutron.pecan_wsgi.hooks.translation [None req-03918877-0a50-4201-b2da-84cf442ac42a 011661ce830f40b395d043e2fbbfac48 f8ab85a1451a4bf3b061c5434214f02a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 284/539] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:28:45 2026] DELETE /v2.0/subnets/b707690c-f3d3-43ef-a8ac-5e0888ce5145 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:28:45.858 8 INFO neutron.pecan_wsgi.hooks.translation [None req-05e8c922-3b66-438e-9b42-b9f0e7cbb394 011661ce830f40b395d043e2fbbfac48 f8ab85a1451a4bf3b061c5434214f02a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 285/540] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:28:45 2026] DELETE /v2.0/networks/956ebd40-de22-4cec-8873-a541b66663eb => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/541] 10.0.0.174 () {34 vars in 1001 bytes} [Thu Aug 20 00:28:45 2026] GET /v2.0/security-group-rules/f746f2e0-da88-4f17-9ea3-c7503d2fccd0 => generated 616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/542] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:28:45 2026] GET /v2.0/security-groups?tenant_id=8a5e060b1d7f44eeb943ed6ae0867874&name=default => generated 2921 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/543] 10.0.0.174 () {34 vars in 991 bytes} [Thu Aug 20 00:28:45 2026] GET /v2.0/security-groups/773c1981-84ef-407f-8ba4-cc78e421b180 => generated 2940 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/544] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:28:45 2026] DELETE /v2.0/subnets/ef05d0c8-e2f9-4b45-88bb-63fcb4ecac8e => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/545] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:28:45 2026] DELETE /v2.0/security-groups/6a1d9374-b951-4311-b0a2-13af050d4532 => 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: 258/546] 10.0.0.174 () {36 vars in 1023 bytes} [Thu Aug 20 00:28:45 2026] DELETE /v2.0/security-group-rules/f746f2e0-da88-4f17-9ea3-c7503d2fccd0 => 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: 259/547] 10.0.0.174 () {34 vars in 991 bytes} [Thu Aug 20 00:28:46 2026] GET /v2.0/security-groups/773c1981-84ef-407f-8ba4-cc78e421b180 => generated 2310 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/548] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:28:46 2026] DELETE /v2.0/networks/6dcc1a5e-2969-441f-b8b9-c916e029dafe => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/549] 10.0.0.174 () {36 vars in 1013 bytes} [Thu Aug 20 00:28:46 2026] DELETE /v2.0/security-groups/773c1981-84ef-407f-8ba4-cc78e421b180 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/550] 10.0.0.174 () {34 vars in 991 bytes} [Thu Aug 20 00:28:46 2026] GET /v2.0/security-groups/fcabc9bf-7cdb-4780-b33c-ca1c1ce18cb8 => generated 2309 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/551] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:28:46 2026] GET /v2.0/ports?device_id=70e77d3d-9fc5-48ad-a2cc-4f27c7de9a7b => 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: 261/552] 10.0.0.174 () {36 vars in 1013 bytes} [Thu Aug 20 00:28:46 2026] DELETE /v2.0/security-groups/fcabc9bf-7cdb-4780-b33c-ca1c1ce18cb8 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:28:46.757 8 INFO neutron_taas.services.taas.taas_plugin [None req-41b7f534-480f-42de-96cf-2c4114fbd8b4 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: 20194401-1796-487b-8047-9fbb3224492f 2026-08-20 00:28:46.761 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41b7f534-480f-42de-96cf-2c4114fbd8b4 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: 20194401-1796-487b-8047-9fbb3224492f [pid: 7|app: 0|req: 262/553] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:28:46 2026] GET /v2.0/security-groups?tenant_id=f8ab85a1451a4bf3b061c5434214f02a&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: 263/554] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:28:46 2026] DELETE /v2.0/security-groups/28025c9d-5102-44a6-a9e0-a131f343b4e4 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:28:47.153 8 INFO neutron.services.segments.plugin [-] Segment 545d3f18-ed99-4ccb-907c-570ac855a73d resource provider aggregate not found 2026-08-20 00:28:47.177 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 545d3f18-ed99-4ccb-907c-570ac855a73d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 545d3f18-ed99-4ccb-907c-570ac855a73d found for delete ", "request_id": "req-473d9aa5-4177-4e3d-bdc3-bcd84de7c601"}]} 2026-08-20 00:28:47.190 8 INFO neutron.services.segments.plugin [-] Segment 545d3f18-ed99-4ccb-907c-570ac855a73d resource provider aggregate not found 2026-08-20 00:28:47.210 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 545d3f18-ed99-4ccb-907c-570ac855a73d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 545d3f18-ed99-4ccb-907c-570ac855a73d found for delete ", "request_id": "req-5b2747d1-89da-47b3-8c3f-e09f28b08c06"}]} [pid: 8|app: 0|req: 292/555] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:28:46 2026] PUT /v2.0/routers/21fee722-bef5-4c8c-8764-d9fe697beac9/remove_router_interface => generated 309 bytes in 843 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:28:47.455 7 INFO neutron_taas.services.taas.taas_plugin [None req-2515d905-388c-4453-949f-07d5cdc93de8 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: 10173b69-9418-4d2f-a946-f348d4dfe815 2026-08-20 00:28:47.464 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2515d905-388c-4453-949f-07d5cdc93de8 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: 10173b69-9418-4d2f-a946-f348d4dfe815 [pid: 8|app: 0|req: 293/556] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:28:47 2026] GET /v2.0/ports?device_id=70e77d3d-9fc5-48ad-a2cc-4f27c7de9a7b => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:28:47.777 7 INFO neutron.services.segments.plugin [-] Segment 8dce9acf-1628-40c4-a7d8-e51aae706c11 resource provider aggregate not found 2026-08-20 00:28:47.782 7 INFO neutron.services.segments.plugin [-] Segment 8dce9acf-1628-40c4-a7d8-e51aae706c11 resource provider aggregate not found 2026-08-20 00:28:47.797 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8dce9acf-1628-40c4-a7d8-e51aae706c11 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dce9acf-1628-40c4-a7d8-e51aae706c11 found for delete ", "request_id": "req-5bd2bc20-c60a-4b02-9e23-8172b65cd730"}]} 2026-08-20 00:28:47.799 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8dce9acf-1628-40c4-a7d8-e51aae706c11 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dce9acf-1628-40c4-a7d8-e51aae706c11 found for delete ", "request_id": "req-bf643966-4938-46c4-82dc-3434fe4919be"}]} [pid: 8|app: 0|req: 294/557] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:28:47 2026] GET /v2.0/networks?id=f9366868-122b-474e-8b4a-1beed996a564 => generated 675 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:28:48.028 7 INFO neutron_taas.services.taas.taas_plugin [None req-2515d905-388c-4453-949f-07d5cdc93de8 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: 1bf5a81a-aa9c-46d4-bc02-deb0d94d9664 2026-08-20 00:28:48.032 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2515d905-388c-4453-949f-07d5cdc93de8 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: 1bf5a81a-aa9c-46d4-bc02-deb0d94d9664 2026-08-20 00:28:48.100 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-2515d905-388c-4453-949f-07d5cdc93de8 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - 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 2244, 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 648, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-08-20 00:28:48.173 8 INFO neutron.db.segments_db [None req-29bcb1dc-f02d-43ee-87ec-00ac68943207 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment c13cf391-c7fe-4c7d-9dbb-b55d25c6ab5f of type vxlan for network 32f1d485-eb75-4343-b7cb-a7ef9e9daa4f [pid: 8|app: 0|req: 295/558] 10.0.0.168 () {34 vars in 671 bytes} [Thu Aug 20 00:28:47 2026] POST /v2.0/networks => generated 748 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/559] 199.204.45.35 () {34 vars in 910 bytes} [Thu Aug 20 00:28:48 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) 2026-08-20 00:28:48.408 7 INFO neutron.db.l3_hamode_db [None req-2515d905-388c-4453-949f-07d5cdc93de8 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] HA network 08d56ab6-be15-4172-880f-ebba849d1fb4 was deleted as no HA routers are present in tenant 29a9ffb62efd466f9cadcd20580c39fb. [pid: 7|app: 0|req: 264/560] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:28:47 2026] DELETE /v2.0/routers/21fee722-bef5-4c8c-8764-d9fe697beac9 => generated 0 bytes in 1163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/561] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:28:48 2026] POST /v2.0/subnets => generated 695 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/562] 199.204.45.35 () {34 vars in 1049 bytes} [Thu Aug 20 00:28:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fa639b62d0194b398df942020b22ba53 => generated 181 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:28:48.511 7 INFO neutron.db.segments_db [None req-29d9d120-616f-4741-9945-d2c133ec19c1 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment 03849308-9117-4892-946a-9746f9800d24 of type vxlan for network d5158957-e295-446b-b703-5d8da7651f86 [pid: 8|app: 0|req: 298/563] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:28:48 2026] DELETE /v2.0/subnets/57def59d-f131-4490-9431-cde6243e1e3d => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:28:48.789 7 INFO neutron.db.l3_hamode_db [None req-29d9d120-616f-4741-9945-d2c133ec19c1 e9acc8a2cd3a4759a584470e72c71732 0137677f6853450cb0abf24aba71bea3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 299/564] 199.204.45.35 () {38 vars in 954 bytes} [Thu Aug 20 00:28:48 2026] POST /v2.0/ports => generated 958 bytes in 376 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: 300/565] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:28:48 2026] GET /v2.0/ports?device_id=70e77d3d-9fc5-48ad-a2cc-4f27c7de9a7b => generated 961 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:28:49.107 8 INFO neutron_taas.services.taas.taas_plugin [None req-9b7fbd46-aa03-4054-bfc5-eec7cc315cc6 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: 6bb7cd30-3165-43e2-a56b-d895dccde2e7 2026-08-20 00:28:49.112 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b7fbd46-aa03-4054-bfc5-eec7cc315cc6 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: 6bb7cd30-3165-43e2-a56b-d895dccde2e7 2026-08-20 00:28:49.329 8 INFO neutron.services.segments.plugin [-] Segment 0f22f3d0-345e-4218-892b-06b443863781 resource provider aggregate not found 2026-08-20 00:28:49.334 8 INFO neutron.services.segments.plugin [-] Segment 0f22f3d0-345e-4218-892b-06b443863781 resource provider aggregate not found 2026-08-20 00:28:49.351 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0f22f3d0-345e-4218-892b-06b443863781 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f22f3d0-345e-4218-892b-06b443863781 found for delete ", "request_id": "req-3179f682-2fd9-4d9b-8469-4cfa889a89ab"}]} 2026-08-20 00:28:49.354 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0f22f3d0-345e-4218-892b-06b443863781 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f22f3d0-345e-4218-892b-06b443863781 found for delete ", "request_id": "req-2fa46e02-55af-4e31-8682-a3d96f1564ad"}]} [pid: 8|app: 0|req: 301/566] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:28:49 2026] DELETE /v2.0/networks/f6c30eac-ce88-4c9a-b8d9-11402b87174f => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:28:49.607 8 INFO neutron.db.segments_db [None req-448900c5-b81e-430a-9c9d-00e892232e43 8d4fe4bd62f94526aee94b09fe47e098 4cbfee82b2094ff89a336dac6cac9220 - - default default] Added segment 1a57f367-eccc-4b3b-8418-e64361392177 of type vxlan for network 4a3d7640-ef07-4e66-82df-84bbd905c255 2026-08-20 00:28:49.644 7 INFO neutron.db.l3_hamode_db [None req-29d9d120-616f-4741-9945-d2c133ec19c1 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 302/567] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:28:49 2026] POST /v2.0/networks => generated 644 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/568] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:28:49 2026] GET /v2.0/security-groups?id=c3283307-6d61-4683-93ee-5deeef8df270&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:28:49.824 7 INFO neutron.services.segments.plugin [-] Segment 18080f60-00fe-4d2a-b792-8ddd78e3624b resource provider aggregate not found 2026-08-20 00:28:49.831 7 INFO neutron.services.segments.plugin [-] Segment 18080f60-00fe-4d2a-b792-8ddd78e3624b resource provider aggregate not found 2026-08-20 00:28:49.849 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 18080f60-00fe-4d2a-b792-8ddd78e3624b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18080f60-00fe-4d2a-b792-8ddd78e3624b found for delete ", "request_id": "req-5c623ae7-38ee-4ff8-89ad-c61223b77920"}]} 2026-08-20 00:28:49.852 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 18080f60-00fe-4d2a-b792-8ddd78e3624b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18080f60-00fe-4d2a-b792-8ddd78e3624b found for delete ", "request_id": "req-6567ce75-a76b-4663-90ba-6c61558d6c4d"}]} [pid: 8|app: 0|req: 304/569] 199.204.45.35 () {38 vars in 1027 bytes} [Thu Aug 20 00:28:49 2026] PUT /v2.0/ports/a8dd22ee-dc98-40d1-831a-3b9c37ffc35f => generated 1239 bytes in 447 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: 305/570] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:28:50 2026] GET /v2.0/security-groups?tenant_id=29a9ffb62efd466f9cadcd20580c39fb&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/571] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:28:50 2026] POST /v2.0/subnets => generated 641 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/572] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:28:50 2026] DELETE /v2.0/security-groups/d044c2a7-ef81-4acf-9022-1425d8064ddd => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:28:50.636 8 INFO neutron.db.segments_db [None req-57bdaa26-a220-469f-84d5-52a7f228c03e 8d4fe4bd62f94526aee94b09fe47e098 4cbfee82b2094ff89a336dac6cac9220 - - default default] Added segment 34709417-56f7-4d25-94e6-a17d384f520a of type vxlan for network 55bc03e7-61c5-4e81-8bfb-7ff1a7144390 [pid: 7|app: 0|req: 266/573] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:28:48 2026] POST /v2.0/routers => generated 735 bytes in 2197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:28:50.726 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2a6e299a-7909-47d5-9dad-c80f9997f7d7'] response: {'name': 'network-changed', 'server_uuid': '70e77d3d-9fc5-48ad-a2cc-4f27c7de9a7b', 'tag': 'a8dd22ee-dc98-40d1-831a-3b9c37ffc35f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 308/574] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:28:50 2026] POST /v2.0/networks => generated 644 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/575] 10.0.0.168 () {34 vars in 743 bytes} [Thu Aug 20 00:28:50 2026] PUT /v2.0/networks/55bc03e7-61c5-4e81-8bfb-7ff1a7144390 => generated 592 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/576] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:28:50 2026] GET /v2.0/ports?device_id=70e77d3d-9fc5-48ad-a2cc-4f27c7de9a7b => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/577] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:28:50 2026] POST /v2.0/subnets => generated 626 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/578] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:28:51 2026] GET /v2.0/security-groups?id=c3283307-6d61-4683-93ee-5deeef8df270&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/579] 10.0.0.168 () {34 vars in 741 bytes} [Thu Aug 20 00:28:51 2026] PUT /v2.0/subnets/580f263a-7d2b-4415-90d6-f00ad4d2f774 => generated 636 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/580] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:28:51 2026] GET /v2.0/ports?tenant_id=fa639b62d0194b398df942020b22ba53&device_id=70e77d3d-9fc5-48ad-a2cc-4f27c7de9a7b => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:28:51.536 8 INFO neutron.services.segments.plugin [-] Segment 34709417-56f7-4d25-94e6-a17d384f520a resource provider aggregate not found 2026-08-20 00:28:51.548 8 INFO neutron.services.segments.plugin [-] Segment 34709417-56f7-4d25-94e6-a17d384f520a resource provider aggregate not found [pid: 8|app: 0|req: 315/581] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:28:51 2026] DELETE /v2.0/networks/55bc03e7-61c5-4e81-8bfb-7ff1a7144390 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:28:51.567 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 34709417-56f7-4d25-94e6-a17d384f520a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34709417-56f7-4d25-94e6-a17d384f520a found for delete ", "request_id": "req-d5aee6d8-b2f9-4c7e-9dd8-ec16911af25f"}]} 2026-08-20 00:28:51.596 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 34709417-56f7-4d25-94e6-a17d384f520a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34709417-56f7-4d25-94e6-a17d384f520a found for delete ", "request_id": "req-539da049-49a9-42f2-8203-09aa967737fc"}]} [pid: 8|app: 0|req: 316/582] 199.204.45.35 () {34 vars in 1059 bytes} [Thu Aug 20 00:28:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=a8dd22ee-dc98-40d1-831a-3b9c37ffc35f => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:28:51.637 8 INFO neutron.pecan_wsgi.hooks.translation [None req-458e69d1-ad04-4f50-916d-6eb3ff934e3d 8d4fe4bd62f94526aee94b09fe47e098 4cbfee82b2094ff89a336dac6cac9220 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 317/583] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:28:51 2026] DELETE /v2.0/networks/55bc03e7-61c5-4e81-8bfb-7ff1a7144390 => generated 138 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/584] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:28:51 2026] GET /v2.0/subnets?id=f0bafa00-71d4-4ddb-bab1-0176f8be6bd1 => generated 693 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/585] 10.0.0.168 () {34 vars in 783 bytes} [Thu Aug 20 00:28:50 2026] PUT /v2.0/routers/e649843c-3ba8-4278-bb6d-60e7cb8140cc/add_router_interface => generated 309 bytes in 1072 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/586] 10.0.0.168 () {32 vars in 694 bytes} [Thu Aug 20 00:28:51 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/587] 10.0.0.168 () {32 vars in 742 bytes} [Thu Aug 20 00:28:51 2026] GET /v2.0/subnets?network_id=dcaa3320-91b1-4500-ac83-fe47baa5bda5 => generated 649 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/588] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:28:51 2026] GET /v2.0/ports?network_id=f9366868-122b-474e-8b4a-1beed996a564&device_owner=network%3Adhcp => generated 1244 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/589] 10.0.0.168 () {32 vars in 653 bytes} [Thu Aug 20 00:28:51 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: 321/590] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:28:51 2026] GET /v2.0/networks/f9366868-122b-474e-8b4a-1beed996a564?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/591] 10.0.0.168 () {32 vars in 649 bytes} [Thu Aug 20 00:28:51 2026] GET /v2.0/networks => generated 1309 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/592] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:28:51 2026] GET /v2.0/networks/f9366868-122b-474e-8b4a-1beed996a564?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: 271/593] 10.0.0.168 () {32 vars in 647 bytes} [Thu Aug 20 00:28:51 2026] GET /v2.0/subnets => generated 1280 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/594] 10.0.0.168 () {32 vars in 723 bytes} [Thu Aug 20 00:28:51 2026] GET /v2.0/networks/4a3d7640-ef07-4e66-82df-84bbd905c255 => generated 669 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/595] 10.0.0.168 () {32 vars in 721 bytes} [Thu Aug 20 00:28:52 2026] GET /v2.0/subnets/d4333aab-f41e-4982-b46e-7f43946c49c1 => generated 641 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:28:52.106 8 INFO neutron.pecan_wsgi.hooks.translation [None req-05f2b1b6-2296-4c65-9946-f09bd4e9a474 8d4fe4bd62f94526aee94b09fe47e098 4cbfee82b2094ff89a336dac6cac9220 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 324/596] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:28:52 2026] DELETE /v2.0/subnets/580f263a-7d2b-4415-90d6-f00ad4d2f774 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:28:52.130 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b3a7e1be-1a09-476e-9744-442e536275d9 8d4fe4bd62f94526aee94b09fe47e098 4cbfee82b2094ff89a336dac6cac9220 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 273/597] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:28:52 2026] DELETE /v2.0/networks/55bc03e7-61c5-4e81-8bfb-7ff1a7144390 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/598] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:28:52 2026] DELETE /v2.0/subnets/d4333aab-f41e-4982-b46e-7f43946c49c1 => 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: 274/599] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:28:52 2026] GET /v2.0/ports?device_id=70e77d3d-9fc5-48ad-a2cc-4f27c7de9a7b => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/600] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:28:52 2026] GET /v2.0/security-groups?id=c3283307-6d61-4683-93ee-5deeef8df270&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: 326/601] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:28:52 2026] DELETE /v2.0/networks/4a3d7640-ef07-4e66-82df-84bbd905c255 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/602] 10.0.0.168 () {34 vars in 685 bytes} [Thu Aug 20 00:28:52 2026] POST /v2.0/security-groups => generated 1660 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/603] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:28:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/604] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:28:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:28:52.906 8 INFO neutron.db.segments_db [None req-b85c260d-1471-49a0-a59b-15ed878955f2 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment 43dab53f-cbec-4426-bf34-7c9070d55f7e of type vxlan for network c2416eec-c943-4871-90e5-747e34456677 [pid: 8|app: 0|req: 327/605] 10.0.0.168 () {34 vars in 671 bytes} [Thu Aug 20 00:28:52 2026] POST /v2.0/networks => generated 751 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/606] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:28:52 2026] GET /v2.0/ports?tenant_id=fa639b62d0194b398df942020b22ba53&device_id=70e77d3d-9fc5-48ad-a2cc-4f27c7de9a7b => 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: 329/607] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:28:53 2026] GET /v2.0/security-groups?tenant_id=4cbfee82b2094ff89a336dac6cac9220&name=default => generated 2925 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/608] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:28:53 2026] POST /v2.0/subnets => generated 698 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/609] 10.0.0.168 () {34 vars in 676 bytes} [Thu Aug 20 00:28:52 2026] POST /v2.0/floatingips => generated 552 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/610] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:28:53 2026] GET /v2.0/networks?id=f9366868-122b-474e-8b4a-1beed996a564 => generated 771 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:28:53.415 8 INFO neutron.db.segments_db [None req-afdd91c2-f31f-4ddb-b6bb-4124b9213556 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment 816a5e2e-c90a-4860-8799-4d67690b9163 of type vxlan for network 692237f3-f4e0-416c-96f8-1f94820b069c [pid: 7|app: 0|req: 280/611] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:28:53 2026] DELETE /v2.0/security-groups/dfd665a4-c973-491d-a8c7-4f2336c04ce8 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/612] 199.204.45.35 () {34 vars in 1059 bytes} [Thu Aug 20 00:28:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=a8dd22ee-dc98-40d1-831a-3b9c37ffc35f => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/613] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:28:53 2026] GET /v2.0/ports?device_id=70e77d3d-9fc5-48ad-a2cc-4f27c7de9a7b => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/614] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:28:53 2026] GET /v2.0/subnets?id=f0bafa00-71d4-4ddb-bab1-0176f8be6bd1 => generated 693 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:28:53.602 8 INFO neutron.services.segments.plugin [-] Segment 1a57f367-eccc-4b3b-8418-e64361392177 resource provider aggregate not found [pid: 7|app: 0|req: 284/615] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:28:53 2026] GET /v2.0/security-groups?id=c3283307-6d61-4683-93ee-5deeef8df270&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:28:53.622 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1a57f367-eccc-4b3b-8418-e64361392177 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a57f367-eccc-4b3b-8418-e64361392177 found for delete ", "request_id": "req-af59bd47-0461-4cb0-b40c-5429b737ebf8"}]} 2026-08-20 00:28:53.632 8 INFO neutron.services.segments.plugin [-] Segment 1a57f367-eccc-4b3b-8418-e64361392177 resource provider aggregate not found [pid: 7|app: 0|req: 285/616] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:28:53 2026] GET /v2.0/ports?network_id=f9366868-122b-474e-8b4a-1beed996a564&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:28:53.666 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1a57f367-eccc-4b3b-8418-e64361392177 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a57f367-eccc-4b3b-8418-e64361392177 found for delete ", "request_id": "req-16581a50-fd06-474a-a8b8-5906c3489e9e"}]} [pid: 7|app: 0|req: 286/617] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:28:53 2026] GET /v2.0/networks/f9366868-122b-474e-8b4a-1beed996a564?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:28:53.725 8 INFO neutron.db.l3_hamode_db [None req-afdd91c2-f31f-4ddb-b6bb-4124b9213556 e9acc8a2cd3a4759a584470e72c71732 acc3bbddc383402bb7bd9e03fc48a743 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 287/618] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:28:53 2026] GET /v2.0/networks/f9366868-122b-474e-8b4a-1beed996a564?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:28:54.432 8 INFO neutron.db.l3_hamode_db [None req-afdd91c2-f31f-4ddb-b6bb-4124b9213556 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 290/621] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:28:54 2026] GET /v2.0/ports?device_id=70e77d3d-9fc5-48ad-a2cc-4f27c7de9a7b => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/622] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:28:54 2026] GET /v2.0/security-groups?id=c3283307-6d61-4683-93ee-5deeef8df270&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/623] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:28:53 2026] POST /v2.0/routers => generated 738 bytes in 1823 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:28:55.526 8 INFO neutron.db.segments_db [None req-b0e6e997-c868-416c-b588-201e3ecd866c bb286af57bf64099a5ffde8614540a40 e999a86fb5ab4c84b19b7ef1b0a23b84 - - default default] Added segment a9b79375-fe7c-4d5a-b11e-913baefb2a23 of type vxlan for network 601134ac-6e0f-492c-8819-b8b92dea731e [pid: 8|app: 0|req: 333/624] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:28:55 2026] POST /v2.0/networks => generated 648 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/625] 10.0.0.168 () {34 vars in 665 bytes} [Thu Aug 20 00:28:55 2026] POST /v2.0/ports => generated 775 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 335/626] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:28:55 2026] GET /v2.0/ports?device_id=70e77d3d-9fc5-48ad-a2cc-4f27c7de9a7b => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:28:56.005 8 INFO neutron.db.segments_db [None req-4aad0af6-01bc-4c9b-923d-29cfe180381c bb286af57bf64099a5ffde8614540a40 e999a86fb5ab4c84b19b7ef1b0a23b84 - - default default] Added segment b1e108a5-42db-4eea-84e4-88175efb5d4b of type vxlan for network 0b0ebb1f-4316-4f63-8d36-ecdce5f3a5dd [pid: 8|app: 0|req: 336/627] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:28:55 2026] POST /v2.0/networks => generated 635 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/628] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:28:56 2026] GET /v2.0/security-groups?id=c3283307-6d61-4683-93ee-5deeef8df270&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: 338/629] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:28:56 2026] POST /v2.0/subnets => generated 646 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/630] 10.0.0.168 () {34 vars in 783 bytes} [Thu Aug 20 00:28:55 2026] PUT /v2.0/routers/c619a924-e664-4c7f-ad02-6ddb4cfe85e2/add_router_interface => generated 309 bytes in 1279 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/631] 10.0.0.168 () {34 vars in 665 bytes} [Thu Aug 20 00:28:56 2026] POST /v2.0/ports => generated 957 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:28:56.926 7 INFO neutron_taas.services.taas.taas_plugin [None req-a4ae3b34-a7dc-4e60-a5ff-b4b1197d8112 bb286af57bf64099a5ffde8614540a40 e999a86fb5ab4c84b19b7ef1b0a23b84 - - default default] TaaS: Handle Delete Port: b9a008e4-7fce-4b17-8244-c6499f0397fa 2026-08-20 00:28:56.932 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4ae3b34-a7dc-4e60-a5ff-b4b1197d8112 bb286af57bf64099a5ffde8614540a40 e999a86fb5ab4c84b19b7ef1b0a23b84 - - default default] Tap Mirror: Handle Delete Port: b9a008e4-7fce-4b17-8244-c6499f0397fa /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 293/632] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:28:56 2026] DELETE /v2.0/ports/b9a008e4-7fce-4b17-8244-c6499f0397fa => generated 0 bytes in 452 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:28:57.191 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f528b061-c57a-4b25-b6d5-d0b98b7c226c bb286af57bf64099a5ffde8614540a40 e999a86fb5ab4c84b19b7ef1b0a23b84 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 294/633] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:28:57 2026] DELETE /v2.0/ports/b9a008e4-7fce-4b17-8244-c6499f0397fa => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:28:57.213 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1d112213-6d0f-4568-8ceb-a0235d737be1 bb286af57bf64099a5ffde8614540a40 e999a86fb5ab4c84b19b7ef1b0a23b84 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 295/634] 10.0.0.168 () {32 vars in 717 bytes} [Thu Aug 20 00:28:57 2026] GET /v2.0/ports/b9a008e4-7fce-4b17-8244-c6499f0397fa => 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: 340/635] 10.0.0.168 () {34 vars in 685 bytes} [Thu Aug 20 00:28:57 2026] POST /v2.0/security-groups => generated 1659 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/636] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:28:57 2026] GET /v2.0/ports?device_id=70e77d3d-9fc5-48ad-a2cc-4f27c7de9a7b => 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: 341/637] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:28:57 2026] DELETE /v2.0/subnets/390de1b1-dd68-4965-ad7b-c47213628dee => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/638] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:28:57 2026] GET /v2.0/security-groups?id=c3283307-6d61-4683-93ee-5deeef8df270&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: 7|app: 0|req: 297/639] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:28:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:28:57.481 8 INFO neutron.services.segments.plugin [-] Segment b1e108a5-42db-4eea-84e4-88175efb5d4b resource provider aggregate not found 2026-08-20 00:28:57.492 8 INFO neutron.services.segments.plugin [-] Segment b1e108a5-42db-4eea-84e4-88175efb5d4b resource provider aggregate not found 2026-08-20 00:28:57.505 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b1e108a5-42db-4eea-84e4-88175efb5d4b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1e108a5-42db-4eea-84e4-88175efb5d4b found for delete ", "request_id": "req-1a6fb06f-9ad7-488a-a169-f2f5f15ec39b"}]} 2026-08-20 00:28:57.515 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b1e108a5-42db-4eea-84e4-88175efb5d4b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1e108a5-42db-4eea-84e4-88175efb5d4b found for delete ", "request_id": "req-211d77bb-6b8c-414c-adb8-736ad5bab91c"}]} [pid: 7|app: 0|req: 298/640] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:28:57 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: 343/641] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:28:57 2026] DELETE /v2.0/networks/0b0ebb1f-4316-4f63-8d36-ecdce5f3a5dd => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:28:57.608 8 INFO neutron.db.segments_db [None req-b299a88c-b165-4648-8367-1eb9f60aba6c bb286af57bf64099a5ffde8614540a40 e999a86fb5ab4c84b19b7ef1b0a23b84 - - default default] Added segment 87565e98-741e-4089-8552-85b11fb70307 of type vxlan for network 4808da09-4e9f-4b30-95de-5f3cb92ff54a [pid: 8|app: 0|req: 344/642] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:28:57 2026] POST /v2.0/networks => generated 636 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/643] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:28:57 2026] POST /v2.0/subnets => generated 646 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/644] 10.0.0.168 () {34 vars in 676 bytes} [Thu Aug 20 00:28:57 2026] POST /v2.0/floatingips => generated 552 bytes in 560 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/645] 10.0.0.174 () {34 vars in 1098 bytes} [Thu Aug 20 00:28:58 2026] GET /v2.0/security-groups?name=tempest-securitygroup--600412623&fields=id&tenant_id=0137677f6853450cb0abf24aba71bea3 => generated 69 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/646] 10.0.0.174 () {34 vars in 982 bytes} [Thu Aug 20 00:28:58 2026] GET /v2.0/networks?id=32f1d485-eb75-4343-b7cb-a7ef9e9daa4f => generated 680 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/647] 10.0.0.174 () {34 vars in 965 bytes} [Thu Aug 20 00:28:58 2026] GET /v2.0/quotas/0137677f6853450cb0abf24aba71bea3 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/648] 10.0.0.174 () {34 vars in 1002 bytes} [Thu Aug 20 00:28:58 2026] GET /v2.0/ports?tenant_id=0137677f6853450cb0abf24aba71bea3&fields=id => generated 103 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/649] 10.0.0.174 () {34 vars in 1008 bytes} [Thu Aug 20 00:28:58 2026] GET /v2.0/networks/32f1d485-eb75-4343-b7cb-a7ef9e9daa4f?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: 305/650] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:28:58 2026] GET /v2.0/ports?device_id=70e77d3d-9fc5-48ad-a2cc-4f27c7de9a7b => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/651] 10.0.0.174 () {34 vars in 1108 bytes} [Thu Aug 20 00:28:58 2026] GET /v2.0/networks/32f1d485-eb75-4343-b7cb-a7ef9e9daa4f?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: 307/652] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:28:58 2026] GET /v2.0/security-groups?id=c3283307-6d61-4683-93ee-5deeef8df270&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/653] 10.0.0.174 () {34 vars in 1098 bytes} [Thu Aug 20 00:28:58 2026] GET /v2.0/security-groups?name=tempest-securitygroup--246858382&fields=id&tenant_id=acc3bbddc383402bb7bd9e03fc48a743 => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/654] 10.0.0.168 () {34 vars in 665 bytes} [Thu Aug 20 00:28:58 2026] POST /v2.0/ports => generated 926 bytes in 770 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/655] 10.0.0.174 () {34 vars in 982 bytes} [Thu Aug 20 00:28:58 2026] GET /v2.0/networks?id=c2416eec-c943-4871-90e5-747e34456677 => generated 683 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/656] 10.0.0.174 () {34 vars in 965 bytes} [Thu Aug 20 00:28:58 2026] GET /v2.0/quotas/acc3bbddc383402bb7bd9e03fc48a743 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/657] 10.0.0.174 () {34 vars in 1002 bytes} [Thu Aug 20 00:28:58 2026] GET /v2.0/ports?tenant_id=acc3bbddc383402bb7bd9e03fc48a743&fields=id => generated 57 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/658] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:28:59 2026] GET /v2.0/ports?device_id=5b07ef86-7b71-43ca-923f-73b4a1a04c1f => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:28:59.069 8 INFO neutron_taas.services.taas.taas_plugin [None req-0371072e-b9e1-4a8a-8fcc-d0633528d67a bb286af57bf64099a5ffde8614540a40 e999a86fb5ab4c84b19b7ef1b0a23b84 - - default default] TaaS: Handle Delete Port: a3abcf81-d734-4a3c-89c0-b91b29d70e17 2026-08-20 00:28:59.074 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0371072e-b9e1-4a8a-8fcc-d0633528d67a bb286af57bf64099a5ffde8614540a40 e999a86fb5ab4c84b19b7ef1b0a23b84 - - default default] Tap Mirror: Handle Delete Port: a3abcf81-d734-4a3c-89c0-b91b29d70e17 [pid: 8|app: 0|req: 347/659] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:28:58 2026] DELETE /v2.0/ports/a3abcf81-d734-4a3c-89c0-b91b29d70e17 => generated 0 bytes in 414 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:28:59.290 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0b2e1b51-ac99-4927-af9b-194c1bbbf357 bb286af57bf64099a5ffde8614540a40 e999a86fb5ab4c84b19b7ef1b0a23b84 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 313/660] 10.0.0.168 () {32 vars in 717 bytes} [Thu Aug 20 00:28:59 2026] GET /v2.0/ports/a3abcf81-d734-4a3c-89c0-b91b29d70e17 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/661] 10.0.0.174 () {34 vars in 907 bytes} [Thu Aug 20 00:28:59 2026] GET /v2.0/extensions => generated 21537 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/662] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:28:59 2026] DELETE /v2.0/subnets/56073334-d277-4902-876b-54988c1285fa => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/663] 10.0.0.174 () {34 vars in 1008 bytes} [Thu Aug 20 00:28:59 2026] GET /v2.0/networks/c2416eec-c943-4871-90e5-747e34456677?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:28:59.540 8 INFO neutron.services.segments.plugin [-] Segment 87565e98-741e-4089-8552-85b11fb70307 resource provider aggregate not found 2026-08-20 00:28:59.550 8 INFO neutron.services.segments.plugin [-] Segment 87565e98-741e-4089-8552-85b11fb70307 resource provider aggregate not found [pid: 7|app: 0|req: 316/664] 10.0.0.174 () {34 vars in 1108 bytes} [Thu Aug 20 00:28:59 2026] GET /v2.0/networks/c2416eec-c943-4871-90e5-747e34456677?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:28:59.559 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 87565e98-741e-4089-8552-85b11fb70307 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87565e98-741e-4089-8552-85b11fb70307 found for delete ", "request_id": "req-8d5482df-6548-4e77-94a0-a37bfbd2a64e"}]} [pid: 8|app: 0|req: 349/665] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:28:59 2026] DELETE /v2.0/networks/4808da09-4e9f-4b30-95de-5f3cb92ff54a => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:28:59.593 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 87565e98-741e-4089-8552-85b11fb70307 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87565e98-741e-4089-8552-85b11fb70307 found for delete ", "request_id": "req-68d99e68-f1af-43da-a01a-4a781dfc3fda"}]} [pid: 8|app: 0|req: 350/666] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:28:59 2026] GET /v2.0/ports?device_id=70e77d3d-9fc5-48ad-a2cc-4f27c7de9a7b => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/667] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:28:59 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/668] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:28:59 2026] GET /v2.0/security-groups?id=c3283307-6d61-4683-93ee-5deeef8df270&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: 7|app: 0|req: 317/669] 10.0.0.168 () {34 vars in 665 bytes} [Thu Aug 20 00:28:59 2026] POST /v2.0/ports => generated 779 bytes in 349 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: 353/670] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:28:59 2026] GET /v2.0/ports?device_id=70e77d3d-9fc5-48ad-a2cc-4f27c7de9a7b => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/671] 10.0.0.168 () {34 vars in 737 bytes} [Thu Aug 20 00:28:59 2026] PUT /v2.0/ports/753d0576-a6e2-4951-8619-f19c084d44b5 => generated 752 bytes in 146 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-08-20 00:29:00.165 7 INFO neutron_taas.services.taas.taas_plugin [None req-31df712f-72c9-402f-b757-16b5632c1313 bb286af57bf64099a5ffde8614540a40 e999a86fb5ab4c84b19b7ef1b0a23b84 - - default default] TaaS: Handle Delete Port: 753d0576-a6e2-4951-8619-f19c084d44b5 2026-08-20 00:29:00.168 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31df712f-72c9-402f-b757-16b5632c1313 bb286af57bf64099a5ffde8614540a40 e999a86fb5ab4c84b19b7ef1b0a23b84 - - default default] Tap Mirror: Handle Delete Port: 753d0576-a6e2-4951-8619-f19c084d44b5 [pid: 7|app: 0|req: 319/672] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:29:00 2026] DELETE /v2.0/ports/753d0576-a6e2-4951-8619-f19c084d44b5 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/673] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:00 2026] GET /v2.0/ports?device_id=5b07ef86-7b71-43ca-923f-73b4a1a04c1f => 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: 321/674] 10.0.0.168 () {32 vars in 643 bytes} [Thu Aug 20 00:29:00 2026] GET /v2.0/ports => generated 778 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:29:00.343 7 INFO neutron.pecan_wsgi.hooks.translation [None req-685080e2-aa0c-48ad-b699-95b36fb2488a bb286af57bf64099a5ffde8614540a40 e999a86fb5ab4c84b19b7ef1b0a23b84 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 322/675] 10.0.0.168 () {32 vars in 717 bytes} [Thu Aug 20 00:29:00 2026] GET /v2.0/ports/753d0576-a6e2-4951-8619-f19c084d44b5 => 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: 323/676] 10.0.0.168 () {32 vars in 643 bytes} [Thu Aug 20 00:29:00 2026] GET /v2.0/ports => generated 778 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/677] 10.0.0.168 () {32 vars in 717 bytes} [Thu Aug 20 00:29:00 2026] GET /v2.0/ports/f2d5b908-cfd6-4da7-8ffa-4162bde67838 => generated 775 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:29:00.434 8 INFO neutron.db.l3_db [None req-52989077-61d4-4169-9a71-419cefe0cd9f d9340b5ae2eb43b186bd243077f9ef1d fa639b62d0194b398df942020b22ba53 - - default default] Floating IP d85008d3-7585-4512-8de1-47f4c2b5ebce associated. External IP: 10.96.250.217, port: a8dd22ee-dc98-40d1-831a-3b9c37ffc35f. 2026-08-20 00:29:00.459 7 INFO neutron.pecan_wsgi.hooks.translation [None req-426c8d85-d166-4aeb-b370-f884f7e86cf8 bb286af57bf64099a5ffde8614540a40 e999a86fb5ab4c84b19b7ef1b0a23b84 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 325/678] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:29:00 2026] DELETE /v2.0/ports/a3abcf81-d734-4a3c-89c0-b91b29d70e17 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/679] 10.0.0.168 () {34 vars in 749 bytes} [Thu Aug 20 00:28:59 2026] PUT /v2.0/floatingips/d85008d3-7585-4512-8de1-47f4c2b5ebce => generated 856 bytes in 771 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:29:00.796 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-70f37d52-efa0-4cf6-888a-eb084f94ed11'] response: {'name': 'network-changed', 'server_uuid': '70e77d3d-9fc5-48ad-a2cc-4f27c7de9a7b', 'tag': 'a8dd22ee-dc98-40d1-831a-3b9c37ffc35f', 'status': 'completed', 'code': 200} 2026-08-20 00:29:00.798 7 INFO neutron.pecan_wsgi.hooks.translation [None req-581428ef-7efe-4dc5-b506-6b8d9878bfdd bb286af57bf64099a5ffde8614540a40 e999a86fb5ab4c84b19b7ef1b0a23b84 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 326/680] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:00 2026] DELETE /v2.0/subnets/56073334-d277-4902-876b-54988c1285fa => generated 136 bytes in 333 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:29:00.819 8 INFO neutron.pecan_wsgi.hooks.translation [None req-64956521-21a7-44d2-9f25-ed8d84eca675 bb286af57bf64099a5ffde8614540a40 e999a86fb5ab4c84b19b7ef1b0a23b84 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 355/681] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:00 2026] DELETE /v2.0/subnets/390de1b1-dd68-4965-ad7b-c47213628dee => 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: 356/682] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:00 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:29:00.948 7 INFO neutron_taas.services.taas.taas_plugin [None req-84055fc6-8e98-4a68-a230-29c507fa39cd bb286af57bf64099a5ffde8614540a40 e999a86fb5ab4c84b19b7ef1b0a23b84 - - default default] TaaS: Handle Delete Port: f2d5b908-cfd6-4da7-8ffa-4162bde67838 2026-08-20 00:29:00.950 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84055fc6-8e98-4a68-a230-29c507fa39cd bb286af57bf64099a5ffde8614540a40 e999a86fb5ab4c84b19b7ef1b0a23b84 - - default default] Tap Mirror: Handle Delete Port: f2d5b908-cfd6-4da7-8ffa-4162bde67838 [pid: 7|app: 0|req: 327/683] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:29:00 2026] DELETE /v2.0/ports/f2d5b908-cfd6-4da7-8ffa-4162bde67838 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/684] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:29:01 2026] DELETE /v2.0/networks/601134ac-6e0f-492c-8819-b8b92dea731e => 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: 358/685] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:01 2026] GET /v2.0/ports?device_id=5b07ef86-7b71-43ca-923f-73b4a1a04c1f => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/686] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:29:01 2026] GET /v2.0/ports?tenant_id=fa639b62d0194b398df942020b22ba53&device_id=70e77d3d-9fc5-48ad-a2cc-4f27c7de9a7b => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/687] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:29:01 2026] GET /v2.0/networks?id=f9366868-122b-474e-8b4a-1beed996a564 => generated 771 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/688] 199.204.45.35 () {34 vars in 1059 bytes} [Thu Aug 20 00:29:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=a8dd22ee-dc98-40d1-831a-3b9c37ffc35f => generated 859 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/689] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:29:01 2026] GET /v2.0/subnets?id=f0bafa00-71d4-4ddb-bab1-0176f8be6bd1 => generated 693 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/690] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:29:01 2026] GET /v2.0/ports?network_id=f9366868-122b-474e-8b4a-1beed996a564&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:29:01.590 8 INFO neutron.services.segments.plugin [-] Segment a9b79375-fe7c-4d5a-b11e-913baefb2a23 resource provider aggregate not found 2026-08-20 00:29:01.616 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a9b79375-fe7c-4d5a-b11e-913baefb2a23 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9b79375-fe7c-4d5a-b11e-913baefb2a23 found for delete ", "request_id": "req-97b9522c-bdb9-41da-a51f-72d5fd0e538e"}]} 2026-08-20 00:29:01.622 8 INFO neutron.services.segments.plugin [-] Segment a9b79375-fe7c-4d5a-b11e-913baefb2a23 resource provider aggregate not found [pid: 8|app: 0|req: 361/691] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:29:01 2026] GET /v2.0/networks/f9366868-122b-474e-8b4a-1beed996a564?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:29:01.643 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a9b79375-fe7c-4d5a-b11e-913baefb2a23 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9b79375-fe7c-4d5a-b11e-913baefb2a23 found for delete ", "request_id": "req-3ad0859f-3f67-45d0-a782-19f655e261a2"}]} [pid: 7|app: 0|req: 331/692] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:29:01 2026] GET /v2.0/networks/f9366868-122b-474e-8b4a-1beed996a564?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: 362/693] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:29:01 2026] GET /v2.0/security-groups?tenant_id=e999a86fb5ab4c84b19b7ef1b0a23b84&name=default => generated 2925 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/694] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:01 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => 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: 332/695] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:29:01 2026] DELETE /v2.0/security-groups/543396fc-4706-4b42-8c66-9bf33525ec22 => 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: 364/696] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:02 2026] GET /v2.0/ports?device_id=5b07ef86-7b71-43ca-923f-73b4a1a04c1f => 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: 333/697] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:03 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => 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: 365/698] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:29:03 2026] GET /v2.0/networks?id=32f1d485-eb75-4343-b7cb-a7ef9e9daa4f => generated 680 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/699] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:03 2026] GET /v2.0/ports?device_id=5b07ef86-7b71-43ca-923f-73b4a1a04c1f => 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: 334/700] 199.204.45.35 () {34 vars in 1049 bytes} [Thu Aug 20 00:29:03 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0137677f6853450cb0abf24aba71bea3 => generated 180 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/701] 199.204.45.35 () {38 vars in 954 bytes} [Thu Aug 20 00:29:03 2026] POST /v2.0/ports => generated 954 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-08-20 00:29:04.060 7 INFO neutron.db.segments_db [None req-74120fc9-167e-45f7-8f9e-53bbed44347c 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] Added segment 5c35fe9d-1646-461d-8919-a6f0c9fefdb8 of type vxlan for network 6d3cd347-0be5-40d3-88b8-3b99e3f0c94b [pid: 7|app: 0|req: 335/702] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:29:03 2026] POST /v2.0/networks => generated 633 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/703] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:04 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:29:04.258 7 INFO neutron.db.segments_db [None req-77fd31ca-ab9e-4aa6-808f-5b4e35205c4b 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] Added segment 784f7184-ce61-4a00-9216-4ddd47b57bab of type vxlan for network 4d5370a0-f2ee-4881-add4-562a8d8c731f [pid: 7|app: 0|req: 337/704] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:29:04 2026] POST /v2.0/networks => generated 634 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/705] 199.204.45.35 () {38 vars in 1027 bytes} [Thu Aug 20 00:29:03 2026] PUT /v2.0/ports/76ad2aaf-aff5-4be0-a768-5890f3f77292 => generated 1235 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:29:04.405 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae75d029-e2b2-49dd-b0d4-2fc2ea92fa59'] response: {'name': 'network-changed', 'server_uuid': '5b07ef86-7b71-43ca-923f-73b4a1a04c1f', 'tag': '76ad2aaf-aff5-4be0-a768-5890f3f77292', '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: 338/706] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:29:04 2026] POST /v2.0/subnets => generated 646 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/707] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:04 2026] GET /v2.0/ports?device_id=5b07ef86-7b71-43ca-923f-73b4a1a04c1f => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/708] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:29:04 2026] GET /v2.0/security-groups?id=9099b113-1612-4400-86ec-f3898ea13a41&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: 339/709] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:29:04 2026] POST /v2.0/subnets => generated 655 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:29:04.912 8 INFO neutron.db.segments_db [None req-1b242110-7659-4504-9a30-6c4d74dd66fd 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] Added segment 506684de-5c0c-44ce-9af5-69ee69cb7fce of type vxlan for network 89e1d928-7599-4b16-b675-0b156a52e2a1 [pid: 7|app: 0|req: 340/710] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:29:04 2026] GET /v2.0/ports?tenant_id=0137677f6853450cb0abf24aba71bea3&device_id=5b07ef86-7b71-43ca-923f-73b4a1a04c1f => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/711] 199.204.45.35 () {34 vars in 1017 bytes} [Thu Aug 20 00:29:04 2026] GET /v2.0/networks?tenant_id=0137677f6853450cb0abf24aba71bea3&shared=False => generated 776 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/712] 199.204.45.35 () {34 vars in 929 bytes} [Thu Aug 20 00:29:05 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:29:05.233 8 INFO neutron.db.l3_hamode_db [None req-1b242110-7659-4504-9a30-6c4d74dd66fd 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 343/713] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:05 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:29:05.392 8 INFO neutron.db.l3_hamode_db [None req-1b242110-7659-4504-9a30-6c4d74dd66fd 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 344/714] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:29:05 2026] GET /v2.0/networks?id=c2416eec-c943-4871-90e5-747e34456677 => generated 683 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/715] 199.204.45.35 () {34 vars in 1049 bytes} [Thu Aug 20 00:29:05 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=acc3bbddc383402bb7bd9e03fc48a743 => generated 180 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/716] 199.204.45.35 () {38 vars in 954 bytes} [Thu Aug 20 00:29:05 2026] POST /v2.0/ports => generated 958 bytes in 422 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: 371/717] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:29:04 2026] POST /v2.0/routers => generated 510 bytes in 1269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/718] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:29:06 2026] GET /v2.0/ports?tenant_id=0137677f6853450cb0abf24aba71bea3&device_id=5b07ef86-7b71-43ca-923f-73b4a1a04c1f => 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: 347/719] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:06 2026] GET /v2.0/ports?device_id=5b07ef86-7b71-43ca-923f-73b4a1a04c1f => 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: 373/720] 199.204.45.35 () {38 vars in 1027 bytes} [Thu Aug 20 00:29:06 2026] PUT /v2.0/ports/41e06997-3d6d-499d-8c66-adc644711914 => generated 1239 bytes in 406 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: 374/721] 199.204.45.35 () {34 vars in 1057 bytes} [Thu Aug 20 00:29:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=76ad2aaf-aff5-4be0-a768-5890f3f77292 => 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: 375/722] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:29:06 2026] GET /v2.0/security-groups?id=9099b113-1612-4400-86ec-f3898ea13a41&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-08-20 00:29:06.694 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-21017c4f-ac39-4787-ac36-47d0e807d054'] response: {'name': 'network-changed', 'server_uuid': '9cfd72c2-5765-48b0-a187-b591b5d1579f', 'tag': '41e06997-3d6d-499d-8c66-adc644711914', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 376/723] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:06 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/724] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:29:06 2026] GET /v2.0/subnets?id=31f0081f-2336-4eea-bb2d-3bca6e262b47 => generated 698 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/725] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:29:06 2026] GET /v2.0/security-groups?id=65aedaf7-7344-45db-b29b-ec07374749f5&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: 379/726] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:29:06 2026] GET /v2.0/ports?network_id=32f1d485-eb75-4343-b7cb-a7ef9e9daa4f&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/727] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:29:06 2026] GET /v2.0/networks/32f1d485-eb75-4343-b7cb-a7ef9e9daa4f?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/728] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:29:06 2026] GET /v2.0/networks/32f1d485-eb75-4343-b7cb-a7ef9e9daa4f?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: 348/729] 10.0.0.168 () {34 vars in 783 bytes} [Thu Aug 20 00:29:06 2026] PUT /v2.0/routers/b3de64da-fad7-4d65-acb1-b7ce0aa1ee43/add_router_interface => generated 309 bytes in 999 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/730] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:29:07 2026] GET /v2.0/ports?tenant_id=acc3bbddc383402bb7bd9e03fc48a743&device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/731] 10.0.0.168 () {32 vars in 717 bytes} [Thu Aug 20 00:29:07 2026] GET /v2.0/ports/06e10d0d-5fdb-46d1-b653-f13ac2012d4f => generated 959 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/732] 199.204.45.35 () {34 vars in 1017 bytes} [Thu Aug 20 00:29:07 2026] GET /v2.0/networks?tenant_id=acc3bbddc383402bb7bd9e03fc48a743&shared=False => generated 779 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/733] 199.204.45.35 () {34 vars in 929 bytes} [Thu Aug 20 00:29:07 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/734] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:07 2026] GET /v2.0/ports?device_id=5b07ef86-7b71-43ca-923f-73b4a1a04c1f => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/735] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:29:07 2026] GET /v2.0/security-groups?id=9099b113-1612-4400-86ec-f3898ea13a41&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: 354/736] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:07 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/737] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:29:07 2026] GET /v2.0/security-groups?id=65aedaf7-7344-45db-b29b-ec07374749f5&fields=id&fields=name => generated 113 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/738] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:29:08 2026] GET /v2.0/ports?tenant_id=acc3bbddc383402bb7bd9e03fc48a743&device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/739] 199.204.45.35 () {34 vars in 1059 bytes} [Thu Aug 20 00:29:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=41e06997-3d6d-499d-8c66-adc644711914 => 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: 358/740] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:29:08 2026] GET /v2.0/subnets?id=5ab14604-4c25-4e97-9b0e-c3dab2670a74 => generated 701 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/741] 10.0.0.168 () {34 vars in 783 bytes} [Thu Aug 20 00:29:07 2026] PUT /v2.0/routers/b3de64da-fad7-4d65-acb1-b7ce0aa1ee43/add_router_interface => generated 309 bytes in 1207 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/742] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:29:08 2026] GET /v2.0/ports?network_id=c2416eec-c943-4871-90e5-747e34456677&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/743] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:29:08 2026] GET /v2.0/networks/c2416eec-c943-4871-90e5-747e34456677?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/744] 10.0.0.168 () {32 vars in 717 bytes} [Thu Aug 20 00:29:08 2026] GET /v2.0/ports/8499559f-4ba9-4014-b61f-2fcb2bfd567d => generated 967 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/745] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:29:08 2026] GET /v2.0/networks/c2416eec-c943-4871-90e5-747e34456677?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: 362/746] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:08 2026] GET /v2.0/ports?device_id=5b07ef86-7b71-43ca-923f-73b4a1a04c1f => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:29:08.896 8 INFO neutron_taas.services.taas.taas_plugin [None req-1451f223-0e88-4301-bc3f-4b58f83b7be1 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] TaaS: Handle Delete Port: 8499559f-4ba9-4014-b61f-2fcb2bfd567d [pid: 7|app: 0|req: 363/747] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:29:08 2026] GET /v2.0/security-groups?id=9099b113-1612-4400-86ec-f3898ea13a41&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:29:08.899 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1451f223-0e88-4301-bc3f-4b58f83b7be1 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] Tap Mirror: Handle Delete Port: 8499559f-4ba9-4014-b61f-2fcb2bfd567d [pid: 7|app: 0|req: 364/748] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:09 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/749] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:29:09 2026] GET /v2.0/security-groups?id=65aedaf7-7344-45db-b29b-ec07374749f5&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: 8|app: 0|req: 385/752] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:29:08 2026] PUT /v2.0/routers/b3de64da-fad7-4d65-acb1-b7ce0aa1ee43/remove_router_interface => generated 309 bytes in 711 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:29:09.721 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c34ed71-bf85-447f-b1f9-4387c5098195 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] TaaS: Handle Delete Port: 06e10d0d-5fdb-46d1-b653-f13ac2012d4f 2026-08-20 00:29:09.724 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c34ed71-bf85-447f-b1f9-4387c5098195 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] Tap Mirror: Handle Delete Port: 06e10d0d-5fdb-46d1-b653-f13ac2012d4f [pid: 8|app: 0|req: 386/753] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:09 2026] GET /v2.0/ports?device_id=5b07ef86-7b71-43ca-923f-73b4a1a04c1f => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/754] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:29:10 2026] GET /v2.0/security-groups?id=9099b113-1612-4400-86ec-f3898ea13a41&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: 368/755] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:29:09 2026] PUT /v2.0/routers/b3de64da-fad7-4d65-acb1-b7ce0aa1ee43/remove_router_interface => generated 309 bytes in 852 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/756] 10.0.0.168 () {32 vars in 736 bytes} [Thu Aug 20 00:29:10 2026] GET /v2.0/ports?device_id=b3de64da-fad7-4d65-acb1-b7ce0aa1ee43 => 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: 389/757] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:10 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/758] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:29:10 2026] GET /v2.0/security-groups?id=65aedaf7-7344-45db-b29b-ec07374749f5&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-08-20 00:29:10.384 7 INFO neutron_taas.services.taas.taas_plugin [None req-88041425-758f-41cb-a2e7-442eada21a2a 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] TaaS: Handle Delete Port: e8ccc7d2-0042-4aef-ae6c-6012a84cf55d 2026-08-20 00:29:10.386 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88041425-758f-41cb-a2e7-442eada21a2a 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] Tap Mirror: Handle Delete Port: e8ccc7d2-0042-4aef-ae6c-6012a84cf55d 2026-08-20 00:29:10.789 7 INFO neutron.services.segments.plugin [-] Segment 506684de-5c0c-44ce-9af5-69ee69cb7fce resource provider aggregate not found 2026-08-20 00:29:10.806 7 INFO neutron.services.segments.plugin [-] Segment 506684de-5c0c-44ce-9af5-69ee69cb7fce resource provider aggregate not found 2026-08-20 00:29:10.812 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 506684de-5c0c-44ce-9af5-69ee69cb7fce resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 506684de-5c0c-44ce-9af5-69ee69cb7fce found for delete ", "request_id": "req-8f8aa005-3d14-4929-b37c-d25b0afcbd1b"}]} 2026-08-20 00:29:10.820 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 506684de-5c0c-44ce-9af5-69ee69cb7fce resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 506684de-5c0c-44ce-9af5-69ee69cb7fce found for delete ", "request_id": "req-04bc211f-6e0b-4d16-984c-889251f53873"}]} 2026-08-20 00:29:10.824 7 INFO neutron.db.l3_hamode_db [None req-88041425-758f-41cb-a2e7-442eada21a2a 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] HA network 89e1d928-7599-4b16-b675-0b156a52e2a1 was deleted as no HA routers are present in tenant 2b071143163241918d0bd1af4ba879f7. [pid: 7|app: 0|req: 369/759] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:10 2026] DELETE /v2.0/routers/b3de64da-fad7-4d65-acb1-b7ce0aa1ee43 => generated 0 bytes in 655 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/760] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:10 2026] DELETE /v2.0/subnets/c6a93faa-a2dd-4534-a374-55187bf78731 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/761] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:10 2026] DELETE /v2.0/subnets/6d70dc67-1ed0-420b-9387-8097f42ed863 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/762] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:11 2026] GET /v2.0/ports?device_id=5b07ef86-7b71-43ca-923f-73b4a1a04c1f => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:29:11.198 8 INFO neutron.services.segments.plugin [-] Segment 784f7184-ce61-4a00-9216-4ddd47b57bab resource provider aggregate not found 2026-08-20 00:29:11.205 8 INFO neutron.services.segments.plugin [-] Segment 784f7184-ce61-4a00-9216-4ddd47b57bab resource provider aggregate not found 2026-08-20 00:29:11.222 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 784f7184-ce61-4a00-9216-4ddd47b57bab resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 784f7184-ce61-4a00-9216-4ddd47b57bab found for delete ", "request_id": "req-b87048f4-1dc9-43ca-934c-47dcffbaddb0"}]} 2026-08-20 00:29:11.225 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 784f7184-ce61-4a00-9216-4ddd47b57bab resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 784f7184-ce61-4a00-9216-4ddd47b57bab found for delete ", "request_id": "req-c3bc519d-a996-4ab8-b8a9-019e494941b4"}]} [pid: 7|app: 0|req: 372/763] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:29:11 2026] GET /v2.0/security-groups?id=9099b113-1612-4400-86ec-f3898ea13a41&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: 392/764] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:29:11 2026] DELETE /v2.0/networks/4d5370a0-f2ee-4881-add4-562a8d8c731f => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:29:11.334 7 INFO neutron_taas.services.taas.taas_plugin [None req-f99b0a45-7b15-4060-9c04-7eee1fb5c12c 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] TaaS: Handle Delete Port: c0eb147b-a7b9-402a-b929-873c687a42ca 2026-08-20 00:29:11.337 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f99b0a45-7b15-4060-9c04-7eee1fb5c12c 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] Tap Mirror: Handle Delete Port: c0eb147b-a7b9-402a-b929-873c687a42ca [pid: 8|app: 0|req: 393/765] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:11 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/766] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:29:11 2026] GET /v2.0/security-groups?id=65aedaf7-7344-45db-b29b-ec07374749f5&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: 373/767] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:29:11 2026] DELETE /v2.0/networks/6d3cd347-0be5-40d3-88b8-3b99e3f0c94b => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:29:11.645 8 INFO neutron.db.segments_db [None req-737d27e9-0e45-4df6-9984-a7e1796aec2f 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] Added segment 5d9a5565-0a90-485c-a66a-0490d743a596 of type vxlan for network d090a149-294f-41a0-979f-072361e5926f [pid: 8|app: 0|req: 395/768] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:29:11 2026] POST /v2.0/networks => generated 634 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/769] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:29:11 2026] POST /v2.0/subnets => generated 646 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:29:12.027 8 INFO neutron.db.segments_db [None req-926fc3a3-732c-4456-8146-bf51d182ab84 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] Added segment 42df61b1-0a22-4ae0-96b1-a6f2fa067434 of type vxlan for network 62fcede1-efaf-48b9-a63c-157379e0a36e 2026-08-20 00:29:12.285 8 INFO neutron.db.l3_hamode_db [None req-926fc3a3-732c-4456-8146-bf51d182ab84 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 375/770] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:12 2026] GET /v2.0/ports?device_id=5b07ef86-7b71-43ca-923f-73b4a1a04c1f => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/771] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:29:12 2026] GET /v2.0/security-groups?id=9099b113-1612-4400-86ec-f3898ea13a41&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:29:12.461 8 INFO neutron.db.l3_hamode_db [None req-926fc3a3-732c-4456-8146-bf51d182ab84 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 377/772] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:12 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => generated 973 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/773] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:29:12 2026] GET /v2.0/security-groups?id=65aedaf7-7344-45db-b29b-ec07374749f5&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-08-20 00:29:12.836 7 INFO neutron.services.segments.plugin [-] Segment 5c35fe9d-1646-461d-8919-a6f0c9fefdb8 resource provider aggregate not found 2026-08-20 00:29:12.839 7 INFO neutron.services.segments.plugin [-] Segment 5c35fe9d-1646-461d-8919-a6f0c9fefdb8 resource provider aggregate not found 2026-08-20 00:29:12.853 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5c35fe9d-1646-461d-8919-a6f0c9fefdb8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c35fe9d-1646-461d-8919-a6f0c9fefdb8 found for delete ", "request_id": "req-3e3d712f-fc44-4909-8e5f-73ef3082ff31"}]} 2026-08-20 00:29:12.854 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5c35fe9d-1646-461d-8919-a6f0c9fefdb8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c35fe9d-1646-461d-8919-a6f0c9fefdb8 found for delete ", "request_id": "req-47e0e4e0-1040-4293-8f8c-52578812bda2"}]} [pid: 8|app: 0|req: 396/774] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:29:11 2026] POST /v2.0/routers => generated 510 bytes in 1120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/775] 10.0.0.168 () {34 vars in 665 bytes} [Thu Aug 20 00:29:13 2026] POST /v2.0/ports => generated 964 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 380/776] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:13 2026] GET /v2.0/ports?device_id=5b07ef86-7b71-43ca-923f-73b4a1a04c1f => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/777] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:29:13 2026] GET /v2.0/security-groups?id=9099b113-1612-4400-86ec-f3898ea13a41&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: 7|app: 0|req: 382/778] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:13 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/779] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:29:13 2026] GET /v2.0/security-groups?id=65aedaf7-7344-45db-b29b-ec07374749f5&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: 397/780] 10.0.0.168 () {34 vars in 783 bytes} [Thu Aug 20 00:29:13 2026] PUT /v2.0/routers/b35591e3-2e77-41a1-8225-947b475a7d2e/add_router_interface => generated 309 bytes in 1056 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/781] 10.0.0.168 () {32 vars in 717 bytes} [Thu Aug 20 00:29:14 2026] GET /v2.0/ports/3be91474-b2fc-45e6-a13a-251f01e70a6c => generated 1038 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: 7|app: 0|req: 385/782] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:14 2026] GET /v2.0/ports?device_id=5b07ef86-7b71-43ca-923f-73b4a1a04c1f => 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: 386/783] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:29:14 2026] GET /v2.0/security-groups?id=9099b113-1612-4400-86ec-f3898ea13a41&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-08-20 00:29:14.868 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb87467f-b997-4bc5-8469-b4107b8e6247 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] TaaS: Handle Delete Port: 3be91474-b2fc-45e6-a13a-251f01e70a6c 2026-08-20 00:29:14.872 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb87467f-b997-4bc5-8469-b4107b8e6247 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] Tap Mirror: Handle Delete Port: 3be91474-b2fc-45e6-a13a-251f01e70a6c [pid: 7|app: 0|req: 387/784] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:14 2026] GET /v2.0/ports?device_id=5b07ef86-7b71-43ca-923f-73b4a1a04c1f => 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: 388/785] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:14 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:29:15.483 7 INFO neutron.db.l3_db [None req-a9d49a5f-3fc8-4326-9908-4e84ad956be9 94a47d3d6a124259aba6da3a1b5320ab 0137677f6853450cb0abf24aba71bea3 - - default default] Floating IP 1acc798a-5421-4564-a6d9-1ab9896dafc9 associated. External IP: 10.96.250.215, port: 76ad2aaf-aff5-4be0-a768-5890f3f77292. [pid: 8|app: 0|req: 398/786] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:29:14 2026] PUT /v2.0/routers/b35591e3-2e77-41a1-8225-947b475a7d2e/remove_router_interface => generated 309 bytes in 1180 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: 399/787] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:29:15 2026] GET /v2.0/security-groups?id=65aedaf7-7344-45db-b29b-ec07374749f5&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: 389/788] 10.0.0.168 () {34 vars in 749 bytes} [Thu Aug 20 00:29:14 2026] PUT /v2.0/floatingips/1acc798a-5421-4564-a6d9-1ab9896dafc9 => generated 855 bytes in 901 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:29:15.822 8 INFO neutron.api.v2.resource [None req-a0a4e1bd-2963-4915-960f-ff284efd98bb 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 400/789] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:29:15 2026] PUT /v2.0/routers/b35591e3-2e77-41a1-8225-947b475a7d2e/remove_router_interface => generated 197 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/790] 10.0.0.168 () {32 vars in 736 bytes} [Thu Aug 20 00:29:15 2026] GET /v2.0/ports?device_id=b35591e3-2e77-41a1-8225-947b475a7d2e => 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: 391/791] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:15 2026] GET /v2.0/ports?device_id=5b07ef86-7b71-43ca-923f-73b4a1a04c1f => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/792] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:29:15 2026] GET /v2.0/security-groups?id=9099b113-1612-4400-86ec-f3898ea13a41&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-08-20 00:29:16.055 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae4b3772-65a1-4144-8dde-59bf3a9d6ac3 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] TaaS: Handle Delete Port: 7bf54372-b92e-4942-bc9e-5b8b0df6721b 2026-08-20 00:29:16.059 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae4b3772-65a1-4144-8dde-59bf3a9d6ac3 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] Tap Mirror: Handle Delete Port: 7bf54372-b92e-4942-bc9e-5b8b0df6721b [pid: 7|app: 0|req: 393/793] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:16 2026] GET /v2.0/ports?device_id=5b07ef86-7b71-43ca-923f-73b4a1a04c1f => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:29:16.319 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-94c6c885-79b1-4d36-bec1-4cde770d72b6'] response: {'name': 'network-changed', 'server_uuid': '5b07ef86-7b71-43ca-923f-73b4a1a04c1f', 'tag': '76ad2aaf-aff5-4be0-a768-5890f3f77292', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 394/794] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:29:16 2026] GET /v2.0/security-groups?id=9099b113-1612-4400-86ec-f3898ea13a41&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:29:16.486 8 INFO neutron.services.segments.plugin [-] Segment 42df61b1-0a22-4ae0-96b1-a6f2fa067434 resource provider aggregate not found 2026-08-20 00:29:16.487 8 INFO neutron.services.segments.plugin [-] Segment 42df61b1-0a22-4ae0-96b1-a6f2fa067434 resource provider aggregate not found 2026-08-20 00:29:16.510 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 42df61b1-0a22-4ae0-96b1-a6f2fa067434 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42df61b1-0a22-4ae0-96b1-a6f2fa067434 found for delete ", "request_id": "req-f408cd98-9947-42df-ba9d-4e2e46b90e3a"}]} 2026-08-20 00:29:16.515 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 42df61b1-0a22-4ae0-96b1-a6f2fa067434 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42df61b1-0a22-4ae0-96b1-a6f2fa067434 found for delete ", "request_id": "req-5455287d-bbd7-4306-805c-7bb14950c13e"}]} 2026-08-20 00:29:16.526 8 INFO neutron.db.l3_hamode_db [None req-ae4b3772-65a1-4144-8dde-59bf3a9d6ac3 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] HA network 62fcede1-efaf-48b9-a63c-157379e0a36e was deleted as no HA routers are present in tenant 2b071143163241918d0bd1af4ba879f7. [pid: 8|app: 0|req: 401/795] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:15 2026] DELETE /v2.0/routers/b35591e3-2e77-41a1-8225-947b475a7d2e => generated 0 bytes in 679 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/796] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:16 2026] DELETE /v2.0/subnets/41e4d6ac-fd14-4942-b537-85e0048806c9 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/797] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:16 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:29:16.849 8 INFO neutron_taas.services.taas.taas_plugin [None req-58bb1f58-0726-4551-b7c1-9e0a2cf8cfb2 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] TaaS: Handle Delete Port: 2eaf7225-27d2-4a41-be11-a3407723dfca 2026-08-20 00:29:16.853 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58bb1f58-0726-4551-b7c1-9e0a2cf8cfb2 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] Tap Mirror: Handle Delete Port: 2eaf7225-27d2-4a41-be11-a3407723dfca [pid: 7|app: 0|req: 397/798] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:29:16 2026] GET /v2.0/ports?tenant_id=0137677f6853450cb0abf24aba71bea3&device_id=5b07ef86-7b71-43ca-923f-73b4a1a04c1f => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/799] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:29:16 2026] GET /v2.0/security-groups?id=65aedaf7-7344-45db-b29b-ec07374749f5&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/800] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:29:16 2026] GET /v2.0/networks?id=32f1d485-eb75-4343-b7cb-a7ef9e9daa4f => generated 776 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/801] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:16 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/802] 199.204.45.35 () {34 vars in 1057 bytes} [Thu Aug 20 00:29:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=76ad2aaf-aff5-4be0-a768-5890f3f77292 => generated 860 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/803] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:29:16 2026] DELETE /v2.0/networks/d090a149-294f-41a0-979f-072361e5926f => generated 0 bytes in 398 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/804] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:29:17 2026] GET /v2.0/subnets?id=31f0081f-2336-4eea-bb2d-3bca6e262b47 => generated 698 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:29:17.181 8 INFO neutron.db.segments_db [None req-f544b48d-0dbe-4910-81b8-01301946a21f 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] Added segment 58dc062e-f63a-4d6c-8ec8-7373b9cdcd73 of type vxlan for network 9ebf0f3e-b497-4bb6-8f03-4e917ef0607e [pid: 8|app: 0|req: 404/805] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:29:17 2026] POST /v2.0/networks => generated 634 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/806] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:29:17 2026] GET /v2.0/ports?network_id=32f1d485-eb75-4343-b7cb-a7ef9e9daa4f&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:29:17.377 7 INFO neutron.db.l3_db [None req-82563fc9-96aa-4074-b393-e53371aadcc6 63e7c6f082574e66b618cc346f238c37 acc3bbddc383402bb7bd9e03fc48a743 - - default default] Floating IP 8e7f0098-197e-4405-a3ae-bc967f32de14 associated. External IP: 10.96.250.202, port: 41e06997-3d6d-499d-8c66-adc644711914. [pid: 8|app: 0|req: 406/807] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:29:17 2026] POST /v2.0/subnets => generated 646 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/808] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:29:17 2026] GET /v2.0/networks/32f1d485-eb75-4343-b7cb-a7ef9e9daa4f?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: 408/809] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:17 2026] GET /v2.0/ports?device_id=5b07ef86-7b71-43ca-923f-73b4a1a04c1f => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/810] 10.0.0.168 () {34 vars in 749 bytes} [Thu Aug 20 00:29:17 2026] PUT /v2.0/floatingips/8e7f0098-197e-4405-a3ae-bc967f32de14 => generated 856 bytes in 609 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/811] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:29:17 2026] GET /v2.0/networks/32f1d485-eb75-4343-b7cb-a7ef9e9daa4f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:29:17.699 8 INFO neutron.db.segments_db [None req-7a4d4c20-f14f-48b6-ada8-9659864c5d84 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] Added segment c02cda8c-3ada-4979-86c4-59081e60bc87 of type vxlan for network 8fc3c03f-e924-4e99-8568-5a05e52d3d0a [pid: 7|app: 0|req: 404/812] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:29:17 2026] GET /v2.0/security-groups?id=9099b113-1612-4400-86ec-f3898ea13a41&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: 405/813] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:17 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/814] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:29:17 2026] GET /v2.0/security-groups?id=65aedaf7-7344-45db-b29b-ec07374749f5&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-08-20 00:29:17.986 8 INFO neutron.db.l3_hamode_db [None req-7a4d4c20-f14f-48b6-ada8-9659864c5d84 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 00:29:18.149 8 INFO neutron.db.l3_hamode_db [None req-7a4d4c20-f14f-48b6-ada8-9659864c5d84 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 00:29:18.349 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0bfc68ce-6f9e-49e8-a9e5-3cf9e3861c98'] response: {'name': 'network-changed', 'server_uuid': '9cfd72c2-5765-48b0-a187-b591b5d1579f', 'tag': '41e06997-3d6d-499d-8c66-adc644711914', 'status': 'completed', 'code': 200} 2026-08-20 00:29:18.542 8 INFO neutron.services.segments.plugin [-] Segment 5d9a5565-0a90-485c-a66a-0490d743a596 resource provider aggregate not found 2026-08-20 00:29:18.545 8 INFO neutron.services.segments.plugin [-] Segment 5d9a5565-0a90-485c-a66a-0490d743a596 resource provider aggregate not found 2026-08-20 00:29:18.564 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5d9a5565-0a90-485c-a66a-0490d743a596 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d9a5565-0a90-485c-a66a-0490d743a596 found for delete ", "request_id": "req-8fe6760e-fa8d-459e-b56e-d2988ca3f18e"}]} 2026-08-20 00:29:18.575 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5d9a5565-0a90-485c-a66a-0490d743a596 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d9a5565-0a90-485c-a66a-0490d743a596 found for delete ", "request_id": "req-0ec7a654-e4fb-4613-9b7c-2fb446af5172"}]} [pid: 7|app: 0|req: 407/815] 199.204.45.35 () {34 vars in 993 bytes} [Thu Aug 20 00:29:18 2026] GET /v2.0/ports?device_id=5b07ef86-7b71-43ca-923f-73b4a1a04c1f => 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: 409/816] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:29:17 2026] POST /v2.0/routers => generated 510 bytes in 1215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:29:18.895 7 INFO neutron_taas.services.taas.taas_plugin [req-7223a0fd-69c3-4984-abcc-2f67bcdb3d59 req-d77c7234-6785-44e6-80d4-27bdadab8db5 94a47d3d6a124259aba6da3a1b5320ab 0137677f6853450cb0abf24aba71bea3 - - default default] TaaS: Handle Delete Port: 76ad2aaf-aff5-4be0-a768-5890f3f77292 2026-08-20 00:29:18.900 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7223a0fd-69c3-4984-abcc-2f67bcdb3d59 req-d77c7234-6785-44e6-80d4-27bdadab8db5 94a47d3d6a124259aba6da3a1b5320ab 0137677f6853450cb0abf24aba71bea3 - - default default] Tap Mirror: Handle Delete Port: 76ad2aaf-aff5-4be0-a768-5890f3f77292 [pid: 8|app: 0|req: 410/817] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:18 2026] GET /v2.0/ports?device_id=5b07ef86-7b71-43ca-923f-73b4a1a04c1f => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/818] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:29:18 2026] GET /v2.0/ports?tenant_id=acc3bbddc383402bb7bd9e03fc48a743&device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:29:19.408 7 INFO neutron.db.l3_db [req-7223a0fd-69c3-4984-abcc-2f67bcdb3d59 req-d77c7234-6785-44e6-80d4-27bdadab8db5 94a47d3d6a124259aba6da3a1b5320ab 0137677f6853450cb0abf24aba71bea3 - - default default] Floating IP 1acc798a-5421-4564-a6d9-1ab9896dafc9 disassociated. External IP: 10.96.250.215, port: 76ad2aaf-aff5-4be0-a768-5890f3f77292. [pid: 7|app: 0|req: 408/819] 199.204.45.35 () {36 vars in 996 bytes} [Thu Aug 20 00:29:18 2026] DELETE /v2.0/ports/76ad2aaf-aff5-4be0-a768-5890f3f77292 => generated 0 bytes in 1073 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/820] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:29:19 2026] GET /v2.0/security-groups?id=9099b113-1612-4400-86ec-f3898ea13a41&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/821] 10.0.0.168 () {34 vars in 783 bytes} [Thu Aug 20 00:29:18 2026] PUT /v2.0/routers/1b75d796-98a1-487f-b386-69a62cc3b27e/add_router_interface => generated 309 bytes in 946 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/822] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:29:19 2026] GET /v2.0/networks?id=c2416eec-c943-4871-90e5-747e34456677 => generated 779 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/823] 10.0.0.168 () {32 vars in 717 bytes} [Thu Aug 20 00:29:19 2026] GET /v2.0/ports/2156d9bc-9913-49ba-80e0-0ed5e1814f8a => generated 959 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/824] 199.204.45.35 () {34 vars in 1059 bytes} [Thu Aug 20 00:29:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=41e06997-3d6d-499d-8c66-adc644711914 => generated 861 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/825] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:29:19 2026] GET /v2.0/subnets?id=5ab14604-4c25-4e97-9b0e-c3dab2670a74 => generated 701 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/826] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:29:20 2026] GET /v2.0/ports?network_id=c2416eec-c943-4871-90e5-747e34456677&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/827] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:29:20 2026] GET /v2.0/networks/c2416eec-c943-4871-90e5-747e34456677?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/828] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:29:20 2026] GET /v2.0/networks/c2416eec-c943-4871-90e5-747e34456677?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:29:20.306 8 INFO neutron_taas.services.taas.taas_plugin [None req-021ebc72-3096-42cf-9977-f7fef4517b96 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] TaaS: Handle Delete Port: 2156d9bc-9913-49ba-80e0-0ed5e1814f8a 2026-08-20 00:29:20.310 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-021ebc72-3096-42cf-9977-f7fef4517b96 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] Tap Mirror: Handle Delete Port: 2156d9bc-9913-49ba-80e0-0ed5e1814f8a 2026-08-20 00:29:20.382 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7200385d-21bb-45f8-b34f-1717f9bf4e8d'] response: {'server_uuid': '5b07ef86-7b71-43ca-923f-73b4a1a04c1f', 'name': 'network-vif-deleted', 'tag': '76ad2aaf-aff5-4be0-a768-5890f3f77292', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 414/829] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:29:19 2026] PUT /v2.0/routers/1b75d796-98a1-487f-b386-69a62cc3b27e/remove_router_interface => generated 309 bytes in 764 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/830] 10.0.0.168 () {32 vars in 736 bytes} [Thu Aug 20 00:29:20 2026] GET /v2.0/ports?device_id=1b75d796-98a1-487f-b386-69a62cc3b27e => 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: 417/831] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:20 2026] GET /v2.0/ports?device_id=5b07ef86-7b71-43ca-923f-73b4a1a04c1f => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:29:20.955 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7f72121-e734-4610-9f62-59834586e793 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] TaaS: Handle Delete Port: 967490f3-fd33-4afc-bd80-a235e9fb3581 2026-08-20 00:29:20.958 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7f72121-e734-4610-9f62-59834586e793 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] Tap Mirror: Handle Delete Port: 967490f3-fd33-4afc-bd80-a235e9fb3581 2026-08-20 00:29:21.301 8 INFO neutron.services.segments.plugin [-] Segment c02cda8c-3ada-4979-86c4-59081e60bc87 resource provider aggregate not found 2026-08-20 00:29:21.311 8 INFO neutron.services.segments.plugin [-] Segment c02cda8c-3ada-4979-86c4-59081e60bc87 resource provider aggregate not found 2026-08-20 00:29:21.331 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c02cda8c-3ada-4979-86c4-59081e60bc87 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c02cda8c-3ada-4979-86c4-59081e60bc87 found for delete ", "request_id": "req-95d48e50-ab1c-4d63-9bab-4e581a306752"}]} 2026-08-20 00:29:21.332 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c02cda8c-3ada-4979-86c4-59081e60bc87 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c02cda8c-3ada-4979-86c4-59081e60bc87 found for delete ", "request_id": "req-f297631b-bc9a-4494-9f0a-f18735869b6b"}]} 2026-08-20 00:29:21.338 8 INFO neutron.db.l3_hamode_db [None req-a7f72121-e734-4610-9f62-59834586e793 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] HA network 8fc3c03f-e924-4e99-8568-5a05e52d3d0a was deleted as no HA routers are present in tenant 2b071143163241918d0bd1af4ba879f7. [pid: 8|app: 0|req: 415/832] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:20 2026] DELETE /v2.0/routers/1b75d796-98a1-487f-b386-69a62cc3b27e => generated 0 bytes in 571 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/833] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:21 2026] DELETE /v2.0/subnets/5bc5a4f8-3102-4924-981e-18fb7f8f0b5a => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:29:21.621 8 INFO neutron_taas.services.taas.taas_plugin [None req-11392ae5-9811-4a4f-9225-54d9afe376e1 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] TaaS: Handle Delete Port: 0d6e1ed5-70a7-4e24-b8c5-c863621032d4 2026-08-20 00:29:21.628 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11392ae5-9811-4a4f-9225-54d9afe376e1 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] Tap Mirror: Handle Delete Port: 0d6e1ed5-70a7-4e24-b8c5-c863621032d4 [pid: 8|app: 0|req: 416/834] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:29:21 2026] DELETE /v2.0/networks/9ebf0f3e-b497-4bb6-8f03-4e917ef0607e => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:29:21.896 7 INFO neutron.db.segments_db [None req-84faeaa2-1922-45be-a239-89e9a8efca86 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] Added segment e8870eb1-ce55-4246-b457-7a0732d05da8 of type vxlan for network 79515c60-2802-448b-892e-9cbb67e213c8 [pid: 8|app: 0|req: 417/835] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:22 2026] GET /v2.0/ports?device_id=5b07ef86-7b71-43ca-923f-73b4a1a04c1f => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:29:22.139 7 INFO neutron.db.l3_hamode_db [None req-84faeaa2-1922-45be-a239-89e9a8efca86 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 00:29:22.931 7 INFO neutron.db.l3_hamode_db [None req-84faeaa2-1922-45be-a239-89e9a8efca86 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 418/836] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:23 2026] GET /v2.0/ports?device_id=5b07ef86-7b71-43ca-923f-73b4a1a04c1f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:29:23.348 8 INFO neutron.services.segments.plugin [-] Segment 58dc062e-f63a-4d6c-8ec8-7373b9cdcd73 resource provider aggregate not found 2026-08-20 00:29:23.353 8 INFO neutron.services.segments.plugin [-] Segment 58dc062e-f63a-4d6c-8ec8-7373b9cdcd73 resource provider aggregate not found 2026-08-20 00:29:23.363 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 58dc062e-f63a-4d6c-8ec8-7373b9cdcd73 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58dc062e-f63a-4d6c-8ec8-7373b9cdcd73 found for delete ", "request_id": "req-0585abce-84e2-4368-a39d-4217e6163a70"}]} 2026-08-20 00:29:23.367 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 58dc062e-f63a-4d6c-8ec8-7373b9cdcd73 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58dc062e-f63a-4d6c-8ec8-7373b9cdcd73 found for delete ", "request_id": "req-10153d86-426f-46c3-bf27-bd7c7d160aaf"}]} [pid: 7|app: 0|req: 419/837] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:29:21 2026] POST /v2.0/routers => generated 691 bytes in 1912 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/838] 10.0.0.168 () {32 vars in 721 bytes} [Thu Aug 20 00:29:23 2026] GET /v2.0/routers/674a933c-6e78-47c5-9065-19e8d96bbe7b => generated 697 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/839] 10.0.0.168 () {32 vars in 647 bytes} [Thu Aug 20 00:29:23 2026] GET /v2.0/routers => generated 700 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/840] 10.0.0.168 () {34 vars in 741 bytes} [Thu Aug 20 00:29:23 2026] PUT /v2.0/routers/674a933c-6e78-47c5-9065-19e8d96bbe7b => generated 704 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/843] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:29:24 2026] DELETE /v2.0/security-groups/9099b113-1612-4400-86ec-f3898ea13a41 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:29:24.330 7 INFO neutron.api.v2.resource [None req-eb75de0b-0e44-4a4b-aa3b-39a0d512bab5 94a47d3d6a124259aba6da3a1b5320ab 0137677f6853450cb0abf24aba71bea3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 422/844] 10.0.0.168 () {32 vars in 737 bytes} [Thu Aug 20 00:29:24 2026] GET /v2.0/security-groups/9099b113-1612-4400-86ec-f3898ea13a41 => 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: 423/845] 10.0.0.168 () {32 vars in 721 bytes} [Thu Aug 20 00:29:24 2026] GET /v2.0/routers/674a933c-6e78-47c5-9065-19e8d96bbe7b => generated 704 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/846] 10.0.0.168 () {32 vars in 736 bytes} [Thu Aug 20 00:29:24 2026] GET /v2.0/ports?device_id=674a933c-6e78-47c5-9065-19e8d96bbe7b => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:29:24.423 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b4bfbb0-a28d-4e30-aec3-fd4cde4ea514 94a47d3d6a124259aba6da3a1b5320ab 0137677f6853450cb0abf24aba71bea3 - - default default] TaaS: Handle Delete Port: 538ede7f-d52b-42b2-aaaf-513fe25689a8 2026-08-20 00:29:24.425 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b4bfbb0-a28d-4e30-aec3-fd4cde4ea514 94a47d3d6a124259aba6da3a1b5320ab 0137677f6853450cb0abf24aba71bea3 - - default default] Tap Mirror: Handle Delete Port: 538ede7f-d52b-42b2-aaaf-513fe25689a8 2026-08-20 00:29:24.553 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ec52257-cd15-44c8-9e67-55e167d4599d 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] TaaS: Handle Delete Port: c3c72915-5098-4871-8299-e2e44563aed2 2026-08-20 00:29:24.557 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ec52257-cd15-44c8-9e67-55e167d4599d 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] Tap Mirror: Handle Delete Port: c3c72915-5098-4871-8299-e2e44563aed2 [pid: 7|app: 0|req: 423/847] 10.0.0.168 () {32 vars in 732 bytes} [Thu Aug 20 00:29:24 2026] DELETE /v2.0/floatingips/1acc798a-5421-4564-a6d9-1ab9896dafc9 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:29:24.841 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ec52257-cd15-44c8-9e67-55e167d4599d 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] TaaS: Handle Delete Port: 921e485a-d306-40b7-8487-f62dc27807c6 2026-08-20 00:29:24.845 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ec52257-cd15-44c8-9e67-55e167d4599d 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] Tap Mirror: Handle Delete Port: 921e485a-d306-40b7-8487-f62dc27807c6 2026-08-20 00:29:25.014 7 INFO neutron_taas.services.taas.taas_plugin [None req-d2428094-b66a-4d89-9a0a-91446fd10c57 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: f8f88d12-d21b-488b-9ca4-d8e03d95ebe0 2026-08-20 00:29:25.018 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2428094-b66a-4d89-9a0a-91446fd10c57 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: f8f88d12-d21b-488b-9ca4-d8e03d95ebe0 2026-08-20 00:29:25.174 8 INFO neutron.db.l3_hamode_db [None req-3ec52257-cd15-44c8-9e67-55e167d4599d 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] HA network 79515c60-2802-448b-892e-9cbb67e213c8 was deleted as no HA routers are present in tenant 2b071143163241918d0bd1af4ba879f7. [pid: 8|app: 0|req: 425/848] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:24 2026] DELETE /v2.0/routers/674a933c-6e78-47c5-9065-19e8d96bbe7b => generated 0 bytes in 787 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/849] 10.0.0.168 () {32 vars in 736 bytes} [Thu Aug 20 00:29:25 2026] GET /v2.0/ports?device_id=674a933c-6e78-47c5-9065-19e8d96bbe7b => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:29:25.225 8 INFO neutron.api.v2.resource [None req-8b862609-7170-45c2-8677-a3bebd9d5433 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 427/850] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:25 2026] DELETE /v2.0/routers/674a933c-6e78-47c5-9065-19e8d96bbe7b => 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: 428/851] 10.0.0.168 () {32 vars in 736 bytes} [Thu Aug 20 00:29:25 2026] GET /v2.0/ports?device_id=1b75d796-98a1-487f-b386-69a62cc3b27e => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:29:25.264 8 INFO neutron.api.v2.resource [None req-7c64706e-0059-4d6a-9933-2a4a929d218f 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 429/852] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:25 2026] DELETE /v2.0/routers/1b75d796-98a1-487f-b386-69a62cc3b27e => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:29:25.289 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a2ff3e27-c4c8-4342-85c8-d67901731ce9 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 430/853] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:25 2026] DELETE /v2.0/subnets/5bc5a4f8-3102-4924-981e-18fb7f8f0b5a => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/854] 10.0.0.168 () {32 vars in 736 bytes} [Thu Aug 20 00:29:25 2026] GET /v2.0/ports?device_id=b35591e3-2e77-41a1-8225-947b475a7d2e => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:29:25.339 8 INFO neutron.api.v2.resource [None req-299da7d0-a0be-4522-8a6c-0f9d4ae7ddc9 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 432/855] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:25 2026] DELETE /v2.0/routers/b35591e3-2e77-41a1-8225-947b475a7d2e => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:29:25.359 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6ea508c5-2b24-45ae-8c42-dea687db2b84 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 433/856] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:25 2026] DELETE /v2.0/subnets/41e4d6ac-fd14-4942-b537-85e0048806c9 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:29:25.401 8 INFO neutron.services.segments.plugin [-] Segment e8870eb1-ce55-4246-b457-7a0732d05da8 resource provider aggregate not found [pid: 8|app: 0|req: 434/857] 10.0.0.168 () {32 vars in 736 bytes} [Thu Aug 20 00:29:25 2026] GET /v2.0/ports?device_id=b3de64da-fad7-4d65-acb1-b7ce0aa1ee43 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:29:25.408 8 INFO neutron.services.segments.plugin [-] Segment e8870eb1-ce55-4246-b457-7a0732d05da8 resource provider aggregate not found 2026-08-20 00:29:25.418 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e8870eb1-ce55-4246-b457-7a0732d05da8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8870eb1-ce55-4246-b457-7a0732d05da8 found for delete ", "request_id": "req-53d5a69f-693d-4d6b-9a99-821cbe4b2f7b"}]} 2026-08-20 00:29:25.423 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e8870eb1-ce55-4246-b457-7a0732d05da8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8870eb1-ce55-4246-b457-7a0732d05da8 found for delete ", "request_id": "req-55f2f438-e2ae-4c0b-9d12-f67be50c92d2"}]} 2026-08-20 00:29:25.441 8 INFO neutron.api.v2.resource [None req-fce364b8-b2ad-4555-816e-52dc25e3f3fe 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 435/858] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:25 2026] DELETE /v2.0/routers/b3de64da-fad7-4d65-acb1-b7ce0aa1ee43 => generated 135 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:29:25.461 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a7462209-67b2-417f-b449-1ecbd9194719 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 436/859] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:25 2026] DELETE /v2.0/subnets/c6a93faa-a2dd-4534-a374-55187bf78731 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:29:25.476 8 INFO neutron.pecan_wsgi.hooks.translation [None req-13d4b4ab-8427-4136-a067-a51bd8052e60 1318242ef00e45a49ab7f40015bf5e14 2b071143163241918d0bd1af4ba879f7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 437/860] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:25 2026] DELETE /v2.0/subnets/6d70dc67-1ed0-420b-9387-8097f42ed863 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/861] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:29:24 2026] PUT /v2.0/routers/e649843c-3ba8-4278-bb6d-60e7cb8140cc/remove_router_interface => generated 309 bytes in 1002 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:29:25.778 8 INFO neutron_taas.services.taas.taas_plugin [None req-58c8873c-371a-445e-97e8-e39626f7379d e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: cca7bd4d-3093-4ef0-8ef4-8a2e6a39db50 2026-08-20 00:29:25.781 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58c8873c-371a-445e-97e8-e39626f7379d e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: cca7bd4d-3093-4ef0-8ef4-8a2e6a39db50 [pid: 7|app: 0|req: 425/862] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:29:25 2026] GET /v2.0/security-groups?tenant_id=2b071143163241918d0bd1af4ba879f7&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:29:26.105 8 INFO neutron_taas.services.taas.taas_plugin [None req-58c8873c-371a-445e-97e8-e39626f7379d e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: a27d3ab4-a995-4210-8251-02c4beb68855 2026-08-20 00:29:26.108 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58c8873c-371a-445e-97e8-e39626f7379d e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: a27d3ab4-a995-4210-8251-02c4beb68855 [pid: 7|app: 0|req: 426/863] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:29:26 2026] DELETE /v2.0/security-groups/90ceab71-9a99-4433-b503-f1baaf9359df => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:29:26.485 8 INFO neutron.db.l3_hamode_db [None req-58c8873c-371a-445e-97e8-e39626f7379d e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] HA network d5158957-e295-446b-b703-5d8da7651f86 was deleted as no HA routers are present in tenant 0137677f6853450cb0abf24aba71bea3. [pid: 8|app: 0|req: 438/864] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:25 2026] DELETE /v2.0/routers/e649843c-3ba8-4278-bb6d-60e7cb8140cc => generated 0 bytes in 917 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/865] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:26 2026] DELETE /v2.0/subnets/31f0081f-2336-4eea-bb2d-3bca6e262b47 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:29:26.778 8 INFO neutron_taas.services.taas.taas_plugin [None req-f1a3759f-c567-43de-b710-c91f324f5b29 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: 47a933e1-bbee-4763-8c1e-5581cdfb5a33 2026-08-20 00:29:26.781 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1a3759f-c567-43de-b710-c91f324f5b29 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: 47a933e1-bbee-4763-8c1e-5581cdfb5a33 [pid: 8|app: 0|req: 439/866] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:29:26 2026] DELETE /v2.0/networks/32f1d485-eb75-4343-b7cb-a7ef9e9daa4f => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/867] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:29:27 2026] GET /v2.0/security-groups?tenant_id=0137677f6853450cb0abf24aba71bea3&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/868] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:29:27 2026] DELETE /v2.0/security-groups/cac700c0-0515-4d69-a267-64feb9e81201 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:29:27.441 8 INFO neutron.services.segments.plugin [-] Segment 03849308-9117-4892-946a-9746f9800d24 resource provider aggregate not found 2026-08-20 00:29:27.445 8 INFO neutron.services.segments.plugin [-] Segment 03849308-9117-4892-946a-9746f9800d24 resource provider aggregate not found 2026-08-20 00:29:27.461 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 03849308-9117-4892-946a-9746f9800d24 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03849308-9117-4892-946a-9746f9800d24 found for delete ", "request_id": "req-3275e241-a2f1-472c-b64c-b38cd854e03d"}]} 2026-08-20 00:29:27.466 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 03849308-9117-4892-946a-9746f9800d24 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03849308-9117-4892-946a-9746f9800d24 found for delete ", "request_id": "req-1859c4f0-8120-461f-97cd-112c30310b26"}]} 2026-08-20 00:29:27.481 8 INFO neutron.services.segments.plugin [-] Segment c13cf391-c7fe-4c7d-9dbb-b55d25c6ab5f resource provider aggregate not found 2026-08-20 00:29:27.486 8 INFO neutron.services.segments.plugin [-] Segment c13cf391-c7fe-4c7d-9dbb-b55d25c6ab5f resource provider aggregate not found 2026-08-20 00:29:27.501 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c13cf391-c7fe-4c7d-9dbb-b55d25c6ab5f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c13cf391-c7fe-4c7d-9dbb-b55d25c6ab5f found for delete ", "request_id": "req-5ea2cad5-a6aa-445c-824c-ce1f07440605"}]} 2026-08-20 00:29:27.503 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c13cf391-c7fe-4c7d-9dbb-b55d25c6ab5f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c13cf391-c7fe-4c7d-9dbb-b55d25c6ab5f found for delete ", "request_id": "req-f1e66f64-9145-4bcf-bbdc-e51b2be47ce5"}]} 2026-08-20 00:29:28.235 7 INFO neutron.db.segments_db [None req-b1589192-9493-4d37-bf18-374a94c61f7e f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] Added segment 9feac926-561d-4d55-9c93-574ee7782f4d of type vxlan for network 45fad295-b49f-49ff-be86-fb6ef513475e [pid: 7|app: 0|req: 429/869] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:29:27 2026] POST /v2.0/networks => generated 629 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:29:28.381 8 INFO neutron.db.segments_db [None req-e14d5455-8fca-4ff5-b007-083ee2bdde4f f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] Added segment 7520bf26-3f97-4c32-b220-f4a79e5669f3 of type vxlan for network 377914f9-5dfe-4d11-bf87-508e8dc069f1 [pid: 8|app: 0|req: 441/870] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:29:28 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) [pid: 7|app: 0|req: 430/871] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:29:28 2026] POST /v2.0/subnets => generated 626 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/872] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:29:28 2026] POST /v2.0/subnets => generated 626 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:29:29.015 7 INFO neutron.db.segments_db [None req-36c63b76-d5d4-4c4a-8a63-62f1b2f956c8 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] Added segment 6ef0d853-2c42-4151-af2f-ed0bf21d2217 of type vxlan for network 8ddc7ccd-27e7-4c12-9c5f-d08add4ce073 2026-08-20 00:29:29.232 7 INFO neutron.db.l3_hamode_db [None req-36c63b76-d5d4-4c4a-8a63-62f1b2f956c8 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 00:29:29.334 7 INFO neutron.db.l3_hamode_db [None req-36c63b76-d5d4-4c4a-8a63-62f1b2f956c8 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 431/873] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:29:28 2026] POST /v2.0/routers => generated 507 bytes in 925 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/874] 10.0.0.168 () {34 vars in 783 bytes} [Thu Aug 20 00:29:29 2026] PUT /v2.0/routers/48d13606-54a4-42dc-80a7-7c49f24991e4/add_router_interface => generated 309 bytes in 1107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/875] 10.0.0.168 () {32 vars in 717 bytes} [Thu Aug 20 00:29:31 2026] GET /v2.0/ports/685f815d-5141-4387-8819-12909ea40396 => generated 955 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/876] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:29:30 2026] GET /v2.0/security-groups?tenant_id=d37bc13c7d1043cd80879820750b8f72&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/877] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:29:31 2026] DELETE /v2.0/security-groups/c417a70c-15f0-492b-b6b6-22e36a822cd7 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/878] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:29:31 2026] GET /v2.0/security-groups?tenant_id=9c058dee64c5414b8f0701b7a4ebb70a&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: 435/879] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:29:31 2026] DELETE /v2.0/security-groups/41d44227-556d-4027-9259-f463275edab5 => 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: 445/880] 10.0.0.168 () {34 vars in 783 bytes} [Thu Aug 20 00:29:31 2026] PUT /v2.0/routers/48d13606-54a4-42dc-80a7-7c49f24991e4/add_router_interface => generated 309 bytes in 1202 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/881] 10.0.0.168 () {32 vars in 717 bytes} [Thu Aug 20 00:29:32 2026] GET /v2.0/ports/38cf2623-398b-4165-ad7a-bf88e79d51e7 => generated 955 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:29:32.672 8 INFO neutron_taas.services.taas.taas_plugin [None req-b4dec4df-c01b-4f55-b5bf-71088022454b f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] TaaS: Handle Delete Port: 38cf2623-398b-4165-ad7a-bf88e79d51e7 2026-08-20 00:29:32.674 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4dec4df-c01b-4f55-b5bf-71088022454b f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] Tap Mirror: Handle Delete Port: 38cf2623-398b-4165-ad7a-bf88e79d51e7 [pid: 8|app: 0|req: 446/882] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:29:32 2026] PUT /v2.0/routers/48d13606-54a4-42dc-80a7-7c49f24991e4/remove_router_interface => generated 309 bytes in 727 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:29:33.452 7 INFO neutron_taas.services.taas.taas_plugin [None req-5ff87a00-e4a8-4eed-8bd5-95835bdd9fd5 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] TaaS: Handle Delete Port: 685f815d-5141-4387-8819-12909ea40396 2026-08-20 00:29:33.456 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ff87a00-e4a8-4eed-8bd5-95835bdd9fd5 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] Tap Mirror: Handle Delete Port: 685f815d-5141-4387-8819-12909ea40396 [pid: 7|app: 0|req: 437/883] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:29:33 2026] PUT /v2.0/routers/48d13606-54a4-42dc-80a7-7c49f24991e4/remove_router_interface => generated 309 bytes in 783 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/884] 10.0.0.168 () {32 vars in 736 bytes} [Thu Aug 20 00:29:33 2026] GET /v2.0/ports?device_id=48d13606-54a4-42dc-80a7-7c49f24991e4 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:29:34.062 7 INFO neutron_taas.services.taas.taas_plugin [None req-54d39dd2-2865-409e-a13d-52c96b23a170 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] TaaS: Handle Delete Port: eec77c54-37e5-4c18-947f-1594b8da4334 2026-08-20 00:29:34.065 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54d39dd2-2865-409e-a13d-52c96b23a170 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] Tap Mirror: Handle Delete Port: eec77c54-37e5-4c18-947f-1594b8da4334 2026-08-20 00:29:34.373 7 INFO neutron.services.segments.plugin [-] Segment 6ef0d853-2c42-4151-af2f-ed0bf21d2217 resource provider aggregate not found 2026-08-20 00:29:34.382 7 INFO neutron.services.segments.plugin [-] Segment 6ef0d853-2c42-4151-af2f-ed0bf21d2217 resource provider aggregate not found 2026-08-20 00:29:34.393 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6ef0d853-2c42-4151-af2f-ed0bf21d2217 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ef0d853-2c42-4151-af2f-ed0bf21d2217 found for delete ", "request_id": "req-63722049-6d89-4dd9-84d1-db0f78e58824"}]} 2026-08-20 00:29:34.399 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6ef0d853-2c42-4151-af2f-ed0bf21d2217 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ef0d853-2c42-4151-af2f-ed0bf21d2217 found for delete ", "request_id": "req-55e4de62-001d-457d-8409-884a3fe68284"}]} 2026-08-20 00:29:34.404 7 INFO neutron.db.l3_hamode_db [None req-54d39dd2-2865-409e-a13d-52c96b23a170 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] HA network 8ddc7ccd-27e7-4c12-9c5f-d08add4ce073 was deleted as no HA routers are present in tenant 4bdfbd658e0b4bfab8855f5a7da91af6. [pid: 7|app: 0|req: 438/885] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:33 2026] DELETE /v2.0/routers/48d13606-54a4-42dc-80a7-7c49f24991e4 => generated 0 bytes in 501 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/886] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:34 2026] DELETE /v2.0/subnets/91aca463-674a-452a-b5e9-2b694f3c2fec => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/887] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:34 2026] DELETE /v2.0/subnets/6abf8a83-d1b7-4d21-a579-77518eb51637 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:29:34.846 8 INFO neutron.services.segments.plugin [-] Segment 7520bf26-3f97-4c32-b220-f4a79e5669f3 resource provider aggregate not found 2026-08-20 00:29:34.851 8 INFO neutron.services.segments.plugin [-] Segment 7520bf26-3f97-4c32-b220-f4a79e5669f3 resource provider aggregate not found 2026-08-20 00:29:34.870 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7520bf26-3f97-4c32-b220-f4a79e5669f3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7520bf26-3f97-4c32-b220-f4a79e5669f3 found for delete ", "request_id": "req-e8097682-9d29-4bd3-bddf-737f6b90031a"}]} 2026-08-20 00:29:34.870 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7520bf26-3f97-4c32-b220-f4a79e5669f3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7520bf26-3f97-4c32-b220-f4a79e5669f3 found for delete ", "request_id": "req-e4ebfb97-668a-4e63-8787-94691a304923"}]} [pid: 8|app: 0|req: 449/888] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:29:34 2026] DELETE /v2.0/networks/377914f9-5dfe-4d11-bf87-508e8dc069f1 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:29:34.973 7 INFO neutron_taas.services.taas.taas_plugin [None req-85700258-1626-46ce-927b-410b8f9a9845 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] TaaS: Handle Delete Port: 8fab831c-db4c-438e-93a3-c860b7832ecd 2026-08-20 00:29:34.975 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85700258-1626-46ce-927b-410b8f9a9845 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] Tap Mirror: Handle Delete Port: 8fab831c-db4c-438e-93a3-c860b7832ecd [pid: 7|app: 0|req: 440/889] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:29:34 2026] DELETE /v2.0/networks/45fad295-b49f-49ff-be86-fb6ef513475e => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:29:35.215 8 INFO neutron.db.segments_db [None req-ae235a4a-649e-43c9-9b73-0e86752d0aad f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] Added segment 6329645c-abc3-4eb7-8f14-e817347f11ad of type vxlan for network 14535641-4cf2-41bb-8c9f-6f81f25ccd99 [pid: 8|app: 0|req: 450/890] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:29:35 2026] POST /v2.0/networks => generated 629 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/891] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:29:35 2026] POST /v2.0/subnets => generated 626 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:29:35.597 8 INFO neutron.db.segments_db [None req-5af6938e-44ad-48f4-9628-8e00959ea831 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] Added segment 9ca62c86-a225-4724-ac8d-7fa5ae0abbad of type vxlan for network e85212d0-bb25-4566-9c27-b6a06b752ca6 2026-08-20 00:29:35.802 8 INFO neutron.db.l3_hamode_db [None req-5af6938e-44ad-48f4-9628-8e00959ea831 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 00:29:35.906 8 INFO neutron.db.l3_hamode_db [None req-5af6938e-44ad-48f4-9628-8e00959ea831 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 00:29:36.408 7 INFO neutron.services.segments.plugin [-] Segment 9feac926-561d-4d55-9c93-574ee7782f4d resource provider aggregate not found 2026-08-20 00:29:36.411 7 INFO neutron.services.segments.plugin [-] Segment 9feac926-561d-4d55-9c93-574ee7782f4d resource provider aggregate not found 2026-08-20 00:29:36.421 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9feac926-561d-4d55-9c93-574ee7782f4d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9feac926-561d-4d55-9c93-574ee7782f4d found for delete ", "request_id": "req-899f7470-fab1-480b-bec4-076cfd8f89e8"}]} 2026-08-20 00:29:36.422 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9feac926-561d-4d55-9c93-574ee7782f4d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9feac926-561d-4d55-9c93-574ee7782f4d found for delete ", "request_id": "req-9fb6140a-e0c4-48b9-869a-62dc669f2e84"}]} [pid: 8|app: 0|req: 451/892] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:29:35 2026] POST /v2.0/routers => generated 506 bytes in 901 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/893] 10.0.0.168 () {34 vars in 665 bytes} [Thu Aug 20 00:29:36 2026] POST /v2.0/ports => generated 951 bytes in 362 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: 443/894] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:29:37 2026] GET /v2.0/security-groups?tenant_id=fa7dde53ee974f19a0ddc04615392d14&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/895] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:29:37 2026] DELETE /v2.0/security-groups/428fc6e2-237c-4030-b159-b493f8048bea => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/896] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:29:37 2026] GET /v2.0/security-groups?tenant_id=65c3f4b54b5c4b4a84004b51ae5ad8a2&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/897] 10.0.0.176 () {34 vars in 990 bytes} [Thu Aug 20 00:29:37 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => generated 1244 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/898] 10.0.0.168 () {34 vars in 783 bytes} [Thu Aug 20 00:29:36 2026] PUT /v2.0/routers/d90c152e-66b3-4e39-ad89-fa9edd1a1090/add_router_interface => generated 309 bytes in 1247 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: 453/899] 10.0.0.176 () {34 vars in 1040 bytes} [Thu Aug 20 00:29:38 2026] GET /v2.0/security-groups?id=65aedaf7-7344-45db-b29b-ec07374749f5&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: 447/900] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:29:38 2026] DELETE /v2.0/security-groups/08dd025f-aba8-4b37-aab6-51223ab91503 => 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: 454/901] 10.0.0.168 () {32 vars in 717 bytes} [Thu Aug 20 00:29:38 2026] GET /v2.0/ports/a3ab2ace-61d5-439a-a4dc-aac98e3f7f04 => generated 1025 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:29:38.492 7 INFO neutron_taas.services.taas.taas_plugin [None req-99d93a36-859d-43bb-962a-6022cc5bcaae f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] TaaS: Handle Delete Port: a3ab2ace-61d5-439a-a4dc-aac98e3f7f04 2026-08-20 00:29:38.495 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99d93a36-859d-43bb-962a-6022cc5bcaae f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] Tap Mirror: Handle Delete Port: a3ab2ace-61d5-439a-a4dc-aac98e3f7f04 [pid: 7|app: 0|req: 448/902] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:29:38 2026] PUT /v2.0/routers/d90c152e-66b3-4e39-ad89-fa9edd1a1090/remove_router_interface => generated 309 bytes in 730 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:29:39.005 8 INFO neutron.api.v2.resource [None req-405912ce-d59d-4733-a970-f02c31aff14f f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 455/903] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:29:38 2026] PUT /v2.0/routers/d90c152e-66b3-4e39-ad89-fa9edd1a1090/remove_router_interface => generated 197 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 449/904] 10.0.0.168 () {32 vars in 736 bytes} [Thu Aug 20 00:29:39 2026] GET /v2.0/ports?device_id=d90c152e-66b3-4e39-ad89-fa9edd1a1090 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:29:39.211 8 INFO neutron_taas.services.taas.taas_plugin [None req-9dae99c6-2ecf-434d-9d5d-baeeb77c13e4 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] TaaS: Handle Delete Port: 12421565-87c6-46ee-bf3d-7ab9080e0dac 2026-08-20 00:29:39.214 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dae99c6-2ecf-434d-9d5d-baeeb77c13e4 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] Tap Mirror: Handle Delete Port: 12421565-87c6-46ee-bf3d-7ab9080e0dac 2026-08-20 00:29:39.531 8 INFO neutron.services.segments.plugin [-] Segment 9ca62c86-a225-4724-ac8d-7fa5ae0abbad resource provider aggregate not found 2026-08-20 00:29:39.536 8 INFO neutron.services.segments.plugin [-] Segment 9ca62c86-a225-4724-ac8d-7fa5ae0abbad resource provider aggregate not found 2026-08-20 00:29:39.555 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9ca62c86-a225-4724-ac8d-7fa5ae0abbad resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ca62c86-a225-4724-ac8d-7fa5ae0abbad found for delete ", "request_id": "req-08d218e3-4c0a-4b39-8a9a-840f05fb7d45"}]} 2026-08-20 00:29:39.557 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9ca62c86-a225-4724-ac8d-7fa5ae0abbad resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ca62c86-a225-4724-ac8d-7fa5ae0abbad found for delete ", "request_id": "req-732006ae-71ef-4938-99e0-58b9e6bc9c8f"}]} 2026-08-20 00:29:39.573 8 INFO neutron.db.l3_hamode_db [None req-9dae99c6-2ecf-434d-9d5d-baeeb77c13e4 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] HA network e85212d0-bb25-4566-9c27-b6a06b752ca6 was deleted as no HA routers are present in tenant 4bdfbd658e0b4bfab8855f5a7da91af6. [pid: 8|app: 0|req: 456/907] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:39 2026] DELETE /v2.0/routers/d90c152e-66b3-4e39-ad89-fa9edd1a1090 => generated 0 bytes in 542 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/908] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:39 2026] DELETE /v2.0/subnets/27260820-ce93-47cb-a57d-4f822b57e4de => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/909] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:29:39 2026] DELETE /v2.0/networks/14535641-4cf2-41bb-8c9f-6f81f25ccd99 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:29:39.923 7 INFO neutron.db.segments_db [None req-1fbb066e-429f-4bc5-9430-c756dd49ea61 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] Added segment 70a8f5ed-c3f0-40f0-b537-ecca58e62e5a of type vxlan for network 0bb1c09d-5697-4905-9c5d-d0c4d424d506 [pid: 7|app: 0|req: 453/910] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:29:39 2026] POST /v2.0/networks => generated 630 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/911] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:29:40 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-08-20 00:29:40.299 7 INFO neutron.db.segments_db [None req-d637b57a-32e2-46e4-b8a6-25a50f6ebff2 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] Added segment 379f368d-e676-4abb-b9d0-dc27aff2a173 of type vxlan for network 464b4dd6-f3a5-47cb-b488-6020561d1fd8 2026-08-20 00:29:40.527 7 INFO neutron.db.l3_hamode_db [None req-d637b57a-32e2-46e4-b8a6-25a50f6ebff2 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 00:29:40.659 7 INFO neutron.db.l3_hamode_db [None req-d637b57a-32e2-46e4-b8a6-25a50f6ebff2 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 454/912] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:29:40 2026] POST /v2.0/routers => generated 506 bytes in 957 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:29:41.592 8 INFO neutron.services.segments.plugin [-] Segment 6329645c-abc3-4eb7-8f14-e817347f11ad resource provider aggregate not found 2026-08-20 00:29:41.598 8 INFO neutron.services.segments.plugin [-] Segment 6329645c-abc3-4eb7-8f14-e817347f11ad resource provider aggregate not found 2026-08-20 00:29:41.631 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6329645c-abc3-4eb7-8f14-e817347f11ad resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6329645c-abc3-4eb7-8f14-e817347f11ad found for delete ", "request_id": "req-ed03dc13-d1a8-4391-8901-ca54127043ae"}]} 2026-08-20 00:29:41.632 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6329645c-abc3-4eb7-8f14-e817347f11ad resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6329645c-abc3-4eb7-8f14-e817347f11ad found for delete ", "request_id": "req-e12fecab-6058-400f-9350-d1f8d6c91a2c"}]} [pid: 7|app: 0|req: 455/913] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:29:41 2026] GET /v2.0/security-groups?tenant_id=29ce679366a24dbd9dbb575478e9cf56&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/914] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:29:41 2026] DELETE /v2.0/security-groups/a46f9f7f-cb49-4715-bee4-450bc7a5a79b => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/915] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:29:42 2026] GET /v2.0/security-groups?tenant_id=1f99888c68a44bcab71824c654fc4e78&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/916] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:29:42 2026] DELETE /v2.0/security-groups/b3b4f841-132e-4fc0-a656-8f35a8951d17 => 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: 459/917] 10.0.0.168 () {34 vars in 783 bytes} [Thu Aug 20 00:29:41 2026] PUT /v2.0/routers/bf1271f7-b968-49f1-8e31-72ce40a4344a/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: 459/918] 10.0.0.168 () {32 vars in 717 bytes} [Thu Aug 20 00:29:42 2026] GET /v2.0/ports/8782ded9-b385-430c-95fb-9de4adcd8759 => generated 955 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:29:42.777 8 INFO neutron_taas.services.taas.taas_plugin [None req-7b3e1552-9651-49d5-9882-c59133dbf75b f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] TaaS: Handle Delete Port: 8782ded9-b385-430c-95fb-9de4adcd8759 2026-08-20 00:29:42.780 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b3e1552-9651-49d5-9882-c59133dbf75b f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] Tap Mirror: Handle Delete Port: 8782ded9-b385-430c-95fb-9de4adcd8759 [pid: 8|app: 0|req: 460/919] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:29:42 2026] PUT /v2.0/routers/bf1271f7-b968-49f1-8e31-72ce40a4344a/remove_router_interface => generated 309 bytes in 1070 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/920] 10.0.0.168 () {32 vars in 736 bytes} [Thu Aug 20 00:29:43 2026] GET /v2.0/ports?device_id=bf1271f7-b968-49f1-8e31-72ce40a4344a => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:29:43.703 8 INFO neutron_taas.services.taas.taas_plugin [None req-105b239c-6e88-46cd-8562-7e48b406520f f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] TaaS: Handle Delete Port: d19e4a78-af2a-40f1-832e-043b439f1a51 2026-08-20 00:29:43.706 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-105b239c-6e88-46cd-8562-7e48b406520f f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] Tap Mirror: Handle Delete Port: d19e4a78-af2a-40f1-832e-043b439f1a51 2026-08-20 00:29:44.052 8 INFO neutron.services.segments.plugin [-] Segment 379f368d-e676-4abb-b9d0-dc27aff2a173 resource provider aggregate not found 2026-08-20 00:29:44.055 8 INFO neutron.services.segments.plugin [-] Segment 379f368d-e676-4abb-b9d0-dc27aff2a173 resource provider aggregate not found 2026-08-20 00:29:44.070 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 379f368d-e676-4abb-b9d0-dc27aff2a173 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 379f368d-e676-4abb-b9d0-dc27aff2a173 found for delete ", "request_id": "req-11a3e4a4-02a7-4f08-a1ba-348d6c3551bf"}]} 2026-08-20 00:29:44.073 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 379f368d-e676-4abb-b9d0-dc27aff2a173 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 379f368d-e676-4abb-b9d0-dc27aff2a173 found for delete ", "request_id": "req-c14b6eef-a17c-40c8-b2bf-b55e9ebd25ca"}]} 2026-08-20 00:29:44.088 8 INFO neutron.db.l3_hamode_db [None req-105b239c-6e88-46cd-8562-7e48b406520f f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] HA network 464b4dd6-f3a5-47cb-b488-6020561d1fd8 was deleted as no HA routers are present in tenant 4bdfbd658e0b4bfab8855f5a7da91af6. [pid: 8|app: 0|req: 461/921] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:43 2026] DELETE /v2.0/routers/bf1271f7-b968-49f1-8e31-72ce40a4344a => generated 0 bytes in 561 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/922] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:44 2026] DELETE /v2.0/subnets/c546f840-0d1a-4c4b-a7a4-866acb1ad992 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:29:44.332 8 INFO neutron_taas.services.taas.taas_plugin [None req-768409b4-55fa-4c35-978a-892d9cf31ec5 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] TaaS: Handle Delete Port: f22bcad3-f866-4455-a5f0-c59ca5a3270c 2026-08-20 00:29:44.335 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-768409b4-55fa-4c35-978a-892d9cf31ec5 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] Tap Mirror: Handle Delete Port: f22bcad3-f866-4455-a5f0-c59ca5a3270c [pid: 8|app: 0|req: 462/923] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:29:44 2026] DELETE /v2.0/networks/0bb1c09d-5697-4905-9c5d-d0c4d424d506 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:29:44.577 7 INFO neutron.db.segments_db [None req-141cf96a-11a5-4f4c-b6d8-1148bfca24a1 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] Added segment 61efb0ec-36b7-445f-be95-afee92373361 of type vxlan for network 0dfe9332-0d0f-412a-865a-8b5da30410d1 2026-08-20 00:29:44.814 7 INFO neutron.db.l3_hamode_db [None req-141cf96a-11a5-4f4c-b6d8-1148bfca24a1 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 00:29:45.494 7 INFO neutron.db.l3_hamode_db [None req-141cf96a-11a5-4f4c-b6d8-1148bfca24a1 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 00:29:46.093 8 INFO neutron.services.segments.plugin [-] Segment 70a8f5ed-c3f0-40f0-b537-ecca58e62e5a resource provider aggregate not found 2026-08-20 00:29:46.101 8 INFO neutron.services.segments.plugin [-] Segment 70a8f5ed-c3f0-40f0-b537-ecca58e62e5a resource provider aggregate not found 2026-08-20 00:29:46.111 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 70a8f5ed-c3f0-40f0-b537-ecca58e62e5a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70a8f5ed-c3f0-40f0-b537-ecca58e62e5a found for delete ", "request_id": "req-5b9a5ed3-5b5e-43ba-8255-117a132df83a"}]} 2026-08-20 00:29:46.122 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 70a8f5ed-c3f0-40f0-b537-ecca58e62e5a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70a8f5ed-c3f0-40f0-b537-ecca58e62e5a found for delete ", "request_id": "req-69e35110-91d2-4e4a-84d5-c277bc22aa9a"}]} [pid: 7|app: 0|req: 462/924] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:29:44 2026] POST /v2.0/routers => generated 687 bytes in 2475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/925] 10.0.0.168 () {32 vars in 721 bytes} [Thu Aug 20 00:29:47 2026] GET /v2.0/routers/b3825d8b-fe03-4238-a651-2f97d63e9b5b => generated 693 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/926] 10.0.0.168 () {32 vars in 647 bytes} [Thu Aug 20 00:29:47 2026] GET /v2.0/routers => generated 696 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/927] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:29:47 2026] GET /v2.0/security-groups?tenant_id=b1b27d1b350e4812878a229ea98ad21f&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/928] 10.0.0.168 () {34 vars in 741 bytes} [Thu Aug 20 00:29:47 2026] PUT /v2.0/routers/b3825d8b-fe03-4238-a651-2f97d63e9b5b => generated 700 bytes in 467 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/929] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:29:47 2026] DELETE /v2.0/security-groups/29c8ba5e-7481-4bef-9092-90dd09e921a9 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/930] 10.0.0.168 () {32 vars in 721 bytes} [Thu Aug 20 00:29:47 2026] GET /v2.0/routers/b3825d8b-fe03-4238-a651-2f97d63e9b5b => generated 700 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/931] 10.0.0.168 () {32 vars in 736 bytes} [Thu Aug 20 00:29:47 2026] GET /v2.0/ports?device_id=b3825d8b-fe03-4238-a651-2f97d63e9b5b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:29:47.973 8 INFO neutron_taas.services.taas.taas_plugin [None req-6aac775b-501e-458d-9613-60b802f17fb1 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] TaaS: Handle Delete Port: 01bb6063-1fa0-40da-ae4e-ff2bb544b2d2 2026-08-20 00:29:47.982 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6aac775b-501e-458d-9613-60b802f17fb1 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] Tap Mirror: Handle Delete Port: 01bb6063-1fa0-40da-ae4e-ff2bb544b2d2 2026-08-20 00:29:48.251 8 INFO neutron_taas.services.taas.taas_plugin [None req-6aac775b-501e-458d-9613-60b802f17fb1 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] TaaS: Handle Delete Port: 83997395-6c5a-4619-b7c4-b21cc4ade4f7 2026-08-20 00:29:48.255 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6aac775b-501e-458d-9613-60b802f17fb1 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] Tap Mirror: Handle Delete Port: 83997395-6c5a-4619-b7c4-b21cc4ade4f7 2026-08-20 00:29:48.621 8 INFO neutron.services.segments.plugin [-] Segment 61efb0ec-36b7-445f-be95-afee92373361 resource provider aggregate not found 2026-08-20 00:29:48.623 8 INFO neutron.services.segments.plugin [-] Segment 61efb0ec-36b7-445f-be95-afee92373361 resource provider aggregate not found 2026-08-20 00:29:48.647 8 INFO neutron.db.l3_hamode_db [None req-6aac775b-501e-458d-9613-60b802f17fb1 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] HA network 0dfe9332-0d0f-412a-865a-8b5da30410d1 was deleted as no HA routers are present in tenant 4bdfbd658e0b4bfab8855f5a7da91af6. 2026-08-20 00:29:48.648 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 61efb0ec-36b7-445f-be95-afee92373361 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61efb0ec-36b7-445f-be95-afee92373361 found for delete ", "request_id": "req-c9dbec19-5013-4adf-95c7-972ec0e331db"}]} 2026-08-20 00:29:48.652 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 61efb0ec-36b7-445f-be95-afee92373361 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61efb0ec-36b7-445f-be95-afee92373361 found for delete ", "request_id": "req-93fe23f5-cdcd-484c-889d-f0d1b66e479a"}]} [pid: 8|app: 0|req: 466/932] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:47 2026] DELETE /v2.0/routers/b3825d8b-fe03-4238-a651-2f97d63e9b5b => generated 0 bytes in 916 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/933] 10.0.0.168 () {32 vars in 736 bytes} [Thu Aug 20 00:29:48 2026] GET /v2.0/ports?device_id=b3825d8b-fe03-4238-a651-2f97d63e9b5b => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:29:48.707 8 INFO neutron.api.v2.resource [None req-51531781-d573-4187-8db2-f56c54eef360 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 467/934] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:48 2026] DELETE /v2.0/routers/b3825d8b-fe03-4238-a651-2f97d63e9b5b => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/935] 10.0.0.168 () {32 vars in 736 bytes} [Thu Aug 20 00:29:48 2026] GET /v2.0/ports?device_id=bf1271f7-b968-49f1-8e31-72ce40a4344a => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:29:48.753 8 INFO neutron.api.v2.resource [None req-f99cea1f-db9c-41ec-8c56-a4cd33a67e06 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 468/936] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:48 2026] DELETE /v2.0/routers/bf1271f7-b968-49f1-8e31-72ce40a4344a => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:29:48.772 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5394e34e-7574-4012-b7ae-17137b1deaf9 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 469/937] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:48 2026] DELETE /v2.0/subnets/c546f840-0d1a-4c4b-a7a4-866acb1ad992 => 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: 469/938] 10.0.0.168 () {32 vars in 736 bytes} [Thu Aug 20 00:29:48 2026] GET /v2.0/ports?device_id=d90c152e-66b3-4e39-ad89-fa9edd1a1090 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:29:48.822 7 INFO neutron.api.v2.resource [None req-f8ea3abe-6c80-4826-bdda-be21454aa130 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 470/939] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:48 2026] DELETE /v2.0/routers/d90c152e-66b3-4e39-ad89-fa9edd1a1090 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:29:48.842 8 INFO neutron.pecan_wsgi.hooks.translation [None req-57462120-4325-4d94-bb8a-8ff1ea0e8dfd f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 470/940] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:48 2026] DELETE /v2.0/subnets/27260820-ce93-47cb-a57d-4f822b57e4de => 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: 471/941] 10.0.0.168 () {32 vars in 736 bytes} [Thu Aug 20 00:29:48 2026] GET /v2.0/ports?device_id=48d13606-54a4-42dc-80a7-7c49f24991e4 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:29:48.889 8 INFO neutron.api.v2.resource [None req-64243fdd-2930-4b55-ade4-e77e6f24e5b0 f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 471/942] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:48 2026] DELETE /v2.0/routers/48d13606-54a4-42dc-80a7-7c49f24991e4 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:29:48.909 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2c4f8057-b54c-4e9d-8c10-c87f65e574fa f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 472/943] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:48 2026] DELETE /v2.0/subnets/91aca463-674a-452a-b5e9-2b694f3c2fec => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:29:48.931 8 INFO neutron.pecan_wsgi.hooks.translation [None req-82fcdd4f-54a8-4f75-ae44-db9475ee9cce f62bc4e4c9424d2482c613d18bf2cba3 4bdfbd658e0b4bfab8855f5a7da91af6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 472/944] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:29:48 2026] DELETE /v2.0/subnets/6abf8a83-d1b7-4d21-a579-77518eb51637 => 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: 473/945] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:29:49 2026] GET /v2.0/security-groups?tenant_id=4bdfbd658e0b4bfab8855f5a7da91af6&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: 474/946] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:29:49 2026] DELETE /v2.0/security-groups/f37313cd-0ea2-4b26-9202-f066f2c8909d => 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: 473/947] 10.0.0.168 () {34 vars in 684 bytes} [Thu Aug 20 00:29:49 2026] POST /v2.0/security-groups => generated 1623 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/948] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:49 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/949] 10.0.0.168 () {32 vars in 663 bytes} [Thu Aug 20 00:29:49 2026] GET /v2.0/security-groups => generated 4528 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/950] 10.0.0.174 () {34 vars in 971 bytes} [Thu Aug 20 00:29:49 2026] GET /v2.0/ports/41e06997-3d6d-499d-8c66-adc644711914 => generated 972 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/951] 10.0.0.168 () {34 vars in 758 bytes} [Thu Aug 20 00:29:49 2026] PUT /v2.0/security-groups/1f20b531-deb1-4703-a10b-90f5f8b20718 => generated 1662 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/952] 10.0.0.168 () {32 vars in 737 bytes} [Thu Aug 20 00:29:49 2026] GET /v2.0/security-groups/1f20b531-deb1-4703-a10b-90f5f8b20718 => generated 1662 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/953] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:29:49 2026] DELETE /v2.0/security-groups/1f20b531-deb1-4703-a10b-90f5f8b20718 => 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: 477/954] 10.0.0.168 () {32 vars in 663 bytes} [Thu Aug 20 00:29:50 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:29:50.071 7 INFO neutron.api.v2.resource [None req-1c5bbf07-4a15-4328-9770-01c2eff9de81 f2aa73980fc147e5a5b2a850f699716a 951932911c9c4c62ae6659d73441479c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 478/955] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:29:50 2026] DELETE /v2.0/security-groups/1f20b531-deb1-4703-a10b-90f5f8b20718 => 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: 478/956] 10.0.0.168 () {34 vars in 684 bytes} [Thu Aug 20 00:29:50 2026] POST /v2.0/security-groups => generated 1624 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/957] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:29:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/958] 10.0.0.168 () {32 vars in 747 bytes} [Thu Aug 20 00:29:50 2026] GET /v2.0/security-group-rules/bb868d0e-03cb-4662-93a8-fca3825e92f3 => 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: 480/959] 10.0.0.168 () {32 vars in 673 bytes} [Thu Aug 20 00:29:50 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/960] 10.0.0.168 () {32 vars in 750 bytes} [Thu Aug 20 00:29:50 2026] DELETE /v2.0/security-group-rules/bb868d0e-03cb-4662-93a8-fca3825e92f3 => 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: 481/961] 199.204.45.35 () {34 vars in 999 bytes} [Thu Aug 20 00:29:50 2026] GET /v2.0/subnets?network_id=c2416eec-c943-4871-90e5-747e34456677 => generated 683 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/962] 10.0.0.168 () {32 vars in 673 bytes} [Thu Aug 20 00:29:50 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/963] 199.204.45.35 () {34 vars in 1145 bytes} [Thu Aug 20 00:29:50 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f&device_owner=compute%3Anova&network_id=c2416eec-c943-4871-90e5-747e34456677 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/964] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:29:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/965] 10.0.0.168 () {32 vars in 747 bytes} [Thu Aug 20 00:29:50 2026] GET /v2.0/security-group-rules/4afe9835-8006-4921-8114-9f9864cb0a43 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/966] 10.0.0.168 () {32 vars in 673 bytes} [Thu Aug 20 00:29:50 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: 485/967] 10.0.0.168 () {32 vars in 750 bytes} [Thu Aug 20 00:29:50 2026] DELETE /v2.0/security-group-rules/4afe9835-8006-4921-8114-9f9864cb0a43 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/968] 10.0.0.168 () {32 vars in 673 bytes} [Thu Aug 20 00:29:50 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/969] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:29:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/970] 199.204.45.35 () {38 vars in 1027 bytes} [Thu Aug 20 00:29:50 2026] PUT /v2.0/ports/41e06997-3d6d-499d-8c66-adc644711914 => generated 1149 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/971] 10.0.0.168 () {32 vars in 747 bytes} [Thu Aug 20 00:29:51 2026] GET /v2.0/security-group-rules/370f6977-4bc8-4774-b308-0b7f9c0ba2f1 => generated 602 bytes in 28 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-08-20 00:29:51.071 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-925a2204-40b5-4031-b88a-e42808edaa3b'] response: {'name': 'network-changed', 'server_uuid': '9cfd72c2-5765-48b0-a187-b591b5d1579f', 'tag': '41e06997-3d6d-499d-8c66-adc644711914', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 484/972] 10.0.0.168 () {32 vars in 673 bytes} [Thu Aug 20 00:29:51 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/973] 10.0.0.168 () {32 vars in 750 bytes} [Thu Aug 20 00:29:51 2026] DELETE /v2.0/security-group-rules/370f6977-4bc8-4774-b308-0b7f9c0ba2f1 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/974] 10.0.0.168 () {32 vars in 673 bytes} [Thu Aug 20 00:29:51 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/975] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:29:51 2026] DELETE /v2.0/security-groups/73bc4d4a-bc40-438d-9ef9-84f9144aeca0 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/976] 10.0.0.168 () {32 vars in 663 bytes} [Thu Aug 20 00:29:51 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: 8|app: 0|req: 492/977] 10.0.0.168 () {32 vars in 663 bytes} [Thu Aug 20 00:29:51 2026] GET /v2.0/security-groups => 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: 486/978] 10.0.0.168 () {34 vars in 676 bytes} [Thu Aug 20 00:29:51 2026] POST /v2.0/subnetpools => generated 548 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/979] 10.0.0.168 () {32 vars in 729 bytes} [Thu Aug 20 00:29:51 2026] GET /v2.0/subnetpools/a311952b-0bf1-45f2-9cdf-adb0ab1d3ce5 => generated 548 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/980] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:29:51 2026] GET /v2.0/ports?tenant_id=acc3bbddc383402bb7bd9e03fc48a743&device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => generated 1421 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/981] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:29:51 2026] GET /v2.0/networks?id=c2416eec-c943-4871-90e5-747e34456677 => generated 779 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/982] 10.0.0.168 () {34 vars in 749 bytes} [Thu Aug 20 00:29:51 2026] PUT /v2.0/subnetpools/a311952b-0bf1-45f2-9cdf-adb0ab1d3ce5 => generated 500 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/983] 199.204.45.35 () {34 vars in 1059 bytes} [Thu Aug 20 00:29:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=41e06997-3d6d-499d-8c66-adc644711914 => 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: 495/984] 10.0.0.168 () {32 vars in 732 bytes} [Thu Aug 20 00:29:51 2026] DELETE /v2.0/subnetpools/a311952b-0bf1-45f2-9cdf-adb0ab1d3ce5 => 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: 490/985] 199.204.45.35 () {34 vars in 1057 bytes} [Thu Aug 20 00:29:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=41e06997-3d6d-499d-8c66-adc644711914 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:29:51.722 8 INFO neutron.api.v2.resource [None req-50a61325-89a6-4518-ba61-a4312fa66f6f fa411dfadc744629ace3dcda2b492e9c 9cb4950a33214a1cbf25455b1f0dd8c3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 496/986] 10.0.0.168 () {32 vars in 729 bytes} [Thu Aug 20 00:29:51 2026] GET /v2.0/subnetpools/a311952b-0bf1-45f2-9cdf-adb0ab1d3ce5 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:29:51.746 7 INFO neutron.api.v2.resource [None req-cd0f2b03-3a51-4f97-a30a-45aaf038f586 fa411dfadc744629ace3dcda2b492e9c 9cb4950a33214a1cbf25455b1f0dd8c3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 491/987] 10.0.0.168 () {32 vars in 732 bytes} [Thu Aug 20 00:29:51 2026] DELETE /v2.0/subnetpools/a311952b-0bf1-45f2-9cdf-adb0ab1d3ce5 => generated 145 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/988] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:29:51 2026] GET /v2.0/subnets?id=5ab14604-4c25-4e97-9b0e-c3dab2670a74 => generated 701 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/989] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:29:51 2026] GET /v2.0/ports?network_id=c2416eec-c943-4871-90e5-747e34456677&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/990] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:29:51 2026] GET /v2.0/networks/c2416eec-c943-4871-90e5-747e34456677?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/991] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:29:51 2026] GET /v2.0/networks/c2416eec-c943-4871-90e5-747e34456677?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: 499/992] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:29:51 2026] GET /v2.0/security-groups?tenant_id=951932911c9c4c62ae6659d73441479c&name=default => generated 2925 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/993] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:52 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => generated 1152 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/994] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:29:52 2026] DELETE /v2.0/security-groups/b092f0c3-a112-4e76-a234-15497f9a5f90 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/995] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:29:52 2026] GET /v2.0/security-groups?id=65aedaf7-7344-45db-b29b-ec07374749f5&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: 495/996] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:29:52 2026] GET /v2.0/security-groups?tenant_id=9cb4950a33214a1cbf25455b1f0dd8c3&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/997] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:29:52 2026] DELETE /v2.0/security-groups/6831077a-c3a0-4102-9263-b28c5a2d0e3f => 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: 496/998] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:29:52 2026] GET /v2.0/ports?tenant_id=acc3bbddc383402bb7bd9e03fc48a743&device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => generated 1421 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/999] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:29:52 2026] GET /v2.0/networks?id=c2416eec-c943-4871-90e5-747e34456677 => generated 779 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1000] 199.204.45.35 () {34 vars in 1059 bytes} [Thu Aug 20 00:29:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=41e06997-3d6d-499d-8c66-adc644711914 => 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: 504/1001] 199.204.45.35 () {34 vars in 1057 bytes} [Thu Aug 20 00:29:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=41e06997-3d6d-499d-8c66-adc644711914 => 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: 498/1002] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:29:53 2026] GET /v2.0/subnets?id=5ab14604-4c25-4e97-9b0e-c3dab2670a74 => generated 701 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1003] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:29:53 2026] GET /v2.0/ports?network_id=c2416eec-c943-4871-90e5-747e34456677&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1004] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:29:53 2026] GET /v2.0/networks/c2416eec-c943-4871-90e5-747e34456677?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: 506/1005] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:29:53 2026] GET /v2.0/networks/c2416eec-c943-4871-90e5-747e34456677?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1006] 199.204.45.35 () {34 vars in 1117 bytes} [Thu Aug 20 00:29:53 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.8 => generated 1152 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1007] 10.0.0.168 () {32 vars in 623 bytes} [Thu Aug 20 00:29:53 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: 502/1008] 10.0.0.168 () {32 vars in 633 bytes} [Thu Aug 20 00:29:53 2026] GET /v2.0/ => generated 632 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1011] 199.204.45.35 () {38 vars in 1027 bytes} [Thu Aug 20 00:29:53 2026] PUT /v2.0/ports/41e06997-3d6d-499d-8c66-adc644711914 => generated 972 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:29:54.300 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-63ec852e-5b12-4fcb-9b7e-7fa8714ca5af'] response: {'name': 'network-changed', 'server_uuid': '9cfd72c2-5765-48b0-a187-b591b5d1579f', 'tag': '41e06997-3d6d-499d-8c66-adc644711914', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 508/1012] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:29:54 2026] GET /v2.0/ports?tenant_id=acc3bbddc383402bb7bd9e03fc48a743&device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => 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: 505/1013] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:29:54 2026] GET /v2.0/security-groups?tenant_id=39557c8526bc4450ac6b73cadd6042ad&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1014] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:29:54 2026] GET /v2.0/networks?id=c2416eec-c943-4871-90e5-747e34456677 => generated 779 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1015] 199.204.45.35 () {34 vars in 1059 bytes} [Thu Aug 20 00:29:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=41e06997-3d6d-499d-8c66-adc644711914 => generated 861 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1016] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:29:54 2026] DELETE /v2.0/security-groups/9416a9a3-3e48-4ed8-be26-bdf20bf3a406 => 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: 511/1017] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:29:54 2026] GET /v2.0/subnets?id=5ab14604-4c25-4e97-9b0e-c3dab2670a74 => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1018] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:29:54 2026] GET /v2.0/ports?network_id=c2416eec-c943-4871-90e5-747e34456677&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: 512/1019] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:29:54 2026] GET /v2.0/networks/c2416eec-c943-4871-90e5-747e34456677?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: 508/1020] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:29:55 2026] GET /v2.0/networks/c2416eec-c943-4871-90e5-747e34456677?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1021] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:55 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1022] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:29:55 2026] GET /v2.0/security-groups?id=65aedaf7-7344-45db-b29b-ec07374749f5&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: 514/1023] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:29:56 2026] GET /v2.0/ports?tenant_id=acc3bbddc383402bb7bd9e03fc48a743&device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => 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: 510/1024] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:29:56 2026] GET /v2.0/networks?id=c2416eec-c943-4871-90e5-747e34456677 => generated 779 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1025] 199.204.45.35 () {34 vars in 1059 bytes} [Thu Aug 20 00:29:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=41e06997-3d6d-499d-8c66-adc644711914 => generated 861 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1026] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:29:56 2026] GET /v2.0/subnets?id=5ab14604-4c25-4e97-9b0e-c3dab2670a74 => generated 701 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1027] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:29:56 2026] GET /v2.0/ports?network_id=c2416eec-c943-4871-90e5-747e34456677&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1028] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:29:56 2026] GET /v2.0/networks/c2416eec-c943-4871-90e5-747e34456677?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: 517/1029] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:29:56 2026] GET /v2.0/networks/c2416eec-c943-4871-90e5-747e34456677?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: 513/1030] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:56 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1031] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:29:56 2026] GET /v2.0/security-groups?id=65aedaf7-7344-45db-b29b-ec07374749f5&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: 514/1032] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:29:57 2026] GET /v2.0/security-groups?tenant_id=5010f5cd01b84098815d52070fe7093b&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1033] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:29:57 2026] DELETE /v2.0/security-groups/b1ec00af-761b-48be-ab15-57cf440bd28a => 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: 520/1034] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:57 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1035] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:29:57 2026] GET /v2.0/security-groups?tenant_id=2ac7ac76fde642f3b690dbaa369bdac1&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: 516/1036] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:29:58 2026] GET /v2.0/security-groups?id=65aedaf7-7344-45db-b29b-ec07374749f5&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1037] 199.204.45.35 () {34 vars in 993 bytes} [Thu Aug 20 00:29:58 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1038] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:29:58 2026] DELETE /v2.0/security-groups/1df3904b-cdb2-4122-b377-b318f56afa7e => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:29:58.216 8 INFO neutron_taas.services.taas.taas_plugin [req-7534fde0-4e61-47e2-a99e-66f20cba934f req-486754bd-dd43-420e-85f8-3e5a73b3599f 63e7c6f082574e66b618cc346f238c37 acc3bbddc383402bb7bd9e03fc48a743 - - default default] TaaS: Handle Delete Port: 41e06997-3d6d-499d-8c66-adc644711914 2026-08-20 00:29:58.221 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7534fde0-4e61-47e2-a99e-66f20cba934f req-486754bd-dd43-420e-85f8-3e5a73b3599f 63e7c6f082574e66b618cc346f238c37 acc3bbddc383402bb7bd9e03fc48a743 - - default default] Tap Mirror: Handle Delete Port: 41e06997-3d6d-499d-8c66-adc644711914 2026-08-20 00:29:58.369 8 INFO neutron.db.l3_db [req-7534fde0-4e61-47e2-a99e-66f20cba934f req-486754bd-dd43-420e-85f8-3e5a73b3599f 63e7c6f082574e66b618cc346f238c37 acc3bbddc383402bb7bd9e03fc48a743 - - default default] Floating IP 8e7f0098-197e-4405-a3ae-bc967f32de14 disassociated. External IP: 10.96.250.202, port: 41e06997-3d6d-499d-8c66-adc644711914. [pid: 8|app: 0|req: 522/1039] 199.204.45.35 () {36 vars in 996 bytes} [Thu Aug 20 00:29:58 2026] DELETE /v2.0/ports/41e06997-3d6d-499d-8c66-adc644711914 => generated 0 bytes in 657 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:29:58.793 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-62ffe71b-a995-4cf1-86a0-988b4de68e87'] response: {'server_uuid': '9cfd72c2-5765-48b0-a187-b591b5d1579f', 'name': 'network-vif-deleted', 'tag': '41e06997-3d6d-499d-8c66-adc644711914', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 518/1040] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:29:59 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => 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: 523/1041] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:00 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => 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: 519/1042] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:00 2026] GET /v2.0/security-groups?tenant_id=5fa8f069a44a49e0a05493a3fd88ca2f&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1043] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:00 2026] DELETE /v2.0/security-groups/f433a4cc-fdaf-4907-84d8-28ccde7b62fe => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1044] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:01 2026] GET /v2.0/ports?device_id=9cfd72c2-5765-48b0-a187-b591b5d1579f => 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: 525/1045] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:02 2026] DELETE /v2.0/security-groups/65aedaf7-7344-45db-b29b-ec07374749f5 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:30:02.548 7 INFO neutron.api.v2.resource [None req-9ad4e588-32e6-4108-b15f-aa2405e5c03e 63e7c6f082574e66b618cc346f238c37 acc3bbddc383402bb7bd9e03fc48a743 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 521/1046] 10.0.0.168 () {32 vars in 737 bytes} [Thu Aug 20 00:30:02 2026] GET /v2.0/security-groups/65aedaf7-7344-45db-b29b-ec07374749f5 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:30:02.684 8 INFO neutron_taas.services.taas.taas_plugin [None req-bae520d7-34c0-45ba-b4e8-eaac050312af 63e7c6f082574e66b618cc346f238c37 acc3bbddc383402bb7bd9e03fc48a743 - - default default] TaaS: Handle Delete Port: 8a5c1d5f-9918-4d85-a272-d4af83cd434e 2026-08-20 00:30:02.687 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bae520d7-34c0-45ba-b4e8-eaac050312af 63e7c6f082574e66b618cc346f238c37 acc3bbddc383402bb7bd9e03fc48a743 - - default default] Tap Mirror: Handle Delete Port: 8a5c1d5f-9918-4d85-a272-d4af83cd434e [pid: 8|app: 0|req: 526/1047] 10.0.0.168 () {32 vars in 732 bytes} [Thu Aug 20 00:30:02 2026] DELETE /v2.0/floatingips/8e7f0098-197e-4405-a3ae-bc967f32de14 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:30:03.335 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a6624e1-dd21-4e80-9b30-896342020edd e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: 5a10e54d-abcb-4f10-9254-7c37e330df55 2026-08-20 00:30:03.338 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a6624e1-dd21-4e80-9b30-896342020edd e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: 5a10e54d-abcb-4f10-9254-7c37e330df55 [pid: 7|app: 0|req: 522/1048] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:30:02 2026] PUT /v2.0/routers/c619a924-e664-4c7f-ad02-6ddb4cfe85e2/remove_router_interface => generated 309 bytes in 986 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:30:04.136 8 INFO neutron_taas.services.taas.taas_plugin [None req-187fa4bf-bd6e-4df4-919c-fc58f8ceae89 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: a4be43ce-637f-4230-a8a6-9efd77eebe6e 2026-08-20 00:30:04.139 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-187fa4bf-bd6e-4df4-919c-fc58f8ceae89 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: a4be43ce-637f-4230-a8a6-9efd77eebe6e 2026-08-20 00:30:04.413 8 INFO neutron_taas.services.taas.taas_plugin [None req-187fa4bf-bd6e-4df4-919c-fc58f8ceae89 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: 60657cb4-af51-4c61-a6ce-802189062911 2026-08-20 00:30:04.415 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-187fa4bf-bd6e-4df4-919c-fc58f8ceae89 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: 60657cb4-af51-4c61-a6ce-802189062911 [pid: 7|app: 0|req: 523/1049] 10.0.0.35 () {30 vars in 649 bytes} [Thu Aug 20 00:30:04 2026] GET /v2.0/extensions => generated 21537 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1050] 10.0.0.35 () {30 vars in 723 bytes} [Thu Aug 20 00:30:04 2026] GET /v2.0/quotas/ff9314742c0e47b7873fbac974e2da15/details => generated 847 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:30:04.821 8 INFO neutron.services.segments.plugin [-] Segment 816a5e2e-c90a-4860-8799-4d67690b9163 resource provider aggregate not found 2026-08-20 00:30:04.828 8 INFO neutron.services.segments.plugin [-] Segment 816a5e2e-c90a-4860-8799-4d67690b9163 resource provider aggregate not found 2026-08-20 00:30:04.836 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 816a5e2e-c90a-4860-8799-4d67690b9163 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 816a5e2e-c90a-4860-8799-4d67690b9163 found for delete ", "request_id": "req-5477abab-e2f0-4262-a85f-47537f021898"}]} 2026-08-20 00:30:04.851 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 816a5e2e-c90a-4860-8799-4d67690b9163 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 816a5e2e-c90a-4860-8799-4d67690b9163 found for delete ", "request_id": "req-61a81459-5693-42b4-8607-0b33afb6f917"}]} 2026-08-20 00:30:04.861 8 INFO neutron.db.l3_hamode_db [None req-187fa4bf-bd6e-4df4-919c-fc58f8ceae89 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] HA network 692237f3-f4e0-416c-96f8-1f94820b069c was deleted as no HA routers are present in tenant acc3bbddc383402bb7bd9e03fc48a743. [pid: 8|app: 0|req: 527/1051] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:30:03 2026] DELETE /v2.0/routers/c619a924-e664-4c7f-ad02-6ddb4cfe85e2 => generated 0 bytes in 951 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1052] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:30:04 2026] DELETE /v2.0/subnets/5ab14604-4c25-4e97-9b0e-c3dab2670a74 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:30:05.132 8 INFO neutron_taas.services.taas.taas_plugin [None req-f461cc7b-d4a2-40f6-ae10-f4a1332af41e e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: 6ce2c738-680c-4663-8bc1-bc4ca3e73688 2026-08-20 00:30:05.136 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f461cc7b-d4a2-40f6-ae10-f4a1332af41e e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: 6ce2c738-680c-4663-8bc1-bc4ca3e73688 [pid: 8|app: 0|req: 528/1053] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:30:05 2026] DELETE /v2.0/networks/c2416eec-c943-4871-90e5-747e34456677 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1054] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:05 2026] GET /v2.0/security-groups?tenant_id=acc3bbddc383402bb7bd9e03fc48a743&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1055] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:05 2026] DELETE /v2.0/security-groups/0a7721ad-e3e8-4ec3-b3d6-8d2e621e688c => 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: 527/1056] 10.0.0.35 () {30 vars in 649 bytes} [Thu Aug 20 00:30:06 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-08-20 00:30:06.860 8 INFO neutron.services.segments.plugin [-] Segment 43dab53f-cbec-4426-bf34-7c9070d55f7e resource provider aggregate not found 2026-08-20 00:30:06.875 8 INFO neutron.services.segments.plugin [-] Segment 43dab53f-cbec-4426-bf34-7c9070d55f7e resource provider aggregate not found 2026-08-20 00:30:06.883 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 43dab53f-cbec-4426-bf34-7c9070d55f7e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43dab53f-cbec-4426-bf34-7c9070d55f7e found for delete ", "request_id": "req-142532f7-fe03-43d3-8d9c-ea57479951c8"}]} 2026-08-20 00:30:06.899 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 43dab53f-cbec-4426-bf34-7c9070d55f7e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43dab53f-cbec-4426-bf34-7c9070d55f7e found for delete ", "request_id": "req-2ded505e-16b4-4a62-a0d5-43fbc6fca3f7"}]} [pid: 8|app: 0|req: 530/1057] 10.0.0.35 () {30 vars in 723 bytes} [Thu Aug 20 00:30:06 2026] GET /v2.0/quotas/ff9314742c0e47b7873fbac974e2da15/details => generated 847 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:30:07.989 7 INFO neutron.db.segments_db [None req-26a613dc-df24-4ef7-9348-36035cf47944 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment d47ab30c-def0-4b77-a985-b3a67b5f7a3e of type vxlan for network 62bb9a52-ea48-4700-88d0-d3c293b70936 [pid: 7|app: 0|req: 528/1058] 10.0.0.168 () {34 vars in 671 bytes} [Thu Aug 20 00:30:07 2026] POST /v2.0/networks => generated 738 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1059] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:30:08 2026] POST /v2.0/subnets => generated 685 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:30:08.326 7 INFO neutron.db.segments_db [None req-c9101b1d-f1e0-472a-81ba-9ffd79c79562 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment 786d6de1-51ec-4207-8d01-18084a2b0941 of type vxlan for network a6b9405c-9176-4dc2-a60f-e2c5a02b5c3b 2026-08-20 00:30:08.600 7 INFO neutron.db.l3_hamode_db [None req-c9101b1d-f1e0-472a-81ba-9ffd79c79562 e9acc8a2cd3a4759a584470e72c71732 6acf73b3acbe44459bb1cc4140e7a9ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 532/1060] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:08 2026] GET /v2.0/security-groups?tenant_id=f0ae6500a0be4ee7adcbeebc007e50c0&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1061] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:08 2026] DELETE /v2.0/security-groups/432390fe-10bd-45c9-b9c3-cb37e14c273c => 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: 534/1062] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:09 2026] GET /v2.0/security-groups?tenant_id=ff9314742c0e47b7873fbac974e2da15&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:30:09.415 7 INFO neutron.db.l3_hamode_db [None req-c9101b1d-f1e0-472a-81ba-9ffd79c79562 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 537/1065] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:09 2026] DELETE /v2.0/security-groups/6fd7ea33-02d8-417c-a0e7-700f8c2ca63f => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1066] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:30:08 2026] POST /v2.0/routers => generated 725 bytes in 2089 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1067] 10.0.0.168 () {34 vars in 783 bytes} [Thu Aug 20 00:30:10 2026] PUT /v2.0/routers/497c35f2-7f98-4e5d-a75f-585e4c6b56ea/add_router_interface => generated 309 bytes in 1106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1068] 10.0.0.168 () {34 vars in 685 bytes} [Thu Aug 20 00:30:12 2026] POST /v2.0/security-groups => generated 1659 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1069] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:30:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1070] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:30:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1071] 10.0.0.168 () {34 vars in 676 bytes} [Thu Aug 20 00:30:12 2026] POST /v2.0/floatingips => generated 552 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:30:13.201 7 INFO neutron.db.segments_db [None req-658d3baa-eb27-4c3c-91c6-a66878ce0836 4966dcd04757402889410a970ec7df62 91070640f3c64ff2a585ced6c87323cc - - default default] Added segment 5ed266d4-0751-4a98-9061-21ecedc2f436 of type vxlan for network 4930799b-e380-4b92-9bd0-ac5c6250175c [pid: 7|app: 0|req: 532/1072] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:30:12 2026] POST /v2.0/networks => generated 632 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:30:13.355 8 INFO neutron.db.segments_db [None req-5cf48af8-c33f-4992-9763-780fac8551d4 4966dcd04757402889410a970ec7df62 91070640f3c64ff2a585ced6c87323cc - - default default] Added segment c8c9deb2-943b-4275-8689-87937bb6bdf3 of type vxlan for network c80cb5ac-3a3a-4885-93ed-080c28a8f69d [pid: 8|app: 0|req: 541/1073] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:30:13 2026] POST /v2.0/networks => generated 632 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1074] 10.0.0.174 () {34 vars in 1098 bytes} [Thu Aug 20 00:30:13 2026] GET /v2.0/security-groups?name=tempest-securitygroup--867000696&fields=id&tenant_id=6acf73b3acbe44459bb1cc4140e7a9ac => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:30:13.551 7 INFO neutron.db.segments_db [None req-80081dcf-4e46-416f-9b94-327ce1cb2621 4966dcd04757402889410a970ec7df62 91070640f3c64ff2a585ced6c87323cc - - default default] Added segment 5f9d6070-0708-4db7-a55c-53f7d624c3be of type vxlan for network e238643c-ea7b-4c8f-a27c-5c3ed4e18a49 [pid: 7|app: 0|req: 533/1075] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:30:13 2026] POST /v2.0/networks => generated 631 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1076] 10.0.0.174 () {34 vars in 982 bytes} [Thu Aug 20 00:30:13 2026] GET /v2.0/networks?id=62bb9a52-ea48-4700-88d0-d3c293b70936 => generated 670 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:30:13.727 7 INFO neutron.db.segments_db [None req-7d04f1bb-4831-4db9-a043-f82fd3bbe566 4966dcd04757402889410a970ec7df62 91070640f3c64ff2a585ced6c87323cc - - default default] Added segment c67d640d-4660-42bb-afe3-28eaf60ef859 of type vxlan for network b07cb6aa-c781-40ef-af82-a77cb2a35704 [pid: 7|app: 0|req: 535/1077] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:30:13 2026] POST /v2.0/networks => generated 632 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1078] 10.0.0.174 () {34 vars in 965 bytes} [Thu Aug 20 00:30:13 2026] GET /v2.0/quotas/6acf73b3acbe44459bb1cc4140e7a9ac => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:30:13.876 7 INFO neutron.db.segments_db [None req-25df1523-5367-4172-8824-4f784fed1c7a 4966dcd04757402889410a970ec7df62 91070640f3c64ff2a585ced6c87323cc - - default default] Added segment c387388c-d812-468a-a1a0-1057946f2f9e of type vxlan for network 1ddddae9-381e-4913-a7b6-f684e8cd372c [pid: 7|app: 0|req: 537/1079] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:30:13 2026] POST /v2.0/networks => generated 632 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1080] 10.0.0.174 () {34 vars in 1002 bytes} [Thu Aug 20 00:30:13 2026] GET /v2.0/ports?tenant_id=6acf73b3acbe44459bb1cc4140e7a9ac&fields=id => generated 103 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1081] 10.0.0.168 () {34 vars in 676 bytes} [Thu Aug 20 00:30:13 2026] POST /v2.0/floatingips => generated 552 bytes in 529 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1082] 10.0.0.168 () {34 vars in 753 bytes} [Thu Aug 20 00:30:14 2026] PUT /v2.0/networks/4930799b-e380-4b92-9bd0-ac5c6250175c/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1083] 10.0.0.174 () {34 vars in 1008 bytes} [Thu Aug 20 00:30:14 2026] GET /v2.0/networks/62bb9a52-ea48-4700-88d0-d3c293b70936?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1084] 10.0.0.168 () {34 vars in 753 bytes} [Thu Aug 20 00:30:14 2026] PUT /v2.0/networks/c80cb5ac-3a3a-4885-93ed-080c28a8f69d/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1085] 10.0.0.174 () {34 vars in 1108 bytes} [Thu Aug 20 00:30:14 2026] GET /v2.0/networks/62bb9a52-ea48-4700-88d0-d3c293b70936?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1086] 10.0.0.168 () {34 vars in 753 bytes} [Thu Aug 20 00:30:14 2026] PUT /v2.0/networks/e238643c-ea7b-4c8f-a27c-5c3ed4e18a49/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1087] 10.0.0.168 () {34 vars in 753 bytes} [Thu Aug 20 00:30:14 2026] PUT /v2.0/networks/b07cb6aa-c781-40ef-af82-a77cb2a35704/tags => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1088] 10.0.0.168 () {32 vars in 666 bytes} [Thu Aug 20 00:30:14 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1089] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:14 2026] GET /v2.0/ports?device_id=aa4f5b48-8b1f-432a-9f92-49f5d29404a1 => 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: 551/1090] 10.0.0.168 () {32 vars in 680 bytes} [Thu Aug 20 00:30:14 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1091] 10.0.0.168 () {32 vars in 676 bytes} [Thu Aug 20 00:30:14 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1092] 10.0.0.168 () {34 vars in 676 bytes} [Thu Aug 20 00:30:14 2026] POST /v2.0/floatingips => generated 552 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1093] 10.0.0.168 () {32 vars in 688 bytes} [Thu Aug 20 00:30:14 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1094] 10.0.0.168 () {32 vars in 674 bytes} [Thu Aug 20 00:30:14 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1095] 10.0.0.168 () {32 vars in 688 bytes} [Thu Aug 20 00:30:14 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1096] 10.0.0.168 () {32 vars in 684 bytes} [Thu Aug 20 00:30:14 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1097] 10.0.0.168 () {32 vars in 696 bytes} [Thu Aug 20 00:30:14 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1098] 10.0.0.168 () {34 vars in 676 bytes} [Thu Aug 20 00:30:14 2026] POST /v2.0/floatingips => generated 552 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:30:15.023 8 INFO neutron.services.segments.plugin [-] Segment 5ed266d4-0751-4a98-9061-21ecedc2f436 resource provider aggregate not found 2026-08-20 00:30:15.029 8 INFO neutron.services.segments.plugin [-] Segment 5ed266d4-0751-4a98-9061-21ecedc2f436 resource provider aggregate not found 2026-08-20 00:30:15.045 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5ed266d4-0751-4a98-9061-21ecedc2f436 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ed266d4-0751-4a98-9061-21ecedc2f436 found for delete ", "request_id": "req-1a76642d-fe5f-4c16-aac3-7179910360f1"}]} 2026-08-20 00:30:15.053 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5ed266d4-0751-4a98-9061-21ecedc2f436 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ed266d4-0751-4a98-9061-21ecedc2f436 found for delete ", "request_id": "req-dab34290-0f70-4ba9-b896-b58205768b5c"}]} [pid: 8|app: 0|req: 558/1099] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:30:14 2026] DELETE /v2.0/networks/4930799b-e380-4b92-9bd0-ac5c6250175c => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1100] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:30:15 2026] DELETE /v2.0/networks/c80cb5ac-3a3a-4885-93ed-080c28a8f69d => 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: 560/1101] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:30:15 2026] DELETE /v2.0/networks/e238643c-ea7b-4c8f-a27c-5c3ed4e18a49 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1102] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:30:15 2026] DELETE /v2.0/networks/b07cb6aa-c781-40ef-af82-a77cb2a35704 => 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: 542/1103] 10.0.0.168 () {34 vars in 676 bytes} [Thu Aug 20 00:30:15 2026] POST /v2.0/floatingips => generated 552 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1104] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:15 2026] GET /v2.0/ports?device_id=aa4f5b48-8b1f-432a-9f92-49f5d29404a1 => 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: 562/1105] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:30:15 2026] DELETE /v2.0/networks/1ddddae9-381e-4913-a7b6-f684e8cd372c => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1106] 10.0.0.168 () {34 vars in 676 bytes} [Thu Aug 20 00:30:15 2026] POST /v2.0/floatingips => generated 552 bytes in 608 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1107] 10.0.0.168 () {34 vars in 759 bytes} [Thu Aug 20 00:30:16 2026] PUT /v2.0/floatingips/5f72b249-3a48-40ec-807a-9b204ed1204f/tags => generated 17 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1108] 10.0.0.168 () {34 vars in 759 bytes} [Thu Aug 20 00:30:16 2026] PUT /v2.0/floatingips/9e510916-b182-4c6e-9536-815a723fd32a/tags => generated 25 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1109] 10.0.0.168 () {34 vars in 759 bytes} [Thu Aug 20 00:30:16 2026] PUT /v2.0/floatingips/59ed2df0-2664-4ce3-8f4a-0725e652ec56/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: 546/1110] 10.0.0.168 () {34 vars in 759 bytes} [Thu Aug 20 00:30:16 2026] PUT /v2.0/floatingips/76e0c5b9-cb99-4cae-b192-02565d5abb7e/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: 565/1111] 10.0.0.168 () {32 vars in 672 bytes} [Thu Aug 20 00:30:16 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1112] 10.0.0.168 () {32 vars in 686 bytes} [Thu Aug 20 00:30:16 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1113] 10.0.0.168 () {32 vars in 682 bytes} [Thu Aug 20 00:30:16 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1114] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:16 2026] GET /v2.0/ports?device_id=aa4f5b48-8b1f-432a-9f92-49f5d29404a1 => 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: 569/1115] 10.0.0.168 () {32 vars in 694 bytes} [Thu Aug 20 00:30:16 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1116] 10.0.0.168 () {32 vars in 680 bytes} [Thu Aug 20 00:30:16 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1117] 10.0.0.168 () {32 vars in 694 bytes} [Thu Aug 20 00:30:16 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1118] 10.0.0.168 () {32 vars in 690 bytes} [Thu Aug 20 00:30:16 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1119] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:16 2026] GET /v2.0/security-groups?tenant_id=eb8b17c4dc1a40cfb259a8910ab453ad&name=default => generated 2925 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1120] 10.0.0.168 () {32 vars in 702 bytes} [Thu Aug 20 00:30:16 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1121] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:16 2026] DELETE /v2.0/security-groups/84fe2603-7514-4b47-933f-da3543bbfdeb => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:30:16.961 8 INFO neutron_taas.services.taas.taas_plugin [None req-5dd8572b-6aa1-4b7b-be22-9cc82d3117f2 60d3408dcfa14e6fa6eca0a9c5249abe fa936fef12614a35b84a07d9247a89c9 - - default default] TaaS: Handle Delete Port: 05bc9abe-eedb-4b57-9be5-af99c0bb4628 2026-08-20 00:30:16.964 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5dd8572b-6aa1-4b7b-be22-9cc82d3117f2 60d3408dcfa14e6fa6eca0a9c5249abe fa936fef12614a35b84a07d9247a89c9 - - default default] Tap Mirror: Handle Delete Port: 05bc9abe-eedb-4b57-9be5-af99c0bb4628 [pid: 7|app: 0|req: 549/1122] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:17 2026] GET /v2.0/security-groups?tenant_id=4ab6ff35289446c180e8bb71aa89afef&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: 550/1123] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:17 2026] DELETE /v2.0/security-groups/abcc81af-6fb6-4e02-a84c-615c1aec217d => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:30:17.380 8 INFO neutron.services.segments.plugin [-] Segment c8c9deb2-943b-4275-8689-87937bb6bdf3 resource provider aggregate not found 2026-08-20 00:30:17.385 8 INFO neutron.services.segments.plugin [-] Segment c8c9deb2-943b-4275-8689-87937bb6bdf3 resource provider aggregate not found 2026-08-20 00:30:17.405 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c8c9deb2-943b-4275-8689-87937bb6bdf3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8c9deb2-943b-4275-8689-87937bb6bdf3 found for delete ", "request_id": "req-6d60eff5-806b-4fee-bc9c-6e5ba9e9fc2f"}]} 2026-08-20 00:30:17.407 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c8c9deb2-943b-4275-8689-87937bb6bdf3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8c9deb2-943b-4275-8689-87937bb6bdf3 found for delete ", "request_id": "req-15c2b7e6-1acb-4467-a43a-7ac07ac773ab"}]} 2026-08-20 00:30:17.427 8 INFO neutron.services.segments.plugin [-] Segment 5f9d6070-0708-4db7-a55c-53f7d624c3be resource provider aggregate not found 2026-08-20 00:30:17.431 8 INFO neutron.services.segments.plugin [-] Segment 5f9d6070-0708-4db7-a55c-53f7d624c3be resource provider aggregate not found [pid: 7|app: 0|req: 551/1124] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:17 2026] GET /v2.0/security-groups?tenant_id=91070640f3c64ff2a585ced6c87323cc&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:30:17.449 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5f9d6070-0708-4db7-a55c-53f7d624c3be resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f9d6070-0708-4db7-a55c-53f7d624c3be found for delete ", "request_id": "req-fe4801b3-b864-417a-b43a-65d70a9a616e"}]} 2026-08-20 00:30:17.455 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5f9d6070-0708-4db7-a55c-53f7d624c3be resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f9d6070-0708-4db7-a55c-53f7d624c3be found for delete ", "request_id": "req-fc436525-31c5-4a81-8dc0-5e25fcb2cdc8"}]} 2026-08-20 00:30:17.465 8 INFO neutron.services.segments.plugin [-] Segment c67d640d-4660-42bb-afe3-28eaf60ef859 resource provider aggregate not found 2026-08-20 00:30:17.471 8 INFO neutron.services.segments.plugin [-] Segment c67d640d-4660-42bb-afe3-28eaf60ef859 resource provider aggregate not found 2026-08-20 00:30:17.482 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c67d640d-4660-42bb-afe3-28eaf60ef859 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c67d640d-4660-42bb-afe3-28eaf60ef859 found for delete ", "request_id": "req-a5348be2-279a-4ff2-bbc3-d5c8a6c0f7cc"}]} 2026-08-20 00:30:17.485 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c67d640d-4660-42bb-afe3-28eaf60ef859 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c67d640d-4660-42bb-afe3-28eaf60ef859 found for delete ", "request_id": "req-60a295e8-0256-4603-b75c-172695abba02"}]} 2026-08-20 00:30:17.501 8 INFO neutron.services.segments.plugin [-] Segment c387388c-d812-468a-a1a0-1057946f2f9e resource provider aggregate not found 2026-08-20 00:30:17.504 8 INFO neutron.services.segments.plugin [-] Segment c387388c-d812-468a-a1a0-1057946f2f9e resource provider aggregate not found 2026-08-20 00:30:17.527 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c387388c-d812-468a-a1a0-1057946f2f9e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c387388c-d812-468a-a1a0-1057946f2f9e found for delete ", "request_id": "req-22754108-97d6-48fc-8aea-fc4d1c0014fa"}]} 2026-08-20 00:30:17.527 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c387388c-d812-468a-a1a0-1057946f2f9e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c387388c-d812-468a-a1a0-1057946f2f9e found for delete ", "request_id": "req-51cf540c-a821-4ebb-b9a5-c5fa010238f2"}]} [pid: 7|app: 0|req: 552/1125] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:17 2026] DELETE /v2.0/security-groups/3334d44a-f08f-4ac5-8bfb-fad36fc5f538 => 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: 574/1126] 10.0.0.168 () {32 vars in 732 bytes} [Thu Aug 20 00:30:16 2026] DELETE /v2.0/floatingips/5f72b249-3a48-40ec-807a-9b204ed1204f => generated 0 bytes in 701 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:30:17.673 7 INFO neutron_taas.services.taas.taas_plugin [None req-39dfc3ec-0f73-4012-8347-29161c8f0936 60d3408dcfa14e6fa6eca0a9c5249abe fa936fef12614a35b84a07d9247a89c9 - - default default] TaaS: Handle Delete Port: 05c18d6d-dcb3-4b8a-ad80-eca961bc8ba4 2026-08-20 00:30:17.675 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39dfc3ec-0f73-4012-8347-29161c8f0936 60d3408dcfa14e6fa6eca0a9c5249abe fa936fef12614a35b84a07d9247a89c9 - - default default] Tap Mirror: Handle Delete Port: 05c18d6d-dcb3-4b8a-ad80-eca961bc8ba4 [pid: 8|app: 0|req: 575/1127] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:17 2026] GET /v2.0/ports?device_id=aa4f5b48-8b1f-432a-9f92-49f5d29404a1 => 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: 553/1128] 10.0.0.168 () {32 vars in 732 bytes} [Thu Aug 20 00:30:17 2026] DELETE /v2.0/floatingips/9e510916-b182-4c6e-9536-815a723fd32a => generated 0 bytes in 260 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:30:17.991 8 INFO neutron_taas.services.taas.taas_plugin [None req-91cba699-b74e-425a-91bb-1862daff12a4 60d3408dcfa14e6fa6eca0a9c5249abe fa936fef12614a35b84a07d9247a89c9 - - default default] TaaS: Handle Delete Port: ded7940d-9238-4a1d-8596-aa36fe6a9647 2026-08-20 00:30:17.994 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91cba699-b74e-425a-91bb-1862daff12a4 60d3408dcfa14e6fa6eca0a9c5249abe fa936fef12614a35b84a07d9247a89c9 - - default default] Tap Mirror: Handle Delete Port: ded7940d-9238-4a1d-8596-aa36fe6a9647 [pid: 8|app: 0|req: 576/1129] 10.0.0.168 () {32 vars in 732 bytes} [Thu Aug 20 00:30:17 2026] DELETE /v2.0/floatingips/59ed2df0-2664-4ce3-8f4a-0725e652ec56 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:30:18.279 7 INFO neutron_taas.services.taas.taas_plugin [None req-1bd7840f-4470-44fb-af68-112e1a81b68f 60d3408dcfa14e6fa6eca0a9c5249abe fa936fef12614a35b84a07d9247a89c9 - - default default] TaaS: Handle Delete Port: 9adaef2d-b0ca-4fa2-94a4-2c9e6b167515 2026-08-20 00:30:18.282 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bd7840f-4470-44fb-af68-112e1a81b68f 60d3408dcfa14e6fa6eca0a9c5249abe fa936fef12614a35b84a07d9247a89c9 - - default default] Tap Mirror: Handle Delete Port: 9adaef2d-b0ca-4fa2-94a4-2c9e6b167515 [pid: 7|app: 0|req: 554/1130] 10.0.0.168 () {32 vars in 732 bytes} [Thu Aug 20 00:30:18 2026] DELETE /v2.0/floatingips/76e0c5b9-cb99-4cae-b192-02565d5abb7e => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:30:18.568 8 INFO neutron_taas.services.taas.taas_plugin [None req-65c4e691-95e5-4f7a-85df-89bb067c470a 60d3408dcfa14e6fa6eca0a9c5249abe fa936fef12614a35b84a07d9247a89c9 - - default default] TaaS: Handle Delete Port: d3819c9f-5ec5-4fb3-8c26-4da4d135b0df 2026-08-20 00:30:18.570 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65c4e691-95e5-4f7a-85df-89bb067c470a 60d3408dcfa14e6fa6eca0a9c5249abe fa936fef12614a35b84a07d9247a89c9 - - default default] Tap Mirror: Handle Delete Port: d3819c9f-5ec5-4fb3-8c26-4da4d135b0df [pid: 7|app: 0|req: 555/1131] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:30:18 2026] GET /v2.0/networks?id=62bb9a52-ea48-4700-88d0-d3c293b70936 => generated 670 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1132] 199.204.45.35 () {34 vars in 1049 bytes} [Thu Aug 20 00:30:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6acf73b3acbe44459bb1cc4140e7a9ac => generated 180 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1133] 10.0.0.168 () {32 vars in 732 bytes} [Thu Aug 20 00:30:18 2026] DELETE /v2.0/floatingips/26cfed6d-aedd-42df-b3ae-0b59b15a105f => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1134] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:18 2026] GET /v2.0/ports?device_id=aa4f5b48-8b1f-432a-9f92-49f5d29404a1 => 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: 557/1135] 199.204.45.35 () {38 vars in 954 bytes} [Thu Aug 20 00:30:18 2026] POST /v2.0/ports => generated 954 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1136] 199.204.45.35 () {38 vars in 1027 bytes} [Thu Aug 20 00:30:19 2026] PUT /v2.0/ports/a1e060d0-d395-4237-9864-6a5782c24ee7 => generated 1235 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:30:19.549 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-077f4723-2c1b-4c25-aa39-d2668cfe766f'] response: {'name': 'network-changed', 'server_uuid': 'aa4f5b48-8b1f-432a-9f92-49f5d29404a1', 'tag': 'a1e060d0-d395-4237-9864-6a5782c24ee7', '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: 558/1137] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:19 2026] GET /v2.0/security-groups?tenant_id=5d85b792e2764d7487f087884f75402c&name=default => generated 2925 bytes in 303 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: 580/1138] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:19 2026] DELETE /v2.0/security-groups/6861a9ed-0048-4d93-8df3-fa253f846976 => 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: 559/1139] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:19 2026] GET /v2.0/ports?device_id=aa4f5b48-8b1f-432a-9f92-49f5d29404a1 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1140] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:30:19 2026] GET /v2.0/security-groups?id=eaa25736-ac2f-48a1-b2d0-65b74386cebb&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1141] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:19 2026] GET /v2.0/security-groups?tenant_id=b8434d24eaae4fb4be8a0017dfac027a&name=default => generated 2925 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1142] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:30:20 2026] GET /v2.0/ports?tenant_id=6acf73b3acbe44459bb1cc4140e7a9ac&device_id=aa4f5b48-8b1f-432a-9f92-49f5d29404a1 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1143] 199.204.45.35 () {34 vars in 1017 bytes} [Thu Aug 20 00:30:20 2026] GET /v2.0/networks?tenant_id=6acf73b3acbe44459bb1cc4140e7a9ac&shared=False => generated 766 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1144] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:20 2026] DELETE /v2.0/security-groups/480e3c00-dcab-4521-8aab-f31fc4fb2b23 => 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: 584/1145] 199.204.45.35 () {34 vars in 929 bytes} [Thu Aug 20 00:30:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1146] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:20 2026] GET /v2.0/security-groups?tenant_id=fa936fef12614a35b84a07d9247a89c9&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1147] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:20 2026] DELETE /v2.0/security-groups/caa8a431-0937-43a7-bbb4-03261d0a0149 => 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: 563/1148] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:21 2026] GET /v2.0/ports?device_id=aa4f5b48-8b1f-432a-9f92-49f5d29404a1 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1149] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:30:21 2026] GET /v2.0/security-groups?id=eaa25736-ac2f-48a1-b2d0-65b74386cebb&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1150] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:30:21 2026] GET /v2.0/ports?tenant_id=6acf73b3acbe44459bb1cc4140e7a9ac&device_id=aa4f5b48-8b1f-432a-9f92-49f5d29404a1 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1151] 199.204.45.35 () {34 vars in 1057 bytes} [Thu Aug 20 00:30:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=a1e060d0-d395-4237-9864-6a5782c24ee7 => 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: 565/1152] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:30:21 2026] GET /v2.0/subnets?id=a89778dd-5aa4-49f7-99aa-9f1559dc6448 => generated 688 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1153] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:30:21 2026] GET /v2.0/ports?network_id=62bb9a52-ea48-4700-88d0-d3c293b70936&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1154] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:30:21 2026] GET /v2.0/networks/62bb9a52-ea48-4700-88d0-d3c293b70936?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: 589/1155] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:30:21 2026] GET /v2.0/networks/62bb9a52-ea48-4700-88d0-d3c293b70936?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:30:22.150 7 INFO neutron.db.segments_db [None req-123f6285-fdc5-4408-b4ee-4a9564cc8b99 68f4bbe2d227490284c55d8893bae1b6 67fa3a67d2754e3ab66b8c1c623f83ee - - default default] Added segment 4081f003-f9d6-4849-ad80-a954d23605de of type vxlan for network c0a9bc3a-8c0d-4063-bc3f-fc156c01510e [pid: 8|app: 0|req: 590/1156] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:22 2026] GET /v2.0/ports?device_id=aa4f5b48-8b1f-432a-9f92-49f5d29404a1 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1157] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:30:22 2026] GET /v2.0/security-groups?id=eaa25736-ac2f-48a1-b2d0-65b74386cebb&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-08-20 00:30:22.385 7 INFO neutron.db.l3_hamode_db [None req-123f6285-fdc5-4408-b4ee-4a9564cc8b99 68f4bbe2d227490284c55d8893bae1b6 67fa3a67d2754e3ab66b8c1c623f83ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 00:30:22.501 7 INFO neutron.db.l3_hamode_db [None req-123f6285-fdc5-4408-b4ee-4a9564cc8b99 68f4bbe2d227490284c55d8893bae1b6 67fa3a67d2754e3ab66b8c1c623f83ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 567/1158] 10.0.0.168 () {34 vars in 668 bytes} [Thu Aug 20 00:30:21 2026] POST /v2.0/routers => generated 474 bytes in 1077 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:30:23.122 8 INFO neutron.db.l3_hamode_db [None req-96331f97-5a95-4463-9d5c-74d5886be0d3 68f4bbe2d227490284c55d8893bae1b6 67fa3a67d2754e3ab66b8c1c623f83ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 00:30:23.245 8 INFO neutron.db.l3_hamode_db [None req-96331f97-5a95-4463-9d5c-74d5886be0d3 68f4bbe2d227490284c55d8893bae1b6 67fa3a67d2754e3ab66b8c1c623f83ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 568/1159] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:23 2026] GET /v2.0/ports?device_id=aa4f5b48-8b1f-432a-9f92-49f5d29404a1 => 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: 569/1160] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:30:23 2026] GET /v2.0/security-groups?id=eaa25736-ac2f-48a1-b2d0-65b74386cebb&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1161] 10.0.0.168 () {34 vars in 668 bytes} [Thu Aug 20 00:30:23 2026] POST /v2.0/routers => generated 474 bytes in 817 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:30:23.940 7 INFO neutron.db.l3_hamode_db [None req-7a8f9512-2e14-4229-b7a7-3728a99fe362 68f4bbe2d227490284c55d8893bae1b6 67fa3a67d2754e3ab66b8c1c623f83ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 00:30:24.037 7 INFO neutron.db.l3_hamode_db [None req-7a8f9512-2e14-4229-b7a7-3728a99fe362 68f4bbe2d227490284c55d8893bae1b6 67fa3a67d2754e3ab66b8c1c623f83ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 570/1164] 10.0.0.168 () {34 vars in 668 bytes} [Thu Aug 20 00:30:23 2026] POST /v2.0/routers => generated 474 bytes in 726 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1165] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:24 2026] GET /v2.0/ports?device_id=aa4f5b48-8b1f-432a-9f92-49f5d29404a1 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:30:24.728 7 INFO neutron.db.l3_hamode_db [None req-ae534121-ccd3-45d7-ad15-645378bf2414 68f4bbe2d227490284c55d8893bae1b6 67fa3a67d2754e3ab66b8c1c623f83ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 00:30:24.825 8 INFO neutron.db.segments_db [None req-c9f381b3-d53d-49e1-b30e-79e242a2abcf 4dc0e7f1cc2749b89bb40251113b08e1 258adad668af474792389181c4c2ce4c - - default default] Added segment d25bcabe-3627-4490-b382-c99b4e414006 of type vxlan for network d47e8b32-46a0-429b-9e63-3fea3a02b6e0 2026-08-20 00:30:24.837 7 INFO neutron.db.l3_hamode_db [None req-ae534121-ccd3-45d7-ad15-645378bf2414 68f4bbe2d227490284c55d8893bae1b6 67fa3a67d2754e3ab66b8c1c623f83ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 595/1166] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:30:24 2026] POST /v2.0/networks => generated 632 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1167] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:30:24 2026] GET /v2.0/security-groups?id=eaa25736-ac2f-48a1-b2d0-65b74386cebb&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: 597/1168] 10.0.0.168 () {34 vars in 664 bytes} [Thu Aug 20 00:30:24 2026] POST /v2.0/ports => generated 743 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-08-20 00:30:25.258 8 INFO neutron.db.segments_db [None req-202bb683-1812-443f-8293-927a4270332a 4dc0e7f1cc2749b89bb40251113b08e1 258adad668af474792389181c4c2ce4c - - default default] Added segment 108485b7-9f08-424f-a929-20804285ca0a of type vxlan for network 69a3f29e-362f-484f-879f-1d05170c25f1 [pid: 8|app: 0|req: 598/1169] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:30:25 2026] POST /v2.0/networks => generated 632 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1170] 10.0.0.168 () {34 vars in 668 bytes} [Thu Aug 20 00:30:24 2026] POST /v2.0/routers => generated 474 bytes in 706 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:30:25.466 7 INFO neutron.db.l3_hamode_db [None req-94cc3339-9909-4c61-a7d6-7cc19d1f8974 68f4bbe2d227490284c55d8893bae1b6 67fa3a67d2754e3ab66b8c1c623f83ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 00:30:25.588 7 INFO neutron.db.l3_hamode_db [None req-94cc3339-9909-4c61-a7d6-7cc19d1f8974 68f4bbe2d227490284c55d8893bae1b6 67fa3a67d2754e3ab66b8c1c623f83ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 599/1171] 10.0.0.168 () {34 vars in 664 bytes} [Thu Aug 20 00:30:25 2026] POST /v2.0/ports => generated 743 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-20 00:30:25.755 8 INFO neutron.db.segments_db [None req-02f50ba4-587c-43f7-97b8-607f2ad68dfc 4dc0e7f1cc2749b89bb40251113b08e1 258adad668af474792389181c4c2ce4c - - default default] Added segment 056495cb-d3fd-44b3-bb90-acd97d53786b of type vxlan for network 2af68287-8948-46a7-bdbb-f9975edc6751 [pid: 8|app: 0|req: 600/1172] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:30:25 2026] POST /v2.0/networks => generated 632 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1173] 10.0.0.168 () {34 vars in 668 bytes} [Thu Aug 20 00:30:25 2026] POST /v2.0/routers => generated 474 bytes in 773 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1174] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:26 2026] GET /v2.0/ports?device_id=aa4f5b48-8b1f-432a-9f92-49f5d29404a1 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1175] 10.0.0.168 () {34 vars in 664 bytes} [Thu Aug 20 00:30:25 2026] POST /v2.0/ports => generated 743 bytes in 376 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: 602/1176] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:30:26 2026] GET /v2.0/security-groups?id=eaa25736-ac2f-48a1-b2d0-65b74386cebb&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:30:26.348 8 INFO neutron.db.segments_db [None req-4839a796-30ba-4ef8-a811-d1a1fa7ea250 4dc0e7f1cc2749b89bb40251113b08e1 258adad668af474792389181c4c2ce4c - - default default] Added segment eceae193-7cf8-4842-9bdd-79bb4019cfcf of type vxlan for network 7b48fcff-ce44-44a8-968a-84e53e8926cc [pid: 7|app: 0|req: 575/1177] 10.0.0.168 () {34 vars in 751 bytes} [Thu Aug 20 00:30:26 2026] PUT /v2.0/routers/434836f9-5ff3-4bf2-9f75-6743c8ee8f2d/tags => generated 17 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1178] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:30:26 2026] POST /v2.0/networks => generated 632 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1179] 10.0.0.168 () {34 vars in 751 bytes} [Thu Aug 20 00:30:26 2026] PUT /v2.0/routers/c722f9ed-4713-4566-ad77-2fb748c85212/tags => generated 25 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1180] 10.0.0.168 () {34 vars in 751 bytes} [Thu Aug 20 00:30:26 2026] PUT /v2.0/routers/42c6880d-0392-4d19-9155-27f4167f4806/tags => generated 34 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1181] 10.0.0.168 () {34 vars in 664 bytes} [Thu Aug 20 00:30:26 2026] POST /v2.0/ports => generated 743 bytes in 328 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: 578/1182] 10.0.0.168 () {34 vars in 751 bytes} [Thu Aug 20 00:30:26 2026] PUT /v2.0/routers/f2b2f768-921d-4f45-8b1c-22e7c38408f0/tags => generated 19 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:30:26.814 8 INFO neutron.db.segments_db [None req-9ff17920-7cee-4ec4-9592-57662a7c5474 4dc0e7f1cc2749b89bb40251113b08e1 258adad668af474792389181c4c2ce4c - - default default] Added segment 9611d38d-3ff0-48aa-9f37-f6d8554bc9df of type vxlan for network 3236a03c-eb42-4d31-87a2-e363734c9b65 [pid: 7|app: 0|req: 579/1183] 10.0.0.168 () {32 vars in 664 bytes} [Thu Aug 20 00:30:26 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1184] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:30:26 2026] POST /v2.0/networks => generated 632 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1185] 10.0.0.168 () {34 vars in 664 bytes} [Thu Aug 20 00:30:26 2026] POST /v2.0/ports => generated 743 bytes in 276 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: 607/1186] 10.0.0.168 () {34 vars in 747 bytes} [Thu Aug 20 00:30:27 2026] PUT /v2.0/ports/de83b785-752c-4733-aae8-536021b8d650/tags => generated 17 bytes in 81 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: 608/1187] 10.0.0.168 () {34 vars in 747 bytes} [Thu Aug 20 00:30:27 2026] PUT /v2.0/ports/d7a37114-9b32-43b6-ae72-ef8b96882cdc/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 580/1188] 10.0.0.168 () {32 vars in 678 bytes} [Thu Aug 20 00:30:26 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 520 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1189] 10.0.0.168 () {34 vars in 747 bytes} [Thu Aug 20 00:30:27 2026] PUT /v2.0/ports/eb1c0ffb-8c88-4076-9c4e-bdb3448253a9/tags => generated 34 bytes in 75 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: 581/1190] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:27 2026] GET /v2.0/ports?device_id=aa4f5b48-8b1f-432a-9f92-49f5d29404a1 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1191] 10.0.0.168 () {32 vars in 674 bytes} [Thu Aug 20 00:30:27 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1192] 10.0.0.168 () {34 vars in 747 bytes} [Thu Aug 20 00:30:27 2026] PUT /v2.0/ports/d6bc6f2c-7e4e-4612-904c-fbe02a2ce8d8/tags => generated 19 bytes in 68 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: 611/1193] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:30:27 2026] GET /v2.0/security-groups?id=eaa25736-ac2f-48a1-b2d0-65b74386cebb&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: 612/1194] 10.0.0.168 () {32 vars in 660 bytes} [Thu Aug 20 00:30:27 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1195] 10.0.0.168 () {32 vars in 686 bytes} [Thu Aug 20 00:30:27 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1196] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:27 2026] GET /v2.0/ports?device_id=aa4f5b48-8b1f-432a-9f92-49f5d29404a1 => generated 971 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1197] 10.0.0.168 () {32 vars in 674 bytes} [Thu Aug 20 00:30:27 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1198] 10.0.0.168 () {32 vars in 672 bytes} [Thu Aug 20 00:30:27 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1199] 10.0.0.168 () {32 vars in 670 bytes} [Thu Aug 20 00:30:27 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1200] 10.0.0.168 () {32 vars in 686 bytes} [Thu Aug 20 00:30:27 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1201] 10.0.0.168 () {32 vars in 682 bytes} [Thu Aug 20 00:30:27 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1202] 10.0.0.168 () {32 vars in 682 bytes} [Thu Aug 20 00:30:28 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:30:28.103 7 INFO neutron.db.l3_db [None req-022cc430-a44a-442f-bcae-fa057d236ac0 94e7b265f6e14dd5a2e04e6274a7e55d 6acf73b3acbe44459bb1cc4140e7a9ac - - default default] Floating IP 52c56078-f131-40eb-bd3d-0c22ef15d1f6 associated. External IP: 10.96.250.206, port: a1e060d0-d395-4237-9864-6a5782c24ee7. [pid: 8|app: 0|req: 619/1203] 10.0.0.168 () {32 vars in 668 bytes} [Thu Aug 20 00:30:28 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1204] 10.0.0.168 () {32 vars in 694 bytes} [Thu Aug 20 00:30:28 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1205] 10.0.0.168 () {32 vars in 682 bytes} [Thu Aug 20 00:30:28 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1206] 10.0.0.168 () {32 vars in 721 bytes} [Thu Aug 20 00:30:28 2026] GET /v2.0/routers/434836f9-5ff3-4bf2-9f75-6743c8ee8f2d => generated 485 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1207] 10.0.0.168 () {32 vars in 678 bytes} [Thu Aug 20 00:30:28 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1208] 10.0.0.168 () {34 vars in 749 bytes} [Thu Aug 20 00:30:27 2026] PUT /v2.0/floatingips/52c56078-f131-40eb-bd3d-0c22ef15d1f6 => generated 855 bytes in 684 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:30:28.516 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-db2d152d-b022-44b4-a121-ba84139bab14'] response: {'name': 'network-changed', 'server_uuid': 'aa4f5b48-8b1f-432a-9f92-49f5d29404a1', 'tag': 'a1e060d0-d395-4237-9864-6a5782c24ee7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 586/1209] 10.0.0.168 () {32 vars in 690 bytes} [Thu Aug 20 00:30:28 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1210] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:28 2026] GET /v2.0/ports?device_id=aa4f5b48-8b1f-432a-9f92-49f5d29404a1 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:30:28.775 7 INFO neutron_taas.services.taas.taas_plugin [None req-872e9618-a562-40c7-815b-15fc0829a3ac 4dc0e7f1cc2749b89bb40251113b08e1 258adad668af474792389181c4c2ce4c - - default default] TaaS: Handle Delete Port: de83b785-752c-4733-aae8-536021b8d650 2026-08-20 00:30:28.778 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-872e9618-a562-40c7-815b-15fc0829a3ac 4dc0e7f1cc2749b89bb40251113b08e1 258adad668af474792389181c4c2ce4c - - default default] Tap Mirror: Handle Delete Port: de83b785-752c-4733-aae8-536021b8d650 [pid: 7|app: 0|req: 588/1211] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:30:28 2026] DELETE /v2.0/ports/de83b785-752c-4733-aae8-536021b8d650 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1212] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:30:28 2026] GET /v2.0/security-groups?id=eaa25736-ac2f-48a1-b2d0-65b74386cebb&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1213] 10.0.0.168 () {34 vars in 742 bytes} [Thu Aug 20 00:30:28 2026] PUT /v2.0/routers/434836f9-5ff3-4bf2-9f75-6743c8ee8f2d => generated 485 bytes in 591 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1214] 10.0.0.168 () {32 vars in 736 bytes} [Thu Aug 20 00:30:28 2026] GET /v2.0/ports?device_id=434836f9-5ff3-4bf2-9f75-6743c8ee8f2d => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:30:29.008 7 INFO neutron_taas.services.taas.taas_plugin [None req-e421b478-a6a8-400b-aacf-c611df4770d3 4dc0e7f1cc2749b89bb40251113b08e1 258adad668af474792389181c4c2ce4c - - default default] TaaS: Handle Delete Port: d7a37114-9b32-43b6-ae72-ef8b96882cdc 2026-08-20 00:30:29.012 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e421b478-a6a8-400b-aacf-c611df4770d3 4dc0e7f1cc2749b89bb40251113b08e1 258adad668af474792389181c4c2ce4c - - default default] Tap Mirror: Handle Delete Port: d7a37114-9b32-43b6-ae72-ef8b96882cdc [pid: 7|app: 0|req: 590/1215] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:30:28 2026] DELETE /v2.0/ports/d7a37114-9b32-43b6-ae72-ef8b96882cdc => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1216] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:30:29 2026] GET /v2.0/ports?tenant_id=6acf73b3acbe44459bb1cc4140e7a9ac&device_id=aa4f5b48-8b1f-432a-9f92-49f5d29404a1 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:30:29.174 8 INFO neutron_taas.services.taas.taas_plugin [None req-88a648f9-edda-42cf-92fe-c97666acd881 68f4bbe2d227490284c55d8893bae1b6 67fa3a67d2754e3ab66b8c1c623f83ee - - default default] TaaS: Handle Delete Port: 9129e377-fe60-4e3e-a607-ff09ea05f6e1 2026-08-20 00:30:29.177 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88a648f9-edda-42cf-92fe-c97666acd881 68f4bbe2d227490284c55d8893bae1b6 67fa3a67d2754e3ab66b8c1c623f83ee - - default default] Tap Mirror: Handle Delete Port: 9129e377-fe60-4e3e-a607-ff09ea05f6e1 2026-08-20 00:30:29.222 7 INFO neutron_taas.services.taas.taas_plugin [None req-fda23fc8-c4ea-4353-8680-d913adc5b059 4dc0e7f1cc2749b89bb40251113b08e1 258adad668af474792389181c4c2ce4c - - default default] TaaS: Handle Delete Port: eb1c0ffb-8c88-4076-9c4e-bdb3448253a9 2026-08-20 00:30:29.224 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fda23fc8-c4ea-4353-8680-d913adc5b059 4dc0e7f1cc2749b89bb40251113b08e1 258adad668af474792389181c4c2ce4c - - default default] Tap Mirror: Handle Delete Port: eb1c0ffb-8c88-4076-9c4e-bdb3448253a9 [pid: 7|app: 0|req: 592/1217] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:30:29 2026] DELETE /v2.0/ports/eb1c0ffb-8c88-4076-9c4e-bdb3448253a9 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1218] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:30:29 2026] DELETE /v2.0/routers/434836f9-5ff3-4bf2-9f75-6743c8ee8f2d => generated 0 bytes in 335 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1219] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:30:29 2026] GET /v2.0/networks?id=62bb9a52-ea48-4700-88d0-d3c293b70936 => generated 766 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1220] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:29 2026] GET /v2.0/ports?device_id=aa4f5b48-8b1f-432a-9f92-49f5d29404a1 => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1221] 10.0.0.168 () {32 vars in 721 bytes} [Thu Aug 20 00:30:29 2026] GET /v2.0/routers/c722f9ed-4713-4566-ad77-2fb748c85212 => generated 493 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:30:29.419 7 INFO neutron_taas.services.taas.taas_plugin [None req-383f4cd3-0320-46fd-b8ef-c98f50f11b4e 4dc0e7f1cc2749b89bb40251113b08e1 258adad668af474792389181c4c2ce4c - - default default] TaaS: Handle Delete Port: d6bc6f2c-7e4e-4612-904c-fbe02a2ce8d8 2026-08-20 00:30:29.421 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-383f4cd3-0320-46fd-b8ef-c98f50f11b4e 4dc0e7f1cc2749b89bb40251113b08e1 258adad668af474792389181c4c2ce4c - - default default] Tap Mirror: Handle Delete Port: d6bc6f2c-7e4e-4612-904c-fbe02a2ce8d8 [pid: 8|app: 0|req: 629/1222] 199.204.45.35 () {34 vars in 1057 bytes} [Thu Aug 20 00:30:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=a1e060d0-d395-4237-9864-6a5782c24ee7 => generated 858 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1223] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:30:29 2026] GET /v2.0/security-groups?id=eaa25736-ac2f-48a1-b2d0-65b74386cebb&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1224] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:30:29 2026] DELETE /v2.0/ports/d6bc6f2c-7e4e-4612-904c-fbe02a2ce8d8 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1225] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:30:29 2026] GET /v2.0/subnets?id=a89778dd-5aa4-49f7-99aa-9f1559dc6448 => generated 688 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:30:29.662 7 INFO neutron_taas.services.taas.taas_plugin [None req-b0f6e266-6695-45ba-b660-c5c0ee1d2f0c 4dc0e7f1cc2749b89bb40251113b08e1 258adad668af474792389181c4c2ce4c - - default default] TaaS: Handle Delete Port: 3696d606-bf1e-4001-a6cb-067826100c30 2026-08-20 00:30:29.666 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0f6e266-6695-45ba-b660-c5c0ee1d2f0c 4dc0e7f1cc2749b89bb40251113b08e1 258adad668af474792389181c4c2ce4c - - default default] Tap Mirror: Handle Delete Port: 3696d606-bf1e-4001-a6cb-067826100c30 [pid: 7|app: 0|req: 596/1226] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:30:29 2026] DELETE /v2.0/ports/3696d606-bf1e-4001-a6cb-067826100c30 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1227] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:30:29 2026] GET /v2.0/ports?network_id=62bb9a52-ea48-4700-88d0-d3c293b70936&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:30:29.899 7 INFO neutron.services.segments.plugin [-] Segment d25bcabe-3627-4490-b382-c99b4e414006 resource provider aggregate not found 2026-08-20 00:30:29.899 7 INFO neutron.services.segments.plugin [-] Segment d25bcabe-3627-4490-b382-c99b4e414006 resource provider aggregate not found 2026-08-20 00:30:29.921 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d25bcabe-3627-4490-b382-c99b4e414006 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d25bcabe-3627-4490-b382-c99b4e414006 found for delete ", "request_id": "req-958be546-5c11-4ddf-a397-3526537ee2ee"}]} 2026-08-20 00:30:29.924 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d25bcabe-3627-4490-b382-c99b4e414006 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d25bcabe-3627-4490-b382-c99b4e414006 found for delete ", "request_id": "req-9d4cc06c-c826-480a-8ad8-881aadeaf1dc"}]} [pid: 7|app: 0|req: 598/1228] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:30:29 2026] DELETE /v2.0/networks/d47e8b32-46a0-429b-9e63-3fea3a02b6e0 => 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: 631/1229] 10.0.0.168 () {34 vars in 742 bytes} [Thu Aug 20 00:30:29 2026] PUT /v2.0/routers/c722f9ed-4713-4566-ad77-2fb748c85212 => generated 493 bytes in 505 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1230] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:30:29 2026] GET /v2.0/networks/62bb9a52-ea48-4700-88d0-d3c293b70936?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1231] 10.0.0.168 () {32 vars in 736 bytes} [Thu Aug 20 00:30:29 2026] GET /v2.0/ports?device_id=c722f9ed-4713-4566-ad77-2fb748c85212 => 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: 601/1232] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:30:29 2026] GET /v2.0/networks/62bb9a52-ea48-4700-88d0-d3c293b70936?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:30:30.077 8 INFO neutron.services.segments.plugin [-] Segment 108485b7-9f08-424f-a929-20804285ca0a resource provider aggregate not found 2026-08-20 00:30:30.081 8 INFO neutron.services.segments.plugin [-] Segment 108485b7-9f08-424f-a929-20804285ca0a resource provider aggregate not found 2026-08-20 00:30:30.096 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 108485b7-9f08-424f-a929-20804285ca0a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 108485b7-9f08-424f-a929-20804285ca0a found for delete ", "request_id": "req-896ce8b6-83b1-49b5-b2ec-3e4b21a5ab38"}]} 2026-08-20 00:30:30.096 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 108485b7-9f08-424f-a929-20804285ca0a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 108485b7-9f08-424f-a929-20804285ca0a found for delete ", "request_id": "req-36e58eb6-c85a-4f72-beae-c34123f734b8"}]} [pid: 8|app: 0|req: 632/1233] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:30:29 2026] DELETE /v2.0/networks/69a3f29e-362f-484f-879f-1d05170c25f1 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:30:30.177 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4c83a9a-77a2-4b74-8db8-be00c9204ecf 68f4bbe2d227490284c55d8893bae1b6 67fa3a67d2754e3ab66b8c1c623f83ee - - default default] TaaS: Handle Delete Port: 0b4a0a19-1d2c-4c53-896a-1e680728759d 2026-08-20 00:30:30.180 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4c83a9a-77a2-4b74-8db8-be00c9204ecf 68f4bbe2d227490284c55d8893bae1b6 67fa3a67d2754e3ab66b8c1c623f83ee - - default default] Tap Mirror: Handle Delete Port: 0b4a0a19-1d2c-4c53-896a-1e680728759d [pid: 8|app: 0|req: 633/1234] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:30:30 2026] DELETE /v2.0/networks/2af68287-8948-46a7-bdbb-f9975edc6751 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1235] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:30:30 2026] DELETE /v2.0/routers/c722f9ed-4713-4566-ad77-2fb748c85212 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1236] 10.0.0.168 () {32 vars in 721 bytes} [Thu Aug 20 00:30:30 2026] GET /v2.0/routers/42c6880d-0392-4d19-9155-27f4167f4806 => generated 502 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1237] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:30:30 2026] DELETE /v2.0/networks/7b48fcff-ce44-44a8-968a-84e53e8926cc => 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: 635/1238] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:30:30 2026] DELETE /v2.0/networks/3236a03c-eb42-4d31-87a2-e363734c9b65 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1239] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:30 2026] GET /v2.0/ports?device_id=aa4f5b48-8b1f-432a-9f92-49f5d29404a1 => 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: 637/1240] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:30:30 2026] GET /v2.0/security-groups?id=eaa25736-ac2f-48a1-b2d0-65b74386cebb&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: 604/1241] 10.0.0.168 () {34 vars in 742 bytes} [Thu Aug 20 00:30:30 2026] PUT /v2.0/routers/42c6880d-0392-4d19-9155-27f4167f4806 => generated 502 bytes in 583 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1242] 10.0.0.168 () {32 vars in 736 bytes} [Thu Aug 20 00:30:30 2026] GET /v2.0/ports?device_id=42c6880d-0392-4d19-9155-27f4167f4806 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:30:31.255 7 INFO neutron_taas.services.taas.taas_plugin [None req-0658557b-7294-4762-97e8-dcb1e38606d2 68f4bbe2d227490284c55d8893bae1b6 67fa3a67d2754e3ab66b8c1c623f83ee - - default default] TaaS: Handle Delete Port: c1573198-ec49-443c-a44d-c0b2d1637c2c 2026-08-20 00:30:31.258 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0658557b-7294-4762-97e8-dcb1e38606d2 68f4bbe2d227490284c55d8893bae1b6 67fa3a67d2754e3ab66b8c1c623f83ee - - default default] Tap Mirror: Handle Delete Port: c1573198-ec49-443c-a44d-c0b2d1637c2c [pid: 7|app: 0|req: 605/1243] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:30:31 2026] DELETE /v2.0/routers/42c6880d-0392-4d19-9155-27f4167f4806 => generated 0 bytes in 439 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1244] 10.0.0.168 () {32 vars in 721 bytes} [Thu Aug 20 00:30:31 2026] GET /v2.0/routers/f2b2f768-921d-4f45-8b1c-22e7c38408f0 => generated 487 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1245] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:31 2026] GET /v2.0/security-groups?tenant_id=29c56d9533444e09ae40ebad35ba5ef7&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1246] 199.204.45.35 () {34 vars in 993 bytes} [Thu Aug 20 00:30:31 2026] GET /v2.0/ports?device_id=aa4f5b48-8b1f-432a-9f92-49f5d29404a1 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1247] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:31 2026] DELETE /v2.0/security-groups/6d20defc-278c-4d81-bb6b-b9e17c13f337 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:30:31.868 8 INFO neutron_taas.services.taas.taas_plugin [req-4c67dc74-21f9-4432-a066-d7791ee606fd req-43b00094-a1a9-4169-bb90-17714c8f559a 94e7b265f6e14dd5a2e04e6274a7e55d 6acf73b3acbe44459bb1cc4140e7a9ac - - default default] TaaS: Handle Delete Port: a1e060d0-d395-4237-9864-6a5782c24ee7 2026-08-20 00:30:31.870 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4c67dc74-21f9-4432-a066-d7791ee606fd req-43b00094-a1a9-4169-bb90-17714c8f559a 94e7b265f6e14dd5a2e04e6274a7e55d 6acf73b3acbe44459bb1cc4140e7a9ac - - default default] Tap Mirror: Handle Delete Port: a1e060d0-d395-4237-9864-6a5782c24ee7 2026-08-20 00:30:31.980 8 INFO neutron.db.l3_db [req-4c67dc74-21f9-4432-a066-d7791ee606fd req-43b00094-a1a9-4169-bb90-17714c8f559a 94e7b265f6e14dd5a2e04e6274a7e55d 6acf73b3acbe44459bb1cc4140e7a9ac - - default default] Floating IP 52c56078-f131-40eb-bd3d-0c22ef15d1f6 disassociated. External IP: 10.96.250.206, port: a1e060d0-d395-4237-9864-6a5782c24ee7. [pid: 7|app: 0|req: 607/1248] 10.0.0.168 () {34 vars in 742 bytes} [Thu Aug 20 00:30:31 2026] PUT /v2.0/routers/f2b2f768-921d-4f45-8b1c-22e7c38408f0 => generated 487 bytes in 438 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1249] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:31 2026] GET /v2.0/ports?device_id=aa4f5b48-8b1f-432a-9f92-49f5d29404a1 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1250] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:32 2026] GET /v2.0/security-groups?tenant_id=258adad668af474792389181c4c2ce4c&name=default => generated 2925 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1251] 10.0.0.168 () {32 vars in 736 bytes} [Thu Aug 20 00:30:32 2026] GET /v2.0/ports?device_id=f2b2f768-921d-4f45-8b1c-22e7c38408f0 => 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: 611/1252] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:30:32 2026] GET /v2.0/security-groups?id=eaa25736-ac2f-48a1-b2d0-65b74386cebb&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:30:32.120 8 INFO neutron.services.segments.plugin [-] Segment 056495cb-d3fd-44b3-bb90-acd97d53786b resource provider aggregate not found 2026-08-20 00:30:32.123 8 INFO neutron.services.segments.plugin [-] Segment 056495cb-d3fd-44b3-bb90-acd97d53786b resource provider aggregate not found 2026-08-20 00:30:32.139 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 056495cb-d3fd-44b3-bb90-acd97d53786b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 056495cb-d3fd-44b3-bb90-acd97d53786b found for delete ", "request_id": "req-b0d5a08e-cbe6-4248-a4dc-55d995e86baa"}]} 2026-08-20 00:30:32.148 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 056495cb-d3fd-44b3-bb90-acd97d53786b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 056495cb-d3fd-44b3-bb90-acd97d53786b found for delete ", "request_id": "req-4fc81a72-dd01-42d8-97cf-d067f3664935"}]} 2026-08-20 00:30:32.161 8 INFO neutron.services.segments.plugin [-] Segment eceae193-7cf8-4842-9bdd-79bb4019cfcf resource provider aggregate not found 2026-08-20 00:30:32.165 8 INFO neutron.services.segments.plugin [-] Segment eceae193-7cf8-4842-9bdd-79bb4019cfcf resource provider aggregate not found 2026-08-20 00:30:32.180 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment eceae193-7cf8-4842-9bdd-79bb4019cfcf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eceae193-7cf8-4842-9bdd-79bb4019cfcf found for delete ", "request_id": "req-838bd0e7-75f9-452c-ae09-245c2f1b3817"}]} 2026-08-20 00:30:32.186 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment eceae193-7cf8-4842-9bdd-79bb4019cfcf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eceae193-7cf8-4842-9bdd-79bb4019cfcf found for delete ", "request_id": "req-71cb6f66-b420-4143-b0e1-b30389c87669"}]} 2026-08-20 00:30:32.201 8 INFO neutron.services.segments.plugin [-] Segment 9611d38d-3ff0-48aa-9f37-f6d8554bc9df resource provider aggregate not found 2026-08-20 00:30:32.206 8 INFO neutron.services.segments.plugin [-] Segment 9611d38d-3ff0-48aa-9f37-f6d8554bc9df resource provider aggregate not found [pid: 7|app: 0|req: 612/1253] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:32 2026] DELETE /v2.0/security-groups/02c8f833-d9a8-4755-9024-7456c3aff503 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:30:32.223 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9611d38d-3ff0-48aa-9f37-f6d8554bc9df resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9611d38d-3ff0-48aa-9f37-f6d8554bc9df found for delete ", "request_id": "req-942b1164-f1d5-4103-80cd-1a175e634f03"}]} 2026-08-20 00:30:32.226 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9611d38d-3ff0-48aa-9f37-f6d8554bc9df resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9611d38d-3ff0-48aa-9f37-f6d8554bc9df found for delete ", "request_id": "req-7a3e730d-28d3-460e-ac2c-e81f1f668c48"}]} 2026-08-20 00:30:32.362 7 INFO neutron_taas.services.taas.taas_plugin [None req-bab1df07-69b6-4496-8809-6862794ebe66 68f4bbe2d227490284c55d8893bae1b6 67fa3a67d2754e3ab66b8c1c623f83ee - - default default] TaaS: Handle Delete Port: 72f0f007-d8d9-4103-a817-94f68215dd62 2026-08-20 00:30:32.365 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bab1df07-69b6-4496-8809-6862794ebe66 68f4bbe2d227490284c55d8893bae1b6 67fa3a67d2754e3ab66b8c1c623f83ee - - default default] Tap Mirror: Handle Delete Port: 72f0f007-d8d9-4103-a817-94f68215dd62 [pid: 8|app: 0|req: 642/1254] 199.204.45.35 () {36 vars in 996 bytes} [Thu Aug 20 00:30:31 2026] DELETE /v2.0/ports/a1e060d0-d395-4237-9864-6a5782c24ee7 => generated 0 bytes in 622 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:30:32.439 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a23b4b49-4774-484c-ac2a-531bf7196014'] response: {'server_uuid': 'aa4f5b48-8b1f-432a-9f92-49f5d29404a1', 'name': 'network-vif-deleted', 'tag': 'a1e060d0-d395-4237-9864-6a5782c24ee7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 643/1255] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:32 2026] GET /v2.0/security-groups?tenant_id=cc9b763f33544a2a975ab865522c9234&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1256] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:30:32 2026] DELETE /v2.0/routers/f2b2f768-921d-4f45-8b1c-22e7c38408f0 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1257] 10.0.0.168 () {32 vars in 721 bytes} [Thu Aug 20 00:30:32 2026] GET /v2.0/routers/f2207d03-26bb-4873-8e7f-520e8553074d => generated 480 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1258] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:32 2026] DELETE /v2.0/security-groups/2cb9741e-bf04-4f52-8502-48944308c51e => 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: 615/1259] 10.0.0.168 () {34 vars in 742 bytes} [Thu Aug 20 00:30:32 2026] PUT /v2.0/routers/f2207d03-26bb-4873-8e7f-520e8553074d => generated 480 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1260] 10.0.0.168 () {32 vars in 736 bytes} [Thu Aug 20 00:30:33 2026] GET /v2.0/ports?device_id=f2207d03-26bb-4873-8e7f-520e8553074d => 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: 646/1261] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:33 2026] GET /v2.0/ports?device_id=aa4f5b48-8b1f-432a-9f92-49f5d29404a1 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:30:33.350 7 INFO neutron_taas.services.taas.taas_plugin [None req-e555998a-c84d-4e72-ae95-b2feeadfafe2 68f4bbe2d227490284c55d8893bae1b6 67fa3a67d2754e3ab66b8c1c623f83ee - - default default] TaaS: Handle Delete Port: cdc26dc2-3724-4082-a9ed-1c0be38c49de 2026-08-20 00:30:33.353 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e555998a-c84d-4e72-ae95-b2feeadfafe2 68f4bbe2d227490284c55d8893bae1b6 67fa3a67d2754e3ab66b8c1c623f83ee - - default default] Tap Mirror: Handle Delete Port: cdc26dc2-3724-4082-a9ed-1c0be38c49de 2026-08-20 00:30:33.705 7 INFO neutron.services.segments.plugin [-] Segment 4081f003-f9d6-4849-ad80-a954d23605de resource provider aggregate not found 2026-08-20 00:30:33.713 7 INFO neutron.services.segments.plugin [-] Segment 4081f003-f9d6-4849-ad80-a954d23605de resource provider aggregate not found 2026-08-20 00:30:33.727 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4081f003-f9d6-4849-ad80-a954d23605de resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4081f003-f9d6-4849-ad80-a954d23605de found for delete ", "request_id": "req-4769b30d-8bef-4c7d-99df-1d1865e3c981"}]} 2026-08-20 00:30:33.731 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4081f003-f9d6-4849-ad80-a954d23605de resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4081f003-f9d6-4849-ad80-a954d23605de found for delete ", "request_id": "req-21554058-2512-41dc-93c6-0ef81a751ca0"}]} 2026-08-20 00:30:33.736 7 INFO neutron.db.l3_hamode_db [None req-e555998a-c84d-4e72-ae95-b2feeadfafe2 68f4bbe2d227490284c55d8893bae1b6 67fa3a67d2754e3ab66b8c1c623f83ee - - default default] HA network c0a9bc3a-8c0d-4063-bc3f-fc156c01510e was deleted as no HA routers are present in tenant 67fa3a67d2754e3ab66b8c1c623f83ee. [pid: 7|app: 0|req: 616/1262] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:30:33 2026] DELETE /v2.0/routers/f2207d03-26bb-4873-8e7f-520e8553074d => generated 0 bytes in 608 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1263] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:34 2026] GET /v2.0/ports?device_id=aa4f5b48-8b1f-432a-9f92-49f5d29404a1 => 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: 617/1264] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:34 2026] GET /v2.0/security-groups?tenant_id=cfaa30c75a9d44fdbfe2fe4c5ebe8c0f&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1265] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:34 2026] DELETE /v2.0/security-groups/2f46b3b6-d2ac-470e-a22d-2f70aa53b8a8 => 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: 618/1266] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:34 2026] GET /v2.0/security-groups?tenant_id=ffa1a165fd594cbe9590a603174868de&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1267] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:35 2026] DELETE /v2.0/security-groups/acf4dae1-c57a-4dab-a26a-1710be4cb13e => 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: 650/1268] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:35 2026] GET /v2.0/ports?device_id=aa4f5b48-8b1f-432a-9f92-49f5d29404a1 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1269] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:35 2026] GET /v2.0/security-groups?tenant_id=67fa3a67d2754e3ab66b8c1c623f83ee&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1270] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:35 2026] DELETE /v2.0/security-groups/28ab3caf-ec1c-4a55-bca3-f9fad01ac3f3 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1271] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:36 2026] DELETE /v2.0/security-groups/eaa25736-ac2f-48a1-b2d0-65b74386cebb => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:30:36.560 8 INFO neutron.api.v2.resource [None req-9b1c9317-2220-4967-ae85-a109874e5c81 94e7b265f6e14dd5a2e04e6274a7e55d 6acf73b3acbe44459bb1cc4140e7a9ac - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 652/1272] 10.0.0.168 () {32 vars in 737 bytes} [Thu Aug 20 00:30:36 2026] GET /v2.0/security-groups/eaa25736-ac2f-48a1-b2d0-65b74386cebb => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:30:36.661 7 INFO neutron_taas.services.taas.taas_plugin [None req-fd2c855d-a8fb-4769-bf02-0a203637adb0 94e7b265f6e14dd5a2e04e6274a7e55d 6acf73b3acbe44459bb1cc4140e7a9ac - - default default] TaaS: Handle Delete Port: b1e91779-63c2-4339-897f-ac323229ea8e 2026-08-20 00:30:36.664 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd2c855d-a8fb-4769-bf02-0a203637adb0 94e7b265f6e14dd5a2e04e6274a7e55d 6acf73b3acbe44459bb1cc4140e7a9ac - - default default] Tap Mirror: Handle Delete Port: b1e91779-63c2-4339-897f-ac323229ea8e [pid: 7|app: 0|req: 621/1273] 10.0.0.168 () {32 vars in 732 bytes} [Thu Aug 20 00:30:36 2026] DELETE /v2.0/floatingips/52c56078-f131-40eb-bd3d-0c22ef15d1f6 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1274] 10.0.0.168 () {34 vars in 678 bytes} [Thu Aug 20 00:30:36 2026] POST /v2.0/qos/policies => generated 359 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1275] 10.0.0.168 () {34 vars in 678 bytes} [Thu Aug 20 00:30:37 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) 2026-08-20 00:30:37.230 8 INFO neutron_taas.services.taas.taas_plugin [None req-082f8514-c956-48b8-8c04-e18604e640a9 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: 1f43477d-72fa-4814-b9ff-b3f95cfe981f 2026-08-20 00:30:37.233 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-082f8514-c956-48b8-8c04-e18604e640a9 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: 1f43477d-72fa-4814-b9ff-b3f95cfe981f [pid: 7|app: 0|req: 624/1276] 10.0.0.168 () {34 vars in 678 bytes} [Thu Aug 20 00:30:37 2026] POST /v2.0/qos/policies => generated 359 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1277] 10.0.0.168 () {34 vars in 678 bytes} [Thu Aug 20 00:30:37 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1278] 10.0.0.168 () {34 vars in 678 bytes} [Thu Aug 20 00:30:37 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1279] 10.0.0.168 () {34 vars in 753 bytes} [Thu Aug 20 00:30:37 2026] PUT /v2.0/policies/57867ce9-44b1-4aa6-b8ef-e3ff6dd70ee6/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1280] 10.0.0.168 () {34 vars in 753 bytes} [Thu Aug 20 00:30:37 2026] PUT /v2.0/policies/a6d951cd-04f7-44a7-8c35-179a7517fbdc/tags => generated 25 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1281] 10.0.0.168 () {34 vars in 753 bytes} [Thu Aug 20 00:30:37 2026] PUT /v2.0/policies/4b9cf83b-0718-40fe-b694-4fe77b20b280/tags => generated 34 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1282] 10.0.0.168 () {34 vars in 753 bytes} [Thu Aug 20 00:30:37 2026] PUT /v2.0/policies/383f774a-e28a-43bc-bf96-cb4ecf2154d3/tags => generated 19 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1283] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:30:36 2026] PUT /v2.0/routers/497c35f2-7f98-4e5d-a75f-585e4c6b56ea/remove_router_interface => generated 309 bytes in 1003 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:30:38.109 7 INFO neutron_taas.services.taas.taas_plugin [None req-5488faef-e682-4c3c-b0d8-18a0bff665fa e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: 5a8c12eb-3c10-4cf9-9872-ea7f3b95fbf9 2026-08-20 00:30:38.113 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5488faef-e682-4c3c-b0d8-18a0bff665fa e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: 5a8c12eb-3c10-4cf9-9872-ea7f3b95fbf9 [pid: 8|app: 0|req: 654/1284] 10.0.0.168 () {32 vars in 674 bytes} [Thu Aug 20 00:30:38 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:30:38.411 7 INFO neutron_taas.services.taas.taas_plugin [None req-5488faef-e682-4c3c-b0d8-18a0bff665fa e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: 02dda52d-f0eb-4ebb-bf64-37fc4b4bb292 2026-08-20 00:30:38.415 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5488faef-e682-4c3c-b0d8-18a0bff665fa e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: 02dda52d-f0eb-4ebb-bf64-37fc4b4bb292 [pid: 8|app: 0|req: 655/1285] 10.0.0.168 () {32 vars in 688 bytes} [Thu Aug 20 00:30:38 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1286] 10.0.0.168 () {32 vars in 684 bytes} [Thu Aug 20 00:30:38 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1287] 10.0.0.168 () {32 vars in 696 bytes} [Thu Aug 20 00:30:38 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1288] 10.0.0.168 () {32 vars in 682 bytes} [Thu Aug 20 00:30:38 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1289] 10.0.0.168 () {32 vars in 696 bytes} [Thu Aug 20 00:30:38 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1290] 10.0.0.168 () {32 vars in 692 bytes} [Thu Aug 20 00:30:38 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1291] 10.0.0.168 () {32 vars in 704 bytes} [Thu Aug 20 00:30:38 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:30:38.798 7 INFO neutron.services.segments.plugin [-] Segment 786d6de1-51ec-4207-8d01-18084a2b0941 resource provider aggregate not found 2026-08-20 00:30:38.806 7 INFO neutron.services.segments.plugin [-] Segment 786d6de1-51ec-4207-8d01-18084a2b0941 resource provider aggregate not found 2026-08-20 00:30:38.817 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 786d6de1-51ec-4207-8d01-18084a2b0941 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 786d6de1-51ec-4207-8d01-18084a2b0941 found for delete ", "request_id": "req-1d66fbf6-7af1-4a24-a71f-a542901f241d"}]} [pid: 8|app: 0|req: 662/1292] 10.0.0.168 () {32 vars in 734 bytes} [Thu Aug 20 00:30:38 2026] DELETE /v2.0/qos/policies/57867ce9-44b1-4aa6-b8ef-e3ff6dd70ee6 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:30:38.828 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 786d6de1-51ec-4207-8d01-18084a2b0941 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 786d6de1-51ec-4207-8d01-18084a2b0941 found for delete ", "request_id": "req-df1d3ab2-8103-4d52-a8c8-43e7a6aa7290"}]} 2026-08-20 00:30:38.834 7 INFO neutron.db.l3_hamode_db [None req-5488faef-e682-4c3c-b0d8-18a0bff665fa e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] HA network a6b9405c-9176-4dc2-a60f-e2c5a02b5c3b was deleted as no HA routers are present in tenant 6acf73b3acbe44459bb1cc4140e7a9ac. [pid: 7|app: 0|req: 631/1293] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:30:37 2026] DELETE /v2.0/routers/497c35f2-7f98-4e5d-a75f-585e4c6b56ea => generated 0 bytes in 975 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1294] 10.0.0.168 () {32 vars in 734 bytes} [Thu Aug 20 00:30:38 2026] DELETE /v2.0/qos/policies/a6d951cd-04f7-44a7-8c35-179a7517fbdc => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1295] 10.0.0.168 () {32 vars in 734 bytes} [Thu Aug 20 00:30:38 2026] DELETE /v2.0/qos/policies/4b9cf83b-0718-40fe-b694-4fe77b20b280 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1296] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:30:38 2026] DELETE /v2.0/subnets/a89778dd-5aa4-49f7-99aa-9f1559dc6448 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1297] 10.0.0.168 () {32 vars in 734 bytes} [Thu Aug 20 00:30:38 2026] DELETE /v2.0/qos/policies/383f774a-e28a-43bc-bf96-cb4ecf2154d3 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1298] 10.0.0.168 () {32 vars in 734 bytes} [Thu Aug 20 00:30:39 2026] DELETE /v2.0/qos/policies/c2b86d3c-cd08-4bda-bdf8-cf4059114a30 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:30:39.105 7 INFO neutron_taas.services.taas.taas_plugin [None req-fdf835f3-2a86-474c-8392-3bf42df52227 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: 4456d0ec-84ab-4778-95b8-c1b0e54467da 2026-08-20 00:30:39.108 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fdf835f3-2a86-474c-8392-3bf42df52227 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: 4456d0ec-84ab-4778-95b8-c1b0e54467da [pid: 7|app: 0|req: 633/1301] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:30:39 2026] DELETE /v2.0/networks/62bb9a52-ea48-4700-88d0-d3c293b70936 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1302] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:39 2026] GET /v2.0/security-groups?tenant_id=6acf73b3acbe44459bb1cc4140e7a9ac&name=default => generated 2925 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1303] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:39 2026] DELETE /v2.0/security-groups/5944346a-0e9a-4963-acb8-56c9b2955556 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:30:39.954 8 INFO neutron.db.segments_db [None req-de43f9fd-34f0-40ac-9c38-c59b6785a2a0 1ef2b7e723954e55be56dfc28834a2f5 6e40bca6b15948ad8c51e50e5e9049b7 - - default default] Added segment ae025cdc-b945-4cf8-8a2f-7a0f93e47e6a of type vxlan for network d602e30e-5b43-45b5-8845-fc20a73abb9c [pid: 8|app: 0|req: 670/1304] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:30:39 2026] POST /v2.0/networks => generated 631 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1305] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:39 2026] GET /v2.0/security-groups?tenant_id=f309f6c98af1495dab2bfd57b5aa66b5&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1306] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:40 2026] DELETE /v2.0/security-groups/9cf2205d-a603-47f1-bf36-47585786c91d => 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: 671/1307] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:30:40 2026] POST /v2.0/subnets => generated 626 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:30:40.340 8 INFO neutron.db.segments_db [None req-12989128-0f05-4eb1-bae7-55fc2b70dfc3 1ef2b7e723954e55be56dfc28834a2f5 6e40bca6b15948ad8c51e50e5e9049b7 - - default default] Added segment a84d8c1b-8d10-4411-bd07-92adfc2bd6a9 of type vxlan for network 699f5ed7-3982-4936-a6da-b9c59d0d7159 [pid: 7|app: 0|req: 637/1308] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:40 2026] GET /v2.0/security-groups?tenant_id=4c8f0a1e444a455f8f4bc54892691c48&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1309] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:30:40 2026] POST /v2.0/networks => generated 631 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1310] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:40 2026] DELETE /v2.0/security-groups/cecbfd65-6033-4cbf-ad75-79f21665806e => 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: 673/1311] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:30:40 2026] POST /v2.0/subnets => generated 629 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1312] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:40 2026] GET /v2.0/security-groups?tenant_id=4825f53cc26642cf86df4f84ce8642c6&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:30:40.773 8 INFO neutron.db.segments_db [None req-60085090-6799-45df-a7c8-104e25ac5f30 1ef2b7e723954e55be56dfc28834a2f5 6e40bca6b15948ad8c51e50e5e9049b7 - - default default] Added segment c0cb91e1-0e6d-4938-ba60-4fd9fbcd6d9b of type vxlan for network dc76daec-7842-4cf4-b4f8-800593a4bc03 2026-08-20 00:30:40.847 7 INFO neutron.services.segments.plugin [-] Segment d47ab30c-def0-4b77-a985-b3a67b5f7a3e resource provider aggregate not found 2026-08-20 00:30:40.855 7 INFO neutron.services.segments.plugin [-] Segment d47ab30c-def0-4b77-a985-b3a67b5f7a3e resource provider aggregate not found [pid: 8|app: 0|req: 674/1313] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:30:40 2026] POST /v2.0/networks => generated 631 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:30:40.865 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d47ab30c-def0-4b77-a985-b3a67b5f7a3e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d47ab30c-def0-4b77-a985-b3a67b5f7a3e found for delete ", "request_id": "req-663737a3-72f5-4397-870a-f638e3491cec"}]} 2026-08-20 00:30:40.872 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d47ab30c-def0-4b77-a985-b3a67b5f7a3e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d47ab30c-def0-4b77-a985-b3a67b5f7a3e found for delete ", "request_id": "req-84aff0d4-14bd-4fe9-a388-4d0e83c0b5b1"}]} [pid: 7|app: 0|req: 640/1314] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:40 2026] DELETE /v2.0/security-groups/db461593-f14a-47e6-89fe-5e02616ab18c => 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: 675/1315] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:30:40 2026] POST /v2.0/subnets => generated 629 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:30:41.186 7 INFO neutron.db.segments_db [None req-46b63493-6871-4bb5-8c3a-004a75e85598 1ef2b7e723954e55be56dfc28834a2f5 6e40bca6b15948ad8c51e50e5e9049b7 - - default default] Added segment 0ebfa599-1431-4530-afb2-76cfdd63a8ea of type vxlan for network 3bf548b2-67bb-4dbc-aaf7-17b8e4db32e5 [pid: 7|app: 0|req: 641/1316] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:30:41 2026] POST /v2.0/networks => generated 631 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1317] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:30:41 2026] POST /v2.0/subnets => generated 629 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:30:41.626 8 INFO neutron.db.segments_db [None req-0ec0e4e8-e0f0-483f-a4a0-2e97d2cbdd68 1ef2b7e723954e55be56dfc28834a2f5 6e40bca6b15948ad8c51e50e5e9049b7 - - default default] Added segment 44fbbf37-55c0-4ae1-8eed-bff13f33ebd5 of type vxlan for network eb58f451-3a2d-4663-897b-067388c70151 2026-08-20 00:30:41.688 7 INFO neutron.db.segments_db [None req-82d11f71-ce3b-4fd4-9d1a-629bd08827da e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment ea321895-cbd5-45e0-8c52-b9554344a0e8 of type vxlan for network b15d1a83-e139-4ba4-ab19-b536486ec129 [pid: 8|app: 0|req: 677/1318] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:30:41 2026] POST /v2.0/networks => generated 632 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1319] 10.0.0.168 () {34 vars in 671 bytes} [Thu Aug 20 00:30:41 2026] POST /v2.0/networks => generated 744 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1320] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:30:41 2026] POST /v2.0/subnets => generated 629 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1321] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:30:41 2026] POST /v2.0/subnets => generated 691 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1322] 10.0.0.168 () {34 vars in 751 bytes} [Thu Aug 20 00:30:41 2026] PUT /v2.0/subnets/ac66f6cf-0d5f-4be5-b92e-ce93cfce82c9/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:30:42.004 7 INFO neutron.db.segments_db [None req-bda9cfd7-041f-446a-acb7-5a3332184d42 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment e61ec9ac-991e-4ced-b718-cc55c48242f1 of type vxlan for network ad84f00f-1826-48a5-b0a8-62409e070c37 [pid: 8|app: 0|req: 680/1323] 10.0.0.168 () {34 vars in 751 bytes} [Thu Aug 20 00:30:41 2026] PUT /v2.0/subnets/92f77e0a-6e60-4a83-b5db-e013e4a956ea/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1324] 10.0.0.168 () {34 vars in 751 bytes} [Thu Aug 20 00:30:42 2026] PUT /v2.0/subnets/d0601fc9-d026-4f30-937a-53aca788f467/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1325] 10.0.0.168 () {34 vars in 751 bytes} [Thu Aug 20 00:30:42 2026] PUT /v2.0/subnets/caef3268-6f5f-4b54-9b58-4d4f688c2aa4/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1326] 10.0.0.168 () {32 vars in 664 bytes} [Thu Aug 20 00:30:42 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:30:42.256 7 INFO neutron.db.l3_hamode_db [None req-bda9cfd7-041f-446a-acb7-5a3332184d42 e9acc8a2cd3a4759a584470e72c71732 902a202a908d4a4d868e68b1aca04c10 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 684/1327] 10.0.0.168 () {32 vars in 678 bytes} [Thu Aug 20 00:30:42 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1328] 10.0.0.168 () {32 vars in 674 bytes} [Thu Aug 20 00:30:42 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1329] 10.0.0.168 () {32 vars in 686 bytes} [Thu Aug 20 00:30:42 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1330] 10.0.0.168 () {32 vars in 672 bytes} [Thu Aug 20 00:30:42 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1331] 10.0.0.168 () {32 vars in 686 bytes} [Thu Aug 20 00:30:42 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1332] 10.0.0.168 () {32 vars in 682 bytes} [Thu Aug 20 00:30:42 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1333] 10.0.0.168 () {32 vars in 694 bytes} [Thu Aug 20 00:30:42 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1334] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:30:42 2026] DELETE /v2.0/subnets/ac66f6cf-0d5f-4be5-b92e-ce93cfce82c9 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1335] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:30:42 2026] DELETE /v2.0/subnets/92f77e0a-6e60-4a83-b5db-e013e4a956ea => 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: 693/1336] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:30:42 2026] DELETE /v2.0/subnets/d0601fc9-d026-4f30-937a-53aca788f467 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:30:43.095 7 INFO neutron.db.l3_hamode_db [None req-bda9cfd7-041f-446a-acb7-5a3332184d42 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 694/1337] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:30:42 2026] DELETE /v2.0/subnets/caef3268-6f5f-4b54-9b58-4d4f688c2aa4 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1338] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:30:43 2026] DELETE /v2.0/subnets/b9c37948-938f-4629-a9c9-888eb698bca8 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:30:43.314 8 INFO neutron_taas.services.taas.taas_plugin [None req-02d49c44-e8d6-4142-950b-f5c6f9ffd152 1ef2b7e723954e55be56dfc28834a2f5 6e40bca6b15948ad8c51e50e5e9049b7 - - default default] TaaS: Handle Delete Port: 4e21b2da-054b-46e1-959e-2c45ac3c6f63 2026-08-20 00:30:43.317 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02d49c44-e8d6-4142-950b-f5c6f9ffd152 1ef2b7e723954e55be56dfc28834a2f5 6e40bca6b15948ad8c51e50e5e9049b7 - - default default] Tap Mirror: Handle Delete Port: 4e21b2da-054b-46e1-959e-2c45ac3c6f63 2026-08-20 00:30:43.473 8 INFO neutron.services.segments.plugin [-] Segment ae025cdc-b945-4cf8-8a2f-7a0f93e47e6a resource provider aggregate not found 2026-08-20 00:30:43.479 8 INFO neutron.services.segments.plugin [-] Segment ae025cdc-b945-4cf8-8a2f-7a0f93e47e6a resource provider aggregate not found 2026-08-20 00:30:43.494 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ae025cdc-b945-4cf8-8a2f-7a0f93e47e6a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae025cdc-b945-4cf8-8a2f-7a0f93e47e6a found for delete ", "request_id": "req-bd1b57ea-1f56-49b7-8639-c49e1115849d"}]} 2026-08-20 00:30:43.494 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ae025cdc-b945-4cf8-8a2f-7a0f93e47e6a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae025cdc-b945-4cf8-8a2f-7a0f93e47e6a found for delete ", "request_id": "req-97c7bb5b-6448-4b6b-85b0-5593477a9036"}]} [pid: 8|app: 0|req: 696/1339] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:30:43 2026] DELETE /v2.0/networks/d602e30e-5b43-45b5-8845-fc20a73abb9c => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1340] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:30:43 2026] DELETE /v2.0/networks/699f5ed7-3982-4936-a6da-b9c59d0d7159 => 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: 698/1341] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:30:43 2026] DELETE /v2.0/networks/dc76daec-7842-4cf4-b4f8-800593a4bc03 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1342] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:30:43 2026] DELETE /v2.0/networks/3bf548b2-67bb-4dbc-aaf7-17b8e4db32e5 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1343] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:30:41 2026] POST /v2.0/routers => generated 731 bytes in 1988 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1344] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:30:43 2026] DELETE /v2.0/networks/eb58f451-3a2d-4663-897b-067388c70151 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1345] 10.0.0.168 () {34 vars in 783 bytes} [Thu Aug 20 00:30:43 2026] PUT /v2.0/routers/68a64135-b536-4383-aa6f-60a55756ad73/add_router_interface => generated 309 bytes in 1120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1346] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:45 2026] GET /v2.0/security-groups?tenant_id=6e40bca6b15948ad8c51e50e5e9049b7&name=default => generated 2925 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1347] 10.0.0.168 () {34 vars in 684 bytes} [Thu Aug 20 00:30:44 2026] POST /v2.0/security-groups => generated 1601 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1348] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:45 2026] DELETE /v2.0/security-groups/85927f77-8022-411e-a749-d0bd55c8343f => 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: 702/1349] 10.0.0.168 () {34 vars in 684 bytes} [Thu Aug 20 00:30:45 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: 703/1350] 10.0.0.168 () {34 vars in 684 bytes} [Thu Aug 20 00:30:45 2026] POST /v2.0/security-groups => generated 1601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1351] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:45 2026] GET /v2.0/security-groups?tenant_id=9887149e9bf34b20a50825f3f3699e57&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:30:45.518 8 INFO neutron.services.segments.plugin [-] Segment a84d8c1b-8d10-4411-bd07-92adfc2bd6a9 resource provider aggregate not found 2026-08-20 00:30:45.526 8 INFO neutron.services.segments.plugin [-] Segment a84d8c1b-8d10-4411-bd07-92adfc2bd6a9 resource provider aggregate not found 2026-08-20 00:30:45.545 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a84d8c1b-8d10-4411-bd07-92adfc2bd6a9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a84d8c1b-8d10-4411-bd07-92adfc2bd6a9 found for delete ", "request_id": "req-4001e0ab-2e3b-4e41-89cf-9f3c4f9c8dec"}]} 2026-08-20 00:30:45.549 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a84d8c1b-8d10-4411-bd07-92adfc2bd6a9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a84d8c1b-8d10-4411-bd07-92adfc2bd6a9 found for delete ", "request_id": "req-f4c090da-1422-4dab-a6a8-b6ddd727549e"}]} [pid: 7|app: 0|req: 649/1352] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:45 2026] DELETE /v2.0/security-groups/e3f932ef-c622-4223-acf2-e90f64b31be2 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:30:45.564 8 INFO neutron.services.segments.plugin [-] Segment c0cb91e1-0e6d-4938-ba60-4fd9fbcd6d9b resource provider aggregate not found 2026-08-20 00:30:45.568 8 INFO neutron.services.segments.plugin [-] Segment c0cb91e1-0e6d-4938-ba60-4fd9fbcd6d9b resource provider aggregate not found 2026-08-20 00:30:45.585 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c0cb91e1-0e6d-4938-ba60-4fd9fbcd6d9b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0cb91e1-0e6d-4938-ba60-4fd9fbcd6d9b found for delete ", "request_id": "req-4286d1a3-2c21-497e-b650-b0ea7702211b"}]} 2026-08-20 00:30:45.587 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c0cb91e1-0e6d-4938-ba60-4fd9fbcd6d9b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0cb91e1-0e6d-4938-ba60-4fd9fbcd6d9b found for delete ", "request_id": "req-2f88ed7c-21d3-406f-92d8-03766a569ff2"}]} 2026-08-20 00:30:45.614 8 INFO neutron.services.segments.plugin [-] Segment 0ebfa599-1431-4530-afb2-76cfdd63a8ea resource provider aggregate not found 2026-08-20 00:30:45.626 8 INFO neutron.services.segments.plugin [-] Segment 0ebfa599-1431-4530-afb2-76cfdd63a8ea resource provider aggregate not found 2026-08-20 00:30:45.642 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0ebfa599-1431-4530-afb2-76cfdd63a8ea resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ebfa599-1431-4530-afb2-76cfdd63a8ea found for delete ", "request_id": "req-3d332dfa-4814-43bd-9204-53f08aa827f2"}]} 2026-08-20 00:30:45.662 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0ebfa599-1431-4530-afb2-76cfdd63a8ea resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ebfa599-1431-4530-afb2-76cfdd63a8ea found for delete ", "request_id": "req-ef741979-afa8-4891-b1e5-376f0460b10d"}]} 2026-08-20 00:30:45.669 8 INFO neutron.services.segments.plugin [-] Segment 44fbbf37-55c0-4ae1-8eed-bff13f33ebd5 resource provider aggregate not found 2026-08-20 00:30:45.685 8 INFO neutron.services.segments.plugin [-] Segment 44fbbf37-55c0-4ae1-8eed-bff13f33ebd5 resource provider aggregate not found 2026-08-20 00:30:45.695 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 44fbbf37-55c0-4ae1-8eed-bff13f33ebd5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44fbbf37-55c0-4ae1-8eed-bff13f33ebd5 found for delete ", "request_id": "req-12b59b06-0215-48c5-9fb9-4104f42c9688"}]} 2026-08-20 00:30:45.705 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 44fbbf37-55c0-4ae1-8eed-bff13f33ebd5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44fbbf37-55c0-4ae1-8eed-bff13f33ebd5 found for delete ", "request_id": "req-4ba0f612-d0e4-44ae-9a1a-795619409904"}]} [pid: 8|app: 0|req: 704/1353] 10.0.0.168 () {34 vars in 684 bytes} [Thu Aug 20 00:30:45 2026] POST /v2.0/security-groups => generated 1601 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1354] 10.0.0.168 () {34 vars in 685 bytes} [Thu Aug 20 00:30:45 2026] POST /v2.0/security-groups => generated 1660 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1355] 10.0.0.168 () {34 vars in 684 bytes} [Thu Aug 20 00:30:45 2026] POST /v2.0/security-groups => generated 1601 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1356] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:45 2026] GET /v2.0/security-groups?tenant_id=6ba8ca65179a45da8187e516f9234ec8&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1357] 10.0.0.168 () {34 vars in 767 bytes} [Thu Aug 20 00:30:45 2026] PUT /v2.0/security-groups/bb736520-5b36-40de-803f-88f9da3ed381/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1358] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:30:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1359] 10.0.0.168 () {34 vars in 767 bytes} [Thu Aug 20 00:30:45 2026] PUT /v2.0/security-groups/66842169-0bd5-4320-88c4-e93a6ba96ba4/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: 653/1360] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:45 2026] DELETE /v2.0/security-groups/f3b1e6f9-ff36-4d50-8288-2d7dda173809 => 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: 654/1361] 10.0.0.168 () {34 vars in 767 bytes} [Thu Aug 20 00:30:46 2026] PUT /v2.0/security-groups/1873ef2f-244f-4079-b861-e0019a0272db/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: 708/1362] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:30:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1363] 10.0.0.168 () {34 vars in 767 bytes} [Thu Aug 20 00:30:46 2026] PUT /v2.0/security-groups/e767b229-c37d-45da-a8b1-d5a4a18110f6/tags => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1364] 10.0.0.168 () {32 vars in 680 bytes} [Thu Aug 20 00:30:46 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1365] 10.0.0.168 () {32 vars in 694 bytes} [Thu Aug 20 00:30:46 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1366] 10.0.0.168 () {32 vars in 690 bytes} [Thu Aug 20 00:30:46 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1367] 10.0.0.168 () {32 vars in 702 bytes} [Thu Aug 20 00:30:46 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1368] 10.0.0.168 () {32 vars in 688 bytes} [Thu Aug 20 00:30:46 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1369] 10.0.0.168 () {32 vars in 702 bytes} [Thu Aug 20 00:30:46 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1370] 10.0.0.168 () {32 vars in 698 bytes} [Thu Aug 20 00:30:46 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: 7|app: 0|req: 663/1371] 10.0.0.168 () {32 vars in 710 bytes} [Thu Aug 20 00:30:46 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1372] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:46 2026] DELETE /v2.0/security-groups/bb736520-5b36-40de-803f-88f9da3ed381 => 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: 709/1373] 10.0.0.168 () {34 vars in 676 bytes} [Thu Aug 20 00:30:46 2026] POST /v2.0/floatingips => generated 552 bytes in 600 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1374] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:46 2026] DELETE /v2.0/security-groups/66842169-0bd5-4320-88c4-e93a6ba96ba4 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1375] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:46 2026] DELETE /v2.0/security-groups/1873ef2f-244f-4079-b861-e0019a0272db => 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: 666/1376] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:46 2026] DELETE /v2.0/security-groups/e767b229-c37d-45da-a8b1-d5a4a18110f6 => 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: 711/1377] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:46 2026] DELETE /v2.0/security-groups/b17cbe08-49e7-4c6e-9188-3dc85e31d787 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1378] 10.0.0.174 () {34 vars in 1098 bytes} [Thu Aug 20 00:30:47 2026] GET /v2.0/security-groups?name=tempest-securitygroup--218023055&fields=id&tenant_id=902a202a908d4a4d868e68b1aca04c10 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1379] 10.0.0.174 () {34 vars in 982 bytes} [Thu Aug 20 00:30:47 2026] GET /v2.0/networks?id=b15d1a83-e139-4ba4-ab19-b536486ec129 => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1380] 10.0.0.174 () {34 vars in 965 bytes} [Thu Aug 20 00:30:47 2026] GET /v2.0/quotas/902a202a908d4a4d868e68b1aca04c10 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1381] 10.0.0.174 () {34 vars in 1002 bytes} [Thu Aug 20 00:30:47 2026] GET /v2.0/ports?tenant_id=902a202a908d4a4d868e68b1aca04c10&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1382] 10.0.0.174 () {34 vars in 1008 bytes} [Thu Aug 20 00:30:47 2026] GET /v2.0/networks/b15d1a83-e139-4ba4-ab19-b536486ec129?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: 714/1383] 10.0.0.174 () {34 vars in 1108 bytes} [Thu Aug 20 00:30:47 2026] GET /v2.0/networks/b15d1a83-e139-4ba4-ab19-b536486ec129?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: 670/1384] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:47 2026] GET /v2.0/ports?device_id=e1d883fe-a305-4039-8d4d-dc2dc878490f => 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: 715/1385] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:47 2026] GET /v2.0/security-groups?tenant_id=1535df7c007f40f5b07bb875c623650e&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1386] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:48 2026] DELETE /v2.0/security-groups/a75d9776-72e4-4447-96c5-934bc1956361 => 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: 716/1387] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:48 2026] GET /v2.0/security-groups?tenant_id=02a1710c655c454ea47e90e2e25e3ae1&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1388] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:48 2026] DELETE /v2.0/security-groups/a998a3cd-e28d-4e34-9cf2-342391a61d28 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1389] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:48 2026] GET /v2.0/security-groups?tenant_id=5db6ba45393749e89ca0be4b2e808cba&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1390] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:48 2026] GET /v2.0/ports?device_id=e1d883fe-a305-4039-8d4d-dc2dc878490f => 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: 673/1391] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:48 2026] DELETE /v2.0/security-groups/7c2ad6d1-9b0a-4454-80d4-2924061241dc => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1392] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:49 2026] GET /v2.0/ports?device_id=e1d883fe-a305-4039-8d4d-dc2dc878490f => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:30:51.020 7 INFO neutron.db.segments_db [None req-752be296-eb1e-43d1-b8ac-fbfb0ace7170 80f2b52a778c4da0a7c08065a8f1cd8d 13b3f98f14554029b6a542cf2610ccc9 - - default default] Added segment e98a2fc7-84e9-4b16-855b-58078b503f1c of type vxlan for network 9c0e7a2a-79e7-409c-8df2-2e12516b5995 [pid: 8|app: 0|req: 720/1393] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:51 2026] GET /v2.0/ports?device_id=e1d883fe-a305-4039-8d4d-dc2dc878490f => 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: 674/1394] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:30:50 2026] POST /v2.0/networks => generated 632 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1395] 10.0.0.168 () {34 vars in 664 bytes} [Thu Aug 20 00:30:51 2026] POST /v2.0/ports => generated 743 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1396] 10.0.0.168 () {34 vars in 666 bytes} [Thu Aug 20 00:30:51 2026] POST /v2.0/trunks => generated 407 bytes in 239 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-08-20 00:30:51.680 8 INFO neutron.db.segments_db [None req-cc2507e5-14ea-4072-9d34-3073a3bd89ac 80f2b52a778c4da0a7c08065a8f1cd8d 13b3f98f14554029b6a542cf2610ccc9 - - default default] Added segment 2be9ddd0-d4c3-46c4-b2a7-0abc3bb78874 of type vxlan for network f43331ab-c146-44ee-89f6-9a1ad2944e23 [pid: 8|app: 0|req: 722/1397] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:30:51 2026] POST /v2.0/networks => generated 631 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1398] 10.0.0.168 () {34 vars in 664 bytes} [Thu Aug 20 00:30:51 2026] POST /v2.0/ports => generated 743 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 723/1399] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:30:52 2026] GET /v2.0/networks?id=b15d1a83-e139-4ba4-ab19-b536486ec129 => generated 676 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1400] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:52 2026] GET /v2.0/ports?device_id=e1d883fe-a305-4039-8d4d-dc2dc878490f => 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: 725/1401] 199.204.45.35 () {34 vars in 1049 bytes} [Thu Aug 20 00:30:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=902a202a908d4a4d868e68b1aca04c10 => 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: 677/1402] 10.0.0.168 () {34 vars in 666 bytes} [Thu Aug 20 00:30:52 2026] POST /v2.0/trunks => generated 407 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:30:52.297 7 INFO neutron.db.segments_db [None req-89442cd9-a62b-41e2-934c-0697afdeb86c 80f2b52a778c4da0a7c08065a8f1cd8d 13b3f98f14554029b6a542cf2610ccc9 - - default default] Added segment c1aaef9c-7c14-4d46-b8f1-3ea644567553 of type vxlan for network e1481574-0fcd-44f8-936d-ed9e07d4d289 [pid: 7|app: 0|req: 678/1403] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:30:52 2026] POST /v2.0/networks => generated 631 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1404] 199.204.45.35 () {38 vars in 954 bytes} [Thu Aug 20 00:30:52 2026] POST /v2.0/ports => generated 958 bytes in 422 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: 679/1405] 10.0.0.168 () {34 vars in 664 bytes} [Thu Aug 20 00:30:52 2026] POST /v2.0/ports => generated 743 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 680/1406] 10.0.0.168 () {34 vars in 666 bytes} [Thu Aug 20 00:30:52 2026] POST /v2.0/trunks => generated 407 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:30:52.920 7 INFO neutron.db.segments_db [None req-86296a48-9975-456a-b308-9b871df34e85 80f2b52a778c4da0a7c08065a8f1cd8d 13b3f98f14554029b6a542cf2610ccc9 - - default default] Added segment 0f315b07-ebaa-456e-bc2e-0e174a244305 of type vxlan for network 7d785d61-a42e-415f-be7e-34d4b707671a [pid: 8|app: 0|req: 727/1407] 199.204.45.35 () {38 vars in 1027 bytes} [Thu Aug 20 00:30:52 2026] PUT /v2.0/ports/d06008d7-5c9b-47f7-9d0e-22d9da4b4b8a => generated 1239 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1408] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:30:52 2026] POST /v2.0/networks => generated 631 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:30:53.026 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-64771ea7-3d55-4f9c-b0e6-a54db1bef7cd'] response: {'name': 'network-changed', 'server_uuid': 'e1d883fe-a305-4039-8d4d-dc2dc878490f', 'tag': 'd06008d7-5c9b-47f7-9d0e-22d9da4b4b8a', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 728/1409] 10.0.0.168 () {34 vars in 676 bytes} [Thu Aug 20 00:30:52 2026] POST /v2.0/subnetpools => generated 516 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1410] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:53 2026] GET /v2.0/ports?device_id=e1d883fe-a305-4039-8d4d-dc2dc878490f => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1411] 10.0.0.168 () {34 vars in 676 bytes} [Thu Aug 20 00:30:53 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) [pid: 8|app: 0|req: 731/1412] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:30:53 2026] GET /v2.0/security-groups?id=8eea2f84-b3ab-4051-b079-66f8422b89d9&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: 732/1413] 10.0.0.168 () {34 vars in 676 bytes} [Thu Aug 20 00:30:53 2026] POST /v2.0/subnetpools => generated 516 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1414] 10.0.0.168 () {34 vars in 676 bytes} [Thu Aug 20 00:30:53 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: 734/1415] 10.0.0.168 () {34 vars in 676 bytes} [Thu Aug 20 00:30:53 2026] POST /v2.0/subnetpools => generated 516 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1416] 10.0.0.168 () {34 vars in 759 bytes} [Thu Aug 20 00:30:53 2026] PUT /v2.0/subnetpools/ce2a9132-0cf8-4e33-83d2-65b175c164c9/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1417] 10.0.0.168 () {34 vars in 759 bytes} [Thu Aug 20 00:30:53 2026] PUT /v2.0/subnetpools/e7e36b52-1c6c-4982-a55a-dbb040ebfa04/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1418] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:30:53 2026] GET /v2.0/ports?tenant_id=902a202a908d4a4d868e68b1aca04c10&device_id=e1d883fe-a305-4039-8d4d-dc2dc878490f => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1419] 10.0.0.168 () {34 vars in 759 bytes} [Thu Aug 20 00:30:53 2026] PUT /v2.0/subnetpools/3e2bdfde-0c8b-46ea-8ac4-8b8bff67a009/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1420] 199.204.45.35 () {34 vars in 1017 bytes} [Thu Aug 20 00:30:53 2026] GET /v2.0/networks?tenant_id=902a202a908d4a4d868e68b1aca04c10&shared=False => generated 772 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1421] 10.0.0.168 () {34 vars in 664 bytes} [Thu Aug 20 00:30:53 2026] POST /v2.0/ports => generated 743 bytes in 723 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1422] 10.0.0.168 () {34 vars in 759 bytes} [Thu Aug 20 00:30:53 2026] PUT /v2.0/subnetpools/184e7072-bf02-4a02-b52e-7a283bbba971/tags => generated 19 bytes in 30 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: 683/1423] 199.204.45.35 () {34 vars in 929 bytes} [Thu Aug 20 00:30:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1424] 10.0.0.168 () {32 vars in 672 bytes} [Thu Aug 20 00:30:53 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1425] 10.0.0.168 () {32 vars in 686 bytes} [Thu Aug 20 00:30:53 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: 7|app: 0|req: 686/1426] 10.0.0.168 () {32 vars in 682 bytes} [Thu Aug 20 00:30:53 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1427] 10.0.0.168 () {32 vars in 694 bytes} [Thu Aug 20 00:30:53 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1428] 10.0.0.168 () {32 vars in 680 bytes} [Thu Aug 20 00:30:53 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1429] 10.0.0.168 () {34 vars in 666 bytes} [Thu Aug 20 00:30:53 2026] POST /v2.0/trunks => generated 407 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1430] 10.0.0.168 () {32 vars in 694 bytes} [Thu Aug 20 00:30:53 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1431] 10.0.0.168 () {32 vars in 690 bytes} [Thu Aug 20 00:30:53 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:30:53.966 8 INFO neutron.db.segments_db [None req-d1a961e8-4f83-4e8d-8937-123e3d34b42d 80f2b52a778c4da0a7c08065a8f1cd8d 13b3f98f14554029b6a542cf2610ccc9 - - default default] Added segment 6a68ebe3-be1d-48a2-a8df-a486d1499266 of type vxlan for network a70b7459-03b2-4ab2-a956-4034370afd29 [pid: 7|app: 0|req: 691/1432] 10.0.0.168 () {32 vars in 702 bytes} [Thu Aug 20 00:30:53 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1433] 10.0.0.168 () {32 vars in 732 bytes} [Thu Aug 20 00:30:53 2026] DELETE /v2.0/subnetpools/ce2a9132-0cf8-4e33-83d2-65b175c164c9 => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1434] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:30:53 2026] POST /v2.0/networks => generated 631 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1435] 10.0.0.168 () {32 vars in 732 bytes} [Thu Aug 20 00:30:54 2026] DELETE /v2.0/subnetpools/e7e36b52-1c6c-4982-a55a-dbb040ebfa04 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1436] 10.0.0.168 () {32 vars in 732 bytes} [Thu Aug 20 00:30:54 2026] DELETE /v2.0/subnetpools/3e2bdfde-0c8b-46ea-8ac4-8b8bff67a009 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1437] 10.0.0.168 () {32 vars in 732 bytes} [Thu Aug 20 00:30:54 2026] DELETE /v2.0/subnetpools/184e7072-bf02-4a02-b52e-7a283bbba971 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1438] 10.0.0.168 () {32 vars in 732 bytes} [Thu Aug 20 00:30:54 2026] DELETE /v2.0/subnetpools/72642848-3f0a-42fb-a076-a3d08de9f689 => 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: 699/1441] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:54 2026] GET /v2.0/ports?device_id=e1d883fe-a305-4039-8d4d-dc2dc878490f => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1442] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:30:54 2026] GET /v2.0/security-groups?id=8eea2f84-b3ab-4051-b079-66f8422b89d9&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: 743/1443] 10.0.0.168 () {34 vars in 664 bytes} [Thu Aug 20 00:30:54 2026] POST /v2.0/ports => generated 743 bytes in 673 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: 744/1444] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:30:54 2026] GET /v2.0/ports?tenant_id=902a202a908d4a4d868e68b1aca04c10&device_id=e1d883fe-a305-4039-8d4d-dc2dc878490f => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1445] 10.0.0.168 () {34 vars in 666 bytes} [Thu Aug 20 00:30:54 2026] POST /v2.0/trunks => generated 407 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1446] 199.204.45.35 () {34 vars in 1059 bytes} [Thu Aug 20 00:30:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=d06008d7-5c9b-47f7-9d0e-22d9da4b4b8a => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1447] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:30:54 2026] GET /v2.0/subnets?id=0b94061d-55cb-4044-930e-36f604009309 => 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: 702/1448] 10.0.0.168 () {34 vars in 749 bytes} [Thu Aug 20 00:30:54 2026] PUT /v2.0/trunks/a71d16b2-c4a0-44f3-b57f-b954fe017be7/tags => generated 17 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1449] 10.0.0.168 () {34 vars in 749 bytes} [Thu Aug 20 00:30:54 2026] PUT /v2.0/trunks/398d0249-2eb6-47fd-b357-ab6ae4a32616/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1450] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:30:54 2026] GET /v2.0/ports?network_id=b15d1a83-e139-4ba4-ab19-b536486ec129&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: 748/1451] 10.0.0.168 () {34 vars in 749 bytes} [Thu Aug 20 00:30:54 2026] PUT /v2.0/trunks/0fdf88e9-5922-48ad-9619-2771c1c70fd5/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1452] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:30:54 2026] GET /v2.0/networks/b15d1a83-e139-4ba4-ab19-b536486ec129?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: 749/1453] 10.0.0.168 () {34 vars in 749 bytes} [Thu Aug 20 00:30:54 2026] PUT /v2.0/trunks/cc39323a-c411-456d-a9ea-a7510c8ac15e/tags => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1454] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:30:54 2026] GET /v2.0/networks/b15d1a83-e139-4ba4-ab19-b536486ec129?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1455] 10.0.0.168 () {32 vars in 662 bytes} [Thu Aug 20 00:30:55 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1456] 10.0.0.168 () {32 vars in 676 bytes} [Thu Aug 20 00:30:55 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1457] 10.0.0.168 () {32 vars in 672 bytes} [Thu Aug 20 00:30:55 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1458] 10.0.0.168 () {32 vars in 684 bytes} [Thu Aug 20 00:30:55 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1459] 10.0.0.168 () {32 vars in 670 bytes} [Thu Aug 20 00:30:55 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1460] 10.0.0.168 () {32 vars in 684 bytes} [Thu Aug 20 00:30:55 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1461] 10.0.0.168 () {32 vars in 680 bytes} [Thu Aug 20 00:30:55 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1462] 10.0.0.168 () {32 vars in 692 bytes} [Thu Aug 20 00:30:55 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1463] 10.0.0.168 () {32 vars in 719 bytes} [Thu Aug 20 00:30:55 2026] GET /v2.0/trunks/a71d16b2-c4a0-44f3-b57f-b954fe017be7 => generated 412 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1464] 10.0.0.168 () {32 vars in 717 bytes} [Thu Aug 20 00:30:55 2026] GET /v2.0/ports/55f688e5-9195-454f-b6ab-606fd4c376f7 => generated 826 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1465] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:55 2026] GET /v2.0/security-groups?tenant_id=9793fa8790d8473388670c232953e002&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: 715/1466] 10.0.0.168 () {32 vars in 722 bytes} [Thu Aug 20 00:30:55 2026] DELETE /v2.0/trunks/a71d16b2-c4a0-44f3-b57f-b954fe017be7 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1467] 10.0.0.168 () {32 vars in 719 bytes} [Thu Aug 20 00:30:55 2026] GET /v2.0/trunks/398d0249-2eb6-47fd-b357-ab6ae4a32616 => generated 420 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1468] 10.0.0.168 () {32 vars in 717 bytes} [Thu Aug 20 00:30:55 2026] GET /v2.0/ports/9c6244ce-2426-44ad-9ba6-713e208c9396 => generated 826 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1469] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:55 2026] DELETE /v2.0/security-groups/6b64ac6e-fd15-4c3f-953b-e03ffd9ae5f1 => 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: 718/1470] 10.0.0.168 () {32 vars in 722 bytes} [Thu Aug 20 00:30:55 2026] DELETE /v2.0/trunks/398d0249-2eb6-47fd-b357-ab6ae4a32616 => 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: 753/1471] 10.0.0.168 () {32 vars in 719 bytes} [Thu Aug 20 00:30:55 2026] GET /v2.0/trunks/0fdf88e9-5922-48ad-9619-2771c1c70fd5 => generated 429 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1472] 10.0.0.168 () {32 vars in 717 bytes} [Thu Aug 20 00:30:55 2026] GET /v2.0/ports/c83bbefb-03ba-494d-ad78-1ca9b98d77bb => generated 826 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1473] 10.0.0.168 () {32 vars in 722 bytes} [Thu Aug 20 00:30:55 2026] DELETE /v2.0/trunks/0fdf88e9-5922-48ad-9619-2771c1c70fd5 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1474] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:55 2026] GET /v2.0/security-groups?tenant_id=028e1dfc17c940b68a288a3718017836&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1475] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:55 2026] GET /v2.0/ports?device_id=e1d883fe-a305-4039-8d4d-dc2dc878490f => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1476] 10.0.0.168 () {32 vars in 719 bytes} [Thu Aug 20 00:30:55 2026] GET /v2.0/trunks/cc39323a-c411-456d-a9ea-a7510c8ac15e => generated 414 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1477] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:55 2026] DELETE /v2.0/security-groups/5616c3b7-920f-4197-9a25-3a0d707335cc => 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: 756/1478] 10.0.0.168 () {32 vars in 717 bytes} [Thu Aug 20 00:30:55 2026] GET /v2.0/ports/e62f72a9-fee5-423f-aca4-b3de41d97669 => generated 826 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1479] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:30:55 2026] GET /v2.0/security-groups?id=8eea2f84-b3ab-4051-b079-66f8422b89d9&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: 757/1480] 10.0.0.168 () {32 vars in 722 bytes} [Thu Aug 20 00:30:55 2026] DELETE /v2.0/trunks/cc39323a-c411-456d-a9ea-a7510c8ac15e => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1481] 10.0.0.168 () {32 vars in 719 bytes} [Thu Aug 20 00:30:55 2026] GET /v2.0/trunks/ecc290f4-6933-444e-9da9-386b52a807ce => generated 407 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1482] 10.0.0.168 () {32 vars in 717 bytes} [Thu Aug 20 00:30:55 2026] GET /v2.0/ports/6b914ba1-2029-4b6f-a138-5b0df0b99b74 => generated 826 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1483] 10.0.0.168 () {32 vars in 722 bytes} [Thu Aug 20 00:30:55 2026] DELETE /v2.0/trunks/ecc290f4-6933-444e-9da9-386b52a807ce => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1484] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:55 2026] GET /v2.0/security-groups?tenant_id=5751534fb3c04e0c8052900bc394fd55&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:30:56.139 8 INFO neutron_taas.services.taas.taas_plugin [None req-394943da-e81f-455a-8b31-7896d0d6d74a 80f2b52a778c4da0a7c08065a8f1cd8d 13b3f98f14554029b6a542cf2610ccc9 - - default default] TaaS: Handle Delete Port: 55f688e5-9195-454f-b6ab-606fd4c376f7 2026-08-20 00:30:56.142 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-394943da-e81f-455a-8b31-7896d0d6d74a 80f2b52a778c4da0a7c08065a8f1cd8d 13b3f98f14554029b6a542cf2610ccc9 - - default default] Tap Mirror: Handle Delete Port: 55f688e5-9195-454f-b6ab-606fd4c376f7 [pid: 7|app: 0|req: 726/1485] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:56 2026] DELETE /v2.0/security-groups/bdd19aa6-7916-42a4-9e24-52aad91db2ac => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1486] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:30:56 2026] DELETE /v2.0/ports/55f688e5-9195-454f-b6ab-606fd4c376f7 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:30:56.337 7 INFO neutron_taas.services.taas.taas_plugin [None req-24a73574-5cd2-4b54-97a9-bcdeff6c08f5 80f2b52a778c4da0a7c08065a8f1cd8d 13b3f98f14554029b6a542cf2610ccc9 - - default default] TaaS: Handle Delete Port: 9c6244ce-2426-44ad-9ba6-713e208c9396 2026-08-20 00:30:56.340 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24a73574-5cd2-4b54-97a9-bcdeff6c08f5 80f2b52a778c4da0a7c08065a8f1cd8d 13b3f98f14554029b6a542cf2610ccc9 - - default default] Tap Mirror: Handle Delete Port: 9c6244ce-2426-44ad-9ba6-713e208c9396 [pid: 7|app: 0|req: 727/1487] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:30:56 2026] DELETE /v2.0/ports/9c6244ce-2426-44ad-9ba6-713e208c9396 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:30:56.560 8 INFO neutron_taas.services.taas.taas_plugin [None req-00095d49-d460-4886-882b-637f0c99caa6 80f2b52a778c4da0a7c08065a8f1cd8d 13b3f98f14554029b6a542cf2610ccc9 - - default default] TaaS: Handle Delete Port: c83bbefb-03ba-494d-ad78-1ca9b98d77bb 2026-08-20 00:30:56.564 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00095d49-d460-4886-882b-637f0c99caa6 80f2b52a778c4da0a7c08065a8f1cd8d 13b3f98f14554029b6a542cf2610ccc9 - - default default] Tap Mirror: Handle Delete Port: c83bbefb-03ba-494d-ad78-1ca9b98d77bb [pid: 8|app: 0|req: 761/1488] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:30:56 2026] DELETE /v2.0/ports/c83bbefb-03ba-494d-ad78-1ca9b98d77bb => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:30:56.741 7 INFO neutron_taas.services.taas.taas_plugin [None req-2421fd42-08b1-40f6-9369-41d7d2492e6d 80f2b52a778c4da0a7c08065a8f1cd8d 13b3f98f14554029b6a542cf2610ccc9 - - default default] TaaS: Handle Delete Port: e62f72a9-fee5-423f-aca4-b3de41d97669 2026-08-20 00:30:56.743 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2421fd42-08b1-40f6-9369-41d7d2492e6d 80f2b52a778c4da0a7c08065a8f1cd8d 13b3f98f14554029b6a542cf2610ccc9 - - default default] Tap Mirror: Handle Delete Port: e62f72a9-fee5-423f-aca4-b3de41d97669 [pid: 7|app: 0|req: 728/1489] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:30:56 2026] DELETE /v2.0/ports/e62f72a9-fee5-423f-aca4-b3de41d97669 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1490] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:56 2026] GET /v2.0/ports?device_id=e1d883fe-a305-4039-8d4d-dc2dc878490f => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:30:56.910 8 INFO neutron_taas.services.taas.taas_plugin [None req-6bd77724-fd65-4f3d-b817-d04076b00fbc 80f2b52a778c4da0a7c08065a8f1cd8d 13b3f98f14554029b6a542cf2610ccc9 - - default default] TaaS: Handle Delete Port: 6b914ba1-2029-4b6f-a138-5b0df0b99b74 2026-08-20 00:30:56.914 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bd77724-fd65-4f3d-b817-d04076b00fbc 80f2b52a778c4da0a7c08065a8f1cd8d 13b3f98f14554029b6a542cf2610ccc9 - - default default] Tap Mirror: Handle Delete Port: 6b914ba1-2029-4b6f-a138-5b0df0b99b74 [pid: 7|app: 0|req: 730/1491] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:30:56 2026] GET /v2.0/security-groups?id=8eea2f84-b3ab-4051-b079-66f8422b89d9&fields=id&fields=name => generated 113 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1492] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:30:56 2026] DELETE /v2.0/ports/6b914ba1-2029-4b6f-a138-5b0df0b99b74 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:30:57.101 7 INFO neutron.services.segments.plugin [-] Segment e98a2fc7-84e9-4b16-855b-58078b503f1c resource provider aggregate not found 2026-08-20 00:30:57.109 7 INFO neutron.services.segments.plugin [-] Segment e98a2fc7-84e9-4b16-855b-58078b503f1c resource provider aggregate not found 2026-08-20 00:30:57.122 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e98a2fc7-84e9-4b16-855b-58078b503f1c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e98a2fc7-84e9-4b16-855b-58078b503f1c found for delete ", "request_id": "req-aecf92c2-bf0a-4cbb-8a2c-bd037ccd00b3"}]} 2026-08-20 00:30:57.127 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e98a2fc7-84e9-4b16-855b-58078b503f1c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e98a2fc7-84e9-4b16-855b-58078b503f1c found for delete ", "request_id": "req-e36647a8-d2e0-46b7-b31f-144db53f1518"}]} [pid: 7|app: 0|req: 731/1493] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:30:57 2026] DELETE /v2.0/networks/9c0e7a2a-79e7-409c-8df2-2e12516b5995 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:30:57.256 8 INFO neutron.services.segments.plugin [-] Segment 2be9ddd0-d4c3-46c4-b2a7-0abc3bb78874 resource provider aggregate not found 2026-08-20 00:30:57.262 8 INFO neutron.services.segments.plugin [-] Segment 2be9ddd0-d4c3-46c4-b2a7-0abc3bb78874 resource provider aggregate not found 2026-08-20 00:30:57.273 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2be9ddd0-d4c3-46c4-b2a7-0abc3bb78874 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2be9ddd0-d4c3-46c4-b2a7-0abc3bb78874 found for delete ", "request_id": "req-f236a069-ec72-4095-bb8b-0f5391ce774a"}]} 2026-08-20 00:30:57.287 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2be9ddd0-d4c3-46c4-b2a7-0abc3bb78874 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2be9ddd0-d4c3-46c4-b2a7-0abc3bb78874 found for delete ", "request_id": "req-744c9413-e6ca-4968-86a4-0edadf73fd9c"}]} [pid: 8|app: 0|req: 763/1494] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:30:57 2026] DELETE /v2.0/networks/f43331ab-c146-44ee-89f6-9a1ad2944e23 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1495] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:30:57 2026] DELETE /v2.0/networks/e1481574-0fcd-44f8-936d-ed9e07d4d289 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1496] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:30:57 2026] DELETE /v2.0/networks/7d785d61-a42e-415f-be7e-34d4b707671a => 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: 733/1497] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:30:57 2026] DELETE /v2.0/networks/a70b7459-03b2-4ab2-a956-4034370afd29 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1498] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:57 2026] GET /v2.0/ports?device_id=e1d883fe-a305-4039-8d4d-dc2dc878490f => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1499] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:30:58 2026] GET /v2.0/security-groups?id=8eea2f84-b3ab-4051-b079-66f8422b89d9&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: 766/1500] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:58 2026] GET /v2.0/security-groups?tenant_id=5df6029a63414181a6d78fcc8829e3cc&name=default => generated 2925 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1501] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:58 2026] DELETE /v2.0/security-groups/a6c6f24e-a70f-4916-a770-3a088bce9e50 => 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: 767/1502] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:59 2026] GET /v2.0/security-groups?tenant_id=13b3f98f14554029b6a542cf2610ccc9&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:30:59.148 7 INFO neutron.services.segments.plugin [-] Segment c1aaef9c-7c14-4d46-b8f1-3ea644567553 resource provider aggregate not found 2026-08-20 00:30:59.148 7 INFO neutron.services.segments.plugin [-] Segment c1aaef9c-7c14-4d46-b8f1-3ea644567553 resource provider aggregate not found 2026-08-20 00:30:59.170 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c1aaef9c-7c14-4d46-b8f1-3ea644567553 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1aaef9c-7c14-4d46-b8f1-3ea644567553 found for delete ", "request_id": "req-067563dc-e2d4-4351-8213-ae70b037743a"}]} 2026-08-20 00:30:59.179 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c1aaef9c-7c14-4d46-b8f1-3ea644567553 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1aaef9c-7c14-4d46-b8f1-3ea644567553 found for delete ", "request_id": "req-e18eddfe-75e1-431c-9100-e4a16e0041bf"}]} 2026-08-20 00:30:59.199 7 INFO neutron.services.segments.plugin [-] Segment 6a68ebe3-be1d-48a2-a8df-a486d1499266 resource provider aggregate not found 2026-08-20 00:30:59.210 7 INFO neutron.services.segments.plugin [-] Segment 6a68ebe3-be1d-48a2-a8df-a486d1499266 resource provider aggregate not found [pid: 8|app: 0|req: 768/1503] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:30:59 2026] GET /v2.0/ports?device_id=e1d883fe-a305-4039-8d4d-dc2dc878490f => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:30:59.228 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6a68ebe3-be1d-48a2-a8df-a486d1499266 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a68ebe3-be1d-48a2-a8df-a486d1499266 found for delete ", "request_id": "req-a6e17844-1fe0-40e9-a58d-9b89ad5cf527"}]} 2026-08-20 00:30:59.228 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6a68ebe3-be1d-48a2-a8df-a486d1499266 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a68ebe3-be1d-48a2-a8df-a486d1499266 found for delete ", "request_id": "req-3369d7ad-f222-4af2-ad7b-c1cf7bf05f94"}]} [pid: 8|app: 0|req: 769/1504] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:30:59 2026] GET /v2.0/security-groups?id=8eea2f84-b3ab-4051-b079-66f8422b89d9&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1505] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:59 2026] DELETE /v2.0/security-groups/e3c2c2ae-89c6-45f6-8aad-36267e8275de => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:30:59.287 8 INFO neutron.services.segments.plugin [-] Segment 0f315b07-ebaa-456e-bc2e-0e174a244305 resource provider aggregate not found 2026-08-20 00:30:59.311 8 INFO neutron.services.segments.plugin [-] Segment 0f315b07-ebaa-456e-bc2e-0e174a244305 resource provider aggregate not found 2026-08-20 00:30:59.317 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0f315b07-ebaa-456e-bc2e-0e174a244305 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f315b07-ebaa-456e-bc2e-0e174a244305 found for delete ", "request_id": "req-51c8712b-0848-4d21-bc4e-92ddd222003a"}]} 2026-08-20 00:30:59.324 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0f315b07-ebaa-456e-bc2e-0e174a244305 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f315b07-ebaa-456e-bc2e-0e174a244305 found for delete ", "request_id": "req-03e0cde8-e1e3-4d98-a636-eecb147a17ea"}]} [pid: 8|app: 0|req: 770/1506] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:59 2026] GET /v2.0/security-groups?tenant_id=0ae5c498681b4a03ae0177ed8fe2c628&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1507] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:59 2026] DELETE /v2.0/security-groups/da479580-fea0-4922-b2fa-bfe6bfb14e48 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1508] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:30:59 2026] GET /v2.0/security-groups?tenant_id=cbf16db556264ad2b57ec1b223ee6e0e&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1509] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:30:59 2026] DELETE /v2.0/security-groups/6a3016fe-9029-44dd-9c49-d2326f55f819 => 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: 772/1510] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:31:00 2026] GET /v2.0/security-groups?tenant_id=d32bc48ca1fb4bb7970a84b6909deb2a&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1511] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:31:00 2026] DELETE /v2.0/security-groups/d7882d2a-c054-460f-a232-18a7761911ae => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1512] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:31:00 2026] GET /v2.0/ports?device_id=e1d883fe-a305-4039-8d4d-dc2dc878490f => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1513] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:31:00 2026] GET /v2.0/security-groups?id=8eea2f84-b3ab-4051-b079-66f8422b89d9&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1514] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:31:00 2026] GET /v2.0/ports?device_id=e1d883fe-a305-4039-8d4d-dc2dc878490f => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:31:01.039 7 INFO neutron.db.l3_db [None req-f2d6e918-4bbe-46fb-9dfd-6ba8e6bc050a ee3a002680f34b7dbc7d93e221022298 902a202a908d4a4d868e68b1aca04c10 - - default default] Floating IP 60ce7d81-964e-402f-8733-359daf226933 associated. External IP: 10.96.250.215, port: d06008d7-5c9b-47f7-9d0e-22d9da4b4b8a. [pid: 7|app: 0|req: 741/1515] 10.0.0.168 () {34 vars in 749 bytes} [Thu Aug 20 00:31:00 2026] PUT /v2.0/floatingips/60ce7d81-964e-402f-8733-359daf226933 => generated 856 bytes in 677 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:31:01.437 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-daf9035e-6183-4818-8bee-78e6673a99b6'] response: {'name': 'network-changed', 'server_uuid': 'e1d883fe-a305-4039-8d4d-dc2dc878490f', 'tag': 'd06008d7-5c9b-47f7-9d0e-22d9da4b4b8a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 775/1516] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:31:01 2026] GET /v2.0/ports?device_id=e1d883fe-a305-4039-8d4d-dc2dc878490f => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1517] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:31:01 2026] GET /v2.0/security-groups?id=8eea2f84-b3ab-4051-b079-66f8422b89d9&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1518] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:31:01 2026] GET /v2.0/ports?device_id=e1d883fe-a305-4039-8d4d-dc2dc878490f => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1519] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:31:01 2026] GET /v2.0/security-groups?id=8eea2f84-b3ab-4051-b079-66f8422b89d9&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1520] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:31:01 2026] GET /v2.0/ports?tenant_id=902a202a908d4a4d868e68b1aca04c10&device_id=e1d883fe-a305-4039-8d4d-dc2dc878490f => 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: 744/1521] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:31:02 2026] GET /v2.0/networks?id=b15d1a83-e139-4ba4-ab19-b536486ec129 => generated 772 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1522] 199.204.45.35 () {34 vars in 1059 bytes} [Thu Aug 20 00:31:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=d06008d7-5c9b-47f7-9d0e-22d9da4b4b8a => generated 859 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1523] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:31:02 2026] GET /v2.0/subnets?id=0b94061d-55cb-4044-930e-36f604009309 => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1524] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:31:02 2026] GET /v2.0/ports?network_id=b15d1a83-e139-4ba4-ab19-b536486ec129&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1525] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:31:02 2026] GET /v2.0/networks/b15d1a83-e139-4ba4-ab19-b536486ec129?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1526] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:31:02 2026] GET /v2.0/networks/b15d1a83-e139-4ba4-ab19-b536486ec129?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: 747/1527] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:31:02 2026] GET /v2.0/ports?device_id=e1d883fe-a305-4039-8d4d-dc2dc878490f => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1528] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:31:03 2026] GET /v2.0/security-groups?id=8eea2f84-b3ab-4051-b079-66f8422b89d9&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: 781/1529] 10.0.0.168 () {34 vars in 678 bytes} [Thu Aug 20 00:31:02 2026] POST /v2.0/qos/policies => generated 359 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1530] 10.0.0.168 () {34 vars in 753 bytes} [Thu Aug 20 00:31:03 2026] PUT /v2.0/policies/3ac09073-af91-4ca9-a7a6-576d61d90d1a/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1531] 10.0.0.168 () {32 vars in 733 bytes} [Thu Aug 20 00:31:03 2026] GET /v2.0/policies/3ac09073-af91-4ca9-a7a6-576d61d90d1a/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1532] 10.0.0.168 () {34 vars in 764 bytes} [Thu Aug 20 00:31:03 2026] PUT /v2.0/policies/3ac09073-af91-4ca9-a7a6-576d61d90d1a/tags/green => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1533] 10.0.0.168 () {32 vars in 733 bytes} [Thu Aug 20 00:31:03 2026] GET /v2.0/policies/3ac09073-af91-4ca9-a7a6-576d61d90d1a/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1534] 10.0.0.168 () {34 vars in 760 bytes} [Thu Aug 20 00:31:03 2026] PUT /v2.0/policies/3ac09073-af91-4ca9-a7a6-576d61d90d1a/tags/red => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1535] 10.0.0.168 () {32 vars in 733 bytes} [Thu Aug 20 00:31:03 2026] GET /v2.0/policies/3ac09073-af91-4ca9-a7a6-576d61d90d1a/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1536] 10.0.0.168 () {34 vars in 782 bytes} [Thu Aug 20 00:31:03 2026] PUT /v2.0/policies/3ac09073-af91-4ca9-a7a6-576d61d90d1a/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: 8|app: 0|req: 785/1537] 10.0.0.168 () {32 vars in 733 bytes} [Thu Aug 20 00:31:03 2026] GET /v2.0/policies/3ac09073-af91-4ca9-a7a6-576d61d90d1a/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1538] 10.0.0.168 () {34 vars in 753 bytes} [Thu Aug 20 00:31:03 2026] PUT /v2.0/policies/3ac09073-af91-4ca9-a7a6-576d61d90d1a/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: 786/1539] 10.0.0.168 () {32 vars in 733 bytes} [Thu Aug 20 00:31:03 2026] GET /v2.0/policies/3ac09073-af91-4ca9-a7a6-576d61d90d1a/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1540] 10.0.0.168 () {32 vars in 741 bytes} [Thu Aug 20 00:31:03 2026] GET /v2.0/policies/3ac09073-af91-4ca9-a7a6-576d61d90d1a/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:31:03.679 8 INFO neutron.api.v2.resource [None req-464845cf-7fcb-41fc-97e7-1c7d2a9a02d6 d4db6ee1661c4f18afb0e443e91c159e 1fb5369d86d747d996a419f27462dd1d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 787/1541] 10.0.0.168 () {32 vars in 745 bytes} [Thu Aug 20 00:31:03 2026] GET /v2.0/policies/3ac09073-af91-4ca9-a7a6-576d61d90d1a/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1542] 10.0.0.168 () {32 vars in 744 bytes} [Thu Aug 20 00:31:03 2026] DELETE /v2.0/policies/3ac09073-af91-4ca9-a7a6-576d61d90d1a/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1543] 10.0.0.168 () {32 vars in 733 bytes} [Thu Aug 20 00:31:03 2026] GET /v2.0/policies/3ac09073-af91-4ca9-a7a6-576d61d90d1a/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:31:03.809 7 INFO neutron.api.v2.resource [None req-7866b3ce-91a5-4f65-8b91-d4287494dae9 d4db6ee1661c4f18afb0e443e91c159e 1fb5369d86d747d996a419f27462dd1d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 756/1544] 10.0.0.168 () {32 vars in 748 bytes} [Thu Aug 20 00:31:03 2026] DELETE /v2.0/policies/3ac09073-af91-4ca9-a7a6-576d61d90d1a/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1545] 10.0.0.168 () {32 vars in 736 bytes} [Thu Aug 20 00:31:03 2026] DELETE /v2.0/policies/3ac09073-af91-4ca9-a7a6-576d61d90d1a/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1546] 10.0.0.168 () {32 vars in 733 bytes} [Thu Aug 20 00:31:03 2026] GET /v2.0/policies/3ac09073-af91-4ca9-a7a6-576d61d90d1a/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1547] 10.0.0.168 () {32 vars in 734 bytes} [Thu Aug 20 00:31:03 2026] DELETE /v2.0/qos/policies/3ac09073-af91-4ca9-a7a6-576d61d90d1a => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1548] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:31:04 2026] GET /v2.0/ports?device_id=e1d883fe-a305-4039-8d4d-dc2dc878490f => 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: 791/1549] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:31:04 2026] GET /v2.0/security-groups?id=8eea2f84-b3ab-4051-b079-66f8422b89d9&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: 759/1550] 199.204.45.35 () {34 vars in 993 bytes} [Thu Aug 20 00:31:04 2026] GET /v2.0/ports?device_id=e1d883fe-a305-4039-8d4d-dc2dc878490f => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:31:04.395 8 INFO neutron_taas.services.taas.taas_plugin [req-9f4729a1-d3b5-40ab-9e55-31332ecae6a1 req-8182a454-a0a4-48bd-8538-cf4f6d44dafc ee3a002680f34b7dbc7d93e221022298 902a202a908d4a4d868e68b1aca04c10 - - default default] TaaS: Handle Delete Port: d06008d7-5c9b-47f7-9d0e-22d9da4b4b8a 2026-08-20 00:31:04.399 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9f4729a1-d3b5-40ab-9e55-31332ecae6a1 req-8182a454-a0a4-48bd-8538-cf4f6d44dafc ee3a002680f34b7dbc7d93e221022298 902a202a908d4a4d868e68b1aca04c10 - - default default] Tap Mirror: Handle Delete Port: d06008d7-5c9b-47f7-9d0e-22d9da4b4b8a 2026-08-20 00:31:04.507 8 INFO neutron.db.l3_db [req-9f4729a1-d3b5-40ab-9e55-31332ecae6a1 req-8182a454-a0a4-48bd-8538-cf4f6d44dafc ee3a002680f34b7dbc7d93e221022298 902a202a908d4a4d868e68b1aca04c10 - - default default] Floating IP 60ce7d81-964e-402f-8733-359daf226933 disassociated. External IP: 10.96.250.215, port: d06008d7-5c9b-47f7-9d0e-22d9da4b4b8a. [pid: 7|app: 0|req: 760/1551] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:31:04 2026] GET /v2.0/security-groups?tenant_id=00259ba7b66d4cc2809c68c70f9dbfb2&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1552] 199.204.45.35 () {36 vars in 996 bytes} [Thu Aug 20 00:31:04 2026] DELETE /v2.0/ports/d06008d7-5c9b-47f7-9d0e-22d9da4b4b8a => generated 0 bytes in 644 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:31:04.933 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-471d2749-59d3-4708-9daa-7ce39949821d'] response: {'server_uuid': 'e1d883fe-a305-4039-8d4d-dc2dc878490f', 'name': 'network-vif-deleted', 'tag': 'd06008d7-5c9b-47f7-9d0e-22d9da4b4b8a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 761/1553] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:31:04 2026] DELETE /v2.0/security-groups/e330488f-b42d-4573-866d-067932a0de49 => 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: 793/1554] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:31:05 2026] GET /v2.0/security-groups?tenant_id=1fb5369d86d747d996a419f27462dd1d&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1555] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:31:05 2026] DELETE /v2.0/security-groups/d3f9dd25-d6c3-4386-a763-d90aae92bba2 => 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: 794/1556] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:31:05 2026] GET /v2.0/ports?device_id=e1d883fe-a305-4039-8d4d-dc2dc878490f => 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: 763/1557] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:31:06 2026] GET /v2.0/ports?device_id=e1d883fe-a305-4039-8d4d-dc2dc878490f => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1558] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:31:07 2026] GET /v2.0/ports?device_id=e1d883fe-a305-4039-8d4d-dc2dc878490f => 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: 796/1559] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:31:08 2026] DELETE /v2.0/security-groups/8eea2f84-b3ab-4051-b079-66f8422b89d9 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:31:08.676 8 INFO neutron.api.v2.resource [None req-1cbae83f-d4c4-47b3-b7d9-b73110adc109 ee3a002680f34b7dbc7d93e221022298 902a202a908d4a4d868e68b1aca04c10 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 797/1560] 10.0.0.168 () {32 vars in 737 bytes} [Thu Aug 20 00:31:08 2026] GET /v2.0/security-groups/8eea2f84-b3ab-4051-b079-66f8422b89d9 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1561] 10.0.0.168 () {34 vars in 684 bytes} [Thu Aug 20 00:31:08 2026] POST /v2.0/security-groups => generated 1601 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-20 00:31:08.780 8 INFO neutron_taas.services.taas.taas_plugin [None req-33f1c529-fc90-4a92-b89d-cfd9f60e40f2 ee3a002680f34b7dbc7d93e221022298 902a202a908d4a4d868e68b1aca04c10 - - default default] TaaS: Handle Delete Port: c0d1aa25-63cd-4bbf-92ff-444f964c3e06 2026-08-20 00:31:08.783 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33f1c529-fc90-4a92-b89d-cfd9f60e40f2 ee3a002680f34b7dbc7d93e221022298 902a202a908d4a4d868e68b1aca04c10 - - default default] Tap Mirror: Handle Delete Port: c0d1aa25-63cd-4bbf-92ff-444f964c3e06 [pid: 7|app: 0|req: 765/1562] 10.0.0.168 () {34 vars in 767 bytes} [Thu Aug 20 00:31:08 2026] PUT /v2.0/security-groups/6a5a1a58-ef76-49c5-881f-a17690dc2c62/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: 766/1563] 10.0.0.168 () {32 vars in 747 bytes} [Thu Aug 20 00:31:08 2026] GET /v2.0/security-groups/6a5a1a58-ef76-49c5-881f-a17690dc2c62/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1564] 10.0.0.168 () {34 vars in 778 bytes} [Thu Aug 20 00:31:08 2026] PUT /v2.0/security-groups/6a5a1a58-ef76-49c5-881f-a17690dc2c62/tags/green => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1565] 10.0.0.168 () {32 vars in 732 bytes} [Thu Aug 20 00:31:08 2026] DELETE /v2.0/floatingips/60ce7d81-964e-402f-8733-359daf226933 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1566] 10.0.0.168 () {32 vars in 747 bytes} [Thu Aug 20 00:31:08 2026] GET /v2.0/security-groups/6a5a1a58-ef76-49c5-881f-a17690dc2c62/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1567] 10.0.0.168 () {34 vars in 774 bytes} [Thu Aug 20 00:31:08 2026] PUT /v2.0/security-groups/6a5a1a58-ef76-49c5-881f-a17690dc2c62/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1568] 10.0.0.168 () {32 vars in 747 bytes} [Thu Aug 20 00:31:09 2026] GET /v2.0/security-groups/6a5a1a58-ef76-49c5-881f-a17690dc2c62/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1569] 10.0.0.168 () {34 vars in 796 bytes} [Thu Aug 20 00:31:09 2026] PUT /v2.0/security-groups/6a5a1a58-ef76-49c5-881f-a17690dc2c62/tags/black.or.white => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1570] 10.0.0.168 () {32 vars in 747 bytes} [Thu Aug 20 00:31:09 2026] GET /v2.0/security-groups/6a5a1a58-ef76-49c5-881f-a17690dc2c62/tags => generated 52 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1571] 10.0.0.168 () {34 vars in 767 bytes} [Thu Aug 20 00:31:09 2026] PUT /v2.0/security-groups/6a5a1a58-ef76-49c5-881f-a17690dc2c62/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1572] 10.0.0.168 () {32 vars in 747 bytes} [Thu Aug 20 00:31:09 2026] GET /v2.0/security-groups/6a5a1a58-ef76-49c5-881f-a17690dc2c62/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1573] 10.0.0.168 () {32 vars in 755 bytes} [Thu Aug 20 00:31:09 2026] GET /v2.0/security-groups/6a5a1a58-ef76-49c5-881f-a17690dc2c62/tags/red => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:31:09.264 7 INFO neutron.api.v2.resource [None req-b36ba8e6-d1db-46b8-bc12-9af1fa0c465b 56bf1885831b4c078920caba694815aa c52394dfd98a4fc481bfa978cce69b7e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 778/1576] 10.0.0.168 () {32 vars in 759 bytes} [Thu Aug 20 00:31:09 2026] GET /v2.0/security-groups/6a5a1a58-ef76-49c5-881f-a17690dc2c62/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-08-20 00:31:09.276 8 INFO neutron_taas.services.taas.taas_plugin [None req-6ac3a011-16d2-4436-8475-76a9b6f0e496 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: fa99b30e-f857-4eca-ac42-3bebe5766223 2026-08-20 00:31:09.278 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ac3a011-16d2-4436-8475-76a9b6f0e496 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: fa99b30e-f857-4eca-ac42-3bebe5766223 [pid: 7|app: 0|req: 779/1577] 10.0.0.168 () {32 vars in 758 bytes} [Thu Aug 20 00:31:09 2026] DELETE /v2.0/security-groups/6a5a1a58-ef76-49c5-881f-a17690dc2c62/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1578] 10.0.0.168 () {32 vars in 747 bytes} [Thu Aug 20 00:31:09 2026] GET /v2.0/security-groups/6a5a1a58-ef76-49c5-881f-a17690dc2c62/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:31:09.396 7 INFO neutron.api.v2.resource [None req-504344f8-fe0e-488e-a9d9-daa1daddd396 56bf1885831b4c078920caba694815aa c52394dfd98a4fc481bfa978cce69b7e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 781/1579] 10.0.0.168 () {32 vars in 762 bytes} [Thu Aug 20 00:31:09 2026] DELETE /v2.0/security-groups/6a5a1a58-ef76-49c5-881f-a17690dc2c62/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1580] 10.0.0.168 () {32 vars in 750 bytes} [Thu Aug 20 00:31:09 2026] DELETE /v2.0/security-groups/6a5a1a58-ef76-49c5-881f-a17690dc2c62/tags => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1581] 10.0.0.168 () {32 vars in 747 bytes} [Thu Aug 20 00:31:09 2026] GET /v2.0/security-groups/6a5a1a58-ef76-49c5-881f-a17690dc2c62/tags => 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: 784/1582] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:31:09 2026] DELETE /v2.0/security-groups/6a5a1a58-ef76-49c5-881f-a17690dc2c62 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1583] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:31:08 2026] PUT /v2.0/routers/68a64135-b536-4383-aa6f-60a55756ad73/remove_router_interface => generated 309 bytes in 854 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:31:09.971 7 INFO neutron_taas.services.taas.taas_plugin [None req-8f686bc8-1f6f-4c1b-8538-3c112887fa61 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: 1b67fccb-03d8-47dd-b4a0-c340d729a7ab 2026-08-20 00:31:09.973 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f686bc8-1f6f-4c1b-8538-3c112887fa61 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: 1b67fccb-03d8-47dd-b4a0-c340d729a7ab 2026-08-20 00:31:10.212 7 INFO neutron_taas.services.taas.taas_plugin [None req-8f686bc8-1f6f-4c1b-8538-3c112887fa61 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: 727bcfb5-c3ff-4949-a3a0-2dd2c1c901a7 2026-08-20 00:31:10.215 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f686bc8-1f6f-4c1b-8538-3c112887fa61 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: 727bcfb5-c3ff-4949-a3a0-2dd2c1c901a7 [pid: 8|app: 0|req: 800/1584] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:31:10 2026] GET /v2.0/security-groups?tenant_id=c52394dfd98a4fc481bfa978cce69b7e&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1585] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:31:10 2026] DELETE /v2.0/security-groups/16735d18-d82b-4263-9f28-de912281a45c => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:31:10.602 7 INFO neutron.services.segments.plugin [-] Segment e61ec9ac-991e-4ced-b718-cc55c48242f1 resource provider aggregate not found 2026-08-20 00:31:10.610 7 INFO neutron.services.segments.plugin [-] Segment e61ec9ac-991e-4ced-b718-cc55c48242f1 resource provider aggregate not found 2026-08-20 00:31:10.621 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e61ec9ac-991e-4ced-b718-cc55c48242f1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e61ec9ac-991e-4ced-b718-cc55c48242f1 found for delete ", "request_id": "req-d194df80-41d7-48ee-a9fc-f4d3faeb7e16"}]} 2026-08-20 00:31:10.629 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e61ec9ac-991e-4ced-b718-cc55c48242f1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e61ec9ac-991e-4ced-b718-cc55c48242f1 found for delete ", "request_id": "req-d6db0cc2-ed12-411f-821e-339b25cc7d74"}]} 2026-08-20 00:31:10.632 7 INFO neutron.db.l3_hamode_db [None req-8f686bc8-1f6f-4c1b-8538-3c112887fa61 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] HA network ad84f00f-1826-48a5-b0a8-62409e070c37 was deleted as no HA routers are present in tenant 902a202a908d4a4d868e68b1aca04c10. [pid: 7|app: 0|req: 785/1586] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:31:09 2026] DELETE /v2.0/routers/68a64135-b536-4383-aa6f-60a55756ad73 => generated 0 bytes in 847 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1587] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:31:10 2026] GET /v2.0/security-groups?tenant_id=aaffb16e13b942bfb0379006b7bf02b3&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1588] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:31:10 2026] DELETE /v2.0/security-groups/43eeaa3c-dd4f-4db3-94e4-8d6b46146892 => 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: 786/1589] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:31:10 2026] DELETE /v2.0/subnets/0b94061d-55cb-4044-930e-36f604009309 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:31:10.894 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e79f116-5572-480b-ae07-b2c21a3bc6c9 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: 88eaed13-7276-465f-8c2e-b87928c8d528 2026-08-20 00:31:10.897 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e79f116-5572-480b-ae07-b2c21a3bc6c9 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: 88eaed13-7276-465f-8c2e-b87928c8d528 2026-08-20 00:31:11.071 8 INFO neutron.services.segments.plugin [-] Segment ea321895-cbd5-45e0-8c52-b9554344a0e8 resource provider aggregate not found 2026-08-20 00:31:11.074 8 INFO neutron.services.segments.plugin [-] Segment ea321895-cbd5-45e0-8c52-b9554344a0e8 resource provider aggregate not found [pid: 8|app: 0|req: 804/1590] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:31:10 2026] DELETE /v2.0/networks/b15d1a83-e139-4ba4-ab19-b536486ec129 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:31:11.098 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ea321895-cbd5-45e0-8c52-b9554344a0e8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea321895-cbd5-45e0-8c52-b9554344a0e8 found for delete ", "request_id": "req-66dfc08f-6c8a-4a0b-8592-d7ac9c08f647"}]} 2026-08-20 00:31:11.101 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ea321895-cbd5-45e0-8c52-b9554344a0e8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea321895-cbd5-45e0-8c52-b9554344a0e8 found for delete ", "request_id": "req-90f2c349-64fe-4224-aa28-bc11bbe13f26"}]} [pid: 7|app: 0|req: 787/1591] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:31:11 2026] GET /v2.0/security-groups?tenant_id=902a202a908d4a4d868e68b1aca04c10&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1592] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:31:11 2026] DELETE /v2.0/security-groups/68dfed9b-2b03-4ec5-8bb1-36a452afff07 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:31:14.105 7 INFO neutron.db.segments_db [None req-a901b397-78a8-4c12-a6cd-7b4e7435333a 640cc52ef2f44d8887ea087b34ee8e29 d92cef821bb24cd3ba52c17c8b8146f7 - - default default] Added segment 3552f92a-8530-40f4-99f2-873f6daeee6e of type vxlan for network 2a9fd84c-ee62-4c72-b8d9-2cf5114f1296 [pid: 7|app: 0|req: 788/1593] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:31:13 2026] POST /v2.0/networks => generated 631 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1594] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:31:14 2026] POST /v2.0/subnets => generated 626 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1595] 10.0.0.168 () {34 vars in 751 bytes} [Thu Aug 20 00:31:14 2026] PUT /v2.0/subnets/718c3a2f-2187-4c59-808f-81913fbe5faa/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1596] 10.0.0.168 () {32 vars in 731 bytes} [Thu Aug 20 00:31:14 2026] GET /v2.0/subnets/718c3a2f-2187-4c59-808f-81913fbe5faa/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1597] 10.0.0.168 () {34 vars in 762 bytes} [Thu Aug 20 00:31:14 2026] PUT /v2.0/subnets/718c3a2f-2187-4c59-808f-81913fbe5faa/tags/green => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1598] 10.0.0.168 () {32 vars in 731 bytes} [Thu Aug 20 00:31:14 2026] GET /v2.0/subnets/718c3a2f-2187-4c59-808f-81913fbe5faa/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1599] 10.0.0.168 () {34 vars in 758 bytes} [Thu Aug 20 00:31:14 2026] PUT /v2.0/subnets/718c3a2f-2187-4c59-808f-81913fbe5faa/tags/red => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1600] 10.0.0.168 () {32 vars in 731 bytes} [Thu Aug 20 00:31:14 2026] GET /v2.0/subnets/718c3a2f-2187-4c59-808f-81913fbe5faa/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1601] 10.0.0.168 () {34 vars in 780 bytes} [Thu Aug 20 00:31:14 2026] PUT /v2.0/subnets/718c3a2f-2187-4c59-808f-81913fbe5faa/tags/black.or.white => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1602] 10.0.0.168 () {32 vars in 731 bytes} [Thu Aug 20 00:31:14 2026] GET /v2.0/subnets/718c3a2f-2187-4c59-808f-81913fbe5faa/tags => generated 52 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1603] 10.0.0.168 () {34 vars in 751 bytes} [Thu Aug 20 00:31:14 2026] PUT /v2.0/subnets/718c3a2f-2187-4c59-808f-81913fbe5faa/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1604] 10.0.0.168 () {32 vars in 731 bytes} [Thu Aug 20 00:31:14 2026] GET /v2.0/subnets/718c3a2f-2187-4c59-808f-81913fbe5faa/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1605] 10.0.0.168 () {32 vars in 739 bytes} [Thu Aug 20 00:31:15 2026] GET /v2.0/subnets/718c3a2f-2187-4c59-808f-81913fbe5faa/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:31:15.115 8 INFO neutron.api.v2.resource [None req-a45006ec-9027-423e-98df-703fbca0285a 640cc52ef2f44d8887ea087b34ee8e29 d92cef821bb24cd3ba52c17c8b8146f7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 812/1606] 10.0.0.168 () {32 vars in 743 bytes} [Thu Aug 20 00:31:15 2026] GET /v2.0/subnets/718c3a2f-2187-4c59-808f-81913fbe5faa/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1607] 10.0.0.168 () {32 vars in 742 bytes} [Thu Aug 20 00:31:15 2026] DELETE /v2.0/subnets/718c3a2f-2187-4c59-808f-81913fbe5faa/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1608] 10.0.0.168 () {32 vars in 731 bytes} [Thu Aug 20 00:31:15 2026] GET /v2.0/subnets/718c3a2f-2187-4c59-808f-81913fbe5faa/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:31:15.266 7 INFO neutron.api.v2.resource [None req-11f2feb0-2ea4-4605-afcc-fc8ece51ddfd 640cc52ef2f44d8887ea087b34ee8e29 d92cef821bb24cd3ba52c17c8b8146f7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 796/1609] 10.0.0.168 () {32 vars in 746 bytes} [Thu Aug 20 00:31:15 2026] DELETE /v2.0/subnets/718c3a2f-2187-4c59-808f-81913fbe5faa/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1610] 10.0.0.168 () {32 vars in 734 bytes} [Thu Aug 20 00:31:15 2026] DELETE /v2.0/subnets/718c3a2f-2187-4c59-808f-81913fbe5faa/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1611] 10.0.0.168 () {32 vars in 731 bytes} [Thu Aug 20 00:31:15 2026] GET /v2.0/subnets/718c3a2f-2187-4c59-808f-81913fbe5faa/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: 815/1612] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:31:15 2026] DELETE /v2.0/subnets/718c3a2f-2187-4c59-808f-81913fbe5faa => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:31:15.611 7 INFO neutron_taas.services.taas.taas_plugin [None req-5409128e-46ae-49c1-a1e8-718b4a62c1fd 640cc52ef2f44d8887ea087b34ee8e29 d92cef821bb24cd3ba52c17c8b8146f7 - - default default] TaaS: Handle Delete Port: eb26833b-ff1b-4e24-9120-e012bfb14073 2026-08-20 00:31:15.613 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5409128e-46ae-49c1-a1e8-718b4a62c1fd 640cc52ef2f44d8887ea087b34ee8e29 d92cef821bb24cd3ba52c17c8b8146f7 - - default default] Tap Mirror: Handle Delete Port: eb26833b-ff1b-4e24-9120-e012bfb14073 2026-08-20 00:31:15.808 7 INFO neutron.services.segments.plugin [-] Segment 3552f92a-8530-40f4-99f2-873f6daeee6e resource provider aggregate not found 2026-08-20 00:31:15.816 7 INFO neutron.services.segments.plugin [-] Segment 3552f92a-8530-40f4-99f2-873f6daeee6e resource provider aggregate not found 2026-08-20 00:31:15.834 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3552f92a-8530-40f4-99f2-873f6daeee6e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3552f92a-8530-40f4-99f2-873f6daeee6e found for delete ", "request_id": "req-8cdcc9fd-b252-4bab-a53a-ad981c987588"}]} 2026-08-20 00:31:15.841 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3552f92a-8530-40f4-99f2-873f6daeee6e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3552f92a-8530-40f4-99f2-873f6daeee6e found for delete ", "request_id": "req-30a6adce-842b-47ec-88f8-c94798c5396b"}]} [pid: 7|app: 0|req: 798/1613] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:31:15 2026] DELETE /v2.0/networks/2a9fd84c-ee62-4c72-b8d9-2cf5114f1296 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1614] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:31:15 2026] GET /v2.0/security-groups?tenant_id=0136c0352b5742419411ffbf71a681d6&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1615] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:31:16 2026] DELETE /v2.0/security-groups/69cf7094-c5b5-4c44-b7c8-68e2c3d654a8 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1616] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:31:16 2026] GET /v2.0/security-groups?tenant_id=fe39440d4e8240bca1bd9f4798d9b54c&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: 800/1617] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:31:16 2026] DELETE /v2.0/security-groups/f86f623a-bbab-42da-bb1c-d879ffc23efc => 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: 818/1618] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:31:16 2026] GET /v2.0/security-groups?tenant_id=d92cef821bb24cd3ba52c17c8b8146f7&name=default => generated 2925 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1619] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:31:16 2026] DELETE /v2.0/security-groups/97285950-7ac6-40c8-8775-d4f41acb3d20 => 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: 819/1620] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:31:17 2026] GET /v2.0/security-groups?tenant_id=1e258ef5289f43ad9bbcc9ac9d9b5519&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1621] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:31:17 2026] DELETE /v2.0/security-groups/60905854-8c17-4129-9538-34f1c8a3dd68 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1622] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:31:18 2026] GET /v2.0/security-groups?tenant_id=294a1e6ef2f14caa88010cf3ca03b480&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1623] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:31:19 2026] DELETE /v2.0/security-groups/785c99ea-b2a0-43ba-91e2-4243ebce5b7d => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:31:20.789 8 INFO neutron.db.segments_db [None req-50565e5f-3295-4b25-89d7-52c2bd6a11e5 6e578c7142924ea0af0fddc8c616bb9e d034fc3355df4a8cbe860f1b129fa75b - - default default] Added segment 917bcdb7-fed3-485b-87ef-3058ae8bc3e5 of type vxlan for network 0b29e6ac-82d3-4cd6-aee5-b749b688b0bc [pid: 8|app: 0|req: 821/1624] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:31:20 2026] POST /v2.0/networks => generated 631 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1625] 10.0.0.168 () {32 vars in 653 bytes} [Thu Aug 20 00:31:20 2026] GET /v2.0/extensions => generated 21537 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1626] 10.0.0.168 () {32 vars in 681 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1627] 10.0.0.168 () {32 vars in 681 bytes} [Thu Aug 20 00:31:21 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: 8|app: 0|req: 825/1628] 10.0.0.168 () {32 vars in 729 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1629] 10.0.0.168 () {32 vars in 665 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1630] 10.0.0.168 () {32 vars in 699 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1631] 10.0.0.168 () {32 vars in 697 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1632] 10.0.0.168 () {32 vars in 701 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1633] 10.0.0.168 () {32 vars in 689 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1634] 10.0.0.168 () {32 vars in 703 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1635] 10.0.0.168 () {32 vars in 693 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1636] 10.0.0.168 () {32 vars in 695 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1637] 10.0.0.168 () {32 vars in 685 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1638] 10.0.0.168 () {32 vars in 687 bytes} [Thu Aug 20 00:31:21 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: 8|app: 0|req: 836/1639] 10.0.0.168 () {32 vars in 661 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1640] 10.0.0.168 () {32 vars in 699 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1641] 10.0.0.168 () {32 vars in 679 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1642] 10.0.0.168 () {32 vars in 683 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1643] 10.0.0.168 () {34 vars in 664 bytes} [Thu Aug 20 00:31:20 2026] POST /v2.0/ports => generated 743 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1644] 10.0.0.168 () {32 vars in 675 bytes} [Thu Aug 20 00:31:21 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 841/1645] 10.0.0.168 () {32 vars in 689 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1646] 10.0.0.168 () {32 vars in 723 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1647] 10.0.0.168 () {32 vars in 687 bytes} [Thu Aug 20 00:31:21 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: 8|app: 0|req: 844/1648] 10.0.0.168 () {32 vars in 669 bytes} [Thu Aug 20 00:31:21 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: 8|app: 0|req: 845/1649] 10.0.0.168 () {32 vars in 687 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1650] 10.0.0.168 () {32 vars in 681 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1651] 10.0.0.168 () {32 vars in 699 bytes} [Thu Aug 20 00:31:21 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: 8|app: 0|req: 848/1652] 10.0.0.168 () {32 vars in 679 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1653] 10.0.0.168 () {32 vars in 667 bytes} [Thu Aug 20 00:31:21 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: 8|app: 0|req: 850/1654] 10.0.0.168 () {32 vars in 677 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1655] 10.0.0.168 () {32 vars in 665 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/l3-ha => 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: 852/1656] 10.0.0.168 () {32 vars in 675 bytes} [Thu Aug 20 00:31:21 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: 8|app: 0|req: 853/1657] 10.0.0.168 () {32 vars in 713 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1658] 10.0.0.168 () {32 vars in 691 bytes} [Thu Aug 20 00:31:21 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: 8|app: 0|req: 855/1659] 10.0.0.168 () {32 vars in 683 bytes} [Thu Aug 20 00:31:21 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: 8|app: 0|req: 856/1660] 10.0.0.168 () {32 vars in 669 bytes} [Thu Aug 20 00:31:21 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: 8|app: 0|req: 857/1661] 10.0.0.168 () {32 vars in 687 bytes} [Thu Aug 20 00:31:21 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: 8|app: 0|req: 858/1662] 10.0.0.168 () {32 vars in 705 bytes} [Thu Aug 20 00:31:21 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: 8|app: 0|req: 859/1663] 10.0.0.168 () {32 vars in 675 bytes} [Thu Aug 20 00:31:21 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: 805/1664] 10.0.0.168 () {34 vars in 666 bytes} [Thu Aug 20 00:31:21 2026] POST /v2.0/trunks => generated 407 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1665] 10.0.0.168 () {32 vars in 701 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1666] 10.0.0.168 () {32 vars in 675 bytes} [Thu Aug 20 00:31:21 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: 8|app: 0|req: 862/1667] 10.0.0.168 () {32 vars in 693 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1668] 10.0.0.168 () {32 vars in 689 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1669] 10.0.0.168 () {32 vars in 709 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/port-mac-address-regenerate => 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: 806/1670] 10.0.0.168 () {34 vars in 749 bytes} [Thu Aug 20 00:31:21 2026] PUT /v2.0/trunks/a13bbeb9-bf12-4778-ac33-bdb2a32e9415/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1671] 10.0.0.168 () {32 vars in 705 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1672] 10.0.0.168 () {32 vars in 719 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1673] 10.0.0.168 () {32 vars in 697 bytes} [Thu Aug 20 00:31:21 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: 8|app: 0|req: 866/1674] 10.0.0.168 () {32 vars in 729 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/trunks/a13bbeb9-bf12-4778-ac33-bdb2a32e9415/tags => generated 25 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1675] 10.0.0.168 () {32 vars in 711 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1676] 10.0.0.168 () {32 vars in 669 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1677] 10.0.0.168 () {32 vars in 687 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1678] 10.0.0.168 () {32 vars in 681 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1679] 10.0.0.168 () {32 vars in 675 bytes} [Thu Aug 20 00:31:21 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: 8|app: 0|req: 867/1680] 10.0.0.168 () {34 vars in 760 bytes} [Thu Aug 20 00:31:21 2026] PUT /v2.0/trunks/a13bbeb9-bf12-4778-ac33-bdb2a32e9415/tags/green => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1681] 10.0.0.168 () {32 vars in 671 bytes} [Thu Aug 20 00:31:21 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: 815/1682] 10.0.0.168 () {32 vars in 661 bytes} [Thu Aug 20 00:31:21 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: 816/1683] 10.0.0.168 () {32 vars in 699 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1684] 10.0.0.168 () {32 vars in 729 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/trunks/a13bbeb9-bf12-4778-ac33-bdb2a32e9415/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1685] 10.0.0.168 () {32 vars in 699 bytes} [Thu Aug 20 00:31:21 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: 818/1686] 10.0.0.168 () {32 vars in 677 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1687] 10.0.0.168 () {32 vars in 669 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1688] 10.0.0.168 () {32 vars in 683 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1689] 10.0.0.168 () {34 vars in 756 bytes} [Thu Aug 20 00:31:21 2026] PUT /v2.0/trunks/a13bbeb9-bf12-4778-ac33-bdb2a32e9415/tags/red => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1690] 10.0.0.168 () {32 vars in 701 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1691] 10.0.0.168 () {32 vars in 685 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1692] 10.0.0.168 () {32 vars in 707 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1693] 10.0.0.168 () {32 vars in 669 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1694] 10.0.0.168 () {32 vars in 729 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/trunks/a13bbeb9-bf12-4778-ac33-bdb2a32e9415/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1695] 10.0.0.168 () {32 vars in 697 bytes} [Thu Aug 20 00:31:21 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: 8|app: 0|req: 874/1696] 10.0.0.168 () {32 vars in 695 bytes} [Thu Aug 20 00:31:21 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: 8|app: 0|req: 875/1697] 10.0.0.168 () {32 vars in 685 bytes} [Thu Aug 20 00:31:21 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: 8|app: 0|req: 876/1698] 10.0.0.168 () {32 vars in 689 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1699] 10.0.0.168 () {32 vars in 705 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1700] 10.0.0.168 () {34 vars in 778 bytes} [Thu Aug 20 00:31:21 2026] PUT /v2.0/trunks/a13bbeb9-bf12-4778-ac33-bdb2a32e9415/tags/black.or.white => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1701] 10.0.0.168 () {32 vars in 667 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1702] 10.0.0.168 () {32 vars in 681 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1703] 10.0.0.168 () {32 vars in 681 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1704] 10.0.0.168 () {32 vars in 691 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1705] 10.0.0.168 () {32 vars in 729 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/trunks/a13bbeb9-bf12-4778-ac33-bdb2a32e9415/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1706] 10.0.0.168 () {32 vars in 691 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1707] 10.0.0.168 () {32 vars in 695 bytes} [Thu Aug 20 00:31:21 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: 8|app: 0|req: 884/1708] 10.0.0.168 () {32 vars in 685 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1709] 10.0.0.168 () {32 vars in 689 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1710] 10.0.0.168 () {34 vars in 749 bytes} [Thu Aug 20 00:31:21 2026] PUT /v2.0/trunks/a13bbeb9-bf12-4778-ac33-bdb2a32e9415/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1711] 10.0.0.168 () {32 vars in 701 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1712] 10.0.0.168 () {32 vars in 703 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1713] 10.0.0.168 () {32 vars in 713 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1714] 10.0.0.168 () {32 vars in 717 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1715] 10.0.0.168 () {32 vars in 729 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/trunks/a13bbeb9-bf12-4778-ac33-bdb2a32e9415/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1716] 10.0.0.168 () {32 vars in 715 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1717] 10.0.0.168 () {32 vars in 727 bytes} [Thu Aug 20 00:31:21 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: 8|app: 0|req: 892/1718] 10.0.0.168 () {32 vars in 741 bytes} [Thu Aug 20 00:31:21 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: 827/1719] 10.0.0.168 () {32 vars in 737 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/trunks/a13bbeb9-bf12-4778-ac33-bdb2a32e9415/tags/red => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1720] 10.0.0.168 () {32 vars in 719 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1721] 10.0.0.168 () {32 vars in 683 bytes} [Thu Aug 20 00:31:21 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) 2026-08-20 00:31:21.718 7 INFO neutron.api.v2.resource [None req-ad8e5f28-7015-46ba-88fd-008b25bea7f4 6e578c7142924ea0af0fddc8c616bb9e d034fc3355df4a8cbe860f1b129fa75b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 828/1722] 10.0.0.168 () {32 vars in 741 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/trunks/a13bbeb9-bf12-4778-ac33-bdb2a32e9415/tags/green => generated 99 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1723] 10.0.0.168 () {32 vars in 669 bytes} [Thu Aug 20 00:31:21 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: 8|app: 0|req: 896/1724] 10.0.0.168 () {32 vars in 719 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1725] 10.0.0.168 () {32 vars in 679 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1726] 10.0.0.168 () {32 vars in 669 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1727] 10.0.0.168 () {32 vars in 697 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1728] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:31:21 2026] DELETE /v2.0/trunks/a13bbeb9-bf12-4778-ac33-bdb2a32e9415/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1729] 10.0.0.168 () {32 vars in 705 bytes} [Thu Aug 20 00:31:21 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: 8|app: 0|req: 901/1730] 10.0.0.168 () {32 vars in 701 bytes} [Thu Aug 20 00:31:21 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: 8|app: 0|req: 902/1731] 10.0.0.168 () {32 vars in 701 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/subnet-external-network => 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: 830/1732] 10.0.0.168 () {32 vars in 729 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/trunks/a13bbeb9-bf12-4778-ac33-bdb2a32e9415/tags => generated 30 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1733] 10.0.0.168 () {32 vars in 683 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1734] 10.0.0.168 () {32 vars in 705 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1735] 10.0.0.168 () {32 vars in 695 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:31:21.805 7 INFO neutron.api.v2.resource [None req-3020e3d3-4a89-4f6c-8346-15a2d9457e37 6e578c7142924ea0af0fddc8c616bb9e d034fc3355df4a8cbe860f1b129fa75b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 831/1736] 10.0.0.168 () {32 vars in 744 bytes} [Thu Aug 20 00:31:21 2026] DELETE /v2.0/trunks/a13bbeb9-bf12-4778-ac33-bdb2a32e9415/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1737] 10.0.0.168 () {32 vars in 689 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1738] 10.0.0.168 () {32 vars in 697 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1739] 10.0.0.168 () {32 vars in 679 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1740] 10.0.0.168 () {32 vars in 689 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1741] 10.0.0.168 () {32 vars in 701 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1742] 10.0.0.168 () {32 vars in 665 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1743] 10.0.0.168 () {32 vars in 732 bytes} [Thu Aug 20 00:31:21 2026] DELETE /v2.0/trunks/a13bbeb9-bf12-4778-ac33-bdb2a32e9415/tags => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1744] 10.0.0.168 () {32 vars in 681 bytes} [Thu Aug 20 00:31:21 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: 8|app: 0|req: 913/1745] 10.0.0.168 () {32 vars in 677 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1746] 10.0.0.168 () {32 vars in 693 bytes} [Thu Aug 20 00:31:21 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: 833/1747] 10.0.0.168 () {32 vars in 729 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/trunks/a13bbeb9-bf12-4778-ac33-bdb2a32e9415/tags => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1748] 10.0.0.168 () {32 vars in 677 bytes} [Thu Aug 20 00:31:21 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: 834/1749] 10.0.0.168 () {32 vars in 667 bytes} [Thu Aug 20 00:31:21 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: 835/1750] 10.0.0.168 () {32 vars in 663 bytes} [Thu Aug 20 00:31:21 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: 836/1751] 10.0.0.168 () {32 vars in 675 bytes} [Thu Aug 20 00:31:21 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: 8|app: 0|req: 916/1752] 10.0.0.168 () {32 vars in 719 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/trunks/a13bbeb9-bf12-4778-ac33-bdb2a32e9415 => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1753] 10.0.0.168 () {32 vars in 687 bytes} [Thu Aug 20 00:31:21 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: 917/1754] 10.0.0.168 () {32 vars in 717 bytes} [Thu Aug 20 00:31:21 2026] GET /v2.0/ports/236470cd-1df4-4911-b9f1-60d111a03154 => generated 826 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1755] 10.0.0.168 () {32 vars in 722 bytes} [Thu Aug 20 00:31:21 2026] DELETE /v2.0/trunks/a13bbeb9-bf12-4778-ac33-bdb2a32e9415 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:31:22.126 8 INFO neutron_taas.services.taas.taas_plugin [None req-219e20b5-41aa-4e47-9d46-34ef3bb1db3c 6e578c7142924ea0af0fddc8c616bb9e d034fc3355df4a8cbe860f1b129fa75b - - default default] TaaS: Handle Delete Port: 236470cd-1df4-4911-b9f1-60d111a03154 2026-08-20 00:31:22.130 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-219e20b5-41aa-4e47-9d46-34ef3bb1db3c 6e578c7142924ea0af0fddc8c616bb9e d034fc3355df4a8cbe860f1b129fa75b - - default default] Tap Mirror: Handle Delete Port: 236470cd-1df4-4911-b9f1-60d111a03154 [pid: 8|app: 0|req: 918/1756] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:31:22 2026] DELETE /v2.0/ports/236470cd-1df4-4911-b9f1-60d111a03154 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:31:22.329 7 INFO neutron.services.segments.plugin [-] Segment 917bcdb7-fed3-485b-87ef-3058ae8bc3e5 resource provider aggregate not found 2026-08-20 00:31:22.337 7 INFO neutron.services.segments.plugin [-] Segment 917bcdb7-fed3-485b-87ef-3058ae8bc3e5 resource provider aggregate not found 2026-08-20 00:31:22.357 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 917bcdb7-fed3-485b-87ef-3058ae8bc3e5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 917bcdb7-fed3-485b-87ef-3058ae8bc3e5 found for delete ", "request_id": "req-767cc505-f829-4209-b98c-70cb53158e86"}]} 2026-08-20 00:31:22.362 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 917bcdb7-fed3-485b-87ef-3058ae8bc3e5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 917bcdb7-fed3-485b-87ef-3058ae8bc3e5 found for delete ", "request_id": "req-8445f9f4-d558-44db-b701-99ca51af2c53"}]} [pid: 7|app: 0|req: 839/1757] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:31:22 2026] DELETE /v2.0/networks/0b29e6ac-82d3-4cd6-aee5-b749b688b0bc => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1758] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:31:22 2026] GET /v2.0/security-groups?tenant_id=ee321738817e46c497e813c97e7dec8b&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1759] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:31:22 2026] DELETE /v2.0/security-groups/acaf0cf1-8f90-43c6-972a-67da9acafcee => 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: 920/1760] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:31:22 2026] GET /v2.0/security-groups?tenant_id=5c58d897e7934085a6442fc0f918259b&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: 841/1761] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:31:23 2026] DELETE /v2.0/security-groups/a07bdf23-1b24-4243-9a5a-27061d0525cc => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1762] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:31:23 2026] GET /v2.0/security-groups?tenant_id=d034fc3355df4a8cbe860f1b129fa75b&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: 842/1763] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:31:23 2026] DELETE /v2.0/security-groups/30e4fb48-3e1f-4eb2-a375-d7b0e59997a7 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:31:24.811 8 INFO neutron.db.segments_db [None req-2d085da9-3eb2-49e2-8e8b-41e8406a214d f976d7cbdd9b4c8d9ccbd4c27722562e 69d33d20107540c89884616044192c4b - - default default] Added segment 630dafd5-6092-4005-bd37-1caa97c3d31d of type vxlan for network 7de055f5-cb86-40a9-82c4-f48559310c13 [pid: 8|app: 0|req: 923/1766] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:31:24 2026] POST /v2.0/networks => generated 650 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1767] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:31:24 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-08-20 00:31:25.209 8 INFO neutron.db.segments_db [None req-77c914e4-d471-4975-a92a-88b33b484f7e f976d7cbdd9b4c8d9ccbd4c27722562e 69d33d20107540c89884616044192c4b - - default default] Added segment 98236f14-0c4d-48b1-9adb-e42bd345b255 of type vxlan for network 1612db37-a0fb-4f1e-bfde-11aeb33cbd8f 2026-08-20 00:31:25.446 8 INFO neutron.db.l3_hamode_db [None req-77c914e4-d471-4975-a92a-88b33b484f7e f976d7cbdd9b4c8d9ccbd4c27722562e 69d33d20107540c89884616044192c4b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 00:31:26.217 8 INFO neutron.db.l3_hamode_db [None req-77c914e4-d471-4975-a92a-88b33b484f7e f976d7cbdd9b4c8d9ccbd4c27722562e 69d33d20107540c89884616044192c4b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 924/1768] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:31:25 2026] POST /v2.0/routers => generated 695 bytes in 1904 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1769] 10.0.0.168 () {34 vars in 783 bytes} [Thu Aug 20 00:31:27 2026] PUT /v2.0/routers/3284f2ad-00f3-456a-9d77-757a279b1aef/add_router_interface => generated 309 bytes in 1195 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1770] 10.0.0.168 () {34 vars in 665 bytes} [Thu Aug 20 00:31:28 2026] POST /v2.0/ports => generated 954 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1771] 10.0.0.168 () {34 vars in 665 bytes} [Thu Aug 20 00:31:28 2026] POST /v2.0/ports => generated 958 bytes in 367 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-08-20 00:31:29.777 8 INFO neutron.db.l3_db [None req-f364dec7-875d-43f1-bf98-0c162bba79d6 f976d7cbdd9b4c8d9ccbd4c27722562e 69d33d20107540c89884616044192c4b - - default default] Floating IP 1a6a8caa-25fd-4276-ba6e-e9685d5a1bbf associated. External IP: 10.96.250.215, port: 67c6ba25-be7a-4926-ad94-3fdbc68bb304. [pid: 8|app: 0|req: 926/1772] 10.0.0.168 () {34 vars in 677 bytes} [Thu Aug 20 00:31:29 2026] POST /v2.0/floatingips => generated 842 bytes in 1000 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-08-20 00:31:30.173 7 INFO neutron.db.l3_db [None req-a8adc550-881e-4682-8bb3-1eaa7a7159d4 f976d7cbdd9b4c8d9ccbd4c27722562e 69d33d20107540c89884616044192c4b - - default default] Floating IP 1a6a8caa-25fd-4276-ba6e-e9685d5a1bbf disassociated. External IP: 10.96.250.215, port: 67c6ba25-be7a-4926-ad94-3fdbc68bb304. [pid: 7|app: 0|req: 847/1773] 10.0.0.168 () {34 vars in 749 bytes} [Thu Aug 20 00:31:30 2026] PUT /v2.0/floatingips/1a6a8caa-25fd-4276-ba6e-e9685d5a1bbf => generated 552 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:31:30.593 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e868c1f-0bf0-41aa-af90-6216c90dd3ee f976d7cbdd9b4c8d9ccbd4c27722562e 69d33d20107540c89884616044192c4b - - default default] TaaS: Handle Delete Port: f09bf664-db00-4aa5-a36a-f8a25eada6d5 2026-08-20 00:31:30.596 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e868c1f-0bf0-41aa-af90-6216c90dd3ee f976d7cbdd9b4c8d9ccbd4c27722562e 69d33d20107540c89884616044192c4b - - default default] Tap Mirror: Handle Delete Port: f09bf664-db00-4aa5-a36a-f8a25eada6d5 [pid: 8|app: 0|req: 927/1774] 10.0.0.168 () {32 vars in 732 bytes} [Thu Aug 20 00:31:30 2026] DELETE /v2.0/floatingips/1a6a8caa-25fd-4276-ba6e-e9685d5a1bbf => generated 0 bytes in 298 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:31:31.494 7 INFO neutron.db.l3_db [None req-dcb40b01-c33d-4950-b644-e29f7b116730 f976d7cbdd9b4c8d9ccbd4c27722562e 69d33d20107540c89884616044192c4b - - default default] Floating IP 0d79a8c6-1ddb-4173-b156-e59521194e82 associated. External IP: 10.96.250.220, port: 303b5f2e-87e2-4ec1-a707-0f19a14b310d. [pid: 7|app: 0|req: 848/1775] 10.0.0.168 () {34 vars in 677 bytes} [Thu Aug 20 00:31:30 2026] POST /v2.0/floatingips => generated 841 bytes in 1018 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1776] 10.0.0.168 () {32 vars in 729 bytes} [Thu Aug 20 00:31:31 2026] GET /v2.0/floatingips/0d79a8c6-1ddb-4173-b156-e59521194e82 => generated 841 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1777] 10.0.0.168 () {32 vars in 655 bytes} [Thu Aug 20 00:31:31 2026] GET /v2.0/floatingips => generated 844 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:31:32.276 8 INFO neutron.db.l3_db [None req-310b9951-a97b-49b6-8c64-b42eeecaf1c5 f976d7cbdd9b4c8d9ccbd4c27722562e 69d33d20107540c89884616044192c4b - - default default] Floating IP 0d79a8c6-1ddb-4173-b156-e59521194e82 associated. External IP: 10.96.250.220, port: 303b5f2e-87e2-4ec1-a707-0f19a14b310d. 2026-08-20 00:31:32.448 7 INFO neutron.db.segments_db [None req-143269f8-307d-44e9-abb7-94740514367f 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] Added segment bdce0336-2f11-4321-b79e-4f855722d66c of type vxlan for network 25aea187-bbbb-47a7-8e5d-2dd830605df7 [pid: 7|app: 0|req: 850/1778] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:31:32 2026] POST /v2.0/networks => generated 640 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1779] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:31:32 2026] POST /v2.0/subnets => generated 658 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1780] 10.0.0.168 () {32 vars in 722 bytes} [Thu Aug 20 00:31:32 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => 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: 929/1781] 10.0.0.168 () {34 vars in 749 bytes} [Thu Aug 20 00:31:31 2026] PUT /v2.0/floatingips/0d79a8c6-1ddb-4173-b156-e59521194e82 => generated 842 bytes in 919 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:31:32.924 8 INFO neutron.db.l3_db [None req-b8e2e538-7d0b-4375-8d54-a6cff28cad7a f976d7cbdd9b4c8d9ccbd4c27722562e 69d33d20107540c89884616044192c4b - - default default] Floating IP 0d79a8c6-1ddb-4173-b156-e59521194e82 disassociated. External IP: 10.96.250.220, port: 67c6ba25-be7a-4926-ad94-3fdbc68bb304. [pid: 7|app: 0|req: 853/1782] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:31:32 2026] POST /v2.0/subnets => generated 732 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:31:33.055 7 INFO neutron.db.segments_db [None req-f745b6da-94dd-4fba-a3ba-fe4d8d7408fa 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] Added segment 3151b60e-bacc-4268-88e0-331379c7eade of type vxlan for network 97945346-05d7-4cf0-9b13-645ab8f7edb3 [pid: 7|app: 0|req: 854/1783] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:31:33 2026] POST /v2.0/networks => generated 638 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1784] 10.0.0.168 () {34 vars in 749 bytes} [Thu Aug 20 00:31:32 2026] PUT /v2.0/floatingips/0d79a8c6-1ddb-4173-b156-e59521194e82 => generated 552 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:31:33.269 8 INFO neutron_taas.services.taas.taas_plugin [None req-0bec804a-88d1-4c1c-ad4e-1ed19607cf1f f976d7cbdd9b4c8d9ccbd4c27722562e 69d33d20107540c89884616044192c4b - - default default] TaaS: Handle Delete Port: 5b492fe8-598d-475a-8218-fcb3b7d9abaf 2026-08-20 00:31:33.271 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0bec804a-88d1-4c1c-ad4e-1ed19607cf1f f976d7cbdd9b4c8d9ccbd4c27722562e 69d33d20107540c89884616044192c4b - - default default] Tap Mirror: Handle Delete Port: 5b492fe8-598d-475a-8218-fcb3b7d9abaf [pid: 7|app: 0|req: 855/1785] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:31:33 2026] POST /v2.0/subnets => generated 655 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1786] 10.0.0.168 () {32 vars in 732 bytes} [Thu Aug 20 00:31:33 2026] DELETE /v2.0/floatingips/0d79a8c6-1ddb-4173-b156-e59521194e82 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:31:33.421 8 INFO neutron.api.v2.resource [None req-154eba23-a6ab-4191-95ab-6f5f2d865ae2 f976d7cbdd9b4c8d9ccbd4c27722562e 69d33d20107540c89884616044192c4b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 932/1787] 10.0.0.168 () {32 vars in 732 bytes} [Thu Aug 20 00:31:33 2026] DELETE /v2.0/floatingips/0d79a8c6-1ddb-4173-b156-e59521194e82 => generated 144 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:31:33.530 8 INFO neutron_taas.services.taas.taas_plugin [None req-a44ab1a2-779b-419e-bf28-b27084c6ca92 f976d7cbdd9b4c8d9ccbd4c27722562e 69d33d20107540c89884616044192c4b - - default default] TaaS: Handle Delete Port: 67c6ba25-be7a-4926-ad94-3fdbc68bb304 2026-08-20 00:31:33.535 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a44ab1a2-779b-419e-bf28-b27084c6ca92 f976d7cbdd9b4c8d9ccbd4c27722562e 69d33d20107540c89884616044192c4b - - default default] Tap Mirror: Handle Delete Port: 67c6ba25-be7a-4926-ad94-3fdbc68bb304 [pid: 7|app: 0|req: 856/1788] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:31:33 2026] POST /v2.0/subnets => generated 726 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:31:33.618 7 INFO neutron.db.segments_db [None req-e5107e21-923b-490a-8ad9-a77084ced62a 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] Added segment 79b348e8-a2a0-4f6e-bf57-2d3f9e9bd5fd of type vxlan for network 5ffb231f-9ab0-444c-bab6-4d843cde27ae [pid: 8|app: 0|req: 933/1789] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:31:33 2026] DELETE /v2.0/ports/67c6ba25-be7a-4926-ad94-3fdbc68bb304 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1790] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:31:33 2026] POST /v2.0/networks => generated 638 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:31:33.843 8 INFO neutron_taas.services.taas.taas_plugin [None req-c845d01e-1bd3-429e-adcd-65f5afc5db6c f976d7cbdd9b4c8d9ccbd4c27722562e 69d33d20107540c89884616044192c4b - - default default] TaaS: Handle Delete Port: 303b5f2e-87e2-4ec1-a707-0f19a14b310d 2026-08-20 00:31:33.845 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c845d01e-1bd3-429e-adcd-65f5afc5db6c f976d7cbdd9b4c8d9ccbd4c27722562e 69d33d20107540c89884616044192c4b - - default default] Tap Mirror: Handle Delete Port: 303b5f2e-87e2-4ec1-a707-0f19a14b310d [pid: 7|app: 0|req: 858/1791] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:31:33 2026] POST /v2.0/subnets => generated 655 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1792] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:31:33 2026] DELETE /v2.0/ports/303b5f2e-87e2-4ec1-a707-0f19a14b310d => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1793] 10.0.0.168 () {32 vars in 736 bytes} [Thu Aug 20 00:31:33 2026] GET /v2.0/ports?device_id=3284f2ad-00f3-456a-9d77-757a279b1aef => generated 958 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1794] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:31:33 2026] POST /v2.0/subnets => generated 728 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:31:34.309 7 INFO neutron.db.segments_db [None req-561bfb67-b17e-42d5-8a34-9d8297e60706 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] Added segment 5cd5bbea-28de-421b-a3bd-7df00d9517d9 of type vxlan for network d4168e72-5a4e-46b7-9cce-0925d2044fcb 2026-08-20 00:31:34.383 8 INFO neutron_taas.services.taas.taas_plugin [None req-64353ef6-9294-41ae-b1f4-5fd0798b47c2 f976d7cbdd9b4c8d9ccbd4c27722562e 69d33d20107540c89884616044192c4b - - default default] TaaS: Handle Delete Port: f10d6044-18b6-42d7-a04e-5461677c782a 2026-08-20 00:31:34.385 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64353ef6-9294-41ae-b1f4-5fd0798b47c2 f976d7cbdd9b4c8d9ccbd4c27722562e 69d33d20107540c89884616044192c4b - - default default] Tap Mirror: Handle Delete Port: f10d6044-18b6-42d7-a04e-5461677c782a 2026-08-20 00:31:34.539 7 INFO neutron.db.l3_hamode_db [None req-561bfb67-b17e-42d5-8a34-9d8297e60706 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 936/1795] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:31:34 2026] PUT /v2.0/routers/3284f2ad-00f3-456a-9d77-757a279b1aef/remove_router_interface => generated 309 bytes in 867 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:31:35.099 8 INFO neutron_taas.services.taas.taas_plugin [None req-baf78c2e-8633-4d05-89fe-38273dfca326 f976d7cbdd9b4c8d9ccbd4c27722562e 69d33d20107540c89884616044192c4b - - default default] TaaS: Handle Delete Port: 181c6d80-a736-476f-8da5-25bc93d44270 2026-08-20 00:31:35.102 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-baf78c2e-8633-4d05-89fe-38273dfca326 f976d7cbdd9b4c8d9ccbd4c27722562e 69d33d20107540c89884616044192c4b - - default default] Tap Mirror: Handle Delete Port: 181c6d80-a736-476f-8da5-25bc93d44270 2026-08-20 00:31:35.288 7 INFO neutron.db.l3_hamode_db [None req-561bfb67-b17e-42d5-8a34-9d8297e60706 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 00:31:35.341 8 INFO neutron_taas.services.taas.taas_plugin [None req-baf78c2e-8633-4d05-89fe-38273dfca326 f976d7cbdd9b4c8d9ccbd4c27722562e 69d33d20107540c89884616044192c4b - - default default] TaaS: Handle Delete Port: e193ccb9-9340-439e-a70f-c0e8c74062ff 2026-08-20 00:31:35.344 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-baf78c2e-8633-4d05-89fe-38273dfca326 f976d7cbdd9b4c8d9ccbd4c27722562e 69d33d20107540c89884616044192c4b - - default default] Tap Mirror: Handle Delete Port: e193ccb9-9340-439e-a70f-c0e8c74062ff 2026-08-20 00:31:35.664 8 INFO neutron.services.segments.plugin [-] Segment 98236f14-0c4d-48b1-9adb-e42bd345b255 resource provider aggregate not found 2026-08-20 00:31:35.671 8 INFO neutron.services.segments.plugin [-] Segment 98236f14-0c4d-48b1-9adb-e42bd345b255 resource provider aggregate not found 2026-08-20 00:31:35.681 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 98236f14-0c4d-48b1-9adb-e42bd345b255 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98236f14-0c4d-48b1-9adb-e42bd345b255 found for delete ", "request_id": "req-702ef958-ba40-4787-b06a-a68b17b4cc51"}]} 2026-08-20 00:31:35.689 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 98236f14-0c4d-48b1-9adb-e42bd345b255 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98236f14-0c4d-48b1-9adb-e42bd345b255 found for delete ", "request_id": "req-19236ac4-5f71-4969-a6d5-94476b487637"}]} 2026-08-20 00:31:35.696 8 INFO neutron.db.l3_hamode_db [None req-baf78c2e-8633-4d05-89fe-38273dfca326 f976d7cbdd9b4c8d9ccbd4c27722562e 69d33d20107540c89884616044192c4b - - default default] HA network 1612db37-a0fb-4f1e-bfde-11aeb33cbd8f was deleted as no HA routers are present in tenant 69d33d20107540c89884616044192c4b. [pid: 8|app: 0|req: 937/1796] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:31:34 2026] DELETE /v2.0/routers/3284f2ad-00f3-456a-9d77-757a279b1aef => generated 0 bytes in 796 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1797] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:31:35 2026] DELETE /v2.0/subnets/1bfe3df7-4888-45c2-b33b-d6ac406bd5a0 => 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: 939/1798] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:31:35 2026] DELETE /v2.0/networks/7de055f5-cb86-40a9-82c4-f48559310c13 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1799] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:31:34 2026] POST /v2.0/routers => generated 684 bytes in 1830 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1800] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:31:36 2026] GET /v2.0/security-groups?tenant_id=69d33d20107540c89884616044192c4b&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1801] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:31:36 2026] DELETE /v2.0/security-groups/523e2610-d99f-46e4-b80d-d7cac67558e0 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1802] 10.0.0.168 () {34 vars in 783 bytes} [Thu Aug 20 00:31:36 2026] PUT /v2.0/routers/879fdcba-8d4a-4f94-ae66-ff69e0c57657/add_router_interface => generated 309 bytes in 1353 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:31:37.705 8 INFO neutron.services.segments.plugin [-] Segment 630dafd5-6092-4005-bd37-1caa97c3d31d resource provider aggregate not found 2026-08-20 00:31:37.709 8 INFO neutron.services.segments.plugin [-] Segment 630dafd5-6092-4005-bd37-1caa97c3d31d resource provider aggregate not found 2026-08-20 00:31:37.725 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 630dafd5-6092-4005-bd37-1caa97c3d31d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 630dafd5-6092-4005-bd37-1caa97c3d31d found for delete ", "request_id": "req-7246b48d-49c7-47b2-9130-1b847dd605b7"}]} 2026-08-20 00:31:37.730 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 630dafd5-6092-4005-bd37-1caa97c3d31d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 630dafd5-6092-4005-bd37-1caa97c3d31d found for delete ", "request_id": "req-fbc4bb1d-6484-4be2-a77a-4d85dd80ced4"}]} [pid: 8|app: 0|req: 941/1803] 10.0.0.168 () {34 vars in 684 bytes} [Thu Aug 20 00:31:38 2026] POST /v2.0/security-groups => generated 1625 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1804] 10.0.0.168 () {32 vars in 663 bytes} [Thu Aug 20 00:31:38 2026] GET /v2.0/security-groups => generated 4530 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1805] 10.0.0.168 () {34 vars in 758 bytes} [Thu Aug 20 00:31:38 2026] PUT /v2.0/security-groups/429ab76a-5ab5-4d15-a727-8bacd9c09e1f => generated 1664 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1806] 10.0.0.168 () {32 vars in 737 bytes} [Thu Aug 20 00:31:38 2026] GET /v2.0/security-groups/429ab76a-5ab5-4d15-a727-8bacd9c09e1f => generated 1664 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1807] 10.0.0.168 () {34 vars in 783 bytes} [Thu Aug 20 00:31:37 2026] PUT /v2.0/routers/879fdcba-8d4a-4f94-ae66-ff69e0c57657/add_router_interface => generated 309 bytes in 1588 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1808] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:31:39 2026] DELETE /v2.0/security-groups/429ab76a-5ab5-4d15-a727-8bacd9c09e1f => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1809] 10.0.0.168 () {32 vars in 663 bytes} [Thu Aug 20 00:31:39 2026] GET /v2.0/security-groups => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:31:39.163 8 INFO neutron.api.v2.resource [None req-ee4ef4e0-e81d-462f-a34c-1d5fac68ed22 224584604a714c07a3fdbee300370705 5d0b1aeb9cf847f684fc0be321cfc789 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 947/1810] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:31:39 2026] DELETE /v2.0/security-groups/429ab76a-5ab5-4d15-a727-8bacd9c09e1f => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1811] 10.0.0.168 () {34 vars in 684 bytes} [Thu Aug 20 00:31:39 2026] POST /v2.0/security-groups => generated 1625 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1814] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:31:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1815] 10.0.0.168 () {32 vars in 747 bytes} [Thu Aug 20 00:31:39 2026] GET /v2.0/security-group-rules/861565fa-d9a6-4fec-a4e9-7d9bdf011bce => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1816] 10.0.0.168 () {32 vars in 673 bytes} [Thu Aug 20 00:31:39 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1817] 10.0.0.168 () {32 vars in 750 bytes} [Thu Aug 20 00:31:39 2026] DELETE /v2.0/security-group-rules/861565fa-d9a6-4fec-a4e9-7d9bdf011bce => 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: 955/1818] 10.0.0.168 () {32 vars in 673 bytes} [Thu Aug 20 00:31:39 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1819] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:31:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1820] 10.0.0.168 () {32 vars in 747 bytes} [Thu Aug 20 00:31:39 2026] GET /v2.0/security-group-rules/2ece5a70-0c0b-48d8-b84a-7051584c32aa => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1821] 10.0.0.168 () {32 vars in 673 bytes} [Thu Aug 20 00:31:39 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1822] 10.0.0.168 () {32 vars in 750 bytes} [Thu Aug 20 00:31:39 2026] DELETE /v2.0/security-group-rules/2ece5a70-0c0b-48d8-b84a-7051584c32aa => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1823] 10.0.0.168 () {32 vars in 673 bytes} [Thu Aug 20 00:31:39 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) 2026-08-20 00:31:39.953 8 INFO neutron.db.securitygroups_db [None req-1cf8fe7e-e35b-4b9d-8dfc-600b79889997 224584604a714c07a3fdbee300370705 5d0b1aeb9cf847f684fc0be321cfc789 - - default default] Project 5d0b1aeb9cf847f684fc0be321cfc789 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: 961/1824] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:31:39 2026] POST /v2.0/security-group-rules => generated 607 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1825] 10.0.0.168 () {32 vars in 747 bytes} [Thu Aug 20 00:31:40 2026] GET /v2.0/security-group-rules/2b0cccf3-f1ea-4e69-a7c6-2ca5d9f64254 => generated 607 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1826] 10.0.0.168 () {32 vars in 673 bytes} [Thu Aug 20 00:31:40 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1827] 10.0.0.168 () {32 vars in 750 bytes} [Thu Aug 20 00:31:40 2026] DELETE /v2.0/security-group-rules/2b0cccf3-f1ea-4e69-a7c6-2ca5d9f64254 => 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: 965/1828] 10.0.0.168 () {32 vars in 673 bytes} [Thu Aug 20 00:31:40 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) [pid: 8|app: 0|req: 966/1829] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:31:40 2026] DELETE /v2.0/security-groups/7c72b4d6-ef81-4209-a49a-97bdccdf1a38 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1830] 10.0.0.168 () {32 vars in 663 bytes} [Thu Aug 20 00:31:40 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1831] 10.0.0.168 () {32 vars in 663 bytes} [Thu Aug 20 00:31:40 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1832] 10.0.0.168 () {34 vars in 783 bytes} [Thu Aug 20 00:31:39 2026] PUT /v2.0/routers/879fdcba-8d4a-4f94-ae66-ff69e0c57657/add_router_interface => generated 309 bytes in 1462 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1833] 10.0.0.168 () {34 vars in 684 bytes} [Thu Aug 20 00:31:40 2026] POST /v2.0/security-groups => generated 1628 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1834] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:31:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1835] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:31:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1836] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:31:40 2026] POST /v2.0/security-group-rules => generated 599 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1837] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:31:41 2026] GET /v2.0/security-groups?tenant_id=5d0b1aeb9cf847f684fc0be321cfc789&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1838] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:31:41 2026] DELETE /v2.0/security-groups/d95b025c-754c-4fff-b213-0d74ac156fdb => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1839] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:31:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1840] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:31:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1841] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:31:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1842] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:31:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1843] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:31:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1844] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:31:41 2026] POST /v2.0/security-group-rules => generated 599 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1845] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:31:42 2026] POST /v2.0/security-group-rules => generated 601 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1846] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:31:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1847] 10.0.0.174 () {34 vars in 1096 bytes} [Thu Aug 20 00:31:42 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1326043457&fields=id&tenant_id=f772268d66ce40348e672369c7aaffeb => 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: 977/1848] 10.0.0.174 () {34 vars in 982 bytes} [Thu Aug 20 00:31:42 2026] GET /v2.0/networks?id=97945346-05d7-4cf0-9b13-645ab8f7edb3 => generated 705 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1849] 10.0.0.174 () {34 vars in 965 bytes} [Thu Aug 20 00:31:42 2026] GET /v2.0/quotas/f772268d66ce40348e672369c7aaffeb => 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: 978/1850] 10.0.0.174 () {34 vars in 1002 bytes} [Thu Aug 20 00:31:42 2026] GET /v2.0/ports?tenant_id=f772268d66ce40348e672369c7aaffeb&fields=id => generated 287 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1851] 10.0.0.174 () {34 vars in 1008 bytes} [Thu Aug 20 00:31:42 2026] GET /v2.0/networks/97945346-05d7-4cf0-9b13-645ab8f7edb3?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: 979/1852] 10.0.0.174 () {34 vars in 1108 bytes} [Thu Aug 20 00:31:42 2026] GET /v2.0/networks/97945346-05d7-4cf0-9b13-645ab8f7edb3?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: 874/1853] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:31:43 2026] GET /v2.0/ports?device_id=83e84782-26f2-4e2e-a207-9c9cd97ba775 => 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: 980/1854] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:31:44 2026] GET /v2.0/security-groups?tenant_id=a427100666954b7f87c01db6afcee2d1&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1855] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:31:45 2026] DELETE /v2.0/security-groups/5515eac2-2a3f-4025-ad6a-8e86619d17f6 => 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: 981/1856] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:31:47 2026] GET /v2.0/networks?id=97945346-05d7-4cf0-9b13-645ab8f7edb3 => generated 705 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1857] 199.204.45.35 () {34 vars in 1049 bytes} [Thu Aug 20 00:31:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f772268d66ce40348e672369c7aaffeb => generated 179 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1858] 199.204.45.35 () {38 vars in 954 bytes} [Thu Aug 20 00:31:47 2026] POST /v2.0/ports => generated 1183 bytes in 380 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: 983/1859] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:31:48 2026] GET /v2.0/ports?device_id=83e84782-26f2-4e2e-a207-9c9cd97ba775 => generated 1198 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1860] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:31:48 2026] GET /v2.0/security-groups?id=3b453a04-2d9a-46bc-be02-5ea976c1f2dd&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1861] 199.204.45.35 () {38 vars in 1027 bytes} [Thu Aug 20 00:31:47 2026] PUT /v2.0/ports/c9d34575-4656-4c8f-84db-29858f2a06d9 => generated 1464 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:31:48.394 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2bb977d3-001e-4e55-be7a-b2b819840f90'] response: {'name': 'network-changed', 'server_uuid': '83e84782-26f2-4e2e-a207-9c9cd97ba775', 'tag': 'c9d34575-4656-4c8f-84db-29858f2a06d9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 985/1862] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:31:48 2026] GET /v2.0/ports?tenant_id=f772268d66ce40348e672369c7aaffeb&device_id=83e84782-26f2-4e2e-a207-9c9cd97ba775 => generated 1467 bytes in 38 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: 878/1863] 199.204.45.35 () {34 vars in 1017 bytes} [Thu Aug 20 00:31:48 2026] GET /v2.0/networks?tenant_id=f772268d66ce40348e672369c7aaffeb&shared=False => generated 2377 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1864] 199.204.45.35 () {34 vars in 929 bytes} [Thu Aug 20 00:31:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1865] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:31:50 2026] GET /v2.0/ports?tenant_id=f772268d66ce40348e672369c7aaffeb&device_id=83e84782-26f2-4e2e-a207-9c9cd97ba775 => generated 1467 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1866] 199.204.45.35 () {34 vars in 1057 bytes} [Thu Aug 20 00:31:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.166&port_id=c9d34575-4656-4c8f-84db-29858f2a06d9 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1867] 199.204.45.35 () {34 vars in 1103 bytes} [Thu Aug 20 00:31:50 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2d2&port_id=c9d34575-4656-4c8f-84db-29858f2a06d9 => 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: 988/1868] 199.204.45.35 () {34 vars in 1063 bytes} [Thu Aug 20 00:31:50 2026] GET /v2.0/subnets?id=fe5bbd4a-b1d1-491a-92e4-88c2fa923aca&id=ba56b577-20c9-4b6f-8462-8db6be8a272d => generated 1410 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1869] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:31:50 2026] GET /v2.0/ports?network_id=97945346-05d7-4cf0-9b13-645ab8f7edb3&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1870] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:31:50 2026] GET /v2.0/ports?network_id=97945346-05d7-4cf0-9b13-645ab8f7edb3&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: 882/1871] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:31:50 2026] GET /v2.0/networks/97945346-05d7-4cf0-9b13-645ab8f7edb3?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: 990/1872] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:31:50 2026] GET /v2.0/networks/97945346-05d7-4cf0-9b13-645ab8f7edb3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1873] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:31:53 2026] GET /v2.0/ports?device_id=83e84782-26f2-4e2e-a207-9c9cd97ba775 => generated 1200 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1874] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:31:53 2026] GET /v2.0/security-groups?id=3b453a04-2d9a-46bc-be02-5ea976c1f2dd&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1877] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:31:55 2026] GET /v2.0/security-groups?tenant_id=e233724a24ad4f4ab4cabe4ae080ac41&name=default => generated 2925 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1878] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:31:55 2026] DELETE /v2.0/security-groups/722a689d-6318-4738-aa57-7964f5f4b800 => 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: 994/1879] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:31:58 2026] GET /v2.0/ports?device_id=83e84782-26f2-4e2e-a207-9c9cd97ba775 => generated 1200 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1880] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:31:58 2026] GET /v2.0/security-groups?id=3b453a04-2d9a-46bc-be02-5ea976c1f2dd&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1881] 10.0.0.168 () {32 vars in 818 bytes} [Thu Aug 20 00:31:58 2026] GET /v2.0/ports?network_id=97945346-05d7-4cf0-9b13-645ab8f7edb3&mac_address=fa%3A16%3A3e%3A36%3A07%3A19 => generated 1200 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:31:58.880 7 INFO neutron.db.segments_db [None req-f69559cc-1b6a-40b1-970d-cc64ce3cfb29 733cef8e744d4ca7849229ff41819d63 27244cbd3f5f42aa9c32f481cbfb8d9d - - default default] Added segment 6f0c689f-d418-4df8-a9a8-d4cab321c2f8 of type vxlan for network 14055bcf-3591-4d01-801a-a25dbce5014b [pid: 7|app: 0|req: 886/1882] 10.0.0.168 () {34 vars in 671 bytes} [Thu Aug 20 00:31:58 2026] POST /v2.0/networks => generated 633 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:31:59.019 7 INFO neutron.db.segments_db [None req-2fee285b-f1b8-4b39-967c-67d967c888c7 733cef8e744d4ca7849229ff41819d63 27244cbd3f5f42aa9c32f481cbfb8d9d - - default default] Added segment 581b8bb5-edb6-49b9-897d-54381a06743b of type vxlan for network b4208dc0-aad7-4e98-8f21-a1396c786124 2026-08-20 00:31:59.276 7 INFO neutron.db.l3_hamode_db [None req-2fee285b-f1b8-4b39-967c-67d967c888c7 733cef8e744d4ca7849229ff41819d63 27244cbd3f5f42aa9c32f481cbfb8d9d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 00:31:59.543 8 INFO neutron.db.l3_db [None req-48a551d4-c1be-4c59-98d7-9f9261ce82f1 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] Floating IP 11db1eb2-cfb7-4414-bfa0-4bed3ce4efa2 associated. External IP: 10.96.250.214, port: c9d34575-4656-4c8f-84db-29858f2a06d9. [pid: 8|app: 0|req: 997/1883] 10.0.0.168 () {34 vars in 677 bytes} [Thu Aug 20 00:31:58 2026] POST /v2.0/floatingips => generated 855 bytes in 1022 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:31:59.884 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-55590bed-3045-4e18-a461-208de720f9a2'] response: {'name': 'network-changed', 'server_uuid': '83e84782-26f2-4e2e-a207-9c9cd97ba775', 'tag': 'c9d34575-4656-4c8f-84db-29858f2a06d9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 998/1884] 10.0.0.174 () {34 vars in 1096 bytes} [Thu Aug 20 00:31:59 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1326043457&fields=id&tenant_id=f772268d66ce40348e672369c7aaffeb => 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: 999/1885] 10.0.0.174 () {34 vars in 982 bytes} [Thu Aug 20 00:31:59 2026] GET /v2.0/networks?id=5ffb231f-9ab0-444c-bab6-4d843cde27ae => generated 705 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1886] 10.0.0.174 () {34 vars in 965 bytes} [Thu Aug 20 00:32:00 2026] GET /v2.0/quotas/f772268d66ce40348e672369c7aaffeb => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:32:00.074 7 INFO neutron.db.l3_hamode_db [None req-2fee285b-f1b8-4b39-967c-67d967c888c7 733cef8e744d4ca7849229ff41819d63 27244cbd3f5f42aa9c32f481cbfb8d9d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1001/1887] 10.0.0.174 () {34 vars in 1002 bytes} [Thu Aug 20 00:32:00 2026] GET /v2.0/ports?tenant_id=f772268d66ce40348e672369c7aaffeb&fields=id => generated 333 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1888] 10.0.0.174 () {34 vars in 1008 bytes} [Thu Aug 20 00:32:00 2026] GET /v2.0/networks/5ffb231f-9ab0-444c-bab6-4d843cde27ae?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1889] 10.0.0.174 () {34 vars in 1108 bytes} [Thu Aug 20 00:32:00 2026] GET /v2.0/networks/5ffb231f-9ab0-444c-bab6-4d843cde27ae?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: 1004/1890] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:00 2026] GET /v2.0/ports?device_id=af1b7d0f-bb0a-4ee2-8355-26614c7856d4 => 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: 1005/1891] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:32:00 2026] GET /v2.0/ports?tenant_id=f772268d66ce40348e672369c7aaffeb&device_id=83e84782-26f2-4e2e-a207-9c9cd97ba775 => generated 1469 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1892] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:32:00 2026] GET /v2.0/networks?id=97945346-05d7-4cf0-9b13-645ab8f7edb3 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1893] 199.204.45.35 () {34 vars in 1057 bytes} [Thu Aug 20 00:32:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.166&port_id=c9d34575-4656-4c8f-84db-29858f2a06d9 => generated 858 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1894] 199.204.45.35 () {34 vars in 1103 bytes} [Thu Aug 20 00:32:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2d2&port_id=c9d34575-4656-4c8f-84db-29858f2a06d9 => 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: 1009/1895] 199.204.45.35 () {34 vars in 1063 bytes} [Thu Aug 20 00:32:00 2026] GET /v2.0/subnets?id=fe5bbd4a-b1d1-491a-92e4-88c2fa923aca&id=ba56b577-20c9-4b6f-8462-8db6be8a272d => generated 1410 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1896] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:32:00 2026] GET /v2.0/ports?network_id=97945346-05d7-4cf0-9b13-645ab8f7edb3&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1897] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:32:00 2026] GET /v2.0/ports?network_id=97945346-05d7-4cf0-9b13-645ab8f7edb3&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1898] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:32:00 2026] GET /v2.0/networks/97945346-05d7-4cf0-9b13-645ab8f7edb3?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: 1013/1899] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:32:00 2026] GET /v2.0/networks/97945346-05d7-4cf0-9b13-645ab8f7edb3?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: 887/1900] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:31:58 2026] POST /v2.0/routers => generated 694 bytes in 2007 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1901] 10.0.0.168 () {32 vars in 776 bytes} [Thu Aug 20 00:32:00 2026] GET /v2.0/subnets?project_id=27244cbd3f5f42aa9c32f481cbfb8d9d&cidr=10.100.0.0%2F28 => 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: 888/1902] 10.0.0.168 () {32 vars in 694 bytes} [Thu Aug 20 00:32:01 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1903] 10.0.0.168 () {32 vars in 784 bytes} [Thu Aug 20 00:32:01 2026] GET /v2.0/subnets?network_id=dcaa3320-91b1-4500-ac83-fe47baa5bda5&cidr=10.100.0.0%2F28 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1904] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:32:01 2026] POST /v2.0/subnets => generated 657 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1905] 10.0.0.168 () {34 vars in 783 bytes} [Thu Aug 20 00:32:01 2026] PUT /v2.0/routers/c72a9886-96a1-429c-b59f-01ac590b5dc6/add_router_interface => generated 309 bytes in 1740 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1906] 10.0.0.168 () {32 vars in 649 bytes} [Thu Aug 20 00:32:03 2026] GET /v2.0/networks => generated 8118 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1907] 10.0.0.168 () {32 vars in 647 bytes} [Thu Aug 20 00:32:03 2026] GET /v2.0/subnets => generated 8721 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1908] 10.0.0.168 () {32 vars in 647 bytes} [Thu Aug 20 00:32:03 2026] GET /v2.0/routers => generated 2177 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1909] 10.0.0.168 () {34 vars in 685 bytes} [Thu Aug 20 00:32:03 2026] POST /v2.0/security-groups => generated 1675 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1910] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:32:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1911] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:32:03 2026] POST /v2.0/security-group-rules => generated 596 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1912] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:32:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 529 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1913] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:32:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:32:04.460 7 INFO neutron.db.securitygroups_db [None req-e36225fd-b490-4651-8827-ebf6b09b248c 733cef8e744d4ca7849229ff41819d63 27244cbd3f5f42aa9c32f481cbfb8d9d - - default default] Project 27244cbd3f5f42aa9c32f481cbfb8d9d 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: 894/1914] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:32:04 2026] POST /v2.0/security-group-rules => generated 607 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:32:04.589 8 INFO neutron.db.securitygroups_db [None req-d76343eb-0155-4597-9615-1c0251ddd6a6 733cef8e744d4ca7849229ff41819d63 27244cbd3f5f42aa9c32f481cbfb8d9d - - default default] Project 27244cbd3f5f42aa9c32f481cbfb8d9d 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: 895/1915] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:32:04 2026] GET /v2.0/networks?id=5ffb231f-9ab0-444c-bab6-4d843cde27ae => generated 705 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1916] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:32:04 2026] POST /v2.0/security-group-rules => generated 606 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1917] 199.204.45.35 () {34 vars in 1049 bytes} [Thu Aug 20 00:32:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f772268d66ce40348e672369c7aaffeb => generated 179 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1918] 199.204.45.35 () {38 vars in 954 bytes} [Thu Aug 20 00:32:04 2026] POST /v2.0/ports => generated 1183 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 897/1919] 10.0.0.168 () {32 vars in 649 bytes} [Thu Aug 20 00:32:04 2026] GET /v2.0/networks => generated 1298 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1920] 10.0.0.174 () {34 vars in 1100 bytes} [Thu Aug 20 00:32:05 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1566595446&fields=id&tenant_id=27244cbd3f5f42aa9c32f481cbfb8d9d => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1921] 10.0.0.174 () {34 vars in 982 bytes} [Thu Aug 20 00:32:05 2026] GET /v2.0/networks?id=14055bcf-3591-4d01-801a-a25dbce5014b => generated 661 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1922] 10.0.0.174 () {34 vars in 965 bytes} [Thu Aug 20 00:32:05 2026] GET /v2.0/quotas/27244cbd3f5f42aa9c32f481cbfb8d9d => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1923] 10.0.0.174 () {34 vars in 1002 bytes} [Thu Aug 20 00:32:05 2026] GET /v2.0/ports?tenant_id=27244cbd3f5f42aa9c32f481cbfb8d9d&fields=id => generated 103 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1924] 10.0.0.174 () {34 vars in 1008 bytes} [Thu Aug 20 00:32:05 2026] GET /v2.0/networks/14055bcf-3591-4d01-801a-a25dbce5014b?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1925] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:05 2026] GET /v2.0/ports?device_id=af1b7d0f-bb0a-4ee2-8355-26614c7856d4 => generated 1198 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1926] 10.0.0.174 () {34 vars in 1108 bytes} [Thu Aug 20 00:32:05 2026] GET /v2.0/networks/14055bcf-3591-4d01-801a-a25dbce5014b?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: 905/1927] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:32:05 2026] GET /v2.0/security-groups?id=3b453a04-2d9a-46bc-be02-5ea976c1f2dd&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1928] 199.204.45.35 () {38 vars in 1027 bytes} [Thu Aug 20 00:32:05 2026] PUT /v2.0/ports/f268dd30-5d79-4cce-8131-9e84b070cae6 => generated 1464 bytes in 521 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:32:05.657 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-95456ddb-db86-4197-bab9-dea3db8352b6'] response: {'name': 'network-changed', 'server_uuid': 'af1b7d0f-bb0a-4ee2-8355-26614c7856d4', 'tag': 'f268dd30-5d79-4cce-8131-9e84b070cae6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 906/1929] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:05 2026] GET /v2.0/ports?device_id=2e93dfc3-b648-429f-9785-085cef7bb214 => generated 12 bytes in 24 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: 1024/1930] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:32:06 2026] GET /v2.0/ports?tenant_id=f772268d66ce40348e672369c7aaffeb&device_id=af1b7d0f-bb0a-4ee2-8355-26614c7856d4 => generated 1467 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1931] 199.204.45.35 () {34 vars in 1017 bytes} [Thu Aug 20 00:32:06 2026] GET /v2.0/networks?tenant_id=f772268d66ce40348e672369c7aaffeb&shared=False => generated 2377 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/1932] 199.204.45.35 () {34 vars in 929 bytes} [Thu Aug 20 00:32:06 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1933] 10.0.0.176 () {34 vars in 990 bytes} [Thu Aug 20 00:32:06 2026] GET /v2.0/ports?device_id=83e84782-26f2-4e2e-a207-9c9cd97ba775 => generated 1469 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1934] 10.0.0.176 () {34 vars in 1040 bytes} [Thu Aug 20 00:32:06 2026] GET /v2.0/security-groups?id=3b453a04-2d9a-46bc-be02-5ea976c1f2dd&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1935] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:06 2026] GET /v2.0/ports?device_id=2e93dfc3-b648-429f-9785-085cef7bb214 => 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: 1027/1936] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:32:07 2026] GET /v2.0/ports?tenant_id=f772268d66ce40348e672369c7aaffeb&device_id=af1b7d0f-bb0a-4ee2-8355-26614c7856d4 => generated 1467 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1937] 199.204.45.35 () {34 vars in 1055 bytes} [Thu Aug 20 00:32:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.23&port_id=f268dd30-5d79-4cce-8131-9e84b070cae6 => 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: 1028/1938] 199.204.45.35 () {34 vars in 1105 bytes} [Thu Aug 20 00:32:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1e7&port_id=f268dd30-5d79-4cce-8131-9e84b070cae6 => 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: 911/1939] 199.204.45.35 () {34 vars in 1063 bytes} [Thu Aug 20 00:32:07 2026] GET /v2.0/subnets?id=0ed20593-6744-41ef-97af-6261cbedae61&id=16da8bb2-2784-49ac-ab9b-87b229e70b88 => generated 1412 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1940] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:32:07 2026] GET /v2.0/ports?network_id=5ffb231f-9ab0-444c-bab6-4d843cde27ae&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1941] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:32:07 2026] GET /v2.0/ports?network_id=5ffb231f-9ab0-444c-bab6-4d843cde27ae&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1942] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:32:07 2026] GET /v2.0/networks/5ffb231f-9ab0-444c-bab6-4d843cde27ae?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: 913/1943] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:32:07 2026] GET /v2.0/networks/5ffb231f-9ab0-444c-bab6-4d843cde27ae?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: 1031/1944] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:07 2026] GET /v2.0/ports?device_id=2e93dfc3-b648-429f-9785-085cef7bb214 => 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: 914/1945] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:08 2026] GET /v2.0/ports?device_id=2e93dfc3-b648-429f-9785-085cef7bb214 => 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: 1033/1948] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:10 2026] GET /v2.0/ports?device_id=2e93dfc3-b648-429f-9785-085cef7bb214 => 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: 916/1949] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:32:10 2026] GET /v2.0/networks?id=14055bcf-3591-4d01-801a-a25dbce5014b => generated 661 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/1950] 199.204.45.35 () {34 vars in 1049 bytes} [Thu Aug 20 00:32:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=27244cbd3f5f42aa9c32f481cbfb8d9d => generated 181 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1951] 199.204.45.35 () {38 vars in 954 bytes} [Thu Aug 20 00:32:10 2026] POST /v2.0/ports => generated 954 bytes in 416 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: 918/1952] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:10 2026] GET /v2.0/ports?device_id=af1b7d0f-bb0a-4ee2-8355-26614c7856d4 => generated 1200 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1953] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:32:10 2026] GET /v2.0/security-groups?id=3b453a04-2d9a-46bc-be02-5ea976c1f2dd&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/1954] 199.204.45.35 () {38 vars in 1027 bytes} [Thu Aug 20 00:32:10 2026] PUT /v2.0/ports/b3f8ec49-04c9-4310-aa09-8b84b377b2db => generated 1235 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:32:10.943 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb833fa1-cc85-45d2-86f0-814bf88a9ccd'] response: {'name': 'network-changed', 'server_uuid': '2e93dfc3-b648-429f-9785-085cef7bb214', 'tag': 'b3f8ec49-04c9-4310-aa09-8b84b377b2db', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 920/1955] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:11 2026] GET /v2.0/ports?device_id=2e93dfc3-b648-429f-9785-085cef7bb214 => generated 969 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: 1036/1956] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:32:11 2026] GET /v2.0/security-groups?id=f50a2ecb-2262-442d-9f66-509fa9270285&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: 921/1957] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:32:11 2026] GET /v2.0/ports?tenant_id=27244cbd3f5f42aa9c32f481cbfb8d9d&device_id=2e93dfc3-b648-429f-9785-085cef7bb214 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/1958] 199.204.45.35 () {34 vars in 1017 bytes} [Thu Aug 20 00:32:11 2026] GET /v2.0/networks?tenant_id=27244cbd3f5f42aa9c32f481cbfb8d9d&shared=False => generated 757 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1959] 199.204.45.35 () {34 vars in 929 bytes} [Thu Aug 20 00:32:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/1960] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:12 2026] GET /v2.0/ports?device_id=2e93dfc3-b648-429f-9785-085cef7bb214 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1961] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:32:12 2026] GET /v2.0/security-groups?id=f50a2ecb-2262-442d-9f66-509fa9270285&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/1962] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:32:12 2026] GET /v2.0/ports?tenant_id=27244cbd3f5f42aa9c32f481cbfb8d9d&device_id=2e93dfc3-b648-429f-9785-085cef7bb214 => 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: 924/1963] 199.204.45.35 () {34 vars in 1057 bytes} [Thu Aug 20 00:32:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=b3f8ec49-04c9-4310-aa09-8b84b377b2db => 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: 1040/1964] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:32:12 2026] GET /v2.0/subnets?id=2013928d-e50c-45b3-ac37-6694cb93b3a5 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1965] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:32:12 2026] GET /v2.0/ports?network_id=14055bcf-3591-4d01-801a-a25dbce5014b&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/1966] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:32:12 2026] GET /v2.0/networks/14055bcf-3591-4d01-801a-a25dbce5014b?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1967] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:32:12 2026] GET /v2.0/networks/14055bcf-3591-4d01-801a-a25dbce5014b?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: 1042/1968] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:13 2026] GET /v2.0/ports?device_id=2e93dfc3-b648-429f-9785-085cef7bb214 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1969] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:32:13 2026] GET /v2.0/security-groups?id=f50a2ecb-2262-442d-9f66-509fa9270285&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/1970] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:14 2026] GET /v2.0/ports?device_id=2e93dfc3-b648-429f-9785-085cef7bb214 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1971] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:32:14 2026] GET /v2.0/security-groups?id=f50a2ecb-2262-442d-9f66-509fa9270285&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/1972] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:15 2026] GET /v2.0/ports?device_id=2e93dfc3-b648-429f-9785-085cef7bb214 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1973] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:32:15 2026] GET /v2.0/security-groups?id=f50a2ecb-2262-442d-9f66-509fa9270285&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: 1045/1974] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:15 2026] GET /v2.0/ports?device_id=af1b7d0f-bb0a-4ee2-8355-26614c7856d4 => generated 1200 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1975] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:32:15 2026] GET /v2.0/security-groups?id=3b453a04-2d9a-46bc-be02-5ea976c1f2dd&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/1976] 10.0.0.168 () {32 vars in 818 bytes} [Thu Aug 20 00:32:16 2026] GET /v2.0/ports?network_id=5ffb231f-9ab0-444c-bab6-4d843cde27ae&mac_address=fa%3A16%3A3e%3Af9%3A46%3A6c => generated 1200 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:32:16.949 7 INFO neutron.db.l3_db [None req-b9ca5a4c-879f-4308-9b6a-db4f1145a5f2 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] Floating IP f42ecb36-b105-45ea-a238-c203ab246798 associated. External IP: 10.96.250.220, port: f268dd30-5d79-4cce-8131-9e84b070cae6. [pid: 8|app: 0|req: 1047/1977] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:16 2026] GET /v2.0/ports?device_id=2e93dfc3-b648-429f-9785-085cef7bb214 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/1978] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:32:16 2026] GET /v2.0/security-groups?id=f50a2ecb-2262-442d-9f66-509fa9270285&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1979] 10.0.0.168 () {34 vars in 677 bytes} [Thu Aug 20 00:32:16 2026] POST /v2.0/floatingips => generated 854 bytes in 1241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:32:17.354 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c70c6221-5cbf-4730-bca6-4e502671536e'] response: {'name': 'network-changed', 'server_uuid': 'af1b7d0f-bb0a-4ee2-8355-26614c7856d4', 'tag': 'f268dd30-5d79-4cce-8131-9e84b070cae6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1049/1980] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:32:17 2026] GET /v2.0/ports?tenant_id=f772268d66ce40348e672369c7aaffeb&device_id=af1b7d0f-bb0a-4ee2-8355-26614c7856d4 => generated 1469 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1981] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:32:17 2026] GET /v2.0/networks?id=5ffb231f-9ab0-444c-bab6-4d843cde27ae => generated 801 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/1982] 199.204.45.35 () {34 vars in 1055 bytes} [Thu Aug 20 00:32:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.23&port_id=f268dd30-5d79-4cce-8131-9e84b070cae6 => generated 857 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1983] 199.204.45.35 () {34 vars in 1105 bytes} [Thu Aug 20 00:32:18 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1e7&port_id=f268dd30-5d79-4cce-8131-9e84b070cae6 => 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: 934/1984] 199.204.45.35 () {34 vars in 1063 bytes} [Thu Aug 20 00:32:18 2026] GET /v2.0/subnets?id=0ed20593-6744-41ef-97af-6261cbedae61&id=16da8bb2-2784-49ac-ab9b-87b229e70b88 => generated 1412 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/1985] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:18 2026] GET /v2.0/ports?device_id=2e93dfc3-b648-429f-9785-085cef7bb214 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1986] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:32:18 2026] GET /v2.0/ports?network_id=5ffb231f-9ab0-444c-bab6-4d843cde27ae&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: 1052/1987] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:32:18 2026] GET /v2.0/security-groups?id=f50a2ecb-2262-442d-9f66-509fa9270285&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: 936/1988] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:32:18 2026] GET /v2.0/ports?network_id=5ffb231f-9ab0-444c-bab6-4d843cde27ae&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: 1053/1989] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:32:18 2026] GET /v2.0/networks/5ffb231f-9ab0-444c-bab6-4d843cde27ae?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/1990] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:32:18 2026] GET /v2.0/networks/5ffb231f-9ab0-444c-bab6-4d843cde27ae?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1991] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:18 2026] GET /v2.0/ports?device_id=2e93dfc3-b648-429f-9785-085cef7bb214 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/1992] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:32:18 2026] GET /v2.0/security-groups?id=f50a2ecb-2262-442d-9f66-509fa9270285&fields=id&fields=name => generated 114 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1993] 10.0.0.168 () {32 vars in 736 bytes} [Thu Aug 20 00:32:18 2026] GET /v2.0/ports?device_id=2e93dfc3-b648-429f-9785-085cef7bb214 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:32:19.133 8 INFO neutron.db.l3_db [None req-c445eee0-f694-450c-9333-dd4b83758849 733cef8e744d4ca7849229ff41819d63 27244cbd3f5f42aa9c32f481cbfb8d9d - - default default] Floating IP 7a089a64-dabd-4272-991e-c3f076949a8c associated. External IP: 10.96.250.206, port: b3f8ec49-04c9-4310-aa09-8b84b377b2db. [pid: 8|app: 0|req: 1056/1994] 10.0.0.168 () {34 vars in 677 bytes} [Thu Aug 20 00:32:18 2026] POST /v2.0/floatingips => generated 855 bytes in 942 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:32:19.437 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-866c9e73-63f8-4456-a17d-27a46988ffb0'] response: {'name': 'network-changed', 'server_uuid': '2e93dfc3-b648-429f-9785-085cef7bb214', 'tag': 'b3f8ec49-04c9-4310-aa09-8b84b377b2db', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 939/1995] 10.0.0.168 () {32 vars in 729 bytes} [Thu Aug 20 00:32:19 2026] GET /v2.0/floatingips/7a089a64-dabd-4272-991e-c3f076949a8c => generated 855 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/1996] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:32:19 2026] GET /v2.0/ports?tenant_id=27244cbd3f5f42aa9c32f481cbfb8d9d&device_id=2e93dfc3-b648-429f-9785-085cef7bb214 => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1997] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:32:19 2026] GET /v2.0/networks?id=14055bcf-3591-4d01-801a-a25dbce5014b => generated 757 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/1998] 199.204.45.35 () {34 vars in 1057 bytes} [Thu Aug 20 00:32:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=b3f8ec49-04c9-4310-aa09-8b84b377b2db => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1999] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:32:20 2026] GET /v2.0/subnets?id=2013928d-e50c-45b3-ac37-6694cb93b3a5 => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2000] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:32:20 2026] GET /v2.0/ports?network_id=14055bcf-3591-4d01-801a-a25dbce5014b&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/2001] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:32:20 2026] GET /v2.0/networks/14055bcf-3591-4d01-801a-a25dbce5014b?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2002] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:32:20 2026] GET /v2.0/networks/14055bcf-3591-4d01-801a-a25dbce5014b?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: 943/2003] 10.0.0.168 () {32 vars in 729 bytes} [Thu Aug 20 00:32:20 2026] GET /v2.0/floatingips/7a089a64-dabd-4272-991e-c3f076949a8c => generated 855 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2004] 10.0.0.168 () {32 vars in 729 bytes} [Thu Aug 20 00:32:21 2026] GET /v2.0/floatingips/7a089a64-dabd-4272-991e-c3f076949a8c => generated 857 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/2005] 10.0.0.176 () {34 vars in 990 bytes} [Thu Aug 20 00:32:23 2026] GET /v2.0/ports?device_id=af1b7d0f-bb0a-4ee2-8355-26614c7856d4 => generated 1469 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2006] 10.0.0.176 () {34 vars in 1040 bytes} [Thu Aug 20 00:32:23 2026] GET /v2.0/security-groups?id=3b453a04-2d9a-46bc-be02-5ea976c1f2dd&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2009] 10.0.0.176 () {34 vars in 990 bytes} [Thu Aug 20 00:32:28 2026] GET /v2.0/ports?device_id=2e93dfc3-b648-429f-9785-085cef7bb214 => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/2010] 10.0.0.176 () {34 vars in 1040 bytes} [Thu Aug 20 00:32:28 2026] GET /v2.0/security-groups?id=f50a2ecb-2262-442d-9f66-509fa9270285&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2011] 10.0.0.168 () {32 vars in 721 bytes} [Thu Aug 20 00:32:33 2026] GET /v2.0/subnets/761beee8-b7e0-48b2-9e3a-efbd117f0703 => 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: 947/2012] 10.0.0.179 () {30 vars in 690 bytes} [Thu Aug 20 00:32:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2013] 10.0.0.179 () {30 vars in 692 bytes} [Thu Aug 20 00:32:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/2014] 10.0.0.179 () {30 vars in 668 bytes} [Thu Aug 20 00:32:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2015] 10.0.0.179 () {30 vars in 704 bytes} [Thu Aug 20 00:32:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/2016] 10.0.0.179 () {28 vars in 439 bytes} [Thu Aug 20 00:32:35 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: 1068/2017] 10.0.0.179 () {30 vars in 728 bytes} [Thu Aug 20 00:32:35 2026] GET /v2.0/subnets/761beee8-b7e0-48b2-9e3a-efbd117f0703 => generated 658 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/2018] 10.0.0.179 () {30 vars in 690 bytes} [Thu Aug 20 00:32:35 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: 1069/2019] 10.0.0.179 () {30 vars in 692 bytes} [Thu Aug 20 00:32:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/2020] 10.0.0.179 () {30 vars in 668 bytes} [Thu Aug 20 00:32:35 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: 1070/2021] 10.0.0.179 () {30 vars in 704 bytes} [Thu Aug 20 00:32:35 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: 952/2022] 10.0.0.179 () {30 vars in 728 bytes} [Thu Aug 20 00:32:35 2026] GET /v2.0/subnets/761beee8-b7e0-48b2-9e3a-efbd117f0703 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2023] 10.0.0.179 () {30 vars in 690 bytes} [Thu Aug 20 00:32:35 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: 953/2024] 10.0.0.179 () {30 vars in 692 bytes} [Thu Aug 20 00:32:35 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: 1072/2025] 10.0.0.179 () {30 vars in 668 bytes} [Thu Aug 20 00:32:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/2026] 10.0.0.179 () {30 vars in 704 bytes} [Thu Aug 20 00:32:35 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: 1073/2027] 10.0.0.179 () {30 vars in 730 bytes} [Thu Aug 20 00:32:35 2026] GET /v2.0/networks/25aea187-bbbb-47a7-8e5d-2dd830605df7 => generated 800 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/2028] 10.0.0.179 () {30 vars in 682 bytes} [Thu Aug 20 00:32:35 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: 8|app: 0|req: 1074/2029] 10.0.0.179 () {34 vars in 704 bytes} [Thu Aug 20 00:32:35 2026] POST /v2.0/ports => generated 1128 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 956/2030] 199.204.45.35 () {30 vars in 702 bytes} [Thu Aug 20 00:32:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/2031] 199.204.45.35 () {30 vars in 704 bytes} [Thu Aug 20 00:32: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: 7|app: 0|req: 958/2032] 199.204.45.35 () {30 vars in 680 bytes} [Thu Aug 20 00:32:38 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: 959/2033] 199.204.45.35 () {30 vars in 716 bytes} [Thu Aug 20 00:32:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2034] 10.0.0.168 () {32 vars in 826 bytes} [Thu Aug 20 00:32:38 2026] GET /v2.0/ports?project_id=27244cbd3f5f42aa9c32f481cbfb8d9d&network_id=14055bcf-3591-4d01-801a-a25dbce5014b => generated 3691 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/2035] 199.204.45.35 () {30 vars in 736 bytes} [Thu Aug 20 00:32:38 2026] GET /v2.0/ports/4ccec1ca-0160-48a8-869a-c53a009c7cf8 => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2036] 199.204.45.35 () {30 vars in 702 bytes} [Thu Aug 20 00:32:39 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: 961/2037] 199.204.45.35 () {30 vars in 704 bytes} [Thu Aug 20 00:32:39 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: 1077/2038] 199.204.45.35 () {30 vars in 680 bytes} [Thu Aug 20 00:32:39 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: 962/2039] 199.204.45.35 () {30 vars in 716 bytes} [Thu Aug 20 00:32:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:32:39.120 8 INFO neutron.api.v2.resource [None req-e4eae48a-954f-457c-b775-a9e0c96df21c e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1078/2040] 199.204.45.35 () {30 vars in 762 bytes} [Thu Aug 20 00:32:39 2026] GET /v2.0/security-groups/lb-08228e2c-dcc6-4d4a-8fb3-2a3094bb23ad => 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: 963/2041] 199.204.45.35 () {30 vars in 784 bytes} [Thu Aug 20 00:32:39 2026] GET /v2.0/security-groups?name=lb-08228e2c-dcc6-4d4a-8fb3-2a3094bb23ad => generated 23 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/2042] 10.0.0.168 () {32 vars in 742 bytes} [Thu Aug 20 00:32:39 2026] GET /v2.0/subnets?network_id=dcaa3320-91b1-4500-ac83-fe47baa5bda5 => generated 667 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2045] 199.204.45.35 () {34 vars in 735 bytes} [Thu Aug 20 00:32:39 2026] POST /v2.0/security-groups => generated 1636 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2046] 199.204.45.35 () {30 vars in 814 bytes} [Thu Aug 20 00:32:39 2026] GET /v2.0/security-group-rules?security_group_id=f0b83afd-f510-47ce-9c8e-051748da5f01 => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:32:39.420 7 INFO neutron.db.l3_db [None req-7a4e6ec3-36fe-4580-a616-6c88e8dd2888 733cef8e744d4ca7849229ff41819d63 27244cbd3f5f42aa9c32f481cbfb8d9d - - default default] Floating IP 7a089a64-dabd-4272-991e-c3f076949a8c disassociated. External IP: 10.96.250.206, port: b3f8ec49-04c9-4310-aa09-8b84b377b2db. [pid: 8|app: 0|req: 1080/2047] 199.204.45.35 () {34 vars in 788 bytes} [Thu Aug 20 00:32:39 2026] PUT /v2.0/ports/4ccec1ca-0160-48a8-869a-c53a009c7cf8 => generated 1128 bytes in 242 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: 1081/2048] 199.204.45.35 () {30 vars in 702 bytes} [Thu Aug 20 00:32:39 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: 1082/2049] 199.204.45.35 () {30 vars in 704 bytes} [Thu Aug 20 00:32:39 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2050] 199.204.45.35 () {30 vars in 680 bytes} [Thu Aug 20 00:32:39 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: 8|app: 0|req: 1084/2051] 199.204.45.35 () {30 vars in 716 bytes} [Thu Aug 20 00:32:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2052] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:32:39 2026] GET /v2.0/subnets/761beee8-b7e0-48b2-9e3a-efbd117f0703 => 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: 968/2053] 10.0.0.168 () {34 vars in 749 bytes} [Thu Aug 20 00:32:39 2026] PUT /v2.0/floatingips/7a089a64-dabd-4272-991e-c3f076949a8c => generated 554 bytes in 423 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2054] 10.0.0.168 () {32 vars in 729 bytes} [Thu Aug 20 00:32:39 2026] GET /v2.0/floatingips/7a089a64-dabd-4272-991e-c3f076949a8c => generated 554 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:32:39.801 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-252284dc-f33f-4889-b285-ca6c88464e41'] response: {'name': 'network-changed', 'server_uuid': '2e93dfc3-b648-429f-9785-085cef7bb214', 'tag': 'b3f8ec49-04c9-4310-aa09-8b84b377b2db', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 969/2055] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:32:40 2026] GET /v2.0/ports?tenant_id=27244cbd3f5f42aa9c32f481cbfb8d9d&device_id=2e93dfc3-b648-429f-9785-085cef7bb214 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2056] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:32:40 2026] GET /v2.0/networks?id=14055bcf-3591-4d01-801a-a25dbce5014b => generated 757 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/2057] 199.204.45.35 () {34 vars in 1057 bytes} [Thu Aug 20 00:32:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=b3f8ec49-04c9-4310-aa09-8b84b377b2db => 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: 1088/2058] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:32:40 2026] GET /v2.0/subnets?id=2013928d-e50c-45b3-ac37-6694cb93b3a5 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/2059] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:32:40 2026] GET /v2.0/ports?network_id=14055bcf-3591-4d01-801a-a25dbce5014b&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2060] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:32:40 2026] GET /v2.0/networks/14055bcf-3591-4d01-801a-a25dbce5014b?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2061] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:32:40 2026] GET /v2.0/networks/14055bcf-3591-4d01-801a-a25dbce5014b?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: 1090/2062] 10.0.0.168 () {32 vars in 729 bytes} [Thu Aug 20 00:32:40 2026] GET /v2.0/floatingips/7a089a64-dabd-4272-991e-c3f076949a8c => generated 554 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/2063] 10.0.0.168 () {32 vars in 729 bytes} [Thu Aug 20 00:32:41 2026] GET /v2.0/floatingips/7a089a64-dabd-4272-991e-c3f076949a8c => generated 552 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2064] 10.0.0.168 () {34 vars in 685 bytes} [Thu Aug 20 00:32:42 2026] POST /v2.0/security-groups => generated 1673 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2065] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:32:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2066] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:32:43 2026] POST /v2.0/security-group-rules => generated 596 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/2067] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:32:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2068] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:32:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:32:43.542 7 INFO neutron.db.securitygroups_db [None req-45c2d942-a517-40d9-a806-c6f342e13138 733cef8e744d4ca7849229ff41819d63 27244cbd3f5f42aa9c32f481cbfb8d9d - - default default] Project 27244cbd3f5f42aa9c32f481cbfb8d9d 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: 976/2069] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:32:43 2026] POST /v2.0/security-group-rules => generated 607 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:32:43.678 8 INFO neutron.db.securitygroups_db [None req-02186493-83f5-4104-ad65-c365ac90c264 733cef8e744d4ca7849229ff41819d63 27244cbd3f5f42aa9c32f481cbfb8d9d - - default default] Project 27244cbd3f5f42aa9c32f481cbfb8d9d 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: 1094/2070] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:32:43 2026] POST /v2.0/security-group-rules => generated 606 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2071] 10.0.0.168 () {32 vars in 649 bytes} [Thu Aug 20 00:32:44 2026] GET /v2.0/networks => generated 1298 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2072] 10.0.0.174 () {34 vars in 1098 bytes} [Thu Aug 20 00:32:44 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-691857629&fields=id&tenant_id=27244cbd3f5f42aa9c32f481cbfb8d9d => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2073] 10.0.0.174 () {34 vars in 982 bytes} [Thu Aug 20 00:32:44 2026] GET /v2.0/networks?id=14055bcf-3591-4d01-801a-a25dbce5014b => generated 661 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2074] 10.0.0.174 () {34 vars in 965 bytes} [Thu Aug 20 00:32:44 2026] GET /v2.0/quotas/27244cbd3f5f42aa9c32f481cbfb8d9d => 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: 979/2075] 10.0.0.174 () {34 vars in 1002 bytes} [Thu Aug 20 00:32:44 2026] GET /v2.0/ports?tenant_id=27244cbd3f5f42aa9c32f481cbfb8d9d&fields=id => generated 149 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2076] 10.0.0.174 () {34 vars in 1008 bytes} [Thu Aug 20 00:32:44 2026] GET /v2.0/networks/14055bcf-3591-4d01-801a-a25dbce5014b?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: 980/2077] 10.0.0.174 () {34 vars in 1108 bytes} [Thu Aug 20 00:32:44 2026] GET /v2.0/networks/14055bcf-3591-4d01-801a-a25dbce5014b?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: 1098/2078] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:44 2026] GET /v2.0/ports?device_id=5cc07539-0b5c-4720-a196-048d4aaa6114 => 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: 981/2079] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:45 2026] GET /v2.0/ports?device_id=5cc07539-0b5c-4720-a196-048d4aaa6114 => 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: 1099/2080] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:46 2026] GET /v2.0/ports?device_id=5cc07539-0b5c-4720-a196-048d4aaa6114 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2081] 10.0.0.174 () {34 vars in 1016 bytes} [Thu Aug 20 00:32:46 2026] GET /v2.0/security-groups?id=62aa966c-a118-473a-ab44-f22a24b7709f&fields=id => generated 69 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2082] 10.0.0.174 () {34 vars in 982 bytes} [Thu Aug 20 00:32:46 2026] GET /v2.0/networks?id=08e58263-2a34-4342-906e-8629afb14fe6 => generated 734 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2083] 10.0.0.174 () {34 vars in 965 bytes} [Thu Aug 20 00:32:47 2026] GET /v2.0/quotas/5f8efcd424fb4344abdbc9e3256fca2f => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2084] 10.0.0.174 () {34 vars in 1002 bytes} [Thu Aug 20 00:32:47 2026] GET /v2.0/ports?tenant_id=5f8efcd424fb4344abdbc9e3256fca2f&fields=id => generated 149 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2085] 10.0.0.174 () {34 vars in 1008 bytes} [Thu Aug 20 00:32:47 2026] GET /v2.0/networks/08e58263-2a34-4342-906e-8629afb14fe6?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2086] 10.0.0.174 () {34 vars in 1108 bytes} [Thu Aug 20 00:32:47 2026] GET /v2.0/networks/08e58263-2a34-4342-906e-8629afb14fe6?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: 985/2087] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:47 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => 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: 1103/2088] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:47 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => 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: 986/2089] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:47 2026] GET /v2.0/ports?device_id=5cc07539-0b5c-4720-a196-048d4aaa6114 => 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: 1104/2090] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:32:48 2026] GET /v2.0/networks?id=14055bcf-3591-4d01-801a-a25dbce5014b => generated 661 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2091] 199.204.45.35 () {34 vars in 1049 bytes} [Thu Aug 20 00:32:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=27244cbd3f5f42aa9c32f481cbfb8d9d => generated 273 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2092] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:49 2026] GET /v2.0/ports?device_id=5cc07539-0b5c-4720-a196-048d4aaa6114 => 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: 1105/2093] 199.204.45.35 () {38 vars in 954 bytes} [Thu Aug 20 00:32:49 2026] POST /v2.0/ports => generated 954 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2094] 199.204.45.35 () {38 vars in 1027 bytes} [Thu Aug 20 00:32:49 2026] PUT /v2.0/ports/a4f225cd-90ae-4061-9e86-a61e7164ea86 => generated 1235 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:32:49.913 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8659eec7-24e2-4eda-9fcd-790611829827'] response: {'name': 'network-changed', 'server_uuid': '5cc07539-0b5c-4720-a196-048d4aaa6114', 'tag': 'a4f225cd-90ae-4061-9e86-a61e7164ea86', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1106/2095] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:50 2026] GET /v2.0/ports?device_id=5cc07539-0b5c-4720-a196-048d4aaa6114 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 990/2096] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:32:50 2026] GET /v2.0/security-groups?id=20f349b6-ec69-4923-a81a-ccb509a1a759&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: 1107/2097] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:32:50 2026] GET /v2.0/ports?tenant_id=27244cbd3f5f42aa9c32f481cbfb8d9d&device_id=5cc07539-0b5c-4720-a196-048d4aaa6114 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2098] 199.204.45.35 () {34 vars in 1017 bytes} [Thu Aug 20 00:32:50 2026] GET /v2.0/networks?tenant_id=27244cbd3f5f42aa9c32f481cbfb8d9d&shared=False => generated 757 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2099] 199.204.45.35 () {34 vars in 929 bytes} [Thu Aug 20 00:32:50 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: 992/2100] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:50 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => 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: 1109/2101] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:50 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2102] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:51 2026] GET /v2.0/ports?device_id=5cc07539-0b5c-4720-a196-048d4aaa6114 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2103] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:32:51 2026] GET /v2.0/security-groups?id=20f349b6-ec69-4923-a81a-ccb509a1a759&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: 994/2104] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:32:51 2026] GET /v2.0/ports?tenant_id=27244cbd3f5f42aa9c32f481cbfb8d9d&device_id=5cc07539-0b5c-4720-a196-048d4aaa6114 => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2105] 199.204.45.35 () {34 vars in 1057 bytes} [Thu Aug 20 00:32:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=a4f225cd-90ae-4061-9e86-a61e7164ea86 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2106] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:32:51 2026] GET /v2.0/subnets?id=2013928d-e50c-45b3-ac37-6694cb93b3a5 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2107] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:32:51 2026] GET /v2.0/ports?network_id=14055bcf-3591-4d01-801a-a25dbce5014b&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2108] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:32:51 2026] GET /v2.0/networks/14055bcf-3591-4d01-801a-a25dbce5014b?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: 1113/2109] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:32:51 2026] GET /v2.0/networks?id=08e58263-2a34-4342-906e-8629afb14fe6 => generated 734 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2110] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:32:51 2026] GET /v2.0/networks/14055bcf-3591-4d01-801a-a25dbce5014b?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: 1114/2111] 199.204.45.35 () {34 vars in 1049 bytes} [Thu Aug 20 00:32:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5f8efcd424fb4344abdbc9e3256fca2f => generated 343 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2112] 199.204.45.35 () {38 vars in 954 bytes} [Thu Aug 20 00:32:51 2026] POST /v2.0/ports => generated 1082 bytes in 289 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: 1115/2113] 199.204.45.35 () {38 vars in 1027 bytes} [Thu Aug 20 00:32:52 2026] PUT /v2.0/ports/846e2592-ec73-4839-9c4b-71b9f1178a79 => generated 1243 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2114] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:52 2026] GET /v2.0/ports?device_id=5cc07539-0b5c-4720-a196-048d4aaa6114 => generated 969 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, ' 2026-08-20 00:32:52.546 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-03d03d5d-204d-4760-9026-a22f7bfc8fad'] response: {'name': 'network-changed', 'server_uuid': '4592f3f2-c770-47ee-9f3a-54cf0d3a1f80', 'tag': '846e2592-ec73-4839-9c4b-71b9f1178a79', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1116/2115] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:32:52 2026] GET /v2.0/security-groups?id=20f349b6-ec69-4923-a81a-ccb509a1a759&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2116] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:32:53 2026] GET /v2.0/ports?tenant_id=5f8efcd424fb4344abdbc9e3256fca2f&device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 1246 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2117] 199.204.45.35 () {34 vars in 1017 bytes} [Thu Aug 20 00:32:53 2026] GET /v2.0/networks?tenant_id=5f8efcd424fb4344abdbc9e3256fca2f&shared=False => generated 734 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2118] 199.204.45.35 () {34 vars in 929 bytes} [Thu Aug 20 00:32:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2119] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:53 2026] GET /v2.0/ports?device_id=5cc07539-0b5c-4720-a196-048d4aaa6114 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2120] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:53 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2121] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:32:53 2026] GET /v2.0/security-groups?id=20f349b6-ec69-4923-a81a-ccb509a1a759&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: 1003/2122] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:32:53 2026] GET /v2.0/security-groups?id=62aa966c-a118-473a-ab44-f22a24b7709f&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: 1120/2123] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:53 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2126] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:32:54 2026] GET /v2.0/ports?tenant_id=5f8efcd424fb4344abdbc9e3256fca2f&device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2127] 199.204.45.35 () {34 vars in 1061 bytes} [Thu Aug 20 00:32:54 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.164&port_id=846e2592-ec73-4839-9c4b-71b9f1178a79 => 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: 1005/2128] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:32:54 2026] GET /v2.0/subnets?id=606d5e34-2d1e-4208-8ba0-9aaa6156f94e => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2129] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:32:54 2026] GET /v2.0/ports?network_id=08e58263-2a34-4342-906e-8629afb14fe6&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2130] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:32:54 2026] GET /v2.0/networks/08e58263-2a34-4342-906e-8629afb14fe6?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: 1125/2131] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:32:54 2026] GET /v2.0/networks/08e58263-2a34-4342-906e-8629afb14fe6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2132] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:54 2026] GET /v2.0/ports?device_id=5cc07539-0b5c-4720-a196-048d4aaa6114 => 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: 1126/2133] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:32:54 2026] GET /v2.0/security-groups?id=20f349b6-ec69-4923-a81a-ccb509a1a759&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2134] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:55 2026] GET /v2.0/ports?device_id=5cc07539-0b5c-4720-a196-048d4aaa6114 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2135] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:32:55 2026] GET /v2.0/security-groups?id=20f349b6-ec69-4923-a81a-ccb509a1a759&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: 1009/2136] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:56 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 1246 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2137] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:32:56 2026] GET /v2.0/security-groups?id=62aa966c-a118-473a-ab44-f22a24b7709f&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: 1010/2138] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:56 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 1246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2139] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:57 2026] GET /v2.0/ports?device_id=5cc07539-0b5c-4720-a196-048d4aaa6114 => 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: 1011/2140] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:32:57 2026] GET /v2.0/security-groups?id=20f349b6-ec69-4923-a81a-ccb509a1a759&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2141] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:57 2026] GET /v2.0/ports?device_id=5cc07539-0b5c-4720-a196-048d4aaa6114 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2142] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:32:57 2026] GET /v2.0/security-groups?id=20f349b6-ec69-4923-a81a-ccb509a1a759&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: 1131/2143] 10.0.0.168 () {32 vars in 736 bytes} [Thu Aug 20 00:32:57 2026] GET /v2.0/ports?device_id=5cc07539-0b5c-4720-a196-048d4aaa6114 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:32:57.838 7 INFO neutron.db.l3_db [None req-beb381a8-419e-4fb8-9b74-0e0110193201 733cef8e744d4ca7849229ff41819d63 27244cbd3f5f42aa9c32f481cbfb8d9d - - default default] Floating IP 7a089a64-dabd-4272-991e-c3f076949a8c associated. External IP: 10.96.250.206, port: a4f225cd-90ae-4061-9e86-a61e7164ea86. [pid: 7|app: 0|req: 1013/2144] 10.0.0.168 () {34 vars in 749 bytes} [Thu Aug 20 00:32:57 2026] PUT /v2.0/floatingips/7a089a64-dabd-4272-991e-c3f076949a8c => generated 855 bytes in 724 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:32:58.211 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e28d4adf-cdc6-4c5a-9696-3e1d0d498338'] response: {'name': 'network-changed', 'server_uuid': '5cc07539-0b5c-4720-a196-048d4aaa6114', 'tag': 'a4f225cd-90ae-4061-9e86-a61e7164ea86', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1132/2145] 10.0.0.168 () {32 vars in 729 bytes} [Thu Aug 20 00:32:58 2026] GET /v2.0/floatingips/7a089a64-dabd-4272-991e-c3f076949a8c => generated 855 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2146] 199.204.45.35 () {34 vars in 993 bytes} [Thu Aug 20 00:32:58 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2147] 199.204.45.35 () {34 vars in 1043 bytes} [Thu Aug 20 00:32:58 2026] GET /v2.0/security-groups?id=62aa966c-a118-473a-ab44-f22a24b7709f&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: 1015/2148] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:32:58 2026] GET /v2.0/ports?tenant_id=27244cbd3f5f42aa9c32f481cbfb8d9d&device_id=5cc07539-0b5c-4720-a196-048d4aaa6114 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2149] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:32:58 2026] GET /v2.0/networks?id=14055bcf-3591-4d01-801a-a25dbce5014b => generated 757 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2150] 199.204.45.35 () {34 vars in 1057 bytes} [Thu Aug 20 00:32:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=a4f225cd-90ae-4061-9e86-a61e7164ea86 => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2151] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:32:58 2026] GET /v2.0/subnets?id=2013928d-e50c-45b3-ac37-6694cb93b3a5 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2152] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:32:58 2026] GET /v2.0/ports?network_id=14055bcf-3591-4d01-801a-a25dbce5014b&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: 1136/2153] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:32:58 2026] GET /v2.0/networks/14055bcf-3591-4d01-801a-a25dbce5014b?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2154] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:32:59 2026] GET /v2.0/networks/14055bcf-3591-4d01-801a-a25dbce5014b?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: 1137/2155] 10.0.0.168 () {32 vars in 729 bytes} [Thu Aug 20 00:32:59 2026] GET /v2.0/floatingips/7a089a64-dabd-4272-991e-c3f076949a8c => generated 855 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2156] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:59 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2157] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:32:59 2026] GET /v2.0/security-groups?id=62aa966c-a118-473a-ab44-f22a24b7709f&fields=id&fields=name => generated 96 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2158] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:32:59 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2159] 10.0.0.168 () {32 vars in 729 bytes} [Thu Aug 20 00:33:00 2026] GET /v2.0/floatingips/7a089a64-dabd-4272-991e-c3f076949a8c => generated 857 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2160] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:33:02 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2161] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:33:02 2026] GET /v2.0/security-groups?id=62aa966c-a118-473a-ab44-f22a24b7709f&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2162] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:33:02 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2163] 10.0.0.176 () {34 vars in 990 bytes} [Thu Aug 20 00:33:07 2026] GET /v2.0/ports?device_id=5cc07539-0b5c-4720-a196-048d4aaa6114 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2164] 10.0.0.176 () {34 vars in 1040 bytes} [Thu Aug 20 00:33:07 2026] GET /v2.0/security-groups?id=20f349b6-ec69-4923-a81a-ccb509a1a759&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: 1143/2167] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:33:17 2026] GET /v2.0/ports?device_id=5cc07539-0b5c-4720-a196-048d4aaa6114 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2168] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:33:17 2026] GET /v2.0/security-groups?id=20f349b6-ec69-4923-a81a-ccb509a1a759&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: 1144/2169] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:33:18 2026] GET /v2.0/ports?device_id=5cc07539-0b5c-4720-a196-048d4aaa6114 => 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: 1026/2170] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:33:18 2026] GET /v2.0/security-groups?id=20f349b6-ec69-4923-a81a-ccb509a1a759&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: 1145/2171] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:33:20 2026] GET /v2.0/ports?device_id=5cc07539-0b5c-4720-a196-048d4aaa6114 => 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: 1027/2172] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:33:20 2026] GET /v2.0/security-groups?id=20f349b6-ec69-4923-a81a-ccb509a1a759&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: 1146/2173] 199.204.45.35 () {34 vars in 993 bytes} [Thu Aug 20 00:33:20 2026] GET /v2.0/ports?device_id=5cc07539-0b5c-4720-a196-048d4aaa6114 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:33:20.302 7 INFO neutron_taas.services.taas.taas_plugin [req-4ac9dcdc-0d3a-43ea-a5b5-acd001200bf6 req-36969554-6f07-43fb-9d68-a839c3dbb114 733cef8e744d4ca7849229ff41819d63 27244cbd3f5f42aa9c32f481cbfb8d9d - - default default] TaaS: Handle Delete Port: a4f225cd-90ae-4061-9e86-a61e7164ea86 2026-08-20 00:33:20.307 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4ac9dcdc-0d3a-43ea-a5b5-acd001200bf6 req-36969554-6f07-43fb-9d68-a839c3dbb114 733cef8e744d4ca7849229ff41819d63 27244cbd3f5f42aa9c32f481cbfb8d9d - - default default] Tap Mirror: Handle Delete Port: a4f225cd-90ae-4061-9e86-a61e7164ea86 2026-08-20 00:33:20.433 7 INFO neutron.db.l3_db [req-4ac9dcdc-0d3a-43ea-a5b5-acd001200bf6 req-36969554-6f07-43fb-9d68-a839c3dbb114 733cef8e744d4ca7849229ff41819d63 27244cbd3f5f42aa9c32f481cbfb8d9d - - default default] Floating IP 7a089a64-dabd-4272-991e-c3f076949a8c disassociated. External IP: 10.96.250.206, port: a4f225cd-90ae-4061-9e86-a61e7164ea86. [pid: 7|app: 0|req: 1028/2174] 199.204.45.35 () {36 vars in 996 bytes} [Thu Aug 20 00:33:20 2026] DELETE /v2.0/ports/a4f225cd-90ae-4061-9e86-a61e7164ea86 => generated 0 bytes in 693 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:33:20.897 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-af05428a-778e-48ed-ae41-3a73ef4dcfcc'] response: {'server_uuid': '5cc07539-0b5c-4720-a196-048d4aaa6114', 'name': 'network-vif-deleted', 'tag': 'a4f225cd-90ae-4061-9e86-a61e7164ea86', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1147/2175] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:33:21 2026] GET /v2.0/ports?device_id=5cc07539-0b5c-4720-a196-048d4aaa6114 => 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: 1029/2176] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:33:22 2026] GET /v2.0/ports?device_id=5cc07539-0b5c-4720-a196-048d4aaa6114 => 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: 1148/2177] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:33:23 2026] GET /v2.0/ports?device_id=5cc07539-0b5c-4720-a196-048d4aaa6114 => 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: 1031/2180] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:33:24 2026] DELETE /v2.0/security-groups/20f349b6-ec69-4923-a81a-ccb509a1a759 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:33:24.754 8 INFO neutron_taas.services.taas.taas_plugin [None req-7bd2e4fc-aba8-4a58-8b5f-a07dcce6d349 733cef8e744d4ca7849229ff41819d63 27244cbd3f5f42aa9c32f481cbfb8d9d - - default default] TaaS: Handle Delete Port: 1911c6d9-e740-4bf6-bd3d-fe1ea091a84c 2026-08-20 00:33:24.757 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bd2e4fc-aba8-4a58-8b5f-a07dcce6d349 733cef8e744d4ca7849229ff41819d63 27244cbd3f5f42aa9c32f481cbfb8d9d - - default default] Tap Mirror: Handle Delete Port: 1911c6d9-e740-4bf6-bd3d-fe1ea091a84c [pid: 8|app: 0|req: 1150/2181] 10.0.0.168 () {32 vars in 732 bytes} [Thu Aug 20 00:33:24 2026] DELETE /v2.0/floatingips/7a089a64-dabd-4272-991e-c3f076949a8c => generated 0 bytes in 248 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2182] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:33:25 2026] GET /v2.0/ports?device_id=2e93dfc3-b648-429f-9785-085cef7bb214 => 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: 1151/2183] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:33:25 2026] GET /v2.0/security-groups?id=f50a2ecb-2262-442d-9f66-509fa9270285&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: 1033/2184] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:33:26 2026] GET /v2.0/ports?device_id=2e93dfc3-b648-429f-9785-085cef7bb214 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2185] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:33:26 2026] GET /v2.0/security-groups?id=f50a2ecb-2262-442d-9f66-509fa9270285&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: 1034/2186] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:33:27 2026] GET /v2.0/ports?device_id=2e93dfc3-b648-429f-9785-085cef7bb214 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2187] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:33:27 2026] GET /v2.0/security-groups?id=f50a2ecb-2262-442d-9f66-509fa9270285&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2188] 199.204.45.35 () {34 vars in 993 bytes} [Thu Aug 20 00:33:27 2026] GET /v2.0/ports?device_id=2e93dfc3-b648-429f-9785-085cef7bb214 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:33:27.914 8 INFO neutron_taas.services.taas.taas_plugin [req-a725e664-2b7f-4b1a-b5d4-ea0f4dac11cf req-27606f3c-8208-4ea9-8bbf-f0c16b1b5e6c 733cef8e744d4ca7849229ff41819d63 27244cbd3f5f42aa9c32f481cbfb8d9d - - default default] TaaS: Handle Delete Port: b3f8ec49-04c9-4310-aa09-8b84b377b2db 2026-08-20 00:33:27.919 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a725e664-2b7f-4b1a-b5d4-ea0f4dac11cf req-27606f3c-8208-4ea9-8bbf-f0c16b1b5e6c 733cef8e744d4ca7849229ff41819d63 27244cbd3f5f42aa9c32f481cbfb8d9d - - default default] Tap Mirror: Handle Delete Port: b3f8ec49-04c9-4310-aa09-8b84b377b2db [pid: 8|app: 0|req: 1154/2189] 199.204.45.35 () {36 vars in 996 bytes} [Thu Aug 20 00:33:27 2026] DELETE /v2.0/ports/b3f8ec49-04c9-4310-aa09-8b84b377b2db => generated 0 bytes in 378 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:33:28.144 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eb74e88b-89b3-438b-8e83-d24582087139'] response: {'server_uuid': '2e93dfc3-b648-429f-9785-085cef7bb214', 'name': 'network-vif-deleted', 'tag': 'b3f8ec49-04c9-4310-aa09-8b84b377b2db', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1036/2190] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:33:28 2026] GET /v2.0/ports?device_id=2e93dfc3-b648-429f-9785-085cef7bb214 => 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: 1155/2191] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:33:29 2026] GET /v2.0/ports?device_id=2e93dfc3-b648-429f-9785-085cef7bb214 => 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: 1037/2192] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:33:30 2026] GET /v2.0/ports?device_id=2e93dfc3-b648-429f-9785-085cef7bb214 => 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: 1156/2193] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:33:31 2026] DELETE /v2.0/security-groups/f50a2ecb-2262-442d-9f66-509fa9270285 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:33:32.347 7 INFO neutron_taas.services.taas.taas_plugin [None req-78f9bbce-a823-47e4-8c94-d784202aa889 733cef8e744d4ca7849229ff41819d63 27244cbd3f5f42aa9c32f481cbfb8d9d - - default default] TaaS: Handle Delete Port: 3a53329a-c635-49ef-b241-a384ae100be2 2026-08-20 00:33:32.352 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78f9bbce-a823-47e4-8c94-d784202aa889 733cef8e744d4ca7849229ff41819d63 27244cbd3f5f42aa9c32f481cbfb8d9d - - default default] Tap Mirror: Handle Delete Port: 3a53329a-c635-49ef-b241-a384ae100be2 [pid: 7|app: 0|req: 1038/2194] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:33:31 2026] PUT /v2.0/routers/c72a9886-96a1-429c-b59f-01ac590b5dc6/remove_router_interface => generated 309 bytes in 977 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2195] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:33:32 2026] DELETE /v2.0/subnets/2013928d-e50c-45b3-ac37-6694cb93b3a5 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:33:33.385 7 INFO neutron_taas.services.taas.taas_plugin [None req-17e39012-61b0-4e64-87b2-ffc975b3435d 733cef8e744d4ca7849229ff41819d63 27244cbd3f5f42aa9c32f481cbfb8d9d - - default default] TaaS: Handle Delete Port: a3e37996-188e-4d51-b2ef-876c4c112a26 2026-08-20 00:33:33.387 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17e39012-61b0-4e64-87b2-ffc975b3435d 733cef8e744d4ca7849229ff41819d63 27244cbd3f5f42aa9c32f481cbfb8d9d - - default default] Tap Mirror: Handle Delete Port: a3e37996-188e-4d51-b2ef-876c4c112a26 2026-08-20 00:33:33.645 7 INFO neutron_taas.services.taas.taas_plugin [None req-17e39012-61b0-4e64-87b2-ffc975b3435d 733cef8e744d4ca7849229ff41819d63 27244cbd3f5f42aa9c32f481cbfb8d9d - - default default] TaaS: Handle Delete Port: e4b6a9df-b6b2-4461-b599-e69650bc8f21 2026-08-20 00:33:33.647 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17e39012-61b0-4e64-87b2-ffc975b3435d 733cef8e744d4ca7849229ff41819d63 27244cbd3f5f42aa9c32f481cbfb8d9d - - default default] Tap Mirror: Handle Delete Port: e4b6a9df-b6b2-4461-b599-e69650bc8f21 2026-08-20 00:33:33.957 7 INFO neutron.services.segments.plugin [-] Segment 581b8bb5-edb6-49b9-897d-54381a06743b resource provider aggregate not found 2026-08-20 00:33:33.967 7 INFO neutron.services.segments.plugin [-] Segment 581b8bb5-edb6-49b9-897d-54381a06743b resource provider aggregate not found 2026-08-20 00:33:33.982 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 581b8bb5-edb6-49b9-897d-54381a06743b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 581b8bb5-edb6-49b9-897d-54381a06743b found for delete ", "request_id": "req-459de5e0-7947-4683-b6d6-c711a3c87f41"}]} 2026-08-20 00:33:33.988 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 581b8bb5-edb6-49b9-897d-54381a06743b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 581b8bb5-edb6-49b9-897d-54381a06743b found for delete ", "request_id": "req-257d1c08-4d64-4dca-83ab-c46b6b3ba1a5"}]} 2026-08-20 00:33:33.992 7 INFO neutron.db.l3_hamode_db [None req-17e39012-61b0-4e64-87b2-ffc975b3435d 733cef8e744d4ca7849229ff41819d63 27244cbd3f5f42aa9c32f481cbfb8d9d - - default default] HA network b4208dc0-aad7-4e98-8f21-a1396c786124 was deleted as no HA routers are present in tenant 27244cbd3f5f42aa9c32f481cbfb8d9d. [pid: 7|app: 0|req: 1039/2196] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:33:33 2026] DELETE /v2.0/routers/c72a9886-96a1-429c-b59f-01ac590b5dc6 => generated 0 bytes in 846 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:33:34.087 8 INFO neutron_taas.services.taas.taas_plugin [None req-69ab1734-b42e-4e75-8615-85c684d31958 733cef8e744d4ca7849229ff41819d63 27244cbd3f5f42aa9c32f481cbfb8d9d - - default default] TaaS: Handle Delete Port: 296ec833-8480-4100-8426-152a6de23743 2026-08-20 00:33:34.091 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69ab1734-b42e-4e75-8615-85c684d31958 733cef8e744d4ca7849229ff41819d63 27244cbd3f5f42aa9c32f481cbfb8d9d - - default default] Tap Mirror: Handle Delete Port: 296ec833-8480-4100-8426-152a6de23743 2026-08-20 00:33:34.273 8 INFO neutron.services.segments.plugin [-] Segment 6f0c689f-d418-4df8-a9a8-d4cab321c2f8 resource provider aggregate not found 2026-08-20 00:33:34.276 8 INFO neutron.services.segments.plugin [-] Segment 6f0c689f-d418-4df8-a9a8-d4cab321c2f8 resource provider aggregate not found 2026-08-20 00:33:34.294 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6f0c689f-d418-4df8-a9a8-d4cab321c2f8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f0c689f-d418-4df8-a9a8-d4cab321c2f8 found for delete ", "request_id": "req-440184c0-121a-4992-aa79-4dbf6708d83e"}]} 2026-08-20 00:33:34.299 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6f0c689f-d418-4df8-a9a8-d4cab321c2f8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f0c689f-d418-4df8-a9a8-d4cab321c2f8 found for delete ", "request_id": "req-85780560-1518-4f84-89fe-025baf05bb4f"}]} [pid: 8|app: 0|req: 1158/2197] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:33:34 2026] DELETE /v2.0/networks/14055bcf-3591-4d01-801a-a25dbce5014b => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2198] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:33:34 2026] GET /v2.0/security-groups?tenant_id=bff392c6c4de44eb874dfba0f06dfb11&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2199] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:33:35 2026] DELETE /v2.0/security-groups/8a157f46-b9fa-4769-ad09-3655635c4435 => 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: 1041/2200] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:33:35 2026] GET /v2.0/security-groups?tenant_id=27244cbd3f5f42aa9c32f481cbfb8d9d&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2201] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:33:35 2026] DELETE /v2.0/security-groups/5fde47a0-bccf-4f4a-b08a-e323ce3b1a33 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2202] 199.204.45.35 () {30 vars in 702 bytes} [Thu Aug 20 00:33:37 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: 1162/2203] 199.204.45.35 () {30 vars in 704 bytes} [Thu Aug 20 00:33:37 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: 1163/2204] 199.204.45.35 () {30 vars in 680 bytes} [Thu Aug 20 00:33:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2205] 199.204.45.35 () {30 vars in 716 bytes} [Thu Aug 20 00:33:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2206] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:33:37 2026] GET /v2.0/subnets/761beee8-b7e0-48b2-9e3a-efbd117f0703 => 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: 1166/2207] 199.204.45.35 () {30 vars in 768 bytes} [Thu Aug 20 00:33:37 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:33:37.475 7 INFO neutron.db.segments_db [None req-3c96194f-7072-40f6-ad32-389b870455dd e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment 4a9bc431-7e9e-4d6f-a903-ebd83ddb4d13 of type vxlan for network 6b69b7a7-0fec-490b-a248-389e7da99bae [pid: 7|app: 0|req: 1042/2208] 10.0.0.168 () {34 vars in 671 bytes} [Thu Aug 20 00:33:37 2026] POST /v2.0/networks => generated 741 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2209] 199.204.45.35 () {34 vars in 716 bytes} [Thu Aug 20 00:33:37 2026] POST /v2.0/ports => generated 1055 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2210] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:33:37 2026] POST /v2.0/subnets => generated 688 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:33:37.858 8 INFO neutron.db.segments_db [None req-01ed16cc-986b-4a78-94df-4b6e2c527e17 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment 407772e7-1f99-4b98-a77e-4bafc200c30a of type vxlan for network ac7f5692-3310-47d5-ab46-1c4439e81ddb [pid: 7|app: 0|req: 1044/2211] 10.0.0.174 () {34 vars in 971 bytes} [Thu Aug 20 00:33:37 2026] GET /v2.0/ports/716bd6f2-56d8-4625-93ab-d157b7aba32b => generated 1055 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2212] 10.0.0.174 () {34 vars in 907 bytes} [Thu Aug 20 00:33:37 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) 2026-08-20 00:33:38.092 8 INFO neutron.db.l3_hamode_db [None req-01ed16cc-986b-4a78-94df-4b6e2c527e17 e9acc8a2cd3a4759a584470e72c71732 e998b4fad611434297fb3324935bab99 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 00:33:38.847 8 INFO neutron.db.l3_hamode_db [None req-01ed16cc-986b-4a78-94df-4b6e2c527e17 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1046/2213] 199.204.45.35 () {34 vars in 1261 bytes} [Thu Aug 20 00:33:38 2026] GET /v2.0/ports/716bd6f2-56d8-4625-93ab-d157b7aba32b?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2214] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:33:38 2026] GET /v2.0/networks/25aea187-bbbb-47a7-8e5d-2dd830605df7?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: 1048/2215] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:33:39 2026] GET /v2.0/networks/25aea187-bbbb-47a7-8e5d-2dd830605df7?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: 1051/2218] 199.204.45.35 () {34 vars in 974 bytes} [Thu Aug 20 00:33:39 2026] GET /v2.0/ports/716bd6f2-56d8-4625-93ab-d157b7aba32b => generated 1055 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2219] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:33:39 2026] GET /v2.0/networks?id=25aea187-bbbb-47a7-8e5d-2dd830605df7 => generated 803 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2220] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:33:37 2026] POST /v2.0/routers => generated 728 bytes in 1954 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2221] 199.204.45.35 () {38 vars in 1027 bytes} [Thu Aug 20 00:33:39 2026] PUT /v2.0/ports/716bd6f2-56d8-4625-93ab-d157b7aba32b => generated 1245 bytes in 367 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:33:40.133 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b64c5a9-1112-4cc7-82e4-d1394673f825'] response: {'name': 'network-changed', 'server_uuid': '4592f3f2-c770-47ee-9f3a-54cf0d3a1f80', 'tag': '716bd6f2-56d8-4625-93ab-d157b7aba32b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1054/2222] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:33:40 2026] GET /v2.0/ports?tenant_id=5f8efcd424fb4344abdbc9e3256fca2f&device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 2485 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2223] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:33:40 2026] GET /v2.0/networks?id=25aea187-bbbb-47a7-8e5d-2dd830605df7 => generated 803 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2224] 199.204.45.35 () {34 vars in 1055 bytes} [Thu Aug 20 00:33:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.20&port_id=716bd6f2-56d8-4625-93ab-d157b7aba32b => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2225] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:33:40 2026] GET /v2.0/subnets?id=761beee8-b7e0-48b2-9e3a-efbd117f0703 => generated 679 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2226] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:33:40 2026] GET /v2.0/ports?network_id=25aea187-bbbb-47a7-8e5d-2dd830605df7&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: 1169/2227] 10.0.0.168 () {34 vars in 783 bytes} [Thu Aug 20 00:33:39 2026] PUT /v2.0/routers/e7330367-30a2-49ee-ae39-033306fff01a/add_router_interface => generated 309 bytes in 1138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2228] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:33:40 2026] GET /v2.0/networks/25aea187-bbbb-47a7-8e5d-2dd830605df7?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: 1170/2229] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:33:40 2026] GET /v2.0/networks/25aea187-bbbb-47a7-8e5d-2dd830605df7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:33:42.047 7 INFO neutron.db.segments_db [None req-64922744-9237-4129-a5e8-3629d59e15a1 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment 084dce51-ab6c-4bcc-be02-c9a2651c74f0 of type vxlan for network 059211fb-cb9b-4ad3-8e46-412d61cd80a5 [pid: 8|app: 0|req: 1171/2230] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:33:42 2026] GET /v2.0/ports?tenant_id=5f8efcd424fb4344abdbc9e3256fca2f&device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 2485 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2231] 199.204.45.35 () {34 vars in 1061 bytes} [Thu Aug 20 00:33:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.164&port_id=846e2592-ec73-4839-9c4b-71b9f1178a79 => 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: 1173/2232] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:33:42 2026] GET /v2.0/subnets?id=606d5e34-2d1e-4208-8ba0-9aaa6156f94e => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2233] 10.0.0.168 () {34 vars in 671 bytes} [Thu Aug 20 00:33:41 2026] POST /v2.0/networks => generated 740 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2234] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:33:42 2026] GET /v2.0/ports?network_id=08e58263-2a34-4342-906e-8629afb14fe6&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: 1175/2235] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:33:42 2026] GET /v2.0/networks/08e58263-2a34-4342-906e-8629afb14fe6?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: 1176/2236] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:33:42 2026] GET /v2.0/networks/08e58263-2a34-4342-906e-8629afb14fe6?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: 1177/2237] 199.204.45.35 () {34 vars in 1055 bytes} [Thu Aug 20 00:33:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.20&port_id=716bd6f2-56d8-4625-93ab-d157b7aba32b => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2238] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:33:42 2026] GET /v2.0/subnets?id=761beee8-b7e0-48b2-9e3a-efbd117f0703 => 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: 1179/2239] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:33:42 2026] GET /v2.0/ports?network_id=25aea187-bbbb-47a7-8e5d-2dd830605df7&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2240] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:33:42 2026] POST /v2.0/subnets => generated 688 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2241] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:33:42 2026] GET /v2.0/networks/25aea187-bbbb-47a7-8e5d-2dd830605df7?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:33:42.433 7 INFO neutron.db.segments_db [None req-6aa1d0a4-5a3f-43b7-8c9c-04e36be6ac70 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment af66caeb-fbc0-45d8-b015-f2506335f1c0 of type vxlan for network a2d42410-12f8-40a1-996d-86382dda2400 [pid: 8|app: 0|req: 1181/2242] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:33:42 2026] GET /v2.0/networks/25aea187-bbbb-47a7-8e5d-2dd830605df7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:33:42.745 7 INFO neutron.db.l3_hamode_db [None req-6aa1d0a4-5a3f-43b7-8c9c-04e36be6ac70 e9acc8a2cd3a4759a584470e72c71732 785c58b0ec4942edb301ef5a2aa1a82d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 00:33:43.552 7 INFO neutron.db.l3_hamode_db [None req-6aa1d0a4-5a3f-43b7-8c9c-04e36be6ac70 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1062/2243] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:33:42 2026] POST /v2.0/routers => generated 728 bytes in 2187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2244] 10.0.0.168 () {34 vars in 783 bytes} [Thu Aug 20 00:33:44 2026] PUT /v2.0/routers/cb3fe7c6-3082-4e5c-93ca-a8017f6de355/add_router_interface => generated 309 bytes in 1191 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2245] 10.0.0.168 () {34 vars in 685 bytes} [Thu Aug 20 00:33:46 2026] POST /v2.0/security-groups => generated 1673 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2246] 10.0.0.174 () {34 vars in 971 bytes} [Thu Aug 20 00:33:46 2026] GET /v2.0/ports/716bd6f2-56d8-4625-93ab-d157b7aba32b => generated 1247 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2247] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:33:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2248] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:33:46 2026] POST /v2.0/security-group-rules => generated 596 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2249] 199.204.45.35 () {34 vars in 788 bytes} [Thu Aug 20 00:33:46 2026] PUT /v2.0/ports/716bd6f2-56d8-4625-93ab-d157b7aba32b => generated 1271 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:33:46.898 8 INFO neutron.api.v2.resource [None req-fdfea8f0-5c93-4f60-a913-c28504d13136 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1185/2250] 199.204.45.35 () {30 vars in 762 bytes} [Thu Aug 20 00:33:46 2026] GET /v2.0/security-groups/lb-08228e2c-dcc6-4d4a-8fb3-2a3094bb23ad => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:33:46.914 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf30a1db-fe64-46ba-90a0-fad885e68a19'] response: {'name': 'network-changed', 'server_uuid': '4592f3f2-c770-47ee-9f3a-54cf0d3a1f80', 'tag': '716bd6f2-56d8-4625-93ab-d157b7aba32b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1186/2251] 199.204.45.35 () {30 vars in 784 bytes} [Thu Aug 20 00:33:46 2026] GET /v2.0/security-groups?name=lb-08228e2c-dcc6-4d4a-8fb3-2a3094bb23ad => generated 1637 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2252] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:33:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2253] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:33:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:33:47.165 7 INFO neutron.db.securitygroups_db [None req-e0ca6b4e-c9fb-4380-b5d2-eefc92274ac9 1b15f6e0590447118f3c4ca9604569e0 e998b4fad611434297fb3324935bab99 - - default default] Project e998b4fad611434297fb3324935bab99 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: 1187/2254] 199.204.45.35 () {34 vars in 788 bytes} [Thu Aug 20 00:33:46 2026] PUT /v2.0/ports/716bd6f2-56d8-4625-93ab-d157b7aba32b => generated 1309 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2255] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:33:47 2026] POST /v2.0/security-group-rules => generated 607 bytes in 119 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-08-20 00:33:47.330 8 INFO neutron.db.securitygroups_db [None req-f2a16829-0b5c-4d5c-864d-f6f33a47f3db 1b15f6e0590447118f3c4ca9604569e0 e998b4fad611434297fb3324935bab99 - - default default] Project e998b4fad611434297fb3324935bab99 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: 1069/2256] 199.204.45.35 () {30 vars in 702 bytes} [Thu Aug 20 00:33:47 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: 1188/2257] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:33:47 2026] POST /v2.0/security-group-rules => generated 606 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2258] 199.204.45.35 () {30 vars in 704 bytes} [Thu Aug 20 00:33:47 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: 1071/2259] 199.204.45.35 () {30 vars in 680 bytes} [Thu Aug 20 00:33:47 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: 1072/2260] 199.204.45.35 () {30 vars in 716 bytes} [Thu Aug 20 00:33:47 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: 1189/2261] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:33:47 2026] GET /v2.0/ports?tenant_id=5f8efcd424fb4344abdbc9e3256fca2f&device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 2585 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2262] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:33:47 2026] GET /v2.0/subnets/761beee8-b7e0-48b2-9e3a-efbd117f0703 => 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: 1190/2263] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:33:47 2026] GET /v2.0/networks?id=25aea187-bbbb-47a7-8e5d-2dd830605df7 => generated 803 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2264] 199.204.45.35 () {30 vars in 736 bytes} [Thu Aug 20 00:33:47 2026] GET /v2.0/ports/4ccec1ca-0160-48a8-869a-c53a009c7cf8 => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2265] 199.204.45.35 () {34 vars in 1055 bytes} [Thu Aug 20 00:33:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.20&port_id=716bd6f2-56d8-4625-93ab-d157b7aba32b => 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: 1075/2266] 199.204.45.35 () {30 vars in 736 bytes} [Thu Aug 20 00:33:47 2026] GET /v2.0/ports/716bd6f2-56d8-4625-93ab-d157b7aba32b => generated 1345 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2267] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:33:47 2026] GET /v2.0/subnets?id=761beee8-b7e0-48b2-9e3a-efbd117f0703 => generated 679 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2268] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:33:47 2026] GET /v2.0/subnets/761beee8-b7e0-48b2-9e3a-efbd117f0703 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2269] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:33:47 2026] GET /v2.0/ports?network_id=25aea187-bbbb-47a7-8e5d-2dd830605df7&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2270] 199.204.45.35 () {30 vars in 742 bytes} [Thu Aug 20 00:33:47 2026] GET /v2.0/networks/25aea187-bbbb-47a7-8e5d-2dd830605df7 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2271] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:33:47 2026] GET /v2.0/networks/25aea187-bbbb-47a7-8e5d-2dd830605df7?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: 1078/2272] 199.204.45.35 () {30 vars in 736 bytes} [Thu Aug 20 00:33:47 2026] GET /v2.0/ports/4ccec1ca-0160-48a8-869a-c53a009c7cf8 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2273] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:33:47 2026] GET /v2.0/networks/25aea187-bbbb-47a7-8e5d-2dd830605df7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2274] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:33:47 2026] GET /v2.0/subnets/761beee8-b7e0-48b2-9e3a-efbd117f0703 => 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: 1196/2275] 10.0.0.168 () {34 vars in 685 bytes} [Thu Aug 20 00:33:47 2026] POST /v2.0/security-groups => generated 1661 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2276] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:33:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2277] 10.0.0.168 () {34 vars in 695 bytes} [Thu Aug 20 00:33:48 2026] POST /v2.0/security-group-rules => generated 602 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:33:48.964 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e0d6d3c-de69-46e7-aa02-ada1ba79bfbc'] response: {'name': 'network-changed', 'server_uuid': '4592f3f2-c770-47ee-9f3a-54cf0d3a1f80', 'tag': '716bd6f2-56d8-4625-93ab-d157b7aba32b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1081/2278] 10.0.0.168 () {34 vars in 676 bytes} [Thu Aug 20 00:33:48 2026] POST /v2.0/floatingips => generated 552 bytes in 532 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2279] 10.0.0.174 () {34 vars in 1098 bytes} [Thu Aug 20 00:33:49 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-975237520&fields=id&tenant_id=e998b4fad611434297fb3324935bab99 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2280] 10.0.0.174 () {34 vars in 1100 bytes} [Thu Aug 20 00:33:49 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1115212403&fields=id&tenant_id=e998b4fad611434297fb3324935bab99 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2281] 10.0.0.174 () {34 vars in 982 bytes} [Thu Aug 20 00:33:49 2026] GET /v2.0/networks?id=6b69b7a7-0fec-490b-a248-389e7da99bae => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2282] 10.0.0.174 () {34 vars in 965 bytes} [Thu Aug 20 00:33:49 2026] GET /v2.0/quotas/e998b4fad611434297fb3324935bab99 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2283] 10.0.0.174 () {34 vars in 1002 bytes} [Thu Aug 20 00:33:49 2026] GET /v2.0/ports?tenant_id=e998b4fad611434297fb3324935bab99&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2284] 10.0.0.174 () {34 vars in 1008 bytes} [Thu Aug 20 00:33:49 2026] GET /v2.0/networks/6b69b7a7-0fec-490b-a248-389e7da99bae?fields=segments => generated 14 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2285] 10.0.0.174 () {34 vars in 1108 bytes} [Thu Aug 20 00:33:49 2026] GET /v2.0/networks/6b69b7a7-0fec-490b-a248-389e7da99bae?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: 1085/2286] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:33:49 2026] GET /v2.0/ports?tenant_id=5f8efcd424fb4344abdbc9e3256fca2f&device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 2585 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2287] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:33:49 2026] GET /v2.0/networks?id=25aea187-bbbb-47a7-8e5d-2dd830605df7 => generated 803 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2288] 199.204.45.35 () {34 vars in 1055 bytes} [Thu Aug 20 00:33:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.20&port_id=716bd6f2-56d8-4625-93ab-d157b7aba32b => 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: 1203/2289] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:33:49 2026] GET /v2.0/subnets?id=761beee8-b7e0-48b2-9e3a-efbd117f0703 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2290] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:33:49 2026] GET /v2.0/ports?device_id=96821b49-4546-47b5-a364-ec4637fd4a11 => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2291] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:33:49 2026] GET /v2.0/ports?network_id=25aea187-bbbb-47a7-8e5d-2dd830605df7&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: 7|app: 0|req: 1088/2292] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:33:49 2026] GET /v2.0/networks/25aea187-bbbb-47a7-8e5d-2dd830605df7?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: 1205/2293] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:33:49 2026] GET /v2.0/networks/25aea187-bbbb-47a7-8e5d-2dd830605df7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2294] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:33:50 2026] GET /v2.0/ports?device_id=96821b49-4546-47b5-a364-ec4637fd4a11 => 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: 1206/2295] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:33:51 2026] GET /v2.0/ports?device_id=96821b49-4546-47b5-a364-ec4637fd4a11 => 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: 1090/2296] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:33:52 2026] GET /v2.0/ports?device_id=96821b49-4546-47b5-a364-ec4637fd4a11 => 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: 1207/2297] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:33:54 2026] GET /v2.0/networks?id=6b69b7a7-0fec-490b-a248-389e7da99bae => generated 673 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2298] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:33:54 2026] GET /v2.0/ports?device_id=96821b49-4546-47b5-a364-ec4637fd4a11 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2299] 199.204.45.35 () {34 vars in 1049 bytes} [Thu Aug 20 00:33:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e998b4fad611434297fb3324935bab99 => generated 273 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2302] 199.204.45.35 () {38 vars in 954 bytes} [Thu Aug 20 00:33:54 2026] POST /v2.0/ports => generated 993 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2303] 199.204.45.35 () {38 vars in 1027 bytes} [Thu Aug 20 00:33:54 2026] PUT /v2.0/ports/c483e706-63a0-42eb-92bb-9f2304c69bee => generated 1274 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:33:55.072 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f56cc793-de62-45fa-9bdf-251af105d27f'] response: {'name': 'network-changed', 'server_uuid': '96821b49-4546-47b5-a364-ec4637fd4a11', 'tag': 'c483e706-63a0-42eb-92bb-9f2304c69bee', '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: 1093/2304] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:33:55 2026] GET /v2.0/ports?device_id=96821b49-4546-47b5-a364-ec4637fd4a11 => generated 1008 bytes in 38 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: 1212/2305] 10.0.0.174 () {34 vars in 1120 bytes} [Thu Aug 20 00:33:55 2026] GET /v2.0/security-groups?id=e0104916-7c21-42ca-832a-de0be26357db&id=f8bb1fe5-519f-4026-91e8-c1669b75a9ac&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2306] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:33:55 2026] GET /v2.0/ports?tenant_id=e998b4fad611434297fb3324935bab99&device_id=96821b49-4546-47b5-a364-ec4637fd4a11 => generated 1277 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2307] 199.204.45.35 () {34 vars in 1017 bytes} [Thu Aug 20 00:33:55 2026] GET /v2.0/networks?tenant_id=e998b4fad611434297fb3324935bab99&shared=False => generated 769 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2308] 199.204.45.35 () {34 vars in 929 bytes} [Thu Aug 20 00:33:55 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2309] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:33:56 2026] GET /v2.0/ports?device_id=96821b49-4546-47b5-a364-ec4637fd4a11 => generated 1008 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2310] 10.0.0.174 () {34 vars in 1120 bytes} [Thu Aug 20 00:33:56 2026] GET /v2.0/security-groups?id=e0104916-7c21-42ca-832a-de0be26357db&id=f8bb1fe5-519f-4026-91e8-c1669b75a9ac&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2311] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:33:56 2026] GET /v2.0/ports?tenant_id=e998b4fad611434297fb3324935bab99&device_id=96821b49-4546-47b5-a364-ec4637fd4a11 => generated 1277 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2312] 199.204.45.35 () {34 vars in 1057 bytes} [Thu Aug 20 00:33:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=c483e706-63a0-42eb-92bb-9f2304c69bee => 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: 1099/2313] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:33:56 2026] GET /v2.0/subnets?id=d0f9c4f2-60ee-4d87-a5dc-587018f64b3d => generated 691 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2314] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:33:56 2026] GET /v2.0/ports?network_id=6b69b7a7-0fec-490b-a248-389e7da99bae&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: 1101/2315] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:33:56 2026] GET /v2.0/networks/6b69b7a7-0fec-490b-a248-389e7da99bae?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: 1102/2316] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:33:56 2026] GET /v2.0/networks/6b69b7a7-0fec-490b-a248-389e7da99bae?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:33:57.302 8 INFO neutron.db.l3_db [None req-2b2b71f8-7e40-4021-8497-6a4f573a5883 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] Floating IP c651e4b5-b65b-414f-9b13-1bf24b416d79 associated. External IP: 10.96.250.203, port: 4ccec1ca-0160-48a8-869a-c53a009c7cf8. [pid: 7|app: 0|req: 1103/2317] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:33:57 2026] GET /v2.0/ports?device_id=96821b49-4546-47b5-a364-ec4637fd4a11 => generated 1008 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2318] 10.0.0.174 () {34 vars in 1120 bytes} [Thu Aug 20 00:33:57 2026] GET /v2.0/security-groups?id=e0104916-7c21-42ca-832a-de0be26357db&id=f8bb1fe5-519f-4026-91e8-c1669b75a9ac&fields=id&fields=name => generated 206 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2319] 10.0.0.168 () {34 vars in 677 bytes} [Thu Aug 20 00:33:56 2026] POST /v2.0/floatingips => generated 898 bytes in 1087 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2320] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:33:58 2026] GET /v2.0/ports?device_id=96821b49-4546-47b5-a364-ec4637fd4a11 => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2321] 10.0.0.174 () {34 vars in 1120 bytes} [Thu Aug 20 00:33:58 2026] GET /v2.0/security-groups?id=e0104916-7c21-42ca-832a-de0be26357db&id=f8bb1fe5-519f-4026-91e8-c1669b75a9ac&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2322] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:33:59 2026] GET /v2.0/ports?device_id=96821b49-4546-47b5-a364-ec4637fd4a11 => generated 1010 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2323] 10.0.0.174 () {34 vars in 1120 bytes} [Thu Aug 20 00:33:59 2026] GET /v2.0/security-groups?id=e0104916-7c21-42ca-832a-de0be26357db&id=f8bb1fe5-519f-4026-91e8-c1669b75a9ac&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2324] 199.204.45.35 () {34 vars in 993 bytes} [Thu Aug 20 00:34:00 2026] GET /v2.0/ports?device_id=96821b49-4546-47b5-a364-ec4637fd4a11 => generated 1279 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2325] 199.204.45.35 () {34 vars in 1123 bytes} [Thu Aug 20 00:34:00 2026] GET /v2.0/security-groups?id=f8bb1fe5-519f-4026-91e8-c1669b75a9ac&id=e0104916-7c21-42ca-832a-de0be26357db&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2326] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:00 2026] GET /v2.0/ports?device_id=96821b49-4546-47b5-a364-ec4637fd4a11 => generated 1010 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2327] 10.0.0.174 () {34 vars in 1120 bytes} [Thu Aug 20 00:34:01 2026] GET /v2.0/security-groups?id=e0104916-7c21-42ca-832a-de0be26357db&id=f8bb1fe5-519f-4026-91e8-c1669b75a9ac&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2328] 199.204.45.35 () {30 vars in 702 bytes} [Thu Aug 20 00:34:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2329] 199.204.45.35 () {30 vars in 704 bytes} [Thu Aug 20 00:34:01 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: 1110/2330] 199.204.45.35 () {30 vars in 680 bytes} [Thu Aug 20 00:34:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2331] 199.204.45.35 () {30 vars in 716 bytes} [Thu Aug 20 00:34:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:34:02.101 7 INFO neutron.api.v2.resource [None req-1e848f12-fbe7-4314-bc97-96ec4bc5fcb8 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1111/2332] 199.204.45.35 () {30 vars in 762 bytes} [Thu Aug 20 00:34:02 2026] GET /v2.0/security-groups/lb-08228e2c-dcc6-4d4a-8fb3-2a3094bb23ad => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2333] 199.204.45.35 () {30 vars in 784 bytes} [Thu Aug 20 00:34:02 2026] GET /v2.0/security-groups?name=lb-08228e2c-dcc6-4d4a-8fb3-2a3094bb23ad => generated 1637 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2334] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:02 2026] GET /v2.0/ports?device_id=96821b49-4546-47b5-a364-ec4637fd4a11 => generated 1010 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2335] 199.204.45.35 () {30 vars in 814 bytes} [Thu Aug 20 00:34:02 2026] GET /v2.0/security-group-rules?security_group_id=f0b83afd-f510-47ce-9c8e-051748da5f01 => generated 1182 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2336] 10.0.0.174 () {34 vars in 1120 bytes} [Thu Aug 20 00:34:02 2026] GET /v2.0/security-groups?id=e0104916-7c21-42ca-832a-de0be26357db&id=f8bb1fe5-519f-4026-91e8-c1669b75a9ac&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2337] 199.204.45.35 () {34 vars in 746 bytes} [Thu Aug 20 00:34:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2338] 199.204.45.35 () {34 vars in 746 bytes} [Thu Aug 20 00:34:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2339] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:03 2026] GET /v2.0/ports?device_id=96821b49-4546-47b5-a364-ec4637fd4a11 => generated 1010 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2340] 10.0.0.174 () {34 vars in 1120 bytes} [Thu Aug 20 00:34:03 2026] GET /v2.0/security-groups?id=e0104916-7c21-42ca-832a-de0be26357db&id=f8bb1fe5-519f-4026-91e8-c1669b75a9ac&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2341] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:03 2026] GET /v2.0/ports?device_id=96821b49-4546-47b5-a364-ec4637fd4a11 => generated 1010 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:34:03.820 7 INFO neutron.db.l3_db [None req-5bcd20c2-cb85-4397-907d-63758af433e7 1b15f6e0590447118f3c4ca9604569e0 e998b4fad611434297fb3324935bab99 - - default default] Floating IP 5eb47cbe-aee6-4c88-8862-5b6aa11dc590 associated. External IP: 10.96.250.207, port: c483e706-63a0-42eb-92bb-9f2304c69bee. [pid: 7|app: 0|req: 1116/2342] 10.0.0.168 () {34 vars in 749 bytes} [Thu Aug 20 00:34:03 2026] PUT /v2.0/floatingips/5eb47cbe-aee6-4c88-8862-5b6aa11dc590 => generated 855 bytes in 640 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:34:04.183 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-28a5ae28-ddc2-42b4-befe-5ae9e020a94d'] response: {'name': 'network-changed', 'server_uuid': '96821b49-4546-47b5-a364-ec4637fd4a11', 'tag': 'c483e706-63a0-42eb-92bb-9f2304c69bee', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1227/2343] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:34:04 2026] GET /v2.0/ports?tenant_id=e998b4fad611434297fb3324935bab99&device_id=96821b49-4546-47b5-a364-ec4637fd4a11 => generated 1279 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2344] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:34:04 2026] GET /v2.0/networks?id=6b69b7a7-0fec-490b-a248-389e7da99bae => generated 769 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2345] 199.204.45.35 () {34 vars in 1057 bytes} [Thu Aug 20 00:34:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=c483e706-63a0-42eb-92bb-9f2304c69bee => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2346] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:34:04 2026] GET /v2.0/subnets?id=d0f9c4f2-60ee-4d87-a5dc-587018f64b3d => generated 691 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2347] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:34:04 2026] GET /v2.0/ports?network_id=6b69b7a7-0fec-490b-a248-389e7da99bae&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: 1119/2348] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:34:04 2026] GET /v2.0/networks/6b69b7a7-0fec-490b-a248-389e7da99bae?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: 1230/2349] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:34:04 2026] GET /v2.0/networks/6b69b7a7-0fec-490b-a248-389e7da99bae?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: 1121/2352] 10.0.0.179 () {30 vars in 690 bytes} [Thu Aug 20 00:34:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2353] 10.0.0.179 () {30 vars in 692 bytes} [Thu Aug 20 00:34:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2354] 10.0.0.179 () {30 vars in 668 bytes} [Thu Aug 20 00:34: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: 1233/2355] 10.0.0.179 () {30 vars in 704 bytes} [Thu Aug 20 00:34:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2356] 10.0.0.179 () {28 vars in 439 bytes} [Thu Aug 20 00:34:10 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: 1234/2357] 10.0.0.179 () {30 vars in 728 bytes} [Thu Aug 20 00:34:10 2026] GET /v2.0/subnets/fe5bbd4a-b1d1-491a-92e4-88c2fa923aca => generated 655 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2358] 199.204.45.35 () {30 vars in 702 bytes} [Thu Aug 20 00:34:10 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: 1235/2359] 199.204.45.35 () {30 vars in 704 bytes} [Thu Aug 20 00:34:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2360] 199.204.45.35 () {30 vars in 680 bytes} [Thu Aug 20 00:34:10 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: 1236/2361] 199.204.45.35 () {30 vars in 716 bytes} [Thu Aug 20 00:34: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: 7|app: 0|req: 1126/2362] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:34:10 2026] GET /v2.0/subnets/fe5bbd4a-b1d1-491a-92e4-88c2fa923aca => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2363] 199.204.45.35 () {30 vars in 768 bytes} [Thu Aug 20 00:34:10 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 2585 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2364] 199.204.45.35 () {30 vars in 702 bytes} [Thu Aug 20 00:34:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2365] 199.204.45.35 () {30 vars in 704 bytes} [Thu Aug 20 00:34:11 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: 1128/2366] 199.204.45.35 () {30 vars in 680 bytes} [Thu Aug 20 00:34: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: 1239/2367] 199.204.45.35 () {30 vars in 716 bytes} [Thu Aug 20 00:34:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2368] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:11 2026] GET /v2.0/ports?device_id=96821b49-4546-47b5-a364-ec4637fd4a11 => generated 1010 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2369] 10.0.0.174 () {34 vars in 1120 bytes} [Thu Aug 20 00:34:11 2026] GET /v2.0/security-groups?id=e0104916-7c21-42ca-832a-de0be26357db&id=f8bb1fe5-519f-4026-91e8-c1669b75a9ac&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2370] 199.204.45.35 () {34 vars in 716 bytes} [Thu Aug 20 00:34:11 2026] POST /v2.0/ports => generated 1328 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2371] 10.0.0.168 () {32 vars in 736 bytes} [Thu Aug 20 00:34:11 2026] GET /v2.0/ports?device_id=96821b49-4546-47b5-a364-ec4637fd4a11 => generated 1279 bytes in 68 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: 1130/2372] 10.0.0.168 () {32 vars in 858 bytes} [Thu Aug 20 00:34:11 2026] GET /v2.0/floatingips?floating_network_id=dcaa3320-91b1-4500-ac83-fe47baa5bda5&port_id=c483e706-63a0-42eb-92bb-9f2304c69bee => generated 860 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2373] 10.0.0.174 () {34 vars in 971 bytes} [Thu Aug 20 00:34:12 2026] GET /v2.0/ports/1b0c030f-cfd2-4cfb-bf08-30f7e130e14e => generated 1328 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2374] 10.0.0.176 () {34 vars in 990 bytes} [Thu Aug 20 00:34:12 2026] GET /v2.0/ports?device_id=96821b49-4546-47b5-a364-ec4637fd4a11 => generated 1279 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2375] 10.0.0.176 () {34 vars in 1120 bytes} [Thu Aug 20 00:34:12 2026] GET /v2.0/security-groups?id=f8bb1fe5-519f-4026-91e8-c1669b75a9ac&id=e0104916-7c21-42ca-832a-de0be26357db&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2376] 199.204.45.35 () {34 vars in 1261 bytes} [Thu Aug 20 00:34:13 2026] GET /v2.0/ports/1b0c030f-cfd2-4cfb-bf08-30f7e130e14e?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2377] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:13 2026] GET /v2.0/ports?device_id=70e77d3d-9fc5-48ad-a2cc-4f27c7de9a7b => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2378] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:34:13 2026] GET /v2.0/security-groups?id=c3283307-6d61-4683-93ee-5deeef8df270&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2379] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:34:13 2026] GET /v2.0/networks/97945346-05d7-4cf0-9b13-645ab8f7edb3?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: 1134/2380] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:34:13 2026] GET /v2.0/networks/97945346-05d7-4cf0-9b13-645ab8f7edb3?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: 1247/2381] 199.204.45.35 () {34 vars in 974 bytes} [Thu Aug 20 00:34:13 2026] GET /v2.0/ports/1b0c030f-cfd2-4cfb-bf08-30f7e130e14e => generated 1328 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2382] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:34:13 2026] GET /v2.0/networks?id=97945346-05d7-4cf0-9b13-645ab8f7edb3 => generated 801 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2383] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:14 2026] GET /v2.0/ports?device_id=70e77d3d-9fc5-48ad-a2cc-4f27c7de9a7b => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2384] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:34:14 2026] GET /v2.0/security-groups?id=c3283307-6d61-4683-93ee-5deeef8df270&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2385] 199.204.45.35 () {38 vars in 1027 bytes} [Thu Aug 20 00:34:13 2026] PUT /v2.0/ports/1b0c030f-cfd2-4cfb-bf08-30f7e130e14e => generated 1518 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:34:14.472 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ec74781-be03-4bd7-89ae-83dd4a3ac326'] response: {'name': 'network-changed', 'server_uuid': '4592f3f2-c770-47ee-9f3a-54cf0d3a1f80', 'tag': '1b0c030f-cfd2-4cfb-bf08-30f7e130e14e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1138/2386] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:34:14 2026] GET /v2.0/ports?tenant_id=5f8efcd424fb4344abdbc9e3256fca2f&device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 4095 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: 1249/2387] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:34:15 2026] GET /v2.0/networks?id=97945346-05d7-4cf0-9b13-645ab8f7edb3 => generated 801 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2388] 199.204.45.35 () {34 vars in 1057 bytes} [Thu Aug 20 00:34:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.103&port_id=1b0c030f-cfd2-4cfb-bf08-30f7e130e14e => 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: 1250/2389] 199.204.45.35 () {34 vars in 1103 bytes} [Thu Aug 20 00:34:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A25c&port_id=1b0c030f-cfd2-4cfb-bf08-30f7e130e14e => 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: 1140/2390] 199.204.45.35 () {34 vars in 1063 bytes} [Thu Aug 20 00:34:15 2026] GET /v2.0/subnets?id=fe5bbd4a-b1d1-491a-92e4-88c2fa923aca&id=ba56b577-20c9-4b6f-8462-8db6be8a272d => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2391] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:34:15 2026] GET /v2.0/ports?network_id=97945346-05d7-4cf0-9b13-645ab8f7edb3&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: 1141/2392] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:34:15 2026] GET /v2.0/ports?network_id=97945346-05d7-4cf0-9b13-645ab8f7edb3&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2393] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:15 2026] GET /v2.0/ports?device_id=96821b49-4546-47b5-a364-ec4637fd4a11 => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2394] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:34:15 2026] GET /v2.0/networks/97945346-05d7-4cf0-9b13-645ab8f7edb3?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: 1253/2395] 10.0.0.174 () {34 vars in 1120 bytes} [Thu Aug 20 00:34:15 2026] GET /v2.0/security-groups?id=e0104916-7c21-42ca-832a-de0be26357db&id=f8bb1fe5-519f-4026-91e8-c1669b75a9ac&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2396] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:34:15 2026] GET /v2.0/networks/97945346-05d7-4cf0-9b13-645ab8f7edb3?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: 1254/2397] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:15 2026] GET /v2.0/ports?device_id=70e77d3d-9fc5-48ad-a2cc-4f27c7de9a7b => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2398] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:34:15 2026] GET /v2.0/security-groups?id=c3283307-6d61-4683-93ee-5deeef8df270&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2399] 199.204.45.35 () {34 vars in 993 bytes} [Thu Aug 20 00:34:15 2026] GET /v2.0/ports?device_id=70e77d3d-9fc5-48ad-a2cc-4f27c7de9a7b => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:34:15.766 7 INFO neutron_taas.services.taas.taas_plugin [req-f32f7831-5a4d-49cc-bb27-eed313fcc4c3 req-f1524d0c-11af-4df1-99dd-074c2f08bbf1 d9340b5ae2eb43b186bd243077f9ef1d fa639b62d0194b398df942020b22ba53 - - default default] TaaS: Handle Delete Port: a8dd22ee-dc98-40d1-831a-3b9c37ffc35f 2026-08-20 00:34:15.768 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f32f7831-5a4d-49cc-bb27-eed313fcc4c3 req-f1524d0c-11af-4df1-99dd-074c2f08bbf1 d9340b5ae2eb43b186bd243077f9ef1d fa639b62d0194b398df942020b22ba53 - - default default] Tap Mirror: Handle Delete Port: a8dd22ee-dc98-40d1-831a-3b9c37ffc35f 2026-08-20 00:34:15.859 7 INFO neutron.db.l3_db [req-f32f7831-5a4d-49cc-bb27-eed313fcc4c3 req-f1524d0c-11af-4df1-99dd-074c2f08bbf1 d9340b5ae2eb43b186bd243077f9ef1d fa639b62d0194b398df942020b22ba53 - - default default] Floating IP d85008d3-7585-4512-8de1-47f4c2b5ebce disassociated. External IP: 10.96.250.217, port: a8dd22ee-dc98-40d1-831a-3b9c37ffc35f. [pid: 7|app: 0|req: 1145/2400] 199.204.45.35 () {36 vars in 996 bytes} [Thu Aug 20 00:34:15 2026] DELETE /v2.0/ports/a8dd22ee-dc98-40d1-831a-3b9c37ffc35f => generated 0 bytes in 554 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:34:16.295 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e99ff6d-b93e-4812-9097-c25ba50b7c32'] response: {'server_uuid': '70e77d3d-9fc5-48ad-a2cc-4f27c7de9a7b', 'name': 'network-vif-deleted', 'tag': 'a8dd22ee-dc98-40d1-831a-3b9c37ffc35f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1256/2401] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:34:16 2026] GET /v2.0/ports?tenant_id=5f8efcd424fb4344abdbc9e3256fca2f&device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 4095 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2402] 199.204.45.35 () {34 vars in 1061 bytes} [Thu Aug 20 00:34:16 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.164&port_id=846e2592-ec73-4839-9c4b-71b9f1178a79 => 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: 1146/2403] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:16 2026] GET /v2.0/ports?device_id=96821b49-4546-47b5-a364-ec4637fd4a11 => generated 1010 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2404] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:34:16 2026] GET /v2.0/subnets?id=606d5e34-2d1e-4208-8ba0-9aaa6156f94e => generated 654 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2405] 10.0.0.174 () {34 vars in 1120 bytes} [Thu Aug 20 00:34:16 2026] GET /v2.0/security-groups?id=e0104916-7c21-42ca-832a-de0be26357db&id=f8bb1fe5-519f-4026-91e8-c1669b75a9ac&fields=id&fields=name => generated 206 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2406] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:34:16 2026] GET /v2.0/ports?network_id=08e58263-2a34-4342-906e-8629afb14fe6&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2407] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:34:16 2026] GET /v2.0/networks/08e58263-2a34-4342-906e-8629afb14fe6?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2408] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:34:16 2026] GET /v2.0/networks/08e58263-2a34-4342-906e-8629afb14fe6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2409] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:16 2026] GET /v2.0/ports?device_id=70e77d3d-9fc5-48ad-a2cc-4f27c7de9a7b => 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: 1261/2410] 199.204.45.35 () {34 vars in 1055 bytes} [Thu Aug 20 00:34:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.20&port_id=716bd6f2-56d8-4625-93ab-d157b7aba32b => 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: 1150/2411] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:34:16 2026] GET /v2.0/subnets?id=761beee8-b7e0-48b2-9e3a-efbd117f0703 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2412] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:34:16 2026] GET /v2.0/ports?network_id=25aea187-bbbb-47a7-8e5d-2dd830605df7&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2413] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:34:16 2026] GET /v2.0/networks/25aea187-bbbb-47a7-8e5d-2dd830605df7?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2414] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:34:16 2026] GET /v2.0/networks/25aea187-bbbb-47a7-8e5d-2dd830605df7?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: 1152/2415] 199.204.45.35 () {34 vars in 1057 bytes} [Thu Aug 20 00:34:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.103&port_id=1b0c030f-cfd2-4cfb-bf08-30f7e130e14e => 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: 1264/2416] 199.204.45.35 () {34 vars in 1103 bytes} [Thu Aug 20 00:34:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A25c&port_id=1b0c030f-cfd2-4cfb-bf08-30f7e130e14e => 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: 1153/2417] 199.204.45.35 () {34 vars in 1063 bytes} [Thu Aug 20 00:34:17 2026] GET /v2.0/subnets?id=fe5bbd4a-b1d1-491a-92e4-88c2fa923aca&id=ba56b577-20c9-4b6f-8462-8db6be8a272d => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2418] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:34:17 2026] GET /v2.0/ports?network_id=97945346-05d7-4cf0-9b13-645ab8f7edb3&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: 1154/2419] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:34:17 2026] GET /v2.0/ports?network_id=97945346-05d7-4cf0-9b13-645ab8f7edb3&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2420] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:34:17 2026] GET /v2.0/networks/97945346-05d7-4cf0-9b13-645ab8f7edb3?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: 1155/2421] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:34:17 2026] GET /v2.0/networks/97945346-05d7-4cf0-9b13-645ab8f7edb3?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: 1267/2422] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:17 2026] GET /v2.0/ports?device_id=96821b49-4546-47b5-a364-ec4637fd4a11 => generated 1010 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2423] 10.0.0.174 () {34 vars in 1120 bytes} [Thu Aug 20 00:34:17 2026] GET /v2.0/security-groups?id=e0104916-7c21-42ca-832a-de0be26357db&id=f8bb1fe5-519f-4026-91e8-c1669b75a9ac&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2424] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:17 2026] GET /v2.0/ports?device_id=70e77d3d-9fc5-48ad-a2cc-4f27c7de9a7b => 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: 1157/2425] 199.204.45.35 () {34 vars in 993 bytes} [Thu Aug 20 00:34:17 2026] GET /v2.0/ports?device_id=96821b49-4546-47b5-a364-ec4637fd4a11 => generated 1010 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:34:18.056 8 INFO neutron_taas.services.taas.taas_plugin [req-d8fe5fae-35f5-4cec-b642-32b1beffd3cd req-45680d0a-0771-4462-84ab-9a3e950b5f4c 1b15f6e0590447118f3c4ca9604569e0 e998b4fad611434297fb3324935bab99 - - default default] TaaS: Handle Delete Port: c483e706-63a0-42eb-92bb-9f2304c69bee 2026-08-20 00:34:18.060 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d8fe5fae-35f5-4cec-b642-32b1beffd3cd req-45680d0a-0771-4462-84ab-9a3e950b5f4c 1b15f6e0590447118f3c4ca9604569e0 e998b4fad611434297fb3324935bab99 - - default default] Tap Mirror: Handle Delete Port: c483e706-63a0-42eb-92bb-9f2304c69bee 2026-08-20 00:34:18.167 8 INFO neutron.db.l3_db [req-d8fe5fae-35f5-4cec-b642-32b1beffd3cd req-45680d0a-0771-4462-84ab-9a3e950b5f4c 1b15f6e0590447118f3c4ca9604569e0 e998b4fad611434297fb3324935bab99 - - default default] Floating IP 5eb47cbe-aee6-4c88-8862-5b6aa11dc590 disassociated. External IP: 10.96.250.207, port: c483e706-63a0-42eb-92bb-9f2304c69bee. [pid: 8|app: 0|req: 1269/2426] 199.204.45.35 () {36 vars in 996 bytes} [Thu Aug 20 00:34:17 2026] DELETE /v2.0/ports/c483e706-63a0-42eb-92bb-9f2304c69bee => generated 0 bytes in 544 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:34:18.545 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-81d0de15-8c74-461d-958a-5e9e2590d1b6'] response: {'server_uuid': '96821b49-4546-47b5-a364-ec4637fd4a11', 'name': 'network-vif-deleted', 'tag': 'c483e706-63a0-42eb-92bb-9f2304c69bee', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1158/2427] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:18 2026] GET /v2.0/ports?device_id=96821b49-4546-47b5-a364-ec4637fd4a11 => 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: 1270/2428] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:18 2026] GET /v2.0/ports?device_id=70e77d3d-9fc5-48ad-a2cc-4f27c7de9a7b => 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: 1159/2429] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:19 2026] GET /v2.0/ports?device_id=96821b49-4546-47b5-a364-ec4637fd4a11 => 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: 1271/2430] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:34:20 2026] DELETE /v2.0/security-groups/c3283307-6d61-4683-93ee-5deeef8df270 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:34:20.195 7 INFO neutron.api.v2.resource [None req-ece3cc56-4bea-4b8d-bd0d-c86095ddf81b d9340b5ae2eb43b186bd243077f9ef1d fa639b62d0194b398df942020b22ba53 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1160/2431] 10.0.0.168 () {32 vars in 737 bytes} [Thu Aug 20 00:34:20 2026] GET /v2.0/security-groups/c3283307-6d61-4683-93ee-5deeef8df270 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:34:20.303 8 INFO neutron_taas.services.taas.taas_plugin [None req-02da7cd2-d774-4047-a1e9-cca874b8e773 d9340b5ae2eb43b186bd243077f9ef1d fa639b62d0194b398df942020b22ba53 - - default default] TaaS: Handle Delete Port: ca425b73-d170-4e75-be4a-a8e2a6952229 2026-08-20 00:34:20.306 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02da7cd2-d774-4047-a1e9-cca874b8e773 d9340b5ae2eb43b186bd243077f9ef1d fa639b62d0194b398df942020b22ba53 - - default default] Tap Mirror: Handle Delete Port: ca425b73-d170-4e75-be4a-a8e2a6952229 [pid: 8|app: 0|req: 1272/2432] 10.0.0.168 () {32 vars in 732 bytes} [Thu Aug 20 00:34:20 2026] DELETE /v2.0/floatingips/d85008d3-7585-4512-8de1-47f4c2b5ebce => generated 0 bytes in 295 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:34:20.920 7 INFO neutron_taas.services.taas.taas_plugin [None req-49fa785d-ddf7-481d-a55b-2ed57a4510f1 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: 000ce0ea-950c-4bdf-ab46-156bb20eb941 2026-08-20 00:34:20.923 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49fa785d-ddf7-481d-a55b-2ed57a4510f1 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: 000ce0ea-950c-4bdf-ab46-156bb20eb941 [pid: 8|app: 0|req: 1273/2433] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:21 2026] GET /v2.0/ports?device_id=96821b49-4546-47b5-a364-ec4637fd4a11 => 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: 1274/2434] 10.0.0.174 () {34 vars in 971 bytes} [Thu Aug 20 00:34:21 2026] GET /v2.0/ports/1b0c030f-cfd2-4cfb-bf08-30f7e130e14e => generated 1520 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2435] 199.204.45.35 () {30 vars in 742 bytes} [Thu Aug 20 00:34:21 2026] GET /v2.0/networks/97945346-05d7-4cf0-9b13-645ab8f7edb3 => generated 798 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2436] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:34:21 2026] GET /v2.0/subnets/fe5bbd4a-b1d1-491a-92e4-88c2fa923aca => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2437] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:34:21 2026] GET /v2.0/subnets/ba56b577-20c9-4b6f-8462-8db6be8a272d => generated 744 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2438] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:34:20 2026] PUT /v2.0/routers/247854da-20ec-4d48-b90e-9862ddcfa482/remove_router_interface => generated 309 bytes in 935 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2439] 199.204.45.35 () {30 vars in 702 bytes} [Thu Aug 20 00:34:21 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: 1163/2440] 199.204.45.35 () {30 vars in 704 bytes} [Thu Aug 20 00:34:21 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: 1164/2441] 199.204.45.35 () {30 vars in 680 bytes} [Thu Aug 20 00:34:21 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: 1165/2442] 199.204.45.35 () {30 vars in 716 bytes} [Thu Aug 20 00:34:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2443] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:34:21 2026] GET /v2.0/subnets/761beee8-b7e0-48b2-9e3a-efbd117f0703 => 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: 1167/2444] 199.204.45.35 () {30 vars in 736 bytes} [Thu Aug 20 00:34:21 2026] GET /v2.0/ports/4ccec1ca-0160-48a8-869a-c53a009c7cf8 => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:34:21.675 8 INFO neutron_taas.services.taas.taas_plugin [None req-694d1220-8328-46eb-b501-b3c4d0b6eb9e e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: cc2ae417-dca0-4fe4-ab64-3e3fd2267084 [pid: 7|app: 0|req: 1168/2445] 199.204.45.35 () {30 vars in 736 bytes} [Thu Aug 20 00:34:21 2026] GET /v2.0/ports/716bd6f2-56d8-4625-93ab-d157b7aba32b => generated 1345 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:34:21.678 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-694d1220-8328-46eb-b501-b3c4d0b6eb9e e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: cc2ae417-dca0-4fe4-ab64-3e3fd2267084 [pid: 7|app: 0|req: 1169/2446] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:34:21 2026] GET /v2.0/subnets/761beee8-b7e0-48b2-9e3a-efbd117f0703 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2447] 199.204.45.35 () {30 vars in 742 bytes} [Thu Aug 20 00:34:21 2026] GET /v2.0/networks/25aea187-bbbb-47a7-8e5d-2dd830605df7 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2448] 199.204.45.35 () {30 vars in 736 bytes} [Thu Aug 20 00:34:21 2026] GET /v2.0/ports/4ccec1ca-0160-48a8-869a-c53a009c7cf8 => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2449] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:34:21 2026] GET /v2.0/subnets/761beee8-b7e0-48b2-9e3a-efbd117f0703 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:34:21.951 8 INFO neutron_taas.services.taas.taas_plugin [None req-694d1220-8328-46eb-b501-b3c4d0b6eb9e e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: 36fbc7c0-0dd9-4c4d-981f-6b8895e3f49a 2026-08-20 00:34:21.954 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-694d1220-8328-46eb-b501-b3c4d0b6eb9e e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: 36fbc7c0-0dd9-4c4d-981f-6b8895e3f49a [pid: 7|app: 0|req: 1173/2450] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:34:22 2026] DELETE /v2.0/security-groups/e0104916-7c21-42ca-832a-de0be26357db => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:34:22.306 7 INFO neutron.api.v2.resource [None req-8791525b-6840-4c75-8c2a-037702a8c32c 1b15f6e0590447118f3c4ca9604569e0 e998b4fad611434297fb3324935bab99 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1174/2451] 10.0.0.168 () {32 vars in 737 bytes} [Thu Aug 20 00:34:22 2026] GET /v2.0/security-groups/e0104916-7c21-42ca-832a-de0be26357db => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:34:22.369 8 INFO neutron.db.l3_hamode_db [None req-694d1220-8328-46eb-b501-b3c4d0b6eb9e e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] HA network 4830d758-e372-4a46-b2fe-66a58b8b8c50 was deleted as no HA routers are present in tenant fa639b62d0194b398df942020b22ba53. [pid: 8|app: 0|req: 1278/2452] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:34:21 2026] DELETE /v2.0/routers/247854da-20ec-4d48-b90e-9862ddcfa482 => generated 0 bytes in 935 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:34:22.387 8 INFO neutron.services.segments.plugin [-] Segment 671f8f61-a240-4742-ae27-73f06b46d978 resource provider aggregate not found 2026-08-20 00:34:22.409 8 INFO neutron.services.segments.plugin [-] Segment 671f8f61-a240-4742-ae27-73f06b46d978 resource provider aggregate not found 2026-08-20 00:34:22.412 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 671f8f61-a240-4742-ae27-73f06b46d978 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 671f8f61-a240-4742-ae27-73f06b46d978 found for delete ", "request_id": "req-2a4a68f1-4c74-454c-a963-4b0c0f67131c"}]} 2026-08-20 00:34:22.423 7 INFO neutron_taas.services.taas.taas_plugin [None req-eca34087-5162-4707-8624-e754b2646de5 1b15f6e0590447118f3c4ca9604569e0 e998b4fad611434297fb3324935bab99 - - default default] TaaS: Handle Delete Port: 5b8f0b48-b96e-4c0b-991f-0ec91644dd62 2026-08-20 00:34:22.427 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eca34087-5162-4707-8624-e754b2646de5 1b15f6e0590447118f3c4ca9604569e0 e998b4fad611434297fb3324935bab99 - - default default] Tap Mirror: Handle Delete Port: 5b8f0b48-b96e-4c0b-991f-0ec91644dd62 2026-08-20 00:34:22.445 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 671f8f61-a240-4742-ae27-73f06b46d978 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 671f8f61-a240-4742-ae27-73f06b46d978 found for delete ", "request_id": "req-94468cb4-c884-4433-b1bb-19a8e3000af7"}]} [pid: 8|app: 0|req: 1279/2453] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:34:22 2026] DELETE /v2.0/subnets/f0bafa00-71d4-4ddb-bab1-0176f8be6bd1 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2454] 10.0.0.168 () {32 vars in 732 bytes} [Thu Aug 20 00:34:22 2026] DELETE /v2.0/floatingips/5eb47cbe-aee6-4c88-8862-5b6aa11dc590 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:34:22.671 8 INFO neutron_taas.services.taas.taas_plugin [None req-d39d0de9-e8ea-4715-ae55-8ff1f9a83ed5 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: a9e8f21f-841a-4d21-9039-a165d82ffca9 2026-08-20 00:34:22.674 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d39d0de9-e8ea-4715-ae55-8ff1f9a83ed5 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: a9e8f21f-841a-4d21-9039-a165d82ffca9 [pid: 7|app: 0|req: 1176/2455] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:34:22 2026] DELETE /v2.0/security-groups/f8bb1fe5-519f-4026-91e8-c1669b75a9ac => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2456] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:34:22 2026] DELETE /v2.0/networks/f9366868-122b-474e-8b4a-1beed996a564 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2457] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:34:22 2026] GET /v2.0/security-groups?tenant_id=fa639b62d0194b398df942020b22ba53&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2458] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:34:23 2026] DELETE /v2.0/security-groups/fe1666f2-d5fe-41f6-8253-5abcf01b831f => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:34:23.126 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e8094da-540c-45ff-b763-24574d84f0cf e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: ddc29c6b-a0e0-4aa0-85ff-6ad1464147df 2026-08-20 00:34:23.128 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e8094da-540c-45ff-b763-24574d84f0cf e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: ddc29c6b-a0e0-4aa0-85ff-6ad1464147df [pid: 7|app: 0|req: 1177/2459] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:34:22 2026] PUT /v2.0/routers/e7330367-30a2-49ee-ae39-033306fff01a/remove_router_interface => generated 309 bytes in 1309 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:34:24.392 8 INFO neutron_taas.services.taas.taas_plugin [None req-e5407c3b-9bd5-45a9-9ade-46d810d0031b e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: b727f486-f900-4105-99b3-db24a3832fa0 2026-08-20 00:34:24.394 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5407c3b-9bd5-45a9-9ade-46d810d0031b e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: b727f486-f900-4105-99b3-db24a3832fa0 2026-08-20 00:34:24.437 8 INFO neutron.services.segments.plugin [-] Segment 6953e864-076f-49dc-ab7c-5b70f8cc277d resource provider aggregate not found 2026-08-20 00:34:24.478 8 INFO neutron.services.segments.plugin [-] Segment 6953e864-076f-49dc-ab7c-5b70f8cc277d resource provider aggregate not found 2026-08-20 00:34:24.481 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6953e864-076f-49dc-ab7c-5b70f8cc277d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6953e864-076f-49dc-ab7c-5b70f8cc277d found for delete ", "request_id": "req-da3a3177-c4e4-4692-ba6a-3aa170653fbd"}]} 2026-08-20 00:34:24.514 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6953e864-076f-49dc-ab7c-5b70f8cc277d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6953e864-076f-49dc-ab7c-5b70f8cc277d found for delete ", "request_id": "req-b1ea9dc4-d73c-4ad3-b956-bdac3c943a6a"}]} 2026-08-20 00:34:24.719 8 INFO neutron_taas.services.taas.taas_plugin [None req-e5407c3b-9bd5-45a9-9ade-46d810d0031b e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: 5da0a48d-c1f0-4b65-873d-c262fb97c8d1 2026-08-20 00:34:24.723 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5407c3b-9bd5-45a9-9ade-46d810d0031b e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: 5da0a48d-c1f0-4b65-873d-c262fb97c8d1 2026-08-20 00:34:25.107 8 INFO neutron.db.l3_hamode_db [None req-e5407c3b-9bd5-45a9-9ade-46d810d0031b e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] HA network ac7f5692-3310-47d5-ab46-1c4439e81ddb was deleted as no HA routers are present in tenant e998b4fad611434297fb3324935bab99. [pid: 8|app: 0|req: 1283/2462] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:34:24 2026] DELETE /v2.0/routers/e7330367-30a2-49ee-ae39-033306fff01a => generated 0 bytes in 998 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:34:25.211 7 INFO neutron.db.segments_db [None req-af0d14aa-cfa3-4752-863b-70e87915cb2c e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment 7371deb3-18fe-48e7-baa5-a160908185e8 of type vxlan for network 04d0bebb-80ac-4549-8cbc-74ce0f241229 [pid: 8|app: 0|req: 1284/2463] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:34:25 2026] DELETE /v2.0/subnets/d0f9c4f2-60ee-4d87-a5dc-587018f64b3d => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2464] 10.0.0.168 () {34 vars in 671 bytes} [Thu Aug 20 00:34:24 2026] POST /v2.0/networks => generated 745 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:34:25.374 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0eabbd8-ef11-4044-929e-86e0c63d2734 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: e8f029e5-15d8-4704-bf4c-888a3683579b 2026-08-20 00:34:25.376 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0eabbd8-ef11-4044-929e-86e0c63d2734 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: e8f029e5-15d8-4704-bf4c-888a3683579b [pid: 7|app: 0|req: 1181/2465] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:34:25 2026] POST /v2.0/subnets => generated 693 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:34:25.532 7 INFO neutron.db.segments_db [None req-6dbbbaa5-019e-4b47-a2d1-cf17cea73219 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment 7704a6e4-f079-4e9c-9fad-70aaf6a480d0 of type vxlan for network 85386332-dcfe-4046-9f2d-d346272be5d6 [pid: 8|app: 0|req: 1285/2466] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:34:25 2026] DELETE /v2.0/networks/6b69b7a7-0fec-490b-a248-389e7da99bae => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:34:25.792 7 INFO neutron.db.l3_hamode_db [None req-6dbbbaa5-019e-4b47-a2d1-cf17cea73219 e9acc8a2cd3a4759a584470e72c71732 af4ae6202424426aa2d5cf83b828b938 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 00:34:25.912 8 INFO neutron_taas.services.taas.taas_plugin [None req-f03dd337-d70b-4d35-9f4d-78a6ad9e106b e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: 8c864d93-3f42-493b-b807-f31644aa6eee 2026-08-20 00:34:25.914 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f03dd337-d70b-4d35-9f4d-78a6ad9e106b e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: 8c864d93-3f42-493b-b807-f31644aa6eee 2026-08-20 00:34:26.535 7 INFO neutron.db.l3_hamode_db [None req-6dbbbaa5-019e-4b47-a2d1-cf17cea73219 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 00:34:26.807 8 INFO neutron.services.segments.plugin [-] Segment 407772e7-1f99-4b98-a77e-4bafc200c30a resource provider aggregate not found 2026-08-20 00:34:26.810 8 INFO neutron.services.segments.plugin [-] Segment 407772e7-1f99-4b98-a77e-4bafc200c30a resource provider aggregate not found 2026-08-20 00:34:26.822 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 407772e7-1f99-4b98-a77e-4bafc200c30a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 407772e7-1f99-4b98-a77e-4bafc200c30a found for delete ", "request_id": "req-a4a4cbed-c0c7-409d-b066-2c19a4daf331"}]} 2026-08-20 00:34:26.831 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 407772e7-1f99-4b98-a77e-4bafc200c30a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 407772e7-1f99-4b98-a77e-4bafc200c30a found for delete ", "request_id": "req-81a3950d-de45-4f02-ad4c-7a8eafdaa2d7"}]} 2026-08-20 00:34:26.859 8 INFO neutron.services.segments.plugin [-] Segment 4a9bc431-7e9e-4d6f-a903-ebd83ddb4d13 resource provider aggregate not found 2026-08-20 00:34:26.902 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4a9bc431-7e9e-4d6f-a903-ebd83ddb4d13 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a9bc431-7e9e-4d6f-a903-ebd83ddb4d13 found for delete ", "request_id": "req-e3bc2140-ad4f-405e-852a-599c0863421a"}]} 2026-08-20 00:34:26.905 8 INFO neutron.services.segments.plugin [-] Segment 4a9bc431-7e9e-4d6f-a903-ebd83ddb4d13 resource provider aggregate not found 2026-08-20 00:34:26.925 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4a9bc431-7e9e-4d6f-a903-ebd83ddb4d13 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a9bc431-7e9e-4d6f-a903-ebd83ddb4d13 found for delete ", "request_id": "req-eaf0cda4-d0c3-423a-9d4a-984bd113dd3c"}]} [pid: 8|app: 0|req: 1286/2467] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:34:25 2026] PUT /v2.0/routers/cb3fe7c6-3082-4e5c-93ca-a8017f6de355/remove_router_interface => generated 309 bytes in 1367 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2468] 10.0.0.179 () {30 vars in 690 bytes} [Thu Aug 20 00:34:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:34:27.186 8 INFO neutron_taas.services.taas.taas_plugin [None req-e0730eb4-b555-4a9a-be5a-9d6b5996b397 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: 8560f4d5-d4b4-4843-b619-3af5dfbe98fd 2026-08-20 00:34:27.192 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0730eb4-b555-4a9a-be5a-9d6b5996b397 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: 8560f4d5-d4b4-4843-b619-3af5dfbe98fd [pid: 7|app: 0|req: 1182/2469] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:34:25 2026] POST /v2.0/routers => generated 733 bytes in 1887 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2470] 10.0.0.179 () {30 vars in 692 bytes} [Thu Aug 20 00:34:27 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) 2026-08-20 00:34:27.443 8 INFO neutron_taas.services.taas.taas_plugin [None req-e0730eb4-b555-4a9a-be5a-9d6b5996b397 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: b5e99b3c-5d27-4f0c-9a96-d716cde899ad 2026-08-20 00:34:27.446 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0730eb4-b555-4a9a-be5a-9d6b5996b397 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: b5e99b3c-5d27-4f0c-9a96-d716cde899ad 2026-08-20 00:34:27.850 8 INFO neutron.db.l3_hamode_db [None req-e0730eb4-b555-4a9a-be5a-9d6b5996b397 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] HA network a2d42410-12f8-40a1-996d-86382dda2400 was deleted as no HA routers are present in tenant 785c58b0ec4942edb301ef5a2aa1a82d. [pid: 8|app: 0|req: 1288/2471] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:34:26 2026] DELETE /v2.0/routers/cb3fe7c6-3082-4e5c-93ca-a8017f6de355 => generated 0 bytes in 912 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2472] 10.0.0.179 () {30 vars in 668 bytes} [Thu Aug 20 00:34:27 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: 1290/2473] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:34:27 2026] DELETE /v2.0/subnets/0846ddd9-4861-47b0-bd7d-5a612c6deab9 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2474] 10.0.0.179 () {30 vars in 704 bytes} [Thu Aug 20 00:34:28 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-08-20 00:34:28.148 8 INFO neutron_taas.services.taas.taas_plugin [None req-70e7f1e5-e6e4-4749-8767-9ed63c482232 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: aee7bee9-ffef-4b04-a29b-94c87d4c8a2c 2026-08-20 00:34:28.150 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70e7f1e5-e6e4-4749-8767-9ed63c482232 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: aee7bee9-ffef-4b04-a29b-94c87d4c8a2c [pid: 8|app: 0|req: 1292/2475] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:34:28 2026] DELETE /v2.0/networks/059211fb-cb9b-4ad3-8e46-412d61cd80a5 => generated 0 bytes in 379 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2476] 10.0.0.179 () {28 vars in 439 bytes} [Thu Aug 20 00:34:28 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2477] 10.0.0.179 () {30 vars in 728 bytes} [Thu Aug 20 00:34:28 2026] GET /v2.0/subnets/0ed20593-6744-41ef-97af-6261cbedae61 => generated 655 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2478] 10.0.0.168 () {34 vars in 783 bytes} [Thu Aug 20 00:34:27 2026] PUT /v2.0/routers/5f04424d-d81e-4291-aa5a-a6ce226d7262/add_router_interface => generated 309 bytes in 1190 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2479] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:34:28 2026] GET /v2.0/security-groups?tenant_id=785c58b0ec4942edb301ef5a2aa1a82d&name=default => generated 2925 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2480] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:34:28 2026] DELETE /v2.0/security-groups/c928e101-89cd-467e-bd59-064169e12ee7 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:34:28.917 8 INFO neutron.services.segments.plugin [-] Segment af66caeb-fbc0-45d8-b015-f2506335f1c0 resource provider aggregate not found 2026-08-20 00:34:28.930 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment af66caeb-fbc0-45d8-b015-f2506335f1c0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af66caeb-fbc0-45d8-b015-f2506335f1c0 found for delete ", "request_id": "req-eb9f911d-3db6-4e12-9082-035f4253a723"}]} 2026-08-20 00:34:28.943 8 INFO neutron.services.segments.plugin [-] Segment af66caeb-fbc0-45d8-b015-f2506335f1c0 resource provider aggregate not found 2026-08-20 00:34:28.957 8 INFO neutron.services.segments.plugin [-] Segment 084dce51-ab6c-4bcc-be02-c9a2651c74f0 resource provider aggregate not found 2026-08-20 00:34:28.964 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment af66caeb-fbc0-45d8-b015-f2506335f1c0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af66caeb-fbc0-45d8-b015-f2506335f1c0 found for delete ", "request_id": "req-69f59061-8160-4f99-bedf-3adbd6d812bc"}]} 2026-08-20 00:34:28.970 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 084dce51-ab6c-4bcc-be02-c9a2651c74f0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 084dce51-ab6c-4bcc-be02-c9a2651c74f0 found for delete ", "request_id": "req-e7b2efaf-1d6d-4770-9b56-fcefc98d46a3"}]} 2026-08-20 00:34:28.980 8 INFO neutron.services.segments.plugin [-] Segment 084dce51-ab6c-4bcc-be02-c9a2651c74f0 resource provider aggregate not found 2026-08-20 00:34:28.995 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 084dce51-ab6c-4bcc-be02-c9a2651c74f0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 084dce51-ab6c-4bcc-be02-c9a2651c74f0 found for delete ", "request_id": "req-19db1237-bedf-4c5b-8f18-f1ceba8a294d"}]} [pid: 8|app: 0|req: 1296/2481] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:34:29 2026] GET /v2.0/security-groups?tenant_id=e998b4fad611434297fb3324935bab99&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2482] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:34:29 2026] DELETE /v2.0/security-groups/966efd46-5ba0-4952-8c25-0107a3ee02ac => 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: 1297/2483] 10.0.0.174 () {34 vars in 982 bytes} [Thu Aug 20 00:34:29 2026] GET /v2.0/networks?id=04d0bebb-80ac-4549-8cbc-74ce0f241229 => generated 678 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2484] 10.0.0.174 () {34 vars in 965 bytes} [Thu Aug 20 00:34:29 2026] GET /v2.0/quotas/af4ae6202424426aa2d5cf83b828b938 => 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: 1188/2485] 199.204.45.35 () {30 vars in 702 bytes} [Thu Aug 20 00:34:29 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: 1189/2486] 199.204.45.35 () {30 vars in 704 bytes} [Thu Aug 20 00:34:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2487] 199.204.45.35 () {30 vars in 680 bytes} [Thu Aug 20 00:34:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2488] 199.204.45.35 () {30 vars in 716 bytes} [Thu Aug 20 00:34:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2489] 10.0.0.174 () {34 vars in 1002 bytes} [Thu Aug 20 00:34:29 2026] GET /v2.0/ports?tenant_id=af4ae6202424426aa2d5cf83b828b938&fields=id => generated 103 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2490] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:34:29 2026] GET /v2.0/subnets/fe5bbd4a-b1d1-491a-92e4-88c2fa923aca => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2491] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:34:29 2026] GET /v2.0/subnets/0ed20593-6744-41ef-97af-6261cbedae61 => generated 673 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2492] 10.0.0.174 () {34 vars in 1008 bytes} [Thu Aug 20 00:34:29 2026] GET /v2.0/networks/04d0bebb-80ac-4549-8cbc-74ce0f241229?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2493] 199.204.45.35 () {30 vars in 768 bytes} [Thu Aug 20 00:34:29 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 4097 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2494] 10.0.0.174 () {34 vars in 1108 bytes} [Thu Aug 20 00:34:29 2026] GET /v2.0/networks/04d0bebb-80ac-4549-8cbc-74ce0f241229?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2495] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:30 2026] GET /v2.0/ports?device_id=8615f0ed-5a3f-47b5-bf47-288004a0250b => 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: 1301/2496] 199.204.45.35 () {30 vars in 702 bytes} [Thu Aug 20 00:34:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2497] 199.204.45.35 () {30 vars in 704 bytes} [Thu Aug 20 00:34:30 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: 1302/2498] 199.204.45.35 () {30 vars in 680 bytes} [Thu Aug 20 00:34:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2499] 199.204.45.35 () {30 vars in 716 bytes} [Thu Aug 20 00:34:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2500] 199.204.45.35 () {34 vars in 716 bytes} [Thu Aug 20 00:34:30 2026] POST /v2.0/ports => generated 1332 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2501] 10.0.0.174 () {34 vars in 971 bytes} [Thu Aug 20 00:34:30 2026] GET /v2.0/ports/d7603036-e5f7-4398-b849-a9b360a20721 => generated 1332 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1304/2502] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:31 2026] GET /v2.0/ports?device_id=8615f0ed-5a3f-47b5-bf47-288004a0250b => 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: 1199/2503] 199.204.45.35 () {34 vars in 1261 bytes} [Thu Aug 20 00:34:31 2026] GET /v2.0/ports/d7603036-e5f7-4398-b849-a9b360a20721?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2504] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:34:31 2026] GET /v2.0/networks/5ffb231f-9ab0-444c-bab6-4d843cde27ae?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2505] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:34:31 2026] GET /v2.0/networks/5ffb231f-9ab0-444c-bab6-4d843cde27ae?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: 1306/2506] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:32 2026] GET /v2.0/ports?device_id=8615f0ed-5a3f-47b5-bf47-288004a0250b => 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: 1201/2507] 199.204.45.35 () {34 vars in 974 bytes} [Thu Aug 20 00:34:32 2026] GET /v2.0/ports/d7603036-e5f7-4398-b849-a9b360a20721 => generated 1332 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2508] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:34:32 2026] GET /v2.0/networks?id=5ffb231f-9ab0-444c-bab6-4d843cde27ae => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2509] 199.204.45.35 () {38 vars in 1027 bytes} [Thu Aug 20 00:34:32 2026] PUT /v2.0/ports/d7603036-e5f7-4398-b849-a9b360a20721 => generated 1522 bytes in 514 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:34:33.185 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9ee748b-89f0-4273-ab21-8621335c0a18'] response: {'name': 'network-changed', 'server_uuid': '4592f3f2-c770-47ee-9f3a-54cf0d3a1f80', 'tag': 'd7603036-e5f7-4398-b849-a9b360a20721', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1308/2510] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:33 2026] GET /v2.0/ports?device_id=8615f0ed-5a3f-47b5-bf47-288004a0250b => generated 12 bytes in 22 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: 1309/2511] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:34:33 2026] GET /v2.0/ports?tenant_id=5f8efcd424fb4344abdbc9e3256fca2f&device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 5611 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:34:33.803 7 INFO neutron.db.segments_db [None req-d1391cc8-0818-4070-81d0-8482162ecda2 2b7aac4dc5fa470580ac18e7ed09c915 96c70f09077c4a7d9de04d1782d5fe50 - - default default] Added segment ff7cc85b-d0fd-4095-9cfd-0510b6379be2 of type vxlan for network 947e4928-ae45-4601-b6b2-633bf2d52d15 [pid: 8|app: 0|req: 1310/2512] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:34:33 2026] GET /v2.0/networks?id=5ffb231f-9ab0-444c-bab6-4d843cde27ae => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2513] 199.204.45.35 () {34 vars in 1057 bytes} [Thu Aug 20 00:34:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.103&port_id=d7603036-e5f7-4398-b849-a9b360a20721 => 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: 1312/2514] 199.204.45.35 () {34 vars in 1105 bytes} [Thu Aug 20 00:34:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A219&port_id=d7603036-e5f7-4398-b849-a9b360a20721 => 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: 1203/2515] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:34:33 2026] POST /v2.0/networks => generated 726 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2516] 199.204.45.35 () {34 vars in 1063 bytes} [Thu Aug 20 00:34:33 2026] GET /v2.0/subnets?id=0ed20593-6744-41ef-97af-6261cbedae61&id=16da8bb2-2784-49ac-ab9b-87b229e70b88 => generated 1412 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2517] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:34:33 2026] GET /v2.0/ports?network_id=5ffb231f-9ab0-444c-bab6-4d843cde27ae&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2518] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:34:33 2026] GET /v2.0/ports?network_id=5ffb231f-9ab0-444c-bab6-4d843cde27ae&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2519] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:34:33 2026] GET /v2.0/networks/5ffb231f-9ab0-444c-bab6-4d843cde27ae?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: 1204/2520] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:34:33 2026] POST /v2.0/subnets => generated 644 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2521] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:34:34 2026] GET /v2.0/networks/5ffb231f-9ab0-444c-bab6-4d843cde27ae?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:34:34.073 7 WARNING neutron.api.v2.base [None req-76825ed8-8ba9-4907-8409-cddcad712939 2b7aac4dc5fa470580ac18e7ed09c915 96c70f09077c4a7d9de04d1782d5fe50 - - 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-08-20 00:34:34.074 7 INFO neutron.api.v2.resource [None req-76825ed8-8ba9-4907-8409-cddcad712939 2b7aac4dc5fa470580ac18e7ed09c915 96c70f09077c4a7d9de04d1782d5fe50 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1205/2522] 10.0.0.168 () {34 vars in 681 bytes} [Thu Aug 20 00:34:34 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-08-20 00:34:34.245 8 INFO neutron.services.segments.plugin [-] Segment ff7cc85b-d0fd-4095-9cfd-0510b6379be2 resource provider aggregate not found 2026-08-20 00:34:34.251 8 INFO neutron.services.segments.plugin [-] Segment ff7cc85b-d0fd-4095-9cfd-0510b6379be2 resource provider aggregate not found 2026-08-20 00:34:34.270 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ff7cc85b-d0fd-4095-9cfd-0510b6379be2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff7cc85b-d0fd-4095-9cfd-0510b6379be2 found for delete ", "request_id": "req-21ae68c1-f2c7-4e47-9a8d-3e43ac96a17f"}]} [pid: 8|app: 0|req: 1318/2523] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:34:34 2026] DELETE /v2.0/networks/947e4928-ae45-4601-b6b2-633bf2d52d15 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:34:34.271 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ff7cc85b-d0fd-4095-9cfd-0510b6379be2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff7cc85b-d0fd-4095-9cfd-0510b6379be2 found for delete ", "request_id": "req-ae798208-fb93-44ce-8515-93841abd46fe"}]} 2026-08-20 00:34:34.331 7 INFO neutron.db.segments_db [None req-75e21143-e1ec-4540-afb1-467c3c5ef955 2b7aac4dc5fa470580ac18e7ed09c915 96c70f09077c4a7d9de04d1782d5fe50 - - default default] Added segment 7920bbf3-805a-4ef9-9c1d-9873b50cd8d7 of type vxlan for network 5b800d64-335b-434e-a8d2-82a5cfc83165 [pid: 7|app: 0|req: 1206/2524] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:34:34 2026] POST /v2.0/networks => generated 726 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2525] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:34:34 2026] GET /v2.0/networks?id=04d0bebb-80ac-4549-8cbc-74ce0f241229 => generated 678 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2526] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:34 2026] GET /v2.0/ports?device_id=8615f0ed-5a3f-47b5-bf47-288004a0250b => 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: 1319/2527] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:34:34 2026] POST /v2.0/subnets => generated 647 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:34:34.631 8 WARNING neutron.api.v2.base [None req-0b680dd6-8470-4cb4-9a10-c92aa6aa3d42 2b7aac4dc5fa470580ac18e7ed09c915 96c70f09077c4a7d9de04d1782d5fe50 - - 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-08-20 00:34:34.632 8 INFO neutron.api.v2.resource [None req-0b680dd6-8470-4cb4-9a10-c92aa6aa3d42 2b7aac4dc5fa470580ac18e7ed09c915 96c70f09077c4a7d9de04d1782d5fe50 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1320/2528] 10.0.0.168 () {34 vars in 681 bytes} [Thu Aug 20 00:34:34 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2529] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:34:34 2026] DELETE /v2.0/networks/5b800d64-335b-434e-a8d2-82a5cfc83165 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:34:34.866 8 INFO neutron.db.segments_db [None req-201a4d6f-5192-422d-841b-438be9c1061a 2b7aac4dc5fa470580ac18e7ed09c915 96c70f09077c4a7d9de04d1782d5fe50 - - default default] Added segment 8d13e400-c1b6-4375-9ec3-4ca2aceb0a7e of type vxlan for network aec7ecab-486e-4858-b714-b8f3074145d3 [pid: 8|app: 0|req: 1322/2530] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:34:34 2026] POST /v2.0/networks => generated 727 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2531] 199.204.45.35 () {38 vars in 954 bytes} [Thu Aug 20 00:34:34 2026] POST /v2.0/ports => generated 954 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1323/2532] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:34:34 2026] POST /v2.0/subnets => generated 647 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2533] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:34:35 2026] GET /v2.0/ports?tenant_id=5f8efcd424fb4344abdbc9e3256fca2f&device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 5611 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2534] 199.204.45.35 () {38 vars in 1027 bytes} [Thu Aug 20 00:34:34 2026] PUT /v2.0/ports/5cfde573-4f5c-411d-a9f9-6a739491fe1d => generated 1235 bytes in 428 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: 1325/2535] 10.0.0.168 () {34 vars in 681 bytes} [Thu Aug 20 00:34:35 2026] POST /v2.0/rbac-policies => generated 324 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2536] 199.204.45.35 () {34 vars in 1061 bytes} [Thu Aug 20 00:34:35 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.164&port_id=846e2592-ec73-4839-9c4b-71b9f1178a79 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:34:35.424 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4f38c4f9-4a58-4e51-920b-22ff8bddb476'] response: {'name': 'network-changed', 'server_uuid': '8615f0ed-5a3f-47b5-bf47-288004a0250b', 'tag': '5cfde573-4f5c-411d-a9f9-6a739491fe1d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1326/2537] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:34:35 2026] GET /v2.0/subnets?id=606d5e34-2d1e-4208-8ba0-9aaa6156f94e => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2538] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:34:35 2026] GET /v2.0/ports?network_id=08e58263-2a34-4342-906e-8629afb14fe6&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2539] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:34:35 2026] GET /v2.0/networks/08e58263-2a34-4342-906e-8629afb14fe6?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2540] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:34:35 2026] GET /v2.0/networks/08e58263-2a34-4342-906e-8629afb14fe6?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: 1328/2541] 199.204.45.35 () {34 vars in 1055 bytes} [Thu Aug 20 00:34:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.20&port_id=716bd6f2-56d8-4625-93ab-d157b7aba32b => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2542] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:34:35 2026] GET /v2.0/subnets?id=761beee8-b7e0-48b2-9e3a-efbd117f0703 => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2543] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:34:35 2026] GET /v2.0/ports?network_id=25aea187-bbbb-47a7-8e5d-2dd830605df7&device_owner=network%3Adhcp => generated 1461 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2544] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:35 2026] GET /v2.0/ports?device_id=8615f0ed-5a3f-47b5-bf47-288004a0250b => 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: 1216/2545] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:34:35 2026] GET /v2.0/networks/25aea187-bbbb-47a7-8e5d-2dd830605df7?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: 1330/2546] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:34:35 2026] GET /v2.0/security-groups?id=e619f705-fa2a-4286-af96-5b028cb4daad&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2547] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:34:35 2026] GET /v2.0/networks/25aea187-bbbb-47a7-8e5d-2dd830605df7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2548] 199.204.45.35 () {34 vars in 1057 bytes} [Thu Aug 20 00:34:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.103&port_id=1b0c030f-cfd2-4cfb-bf08-30f7e130e14e => 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: 1331/2549] 10.0.0.168 () {32 vars in 723 bytes} [Thu Aug 20 00:34:35 2026] GET /v2.0/networks/aec7ecab-486e-4858-b714-b8f3074145d3 => generated 655 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2550] 199.204.45.35 () {34 vars in 1103 bytes} [Thu Aug 20 00:34:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A25c&port_id=1b0c030f-cfd2-4cfb-bf08-30f7e130e14e => 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: 1332/2551] 199.204.45.35 () {34 vars in 1063 bytes} [Thu Aug 20 00:34:35 2026] GET /v2.0/subnets?id=fe5bbd4a-b1d1-491a-92e4-88c2fa923aca&id=ba56b577-20c9-4b6f-8462-8db6be8a272d => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2552] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:34:35 2026] GET /v2.0/ports?network_id=97945346-05d7-4cf0-9b13-645ab8f7edb3&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: 1333/2553] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:34:35 2026] GET /v2.0/ports?tenant_id=af4ae6202424426aa2d5cf83b828b938&device_id=8615f0ed-5a3f-47b5-bf47-288004a0250b => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2554] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:34:35 2026] GET /v2.0/ports?network_id=97945346-05d7-4cf0-9b13-645ab8f7edb3&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: 1334/2555] 199.204.45.35 () {34 vars in 1017 bytes} [Thu Aug 20 00:34:35 2026] GET /v2.0/networks?tenant_id=af4ae6202424426aa2d5cf83b828b938&shared=False => generated 773 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2556] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:34:36 2026] GET /v2.0/networks/97945346-05d7-4cf0-9b13-645ab8f7edb3?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2557] 199.204.45.35 () {34 vars in 929 bytes} [Thu Aug 20 00:34:36 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: 1223/2558] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:34:36 2026] GET /v2.0/networks/97945346-05d7-4cf0-9b13-645ab8f7edb3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2559] 199.204.45.35 () {34 vars in 1057 bytes} [Thu Aug 20 00:34:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.103&port_id=d7603036-e5f7-4398-b849-a9b360a20721 => 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: 1224/2560] 199.204.45.35 () {34 vars in 1105 bytes} [Thu Aug 20 00:34:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A219&port_id=d7603036-e5f7-4398-b849-a9b360a20721 => 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: 1337/2561] 199.204.45.35 () {34 vars in 1063 bytes} [Thu Aug 20 00:34:36 2026] GET /v2.0/subnets?id=0ed20593-6744-41ef-97af-6261cbedae61&id=16da8bb2-2784-49ac-ab9b-87b229e70b88 => generated 1412 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2562] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:34:36 2026] GET /v2.0/ports?network_id=5ffb231f-9ab0-444c-bab6-4d843cde27ae&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:34:36.257 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6a3e7a74-e9aa-4024-9cc8-0464d5ce1ccf 6c2198c35b6442c1b9de150ad82a241f 5df9788c48344ab199b9c666f9f21d29 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1338/2563] 10.0.0.168 () {32 vars in 723 bytes} [Thu Aug 20 00:34:36 2026] GET /v2.0/networks/aec7ecab-486e-4858-b714-b8f3074145d3 => generated 138 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2564] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:34:36 2026] GET /v2.0/ports?network_id=5ffb231f-9ab0-444c-bab6-4d843cde27ae&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:34:36.297 8 INFO neutron.services.segments.plugin [-] Segment 7920bbf3-805a-4ef9-9c1d-9873b50cd8d7 resource provider aggregate not found 2026-08-20 00:34:36.299 8 INFO neutron.services.segments.plugin [-] Segment 7920bbf3-805a-4ef9-9c1d-9873b50cd8d7 resource provider aggregate not found 2026-08-20 00:34:36.325 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7920bbf3-805a-4ef9-9c1d-9873b50cd8d7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7920bbf3-805a-4ef9-9c1d-9873b50cd8d7 found for delete ", "request_id": "req-6f55c7e2-28d4-4ce9-a470-a26f82a2ce61"}]} 2026-08-20 00:34:36.326 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7920bbf3-805a-4ef9-9c1d-9873b50cd8d7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7920bbf3-805a-4ef9-9c1d-9873b50cd8d7 found for delete ", "request_id": "req-08e9e290-c1b5-48dd-bec7-09696279ff81"}]} [pid: 7|app: 0|req: 1227/2565] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:34:36 2026] GET /v2.0/networks/5ffb231f-9ab0-444c-bab6-4d843cde27ae?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: 1228/2566] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:34:36 2026] GET /v2.0/networks/5ffb231f-9ab0-444c-bab6-4d843cde27ae?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: 1339/2567] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:34:36 2026] DELETE /v2.0/networks/aec7ecab-486e-4858-b714-b8f3074145d3 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:34:36.501 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a4553606-5af3-4594-93fb-f41be41e4b37 2b7aac4dc5fa470580ac18e7ed09c915 96c70f09077c4a7d9de04d1782d5fe50 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1229/2568] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:34:36 2026] DELETE /v2.0/subnets/1938c75b-a007-4986-9575-290aeff01d86 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:34:36.523 8 INFO neutron.pecan_wsgi.hooks.translation [None req-38ce19a7-b56d-4929-9640-21719ca1d038 2b7aac4dc5fa470580ac18e7ed09c915 96c70f09077c4a7d9de04d1782d5fe50 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1340/2569] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:34:36 2026] DELETE /v2.0/subnets/0472fd7f-c094-4071-968d-d4d06da5eb2d => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:34:36.543 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8da21919-1c22-4aa7-8d27-78cd96c156a5 2b7aac4dc5fa470580ac18e7ed09c915 96c70f09077c4a7d9de04d1782d5fe50 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1230/2570] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:34:36 2026] DELETE /v2.0/subnets/45ebe1b0-a48b-4578-853b-14c088c38283 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2571] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:36 2026] GET /v2.0/ports?device_id=8615f0ed-5a3f-47b5-bf47-288004a0250b => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2572] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:34:36 2026] GET /v2.0/security-groups?id=e619f705-fa2a-4286-af96-5b028cb4daad&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2573] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:34:37 2026] GET /v2.0/ports?tenant_id=af4ae6202424426aa2d5cf83b828b938&device_id=8615f0ed-5a3f-47b5-bf47-288004a0250b => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2574] 199.204.45.35 () {34 vars in 1057 bytes} [Thu Aug 20 00:34:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=5cfde573-4f5c-411d-a9f9-6a739491fe1d => 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: 1343/2575] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:34:37 2026] GET /v2.0/subnets?id=01532de6-49c0-41ae-beeb-98d73bfb534e => generated 696 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2576] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:34:37 2026] GET /v2.0/ports?network_id=04d0bebb-80ac-4549-8cbc-74ce0f241229&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2577] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:34:37 2026] GET /v2.0/networks/04d0bebb-80ac-4549-8cbc-74ce0f241229?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2578] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:34:37 2026] GET /v2.0/networks/04d0bebb-80ac-4549-8cbc-74ce0f241229?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: 1345/2579] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:34:37 2026] GET /v2.0/security-groups?tenant_id=6251cd730d69427988d13aa3978a046c&name=default => generated 2929 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2580] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:34:37 2026] DELETE /v2.0/security-groups/3e2e5b26-fd81-4e6e-8ca3-5292bb51c6d8 => 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: 1346/2581] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:34:37 2026] GET /v2.0/security-groups?tenant_id=96c70f09077c4a7d9de04d1782d5fe50&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2582] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:37 2026] GET /v2.0/ports?device_id=8615f0ed-5a3f-47b5-bf47-288004a0250b => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2583] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:34:38 2026] GET /v2.0/security-groups?id=e619f705-fa2a-4286-af96-5b028cb4daad&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2584] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:34:37 2026] DELETE /v2.0/security-groups/88e3db71-ed0c-4f75-af8f-06899d80191a => 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: 1349/2585] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:34:38 2026] GET /v2.0/security-groups?tenant_id=5df9788c48344ab199b9c666f9f21d29&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:34:38.345 8 INFO neutron.services.segments.plugin [-] Segment 8d13e400-c1b6-4375-9ec3-4ca2aceb0a7e resource provider aggregate not found 2026-08-20 00:34:38.349 8 INFO neutron.services.segments.plugin [-] Segment 8d13e400-c1b6-4375-9ec3-4ca2aceb0a7e resource provider aggregate not found 2026-08-20 00:34:38.361 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8d13e400-c1b6-4375-9ec3-4ca2aceb0a7e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d13e400-c1b6-4375-9ec3-4ca2aceb0a7e found for delete ", "request_id": "req-ab7c2e1e-b0ce-4546-b560-c058434a260c"}]} 2026-08-20 00:34:38.366 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8d13e400-c1b6-4375-9ec3-4ca2aceb0a7e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d13e400-c1b6-4375-9ec3-4ca2aceb0a7e found for delete ", "request_id": "req-fe8efcec-f3b9-4714-b427-cf263aeec5ce"}]} [pid: 7|app: 0|req: 1237/2586] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:34:38 2026] DELETE /v2.0/security-groups/df4cdf1e-6e08-4f2d-8485-22c1fd6760d7 => 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: 1350/2587] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:39 2026] GET /v2.0/ports?device_id=8615f0ed-5a3f-47b5-bf47-288004a0250b => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2588] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:34:39 2026] GET /v2.0/security-groups?id=e619f705-fa2a-4286-af96-5b028cb4daad&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2591] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:40 2026] GET /v2.0/ports?device_id=8615f0ed-5a3f-47b5-bf47-288004a0250b => generated 969 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2592] 10.0.0.174 () {34 vars in 971 bytes} [Thu Aug 20 00:34:40 2026] GET /v2.0/ports/d7603036-e5f7-4398-b849-a9b360a20721 => generated 1524 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2593] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:34:40 2026] GET /v2.0/security-groups?id=e619f705-fa2a-4286-af96-5b028cb4daad&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2594] 199.204.45.35 () {30 vars in 742 bytes} [Thu Aug 20 00:34:40 2026] GET /v2.0/networks/5ffb231f-9ab0-444c-bab6-4d843cde27ae => generated 798 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2595] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:34:40 2026] GET /v2.0/subnets/0ed20593-6744-41ef-97af-6261cbedae61 => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2596] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:34:40 2026] GET /v2.0/subnets/16da8bb2-2784-49ac-ab9b-87b229e70b88 => generated 746 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2597] 199.204.45.35 () {30 vars in 736 bytes} [Thu Aug 20 00:34:40 2026] GET /v2.0/ports/1b0c030f-cfd2-4cfb-bf08-30f7e130e14e => generated 1520 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2598] 199.204.45.35 () {34 vars in 789 bytes} [Thu Aug 20 00:34:40 2026] PUT /v2.0/ports/1b0c030f-cfd2-4cfb-bf08-30f7e130e14e => generated 1255 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:34:41.053 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3451e704-4e9b-40a7-93ca-d0c3f92c0549'] response: {'name': 'network-changed', 'server_uuid': '4592f3f2-c770-47ee-9f3a-54cf0d3a1f80', 'tag': '1b0c030f-cfd2-4cfb-bf08-30f7e130e14e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1244/2599] 199.204.45.35 () {30 vars in 742 bytes} [Thu Aug 20 00:34:41 2026] GET /v2.0/networks/97945346-05d7-4cf0-9b13-645ab8f7edb3 => generated 798 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1356/2600] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:34:41 2026] GET /v2.0/subnets/fe5bbd4a-b1d1-491a-92e4-88c2fa923aca => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2601] 199.204.45.35 () {30 vars in 702 bytes} [Thu Aug 20 00:34:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2602] 199.204.45.35 () {30 vars in 704 bytes} [Thu Aug 20 00:34:41 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: 1246/2603] 199.204.45.35 () {30 vars in 680 bytes} [Thu Aug 20 00:34:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2604] 199.204.45.35 () {30 vars in 716 bytes} [Thu Aug 20 00:34:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2605] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:34:41 2026] GET /v2.0/subnets/761beee8-b7e0-48b2-9e3a-efbd117f0703 => 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: 1359/2606] 199.204.45.35 () {30 vars in 736 bytes} [Thu Aug 20 00:34:41 2026] GET /v2.0/ports/4ccec1ca-0160-48a8-869a-c53a009c7cf8 => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2607] 199.204.45.35 () {30 vars in 736 bytes} [Thu Aug 20 00:34:41 2026] GET /v2.0/ports/716bd6f2-56d8-4625-93ab-d157b7aba32b => generated 1345 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2608] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:34:41 2026] GET /v2.0/subnets/761beee8-b7e0-48b2-9e3a-efbd117f0703 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2609] 199.204.45.35 () {30 vars in 742 bytes} [Thu Aug 20 00:34:41 2026] GET /v2.0/networks/25aea187-bbbb-47a7-8e5d-2dd830605df7 => generated 800 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2610] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:41 2026] GET /v2.0/ports?device_id=8615f0ed-5a3f-47b5-bf47-288004a0250b => 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: 1361/2611] 199.204.45.35 () {30 vars in 736 bytes} [Thu Aug 20 00:34:41 2026] GET /v2.0/ports/4ccec1ca-0160-48a8-869a-c53a009c7cf8 => generated 1128 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2612] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:34:41 2026] GET /v2.0/ports?tenant_id=5f8efcd424fb4344abdbc9e3256fca2f&device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 5384 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2613] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:34:41 2026] GET /v2.0/security-groups?id=e619f705-fa2a-4286-af96-5b028cb4daad&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2614] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:34:41 2026] GET /v2.0/subnets/761beee8-b7e0-48b2-9e3a-efbd117f0703 => generated 676 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2615] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:34:41 2026] GET /v2.0/networks?id=97945346-05d7-4cf0-9b13-645ab8f7edb3 => generated 801 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2616] 199.204.45.35 () {34 vars in 1057 bytes} [Thu Aug 20 00:34:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.103&port_id=1b0c030f-cfd2-4cfb-bf08-30f7e130e14e => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2617] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:34:41 2026] GET /v2.0/subnets?id=fe5bbd4a-b1d1-491a-92e4-88c2fa923aca => 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: 1256/2618] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:34:41 2026] GET /v2.0/ports?network_id=97945346-05d7-4cf0-9b13-645ab8f7edb3&device_owner=network%3Adhcp => generated 1457 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2619] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:34:41 2026] GET /v2.0/networks/97945346-05d7-4cf0-9b13-645ab8f7edb3?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: 1258/2620] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:34:41 2026] GET /v2.0/networks/97945346-05d7-4cf0-9b13-645ab8f7edb3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:34:42.073 8 INFO neutron.db.segments_db [None req-96af711d-4eeb-4786-a8fe-762313274e78 485c841c24964f2d82c38db3bd87e9e0 3af15ad9366a46fe9e89f77be249095a - - default default] Added segment c7dfecc6-bea8-4839-8908-23777d849111 of type vxlan for network 4d8262bf-ce20-45f7-9fb9-6cf4e7710d77 [pid: 8|app: 0|req: 1363/2621] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:34:41 2026] POST /v2.0/networks => generated 632 bytes in 494 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2622] 10.0.0.168 () {34 vars in 664 bytes} [Thu Aug 20 00:34:42 2026] POST /v2.0/ports => generated 743 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2623] 10.0.0.168 () {34 vars in 747 bytes} [Thu Aug 20 00:34:42 2026] PUT /v2.0/ports/fe3d305d-e7b9-42de-acaf-11117893e01e/tags => generated 25 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: 1260/2624] 10.0.0.168 () {32 vars in 727 bytes} [Thu Aug 20 00:34:42 2026] GET /v2.0/ports/fe3d305d-e7b9-42de-acaf-11117893e01e/tags => generated 25 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: 8|app: 0|req: 1365/2625] 10.0.0.168 () {34 vars in 758 bytes} [Thu Aug 20 00:34:42 2026] PUT /v2.0/ports/fe3d305d-e7b9-42de-acaf-11117893e01e/tags/green => generated 4 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1261/2626] 10.0.0.168 () {32 vars in 727 bytes} [Thu Aug 20 00:34:42 2026] GET /v2.0/ports/fe3d305d-e7b9-42de-acaf-11117893e01e/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1366/2627] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:42 2026] GET /v2.0/ports?device_id=8615f0ed-5a3f-47b5-bf47-288004a0250b => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2628] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:34:42 2026] GET /v2.0/security-groups?id=e619f705-fa2a-4286-af96-5b028cb4daad&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2629] 10.0.0.168 () {34 vars in 754 bytes} [Thu Aug 20 00:34:42 2026] PUT /v2.0/ports/fe3d305d-e7b9-42de-acaf-11117893e01e/tags/red => 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: 1368/2630] 10.0.0.168 () {32 vars in 727 bytes} [Thu Aug 20 00:34:42 2026] GET /v2.0/ports/fe3d305d-e7b9-42de-acaf-11117893e01e/tags => generated 34 bytes in 102 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: 1263/2631] 10.0.0.168 () {34 vars in 776 bytes} [Thu Aug 20 00:34:42 2026] PUT /v2.0/ports/fe3d305d-e7b9-42de-acaf-11117893e01e/tags/black.or.white => generated 4 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1369/2632] 10.0.0.168 () {32 vars in 727 bytes} [Thu Aug 20 00:34:43 2026] GET /v2.0/ports/fe3d305d-e7b9-42de-acaf-11117893e01e/tags => generated 52 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1264/2633] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:43 2026] GET /v2.0/ports?device_id=8615f0ed-5a3f-47b5-bf47-288004a0250b => 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: 1265/2634] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:34:43 2026] GET /v2.0/security-groups?id=e619f705-fa2a-4286-af96-5b028cb4daad&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2635] 10.0.0.168 () {34 vars in 747 bytes} [Thu Aug 20 00:34:43 2026] PUT /v2.0/ports/fe3d305d-e7b9-42de-acaf-11117893e01e/tags => generated 37 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2636] 10.0.0.168 () {32 vars in 727 bytes} [Thu Aug 20 00:34:43 2026] GET /v2.0/ports/fe3d305d-e7b9-42de-acaf-11117893e01e/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1371/2637] 10.0.0.168 () {32 vars in 735 bytes} [Thu Aug 20 00:34:43 2026] GET /v2.0/ports/fe3d305d-e7b9-42de-acaf-11117893e01e/tags/red => generated 0 bytes in 46 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-08-20 00:34:43.405 7 INFO neutron.api.v2.resource [None req-a28c9c81-5e49-4235-963f-5fdc02121c85 485c841c24964f2d82c38db3bd87e9e0 3af15ad9366a46fe9e89f77be249095a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1267/2638] 10.0.0.168 () {32 vars in 739 bytes} [Thu Aug 20 00:34:43 2026] GET /v2.0/ports/fe3d305d-e7b9-42de-acaf-11117893e01e/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1372/2639] 10.0.0.168 () {32 vars in 738 bytes} [Thu Aug 20 00:34:43 2026] DELETE /v2.0/ports/fe3d305d-e7b9-42de-acaf-11117893e01e/tags/red => generated 0 bytes in 72 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: 1268/2640] 10.0.0.168 () {32 vars in 727 bytes} [Thu Aug 20 00:34:43 2026] GET /v2.0/ports/fe3d305d-e7b9-42de-acaf-11117893e01e/tags => generated 30 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-20 00:34:43.613 8 INFO neutron.api.v2.resource [None req-6bb7ed64-05ed-4e77-9236-21ced91eec22 485c841c24964f2d82c38db3bd87e9e0 3af15ad9366a46fe9e89f77be249095a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1373/2641] 10.0.0.168 () {32 vars in 742 bytes} [Thu Aug 20 00:34:43 2026] DELETE /v2.0/ports/fe3d305d-e7b9-42de-acaf-11117893e01e/tags/green => generated 99 bytes in 67 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: 1269/2642] 10.0.0.168 () {32 vars in 730 bytes} [Thu Aug 20 00:34:43 2026] DELETE /v2.0/ports/fe3d305d-e7b9-42de-acaf-11117893e01e/tags => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1374/2643] 10.0.0.168 () {32 vars in 727 bytes} [Thu Aug 20 00:34:43 2026] GET /v2.0/ports/fe3d305d-e7b9-42de-acaf-11117893e01e/tags => generated 12 bytes in 37 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-08-20 00:34:43.849 7 INFO neutron_taas.services.taas.taas_plugin [None req-d24abb94-4ee9-4411-9549-dc51361afb7f 485c841c24964f2d82c38db3bd87e9e0 3af15ad9366a46fe9e89f77be249095a - - default default] TaaS: Handle Delete Port: fe3d305d-e7b9-42de-acaf-11117893e01e 2026-08-20 00:34:43.853 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d24abb94-4ee9-4411-9549-dc51361afb7f 485c841c24964f2d82c38db3bd87e9e0 3af15ad9366a46fe9e89f77be249095a - - default default] Tap Mirror: Handle Delete Port: fe3d305d-e7b9-42de-acaf-11117893e01e [pid: 7|app: 0|req: 1270/2644] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:34:43 2026] DELETE /v2.0/ports/fe3d305d-e7b9-42de-acaf-11117893e01e => generated 0 bytes in 188 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-08-20 00:34:44.054 8 INFO neutron.services.segments.plugin [-] Segment c7dfecc6-bea8-4839-8908-23777d849111 resource provider aggregate not found 2026-08-20 00:34:44.060 8 INFO neutron.services.segments.plugin [-] Segment c7dfecc6-bea8-4839-8908-23777d849111 resource provider aggregate not found 2026-08-20 00:34:44.075 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c7dfecc6-bea8-4839-8908-23777d849111 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7dfecc6-bea8-4839-8908-23777d849111 found for delete ", "request_id": "req-ffeecea3-25f4-4b2c-bee1-3742f65b30d0"}]} 2026-08-20 00:34:44.078 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c7dfecc6-bea8-4839-8908-23777d849111 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7dfecc6-bea8-4839-8908-23777d849111 found for delete ", "request_id": "req-40e206e8-3022-490c-b668-33a7da4a9172"}]} [pid: 8|app: 0|req: 1375/2645] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:34:43 2026] DELETE /v2.0/networks/4d8262bf-ce20-45f7-9fb9-6cf4e7710d77 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2646] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:44 2026] GET /v2.0/ports?device_id=8615f0ed-5a3f-47b5-bf47-288004a0250b => 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: 1376/2647] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:34:44 2026] GET /v2.0/security-groups?id=e619f705-fa2a-4286-af96-5b028cb4daad&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2648] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:34:44 2026] GET /v2.0/security-groups?tenant_id=3af15ad9366a46fe9e89f77be249095a&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2649] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:34:44 2026] DELETE /v2.0/security-groups/66e8385f-7845-4381-9a24-ec1bc19b57c2 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2650] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:34:45 2026] GET /v2.0/security-groups?tenant_id=bb83988ddd314b8cbbf6d600436e50fe&name=default => generated 2929 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2651] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:34:45 2026] DELETE /v2.0/security-groups/1edc1d88-f20e-4e42-a720-c5edc3d2b218 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2652] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:45 2026] GET /v2.0/ports?device_id=8615f0ed-5a3f-47b5-bf47-288004a0250b => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2653] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:34:45 2026] GET /v2.0/security-groups?id=e619f705-fa2a-4286-af96-5b028cb4daad&fields=id&fields=name => generated 88 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2654] 199.204.45.35 () {34 vars in 993 bytes} [Thu Aug 20 00:34:45 2026] GET /v2.0/ports?device_id=8615f0ed-5a3f-47b5-bf47-288004a0250b => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:34:45.821 8 INFO neutron_taas.services.taas.taas_plugin [req-48df6937-b7fb-463b-8819-80e8d3f7c42d req-38220bb5-9263-48aa-8027-03b9e2bca367 828f041529c24e68a1a97a04677bdaf9 af4ae6202424426aa2d5cf83b828b938 - - default default] TaaS: Handle Delete Port: 5cfde573-4f5c-411d-a9f9-6a739491fe1d 2026-08-20 00:34:45.825 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-48df6937-b7fb-463b-8819-80e8d3f7c42d req-38220bb5-9263-48aa-8027-03b9e2bca367 828f041529c24e68a1a97a04677bdaf9 af4ae6202424426aa2d5cf83b828b938 - - default default] Tap Mirror: Handle Delete Port: 5cfde573-4f5c-411d-a9f9-6a739491fe1d [pid: 8|app: 0|req: 1380/2655] 199.204.45.35 () {36 vars in 996 bytes} [Thu Aug 20 00:34:45 2026] DELETE /v2.0/ports/5cfde573-4f5c-411d-a9f9-6a739491fe1d => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:34:46.050 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5c7e3a0f-7c65-4af3-be09-03448b1ae494'] response: {'server_uuid': '8615f0ed-5a3f-47b5-bf47-288004a0250b', 'name': 'network-vif-deleted', 'tag': '5cfde573-4f5c-411d-a9f9-6a739491fe1d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1276/2656] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:46 2026] GET /v2.0/ports?device_id=8615f0ed-5a3f-47b5-bf47-288004a0250b => 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: 1381/2657] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:47 2026] GET /v2.0/ports?device_id=8615f0ed-5a3f-47b5-bf47-288004a0250b => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2658] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:34:48 2026] GET /v2.0/ports?device_id=8615f0ed-5a3f-47b5-bf47-288004a0250b => 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: 1277/2659] 10.0.0.168 () {34 vars in 676 bytes} [Thu Aug 20 00:34:48 2026] POST /v2.0/subnetpools => generated 516 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2660] 10.0.0.168 () {34 vars in 759 bytes} [Thu Aug 20 00:34:48 2026] PUT /v2.0/subnetpools/08584d38-68f6-4548-b750-3c9b5ef9a039/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2661] 10.0.0.168 () {32 vars in 739 bytes} [Thu Aug 20 00:34:48 2026] GET /v2.0/subnetpools/08584d38-68f6-4548-b750-3c9b5ef9a039/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: 1384/2662] 10.0.0.168 () {34 vars in 770 bytes} [Thu Aug 20 00:34:49 2026] PUT /v2.0/subnetpools/08584d38-68f6-4548-b750-3c9b5ef9a039/tags/green => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2663] 10.0.0.168 () {32 vars in 739 bytes} [Thu Aug 20 00:34:49 2026] GET /v2.0/subnetpools/08584d38-68f6-4548-b750-3c9b5ef9a039/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2664] 10.0.0.168 () {34 vars in 766 bytes} [Thu Aug 20 00:34:49 2026] PUT /v2.0/subnetpools/08584d38-68f6-4548-b750-3c9b5ef9a039/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: 1280/2665] 10.0.0.168 () {32 vars in 739 bytes} [Thu Aug 20 00:34:49 2026] GET /v2.0/subnetpools/08584d38-68f6-4548-b750-3c9b5ef9a039/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2666] 10.0.0.168 () {34 vars in 788 bytes} [Thu Aug 20 00:34:49 2026] PUT /v2.0/subnetpools/08584d38-68f6-4548-b750-3c9b5ef9a039/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2667] 10.0.0.168 () {32 vars in 739 bytes} [Thu Aug 20 00:34:49 2026] GET /v2.0/subnetpools/08584d38-68f6-4548-b750-3c9b5ef9a039/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2668] 10.0.0.168 () {34 vars in 759 bytes} [Thu Aug 20 00:34:49 2026] PUT /v2.0/subnetpools/08584d38-68f6-4548-b750-3c9b5ef9a039/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2669] 10.0.0.168 () {32 vars in 739 bytes} [Thu Aug 20 00:34:49 2026] GET /v2.0/subnetpools/08584d38-68f6-4548-b750-3c9b5ef9a039/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2670] 10.0.0.168 () {32 vars in 747 bytes} [Thu Aug 20 00:34:49 2026] GET /v2.0/subnetpools/08584d38-68f6-4548-b750-3c9b5ef9a039/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:34:49.458 7 INFO neutron.api.v2.resource [None req-3ee5e20b-ff21-4815-8fbf-a7c9227379f8 2325843d30084a2c8e500016d8fa177a 5521beca2e2c4cca81ba43dc651d3756 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1283/2671] 10.0.0.168 () {32 vars in 751 bytes} [Thu Aug 20 00:34:49 2026] GET /v2.0/subnetpools/08584d38-68f6-4548-b750-3c9b5ef9a039/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2672] 10.0.0.168 () {32 vars in 750 bytes} [Thu Aug 20 00:34:49 2026] DELETE /v2.0/subnetpools/08584d38-68f6-4548-b750-3c9b5ef9a039/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2673] 10.0.0.168 () {32 vars in 739 bytes} [Thu Aug 20 00:34:49 2026] GET /v2.0/subnetpools/08584d38-68f6-4548-b750-3c9b5ef9a039/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:34:49.582 8 INFO neutron.api.v2.resource [None req-cd150044-b93c-4777-967f-0253ec855bb0 2325843d30084a2c8e500016d8fa177a 5521beca2e2c4cca81ba43dc651d3756 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1390/2674] 10.0.0.168 () {32 vars in 754 bytes} [Thu Aug 20 00:34:49 2026] DELETE /v2.0/subnetpools/08584d38-68f6-4548-b750-3c9b5ef9a039/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2675] 10.0.0.168 () {32 vars in 742 bytes} [Thu Aug 20 00:34:49 2026] DELETE /v2.0/subnetpools/08584d38-68f6-4548-b750-3c9b5ef9a039/tags => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2676] 10.0.0.168 () {32 vars in 739 bytes} [Thu Aug 20 00:34:49 2026] GET /v2.0/subnetpools/08584d38-68f6-4548-b750-3c9b5ef9a039/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2677] 10.0.0.168 () {32 vars in 732 bytes} [Thu Aug 20 00:34:49 2026] DELETE /v2.0/subnetpools/08584d38-68f6-4548-b750-3c9b5ef9a039 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:34:50.352 8 INFO neutron_taas.services.taas.taas_plugin [None req-7fceedb7-e60c-40fe-a319-d48ff304d72d e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: c0b3c694-ccc6-4c34-8ecd-c74bab751199 2026-08-20 00:34:50.354 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7fceedb7-e60c-40fe-a319-d48ff304d72d e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: c0b3c694-ccc6-4c34-8ecd-c74bab751199 [pid: 7|app: 0|req: 1287/2678] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:34:50 2026] GET /v2.0/security-groups?tenant_id=5521beca2e2c4cca81ba43dc651d3756&name=default => generated 2929 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2679] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:34:50 2026] DELETE /v2.0/security-groups/fbce0801-e8af-4993-b0c4-e5461d964783 => 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: 1289/2680] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:34:50 2026] GET /v2.0/security-groups?tenant_id=b45c813536494caa9412c08fca53a257&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: 1392/2681] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:34:49 2026] PUT /v2.0/routers/5f04424d-d81e-4291-aa5a-a6ce226d7262/remove_router_interface => generated 309 bytes in 968 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2682] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:34:50 2026] DELETE /v2.0/security-groups/d5edf23a-6dd2-40bf-b3c5-efe24375e594 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:34:51.131 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8ddca29-20fd-467d-9f75-c529ffe01d54 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: d7ceb3ec-0e3a-40a3-b465-778ba68305db 2026-08-20 00:34:51.134 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8ddca29-20fd-467d-9f75-c529ffe01d54 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: d7ceb3ec-0e3a-40a3-b465-778ba68305db 2026-08-20 00:34:51.386 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8ddca29-20fd-467d-9f75-c529ffe01d54 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: e0de8575-b1ea-4e89-90fc-b8f551bd41f6 2026-08-20 00:34:51.389 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8ddca29-20fd-467d-9f75-c529ffe01d54 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: e0de8575-b1ea-4e89-90fc-b8f551bd41f6 2026-08-20 00:34:51.758 8 INFO neutron.services.segments.plugin [-] Segment 7704a6e4-f079-4e9c-9fad-70aaf6a480d0 resource provider aggregate not found 2026-08-20 00:34:51.758 8 INFO neutron.services.segments.plugin [-] Segment 7704a6e4-f079-4e9c-9fad-70aaf6a480d0 resource provider aggregate not found 2026-08-20 00:34:51.775 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7704a6e4-f079-4e9c-9fad-70aaf6a480d0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7704a6e4-f079-4e9c-9fad-70aaf6a480d0 found for delete ", "request_id": "req-f57b4a7b-a6e6-48db-9d50-3891ee6243da"}]} 2026-08-20 00:34:51.780 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7704a6e4-f079-4e9c-9fad-70aaf6a480d0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7704a6e4-f079-4e9c-9fad-70aaf6a480d0 found for delete ", "request_id": "req-637b4b7f-37f0-4c22-9c44-6da05622752a"}]} 2026-08-20 00:34:51.783 8 INFO neutron.db.l3_hamode_db [None req-b8ddca29-20fd-467d-9f75-c529ffe01d54 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] HA network 85386332-dcfe-4046-9f2d-d346272be5d6 was deleted as no HA routers are present in tenant af4ae6202424426aa2d5cf83b828b938. [pid: 8|app: 0|req: 1393/2683] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:34:50 2026] DELETE /v2.0/routers/5f04424d-d81e-4291-aa5a-a6ce226d7262 => generated 0 bytes in 859 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2684] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:34:51 2026] DELETE /v2.0/subnets/01532de6-49c0-41ae-beeb-98d73bfb534e => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:34:52.020 8 INFO neutron_taas.services.taas.taas_plugin [None req-a259a6c1-f241-4992-ac05-a7042d97c79b e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: 269d18a0-efbd-45f1-8b44-9397c59c2564 2026-08-20 00:34:52.023 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a259a6c1-f241-4992-ac05-a7042d97c79b e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: 269d18a0-efbd-45f1-8b44-9397c59c2564 [pid: 8|app: 0|req: 1394/2685] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:34:51 2026] DELETE /v2.0/networks/04d0bebb-80ac-4549-8cbc-74ce0f241229 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2686] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:34:52 2026] GET /v2.0/security-groups?tenant_id=af4ae6202424426aa2d5cf83b828b938&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2687] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:34:52 2026] DELETE /v2.0/security-groups/e619f705-fa2a-4286-af96-5b028cb4daad => 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: 1293/2688] 199.204.45.35 () {30 vars in 702 bytes} [Thu Aug 20 00:34:52 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: 1396/2689] 199.204.45.35 () {30 vars in 704 bytes} [Thu Aug 20 00:34:52 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: 1294/2690] 199.204.45.35 () {30 vars in 680 bytes} [Thu Aug 20 00:34:52 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: 1397/2691] 199.204.45.35 () {30 vars in 716 bytes} [Thu Aug 20 00:34:52 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: 1295/2692] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:34:52 2026] GET /v2.0/subnets/fe5bbd4a-b1d1-491a-92e4-88c2fa923aca => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2693] 199.204.45.35 () {30 vars in 768 bytes} [Thu Aug 20 00:34:52 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 5384 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2694] 199.204.45.35 () {30 vars in 702 bytes} [Thu Aug 20 00:34:53 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: 1399/2695] 199.204.45.35 () {30 vars in 704 bytes} [Thu Aug 20 00:34:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2696] 199.204.45.35 () {30 vars in 680 bytes} [Thu Aug 20 00:34:53 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: 1400/2697] 199.204.45.35 () {30 vars in 716 bytes} [Thu Aug 20 00:34:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2698] 199.204.45.35 () {30 vars in 736 bytes} [Thu Aug 20 00:34:53 2026] GET /v2.0/ports/d7603036-e5f7-4398-b849-a9b360a20721 => generated 1524 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2699] 199.204.45.35 () {34 vars in 789 bytes} [Thu Aug 20 00:34:53 2026] PUT /v2.0/ports/d7603036-e5f7-4398-b849-a9b360a20721 => generated 1311 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:34:53.706 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cc0c5047-21e9-4fc8-aebd-28828cc07f2d'] response: {'name': 'network-changed', 'server_uuid': '4592f3f2-c770-47ee-9f3a-54cf0d3a1f80', 'tag': 'd7603036-e5f7-4398-b849-a9b360a20721', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1299/2700] 199.204.45.35 () {30 vars in 742 bytes} [Thu Aug 20 00:34:53 2026] GET /v2.0/networks/5ffb231f-9ab0-444c-bab6-4d843cde27ae => generated 798 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1402/2701] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:34:53 2026] GET /v2.0/subnets/16da8bb2-2784-49ac-ab9b-87b229e70b88 => generated 746 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:34:53.799 8 INFO neutron.services.segments.plugin [-] Segment 7371deb3-18fe-48e7-baa5-a160908185e8 resource provider aggregate not found 2026-08-20 00:34:53.814 8 INFO neutron.services.segments.plugin [-] Segment 7371deb3-18fe-48e7-baa5-a160908185e8 resource provider aggregate not found [pid: 7|app: 0|req: 1300/2702] 199.204.45.35 () {30 vars in 736 bytes} [Thu Aug 20 00:34:53 2026] GET /v2.0/ports/d7603036-e5f7-4398-b849-a9b360a20721 => generated 1347 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:34:53.822 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7371deb3-18fe-48e7-baa5-a160908185e8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7371deb3-18fe-48e7-baa5-a160908185e8 found for delete ", "request_id": "req-f91bee82-91d0-41b6-b06e-721e04770ccb"}]} 2026-08-20 00:34:53.831 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7371deb3-18fe-48e7-baa5-a160908185e8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7371deb3-18fe-48e7-baa5-a160908185e8 found for delete ", "request_id": "req-54ab2cf0-b443-4be7-946f-9cfccd59550c"}]} [pid: 8|app: 0|req: 1403/2703] 199.204.45.35 () {34 vars in 788 bytes} [Thu Aug 20 00:34:53 2026] PUT /v2.0/ports/d7603036-e5f7-4398-b849-a9b360a20721 => generated 1080 bytes in 332 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: 1301/2706] 199.204.45.35 () {30 vars in 742 bytes} [Thu Aug 20 00:34:54 2026] GET /v2.0/networks/5ffb231f-9ab0-444c-bab6-4d843cde27ae => generated 798 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2707] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:34:54 2026] GET /v2.0/ports?tenant_id=5f8efcd424fb4344abdbc9e3256fca2f&device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 4976 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2708] 199.204.45.35 () {30 vars in 768 bytes} [Thu Aug 20 00:34:54 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 4976 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2709] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:34:54 2026] GET /v2.0/networks?id=5ffb231f-9ab0-444c-bab6-4d843cde27ae => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2710] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:34:54 2026] GET /v2.0/networks/5ffb231f-9ab0-444c-bab6-4d843cde27ae?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2711] 199.204.45.35 () {30 vars in 768 bytes} [Thu Aug 20 00:34:54 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 4976 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2712] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:34:54 2026] GET /v2.0/networks/5ffb231f-9ab0-444c-bab6-4d843cde27ae?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-08-20 00:34:54.670 8 INFO neutron.db.segments_db [None req-ab6a6c08-6060-4045-b611-a92161259368 7230d593223e4398b1c2f2f52aca3aaf 0e620beb7aa84cbebb6435c26d14d067 - - default default] Added segment e6a3e186-cf2b-416a-95c7-7f1d00b9d68f of type vxlan for network c09e96b4-cb79-42de-9353-78c4c2180d81 [pid: 8|app: 0|req: 1408/2713] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:34:54 2026] POST /v2.0/networks => generated 631 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:34:54.813 7 INFO neutron.db.segments_db [None req-79e47c6f-d70d-45b0-aad5-2db70a826350 7230d593223e4398b1c2f2f52aca3aaf 0e620beb7aa84cbebb6435c26d14d067 - - default default] Added segment 641055bb-afa1-41c2-a844-737cc489bdc9 of type vxlan for network 244bdb06-047a-4143-9149-61ee1374d3d1 [pid: 7|app: 0|req: 1306/2714] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:34:54 2026] POST /v2.0/networks => generated 632 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2715] 10.0.0.168 () {34 vars in 753 bytes} [Thu Aug 20 00:34:54 2026] PUT /v2.0/networks/c09e96b4-cb79-42de-9353-78c4c2180d81/tags => generated 25 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2716] 10.0.0.168 () {32 vars in 733 bytes} [Thu Aug 20 00:34:54 2026] GET /v2.0/networks/c09e96b4-cb79-42de-9353-78c4c2180d81/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2717] 10.0.0.168 () {34 vars in 753 bytes} [Thu Aug 20 00:34:55 2026] PUT /v2.0/networks/244bdb06-047a-4143-9149-61ee1374d3d1/tags => generated 17 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2718] 10.0.0.168 () {32 vars in 733 bytes} [Thu Aug 20 00:34:55 2026] GET /v2.0/networks/244bdb06-047a-4143-9149-61ee1374d3d1/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2719] 10.0.0.168 () {34 vars in 753 bytes} [Thu Aug 20 00:34:55 2026] PUT /v2.0/networks/244bdb06-047a-4143-9149-61ee1374d3d1/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2720] 10.0.0.168 () {32 vars in 733 bytes} [Thu Aug 20 00:34:55 2026] GET /v2.0/networks/244bdb06-047a-4143-9149-61ee1374d3d1/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2721] 10.0.0.168 () {32 vars in 733 bytes} [Thu Aug 20 00:34:55 2026] GET /v2.0/networks/c09e96b4-cb79-42de-9353-78c4c2180d81/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2722] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:34:55 2026] DELETE /v2.0/networks/c09e96b4-cb79-42de-9353-78c4c2180d81 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:34:55.575 7 INFO neutron.services.segments.plugin [-] Segment e6a3e186-cf2b-416a-95c7-7f1d00b9d68f resource provider aggregate not found 2026-08-20 00:34:55.586 7 INFO neutron.services.segments.plugin [-] Segment e6a3e186-cf2b-416a-95c7-7f1d00b9d68f resource provider aggregate not found 2026-08-20 00:34:55.602 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e6a3e186-cf2b-416a-95c7-7f1d00b9d68f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6a3e186-cf2b-416a-95c7-7f1d00b9d68f found for delete ", "request_id": "req-04e4a350-fbfe-413d-ac94-6746d5b69a5a"}]} 2026-08-20 00:34:55.607 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e6a3e186-cf2b-416a-95c7-7f1d00b9d68f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6a3e186-cf2b-416a-95c7-7f1d00b9d68f found for delete ", "request_id": "req-0e8a1af1-aa39-4c6e-98ad-e20937934b41"}]} [pid: 7|app: 0|req: 1311/2723] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:34:55 2026] DELETE /v2.0/networks/244bdb06-047a-4143-9149-61ee1374d3d1 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2724] 199.204.45.35 () {30 vars in 768 bytes} [Thu Aug 20 00:34:55 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 4976 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2725] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:34:55 2026] GET /v2.0/security-groups?tenant_id=710681fdc4ea43e1a39d5ce014ba61a4&name=default => generated 2929 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:34:55.745 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-81db15a2-0aba-486d-93f2-a4a27ba8df52'] response: {'name': 'network-changed', 'server_uuid': '4592f3f2-c770-47ee-9f3a-54cf0d3a1f80', 'tag': 'd7603036-e5f7-4398-b849-a9b360a20721', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1313/2726] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:34:55 2026] DELETE /v2.0/security-groups/3f5fe0e8-f0ef-4246-abbf-c6bdd0256e6d => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2727] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:34:56 2026] GET /v2.0/ports?tenant_id=5f8efcd424fb4344abdbc9e3256fca2f&device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 4976 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2728] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:34:56 2026] GET /v2.0/networks?id=5ffb231f-9ab0-444c-bab6-4d843cde27ae => generated 801 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2729] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:34:56 2026] GET /v2.0/security-groups?tenant_id=0e620beb7aa84cbebb6435c26d14d067&name=default => generated 2929 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2730] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:34:56 2026] GET /v2.0/networks/5ffb231f-9ab0-444c-bab6-4d843cde27ae?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2731] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:34:56 2026] GET /v2.0/networks/5ffb231f-9ab0-444c-bab6-4d843cde27ae?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: 1415/2732] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:34:56 2026] DELETE /v2.0/security-groups/e4388f94-c990-4022-8d11-e43bf1d5746b => 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: 1318/2733] 199.204.45.35 () {30 vars in 768 bytes} [Thu Aug 20 00:34:56 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 4976 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2734] 199.204.45.35 () {34 vars in 974 bytes} [Thu Aug 20 00:34:56 2026] GET /v2.0/ports/d7603036-e5f7-4398-b849-a9b360a20721 => generated 1116 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2735] 199.204.45.35 () {34 vars in 1059 bytes} [Thu Aug 20 00:34:56 2026] GET /v2.0/ports/d7603036-e5f7-4398-b849-a9b360a20721?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: 1416/2736] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:34:56 2026] GET /v2.0/security-groups?tenant_id=7cd61753bb5e4270b0d889633d920a58&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2737] 199.204.45.35 () {34 vars in 1015 bytes} [Thu Aug 20 00:34:56 2026] GET /v2.0/networks/5ffb231f-9ab0-444c-bab6-4d843cde27ae?fields=dns_domain => generated 29 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2738] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:34:56 2026] DELETE /v2.0/security-groups/80a54e00-46bf-4d15-9996-900c6f94ba24 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2739] 199.204.45.35 () {38 vars in 1027 bytes} [Thu Aug 20 00:34:56 2026] PUT /v2.0/ports/d7603036-e5f7-4398-b849-a9b360a20721 => generated 917 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:34:57.631 7 INFO neutron.services.segments.plugin [-] Segment 641055bb-afa1-41c2-a844-737cc489bdc9 resource provider aggregate not found 2026-08-20 00:34:57.639 7 INFO neutron.services.segments.plugin [-] Segment 641055bb-afa1-41c2-a844-737cc489bdc9 resource provider aggregate not found 2026-08-20 00:34:57.657 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 641055bb-afa1-41c2-a844-737cc489bdc9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 641055bb-afa1-41c2-a844-737cc489bdc9 found for delete ", "request_id": "req-abb73bb0-fb39-4ca4-b848-89455f3bff35"}]} 2026-08-20 00:34:57.672 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 641055bb-afa1-41c2-a844-737cc489bdc9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 641055bb-afa1-41c2-a844-737cc489bdc9 found for delete ", "request_id": "req-3fee5c3c-3d50-4eac-9772-ba04735ea4fb"}]} [pid: 8|app: 0|req: 1418/2740] 199.204.45.35 () {30 vars in 768 bytes} [Thu Aug 20 00:34:57 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 3868 bytes in 50 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-08-20 00:34:57.972 7 INFO neutron_taas.services.taas.taas_plugin [None req-b7f5dce3-9eaf-4618-be8a-a6a6a1c96799 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: d7603036-e5f7-4398-b849-a9b360a20721 2026-08-20 00:34:57.983 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7f5dce3-9eaf-4618-be8a-a6a6a1c96799 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: d7603036-e5f7-4398-b849-a9b360a20721 [pid: 7|app: 0|req: 1323/2741] 199.204.45.35 () {32 vars in 758 bytes} [Thu Aug 20 00:34:57 2026] DELETE /v2.0/ports/d7603036-e5f7-4398-b849-a9b360a20721 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2742] 199.204.45.35 () {30 vars in 702 bytes} [Thu Aug 20 00:34:58 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: 1324/2743] 199.204.45.35 () {30 vars in 704 bytes} [Thu Aug 20 00:34:58 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: 1420/2744] 199.204.45.35 () {30 vars in 680 bytes} [Thu Aug 20 00:34:58 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: 1325/2745] 199.204.45.35 () {30 vars in 716 bytes} [Thu Aug 20 00:34:58 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: 1421/2746] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:34:58 2026] GET /v2.0/subnets/761beee8-b7e0-48b2-9e3a-efbd117f0703 => 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: 1326/2747] 199.204.45.35 () {30 vars in 736 bytes} [Thu Aug 20 00:34:58 2026] GET /v2.0/ports/4ccec1ca-0160-48a8-869a-c53a009c7cf8 => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2748] 199.204.45.35 () {30 vars in 736 bytes} [Thu Aug 20 00:34:58 2026] GET /v2.0/ports/716bd6f2-56d8-4625-93ab-d157b7aba32b => generated 1345 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2749] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:34:58 2026] GET /v2.0/subnets/761beee8-b7e0-48b2-9e3a-efbd117f0703 => 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: 1423/2750] 199.204.45.35 () {30 vars in 742 bytes} [Thu Aug 20 00:34:58 2026] GET /v2.0/networks/25aea187-bbbb-47a7-8e5d-2dd830605df7 => generated 800 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2751] 199.204.45.35 () {30 vars in 736 bytes} [Thu Aug 20 00:34:58 2026] GET /v2.0/ports/4ccec1ca-0160-48a8-869a-c53a009c7cf8 => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2752] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:34:58 2026] GET /v2.0/subnets/761beee8-b7e0-48b2-9e3a-efbd117f0703 => 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: 1329/2753] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:34:58 2026] GET /v2.0/ports?tenant_id=5f8efcd424fb4344abdbc9e3256fca2f&device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 3868 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2754] 199.204.45.35 () {34 vars in 1225 bytes} [Thu Aug 20 00:34:58 2026] GET /v2.0/networks?id=08e58263-2a34-4342-906e-8629afb14fe6&id=25aea187-bbbb-47a7-8e5d-2dd830605df7&id=97945346-05d7-4cf0-9b13-645ab8f7edb3&id=5ffb231f-9ab0-444c-bab6-4d843cde27ae => generated 3097 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2755] 199.204.45.35 () {34 vars in 1061 bytes} [Thu Aug 20 00:34:58 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.164&port_id=846e2592-ec73-4839-9c4b-71b9f1178a79 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2756] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:34:58 2026] GET /v2.0/subnets?id=606d5e34-2d1e-4208-8ba0-9aaa6156f94e => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2757] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:34:58 2026] GET /v2.0/ports?network_id=08e58263-2a34-4342-906e-8629afb14fe6&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2758] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:34:58 2026] GET /v2.0/networks/08e58263-2a34-4342-906e-8629afb14fe6?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: 1332/2759] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:34:58 2026] GET /v2.0/networks/08e58263-2a34-4342-906e-8629afb14fe6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2760] 199.204.45.35 () {34 vars in 1055 bytes} [Thu Aug 20 00:34:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.20&port_id=716bd6f2-56d8-4625-93ab-d157b7aba32b => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2761] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:34:58 2026] GET /v2.0/subnets?id=761beee8-b7e0-48b2-9e3a-efbd117f0703 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2762] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:34:59 2026] GET /v2.0/ports?network_id=25aea187-bbbb-47a7-8e5d-2dd830605df7&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: 1334/2763] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:34:59 2026] GET /v2.0/networks/25aea187-bbbb-47a7-8e5d-2dd830605df7?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2764] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:34:59 2026] GET /v2.0/networks/25aea187-bbbb-47a7-8e5d-2dd830605df7?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: 1335/2765] 199.204.45.35 () {34 vars in 1057 bytes} [Thu Aug 20 00:34:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.103&port_id=1b0c030f-cfd2-4cfb-bf08-30f7e130e14e => 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: 1431/2766] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:34:59 2026] GET /v2.0/subnets?id=fe5bbd4a-b1d1-491a-92e4-88c2fa923aca => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2767] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:34:59 2026] GET /v2.0/ports?network_id=97945346-05d7-4cf0-9b13-645ab8f7edb3&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2768] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:34:59 2026] GET /v2.0/networks/97945346-05d7-4cf0-9b13-645ab8f7edb3?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2769] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:34:59 2026] GET /v2.0/networks/97945346-05d7-4cf0-9b13-645ab8f7edb3?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: 1433/2770] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:35:00 2026] GET /v2.0/security-groups?tenant_id=5c2f1d362c074b7590d520ddb0a115fc&name=default => generated 2929 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2771] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:35:00 2026] DELETE /v2.0/security-groups/73216b02-6319-481f-aab5-693e71483429 => 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: 1434/2772] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:35:00 2026] GET /v2.0/security-groups?tenant_id=a7c30349b7b246d78959b75ce0c1f50c&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2773] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:35:00 2026] DELETE /v2.0/security-groups/a16f16ff-fd57-430e-9e59-96f828d7b302 => 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: 1435/2774] 199.204.45.35 () {30 vars in 702 bytes} [Thu Aug 20 00:35:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2775] 199.204.45.35 () {30 vars in 704 bytes} [Thu Aug 20 00:35:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2776] 199.204.45.35 () {30 vars in 680 bytes} [Thu Aug 20 00:35:03 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: 1341/2777] 199.204.45.35 () {30 vars in 716 bytes} [Thu Aug 20 00:35:03 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: 1437/2778] 199.204.45.35 () {30 vars in 768 bytes} [Thu Aug 20 00:35:03 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 3868 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2779] 199.204.45.35 () {30 vars in 702 bytes} [Thu Aug 20 00:35: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: 1438/2780] 199.204.45.35 () {30 vars in 704 bytes} [Thu Aug 20 00:35:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2781] 199.204.45.35 () {30 vars in 680 bytes} [Thu Aug 20 00:35:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2782] 199.204.45.35 () {30 vars in 716 bytes} [Thu Aug 20 00:35:03 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: 1344/2783] 199.204.45.35 () {30 vars in 736 bytes} [Thu Aug 20 00:35:03 2026] GET /v2.0/ports/1b0c030f-cfd2-4cfb-bf08-30f7e130e14e => generated 1291 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2784] 199.204.45.35 () {34 vars in 788 bytes} [Thu Aug 20 00:35:03 2026] PUT /v2.0/ports/1b0c030f-cfd2-4cfb-bf08-30f7e130e14e => generated 1080 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:35:04.243 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-60d62b44-8b9c-4f4b-a2a0-0fc7dd2ddfd5'] response: {'name': 'network-changed', 'server_uuid': '4592f3f2-c770-47ee-9f3a-54cf0d3a1f80', 'tag': '1b0c030f-cfd2-4cfb-bf08-30f7e130e14e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1345/2785] 199.204.45.35 () {30 vars in 742 bytes} [Thu Aug 20 00:35:04 2026] GET /v2.0/networks/97945346-05d7-4cf0-9b13-645ab8f7edb3 => generated 798 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: 1441/2786] 199.204.45.35 () {30 vars in 768 bytes} [Thu Aug 20 00:35:04 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 3693 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2787] 199.204.45.35 () {30 vars in 768 bytes} [Thu Aug 20 00:35:04 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 3693 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2788] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:35:04 2026] GET /v2.0/ports?tenant_id=5f8efcd424fb4344abdbc9e3256fca2f&device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 3693 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2789] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:35:04 2026] GET /v2.0/networks?id=97945346-05d7-4cf0-9b13-645ab8f7edb3 => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2790] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:35:04 2026] GET /v2.0/networks/97945346-05d7-4cf0-9b13-645ab8f7edb3?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: 1348/2791] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:35:04 2026] GET /v2.0/networks/97945346-05d7-4cf0-9b13-645ab8f7edb3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2792] 199.204.45.35 () {30 vars in 768 bytes} [Thu Aug 20 00:35:05 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 3693 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2793] 199.204.45.35 () {34 vars in 974 bytes} [Thu Aug 20 00:35:06 2026] GET /v2.0/ports/1b0c030f-cfd2-4cfb-bf08-30f7e130e14e => generated 1116 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2794] 199.204.45.35 () {34 vars in 1059 bytes} [Thu Aug 20 00:35:06 2026] GET /v2.0/ports/1b0c030f-cfd2-4cfb-bf08-30f7e130e14e?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2795] 199.204.45.35 () {34 vars in 1015 bytes} [Thu Aug 20 00:35:06 2026] GET /v2.0/networks/97945346-05d7-4cf0-9b13-645ab8f7edb3?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: 1350/2796] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:35:06 2026] GET /v2.0/security-groups?tenant_id=9b04ddc956ce419a89378ed3dfa14c88&name=default => generated 2929 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2797] 199.204.45.35 () {30 vars in 768 bytes} [Thu Aug 20 00:35:06 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 3693 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2798] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:35:06 2026] DELETE /v2.0/security-groups/69a7b322-ca6a-4d0a-992c-2476e9152e0d => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2799] 199.204.45.35 () {38 vars in 1027 bytes} [Thu Aug 20 00:35:06 2026] PUT /v2.0/ports/1b0c030f-cfd2-4cfb-bf08-30f7e130e14e => generated 917 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2800] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:35:06 2026] GET /v2.0/security-groups?tenant_id=c781eb84e8994894b88b271e407ec3bb&name=default => generated 2929 bytes in 111 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: 1448/2801] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:35:07 2026] DELETE /v2.0/security-groups/dfcdea75-ff51-4da1-9e7e-e7f68f9cba99 => 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: 1354/2802] 199.204.45.35 () {30 vars in 768 bytes} [Thu Aug 20 00:35:07 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 2585 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:35:07.917 8 INFO neutron_taas.services.taas.taas_plugin [None req-17afc4df-fd7b-450f-91ea-49c379b5d49f e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: 1b0c030f-cfd2-4cfb-bf08-30f7e130e14e 2026-08-20 00:35:07.920 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17afc4df-fd7b-450f-91ea-49c379b5d49f e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: 1b0c030f-cfd2-4cfb-bf08-30f7e130e14e [pid: 8|app: 0|req: 1449/2803] 199.204.45.35 () {32 vars in 758 bytes} [Thu Aug 20 00:35:07 2026] DELETE /v2.0/ports/1b0c030f-cfd2-4cfb-bf08-30f7e130e14e => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2804] 199.204.45.35 () {30 vars in 702 bytes} [Thu Aug 20 00:35:08 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: 1450/2805] 199.204.45.35 () {30 vars in 704 bytes} [Thu Aug 20 00:35:08 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: 1356/2806] 199.204.45.35 () {30 vars in 680 bytes} [Thu Aug 20 00:35:08 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: 1451/2807] 199.204.45.35 () {30 vars in 716 bytes} [Thu Aug 20 00:35:08 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: 1357/2808] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:35:08 2026] GET /v2.0/subnets/761beee8-b7e0-48b2-9e3a-efbd117f0703 => 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: 1452/2809] 199.204.45.35 () {30 vars in 736 bytes} [Thu Aug 20 00:35:08 2026] GET /v2.0/ports/4ccec1ca-0160-48a8-869a-c53a009c7cf8 => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2810] 199.204.45.35 () {30 vars in 736 bytes} [Thu Aug 20 00:35:08 2026] GET /v2.0/ports/716bd6f2-56d8-4625-93ab-d157b7aba32b => generated 1345 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2811] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:35:08 2026] GET /v2.0/subnets/761beee8-b7e0-48b2-9e3a-efbd117f0703 => 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: 1359/2812] 199.204.45.35 () {30 vars in 742 bytes} [Thu Aug 20 00:35:08 2026] GET /v2.0/networks/25aea187-bbbb-47a7-8e5d-2dd830605df7 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2813] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:35:08 2026] GET /v2.0/ports?tenant_id=5f8efcd424fb4344abdbc9e3256fca2f&device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 2585 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2814] 199.204.45.35 () {30 vars in 736 bytes} [Thu Aug 20 00:35:08 2026] GET /v2.0/ports/4ccec1ca-0160-48a8-869a-c53a009c7cf8 => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2815] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:35:08 2026] GET /v2.0/subnets/761beee8-b7e0-48b2-9e3a-efbd117f0703 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2816] 199.204.45.35 () {34 vars in 1145 bytes} [Thu Aug 20 00:35:08 2026] GET /v2.0/networks?id=08e58263-2a34-4342-906e-8629afb14fe6&id=25aea187-bbbb-47a7-8e5d-2dd830605df7&id=97945346-05d7-4cf0-9b13-645ab8f7edb3 => generated 2310 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2817] 199.204.45.35 () {34 vars in 1061 bytes} [Thu Aug 20 00:35:08 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.164&port_id=846e2592-ec73-4839-9c4b-71b9f1178a79 => 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: 1456/2818] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:35:08 2026] GET /v2.0/subnets?id=606d5e34-2d1e-4208-8ba0-9aaa6156f94e => generated 654 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2819] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:35:08 2026] GET /v2.0/ports?network_id=08e58263-2a34-4342-906e-8629afb14fe6&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: 1457/2820] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:35:08 2026] GET /v2.0/networks/08e58263-2a34-4342-906e-8629afb14fe6?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2821] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:35:08 2026] GET /v2.0/networks/08e58263-2a34-4342-906e-8629afb14fe6?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: 1458/2822] 199.204.45.35 () {34 vars in 1055 bytes} [Thu Aug 20 00:35:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.20&port_id=716bd6f2-56d8-4625-93ab-d157b7aba32b => 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: 1365/2823] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:35:08 2026] GET /v2.0/subnets?id=761beee8-b7e0-48b2-9e3a-efbd117f0703 => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2824] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:35:08 2026] GET /v2.0/ports?network_id=25aea187-bbbb-47a7-8e5d-2dd830605df7&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2825] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:35:08 2026] GET /v2.0/networks/25aea187-bbbb-47a7-8e5d-2dd830605df7?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2826] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:35:08 2026] GET /v2.0/networks/25aea187-bbbb-47a7-8e5d-2dd830605df7?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: 1462/2829] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:35:13 2026] GET /v2.0/security-groups?tenant_id=1c62f080d1d2476081e12b102c71c793&name=default => generated 2929 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2830] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:35:13 2026] DELETE /v2.0/security-groups/2d64c93d-72c2-4394-bfe1-f35b2a55a66d => 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: 1463/2831] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:35:14 2026] GET /v2.0/security-groups?tenant_id=de12b75d606a48eab8a3034ddf8800a4&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2832] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:35:14 2026] DELETE /v2.0/security-groups/dd448455-2fee-478f-8960-c2249ae5e59d => 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: 1464/2833] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:35:17 2026] GET /v2.0/security-groups?tenant_id=6da26969b6ba4217994d2716789cd746&name=default => generated 2929 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2834] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:35:18 2026] DELETE /v2.0/security-groups/2fdbf2b7-d38d-4c69-a18d-8398ec4e8bb8 => 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: 1465/2835] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:35:18 2026] GET /v2.0/security-groups?tenant_id=1756a9d7ad5e47799cc70687a12b9283&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2836] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:35:18 2026] DELETE /v2.0/security-groups/530f0628-1a8b-4908-b172-56631c6861cb => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2837] 199.204.45.35 () {30 vars in 702 bytes} [Thu Aug 20 00:35:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2838] 199.204.45.35 () {30 vars in 704 bytes} [Thu Aug 20 00:35:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2839] 199.204.45.35 () {30 vars in 680 bytes} [Thu Aug 20 00:35:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2840] 199.204.45.35 () {30 vars in 716 bytes} [Thu Aug 20 00:35:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:35:20.694 8 INFO neutron.api.v2.resource [None req-9fb569b3-88b7-4a0f-8adc-ba45658d83ad e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1468/2841] 199.204.45.35 () {30 vars in 762 bytes} [Thu Aug 20 00:35:20 2026] GET /v2.0/security-groups/lb-08228e2c-dcc6-4d4a-8fb3-2a3094bb23ad => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2842] 199.204.45.35 () {30 vars in 784 bytes} [Thu Aug 20 00:35:20 2026] GET /v2.0/security-groups?name=lb-08228e2c-dcc6-4d4a-8fb3-2a3094bb23ad => generated 2861 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2843] 199.204.45.35 () {30 vars in 814 bytes} [Thu Aug 20 00:35:20 2026] GET /v2.0/security-group-rules?security_group_id=f0b83afd-f510-47ce-9c8e-051748da5f01 => generated 2334 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2844] 199.204.45.35 () {32 vars in 788 bytes} [Thu Aug 20 00:35:20 2026] DELETE /v2.0/security-group-rules/93d27e83-415b-48fb-a634-a1c981779059 => 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: 1470/2845] 199.204.45.35 () {32 vars in 788 bytes} [Thu Aug 20 00:35:20 2026] DELETE /v2.0/security-group-rules/f3952654-ac86-4e60-9f5b-0ecc0bd595e8 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:35:23.665 7 INFO neutron_taas.services.taas.taas_plugin [None req-436f3581-8d80-443a-a62c-36c2ad11f966 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] TaaS: Handle Delete Port: 07895932-9560-432e-9ec2-e351319d288b 2026-08-20 00:35:23.667 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-436f3581-8d80-443a-a62c-36c2ad11f966 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] Tap Mirror: Handle Delete Port: 07895932-9560-432e-9ec2-e351319d288b 2026-08-20 00:35:23.811 7 INFO neutron.db.l3_db [None req-436f3581-8d80-443a-a62c-36c2ad11f966 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] Floating IP c651e4b5-b65b-414f-9b13-1bf24b416d79 disassociated (deleted). External IP: 10.96.250.203, port: 4ccec1ca-0160-48a8-869a-c53a009c7cf8. [pid: 7|app: 0|req: 1376/2846] 10.0.0.168 () {32 vars in 732 bytes} [Thu Aug 20 00:35:23 2026] DELETE /v2.0/floatingips/c651e4b5-b65b-414f-9b13-1bf24b416d79 => generated 0 bytes in 594 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:35:24.156 8 INFO neutron.api.v2.resource [None req-39e02df0-fdab-4d52-ade0-b68da37829d0 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1471/2847] 10.0.0.168 () {32 vars in 729 bytes} [Thu Aug 20 00:35:24 2026] GET /v2.0/floatingips/c651e4b5-b65b-414f-9b13-1bf24b416d79 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2850] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:35:24 2026] GET /v2.0/security-groups?tenant_id=5cbb1ab993514117bd5dfc1115a5d91f&name=default => generated 2929 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2851] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:35:24 2026] DELETE /v2.0/security-groups/b120d55f-62ec-4821-b517-ab5cff204b48 => 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: 1378/2852] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:35:24 2026] GET /v2.0/security-groups?tenant_id=7f263821b0ac47c888945f51e3b94300&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2853] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:35:24 2026] DELETE /v2.0/security-groups/854fb8e9-6038-46ca-bd2b-dbc9edc42996 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2854] 199.204.45.35 () {30 vars in 702 bytes} [Thu Aug 20 00:35:24 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: 1476/2855] 199.204.45.35 () {30 vars in 704 bytes} [Thu Aug 20 00:35:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2856] 199.204.45.35 () {30 vars in 680 bytes} [Thu Aug 20 00:35:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2857] 199.204.45.35 () {30 vars in 716 bytes} [Thu Aug 20 00:35:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:35:25.055 7 INFO neutron.api.v2.resource [None req-3c2f8e96-7168-494f-9577-fe6c3ffd6679 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1381/2858] 199.204.45.35 () {30 vars in 762 bytes} [Thu Aug 20 00:35:25 2026] GET /v2.0/security-groups/lb-08228e2c-dcc6-4d4a-8fb3-2a3094bb23ad => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2859] 199.204.45.35 () {30 vars in 784 bytes} [Thu Aug 20 00:35:25 2026] GET /v2.0/security-groups?name=lb-08228e2c-dcc6-4d4a-8fb3-2a3094bb23ad => generated 1637 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2860] 199.204.45.35 () {30 vars in 814 bytes} [Thu Aug 20 00:35:25 2026] GET /v2.0/security-group-rules?security_group_id=f0b83afd-f510-47ce-9c8e-051748da5f01 => 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: 1479/2861] 199.204.45.35 () {30 vars in 702 bytes} [Thu Aug 20 00:35:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2862] 199.204.45.35 () {30 vars in 704 bytes} [Thu Aug 20 00:35:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2863] 199.204.45.35 () {30 vars in 680 bytes} [Thu Aug 20 00:35:25 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: 1384/2864] 199.204.45.35 () {30 vars in 716 bytes} [Thu Aug 20 00:35:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2865] 199.204.45.35 () {30 vars in 740 bytes} [Thu Aug 20 00:35:25 2026] GET /v2.0/subnets/761beee8-b7e0-48b2-9e3a-efbd117f0703 => 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: 1385/2866] 199.204.45.35 () {30 vars in 768 bytes} [Thu Aug 20 00:35:25 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 2585 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2867] 199.204.45.35 () {30 vars in 768 bytes} [Thu Aug 20 00:35:25 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 2585 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2868] 199.204.45.35 () {30 vars in 768 bytes} [Thu Aug 20 00:35:25 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 2585 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2869] 199.204.45.35 () {30 vars in 768 bytes} [Thu Aug 20 00:35:26 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 2585 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:35:26.928 7 INFO neutron.db.segments_db [None req-1ae25a17-f179-4ab7-8b04-3b922cd1d689 8abb9613021341b1ad9977ae424a1eb4 3d33d97f64244029993f63bbb1fc22f0 - - default default] Added segment 741f92c9-8aaa-422f-862b-3253b0cb6a11 of type vxlan for network 586a583d-ca47-4fbb-a872-39de51371f62 2026-08-20 00:35:26.993 7 INFO neutron.db.segments_db [None req-1ae25a17-f179-4ab7-8b04-3b922cd1d689 8abb9613021341b1ad9977ae424a1eb4 3d33d97f64244029993f63bbb1fc22f0 - - default default] Added segment 2de296c1-8d67-4fe2-bd9d-fcbf413a5e8e of type vxlan for network d439fb0f-470a-4c25-bd82-d038876f072e [pid: 7|app: 0|req: 1387/2870] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:35:26 2026] POST /v2.0/networks => generated 1246 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2871] 10.0.0.168 () {32 vars in 649 bytes} [Thu Aug 20 00:35:27 2026] GET /v2.0/networks => generated 1845 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:35:27.303 7 INFO neutron.services.segments.plugin [-] Segment 741f92c9-8aaa-422f-862b-3253b0cb6a11 resource provider aggregate not found 2026-08-20 00:35:27.311 7 INFO neutron.services.segments.plugin [-] Segment 741f92c9-8aaa-422f-862b-3253b0cb6a11 resource provider aggregate not found 2026-08-20 00:35:27.332 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 741f92c9-8aaa-422f-862b-3253b0cb6a11 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 741f92c9-8aaa-422f-862b-3253b0cb6a11 found for delete ", "request_id": "req-b2b3cfbe-b8c1-4a27-8e1c-734de44a9b9c"}]} 2026-08-20 00:35:27.333 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 741f92c9-8aaa-422f-862b-3253b0cb6a11 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 741f92c9-8aaa-422f-862b-3253b0cb6a11 found for delete ", "request_id": "req-b8cc2400-457f-4daf-86c3-9dfd20b1bd57"}]} [pid: 7|app: 0|req: 1388/2872] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:35:27 2026] DELETE /v2.0/networks/586a583d-ca47-4fbb-a872-39de51371f62 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:35:27.464 8 INFO neutron.services.segments.plugin [-] Segment 2de296c1-8d67-4fe2-bd9d-fcbf413a5e8e resource provider aggregate not found 2026-08-20 00:35:27.469 8 INFO neutron.services.segments.plugin [-] Segment 2de296c1-8d67-4fe2-bd9d-fcbf413a5e8e resource provider aggregate not found [pid: 7|app: 0|req: 1389/2873] 199.204.45.35 () {34 vars in 974 bytes} [Thu Aug 20 00:35:27 2026] GET /v2.0/ports/716bd6f2-56d8-4625-93ab-d157b7aba32b => generated 1345 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:35:27.483 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2de296c1-8d67-4fe2-bd9d-fcbf413a5e8e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2de296c1-8d67-4fe2-bd9d-fcbf413a5e8e found for delete ", "request_id": "req-c63767e5-117e-403a-8627-49439b495c31"}]} 2026-08-20 00:35:27.485 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2de296c1-8d67-4fe2-bd9d-fcbf413a5e8e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2de296c1-8d67-4fe2-bd9d-fcbf413a5e8e found for delete ", "request_id": "req-ba67b78b-38ed-4f86-8b1a-40f283e9a5c9"}]} [pid: 8|app: 0|req: 1485/2874] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:35:27 2026] DELETE /v2.0/networks/d439fb0f-470a-4c25-bd82-d038876f072e => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2875] 199.204.45.35 () {34 vars in 1059 bytes} [Thu Aug 20 00:35:27 2026] GET /v2.0/ports/716bd6f2-56d8-4625-93ab-d157b7aba32b?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: 1486/2876] 10.0.0.168 () {32 vars in 649 bytes} [Thu Aug 20 00:35:27 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) [pid: 7|app: 0|req: 1391/2877] 199.204.45.35 () {34 vars in 1015 bytes} [Thu Aug 20 00:35:27 2026] GET /v2.0/networks/25aea187-bbbb-47a7-8e5d-2dd830605df7?fields=dns_domain => generated 29 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:35:27.598 8 INFO neutron.db.segments_db [None req-e6a6380b-0cf5-4c1a-9f2b-bc1519637182 8abb9613021341b1ad9977ae424a1eb4 3d33d97f64244029993f63bbb1fc22f0 - - default default] Added segment 62547874-2537-43a9-ad08-781db1c30e64 of type vxlan for network f6451b5c-a737-46a6-b6db-35a8f630d924 [pid: 7|app: 0|req: 1392/2878] 199.204.45.35 () {30 vars in 768 bytes} [Thu Aug 20 00:35:27 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 2585 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2879] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:35:27 2026] POST /v2.0/networks => generated 653 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:35:27.718 8 INFO neutron.db.segments_db [None req-f165e630-128c-4e7e-bb67-b35771aaea34 8abb9613021341b1ad9977ae424a1eb4 3d33d97f64244029993f63bbb1fc22f0 - - default default] Added segment 47de60f5-4ced-4745-9913-dbef046e6e47 of type vxlan for network 22e4b180-0663-41e7-ae60-4b162933b5e7 [pid: 8|app: 0|req: 1488/2880] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:35:27 2026] POST /v2.0/networks => generated 654 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2881] 199.204.45.35 () {38 vars in 1027 bytes} [Thu Aug 20 00:35:27 2026] PUT /v2.0/ports/716bd6f2-56d8-4625-93ab-d157b7aba32b => generated 1146 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2882] 10.0.0.168 () {34 vars in 665 bytes} [Thu Aug 20 00:35:27 2026] POST /v2.0/ports => generated 1506 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1394/2883] 10.0.0.168 () {32 vars in 643 bytes} [Thu Aug 20 00:35:28 2026] GET /v2.0/ports => generated 1506 bytes in 93 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-08-20 00:35:28.499 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c8d81d6-b7ef-4093-bb82-3584e29a2f9e 8abb9613021341b1ad9977ae424a1eb4 3d33d97f64244029993f63bbb1fc22f0 - - default default] TaaS: Handle Delete Port: 661d0edc-8b97-4344-9b36-56ddb17ad321 2026-08-20 00:35:28.502 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c8d81d6-b7ef-4093-bb82-3584e29a2f9e 8abb9613021341b1ad9977ae424a1eb4 3d33d97f64244029993f63bbb1fc22f0 - - default default] Tap Mirror: Handle Delete Port: 661d0edc-8b97-4344-9b36-56ddb17ad321 [pid: 8|app: 0|req: 1490/2884] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:35:28 2026] DELETE /v2.0/ports/661d0edc-8b97-4344-9b36-56ddb17ad321 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2885] 199.204.45.35 () {30 vars in 768 bytes} [Thu Aug 20 00:35:28 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 1248 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:35:28.709 7 INFO neutron_taas.services.taas.taas_plugin [None req-f5607026-3328-49b2-a84a-9f04c8f88067 8abb9613021341b1ad9977ae424a1eb4 3d33d97f64244029993f63bbb1fc22f0 - - default default] TaaS: Handle Delete Port: 34352dce-be43-4968-8af7-8301ce14345a 2026-08-20 00:35:28.711 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5607026-3328-49b2-a84a-9f04c8f88067 8abb9613021341b1ad9977ae424a1eb4 3d33d97f64244029993f63bbb1fc22f0 - - default default] Tap Mirror: Handle Delete Port: 34352dce-be43-4968-8af7-8301ce14345a [pid: 7|app: 0|req: 1395/2886] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:35:28 2026] DELETE /v2.0/ports/34352dce-be43-4968-8af7-8301ce14345a => 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: 1396/2887] 10.0.0.168 () {32 vars in 643 bytes} [Thu Aug 20 00:35:28 2026] GET /v2.0/ports => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:35:28.841 7 INFO neutron.db.segments_db [None req-7b11b506-9afb-476d-ba74-691c59396d8d 8abb9613021341b1ad9977ae424a1eb4 3d33d97f64244029993f63bbb1fc22f0 - - default default] Added segment c7759066-5949-4154-ac09-bf72cc29e387 of type vxlan for network 487aa6a7-9046-434c-a06e-4029e3fff5a2 [pid: 8|app: 0|req: 1492/2888] 199.204.45.35 () {34 vars in 788 bytes} [Thu Aug 20 00:35:28 2026] PUT /v2.0/ports/716bd6f2-56d8-4625-93ab-d157b7aba32b => generated 1086 bytes in 198 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: 1397/2889] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:35:28 2026] POST /v2.0/networks => generated 654 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2890] 199.204.45.35 () {30 vars in 736 bytes} [Thu Aug 20 00:35:28 2026] GET /v2.0/ports/716bd6f2-56d8-4625-93ab-d157b7aba32b => generated 1086 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:35:28.964 7 INFO neutron.db.segments_db [None req-576ec92f-3442-4166-8f53-a28e604986bb 8abb9613021341b1ad9977ae424a1eb4 3d33d97f64244029993f63bbb1fc22f0 - - default default] Added segment f690c1c9-5ff6-4516-ab25-ea5325b9d90b of type vxlan for network ef15d1fa-2f97-4cec-8137-f59d304c8815 2026-08-20 00:35:29.031 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a54ddf5-b526-4cf2-ac22-dfe4d63294bc e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: 716bd6f2-56d8-4625-93ab-d157b7aba32b 2026-08-20 00:35:29.034 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a54ddf5-b526-4cf2-ac22-dfe4d63294bc e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: 716bd6f2-56d8-4625-93ab-d157b7aba32b [pid: 7|app: 0|req: 1398/2891] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:35:28 2026] POST /v2.0/networks => generated 654 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2892] 199.204.45.35 () {32 vars in 758 bytes} [Thu Aug 20 00:35:28 2026] DELETE /v2.0/ports/716bd6f2-56d8-4625-93ab-d157b7aba32b => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2893] 199.204.45.35 () {30 vars in 702 bytes} [Thu Aug 20 00:35:29 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: 1495/2894] 199.204.45.35 () {30 vars in 704 bytes} [Thu Aug 20 00:35:29 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: 1400/2895] 199.204.45.35 () {30 vars in 680 bytes} [Thu Aug 20 00:35:29 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: 1496/2896] 199.204.45.35 () {30 vars in 716 bytes} [Thu Aug 20 00:35:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:35:29.316 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f133e8cf-63c4-44c4-9467-3de4a9d4c27d e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1401/2897] 199.204.45.35 () {32 vars in 758 bytes} [Thu Aug 20 00:35:29 2026] DELETE /v2.0/ports/716bd6f2-56d8-4625-93ab-d157b7aba32b => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2898] 199.204.45.35 () {30 vars in 736 bytes} [Thu Aug 20 00:35:29 2026] GET /v2.0/ports/4ccec1ca-0160-48a8-869a-c53a009c7cf8 => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:35:29.379 7 INFO neutron.api.v2.resource [None req-80329c1a-e3a6-4ee1-8f7d-4783a389475a e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1402/2899] 199.204.45.35 () {30 vars in 762 bytes} [Thu Aug 20 00:35:29 2026] GET /v2.0/security-groups/lb-08228e2c-dcc6-4d4a-8fb3-2a3094bb23ad => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2900] 199.204.45.35 () {30 vars in 784 bytes} [Thu Aug 20 00:35:29 2026] GET /v2.0/security-groups?name=lb-08228e2c-dcc6-4d4a-8fb3-2a3094bb23ad => generated 1637 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2901] 199.204.45.35 () {30 vars in 736 bytes} [Thu Aug 20 00:35:29 2026] GET /v2.0/ports/4ccec1ca-0160-48a8-869a-c53a009c7cf8 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2902] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:35:29 2026] GET /v2.0/ports?tenant_id=5f8efcd424fb4344abdbc9e3256fca2f&device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2903] 199.204.45.35 () {34 vars in 1065 bytes} [Thu Aug 20 00:35:29 2026] GET /v2.0/networks?id=08e58263-2a34-4342-906e-8629afb14fe6&id=25aea187-bbbb-47a7-8e5d-2dd830605df7 => generated 1523 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2904] 199.204.45.35 () {34 vars in 788 bytes} [Thu Aug 20 00:35:29 2026] PUT /v2.0/ports/4ccec1ca-0160-48a8-869a-c53a009c7cf8 => generated 1090 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2905] 199.204.45.35 () {34 vars in 1061 bytes} [Thu Aug 20 00:35:29 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.164&port_id=846e2592-ec73-4839-9c4b-71b9f1178a79 => 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: 1502/2906] 199.204.45.35 () {32 vars in 778 bytes} [Thu Aug 20 00:35:29 2026] DELETE /v2.0/security-groups/f0b83afd-f510-47ce-9c8e-051748da5f01 => 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: 1503/2907] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:35:29 2026] GET /v2.0/subnets?id=606d5e34-2d1e-4208-8ba0-9aaa6156f94e => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:35:29.903 8 INFO neutron_taas.services.taas.taas_plugin [None req-0040e8cb-e161-43b5-bc77-392ea285fb02 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: 4ccec1ca-0160-48a8-869a-c53a009c7cf8 2026-08-20 00:35:29.906 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0040e8cb-e161-43b5-bc77-392ea285fb02 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: 4ccec1ca-0160-48a8-869a-c53a009c7cf8 [pid: 7|app: 0|req: 1405/2908] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:35:29 2026] POST /v2.0/subnets => generated 1323 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2909] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:35:29 2026] GET /v2.0/ports?network_id=08e58263-2a34-4342-906e-8629afb14fe6&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: 1407/2910] 10.0.0.168 () {32 vars in 647 bytes} [Thu Aug 20 00:35:29 2026] GET /v2.0/subnets => generated 1959 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2911] 199.204.45.35 () {32 vars in 758 bytes} [Thu Aug 20 00:35:29 2026] DELETE /v2.0/ports/4ccec1ca-0160-48a8-869a-c53a009c7cf8 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2912] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:35:30 2026] GET /v2.0/networks/08e58263-2a34-4342-906e-8629afb14fe6?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: 1409/2913] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:35:30 2026] GET /v2.0/networks/08e58263-2a34-4342-906e-8629afb14fe6?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: 1505/2914] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:35:30 2026] DELETE /v2.0/subnets/fc903703-7775-4804-874a-8cb8d38d6d8d => 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: 1410/2915] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:35:30 2026] DELETE /v2.0/subnets/a86f4a73-887c-4b86-b1d2-f5c6f05a4be5 => 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: 1506/2916] 10.0.0.168 () {32 vars in 647 bytes} [Thu Aug 20 00:35:30 2026] GET /v2.0/subnets => generated 649 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:35:30.460 7 INFO neutron.services.segments.plugin [-] Segment f690c1c9-5ff6-4516-ab25-ea5325b9d90b resource provider aggregate not found 2026-08-20 00:35:30.463 7 INFO neutron.services.segments.plugin [-] Segment f690c1c9-5ff6-4516-ab25-ea5325b9d90b resource provider aggregate not found [pid: 7|app: 0|req: 1411/2917] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:35:30 2026] DELETE /v2.0/networks/ef15d1fa-2f97-4cec-8137-f59d304c8815 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:35:30.483 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f690c1c9-5ff6-4516-ab25-ea5325b9d90b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f690c1c9-5ff6-4516-ab25-ea5325b9d90b found for delete ", "request_id": "req-64a93a9d-5ebd-49e2-90b1-461c4a0aec78"}]} 2026-08-20 00:35:30.484 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f690c1c9-5ff6-4516-ab25-ea5325b9d90b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f690c1c9-5ff6-4516-ab25-ea5325b9d90b found for delete ", "request_id": "req-92fa82e0-c1e8-449d-9f13-f51c49ccb83f"}]} 2026-08-20 00:35:30.632 8 INFO neutron.services.segments.plugin [-] Segment c7759066-5949-4154-ac09-bf72cc29e387 resource provider aggregate not found 2026-08-20 00:35:30.637 8 INFO neutron.services.segments.plugin [-] Segment c7759066-5949-4154-ac09-bf72cc29e387 resource provider aggregate not found 2026-08-20 00:35:30.654 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c7759066-5949-4154-ac09-bf72cc29e387 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7759066-5949-4154-ac09-bf72cc29e387 found for delete ", "request_id": "req-4f039b2f-8981-4653-9406-de9e35264900"}]} 2026-08-20 00:35:30.671 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c7759066-5949-4154-ac09-bf72cc29e387 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7759066-5949-4154-ac09-bf72cc29e387 found for delete ", "request_id": "req-b0161fa8-8875-4bd4-aebc-4cf12456767f"}]} [pid: 8|app: 0|req: 1507/2918] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:35:30 2026] DELETE /v2.0/networks/487aa6a7-9046-434c-a06e-4029e3fff5a2 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2919] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:35:30 2026] DELETE /v2.0/networks/22e4b180-0663-41e7-ae60-4b162933b5e7 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2920] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:35:30 2026] DELETE /v2.0/networks/f6451b5c-a737-46a6-b6db-35a8f630d924 => 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: 1413/2921] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:35:31 2026] GET /v2.0/security-groups?tenant_id=3d33d97f64244029993f63bbb1fc22f0&name=default => generated 2929 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2922] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:35:31 2026] DELETE /v2.0/security-groups/72c16d36-a3cb-42d3-8d80-6cc5ec5681c9 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:35:32.506 7 INFO neutron.services.segments.plugin [-] Segment 47de60f5-4ced-4745-9913-dbef046e6e47 resource provider aggregate not found 2026-08-20 00:35:32.510 7 INFO neutron.services.segments.plugin [-] Segment 47de60f5-4ced-4745-9913-dbef046e6e47 resource provider aggregate not found 2026-08-20 00:35:32.529 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 47de60f5-4ced-4745-9913-dbef046e6e47 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47de60f5-4ced-4745-9913-dbef046e6e47 found for delete ", "request_id": "req-314d2109-8a24-4a4d-b106-d42bc031511c"}]} 2026-08-20 00:35:32.533 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 47de60f5-4ced-4745-9913-dbef046e6e47 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47de60f5-4ced-4745-9913-dbef046e6e47 found for delete ", "request_id": "req-00d101e4-bf9e-41d9-92ce-72e16a91d902"}]} 2026-08-20 00:35:32.669 8 INFO neutron.services.segments.plugin [-] Segment 62547874-2537-43a9-ad08-781db1c30e64 resource provider aggregate not found 2026-08-20 00:35:32.690 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 62547874-2537-43a9-ad08-781db1c30e64 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62547874-2537-43a9-ad08-781db1c30e64 found for delete ", "request_id": "req-f65b145a-bf9b-4aa9-86d0-e960d6245e58"}]} 2026-08-20 00:35:32.712 8 INFO neutron.services.segments.plugin [-] Segment 62547874-2537-43a9-ad08-781db1c30e64 resource provider aggregate not found 2026-08-20 00:35:32.729 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 62547874-2537-43a9-ad08-781db1c30e64 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62547874-2537-43a9-ad08-781db1c30e64 found for delete ", "request_id": "req-4e7265c7-fd37-4285-8b5f-83b45c3fb7ab"}]} [pid: 7|app: 0|req: 1414/2923] 199.204.45.35 () {34 vars in 993 bytes} [Thu Aug 20 00:35:32 2026] GET /v2.0/ports?device_id=4592f3f2-c770-47ee-9f3a-54cf0d3a1f80 => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:35:33.043 8 INFO neutron_taas.services.taas.taas_plugin [req-024d848f-dd2d-4b18-a29a-18372067c11c req-1ed41a94-f24f-4fda-8e52-f7b4d3bd6a5d e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: 846e2592-ec73-4839-9c4b-71b9f1178a79 2026-08-20 00:35:33.046 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-024d848f-dd2d-4b18-a29a-18372067c11c req-1ed41a94-f24f-4fda-8e52-f7b4d3bd6a5d e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: 846e2592-ec73-4839-9c4b-71b9f1178a79 [pid: 8|app: 0|req: 1510/2924] 199.204.45.35 () {36 vars in 996 bytes} [Thu Aug 20 00:35:32 2026] DELETE /v2.0/ports/846e2592-ec73-4839-9c4b-71b9f1178a79 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:35:33.211 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-45841324-6fed-4330-bf54-37bdfd0b7a32'] response: {'server_uuid': '4592f3f2-c770-47ee-9f3a-54cf0d3a1f80', 'name': 'network-vif-deleted', 'tag': '846e2592-ec73-4839-9c4b-71b9f1178a79', 'status': 'completed', 'code': 200} 2026-08-20 00:35:33.598 7 INFO neutron.db.segments_db [None req-5875fa3c-25ee-491e-b404-cbe065b86c0c a2606a3b1aa343978327382775abdabb e60aca7475484208aac35272a419a5e2 - - default default] Added segment 7c41e32c-b2e2-40c5-b881-c429079efd05 of type vxlan for network d341c42a-92aa-4805-9082-392fecb7b6df 2026-08-20 00:35:33.655 7 INFO neutron.db.segments_db [None req-5875fa3c-25ee-491e-b404-cbe065b86c0c a2606a3b1aa343978327382775abdabb e60aca7475484208aac35272a419a5e2 - - default default] Added segment 80310145-2978-4b0a-b26c-1bc5f5157a43 of type vxlan for network e419b945-0343-437a-82ed-33640bdd3b77 [pid: 7|app: 0|req: 1415/2925] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:35:33 2026] POST /v2.0/networks => generated 1245 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2926] 10.0.0.168 () {32 vars in 649 bytes} [Thu Aug 20 00:35:33 2026] GET /v2.0/networks => generated 1844 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2927] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:35:33 2026] DELETE /v2.0/networks/d341c42a-92aa-4805-9082-392fecb7b6df => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2928] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:35:33 2026] DELETE /v2.0/networks/e419b945-0343-437a-82ed-33640bdd3b77 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2929] 10.0.0.168 () {32 vars in 649 bytes} [Thu Aug 20 00:35:34 2026] GET /v2.0/networks => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:35:34.209 8 INFO neutron.db.segments_db [None req-592b2a6f-72ba-4219-ae48-03fc954a8832 a2606a3b1aa343978327382775abdabb e60aca7475484208aac35272a419a5e2 - - default default] Added segment f9e3c482-71dc-407a-b43a-2f398f23e77c of type vxlan for network c24075d3-54db-4020-83bd-6f146fd728b1 [pid: 8|app: 0|req: 1513/2930] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:35:34 2026] POST /v2.0/networks => generated 650 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:35:34.377 7 INFO neutron.db.segments_db [None req-be587670-d513-48f0-ae3a-76a5802172a2 a2606a3b1aa343978327382775abdabb e60aca7475484208aac35272a419a5e2 - - default default] Added segment 697b2e14-7d7d-44aa-9e4a-73658b08f0d2 of type vxlan for network 27067d44-5853-42a0-9efe-75aa1f6ec084 [pid: 7|app: 0|req: 1418/2931] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:35:34 2026] POST /v2.0/networks => generated 649 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:35:34.476 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd284aa6-a946-405b-b1af-b722b82baa21 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] TaaS: Handle Delete Port: 2f024340-b60a-4a96-bb4a-318cc7bde0b0 2026-08-20 00:35:34.479 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd284aa6-a946-405b-b1af-b722b82baa21 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] Tap Mirror: Handle Delete Port: 2f024340-b60a-4a96-bb4a-318cc7bde0b0 2026-08-20 00:35:34.555 7 INFO neutron.services.segments.plugin [-] Segment 7c41e32c-b2e2-40c5-b881-c429079efd05 resource provider aggregate not found 2026-08-20 00:35:34.561 7 INFO neutron.services.segments.plugin [-] Segment 7c41e32c-b2e2-40c5-b881-c429079efd05 resource provider aggregate not found 2026-08-20 00:35:34.580 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7c41e32c-b2e2-40c5-b881-c429079efd05 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c41e32c-b2e2-40c5-b881-c429079efd05 found for delete ", "request_id": "req-56f97006-44c3-40d4-ad82-474400b017dc"}]} 2026-08-20 00:35:34.581 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7c41e32c-b2e2-40c5-b881-c429079efd05 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c41e32c-b2e2-40c5-b881-c429079efd05 found for delete ", "request_id": "req-5a1ab906-cb10-4c01-a0b7-54ee5cb3a3c4"}]} 2026-08-20 00:35:34.706 8 INFO neutron.services.segments.plugin [-] Segment 80310145-2978-4b0a-b26c-1bc5f5157a43 resource provider aggregate not found 2026-08-20 00:35:34.709 8 INFO neutron.db.l3_db [None req-bd284aa6-a946-405b-b1af-b722b82baa21 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] Floating IP f42ecb36-b105-45ea-a238-c203ab246798 disassociated (deleted). External IP: 10.96.250.220, port: f268dd30-5d79-4cce-8131-9e84b070cae6. 2026-08-20 00:35:34.726 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 80310145-2978-4b0a-b26c-1bc5f5157a43 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80310145-2978-4b0a-b26c-1bc5f5157a43 found for delete ", "request_id": "req-227a4228-9250-4e04-af66-1346cf1c15aa"}]} 2026-08-20 00:35:34.747 8 INFO neutron.services.segments.plugin [-] Segment 80310145-2978-4b0a-b26c-1bc5f5157a43 resource provider aggregate not found 2026-08-20 00:35:34.766 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 80310145-2978-4b0a-b26c-1bc5f5157a43 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80310145-2978-4b0a-b26c-1bc5f5157a43 found for delete ", "request_id": "req-853f88de-0b80-426b-ab1e-b494d3fb4966"}]} [pid: 8|app: 0|req: 1514/2932] 10.0.0.168 () {32 vars in 732 bytes} [Thu Aug 20 00:35:34 2026] DELETE /v2.0/floatingips/f42ecb36-b105-45ea-a238-c203ab246798 => generated 0 bytes in 665 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2933] 10.0.0.168 () {34 vars in 665 bytes} [Thu Aug 20 00:35:34 2026] POST /v2.0/ports => generated 1506 bytes in 573 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-08-20 00:35:35.051 8 INFO neutron.api.v2.resource [None req-e76a81b5-d3eb-4b6c-8c16-105251fca48d 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1515/2934] 10.0.0.168 () {32 vars in 729 bytes} [Thu Aug 20 00:35:35 2026] GET /v2.0/floatingips/f42ecb36-b105-45ea-a238-c203ab246798 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2935] 10.0.0.168 () {32 vars in 643 bytes} [Thu Aug 20 00:35:35 2026] GET /v2.0/ports => generated 1506 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:35:35.190 8 INFO neutron_taas.services.taas.taas_plugin [None req-47c7fa20-a63d-40a4-ae24-c344ba661bc2 a2606a3b1aa343978327382775abdabb e60aca7475484208aac35272a419a5e2 - - default default] TaaS: Handle Delete Port: 58fc7592-b57d-4483-8199-8c2495d5ed75 2026-08-20 00:35:35.193 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47c7fa20-a63d-40a4-ae24-c344ba661bc2 a2606a3b1aa343978327382775abdabb e60aca7475484208aac35272a419a5e2 - - default default] Tap Mirror: Handle Delete Port: 58fc7592-b57d-4483-8199-8c2495d5ed75 2026-08-20 00:35:35.253 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-04ac5ec6-fa82-4cd2-8e3d-67b313f3af64'] response: {'name': 'network-changed', 'server_uuid': 'af1b7d0f-bb0a-4ee2-8355-26614c7856d4', 'tag': 'f268dd30-5d79-4cce-8131-9e84b070cae6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1421/2936] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:35:35 2026] GET /v2.0/ports?device_id=af1b7d0f-bb0a-4ee2-8355-26614c7856d4 => generated 1200 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2937] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:35:35 2026] DELETE /v2.0/ports/58fc7592-b57d-4483-8199-8c2495d5ed75 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2938] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:35:35 2026] GET /v2.0/security-groups?id=3b453a04-2d9a-46bc-be02-5ea976c1f2dd&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:35:35.395 8 INFO neutron_taas.services.taas.taas_plugin [None req-987a742d-1cb0-46c3-9148-487a32e0a17a a2606a3b1aa343978327382775abdabb e60aca7475484208aac35272a419a5e2 - - default default] TaaS: Handle Delete Port: 1f3b916e-40e2-4346-9c06-4b5aec3bffc5 2026-08-20 00:35:35.398 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-987a742d-1cb0-46c3-9148-487a32e0a17a a2606a3b1aa343978327382775abdabb e60aca7475484208aac35272a419a5e2 - - default default] Tap Mirror: Handle Delete Port: 1f3b916e-40e2-4346-9c06-4b5aec3bffc5 [pid: 8|app: 0|req: 1517/2939] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:35:35 2026] DELETE /v2.0/ports/1f3b916e-40e2-4346-9c06-4b5aec3bffc5 => 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: 1423/2940] 10.0.0.168 () {32 vars in 643 bytes} [Thu Aug 20 00:35:35 2026] GET /v2.0/ports => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:35:35.583 8 INFO neutron.db.segments_db [None req-25338c99-63c1-4586-aa59-58a61745fe29 a2606a3b1aa343978327382775abdabb e60aca7475484208aac35272a419a5e2 - - default default] Added segment fca96266-825e-4cac-b02d-76310704f933 of type vxlan for network 7a8ea0ad-7cfa-43b3-969a-898abe186c9c [pid: 8|app: 0|req: 1518/2941] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:35:35 2026] POST /v2.0/networks => generated 649 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:35:35.758 7 INFO neutron.db.segments_db [None req-cb143ba8-024b-410f-97d3-f080f02b50c3 a2606a3b1aa343978327382775abdabb e60aca7475484208aac35272a419a5e2 - - default default] Added segment b028e9cb-b82f-4f23-a702-ddcbe891bc04 of type vxlan for network 07080dee-d245-4158-b705-51ea4605f751 [pid: 8|app: 0|req: 1519/2942] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:35:35 2026] GET /v2.0/ports?tenant_id=f772268d66ce40348e672369c7aaffeb&device_id=af1b7d0f-bb0a-4ee2-8355-26614c7856d4 => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2943] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:35:35 2026] POST /v2.0/networks => generated 650 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2944] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:35:35 2026] GET /v2.0/networks?id=5ffb231f-9ab0-444c-bab6-4d843cde27ae => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2945] 199.204.45.35 () {34 vars in 1055 bytes} [Thu Aug 20 00:35:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.23&port_id=f268dd30-5d79-4cce-8131-9e84b070cae6 => 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: 1426/2946] 199.204.45.35 () {34 vars in 1105 bytes} [Thu Aug 20 00:35:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1e7&port_id=f268dd30-5d79-4cce-8131-9e84b070cae6 => 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: 1427/2947] 199.204.45.35 () {34 vars in 1063 bytes} [Thu Aug 20 00:35:35 2026] GET /v2.0/subnets?id=0ed20593-6744-41ef-97af-6261cbedae61&id=16da8bb2-2784-49ac-ab9b-87b229e70b88 => generated 1412 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2948] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:35:35 2026] GET /v2.0/ports?network_id=5ffb231f-9ab0-444c-bab6-4d843cde27ae&device_owner=network%3Adhcp => generated 1461 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2949] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:35:35 2026] GET /v2.0/ports?network_id=5ffb231f-9ab0-444c-bab6-4d843cde27ae&device_owner=network%3Adhcp => generated 1461 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2950] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:35:36 2026] GET /v2.0/networks/5ffb231f-9ab0-444c-bab6-4d843cde27ae?fields=segments => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2951] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:35:36 2026] GET /v2.0/networks/5ffb231f-9ab0-444c-bab6-4d843cde27ae?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2952] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:35:35 2026] POST /v2.0/subnets => generated 1273 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2953] 10.0.0.168 () {32 vars in 647 bytes} [Thu Aug 20 00:35:36 2026] GET /v2.0/subnets => generated 1909 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2954] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:35:36 2026] DELETE /v2.0/subnets/a1ba3711-d5af-4ea4-aceb-1b28ac10651e => 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: 1433/2955] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:35:36 2026] DELETE /v2.0/subnets/0a70b21f-96e8-4c42-8f0c-d922c703b1d3 => 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: 1523/2956] 10.0.0.168 () {32 vars in 647 bytes} [Thu Aug 20 00:35:36 2026] GET /v2.0/subnets => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:35:36.754 7 INFO neutron.services.segments.plugin [-] Segment b028e9cb-b82f-4f23-a702-ddcbe891bc04 resource provider aggregate not found 2026-08-20 00:35:36.759 7 INFO neutron.services.segments.plugin [-] Segment b028e9cb-b82f-4f23-a702-ddcbe891bc04 resource provider aggregate not found 2026-08-20 00:35:36.774 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b028e9cb-b82f-4f23-a702-ddcbe891bc04 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b028e9cb-b82f-4f23-a702-ddcbe891bc04 found for delete ", "request_id": "req-4f985ddf-1a54-4d87-935a-bb7c11d249b3"}]} 2026-08-20 00:35:36.776 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b028e9cb-b82f-4f23-a702-ddcbe891bc04 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b028e9cb-b82f-4f23-a702-ddcbe891bc04 found for delete ", "request_id": "req-c0e8a98b-4cdc-4034-bf03-06f77efb2b26"}]} [pid: 7|app: 0|req: 1434/2957] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:35:36 2026] DELETE /v2.0/networks/07080dee-d245-4158-b705-51ea4605f751 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:35:36.893 8 INFO neutron.services.segments.plugin [-] Segment fca96266-825e-4cac-b02d-76310704f933 resource provider aggregate not found 2026-08-20 00:35:36.901 8 INFO neutron.services.segments.plugin [-] Segment fca96266-825e-4cac-b02d-76310704f933 resource provider aggregate not found 2026-08-20 00:35:36.905 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fca96266-825e-4cac-b02d-76310704f933 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fca96266-825e-4cac-b02d-76310704f933 found for delete ", "request_id": "req-e3f7c298-f446-441d-a904-af800aa0e884"}]} 2026-08-20 00:35:36.913 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fca96266-825e-4cac-b02d-76310704f933 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fca96266-825e-4cac-b02d-76310704f933 found for delete ", "request_id": "req-07202c8a-0291-41d5-94b3-97987fcf72e4"}]} [pid: 8|app: 0|req: 1524/2958] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:35:36 2026] DELETE /v2.0/networks/7a8ea0ad-7cfa-43b3-969a-898abe186c9c => 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: 1435/2959] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:35:36 2026] DELETE /v2.0/networks/27067d44-5853-42a0-9efe-75aa1f6ec084 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2960] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:35:37 2026] DELETE /v2.0/networks/c24075d3-54db-4020-83bd-6f146fd728b1 => 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: 1436/2961] 199.204.45.35 () {34 vars in 993 bytes} [Thu Aug 20 00:35:37 2026] GET /v2.0/ports?device_id=af1b7d0f-bb0a-4ee2-8355-26614c7856d4 => generated 1200 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:35:37.803 8 INFO neutron_taas.services.taas.taas_plugin [req-2cbcbfde-4df3-4047-9233-c4de39820504 req-39994b85-dd8d-4bf1-bd54-7db69cac1767 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] TaaS: Handle Delete Port: f268dd30-5d79-4cce-8131-9e84b070cae6 2026-08-20 00:35:37.806 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2cbcbfde-4df3-4047-9233-c4de39820504 req-39994b85-dd8d-4bf1-bd54-7db69cac1767 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] Tap Mirror: Handle Delete Port: f268dd30-5d79-4cce-8131-9e84b070cae6 [pid: 7|app: 0|req: 1437/2962] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:35:37 2026] GET /v2.0/security-groups?tenant_id=e60aca7475484208aac35272a419a5e2&name=default => generated 2929 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2963] 199.204.45.35 () {36 vars in 996 bytes} [Thu Aug 20 00:35:37 2026] DELETE /v2.0/ports/f268dd30-5d79-4cce-8131-9e84b070cae6 => generated 0 bytes in 353 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2964] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:35:37 2026] DELETE /v2.0/security-groups/bf3b227d-23f0-4ad1-8c9d-a8eb280b6839 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:35:38.058 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e2a16dcd-5fac-44aa-8094-3a372d66a3d9'] response: {'server_uuid': 'af1b7d0f-bb0a-4ee2-8355-26614c7856d4', 'name': 'network-vif-deleted', 'tag': 'f268dd30-5d79-4cce-8131-9e84b070cae6', 'status': 'completed', 'code': 200} 2026-08-20 00:35:38.796 7 INFO neutron.services.segments.plugin [-] Segment 697b2e14-7d7d-44aa-9e4a-73658b08f0d2 resource provider aggregate not found 2026-08-20 00:35:38.800 7 INFO neutron.services.segments.plugin [-] Segment 697b2e14-7d7d-44aa-9e4a-73658b08f0d2 resource provider aggregate not found 2026-08-20 00:35:38.813 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 697b2e14-7d7d-44aa-9e4a-73658b08f0d2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 697b2e14-7d7d-44aa-9e4a-73658b08f0d2 found for delete ", "request_id": "req-2702cd3d-cf8b-4846-9eb0-017c385ec4ab"}]} 2026-08-20 00:35:38.814 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 697b2e14-7d7d-44aa-9e4a-73658b08f0d2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 697b2e14-7d7d-44aa-9e4a-73658b08f0d2 found for delete ", "request_id": "req-b64fd72b-d779-4c8d-9292-243d84ab5ad9"}]} 2026-08-20 00:35:38.925 8 INFO neutron.services.segments.plugin [-] Segment f9e3c482-71dc-407a-b43a-2f398f23e77c resource provider aggregate not found 2026-08-20 00:35:38.929 8 INFO neutron.services.segments.plugin [-] Segment f9e3c482-71dc-407a-b43a-2f398f23e77c resource provider aggregate not found 2026-08-20 00:35:38.943 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f9e3c482-71dc-407a-b43a-2f398f23e77c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9e3c482-71dc-407a-b43a-2f398f23e77c found for delete ", "request_id": "req-0b928728-96f6-42f4-90d1-2bd93d9d75ef"}]} 2026-08-20 00:35:38.944 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f9e3c482-71dc-407a-b43a-2f398f23e77c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9e3c482-71dc-407a-b43a-2f398f23e77c found for delete ", "request_id": "req-6db8edb3-28f3-496c-81ac-700011fcd332"}]} 2026-08-20 00:35:39.889 7 INFO neutron.db.segments_db [None req-e03c77c9-7184-4167-b661-a64f6cfb56d9 eb7e1ccc229f4dd99b1641bc4b4a8fa8 9f4f4941d1194c3cb07966fc266dd39a - - default default] Added segment 8d913832-85ba-4424-a61d-33fcab67d0d1 of type vxlan for network 738e53cf-1417-4708-baf6-09026f8e4112 [pid: 7|app: 0|req: 1440/2967] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:35:39 2026] POST /v2.0/networks => generated 645 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/2968] 10.0.0.168 () {34 vars in 665 bytes} [Thu Aug 20 00:35:39 2026] POST /v2.0/ports => generated 775 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:35:40.326 7 INFO neutron.db.segments_db [None req-533a23ac-ac10-4dba-b511-36ae72bdb156 eb7e1ccc229f4dd99b1641bc4b4a8fa8 9f4f4941d1194c3cb07966fc266dd39a - - default default] Added segment 34638c6f-fb68-4f96-b886-5a8bd56e15a0 of type vxlan for network 21c8d8cd-5591-4f58-bb5a-f62966a47207 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1529/2969] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:35:40 2026] GET /v2.0/ports?device_id=af1b7d0f-bb0a-4ee2-8355-26614c7856d4 => 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: 1441/2970] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:35:40 2026] POST /v2.0/networks => generated 630 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/2971] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:35:40 2026] POST /v2.0/subnets => generated 626 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2972] 10.0.0.168 () {34 vars in 665 bytes} [Thu Aug 20 00:35:40 2026] POST /v2.0/ports => generated 953 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:35:41.117 8 INFO neutron_taas.services.taas.taas_plugin [None req-20b182e4-7e8d-43d3-aec6-e0f9635de14a eb7e1ccc229f4dd99b1641bc4b4a8fa8 9f4f4941d1194c3cb07966fc266dd39a - - default default] TaaS: Handle Delete Port: 872a70ab-96a7-41a3-8821-dd1e541cb0ed 2026-08-20 00:35:41.120 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20b182e4-7e8d-43d3-aec6-e0f9635de14a eb7e1ccc229f4dd99b1641bc4b4a8fa8 9f4f4941d1194c3cb07966fc266dd39a - - default default] Tap Mirror: Handle Delete Port: 872a70ab-96a7-41a3-8821-dd1e541cb0ed [pid: 8|app: 0|req: 1531/2973] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:35:41 2026] DELETE /v2.0/ports/872a70ab-96a7-41a3-8821-dd1e541cb0ed => generated 0 bytes in 238 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-08-20 00:35:41.274 7 INFO neutron.pecan_wsgi.hooks.translation [None req-82f46545-68c0-401d-83ea-1e84fa2bf7a9 eb7e1ccc229f4dd99b1641bc4b4a8fa8 9f4f4941d1194c3cb07966fc266dd39a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1443/2974] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:35:41 2026] DELETE /v2.0/ports/872a70ab-96a7-41a3-8821-dd1e541cb0ed => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:35:41.297 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4bf8bc4c-6255-44ab-81dd-92d35ab5e36d eb7e1ccc229f4dd99b1641bc4b4a8fa8 9f4f4941d1194c3cb07966fc266dd39a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1532/2975] 10.0.0.168 () {32 vars in 717 bytes} [Thu Aug 20 00:35:41 2026] GET /v2.0/ports/872a70ab-96a7-41a3-8821-dd1e541cb0ed => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2976] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:35:41 2026] DELETE /v2.0/subnets/fd4e713a-cef5-4172-98c7-0a25dc511c63 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:35:41.586 8 INFO neutron_taas.services.taas.taas_plugin [None req-bbfb3722-5398-4da7-9c72-958a215ab2f2 eb7e1ccc229f4dd99b1641bc4b4a8fa8 9f4f4941d1194c3cb07966fc266dd39a - - default default] TaaS: Handle Delete Port: c7074d67-dcba-4d70-b07b-989509f849c3 2026-08-20 00:35:41.592 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbfb3722-5398-4da7-9c72-958a215ab2f2 eb7e1ccc229f4dd99b1641bc4b4a8fa8 9f4f4941d1194c3cb07966fc266dd39a - - default default] Tap Mirror: Handle Delete Port: c7074d67-dcba-4d70-b07b-989509f849c3 2026-08-20 00:35:41.761 8 INFO neutron.services.segments.plugin [-] Segment 34638c6f-fb68-4f96-b886-5a8bd56e15a0 resource provider aggregate not found 2026-08-20 00:35:41.762 8 INFO neutron.services.segments.plugin [-] Segment 34638c6f-fb68-4f96-b886-5a8bd56e15a0 resource provider aggregate not found 2026-08-20 00:35:41.783 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 34638c6f-fb68-4f96-b886-5a8bd56e15a0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34638c6f-fb68-4f96-b886-5a8bd56e15a0 found for delete ", "request_id": "req-235ef0fc-d6b9-4914-ad40-848bb032cd72"}]} 2026-08-20 00:35:41.784 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 34638c6f-fb68-4f96-b886-5a8bd56e15a0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34638c6f-fb68-4f96-b886-5a8bd56e15a0 found for delete ", "request_id": "req-2befa417-cf2b-4ca4-8cef-bcac90f47122"}]} [pid: 8|app: 0|req: 1533/2977] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:35:41 2026] DELETE /v2.0/networks/21c8d8cd-5591-4f58-bb5a-f62966a47207 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:35:41.842 7 INFO neutron.db.segments_db [None req-76aef818-5309-44a7-b579-3c08d6fbeda5 eb7e1ccc229f4dd99b1641bc4b4a8fa8 9f4f4941d1194c3cb07966fc266dd39a - - default default] Added segment 9cf47ec8-f69b-42a8-ab0e-2467e20f6f4b of type vxlan for network 30e76c39-9b71-4257-bf1c-3eb0020da456 [pid: 7|app: 0|req: 1445/2978] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:35:41 2026] POST /v2.0/networks => generated 631 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/2979] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:35:41 2026] POST /v2.0/subnets => generated 626 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2980] 10.0.0.168 () {34 vars in 665 bytes} [Thu Aug 20 00:35:42 2026] POST /v2.0/ports => generated 912 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:35:42.469 8 INFO neutron_taas.services.taas.taas_plugin [None req-690b6186-fbe8-4e2d-b41c-2b2f657374a1 eb7e1ccc229f4dd99b1641bc4b4a8fa8 9f4f4941d1194c3cb07966fc266dd39a - - default default] TaaS: Handle Delete Port: 38d7a71e-0cb5-41ab-ab4a-42e2c278a37d 2026-08-20 00:35:42.472 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-690b6186-fbe8-4e2d-b41c-2b2f657374a1 eb7e1ccc229f4dd99b1641bc4b4a8fa8 9f4f4941d1194c3cb07966fc266dd39a - - default default] Tap Mirror: Handle Delete Port: 38d7a71e-0cb5-41ab-ab4a-42e2c278a37d [pid: 8|app: 0|req: 1535/2981] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:35:42 2026] DELETE /v2.0/ports/38d7a71e-0cb5-41ab-ab4a-42e2c278a37d => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:35:42.674 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f4a7ec39-8615-4e42-a124-5ad9c191b08c eb7e1ccc229f4dd99b1641bc4b4a8fa8 9f4f4941d1194c3cb07966fc266dd39a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1447/2982] 10.0.0.168 () {32 vars in 717 bytes} [Thu Aug 20 00:35:42 2026] GET /v2.0/ports/38d7a71e-0cb5-41ab-ab4a-42e2c278a37d => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/2983] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:35:42 2026] DELETE /v2.0/subnets/1535ac99-89e0-470b-8816-8ea206d35946 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:35:42.895 7 INFO neutron.services.segments.plugin [-] Segment 9cf47ec8-f69b-42a8-ab0e-2467e20f6f4b resource provider aggregate not found 2026-08-20 00:35:42.900 7 INFO neutron.services.segments.plugin [-] Segment 9cf47ec8-f69b-42a8-ab0e-2467e20f6f4b resource provider aggregate not found [pid: 7|app: 0|req: 1448/2984] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:35:42 2026] DELETE /v2.0/networks/30e76c39-9b71-4257-bf1c-3eb0020da456 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:35:42.920 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9cf47ec8-f69b-42a8-ab0e-2467e20f6f4b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cf47ec8-f69b-42a8-ab0e-2467e20f6f4b found for delete ", "request_id": "req-2ec2f6a2-f909-4ec5-b44c-9bb4a3d81524"}]} 2026-08-20 00:35:42.921 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9cf47ec8-f69b-42a8-ab0e-2467e20f6f4b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cf47ec8-f69b-42a8-ab0e-2467e20f6f4b found for delete ", "request_id": "req-bf4d3cd3-34e6-4e52-9d3e-7d8cd185d7f6"}]} [pid: 8|app: 0|req: 1537/2985] 10.0.0.168 () {34 vars in 665 bytes} [Thu Aug 20 00:35:42 2026] POST /v2.0/ports => generated 774 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2986] 10.0.0.168 () {34 vars in 737 bytes} [Thu Aug 20 00:35:43 2026] PUT /v2.0/ports/0f583b6e-d50a-410e-b507-3d262023b09e => generated 752 bytes in 178 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-08-20 00:35:43.440 8 INFO neutron_taas.services.taas.taas_plugin [None req-6894832f-0e49-42a4-9faa-e8dafe165115 eb7e1ccc229f4dd99b1641bc4b4a8fa8 9f4f4941d1194c3cb07966fc266dd39a - - default default] TaaS: Handle Delete Port: 0f583b6e-d50a-410e-b507-3d262023b09e 2026-08-20 00:35:43.443 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6894832f-0e49-42a4-9faa-e8dafe165115 eb7e1ccc229f4dd99b1641bc4b4a8fa8 9f4f4941d1194c3cb07966fc266dd39a - - default default] Tap Mirror: Handle Delete Port: 0f583b6e-d50a-410e-b507-3d262023b09e [pid: 8|app: 0|req: 1538/2987] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:35:43 2026] DELETE /v2.0/ports/0f583b6e-d50a-410e-b507-3d262023b09e => generated 0 bytes in 149 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: 1450/2988] 10.0.0.168 () {32 vars in 643 bytes} [Thu Aug 20 00:35:43 2026] GET /v2.0/ports => generated 778 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:35:43.567 8 INFO neutron.pecan_wsgi.hooks.translation [None req-371ce768-49f8-4d31-b743-a30d1133011b eb7e1ccc229f4dd99b1641bc4b4a8fa8 9f4f4941d1194c3cb07966fc266dd39a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1539/2989] 10.0.0.168 () {32 vars in 717 bytes} [Thu Aug 20 00:35:43 2026] GET /v2.0/ports/0f583b6e-d50a-410e-b507-3d262023b09e => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2990] 10.0.0.168 () {32 vars in 643 bytes} [Thu Aug 20 00:35:43 2026] GET /v2.0/ports => generated 778 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/2991] 10.0.0.168 () {32 vars in 717 bytes} [Thu Aug 20 00:35:43 2026] GET /v2.0/ports/5ee019ed-b4c2-4769-8950-3d3550eaedb9 => generated 775 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:35:43.680 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9703322f-f324-4bdb-84d8-5c390eaa5b66 eb7e1ccc229f4dd99b1641bc4b4a8fa8 9f4f4941d1194c3cb07966fc266dd39a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1452/2992] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:35:43 2026] DELETE /v2.0/ports/38d7a71e-0cb5-41ab-ab4a-42e2c278a37d => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:35:43.699 8 INFO neutron.pecan_wsgi.hooks.translation [None req-75f68b6b-14fb-49af-97fd-7c735b0048f4 eb7e1ccc229f4dd99b1641bc4b4a8fa8 9f4f4941d1194c3cb07966fc266dd39a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1541/2993] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:35:43 2026] DELETE /v2.0/subnets/1535ac99-89e0-470b-8816-8ea206d35946 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:35:43.722 7 INFO neutron.pecan_wsgi.hooks.translation [None req-87d29c04-64d5-4faa-92d4-ce7bdd7fabbc eb7e1ccc229f4dd99b1641bc4b4a8fa8 9f4f4941d1194c3cb07966fc266dd39a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1453/2994] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:35:43 2026] DELETE /v2.0/subnets/fd4e713a-cef5-4172-98c7-0a25dc511c63 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:35:43.803 8 INFO neutron_taas.services.taas.taas_plugin [None req-d60e47ee-4518-450a-ad32-36423cd963aa eb7e1ccc229f4dd99b1641bc4b4a8fa8 9f4f4941d1194c3cb07966fc266dd39a - - default default] TaaS: Handle Delete Port: 5ee019ed-b4c2-4769-8950-3d3550eaedb9 2026-08-20 00:35:43.805 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d60e47ee-4518-450a-ad32-36423cd963aa eb7e1ccc229f4dd99b1641bc4b4a8fa8 9f4f4941d1194c3cb07966fc266dd39a - - default default] Tap Mirror: Handle Delete Port: 5ee019ed-b4c2-4769-8950-3d3550eaedb9 [pid: 8|app: 0|req: 1542/2995] 10.0.0.168 () {32 vars in 720 bytes} [Thu Aug 20 00:35:43 2026] DELETE /v2.0/ports/5ee019ed-b4c2-4769-8950-3d3550eaedb9 => 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: 1454/2996] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:35:43 2026] DELETE /v2.0/networks/738e53cf-1417-4708-baf6-09026f8e4112 => 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: 1543/2997] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:35:44 2026] GET /v2.0/security-groups?tenant_id=9f4f4941d1194c3cb07966fc266dd39a&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2998] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:35:44 2026] DELETE /v2.0/security-groups/5ba05d8d-d8d1-44b1-90ec-ee50c2efc933 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:35:44.944 7 INFO neutron.services.segments.plugin [-] Segment 8d913832-85ba-4424-a61d-33fcab67d0d1 resource provider aggregate not found 2026-08-20 00:35:44.949 7 INFO neutron.services.segments.plugin [-] Segment 8d913832-85ba-4424-a61d-33fcab67d0d1 resource provider aggregate not found 2026-08-20 00:35:44.964 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8d913832-85ba-4424-a61d-33fcab67d0d1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d913832-85ba-4424-a61d-33fcab67d0d1 found for delete ", "request_id": "req-95589485-961f-4e09-ac24-2985e7465b46"}]} 2026-08-20 00:35:44.965 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8d913832-85ba-4424-a61d-33fcab67d0d1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d913832-85ba-4424-a61d-33fcab67d0d1 found for delete ", "request_id": "req-de2c3293-7f50-4adf-af39-9a8fed8af277"}]} 2026-08-20 00:35:45.612 8 INFO neutron_taas.services.taas.taas_plugin [None req-275bfa39-4010-4c9f-83a6-2c725a78703a 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] TaaS: Handle Delete Port: 3493203b-0fb5-410e-af05-3912eae10adc 2026-08-20 00:35:45.616 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-275bfa39-4010-4c9f-83a6-2c725a78703a 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] Tap Mirror: Handle Delete Port: 3493203b-0fb5-410e-af05-3912eae10adc 2026-08-20 00:35:45.811 8 INFO neutron.db.l3_db [None req-275bfa39-4010-4c9f-83a6-2c725a78703a 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] Floating IP 11db1eb2-cfb7-4414-bfa0-4bed3ce4efa2 disassociated (deleted). External IP: 10.96.250.214, port: c9d34575-4656-4c8f-84db-29858f2a06d9. [pid: 8|app: 0|req: 1544/2999] 10.0.0.168 () {32 vars in 732 bytes} [Thu Aug 20 00:35:45 2026] DELETE /v2.0/floatingips/11db1eb2-cfb7-4414-bfa0-4bed3ce4efa2 => generated 0 bytes in 671 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:35:46.177 7 INFO neutron.api.v2.resource [None req-178591a6-a78f-4c37-836a-b197a02e9ce9 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1456/3000] 10.0.0.168 () {32 vars in 729 bytes} [Thu Aug 20 00:35:46 2026] GET /v2.0/floatingips/11db1eb2-cfb7-4414-bfa0-4bed3ce4efa2 => generated 144 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:35:46.187 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-af68e824-029d-4bdb-8784-7a25fc33b3c3'] response: {'name': 'network-changed', 'server_uuid': '83e84782-26f2-4e2e-a207-9c9cd97ba775', 'tag': 'c9d34575-4656-4c8f-84db-29858f2a06d9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1545/3001] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:35:46 2026] GET /v2.0/ports?device_id=83e84782-26f2-4e2e-a207-9c9cd97ba775 => generated 1200 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/3002] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:35:46 2026] GET /v2.0/security-groups?id=3b453a04-2d9a-46bc-be02-5ea976c1f2dd&fields=id&fields=name => generated 112 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3003] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:35:46 2026] GET /v2.0/ports?tenant_id=f772268d66ce40348e672369c7aaffeb&device_id=83e84782-26f2-4e2e-a207-9c9cd97ba775 => generated 1469 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/3004] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:35:46 2026] GET /v2.0/networks?id=97945346-05d7-4cf0-9b13-645ab8f7edb3 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3005] 199.204.45.35 () {34 vars in 1057 bytes} [Thu Aug 20 00:35:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.166&port_id=c9d34575-4656-4c8f-84db-29858f2a06d9 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/3006] 199.204.45.35 () {34 vars in 1103 bytes} [Thu Aug 20 00:35:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2d2&port_id=c9d34575-4656-4c8f-84db-29858f2a06d9 => 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: 1548/3007] 199.204.45.35 () {34 vars in 1063 bytes} [Thu Aug 20 00:35:46 2026] GET /v2.0/subnets?id=fe5bbd4a-b1d1-491a-92e4-88c2fa923aca&id=ba56b577-20c9-4b6f-8462-8db6be8a272d => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/3008] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:35:46 2026] GET /v2.0/ports?network_id=97945346-05d7-4cf0-9b13-645ab8f7edb3&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3009] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:35:46 2026] GET /v2.0/ports?network_id=97945346-05d7-4cf0-9b13-645ab8f7edb3&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/3010] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:35:46 2026] GET /v2.0/networks/97945346-05d7-4cf0-9b13-645ab8f7edb3?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3011] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:35:47 2026] GET /v2.0/networks/97945346-05d7-4cf0-9b13-645ab8f7edb3?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: 1462/3012] 199.204.45.35 () {34 vars in 993 bytes} [Thu Aug 20 00:35:48 2026] GET /v2.0/ports?device_id=83e84782-26f2-4e2e-a207-9c9cd97ba775 => generated 1200 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:35:48.929 8 INFO neutron_taas.services.taas.taas_plugin [req-b61bbaab-dbe1-4fab-88c1-8471c307d711 req-48bb1da3-7010-48c5-89b5-dc430aed5735 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] TaaS: Handle Delete Port: c9d34575-4656-4c8f-84db-29858f2a06d9 2026-08-20 00:35:48.933 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b61bbaab-dbe1-4fab-88c1-8471c307d711 req-48bb1da3-7010-48c5-89b5-dc430aed5735 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] Tap Mirror: Handle Delete Port: c9d34575-4656-4c8f-84db-29858f2a06d9 [pid: 8|app: 0|req: 1551/3013] 199.204.45.35 () {36 vars in 996 bytes} [Thu Aug 20 00:35:48 2026] DELETE /v2.0/ports/c9d34575-4656-4c8f-84db-29858f2a06d9 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:35:49.146 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1e101b71-3f8d-4f11-8e61-02d875bb9069'] response: {'server_uuid': '83e84782-26f2-4e2e-a207-9c9cd97ba775', 'name': 'network-vif-deleted', 'tag': 'c9d34575-4656-4c8f-84db-29858f2a06d9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1463/3014] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:35:49 2026] GET /v2.0/security-groups?tenant_id=2c4ab4a3bf434841b9f1380dc40a6c53&name=default => generated 2929 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3015] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:35:50 2026] DELETE /v2.0/security-groups/098e9897-2739-4fe0-b16b-dee7c0825fef => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/3016] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:35:50 2026] GET /v2.0/security-groups?tenant_id=30649ab2311b46c5a230920d8b63c177&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3017] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:35:50 2026] DELETE /v2.0/security-groups/6c437c22-0570-40d7-8a89-15feb30776e1 => 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: 1465/3018] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:35:51 2026] GET /v2.0/ports?device_id=83e84782-26f2-4e2e-a207-9c9cd97ba775 => 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: 1554/3019] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:35:53 2026] GET /v2.0/security-groups?tenant_id=2d0d27131e7242e7a81b604e0395f7a8&name=default => generated 2929 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/3022] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:35:54 2026] DELETE /v2.0/security-groups/c477712e-5310-4602-9b72-48fd5b846a15 => 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: 1557/3023] 10.0.0.168 () {32 vars in 750 bytes} [Thu Aug 20 00:35:56 2026] DELETE /v2.0/security-group-rules/1eaec073-863c-4ba2-873b-8ac6a256d1e4 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:35:56.785 7 INFO neutron.api.v2.resource [None req-069e3fbf-cced-48f0-a82c-75812418aeb4 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1467/3024] 10.0.0.168 () {32 vars in 747 bytes} [Thu Aug 20 00:35:56 2026] GET /v2.0/security-group-rules/1eaec073-863c-4ba2-873b-8ac6a256d1e4 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3025] 10.0.0.168 () {32 vars in 750 bytes} [Thu Aug 20 00:35:56 2026] DELETE /v2.0/security-group-rules/91d0a721-0aa3-4d49-8168-bc153aa9385e => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:35:56.853 7 INFO neutron.api.v2.resource [None req-e7caa706-f6d1-47da-93a0-d6b6b2a70b13 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1468/3026] 10.0.0.168 () {32 vars in 747 bytes} [Thu Aug 20 00:35:56 2026] GET /v2.0/security-group-rules/91d0a721-0aa3-4d49-8168-bc153aa9385e => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3027] 10.0.0.168 () {32 vars in 750 bytes} [Thu Aug 20 00:35:56 2026] DELETE /v2.0/security-group-rules/283c2a62-8fae-4a90-9dd7-a09dfe7c0dbd => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:35:56.934 7 INFO neutron.api.v2.resource [None req-1e22192e-61ff-4b86-aff3-9cbff06b34dc 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1469/3028] 10.0.0.168 () {32 vars in 747 bytes} [Thu Aug 20 00:35:56 2026] GET /v2.0/security-group-rules/283c2a62-8fae-4a90-9dd7-a09dfe7c0dbd => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3029] 10.0.0.168 () {32 vars in 750 bytes} [Thu Aug 20 00:35:56 2026] DELETE /v2.0/security-group-rules/cbf49ad6-1514-4a0e-8867-b35ce4136517 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:35:57.006 7 INFO neutron.api.v2.resource [None req-76f5ed18-2734-4d7c-9afd-4f6050e004be 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1470/3030] 10.0.0.168 () {32 vars in 747 bytes} [Thu Aug 20 00:35:56 2026] GET /v2.0/security-group-rules/cbf49ad6-1514-4a0e-8867-b35ce4136517 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3031] 10.0.0.168 () {32 vars in 750 bytes} [Thu Aug 20 00:35:57 2026] DELETE /v2.0/security-group-rules/45daedb0-dc2c-4147-8023-26f6c1c98c1c => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:35:57.081 7 INFO neutron.api.v2.resource [None req-5b9680d8-c606-4822-b72e-40b88e13e693 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1471/3032] 10.0.0.168 () {32 vars in 747 bytes} [Thu Aug 20 00:35:57 2026] GET /v2.0/security-group-rules/45daedb0-dc2c-4147-8023-26f6c1c98c1c => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3033] 10.0.0.168 () {32 vars in 750 bytes} [Thu Aug 20 00:35:57 2026] DELETE /v2.0/security-group-rules/ea7bc47f-7a71-4df7-aaad-3253e3d688c8 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:35:57.153 7 INFO neutron.api.v2.resource [None req-98fd840c-c7ea-4aea-8df9-efda89a46c82 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1472/3034] 10.0.0.168 () {32 vars in 747 bytes} [Thu Aug 20 00:35:57 2026] GET /v2.0/security-group-rules/ea7bc47f-7a71-4df7-aaad-3253e3d688c8 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3035] 10.0.0.168 () {32 vars in 750 bytes} [Thu Aug 20 00:35:57 2026] DELETE /v2.0/security-group-rules/39fc29d0-02d9-44c1-9d24-0b085a76d0d9 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:35:57.225 7 INFO neutron.api.v2.resource [None req-04f9bd57-cd62-43c8-812a-8d5aab56eef3 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1473/3036] 10.0.0.168 () {32 vars in 747 bytes} [Thu Aug 20 00:35:57 2026] GET /v2.0/security-group-rules/39fc29d0-02d9-44c1-9d24-0b085a76d0d9 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3037] 10.0.0.168 () {32 vars in 750 bytes} [Thu Aug 20 00:35:57 2026] DELETE /v2.0/security-group-rules/e9c75bca-144c-4a8b-8900-e83f0355b115 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:35:57.292 8 INFO neutron.api.v2.resource [None req-5e83e3d4-6513-4440-bff8-dfce1f2d0fd7 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1565/3038] 10.0.0.168 () {32 vars in 747 bytes} [Thu Aug 20 00:35:57 2026] GET /v2.0/security-group-rules/e9c75bca-144c-4a8b-8900-e83f0355b115 => generated 155 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3039] 10.0.0.168 () {32 vars in 750 bytes} [Thu Aug 20 00:35:57 2026] DELETE /v2.0/security-group-rules/6977c1c0-0ea2-4f04-9c3e-6c177c6ec57c => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:35:57.361 8 INFO neutron.api.v2.resource [None req-eabffedd-c27d-42b7-b3ff-ebd276d9d882 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1567/3040] 10.0.0.168 () {32 vars in 747 bytes} [Thu Aug 20 00:35:57 2026] GET /v2.0/security-group-rules/6977c1c0-0ea2-4f04-9c3e-6c177c6ec57c => generated 155 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3041] 10.0.0.168 () {32 vars in 750 bytes} [Thu Aug 20 00:35:57 2026] DELETE /v2.0/security-group-rules/2c0dc899-3bfc-4584-96e4-f0e579f60265 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:35:57.429 8 INFO neutron.api.v2.resource [None req-3adf5a63-bb1b-4f03-86d4-7d28fbdef96e 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1569/3042] 10.0.0.168 () {32 vars in 747 bytes} [Thu Aug 20 00:35:57 2026] GET /v2.0/security-group-rules/2c0dc899-3bfc-4584-96e4-f0e579f60265 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3043] 10.0.0.168 () {32 vars in 750 bytes} [Thu Aug 20 00:35:57 2026] DELETE /v2.0/security-group-rules/40dc6907-1b61-4e36-a0f8-1d257595146b => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:35:57.501 8 INFO neutron.api.v2.resource [None req-84ef91d7-b253-4595-b39c-419c141886a5 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1571/3044] 10.0.0.168 () {32 vars in 747 bytes} [Thu Aug 20 00:35:57 2026] GET /v2.0/security-group-rules/40dc6907-1b61-4e36-a0f8-1d257595146b => generated 155 bytes in 6 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/3045] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:35:57 2026] GET /v2.0/security-groups?tenant_id=2ce7fa484b404b40b8a89d822c0fadc0&name=default => generated 2929 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3046] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:35:57 2026] DELETE /v2.0/security-groups/3b453a04-2d9a-46bc-be02-5ea976c1f2dd => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:35:57.627 8 INFO neutron.api.v2.resource [None req-41bb3d98-a5f0-48ec-ac09-a380c79bf73c 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1573/3047] 10.0.0.168 () {32 vars in 737 bytes} [Thu Aug 20 00:35:57 2026] GET /v2.0/security-groups/3b453a04-2d9a-46bc-be02-5ea976c1f2dd => 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: 1475/3048] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:35:57 2026] DELETE /v2.0/security-groups/8beb8e2e-7088-46ce-8261-d4d7689f97c7 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:35:58.046 8 INFO neutron_taas.services.taas.taas_plugin [None req-41a31e27-202f-496c-b42c-5af6c04c3119 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] TaaS: Handle Delete Port: 11e12e1b-151e-4a57-ac9c-cc61a11c2781 2026-08-20 00:35:58.049 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41a31e27-202f-496c-b42c-5af6c04c3119 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] Tap Mirror: Handle Delete Port: 11e12e1b-151e-4a57-ac9c-cc61a11c2781 [pid: 8|app: 0|req: 1574/3049] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:35:57 2026] PUT /v2.0/routers/879fdcba-8d4a-4f94-ae66-ff69e0c57657/remove_router_interface => generated 309 bytes in 877 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:35:58.725 7 INFO neutron.api.v2.resource [None req-556223c8-5eaf-428b-b556-35e0f64ba48d 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1476/3050] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:35:58 2026] PUT /v2.0/routers/879fdcba-8d4a-4f94-ae66-ff69e0c57657/remove_router_interface => generated 198 bytes in 168 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:35:59.091 8 INFO neutron_taas.services.taas.taas_plugin [None req-5bf773a9-c44e-4cd7-8492-4094f0f5361d 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] TaaS: Handle Delete Port: 90f0a71a-1d4b-48f2-9955-cc049172d3f4 2026-08-20 00:35:59.095 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5bf773a9-c44e-4cd7-8492-4094f0f5361d 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] Tap Mirror: Handle Delete Port: 90f0a71a-1d4b-48f2-9955-cc049172d3f4 2026-08-20 00:35:59.507 7 INFO neutron.db.segments_db [None req-af24b97f-0c8c-47a9-b1ce-f9198afad3fe e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment 7367f8b3-8e74-4efb-9de0-0ad3c305a9ef of type vxlan for network da3f083d-47d5-4176-a1f4-eac69ff3a4ae [pid: 8|app: 0|req: 1575/3051] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:35:58 2026] PUT /v2.0/routers/879fdcba-8d4a-4f94-ae66-ff69e0c57657/remove_router_interface => generated 309 bytes in 865 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/3052] 10.0.0.168 () {34 vars in 671 bytes} [Thu Aug 20 00:35:59 2026] POST /v2.0/networks => generated 741 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:35:59.762 8 INFO neutron.api.v2.resource [None req-e4461e3f-6ef5-48dc-b3b1-fdac17fa3538 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1576/3053] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:35:59 2026] PUT /v2.0/routers/879fdcba-8d4a-4f94-ae66-ff69e0c57657/remove_router_interface => generated 198 bytes in 160 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3054] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:35:59 2026] POST /v2.0/subnets => generated 688 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-20 00:35:59.849 7 INFO neutron.db.segments_db [None req-7df8ecee-785e-49c3-882b-361216adb4cf e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Added segment 74231b3f-6b1a-4a42-9138-8b51e0971dd8 of type vxlan for network 4c72622c-1455-44bd-9bfb-89f7b53fa73b 2026-08-20 00:36:00.091 7 INFO neutron.db.l3_hamode_db [None req-7df8ecee-785e-49c3-882b-361216adb4cf e9acc8a2cd3a4759a584470e72c71732 c3d8941d77884dec87c4e78c56ee3cdd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 00:36:00.165 8 INFO neutron_taas.services.taas.taas_plugin [None req-0fd89f34-f69e-41b6-9615-4b3a871e5a45 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] TaaS: Handle Delete Port: 8609ce8c-c360-4f97-aa68-6120a460059f 2026-08-20 00:36:00.168 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fd89f34-f69e-41b6-9615-4b3a871e5a45 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] Tap Mirror: Handle Delete Port: 8609ce8c-c360-4f97-aa68-6120a460059f [pid: 8|app: 0|req: 1577/3055] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:35:59 2026] PUT /v2.0/routers/879fdcba-8d4a-4f94-ae66-ff69e0c57657/remove_router_interface => generated 309 bytes in 957 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:36:00.807 7 INFO neutron.db.l3_hamode_db [None req-7df8ecee-785e-49c3-882b-361216adb4cf e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 00:36:00.855 8 INFO neutron.api.v2.resource [None req-ff670441-5c06-4a05-b4d1-9dd1229f2c8b 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1578/3056] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:36:00 2026] PUT /v2.0/routers/879fdcba-8d4a-4f94-ae66-ff69e0c57657/remove_router_interface => generated 198 bytes in 124 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:36:01.029 8 INFO neutron_taas.services.taas.taas_plugin [None req-9fb4a3fc-0f4c-44d9-831a-9608ab7fd7e7 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] TaaS: Handle Delete Port: 630085b6-6643-4a8b-a11c-73a0b517cf0d 2026-08-20 00:36:01.031 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fb4a3fc-0f4c-44d9-831a-9608ab7fd7e7 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] Tap Mirror: Handle Delete Port: 630085b6-6643-4a8b-a11c-73a0b517cf0d 2026-08-20 00:36:01.270 8 INFO neutron_taas.services.taas.taas_plugin [None req-9fb4a3fc-0f4c-44d9-831a-9608ab7fd7e7 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] TaaS: Handle Delete Port: 3e429dfc-b2cd-4e12-8e2b-6dac1185b9ce 2026-08-20 00:36:01.272 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fb4a3fc-0f4c-44d9-831a-9608ab7fd7e7 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] Tap Mirror: Handle Delete Port: 3e429dfc-b2cd-4e12-8e2b-6dac1185b9ce 2026-08-20 00:36:01.651 8 INFO neutron.services.segments.plugin [-] Segment 5cd5bbea-28de-421b-a3bd-7df00d9517d9 resource provider aggregate not found 2026-08-20 00:36:01.658 8 INFO neutron.services.segments.plugin [-] Segment 5cd5bbea-28de-421b-a3bd-7df00d9517d9 resource provider aggregate not found 2026-08-20 00:36:01.678 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5cd5bbea-28de-421b-a3bd-7df00d9517d9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cd5bbea-28de-421b-a3bd-7df00d9517d9 found for delete ", "request_id": "req-57d0f1ae-bec8-4a82-810f-913a5142c5fa"}]} 2026-08-20 00:36:01.682 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5cd5bbea-28de-421b-a3bd-7df00d9517d9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cd5bbea-28de-421b-a3bd-7df00d9517d9 found for delete ", "request_id": "req-96c1685b-a9a6-44c1-8400-8d6351b661ba"}]} 2026-08-20 00:36:01.687 8 INFO neutron.db.l3_hamode_db [None req-9fb4a3fc-0f4c-44d9-831a-9608ab7fd7e7 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] HA network d4168e72-5a4e-46b7-9cce-0925d2044fcb was deleted as no HA routers are present in tenant f772268d66ce40348e672369c7aaffeb. [pid: 7|app: 0|req: 1479/3057] 10.0.0.168 () {34 vars in 669 bytes} [Thu Aug 20 00:35:59 2026] POST /v2.0/routers => generated 728 bytes in 1886 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3058] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:36:00 2026] DELETE /v2.0/routers/879fdcba-8d4a-4f94-ae66-ff69e0c57657 => generated 0 bytes in 836 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:36:01.720 8 INFO neutron.api.v2.resource [None req-3155319f-8384-4f0e-9b1a-4623e8beb9a7 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1580/3059] 10.0.0.168 () {32 vars in 721 bytes} [Thu Aug 20 00:36:01 2026] GET /v2.0/routers/879fdcba-8d4a-4f94-ae66-ff69e0c57657 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3060] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:36:01 2026] DELETE /v2.0/subnets/16da8bb2-2784-49ac-ab9b-87b229e70b88 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:36:01.919 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8941d0fd-d6b5-405f-a69e-42cc062d3d95 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1582/3061] 10.0.0.168 () {32 vars in 721 bytes} [Thu Aug 20 00:36:01 2026] GET /v2.0/subnets/16da8bb2-2784-49ac-ab9b-87b229e70b88 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3062] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:36:01 2026] DELETE /v2.0/subnets/0ed20593-6744-41ef-97af-6261cbedae61 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:36:02.078 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1e9e421e-6fc7-4385-a008-e688ffc3bdc0 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1584/3063] 10.0.0.168 () {32 vars in 721 bytes} [Thu Aug 20 00:36:02 2026] GET /v2.0/subnets/0ed20593-6744-41ef-97af-6261cbedae61 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:36:02.168 8 INFO neutron_taas.services.taas.taas_plugin [None req-812713ff-c9e1-4d4d-b3a7-e4f47d20b7e5 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] TaaS: Handle Delete Port: 184af979-56ca-42c8-8db1-a074528b7a33 2026-08-20 00:36:02.171 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-812713ff-c9e1-4d4d-b3a7-e4f47d20b7e5 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] Tap Mirror: Handle Delete Port: 184af979-56ca-42c8-8db1-a074528b7a33 [pid: 8|app: 0|req: 1585/3064] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:36:02 2026] DELETE /v2.0/networks/5ffb231f-9ab0-444c-bab6-4d843cde27ae => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:36:02.354 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d5e07e64-3a0e-42f4-ba3a-99ba77b826a8 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1586/3065] 10.0.0.168 () {32 vars in 723 bytes} [Thu Aug 20 00:36:02 2026] GET /v2.0/networks/5ffb231f-9ab0-444c-bab6-4d843cde27ae => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3066] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:36:02 2026] DELETE /v2.0/subnets/ba56b577-20c9-4b6f-8462-8db6be8a272d => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:36:02.531 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a996f46a-1c7d-4170-b48d-520cacd9b3f6 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1588/3067] 10.0.0.168 () {32 vars in 721 bytes} [Thu Aug 20 00:36:02 2026] GET /v2.0/subnets/ba56b577-20c9-4b6f-8462-8db6be8a272d => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3068] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:36:02 2026] DELETE /v2.0/subnets/fe5bbd4a-b1d1-491a-92e4-88c2fa923aca => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:36:02.751 8 INFO neutron.pecan_wsgi.hooks.translation [None req-36eddf2c-4069-4158-bdbf-66c90093d943 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1590/3069] 10.0.0.168 () {32 vars in 721 bytes} [Thu Aug 20 00:36:02 2026] GET /v2.0/subnets/fe5bbd4a-b1d1-491a-92e4-88c2fa923aca => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3070] 10.0.0.168 () {34 vars in 783 bytes} [Thu Aug 20 00:36:01 2026] PUT /v2.0/routers/abde45f8-a2fe-43d6-b3bc-c53de1183819/add_router_interface => generated 309 bytes in 1122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:36:02.860 8 INFO neutron_taas.services.taas.taas_plugin [None req-dcfbbd87-9ff2-410d-a810-727a6bbd782c 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] TaaS: Handle Delete Port: 8d1d9213-d7f2-44d7-96b2-f34e26526cbd 2026-08-20 00:36:02.862 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dcfbbd87-9ff2-410d-a810-727a6bbd782c 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] Tap Mirror: Handle Delete Port: 8d1d9213-d7f2-44d7-96b2-f34e26526cbd [pid: 8|app: 0|req: 1591/3071] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:36:02 2026] DELETE /v2.0/networks/97945346-05d7-4cf0-9b13-645ab8f7edb3 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:36:03.036 7 INFO neutron.pecan_wsgi.hooks.translation [None req-18218e1e-5557-4867-9b22-33833b593968 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1481/3072] 10.0.0.168 () {32 vars in 723 bytes} [Thu Aug 20 00:36:03 2026] GET /v2.0/networks/97945346-05d7-4cf0-9b13-645ab8f7edb3 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3073] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:36:03 2026] DELETE /v2.0/subnets/f92d12ac-75e2-46c1-9f64-d2cadd4a6600 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:36:03.205 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4fa2d703-b8da-4ced-a492-a938fb479d10 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1482/3074] 10.0.0.168 () {32 vars in 721 bytes} [Thu Aug 20 00:36:03 2026] GET /v2.0/subnets/f92d12ac-75e2-46c1-9f64-d2cadd4a6600 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3075] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:36:03 2026] DELETE /v2.0/subnets/761beee8-b7e0-48b2-9e3a-efbd117f0703 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:36:03.359 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ef47bfcb-aa2a-4a9a-b6a7-b2559cf71afa 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1483/3076] 10.0.0.168 () {32 vars in 721 bytes} [Thu Aug 20 00:36:03 2026] GET /v2.0/subnets/761beee8-b7e0-48b2-9e3a-efbd117f0703 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:36:03.441 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d30b701-38a4-4b5c-a387-8a96254e7eb7 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] TaaS: Handle Delete Port: 9ec8f21b-6fc1-4fee-bab1-a3d0f9e21e30 2026-08-20 00:36:03.444 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d30b701-38a4-4b5c-a387-8a96254e7eb7 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] Tap Mirror: Handle Delete Port: 9ec8f21b-6fc1-4fee-bab1-a3d0f9e21e30 [pid: 8|app: 0|req: 1594/3077] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:36:03 2026] DELETE /v2.0/networks/25aea187-bbbb-47a7-8e5d-2dd830605df7 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:36:03.629 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c975b873-287e-4bef-b74c-7fd59e4d61de 4c3a60e8a8414fa79344e08edd43621a f772268d66ce40348e672369c7aaffeb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1484/3078] 10.0.0.168 () {32 vars in 723 bytes} [Thu Aug 20 00:36:03 2026] GET /v2.0/networks/25aea187-bbbb-47a7-8e5d-2dd830605df7 => generated 138 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-20 00:36:03.700 8 INFO neutron.services.segments.plugin [-] Segment 79b348e8-a2a0-4f6e-bf57-2d3f9e9bd5fd resource provider aggregate not found 2026-08-20 00:36:03.703 8 INFO neutron.services.segments.plugin [-] Segment 79b348e8-a2a0-4f6e-bf57-2d3f9e9bd5fd resource provider aggregate not found 2026-08-20 00:36:03.717 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 79b348e8-a2a0-4f6e-bf57-2d3f9e9bd5fd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79b348e8-a2a0-4f6e-bf57-2d3f9e9bd5fd found for delete ", "request_id": "req-10f55ca9-02b1-42c1-9672-e131cc07b335"}]} 2026-08-20 00:36:03.722 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 79b348e8-a2a0-4f6e-bf57-2d3f9e9bd5fd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79b348e8-a2a0-4f6e-bf57-2d3f9e9bd5fd found for delete ", "request_id": "req-a1b55cb5-0059-4c3f-9a1b-a32fc34f681b"}]} 2026-08-20 00:36:03.733 8 INFO neutron.services.segments.plugin [-] Segment 3151b60e-bacc-4268-88e0-331379c7eade resource provider aggregate not found 2026-08-20 00:36:03.737 8 INFO neutron.services.segments.plugin [-] Segment 3151b60e-bacc-4268-88e0-331379c7eade resource provider aggregate not found 2026-08-20 00:36:03.745 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3151b60e-bacc-4268-88e0-331379c7eade resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3151b60e-bacc-4268-88e0-331379c7eade found for delete ", "request_id": "req-47187489-e380-48fc-8db8-75964a6e4ad0"}]} 2026-08-20 00:36:03.754 8 INFO neutron.services.segments.plugin [-] Segment bdce0336-2f11-4321-b79e-4f855722d66c resource provider aggregate not found 2026-08-20 00:36:03.757 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3151b60e-bacc-4268-88e0-331379c7eade resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3151b60e-bacc-4268-88e0-331379c7eade found for delete ", "request_id": "req-72957477-99ed-4bb7-8cd1-5c6df5e440da"}]} 2026-08-20 00:36:03.767 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bdce0336-2f11-4321-b79e-4f855722d66c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdce0336-2f11-4321-b79e-4f855722d66c found for delete ", "request_id": "req-6b734270-969d-4838-9466-164890c469fa"}]} 2026-08-20 00:36:03.771 8 INFO neutron.services.segments.plugin [-] Segment bdce0336-2f11-4321-b79e-4f855722d66c resource provider aggregate not found 2026-08-20 00:36:03.783 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment bdce0336-2f11-4321-b79e-4f855722d66c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdce0336-2f11-4321-b79e-4f855722d66c found for delete ", "request_id": "req-b954ccf9-da96-4a89-8086-b44aad7ba31d"}]} [pid: 8|app: 0|req: 1595/3079] 10.0.0.174 () {34 vars in 982 bytes} [Thu Aug 20 00:36:05 2026] GET /v2.0/networks?id=da3f083d-47d5-4176-a1f4-eac69ff3a4ae => generated 673 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3080] 10.0.0.174 () {34 vars in 965 bytes} [Thu Aug 20 00:36:05 2026] GET /v2.0/quotas/c3d8941d77884dec87c4e78c56ee3cdd => 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: 1596/3081] 10.0.0.174 () {34 vars in 1002 bytes} [Thu Aug 20 00:36:05 2026] GET /v2.0/ports?tenant_id=c3d8941d77884dec87c4e78c56ee3cdd&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3082] 10.0.0.174 () {34 vars in 1008 bytes} [Thu Aug 20 00:36:05 2026] GET /v2.0/networks/da3f083d-47d5-4176-a1f4-eac69ff3a4ae?fields=segments => generated 14 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3083] 10.0.0.174 () {34 vars in 1108 bytes} [Thu Aug 20 00:36:05 2026] GET /v2.0/networks/da3f083d-47d5-4176-a1f4-eac69ff3a4ae?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: 1487/3084] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:36:05 2026] GET /v2.0/ports?device_id=b57e1aa0-f693-4ba4-ba48-b6158d8a9c64 => 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: 1598/3085] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:36:05 2026] GET /v2.0/security-groups?tenant_id=bec92f638de644c9a8e4b2148e2b24b5&name=default => generated 2929 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3086] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:36:06 2026] DELETE /v2.0/security-groups/b98bad53-15d0-45a8-8c59-4e826115a76d => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3087] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:36:06 2026] GET /v2.0/security-groups?tenant_id=d95128b0ac044036b20458bdb12f01cc&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: 1489/3088] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:36:06 2026] DELETE /v2.0/security-groups/51bed392-cfec-47df-970c-7d32cbc6c510 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3089] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:36:06 2026] GET /v2.0/security-groups?tenant_id=f772268d66ce40348e672369c7aaffeb&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3090] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:36:06 2026] GET /v2.0/ports?device_id=b57e1aa0-f693-4ba4-ba48-b6158d8a9c64 => 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: 1490/3091] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:36:06 2026] DELETE /v2.0/security-groups/45fd9335-3f65-495d-80aa-e3de0737bae4 => 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: 1602/3092] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:36:06 2026] GET /v2.0/security-groups?tenant_id=a6b3fb7cd44244bd963413a2a86aead5&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3093] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:36:07 2026] DELETE /v2.0/security-groups/aa0ba6e2-ac2d-422b-9f90-6a9c751d0e23 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3094] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:36:07 2026] GET /v2.0/security-groups?tenant_id=d1cee48860564012a79e113b5d591b7d&name=default => generated 2929 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3095] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:36:07 2026] DELETE /v2.0/security-groups/14dc824a-b725-46a9-a599-06dd60fd02e8 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3096] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:36:07 2026] GET /v2.0/ports?device_id=b57e1aa0-f693-4ba4-ba48-b6158d8a9c64 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3097] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:36:07 2026] GET /v2.0/security-groups?tenant_id=0b775988949a48e79cf5c6c463bd82c7&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3098] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:36:07 2026] DELETE /v2.0/security-groups/621fc4a5-aed3-47ff-8fad-d1b67a495473 => 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: 1605/3099] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:36:08 2026] GET /v2.0/security-groups?tenant_id=23bd27e25f154102823a08ea26680f39&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3100] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:36:08 2026] DELETE /v2.0/security-groups/f06f955e-205d-4e16-a038-3e6bf1f6e798 => 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: 1606/3101] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:36:08 2026] GET /v2.0/ports?device_id=b57e1aa0-f693-4ba4-ba48-b6158d8a9c64 => 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: 1497/3104] 199.204.45.35 () {34 vars in 985 bytes} [Thu Aug 20 00:36:09 2026] GET /v2.0/networks?id=da3f083d-47d5-4176-a1f4-eac69ff3a4ae => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3105] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:36:09 2026] GET /v2.0/ports?device_id=b57e1aa0-f693-4ba4-ba48-b6158d8a9c64 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3106] 199.204.45.35 () {38 vars in 954 bytes} [Thu Aug 20 00:36:09 2026] POST /v2.0/ports => generated 958 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3107] 199.204.45.35 () {38 vars in 1027 bytes} [Thu Aug 20 00:36:10 2026] PUT /v2.0/ports/68ae3cbe-b81a-4d7a-b6b7-afdd742fd7fb => generated 1239 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-20 00:36:10.593 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-21773dd7-4eb3-4034-9439-99c511046b73'] response: {'name': 'network-changed', 'server_uuid': 'b57e1aa0-f693-4ba4-ba48-b6158d8a9c64', 'tag': '68ae3cbe-b81a-4d7a-b6b7-afdd742fd7fb', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1609/3108] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:36:11 2026] GET /v2.0/ports?device_id=b57e1aa0-f693-4ba4-ba48-b6158d8a9c64 => generated 973 bytes in 68 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: 1500/3109] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:36:11 2026] GET /v2.0/security-groups?id=c0fff0e5-4f18-482f-bc35-237d1a2b341e&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: 8|app: 0|req: 1610/3110] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:36:11 2026] GET /v2.0/ports?tenant_id=c3d8941d77884dec87c4e78c56ee3cdd&device_id=b57e1aa0-f693-4ba4-ba48-b6158d8a9c64 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3111] 199.204.45.35 () {34 vars in 1017 bytes} [Thu Aug 20 00:36:11 2026] GET /v2.0/networks?tenant_id=c3d8941d77884dec87c4e78c56ee3cdd&shared=False => generated 769 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3112] 199.204.45.35 () {34 vars in 929 bytes} [Thu Aug 20 00:36:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3113] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:36:12 2026] GET /v2.0/ports?device_id=b57e1aa0-f693-4ba4-ba48-b6158d8a9c64 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3114] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:36:12 2026] GET /v2.0/security-groups?id=c0fff0e5-4f18-482f-bc35-237d1a2b341e&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3115] 199.204.45.35 () {34 vars in 1079 bytes} [Thu Aug 20 00:36:12 2026] GET /v2.0/ports?tenant_id=c3d8941d77884dec87c4e78c56ee3cdd&device_id=b57e1aa0-f693-4ba4-ba48-b6158d8a9c64 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3116] 199.204.45.35 () {34 vars in 1059 bytes} [Thu Aug 20 00:36:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=68ae3cbe-b81a-4d7a-b6b7-afdd742fd7fb => 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: 1613/3117] 199.204.45.35 () {34 vars in 983 bytes} [Thu Aug 20 00:36:12 2026] GET /v2.0/subnets?id=4d72dd1a-6469-414e-902a-b7c54acdcb71 => generated 691 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3118] 199.204.45.35 () {34 vars in 1051 bytes} [Thu Aug 20 00:36:12 2026] GET /v2.0/ports?network_id=da3f083d-47d5-4176-a1f4-eac69ff3a4ae&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: 1614/3119] 199.204.45.35 () {34 vars in 1011 bytes} [Thu Aug 20 00:36:12 2026] GET /v2.0/networks/da3f083d-47d5-4176-a1f4-eac69ff3a4ae?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: 1506/3120] 199.204.45.35 () {34 vars in 1111 bytes} [Thu Aug 20 00:36:12 2026] GET /v2.0/networks/da3f083d-47d5-4176-a1f4-eac69ff3a4ae?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: 1615/3121] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:36:13 2026] GET /v2.0/ports?device_id=b57e1aa0-f693-4ba4-ba48-b6158d8a9c64 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3122] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:36:13 2026] GET /v2.0/security-groups?id=c0fff0e5-4f18-482f-bc35-237d1a2b341e&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3123] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:36:14 2026] GET /v2.0/ports?device_id=b57e1aa0-f693-4ba4-ba48-b6158d8a9c64 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3124] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:36:14 2026] GET /v2.0/security-groups?id=c0fff0e5-4f18-482f-bc35-237d1a2b341e&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: 1617/3125] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:36:15 2026] GET /v2.0/ports?device_id=b57e1aa0-f693-4ba4-ba48-b6158d8a9c64 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3126] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:36:15 2026] GET /v2.0/security-groups?id=c0fff0e5-4f18-482f-bc35-237d1a2b341e&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: 1618/3127] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:36:16 2026] GET /v2.0/ports?device_id=b57e1aa0-f693-4ba4-ba48-b6158d8a9c64 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3128] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:36:16 2026] GET /v2.0/security-groups?id=c0fff0e5-4f18-482f-bc35-237d1a2b341e&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: 1619/3129] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:36:18 2026] GET /v2.0/ports?device_id=b57e1aa0-f693-4ba4-ba48-b6158d8a9c64 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3130] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:36:18 2026] GET /v2.0/security-groups?id=c0fff0e5-4f18-482f-bc35-237d1a2b341e&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: 1620/3131] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:36:19 2026] GET /v2.0/ports?device_id=b57e1aa0-f693-4ba4-ba48-b6158d8a9c64 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3132] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:36:19 2026] GET /v2.0/security-groups?id=c0fff0e5-4f18-482f-bc35-237d1a2b341e&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: 1621/3133] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:36:20 2026] GET /v2.0/ports?device_id=b57e1aa0-f693-4ba4-ba48-b6158d8a9c64 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3134] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:36:20 2026] GET /v2.0/security-groups?id=c0fff0e5-4f18-482f-bc35-237d1a2b341e&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3135] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:36:21 2026] GET /v2.0/ports?device_id=b57e1aa0-f693-4ba4-ba48-b6158d8a9c64 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3136] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:36:21 2026] GET /v2.0/security-groups?id=c0fff0e5-4f18-482f-bc35-237d1a2b341e&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: 1623/3137] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:36:22 2026] GET /v2.0/ports?device_id=b57e1aa0-f693-4ba4-ba48-b6158d8a9c64 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3138] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Aug 20 00:36:22 2026] GET /v2.0/security-groups?id=c0fff0e5-4f18-482f-bc35-237d1a2b341e&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3139] 199.204.45.35 () {34 vars in 993 bytes} [Thu Aug 20 00:36:23 2026] GET /v2.0/ports?device_id=b57e1aa0-f693-4ba4-ba48-b6158d8a9c64 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:36:23.224 7 INFO neutron_taas.services.taas.taas_plugin [req-ec772483-6f79-4105-a609-eab2a79205b3 req-181b2123-b896-4214-a4ba-bd13be56136b b2502eb18221477b91aeb6bf4429f972 c3d8941d77884dec87c4e78c56ee3cdd - - default default] TaaS: Handle Delete Port: 68ae3cbe-b81a-4d7a-b6b7-afdd742fd7fb 2026-08-20 00:36:23.227 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ec772483-6f79-4105-a609-eab2a79205b3 req-181b2123-b896-4214-a4ba-bd13be56136b b2502eb18221477b91aeb6bf4429f972 c3d8941d77884dec87c4e78c56ee3cdd - - default default] Tap Mirror: Handle Delete Port: 68ae3cbe-b81a-4d7a-b6b7-afdd742fd7fb [pid: 7|app: 0|req: 1516/3140] 199.204.45.35 () {36 vars in 996 bytes} [Thu Aug 20 00:36:23 2026] DELETE /v2.0/ports/68ae3cbe-b81a-4d7a-b6b7-afdd742fd7fb => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:36:23.380 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-38f0cc71-f0fd-4758-a653-f325c4630089'] response: {'server_uuid': 'b57e1aa0-f693-4ba4-ba48-b6158d8a9c64', 'name': 'network-vif-deleted', 'tag': '68ae3cbe-b81a-4d7a-b6b7-afdd742fd7fb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1625/3141] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:36:24 2026] GET /v2.0/ports?device_id=b57e1aa0-f693-4ba4-ba48-b6158d8a9c64 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3144] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:36:25 2026] GET /v2.0/ports?device_id=b57e1aa0-f693-4ba4-ba48-b6158d8a9c64 => 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: 1518/3145] 10.0.0.174 () {34 vars in 990 bytes} [Thu Aug 20 00:36:26 2026] GET /v2.0/ports?device_id=b57e1aa0-f693-4ba4-ba48-b6158d8a9c64 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:36:28.818 8 INFO neutron_taas.services.taas.taas_plugin [None req-5599eb84-ec24-42d6-bcf9-a6b365500c82 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: ae9bfb93-c24a-42ff-a455-a6652dd86378 2026-08-20 00:36:28.821 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5599eb84-ec24-42d6-bcf9-a6b365500c82 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: ae9bfb93-c24a-42ff-a455-a6652dd86378 [pid: 8|app: 0|req: 1628/3146] 10.0.0.168 () {34 vars in 789 bytes} [Thu Aug 20 00:36:28 2026] PUT /v2.0/routers/abde45f8-a2fe-43d6-b3bc-c53de1183819/remove_router_interface => generated 309 bytes in 1359 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-20 00:36:30.037 7 INFO neutron_taas.services.taas.taas_plugin [None req-90179bfc-b0ec-434a-8dd0-21b05116f2f1 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: 4992b23f-8b2e-4114-942c-a14e1d62c063 2026-08-20 00:36:30.039 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90179bfc-b0ec-434a-8dd0-21b05116f2f1 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: 4992b23f-8b2e-4114-942c-a14e1d62c063 2026-08-20 00:36:30.321 7 INFO neutron_taas.services.taas.taas_plugin [None req-90179bfc-b0ec-434a-8dd0-21b05116f2f1 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: 6e7ebd7a-722a-43ba-889d-27ad516c2fc6 2026-08-20 00:36:30.323 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90179bfc-b0ec-434a-8dd0-21b05116f2f1 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: 6e7ebd7a-722a-43ba-889d-27ad516c2fc6 2026-08-20 00:36:30.708 7 INFO neutron.services.segments.plugin [-] Segment 74231b3f-6b1a-4a42-9138-8b51e0971dd8 resource provider aggregate not found 2026-08-20 00:36:30.720 7 INFO neutron.services.segments.plugin [-] Segment 74231b3f-6b1a-4a42-9138-8b51e0971dd8 resource provider aggregate not found 2026-08-20 00:36:30.727 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 74231b3f-6b1a-4a42-9138-8b51e0971dd8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74231b3f-6b1a-4a42-9138-8b51e0971dd8 found for delete ", "request_id": "req-799d798b-9488-44e6-b21d-3a671cc57b9e"}]} 2026-08-20 00:36:30.740 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 74231b3f-6b1a-4a42-9138-8b51e0971dd8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74231b3f-6b1a-4a42-9138-8b51e0971dd8 found for delete ", "request_id": "req-71de1203-d0b8-46c2-bd03-6e5008146036"}]} 2026-08-20 00:36:30.750 7 INFO neutron.db.l3_hamode_db [None req-90179bfc-b0ec-434a-8dd0-21b05116f2f1 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] HA network 4c72622c-1455-44bd-9bfb-89f7b53fa73b was deleted as no HA routers are present in tenant c3d8941d77884dec87c4e78c56ee3cdd. [pid: 7|app: 0|req: 1519/3147] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:36:29 2026] DELETE /v2.0/routers/abde45f8-a2fe-43d6-b3bc-c53de1183819 => generated 0 bytes in 889 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3148] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:36:30 2026] DELETE /v2.0/subnets/4d72dd1a-6469-414e-902a-b7c54acdcb71 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:36:31.008 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc444127-9bd3-450f-af21-dc5d8d135e76 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] TaaS: Handle Delete Port: d33f80ab-1592-4f59-aa9f-da58f71c0d76 2026-08-20 00:36:31.012 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc444127-9bd3-450f-af21-dc5d8d135e76 e9acc8a2cd3a4759a584470e72c71732 5f8efcd424fb4344abdbc9e3256fca2f - - default default] Tap Mirror: Handle Delete Port: d33f80ab-1592-4f59-aa9f-da58f71c0d76 [pid: 7|app: 0|req: 1520/3149] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:36:30 2026] DELETE /v2.0/networks/da3f083d-47d5-4176-a1f4-eac69ff3a4ae => 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: 1630/3150] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:36:31 2026] GET /v2.0/security-groups?tenant_id=c3d8941d77884dec87c4e78c56ee3cdd&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3151] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:36:31 2026] DELETE /v2.0/security-groups/c0fff0e5-4f18-482f-bc35-237d1a2b341e => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:36:32.749 7 INFO neutron.services.segments.plugin [-] Segment 7367f8b3-8e74-4efb-9de0-0ad3c305a9ef resource provider aggregate not found 2026-08-20 00:36:32.765 7 INFO neutron.services.segments.plugin [-] Segment 7367f8b3-8e74-4efb-9de0-0ad3c305a9ef resource provider aggregate not found 2026-08-20 00:36:32.765 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7367f8b3-8e74-4efb-9de0-0ad3c305a9ef resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7367f8b3-8e74-4efb-9de0-0ad3c305a9ef found for delete ", "request_id": "req-a80113b7-d4a5-4722-8082-8621776bd95f"}]} 2026-08-20 00:36:32.782 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7367f8b3-8e74-4efb-9de0-0ad3c305a9ef resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7367f8b3-8e74-4efb-9de0-0ad3c305a9ef found for delete ", "request_id": "req-21c78680-7c92-4b81-b83d-42214a8de407"}]} [pid: 8|app: 0|req: 1631/3152] 10.0.0.168 () {34 vars in 676 bytes} [Thu Aug 20 00:36:34 2026] POST /v2.0/floatingips => generated 552 bytes in 662 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3153] 10.0.0.168 () {34 vars in 759 bytes} [Thu Aug 20 00:36:35 2026] PUT /v2.0/floatingips/7efdc7db-ad9f-49ef-9787-4d27d7b6fb8b/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3154] 10.0.0.168 () {32 vars in 739 bytes} [Thu Aug 20 00:36:35 2026] GET /v2.0/floatingips/7efdc7db-ad9f-49ef-9787-4d27d7b6fb8b/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3155] 10.0.0.168 () {34 vars in 770 bytes} [Thu Aug 20 00:36:35 2026] PUT /v2.0/floatingips/7efdc7db-ad9f-49ef-9787-4d27d7b6fb8b/tags/green => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3156] 10.0.0.168 () {32 vars in 739 bytes} [Thu Aug 20 00:36:35 2026] GET /v2.0/floatingips/7efdc7db-ad9f-49ef-9787-4d27d7b6fb8b/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3157] 10.0.0.168 () {34 vars in 766 bytes} [Thu Aug 20 00:36:35 2026] PUT /v2.0/floatingips/7efdc7db-ad9f-49ef-9787-4d27d7b6fb8b/tags/red => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3158] 10.0.0.168 () {32 vars in 739 bytes} [Thu Aug 20 00:36:35 2026] GET /v2.0/floatingips/7efdc7db-ad9f-49ef-9787-4d27d7b6fb8b/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3159] 10.0.0.168 () {34 vars in 788 bytes} [Thu Aug 20 00:36:35 2026] PUT /v2.0/floatingips/7efdc7db-ad9f-49ef-9787-4d27d7b6fb8b/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3160] 10.0.0.168 () {32 vars in 739 bytes} [Thu Aug 20 00:36:35 2026] GET /v2.0/floatingips/7efdc7db-ad9f-49ef-9787-4d27d7b6fb8b/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3161] 10.0.0.168 () {34 vars in 759 bytes} [Thu Aug 20 00:36:35 2026] PUT /v2.0/floatingips/7efdc7db-ad9f-49ef-9787-4d27d7b6fb8b/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3162] 10.0.0.168 () {32 vars in 739 bytes} [Thu Aug 20 00:36:35 2026] GET /v2.0/floatingips/7efdc7db-ad9f-49ef-9787-4d27d7b6fb8b/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3163] 10.0.0.168 () {32 vars in 747 bytes} [Thu Aug 20 00:36:35 2026] GET /v2.0/floatingips/7efdc7db-ad9f-49ef-9787-4d27d7b6fb8b/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:36:35.894 8 INFO neutron.api.v2.resource [None req-36abc86b-4b4c-4f99-accf-d9bba5f484ec 861a4949944443b1be89769c89233bee c598d05c13ab403fb6fb6c2d1e5f5361 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1637/3164] 10.0.0.168 () {32 vars in 751 bytes} [Thu Aug 20 00:36:35 2026] GET /v2.0/floatingips/7efdc7db-ad9f-49ef-9787-4d27d7b6fb8b/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3165] 10.0.0.168 () {32 vars in 750 bytes} [Thu Aug 20 00:36:35 2026] DELETE /v2.0/floatingips/7efdc7db-ad9f-49ef-9787-4d27d7b6fb8b/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3166] 10.0.0.168 () {32 vars in 739 bytes} [Thu Aug 20 00:36:35 2026] GET /v2.0/floatingips/7efdc7db-ad9f-49ef-9787-4d27d7b6fb8b/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:36:36.039 7 INFO neutron.api.v2.resource [None req-db128669-cef2-4026-b9d9-2353d8bd2e0e 861a4949944443b1be89769c89233bee c598d05c13ab403fb6fb6c2d1e5f5361 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1529/3167] 10.0.0.168 () {32 vars in 754 bytes} [Thu Aug 20 00:36:36 2026] DELETE /v2.0/floatingips/7efdc7db-ad9f-49ef-9787-4d27d7b6fb8b/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: 1639/3168] 10.0.0.168 () {32 vars in 742 bytes} [Thu Aug 20 00:36:36 2026] DELETE /v2.0/floatingips/7efdc7db-ad9f-49ef-9787-4d27d7b6fb8b/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3169] 10.0.0.168 () {32 vars in 739 bytes} [Thu Aug 20 00:36:36 2026] GET /v2.0/floatingips/7efdc7db-ad9f-49ef-9787-4d27d7b6fb8b/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:36:36.241 8 INFO neutron_taas.services.taas.taas_plugin [None req-026fecaa-6f0b-4649-a4f8-7e84783ed4fa 861a4949944443b1be89769c89233bee c598d05c13ab403fb6fb6c2d1e5f5361 - - default default] TaaS: Handle Delete Port: 12670e15-e06b-43bb-b0b6-70599165fdeb 2026-08-20 00:36:36.244 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-026fecaa-6f0b-4649-a4f8-7e84783ed4fa 861a4949944443b1be89769c89233bee c598d05c13ab403fb6fb6c2d1e5f5361 - - default default] Tap Mirror: Handle Delete Port: 12670e15-e06b-43bb-b0b6-70599165fdeb [pid: 8|app: 0|req: 1640/3170] 10.0.0.168 () {32 vars in 732 bytes} [Thu Aug 20 00:36:36 2026] DELETE /v2.0/floatingips/7efdc7db-ad9f-49ef-9787-4d27d7b6fb8b => generated 0 bytes in 247 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3171] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:36:37 2026] GET /v2.0/security-groups?tenant_id=c598d05c13ab403fb6fb6c2d1e5f5361&name=default => generated 2929 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3172] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:36:37 2026] DELETE /v2.0/security-groups/0706b30f-7d92-4292-8f87-3a7040fbb6af => 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: 1532/3173] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:36:37 2026] GET /v2.0/security-groups?tenant_id=929686a757bd47b489edfe50a2faa440&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3174] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:36:37 2026] DELETE /v2.0/security-groups/d5ab1d24-977e-45e3-9611-cd15099f4bd1 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:36:40.972 8 INFO neutron.db.segments_db [None req-9f682e3c-a6b6-4dcc-a896-a3418f9296cd 84c544065a8144b09fa1775948fb32ee 3efd6c1c420d4e47b230901a2f93ffdf - - default default] Added segment 4d964a96-ff52-4639-b1f7-e173af37e9f6 of type vxlan for network dcf12897-e549-4542-aa47-65d948a71ff0 [pid: 8|app: 0|req: 1644/3177] 10.0.0.168 () {34 vars in 670 bytes} [Thu Aug 20 00:36:40 2026] POST /v2.0/networks => generated 632 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3178] 10.0.0.168 () {34 vars in 753 bytes} [Thu Aug 20 00:36:41 2026] PUT /v2.0/networks/dcf12897-e549-4542-aa47-65d948a71ff0/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3179] 10.0.0.168 () {32 vars in 733 bytes} [Thu Aug 20 00:36:41 2026] GET /v2.0/networks/dcf12897-e549-4542-aa47-65d948a71ff0/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: 1535/3180] 10.0.0.168 () {34 vars in 764 bytes} [Thu Aug 20 00:36:41 2026] PUT /v2.0/networks/dcf12897-e549-4542-aa47-65d948a71ff0/tags/green => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3181] 10.0.0.168 () {32 vars in 733 bytes} [Thu Aug 20 00:36:41 2026] GET /v2.0/networks/dcf12897-e549-4542-aa47-65d948a71ff0/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3182] 10.0.0.168 () {34 vars in 760 bytes} [Thu Aug 20 00:36:41 2026] PUT /v2.0/networks/dcf12897-e549-4542-aa47-65d948a71ff0/tags/red => 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: 1647/3183] 10.0.0.168 () {32 vars in 733 bytes} [Thu Aug 20 00:36:41 2026] GET /v2.0/networks/dcf12897-e549-4542-aa47-65d948a71ff0/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3184] 10.0.0.168 () {34 vars in 782 bytes} [Thu Aug 20 00:36:41 2026] PUT /v2.0/networks/dcf12897-e549-4542-aa47-65d948a71ff0/tags/black.or.white => generated 4 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3185] 10.0.0.168 () {32 vars in 733 bytes} [Thu Aug 20 00:36:41 2026] GET /v2.0/networks/dcf12897-e549-4542-aa47-65d948a71ff0/tags => generated 52 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3186] 10.0.0.168 () {34 vars in 753 bytes} [Thu Aug 20 00:36:41 2026] PUT /v2.0/networks/dcf12897-e549-4542-aa47-65d948a71ff0/tags => generated 37 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3187] 10.0.0.168 () {32 vars in 733 bytes} [Thu Aug 20 00:36:41 2026] GET /v2.0/networks/dcf12897-e549-4542-aa47-65d948a71ff0/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3188] 10.0.0.168 () {32 vars in 741 bytes} [Thu Aug 20 00:36:41 2026] GET /v2.0/networks/dcf12897-e549-4542-aa47-65d948a71ff0/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:36:41.761 8 INFO neutron.api.v2.resource [None req-9956c238-4d61-4485-b797-8a3993834361 84c544065a8144b09fa1775948fb32ee 3efd6c1c420d4e47b230901a2f93ffdf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1650/3189] 10.0.0.168 () {32 vars in 745 bytes} [Thu Aug 20 00:36:41 2026] GET /v2.0/networks/dcf12897-e549-4542-aa47-65d948a71ff0/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3190] 10.0.0.168 () {32 vars in 744 bytes} [Thu Aug 20 00:36:41 2026] DELETE /v2.0/networks/dcf12897-e549-4542-aa47-65d948a71ff0/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3191] 10.0.0.168 () {32 vars in 733 bytes} [Thu Aug 20 00:36:41 2026] GET /v2.0/networks/dcf12897-e549-4542-aa47-65d948a71ff0/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:36:41.909 7 INFO neutron.api.v2.resource [None req-e2acd5f4-30a1-4f51-8bcf-1c5c68833986 84c544065a8144b09fa1775948fb32ee 3efd6c1c420d4e47b230901a2f93ffdf - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1541/3192] 10.0.0.168 () {32 vars in 748 bytes} [Thu Aug 20 00:36:41 2026] DELETE /v2.0/networks/dcf12897-e549-4542-aa47-65d948a71ff0/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3193] 10.0.0.168 () {32 vars in 736 bytes} [Thu Aug 20 00:36:41 2026] DELETE /v2.0/networks/dcf12897-e549-4542-aa47-65d948a71ff0/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3194] 10.0.0.168 () {32 vars in 733 bytes} [Thu Aug 20 00:36:41 2026] GET /v2.0/networks/dcf12897-e549-4542-aa47-65d948a71ff0/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:36:42.140 8 INFO neutron.services.segments.plugin [-] Segment 4d964a96-ff52-4639-b1f7-e173af37e9f6 resource provider aggregate not found 2026-08-20 00:36:42.147 8 INFO neutron.services.segments.plugin [-] Segment 4d964a96-ff52-4639-b1f7-e173af37e9f6 resource provider aggregate not found 2026-08-20 00:36:42.163 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4d964a96-ff52-4639-b1f7-e173af37e9f6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d964a96-ff52-4639-b1f7-e173af37e9f6 found for delete ", "request_id": "req-f0682286-4e82-4674-98ee-a71ae77b797f"}]} [pid: 8|app: 0|req: 1653/3195] 10.0.0.168 () {32 vars in 726 bytes} [Thu Aug 20 00:36:42 2026] DELETE /v2.0/networks/dcf12897-e549-4542-aa47-65d948a71ff0 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-20 00:36:42.178 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4d964a96-ff52-4639-b1f7-e173af37e9f6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d964a96-ff52-4639-b1f7-e173af37e9f6 found for delete ", "request_id": "req-b9b8fd46-8374-41b7-8858-a9f1103f1ecc"}]} [pid: 7|app: 0|req: 1543/3196] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:36:42 2026] GET /v2.0/security-groups?tenant_id=9f178c10400940ee83c51cf4ad495e71&name=default => generated 2929 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3197] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:36:43 2026] DELETE /v2.0/security-groups/acf391d2-4d07-4923-9cb1-7adb294dd9db => 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: 1544/3198] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:36:43 2026] GET /v2.0/security-groups?tenant_id=3efd6c1c420d4e47b230901a2f93ffdf&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: 1655/3199] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:36:43 2026] DELETE /v2.0/security-groups/7b483d60-efad-4f57-ba95-a5545d6dbff3 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:36:46.602 7 INFO neutron.db.segments_db [None req-83c0910b-140b-4a33-b20e-00093ee9faf1 bbe9358023014f77b3966b7e1d3dd58e ab7e1d3028704cd4af8a3627bff95d36 - - default default] Added segment d3232bec-cc20-481f-aee2-77c37f270c9e of type vxlan for network 58acb3f8-c0df-49be-88ce-9b8fc433272f 2026-08-20 00:36:46.871 7 INFO neutron.db.l3_hamode_db [None req-83c0910b-140b-4a33-b20e-00093ee9faf1 bbe9358023014f77b3966b7e1d3dd58e ab7e1d3028704cd4af8a3627bff95d36 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-20 00:36:46.978 7 INFO neutron.db.l3_hamode_db [None req-83c0910b-140b-4a33-b20e-00093ee9faf1 bbe9358023014f77b3966b7e1d3dd58e ab7e1d3028704cd4af8a3627bff95d36 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1545/3200] 10.0.0.168 () {34 vars in 668 bytes} [Thu Aug 20 00:36:46 2026] POST /v2.0/routers => generated 474 bytes in 1569 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3201] 10.0.0.168 () {34 vars in 751 bytes} [Thu Aug 20 00:36:48 2026] PUT /v2.0/routers/cc6d1aae-8c7a-454e-800b-fa96a63cfb01/tags => generated 25 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3202] 10.0.0.168 () {32 vars in 731 bytes} [Thu Aug 20 00:36:48 2026] GET /v2.0/routers/cc6d1aae-8c7a-454e-800b-fa96a63cfb01/tags => generated 25 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3203] 10.0.0.168 () {34 vars in 762 bytes} [Thu Aug 20 00:36:48 2026] PUT /v2.0/routers/cc6d1aae-8c7a-454e-800b-fa96a63cfb01/tags/green => generated 4 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3204] 10.0.0.168 () {32 vars in 731 bytes} [Thu Aug 20 00:36:48 2026] GET /v2.0/routers/cc6d1aae-8c7a-454e-800b-fa96a63cfb01/tags => generated 34 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3205] 10.0.0.168 () {34 vars in 758 bytes} [Thu Aug 20 00:36:48 2026] PUT /v2.0/routers/cc6d1aae-8c7a-454e-800b-fa96a63cfb01/tags/red => generated 4 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3206] 10.0.0.168 () {32 vars in 731 bytes} [Thu Aug 20 00:36:48 2026] GET /v2.0/routers/cc6d1aae-8c7a-454e-800b-fa96a63cfb01/tags => generated 34 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3207] 10.0.0.168 () {34 vars in 780 bytes} [Thu Aug 20 00:36:48 2026] PUT /v2.0/routers/cc6d1aae-8c7a-454e-800b-fa96a63cfb01/tags/black.or.white => generated 4 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3208] 10.0.0.168 () {32 vars in 731 bytes} [Thu Aug 20 00:36:48 2026] GET /v2.0/routers/cc6d1aae-8c7a-454e-800b-fa96a63cfb01/tags => generated 52 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3209] 10.0.0.168 () {34 vars in 751 bytes} [Thu Aug 20 00:36:48 2026] PUT /v2.0/routers/cc6d1aae-8c7a-454e-800b-fa96a63cfb01/tags => generated 37 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3210] 10.0.0.168 () {32 vars in 731 bytes} [Thu Aug 20 00:36:49 2026] GET /v2.0/routers/cc6d1aae-8c7a-454e-800b-fa96a63cfb01/tags => generated 37 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3211] 10.0.0.168 () {32 vars in 739 bytes} [Thu Aug 20 00:36:49 2026] GET /v2.0/routers/cc6d1aae-8c7a-454e-800b-fa96a63cfb01/tags/red => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-20 00:36:49.337 7 INFO neutron.api.v2.resource [None req-28c43cb9-3e44-434d-88c9-f94566b0c550 bbe9358023014f77b3966b7e1d3dd58e ab7e1d3028704cd4af8a3627bff95d36 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1551/3212] 10.0.0.168 () {32 vars in 743 bytes} [Thu Aug 20 00:36:49 2026] GET /v2.0/routers/cc6d1aae-8c7a-454e-800b-fa96a63cfb01/tags/green => generated 99 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3213] 10.0.0.168 () {32 vars in 742 bytes} [Thu Aug 20 00:36:49 2026] DELETE /v2.0/routers/cc6d1aae-8c7a-454e-800b-fa96a63cfb01/tags/red => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3214] 10.0.0.168 () {32 vars in 731 bytes} [Thu Aug 20 00:36:49 2026] GET /v2.0/routers/cc6d1aae-8c7a-454e-800b-fa96a63cfb01/tags => generated 30 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:36:49.664 8 INFO neutron.api.v2.resource [None req-52882020-a07a-4172-9968-ec83f534d267 bbe9358023014f77b3966b7e1d3dd58e ab7e1d3028704cd4af8a3627bff95d36 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1663/3215] 10.0.0.168 () {32 vars in 746 bytes} [Thu Aug 20 00:36:49 2026] DELETE /v2.0/routers/cc6d1aae-8c7a-454e-800b-fa96a63cfb01/tags/green => generated 99 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3216] 10.0.0.168 () {32 vars in 734 bytes} [Thu Aug 20 00:36:49 2026] DELETE /v2.0/routers/cc6d1aae-8c7a-454e-800b-fa96a63cfb01/tags => 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: 1664/3217] 10.0.0.168 () {32 vars in 731 bytes} [Thu Aug 20 00:36:49 2026] GET /v2.0/routers/cc6d1aae-8c7a-454e-800b-fa96a63cfb01/tags => generated 12 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3218] 10.0.0.168 () {32 vars in 721 bytes} [Thu Aug 20 00:36:49 2026] GET /v2.0/routers/cc6d1aae-8c7a-454e-800b-fa96a63cfb01 => generated 480 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3219] 10.0.0.168 () {34 vars in 742 bytes} [Thu Aug 20 00:36:49 2026] PUT /v2.0/routers/cc6d1aae-8c7a-454e-800b-fa96a63cfb01 => generated 480 bytes in 508 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3220] 10.0.0.168 () {32 vars in 736 bytes} [Thu Aug 20 00:36:50 2026] GET /v2.0/ports?device_id=cc6d1aae-8c7a-454e-800b-fa96a63cfb01 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-20 00:36:50.668 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b88d70c-d8c8-40df-991b-dc31a54c9195 bbe9358023014f77b3966b7e1d3dd58e ab7e1d3028704cd4af8a3627bff95d36 - - default default] TaaS: Handle Delete Port: 0762a365-6e4d-41b9-af5f-8c71bb744e54 2026-08-20 00:36:50.670 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b88d70c-d8c8-40df-991b-dc31a54c9195 bbe9358023014f77b3966b7e1d3dd58e ab7e1d3028704cd4af8a3627bff95d36 - - default default] Tap Mirror: Handle Delete Port: 0762a365-6e4d-41b9-af5f-8c71bb744e54 2026-08-20 00:36:51.006 8 INFO neutron.services.segments.plugin [-] Segment d3232bec-cc20-481f-aee2-77c37f270c9e resource provider aggregate not found 2026-08-20 00:36:51.007 8 INFO neutron.services.segments.plugin [-] Segment d3232bec-cc20-481f-aee2-77c37f270c9e resource provider aggregate not found 2026-08-20 00:36:51.028 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d3232bec-cc20-481f-aee2-77c37f270c9e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3232bec-cc20-481f-aee2-77c37f270c9e found for delete ", "request_id": "req-697b5159-4d44-4637-bdc7-776a36d448cd"}]} 2026-08-20 00:36:51.036 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d3232bec-cc20-481f-aee2-77c37f270c9e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3232bec-cc20-481f-aee2-77c37f270c9e found for delete ", "request_id": "req-4173699f-b602-4a80-aab1-dec79d64205e"}]} 2026-08-20 00:36:51.039 8 INFO neutron.db.l3_hamode_db [None req-3b88d70c-d8c8-40df-991b-dc31a54c9195 bbe9358023014f77b3966b7e1d3dd58e ab7e1d3028704cd4af8a3627bff95d36 - - default default] HA network 58acb3f8-c0df-49be-88ce-9b8fc433272f was deleted as no HA routers are present in tenant ab7e1d3028704cd4af8a3627bff95d36. [pid: 8|app: 0|req: 1666/3221] 10.0.0.168 () {32 vars in 724 bytes} [Thu Aug 20 00:36:50 2026] DELETE /v2.0/routers/cc6d1aae-8c7a-454e-800b-fa96a63cfb01 => generated 0 bytes in 570 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3222] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:36:51 2026] GET /v2.0/security-groups?tenant_id=8699457449fd4947a78e004642b7a886&name=default => generated 2929 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1667/3223] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:36:51 2026] DELETE /v2.0/security-groups/32f26264-5fe6-4103-b933-5c57a5bb6206 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3224] 10.0.0.168 () {32 vars in 774 bytes} [Thu Aug 20 00:36:52 2026] GET /v2.0/security-groups?tenant_id=ab7e1d3028704cd4af8a3627bff95d36&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3225] 10.0.0.168 () {32 vars in 740 bytes} [Thu Aug 20 00:36:52 2026] DELETE /v2.0/security-groups/1fb230d0-ab04-455d-a50d-3520e127fe27 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0)